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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

/*
===================================================
	クリアーフィックス 
===================================================
*/
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

/* End hide from IE-mac */
/*
===================================================
	スクロールバー 
===================================================
*/
@media screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 20px; }

  /*スクロールバーの軌道*/
  ::-webkit-scrollbar-track {
    border-radius: 3px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }

  /*スクロールバーの動く部分*/
  ::-webkit-scrollbar-thumb {
    background-color: rgba(80, 196, 241, 0.7);
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); } }
/*
===================================================
	Base Setting
===================================================
*/
html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  /*overflow-x: hidden;*/ }

body {
  margin: 0;
  line-height: 1.0;
  color: #1a1a1a;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background: #FFF;
  word-wrap: break-word;
  overflow-wrap: break-word; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a {
  color: #50a9d6;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

a:focus {
  outline: none; }

a:hover {
  color: #ffbd0f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

a img {
  border: none;
  vertical-align: bottom;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1; }

h1 {
  line-height: 1;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em; }

h2 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em; }

h3 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em; }

h4 {
  margin-bottom: 0.75em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em; }

h5 {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em; }

h6 {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em; }

li {
  list-style: none; }

p, address, dl {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.15em; }

address {
  font-style: normal; }

ul, ol {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.15em; }

figcaption {
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 1.7;
  letter-spacing: 0.15em; }

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

/* iPhoneの装飾クリア */
* {
  -webkit-appearance: none; }

@media screen and (min-width: 768px) and (max-width: 768px) {
  html {
    font-size: 37%; }

  body .section .inner > figure {
    left: 0 !important;
    margin-top: 1%; }
    body .section .inner > figure img {
      transform: scale(0.85); } }
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%; }

  body .section .inner > figure {
    margin-top: 0; }
    body .section .inner > figure img {
      transform: scale(1); } }
/* -------------------------------------------
	table
------------------------------------------- */
table {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse; }

th,
td {
  padding: 16px 5px 14px 0;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
  vertical-align: top; }

th {
  width: 17%; }

/* -------------------------------------------
	form
------------------------------------------- */
input,
textarea {
  padding: 5px;
  border: solid 1px #EEE;
  background-color: #FFF;
  transition: .8s; }

input:focus,
textarea:focus {
  background-color: #fffbcf;
  transition: .8s; }

/* -------------------------------------------
	bPagetop
------------------------------------------- */
#topcontrol {
  z-index: 1000;
  position: relative;
  font-size: 4rem; }

#bPagetop a {
  width: 176px;
  height: 144px;
  display: block;
  text-indent: -9999px;
  background: url("../images/common/pagetop.png") no-repeat center center;
  background-size: cover;
  transition: .3s; }
  #bPagetop a:hover {
    background-image: url("../images/common/pagetop_hover.png");
    transition: .3s; }

@media screen and (max-width: 768px) {
  #bPagetop a {
    width: 140px;
    height: 120px; } }
/*
===================================================
	masonry
===================================================
*/
.grid-item {
  width: 32%;
  margin-bottom: 20px; }

/*.grid-item--width2 {
    width: 400px;
}*/
@media screen and (max-width: 768px) {
  .grid-item {
    width: 31.5%; } }
/*
===================================================
	common
===================================================
*/
.section {
  margin: 0 0 10px 0;
  padding: 0; }

.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0; }

br.forPC {
  display: block; }

br.forSP {
  display: none; }

.forPC {
  display: block; }

.forSP {
  display: none; }

.nbsp {
  display: none; }

/*.blankopen {
    &::after {
        margin-right: 1rem;
        content: "\f2d2";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
}*/
.tel_tap {
  text-decoration: none;
  cursor: default;
  pointer-events: none; }
.tel_tap .tel_flex{
  display: flex;
  justify-content: center;
}
.tel_tap .tel_flex img{
  max-width: 45px;
}
.tel_tap .tel_flex .phonenum{
  font-size: 42px;
  padding: 3px 0 0px 5px;
  letter-spacing: -0.05em;
}
#header .tel_tap .tel_flex img{
  max-width: 28px;
}
#header .tel_tap .tel_flex .phonenum{
  color: #ff7b92;
  font-size: 25px !important;
  font-weight: 900 !important;
  letter-spacing: -0.05em !important;
  padding: 2px 0 0 5px;
}
.t_section_01 {
  margin-bottom: 1.25em;
  padding: 25px 0;
  padding: 25px 0;
  font-weight: 900;
  text-align: center;
  background-color: #efefef;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  position: relative; }
  .t_section_01 > span {
    color: #ff7b92; }
  .t_section_01 > .inner {
    margin-bottom: 0 !important;
    display: block; }

.read {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .05em; }
  .read.read_left {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    font-weight: 900;
    text-align: left;
    border-bottom: solid 1px #e6e6e6; }

p.read {
  margin-bottom: 1.3em; }

.title_step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .title_step > div:nth-child(1) {
    width: 12%;
    margin-right: 3%;
    color: #50a9d6;
    font-size: 1rem;
    letter-spacing: .5em;
    line-height: 1.2;
    text-align: center;
    border-right: solid 1px #e6e6e6; }
    .title_step > div:nth-child(1) strong {
      font-size: 3.9rem;
      letter-spacing: .1em;
      display: block; }
  .title_step > div:nth-child(2) {
    width: 69%;
    width: -webkit-calc(79% - 61px);
    width: calc(79% - 61px);
    line-height: 1.2;
    letter-spacing: .01em; }
    .title_step > div:nth-child(2) span {
      background-color: #ffff9c; }
  .title_step > div:nth-child(3) {
    width: 60px;
    height: 60px;
    color: #50a9d6;
    font-size: 1.7rem;
    line-height: 60px;
    text-align: center;
    border: solid 1px #50a9d6;
    border-radius: 100%; }

.marker span {
  padding: 0 5px;
  /*display: inline-block;*/
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffff9c 10%); }

.t_block_01 {
  margin-bottom: 1em;
  padding-left: 20px;
  border-left: solid 1px #1a1a1a;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1; }
  .t_block_01 span {
    background-color: #ffff9c;
    display: inline-block;
    line-height: 1.25; }

.large {
  font-size: 1.8rem; }

.small {
  font-size: 1.2rem; }

.note {
  padding-left: 1em;
  text-indent: -1em; }

.note + .note {
  margin-top: -1.25em; }

.bounce {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  animation: bounce 2s ease-in-out forwards;
  animation-iteration-count: infinite; }

@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.97); } }
@-webkit-keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.97); } }
.bounce_2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  animation: bounce_2 1s ease-in-out forwards;
  animation-iteration-count: infinite; }

@keyframes bounce_2 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); } }
@-webkit-keyframes bounce_2 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); } }
.bounce_3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  animation: bounce_2 1s ease-in-out forwards;
  animation-iteration-count: infinite; }

@keyframes bounce_3 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); } }
@-webkit-keyframes bounce_3 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); } }
.blinking {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  animation: blinking 1s ease-in-out forwards;
  animation-iteration-count: infinite; }

@keyframes blinking {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes blinking {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate; }

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg); }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg); } }
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg); }
  50% {
    transform: translate(0, -5px) rotate(0deg); }
  100% {
    transform: translate(0, 0) rotate(5deg); } }
.box_contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .box_contact > figure:nth-of-type(1) {
    width: 13.6%;
    margin-right: -4.8%;
    align-self: self-start;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
  .box_contact > figure:nth-of-type(2) {
    width: 13.4%;
    margin-left: -4.8%; }
  .box_contact > figure img {
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3)); }
  .box_contact > a {
    width: 43%;
    padding: 38px 6%;
    text-align: center;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    display: block;
    color: #1a1a1a; }
    .box_contact > a p {
      margin: 0;
      font-size: 2.2rem;
      font-weight: 900;
      letter-spacing: -.03em;
      line-height: 1; }
      .box_contact > a p strong {
        margin: 12px 0 14px;
        color: #ff7b92;
        font-size: 2.3rem;
        font-weight: 900;
        display: block; }
        .box_contact > a p strong span {
          margin-right: -2%; }
    .box_contact > a address {
      margin: 0 5px; }

.btn a {
  padding: 20px;
  font-size: 1.5rem;
  letter-spacing: 0;
  background-color: #FFF;
  border-radius: 300px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transition: .5s; }
  .btn a::before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px; }
  .btn a:hover {
    background-color: #ffb400;
    color: #FFF;
    transition: .5s; }

#pagenation {
  margin: 0 0 30px 0; }
  #pagenation p {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    #pagenation p span,
    #pagenation p a {
      display: block;
      width: 60px;
      height: 60px;
      margin: 0 10px;
      font-size: 1.8rem;
      text-align: center;
      line-height: 60px;
      border-radius: 5px;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
      transition: .5s; }
      #pagenation p span.prev, #pagenation p span.next,
      #pagenation p a.prev,
      #pagenation p a.next {
        display: none; }
    #pagenation p a:hover {
      color: #FFF;
      background-color: #ffb400;
      transition: .5s; }

.btn_anim a {
  width: 180px;
  height: 93px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 93px;
  text-align: center;
  display: block;
  background-color: #22b573;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: .5s;
  position: relative; }
  .btn_anim a > span > i {
    margin: -3px 5px 0 5px;
    font-size: 2.4rem;
    display: inline-block;
    vertical-align: middle; }
  .btn_anim a > span.hide {
    opacity: 0;
    display: block;
    height: 100%;
    width: 0%;
    background-color: #fff;
    border-radius: inherit;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
    z-index: 9; }
    .btn_anim a > span.hide i {
      margin-bottom: -3px;
      font-size: 2.8rem;
      color: #22b573;
      vertical-align: middle;
      position: relative;
      z-index: 11; }
  .btn_anim a:hover > span {
    display: none; }
  .btn_anim a:hover > .hide {
    width: 100%;
    text-align: center;
    display: block;
    opacity: 1; }
    .btn_anim a:hover > .hide i {
      animation: 1s linear 1 rotation; }

@keyframes rotation {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(360deg); } }
@-webkit-keyframes rotation {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(360deg); } }
.box-style > div,
.box-style > ul,
.box-style > li,
.box-style > a {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
.box-style > .mark {
  position: relative;
  overflow: hidden; }
  .box-style > .mark::before, .box-style > .mark::after {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #ff7b92;
    position: absolute; }
  .box-style > .mark::before {
    left: -35px;
    top: -35px;
    transform: rotate(45deg); }
  .box-style > .mark::after {
    right: -35px;
    bottom: -35px;
    transform: rotate(45deg); }

.list_style_01 li {
  margin: 0 0 10px 0; }
  .list_style_01 li a {
    padding: 15px 20px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 900;
    display: block;
    border-radius: 5px;
    background-color: #ff7b92;
    transition: .5s; }
    .list_style_01 li a span {
      font-size: 1.5rem;
      vertical-align: middle; }
    .list_style_01 li a::before {
      content: "\f105";
      margin-right: 7px;
      font-size: 1.6rem;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      vertical-align: middle; }
    .list_style_01 li a:hover {
      background-color: #ffbd0f;
      transition: .5s; }
  .list_style_01 li:last-child {
    margin-bottom: 0; }

.columns_2,
.columns_3,
.columns_4,
.columns_5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.columns_2 > * {
  width: 48%; }

.columns_3 > * {
  width: 32%; }

.columns_4 > * {
  width: 23.7%; }

.columns_5 > * {
  width: 19%; }

.double_columns {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .double_columns .main {
    width: 66%;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
    .double_columns .main .block {
      padding: 45px 50px 30px;
      border-top: solid 1px #e6e6e6; }
      .double_columns .main .block:nth-child(1) {
        padding-top: 50px;
        border: none; }
      .double_columns .main .block .marker {
        font-size: 2.4rem;
        line-height: 1.8;
        letter-spacing: 0; }
        .double_columns .main .block .marker span {
          padding-right: 0;
          padding-left: 0; }
      .double_columns .main .block.block_arrow {
        padding: 30px 50px 20px;
        border-top: none;
        position: relative; }
        .double_columns .main .block.block_arrow::before {
          content: "\f078";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 2.6rem;
          color: #ffbd0f;
          position: absolute;
          text-align: center;
          margin: 0 auto;
          left: 0;
          right: 0;
          top: -.75em; }
        .double_columns .main .block.block_arrow:nth-child(1)::before {
          display: none; }
  .double_columns .sideber {
    width: 30%; }
    .double_columns .sideber nav > h2 {
      font-size: 2rem;
      font-weight: 900;
      text-align: center; }
      .double_columns .sideber nav > h2::before {
        content: "\005c";
        margin-right: 1em; }
      .double_columns .sideber nav > h2::after {
        content: "\002f";
        margin-left: 1em; }
    .double_columns .sideber nav > ul li {
      margin: 0 0 10px 0;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: .05em; }
      .double_columns .sideber nav > ul li a {
        padding: 30px 5px 30px 85px;
        color: #ff7b92;
        background: #FFF url("../images/common/icon_nav_01.svg") no-repeat left 33px center;
        background-size: 36px 33px;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
        display: block;
        transition: .5s; }
        .double_columns .sideber nav > ul li a span {
          font-size: 1.4rem;
          /*letter-spacing: -.25em;*/ }
        .double_columns .sideber nav > ul li a:hover {
          background-position: left 30px center;
          background-size: 41px 38px;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          color: #ffbd0f !important;
          transition: .5s; }
      .double_columns .sideber nav > ul li:nth-child(2) a {
        background-image: url("../images/common/icon_nav_02.svg");
        background-position: left 30px center;
        background-size: 42px 28px; }
        .double_columns .sideber nav > ul li:nth-child(2) a:hover {
          background-position: left 27px center;
          background-size: 48px 32px; }
      .double_columns .sideber nav > ul li:nth-child(3) a {
        background-image: url("../images/common/icon_nav_03.svg");
        background-position: left 28px center;
        background-size: 47px 39px; }
        .double_columns .sideber nav > ul li:nth-child(3) a:hover {
          background-position: left 25px center;
          background-size: 54px 45px; }
      .double_columns .sideber nav > ul li:nth-child(4) a {
        background-image: url("../images/common/icon_nav_04.svg");
        background-size: 33px 33px; }
        .double_columns .sideber nav > ul li:nth-child(4) a:hover {
          background-position: left 31px center;
          background-size: 38px 38px; }
      .double_columns .sideber nav > ul li:nth-child(5) a {
        background-image: url("../images/common/icon_nav_08.svg");
        background-position: left 38px center;
        background-size: 32px 32px; }
        .double_columns .sideber nav > ul li:nth-child(5) a:hover {
          background-position: left 35px center;
          background-size: 37px 37px; }
    .double_columns .sideber nav > ul:nth-of-type(2) li a {
      color: #50a9d6; }
    .double_columns .sideber nav > ul:nth-of-type(2) li:nth-child(1) a {
      background-image: url("../images/common/icon_nav_06.svg");
      background-size: 35px 39px; }
      .double_columns .sideber nav > ul:nth-of-type(2) li:nth-child(1) a:hover {
        background-position: left 31px center;
        background-size: 40px 45px; }
    .double_columns .sideber nav > ul:nth-of-type(2) li:nth-child(2) a {
      background-image: url("../images/common/icon_nav_09.svg");
      background-position: left 33px center;
      background-size: 37px 37px; }
      .double_columns .sideber nav > ul:nth-of-type(2) li:nth-child(2) a:hover {
        background-position: left 30px center;
        background-size: 43px 43px; }
    .double_columns .sideber nav h2:nth-of-type(2) {
      margin-top: 27px; }

@media screen and (max-width: 768px) {
  .inner {
    width: 95%;
    max-width: 95%; } }
@media screen and (max-width: 767px) {
  .inner {
    max-width: 90%; }

  br.forPC {
    display: none; }

  br.forSP {
    display: block; }
    
  .forPC {
    display: none; }

  .forSP {
    display: block; }
  .nbsp {
    display: inline-block; }

  .tel_tap {
    pointer-events: auto; } }
/*
===================================================
	header
===================================================
*/
#header {
  padding: 20px 0 0 0;
  background: url("../images/common/bg_header.svg") no-repeat center top;
  background-size: 1880px auto; }
  #header .header_upper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #header .header_upper h1 {
      position: relative;
      width: 80%;
      padding-top: 40px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: .01em; }
      #header .header_upper h1::before {
        content: "";
        display: block;
        width: 150px;
        height: 40px;
        background: url("../images/common/copy_100billion.svg") no-repeat center top;
        background-size: cover;
        -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
        position: absolute;
        left: -18px;
        top: -4px; }
      #header .header_upper h1 a {
        display: block;
        width: 100%;
        color: #1a1a1a;
        font-size: 1.1rem;
        overflow: visible; }
        #header .header_upper h1 a > img {
          margin: 7px 0; }
        #header .header_upper .header-left .h1-bottom {
          display: block;
          padding: 10px 15px;
          width: fit-content;
          margin: 0 auto;
          color: #FFF;
          font-size: 1.6rem;
          letter-spacing: .35em;
          text-align: center;
          background-color: #50a9d6;
          border-radius: 10px;
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
        #header .header_upper .box-area {
			width: 16.6%;
			position: relative;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
		   -webkit-justify-content: space-between;
		   -moz-justify-content: space-between;
		   -ms-justify-content: space-between;
			justify-content: space-between;
			-ms-flex-pack: space-between; }
			#header .header_upper .box-area figure {
			width: 54.8%;
			z-index: 1;
			position: relative;
		}
    #header .header_upper .header-left{
      width: 25%;
    }
    #header .header_upper .h1-flex{
      display: flex;
      align-items: center;
      gap: 3px;
      margin-bottom: 5px;
    }
    #header .header_upper .h1-flex .anniversary{
      max-width: 48px;
      padding-top: 35px;
    }

	    #header .header_upper .box-area figure img {
	    position: absolute;
	    bottom: 12px; }
        #header .header_upper .box-area div {
        width: 51.2%;
        height: 145px;
        margin-left: -8%;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
        z-index: 0;
        position: relative;
        transform: rotate(3deg);
		writing-mode: vertical-rl;
		font-size: 1.7rem;
		line-height: 2.5rem;
		font-weight: 900;
}
        #header .header_upper .box-area div p {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 1.6rem;
          font-weight: 900;
          text-align: center;
          line-height: 1;
          letter-spacing: .075em;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
          #header .header_upper .box-area div p span {
            display: inline-block; }
        #header .header_upper .box-area div.kanto p {
          height: 135px; }
          #header .header_upper .box-area div.kanto p span {
            padding: 4px 3px; }
        #header .header_upper .box-area div.kansai p {
          height: 125px; }
          #header .header_upper .box-area div.kansai p span {
            padding: 6px 3px; }
        #header .header_upper .box-area div.tokai p {
          height: 125px;
          font-size: 2.2rem; }
          #header .header_upper .box-area div.tokai p span {
            padding: 6px 3px; }
        #header .header_upper .box-area div.tohoku p {
          height: 125px;
          font-size: 1.8rem; }
          #header .header_upper .box-area div.tohoku p span {
            padding: 6px 3px; }
            #header .header_upper .box-area div.Kyushu p {
              height: 125px;
              font-size: 1.8rem; }
              #header .header_upper .box-area div.Kyushu p span {
                padding: 6px 3px; }
    #header .header_upper .box-contact {
      width: 57.6%;
      margin: 0 0 0 .7%;
      border-radius: 10px;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      #header .header_upper .box-contact > a {
        padding: 20px;
        color: #1a1a1a;
        font-weight: 700;
        text-align: center;
        display: block; }
        #header .header_upper .box-contact > a:nth-child(1) {
          width: 53.2%;
          background-color: #FFF;
          border-radius: 10px 0 0 10px; }
          #header .header_upper .box-contact > a:nth-child(1) p {
            margin: 0;
            line-height: 1; }
            #header .header_upper .box-contact > a:nth-child(1) p:nth-of-type(1) {
              font-size: 1.5rem;
              letter-spacing: .1em; }
            #header .header_upper .box-contact > a:nth-child(1) p:nth-of-type(2) {
              font-size: 1.2rem;
              letter-spacing: .075em; }
              #header .header_upper .box-contact > a:nth-child(1) p:nth-of-type(2) span {
                letter-spacing: -.25em; }
          #header .header_upper .box-contact > a:nth-child(1) address {
            margin: 10px 0;
            line-height: 1; }
        #header .header_upper .box-contact > a:nth-child(2) {
          width: 46.8%;
          color: #FFF;
          background-color: #ff7b92;
          border-radius: 0 10px 10px 0;
          position: relative;
          overflow: hidden;
          transition: .5s; }
          #header .header_upper .box-contact > a:nth-child(2)::after {
            content: "";
            display: block;
            width: 30px;
            height: 100%;
            position: absolute;
            top: -180px;
            left: 0;
            background-color: rgba(255, 255, 255, 0.6);
            opacity: 0;
            transform: rotate(45deg);
            animation: reflect 3s ease-in-out 5s infinite;
            -webkit-transform: rotate(45deg);
            -webkit-animation: reflect 3s ease-in-out 5s infinite; }
          #header .header_upper .box-contact > a:nth-child(2) p {
            margin: 0;
            line-height: 1; }
            #header .header_upper .box-contact > a:nth-child(2) p:nth-of-type(1) {
              margin-top: 10px;
              margin-bottom: 15px;
              font-size: 1.5rem;
              letter-spacing: 0.02em; }
              #header .header_upper .box-contact > a:nth-child(2) p:nth-of-type(1) span {
                font-size: 1.2rem; }
            #header .header_upper .box-contact > a:nth-child(2) p:nth-of-type(2) {
              padding-bottom: 10px;
              font-size: 1.8rem;
              font-weight: 900;
              letter-spacing: .05em;
              border-bottom: dashed 1px #FFF; }
              #header .header_upper .box-contact > a:nth-child(2) p:nth-of-type(2)::before {
                content: "\f105";
                font-family: "Font Awesome 5 Free";
                margin-right: 5px; }
          #header .header_upper .box-contact > a:nth-child(2):hover {
            background-color: #ffb400;
            transition: .5s; }
  #header .topic_path {
    margin: 20px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #header .topic_path li {
      margin-bottom: 10px;
      font-weight: 700; }
      #header .topic_path li a {
        margin-right: 3em;
        padding: 5px 25px;
        display: block;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
        letter-spacing: .05em;
        position: relative;
        overflow: visible;
        transition: .5s; }
        #header .topic_path li a:hover {
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          transition: .5s; }
        #header .topic_path li a::after {
          content: "\f105";
          color: #1a1a1a;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          margin-left: 5px;
          position: absolute;
          right: -1.75em;
          top: .35em; }
      #header .topic_path li span {
        padding: 5px 20px;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
        letter-spacing: .05em;
        display: block; }
  @media screen and (max-width: 768px) {
    #header .header_upper .box-contact > a {
      padding: 20px 10px; } }

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
/* for IE11 */
@media all and (-ms-high-contrast: none) {
  #header {
    background: #FFF; } }
/*
===================================================
	main_nav
===================================================
*/
#main_nav {
  margin-top: 15px; }
  #main_nav > ul {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    transition: .5s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    #main_nav > ul.gray {
      background-color: #f0f0f0;
      transition: .5s; }
    #main_nav > ul > li {
      display: block; }
      #main_nav > ul > li.no-border > a::before {
        display: none; }
      #main_nav > ul > li > a {
        display: block;
        padding: 25px 24px;
        font-size: 1.7rem;
        font-weight: 700;
        text-align: center;
        position: relative; }

        #main_nav > ul > li > a::before {
          content: "";
          width: 1px;
          height: 30px;
          background-color: #d8d8d8;
          display: block;
          position: absolute;
          left: 0; }
        #main_nav > ul > li > a::after {
          content: "\f107";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 1.2rem;
          margin-left: 1em; }
        #main_nav > ul > li > a.active {
          background-color: #FFF; }
          #main_nav > ul > li > a.active:hover {
            background-color: #FFF; }
          #main_nav > ul > li > a.active::before {
            display: none; }
      #main_nav > ul > li .sub {
        display: none;
        width: 100%;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        padding: 30px;
        background-color: #FFF;
        position: absolute;
        left: 0;
        top: 91%;
        z-index: 10;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.25); }

      #main_nav > ul > li:hover .sub {
        display: block;
        }

        #main_nav > ul > li .sub > div.columns_3 figure {
          width: 35%;
          margin-right: 5%; }
        #main_nav > ul > li .sub > div.columns_3 ul {
          width: 30%; }
          #main_nav > ul > li .sub > div.columns_3 ul li a {
            font-size: 1.5rem;
            font-weight: 400;
            line-height: 2.9;
            letter-spacing: .05em; }
            #main_nav > ul > li .sub > div.columns_3 ul li a::before {
              content: "\f105";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              color: #b2b2b2;
              margin-right: 5px; }
            #main_nav > ul > li .sub > div.columns_3 ul li a .bg-color {
              background-color: #f0f0f0; }
              #main_nav > ul > li .sub > div.columns_3 ul li a .bg-color span {
                font-size: 1.2rem; }
            #main_nav > ul > li .sub > div.columns_3 ul li a:hover .bg-color {
              background-color: #ffff9c; }
        #main_nav > ul > li .sub > ul.columns_3 li figure, #main_nav > ul > li .sub > ul.columns_2 li figure {
          margin-bottom: 10px; }
        #main_nav > ul > li .sub > ul.columns_3 li a, #main_nav > ul > li .sub > ul.columns_2 li a {
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 2.2;
          letter-spacing: .05em; }
          #main_nav > ul > li .sub > ul.columns_3 li a > span::before, #main_nav > ul > li .sub > ul.columns_2 li a > span::before {
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #b2b2b2;
            margin-right: 5px; }
          #main_nav > ul > li .sub > ul.columns_3 li a .bg-color, #main_nav > ul > li .sub > ul.columns_2 li a .bg-color {
            background-color: #f0f0f0; }
          #main_nav > ul > li .sub > ul.columns_3 li a:hover .bg-color, #main_nav > ul > li .sub > ul.columns_2 li a:hover .bg-color {
            background-color: #ffff9c; }
        #main_nav > ul > li .sub > ul.columns_2 li {
          width: 49%; }
      #main_nav > ul > li:nth-child(1) > a::before,
      #main_nav > ul > li:nth-child(1) > a::after,
      #main_nav > ul > li.nav_work > a::after {
        display: none; }
      #main_nav > ul > li.nav_toggle:not(.nav_blog) > a {
        pointer-events: none; }

#main_nav > ul > li.nav_service .sub > div.columns_3 figure {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.home #main_nav .nav_home > a {
  color: #1a1a1a; }

.repair-toilet #main_nav .nav_service > a,
.repair-faucet #main_nav .nav_service > a,
.repair-waterheater #main_nav .nav_service > a,
.repair-drainage #main_nav .nav_service > a,
.repair-washroom #main_nav .nav_service > a,
.repair-bath #main_nav .nav_service > a,
.repair-kitchen #main_nav .nav_service > a,
.repair-waterleak #main_nav .nav_service > a {
  color: #1a1a1a; }

.reason #main_nav .nav_guide > a,
.payment #main_nav .nav_guide > a,
.flow #main_nav .nav_guide > a,
.voice #main_nav .nav_guide > a,
.faq #main_nav .nav_guide > a {
  color: #1a1a1a; }

.company #main_nav .nav_company > a,
.recruit #main_nav .nav_company > a,
.contact #main_nav .nav_company > a {
  color: #1a1a1a; }

.single #main_nav .nav_blog > a,
.archive #main_nav .nav_blog > a {
  color: #1a1a1a; }

/*
===================================================
	footer
===================================================
*/
#footer {
  margin: 0;
  background-color: #FFF;
  background-image: url("../images/common/bg_footer.svg"), url("../images/common/bg_footer_shadow.png");
  background-repeat: no-repeat, repeat-x;
  background-position: center top 50px, center bottom 60px;
  background-size: 1880px auto, 10px 20px; }
  #footer .footer_bottom {
    margin: 50px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    #footer .footer_bottom > div {
      width: 24%;
      text-align: center; }
      #footer .footer_bottom > div figure {
        width: 36%;
        margin: 0 auto 10px; }
      #footer .footer_bottom > div h2 {
        margin: 0 0 15px 0; }
        #footer .footer_bottom > div h2 a {
          display: block;
          width: 100%;
          color: #1a1a1a;
          font-size: 1.2rem;
          font-weight: 900;
          letter-spacing: .1em;
          overflow: visible; }
          #footer .footer_bottom > div h2 a > img {
            margin: 6px 0 9px; }
          #footer .footer_bottom > div h2 a > span {
            display: block;
            padding: 8px 0;
            color: #FFF;
            font-size: 1.6rem;
            letter-spacing: .4em;
            text-align: center;
            background-color: #50a9d6;
            border-radius: 10px;
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
      #footer .footer_bottom > div address {
        margin-bottom: .5em;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: .03em; }
        #footer .footer_bottom > div address a {
          color: #1a1a1a; }
    #footer .footer_bottom > nav {
      width: 70.5%;
      padding-left: 2.5%;
      background: url("../images/common/dotlene_horizontal.svg") repeat-y left top;
      background-size: 1px auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      #footer .footer_bottom > nav > div {
        width: 90%;
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
        margin-right: 25px;
        padding: 0 20px 0 0;
        background: url("../images/common/dotlene_horizontal.svg") repeat-y right top;
        background-size: 1px auto; }
        #footer .footer_bottom > nav > div h2 {
          margin-bottom: .5em;
          font-size: 1.8rem;
          color: #b2b2b2; }
        #footer .footer_bottom > nav > div ul li a {
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 2.2;
          letter-spacing: .05em; }
          #footer .footer_bottom > nav > div ul li a::before {
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #b2b2b2;
            margin-right: 5px; }
          #footer .footer_bottom > nav > div ul li a span {
            font-size: 1.2rem; }
        #footer .footer_bottom > nav > div:last-child {
          margin-right: 0; }
          #footer .footer_bottom > nav > div:last-child ul li a {
            line-height: 2; }
        #footer .footer_bottom > nav > div:last-child h2:last-of-type {
          margin-top: 30px; }
  #footer small {
    width: 100%;
    height: 60px;
    margin-top: 40px;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    background-color: #50a9d6;
    display: block; }

/* for IE11 */
@media all and (-ms-high-contrast: none) {
  #footer {
    background-position: center top -300px, center bottom 60px; } }
/*
===================================================
	home
===================================================
*/
body.home .section .inner {
  margin-bottom: 30px;
  position: relative; }
body.home #header .topic_path {
  display: none !important; }
body.home #header #mv {
  position: relative; }
  body.home #header #mv .inner:nth-child(1) {
    height: 295px;
    max-width: 1100px;
    padding: 15px 0 0 0;
    background: url("../images/home/mv_copy.png") no-repeat center center;
    background-size: 510px auto;
    position: relative;
    z-index: 0; }
    body.home #header #mv .inner:nth-child(1) #area {
      display: inline-block;
      margin: 0;
      padding: 20px 36px 25px;
      font-size: 2rem;
      color: #ff7b92;
      line-height: 1.18;
      text-align: center;
      letter-spacing: -.04em;
      background-color: #FFF;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
      border-radius: 8px; }

      body.home #header #mv .inner:nth-child(1) #area > strong {
        display: block;
        margin-top: 7px;
        font-size: 2.3rem;
        color: #1a1a1a;
        font-weight: 900; }

        body.home #header #mv .inner:nth-child(1) #area > strong > span {
          font-weight: 700; }
      body.home #header #mv .inner:nth-child(1) #area.kanto {
        padding: 20px 20px 25px; }
      body.home #header #mv .inner:nth-child(1) #area.kansai {
        padding: 20px 32px 25px; }
      body.home #header #mv .inner:nth-child(1) #area.tokai {
        padding: 37px 32px; }
        body.home #header #mv .inner:nth-child(1) #area.tokai > strong {
          margin-top: 9px; }
    body.home #header #mv .inner:nth-child(1) figure.persons {
      width: 199px;
      position: absolute;
      right: 122px;
      top: -7px; }
      body.home #header #mv .inner:nth-child(1) figure.persons.man {
        width: 242px;
        right: 270px; }
    body.home #header #mv .inner:nth-child(1) figure.copy {
      width: 147px;
      position: absolute;
      right: 5px;
      top: 30px; }
      body.home #header #mv .inner:nth-child(1) figure.copy img {
        -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3)); }
  body.home #header #mv .inner:nth-child(2) {
    max-width: 1100px;
    height: 0;
    position: relative;
    z-index: 0; }
    body.home #header #mv .inner:nth-child(2) ul {
      text-align: center;
      position: absolute;
      left: 23px;
      bottom: -36px; }
      body.home #header #mv .inner:nth-child(2) ul li {
        margin: 0 0 8px 0;
        padding: 15px 40px;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: .1em;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
        position: relative; }
        body.home #header #mv .inner:nth-child(2) ul li::before {
          content: "";
          width: 14px;
          height: 4px;
          display: block;
          background-color: #50a9d6;
          position: absolute;
          left: -7px;
          top: 50%;
          transform: translateY(-50%);
          transform: -webkit-translateY(-50%);
          z-index: 10; }
        body.home #header #mv .inner:nth-child(2) ul li:nth-child(2)::before {
          background-color: #ff7b92; }
        body.home #header #mv .inner:nth-child(2) ul li:nth-child(3)::before {
          background-color: #ffb400; }
  body.home #header #mv #title-block {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1; }
    body.home #header #mv #title-block h1 {
      padding: 20px 55px;
      display: inline-block;
      color: #FFF;
      font-size: 2.4rem;
      font-weight: 400;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
      background-color: #ff7b92;
      border-radius: 5px 5px 0 0; }
      body.home #header #mv #title-block h1 strong {
        font-size: 4rem;
        font-weight: 900; }
  body.home #header #mv #bg-block {
    width: 100%;
    padding-top: 46px;
    background-color: #efefef;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
    body.home #header #mv #bg-block div {
      height: 92px;
      background: #ff7b92 url("../images/home/bg_title.png") no-repeat center center; }
body.home .box-style > div {
  padding: 50px 0; }
  body.home .box-style > div > figure {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
  body.home .box-style > div > h3 {
    margin-bottom: 0;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0; }
    body.home .box-style > div > h3 strong {
      font-weight: 900; }
  body.home .box-style > div > p {
    margin: 0;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0; }
body.home .btn {
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 10;
  display: none; }
body.home .btn_anim {
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 10; }
body.home .t_section_01 {
  margin-bottom: 1em; }
body.home #section_01 {
  padding-top: 25px; }
  body.home #section_01 .inner > figure {
    width: 73px;
    position: absolute;
    left: 248px;
    top: -115px; }
  body.home #section_01 .box-style > div {
    padding: 35px 0; }
    body.home #section_01 .box-style > div > p:nth-of-type(1) {
      margin-bottom: .4em; }
    body.home #section_01 .box-style > div > p:nth-of-type(2) {
      font-weight: 700; }
    body.home #section_01 .box-style > div > figure img {
      height: 150px; }
body.home #section_02 .box-style > div {
  padding: 30px 0 40px; }
  body.home #section_02 .box-style > div > h3 {
    font-weight: 900; }
body.home #section_03 .box-style > div {
  padding: 35px 0;
  text-align: center; }
  body.home #section_03 .box-style > div > p {
    font-weight: 700; }
  body.home #section_03 .box-style > div > h5 {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0; }
  body.home #section_03 .box-style > div > figure {
    width: 70%;
    margin: 0 auto; }
body.home #section_03 .box-style > div:nth-child(2) > figure {
  margin-top: 25px; }
body.home #section_03 .inner > figure {
  width: 120px;
  position: absolute;
  left: 216px;
  top: -94px; }
body.home #section_03 .columns_2 > * {
  width: 49%; }
body.home #section_04,
body.home #section_08,
body.home #section_12 {
  position: relative; }
  body.home #section_04::after,
  body.home #section_08::after,
  body.home #section_12::after {
    content: "";
    width: 100%;
    height: 92px;
    background-color: #50a9d6;
    position: absolute;
    top: 25%;
    top: calc(50% - 46px);
    left: 0;
    z-index: -1; }
body.home #section_05 .columns_4 {
  margin-bottom: .75em; }
  body.home #section_05 .columns_4 > a {
    margin-bottom: 18px;
    padding: 0;
    display: block;
    overflow: hidden; }
    body.home #section_05 .columns_4 > a h3 {
      margin: 0 0 12px 0;
      padding: 20px 0;
      color: #FFF;
      font-size: 2.4rem;
      font-weight: 900;
      text-align: center;
      letter-spacing: .01em;
      background-color: #50a9d6; }
      body.home #section_05 .columns_4 > a h3 span {
        font-size: 1.8rem;
        font-weight: 400; }
    body.home #section_05 .columns_4 > a figure {
      width: 100%;
      margin: 12px 0 0 0;
      overflow: hidden; }
      body.home #section_05 .columns_4 > a figure img {
        transition: .5s; }
    body.home #section_05 .columns_4 > a p {
      margin: 0;
      font-size: 1.2rem;
      text-align: center;
      color: #1a1a1a; }
    body.home #section_05 .columns_4 > a .columns_2 p {
      position: relative; }
      body.home #section_05 .columns_4 > a .columns_2 p > span {
        line-height: 1;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        body.home #section_05 .columns_4 > a .columns_2 p > span > strong {
          width: auto;
          margin: 0 3px 0 0;
          font-family: 'Barlow', sans-serif;
          font-size: 3.7rem;
          letter-spacing: .075em;
          color: #ff7b92;
          letter-spacing: 0;
          position: relative; }
        body.home #section_05 .columns_4 > a .columns_2 p > span > span {
          width: auto;
          margin: 0 0 3px 0;
          letter-spacing: -.01em; }
          body.home #section_05 .columns_4 > a .columns_2 p > span > span span.small {
            margin: 0 0 3px 0;
            font-size: 1rem;
            letter-spacing: .1em;
            display: block; }
      body.home #section_05 .columns_4 > a .columns_2 p:nth-child(1) {
        width: 58%;
        width: -webkit-calc(58% - 20px);
        width: calc(58% - 20px);
        padding: 10px;
        font-weight: 600; }
      body.home #section_05 .columns_4 > a .columns_2 p:nth-child(2) {
        width: 42%;
        width: -webkit-calc(42% - 22px);
        width: calc(42% - 22px);
        padding: 10px;
        border-left: solid 1px #d8d8d8;
        font-weight: 600; }
        body.home #section_05 .columns_4 > a .columns_2 p:nth-child(2) strong {
          color: #50a9d6; }
    body.home #section_05 .columns_4 > a:hover {
      opacity: .8;
      transition: .5s; }
      body.home #section_05 .columns_4 > a:hover figure img {
        opacity: 1;
        transform: scale(1.1, 1.1);
        transition: .5s; }
    body.home #section_05 .columns_4 > a:nth-child(2) h3 {
      background-color: #399b4a; }
    body.home #section_05 .columns_4 > a:nth-child(3) h3 {
      background-color: #80688c; }
    body.home #section_05 .columns_4 > a:nth-child(4) h3 {
      background-color: #d75a24; }
    body.home #section_05 .columns_4 > a:nth-child(5) h3 {
      background-color: #4c5db9; }
    body.home #section_05 .columns_4 > a:nth-child(6) h3 {
      background-color: #e1963b; }
    body.home #section_05 .columns_4 > a:nth-child(7) h3 {
      background-color: #ff7b92; }
    body.home #section_05 .columns_4 > a:nth-child(8) h3 {
      background-color: #1fa594; }
body.home #section_05 .inner > figure {
  width: 204px;
  position: absolute;
  left: 70px;
  top: -134px; }
body.home #section_06 .inner > .box-style > .columns_4 {
  padding: 50px 35px; }
  body.home #section_06 .inner > .box-style > .columns_4 > div {
    width: 22.3%; }
    body.home #section_06 .inner > .box-style > .columns_4 > div h3 {
      margin-bottom: 15px;
      font-size: 1.8rem;
      letter-spacing: 0;
      color: #ffb400;
      text-align: center;
      letter-spacing: .1em;
      position: relative; }
      body.home #section_06 .inner > .box-style > .columns_4 > div h3 span {
        width: 48px;
        height: 48px;
        margin: 0 auto 10px;
        line-height: 48px;
        display: block;
        border: solid 1px #ffb400;
        border-radius: 24px; }
      body.home #section_06 .inner > .box-style > .columns_4 > div h3::after {
        content: "\f30b";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #1a1a1a;
        position: absolute;
        right: -25px;
        top: 25px; }
    body.home #section_06 .inner > .box-style > .columns_4 > div figure {
      margin: 0 0 25px 0; }
      body.home #section_06 .inner > .box-style > .columns_4 > div figure img {
        border: solid 1px #CCC; }
    body.home #section_06 .inner > .box-style > .columns_4 > div p:last-of-type {
      margin-bottom: 0; }
    body.home #section_06 .inner > .box-style > .columns_4 > div:nth-child(2) h3 {
      color: #50a9d6; }
      body.home #section_06 .inner > .box-style > .columns_4 > div:nth-child(2) h3 span {
        border-color: #50a9d6; }
    body.home #section_06 .inner > .box-style > .columns_4 > div:nth-child(3) h3 {
      color: #ff7b92; }
      body.home #section_06 .inner > .box-style > .columns_4 > div:nth-child(3) h3 span {
        border-color: #ff7b92; }
    body.home #section_06 .inner > .box-style > .columns_4 > div:nth-child(4) h3 {
      color: #1fa594; }
      body.home #section_06 .inner > .box-style > .columns_4 > div:nth-child(4) h3 span {
        border-color: #1fa594; }
    body.home #section_06 .inner > .box-style > .columns_4 > div:nth-child(4) h3::after {
      display: none; }
	body.home #section_06 .inner > figure {
	  width: 72px;
	  position: absolute;
	  left: 255px;
	  top: -125px; }
body.home #section_07 .inner > div {
  margin: 0 0 20px 0;
  padding: 40px; }
  body.home #section_07 .inner > div > div:nth-child(1) {
    width: 55.5%; }
  body.home #section_07 .inner > div > div:nth-child(2) {
    width: 40.2%; }
body.home #section_07 .inner .box-comment {
  margin: 0 0 25px 0;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #d8d8d8;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  body.home #section_07 .inner .box-comment figure {
    width: 19.6%; }
    body.home #section_07 .inner .box-comment figure img {
      border-radius: 5px; }
    body.home #section_07 .inner .box-comment figure figcaption {
      font-size: 1.2rem;
      text-align: center; }
  body.home #section_07 .inner .box-comment div {
    width: 68.2%;
    padding: 3%;
    background-color: #ececec;
    border-radius: 8px;
    position: relative;
    overflow: visible; }
    body.home #section_07 .inner .box-comment div p {
      margin: 0;
      text-align: center;
      line-height: 1.8;
      font-weight: 700; }
    body.home #section_07 .inner .box-comment div::before {
      content: "";
      width: 0;
      height: 0;
      border-top: solid 15px transparent;
      border-right: solid 15px #ececec;
      border-bottom: solid 15px transparent;
      border-left: solid 15px transparent;
      display: block;
      position: absolute;
      left: -30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
body.home #section_07 .inner .box-content p {
  font-size: 1.4rem;
  margin-bottom: .75em; }
body.home #section_07 .inner .box-content p:last-child {
  margin-bottom: 0; }
body.home #section_07 .inner .before,
body.home #section_07 .inner .after {
  width: 50%; }
  body.home #section_07 .inner .before h3,
  body.home #section_07 .inner .after h3 {
    height: 50px;
    margin: 0;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 50px;
    text-align: center;
    background-color: #ffb400; }
  body.home #section_07 .inner .before figure,
  body.home #section_07 .inner .after figure {
    width: 100%;
    height: auto;
    object-fit: cover; }
body.home #section_07 .inner .after h3 {
  background-color: #50a9d6; }
body.home #section_07 .inner > figure {
  width: 81px;
  position: absolute;
  left: 255px;
  top: -115px; }
body.home #section_09 .inner {
  /*> p {
      font-size: 1.8rem;
      &:first-child {
          margin-bottom: 10px;
      }
  }
  input {
      &[type=text] {
          margin: 0 15px 0 0;
          padding: 18px 23px;
          font-family: tbudrgothic-std, sans-serif;
          font-size: 1.6rem;
          border: none;
          background-color: #FFF;
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
      }
      &[type=submit] {
          margin: 0;
          padding: 18px 23px;
          color: #FFF;
          font-family: tbudrgothic-std, sans-serif;
          font-size: 1.9rem;
          font-weight: 700;
          border: none;
          background-color: #1a1a1a;
      }
      &::placeholder {
          color: #d8d8d8;
      }
  }*/ }
  body.home #section_09 .inner > div {
    padding: 40px; }
  body.home #section_09 .inner .columns_2 > div {
    width: 36%; }
    body.home #section_09 .inner .columns_2 > div h3 {
      padding: 7px 15px;
      color: #FFF;
      display: inline-block; }
      body.home #section_09 .inner .columns_2 > div h3.pink {
        background-color: #ff7b92; }
      body.home #section_09 .inner .columns_2 > div h3.blue {
        background-color: #50a9d6; }
      body.home #section_09 .inner .columns_2 > div h3.green {
        background-color: #22b573; }
      body.home #section_09 .inner .columns_2 > div h3.yellow {
        background-color: #ffb400; }
      body.home #section_09 .inner .columns_2 > div h3.purple {
        background-color: #9c6ee5; }
    body.home #section_09 .inner .columns_2 > div p {
      margin-bottom: 1.75em;
      font-size: 1.9rem;
      line-height: 1.7; }
      body.home #section_09 .inner .columns_2 > div p.pink {
        color: #ff7b92; }
      body.home #section_09 .inner .columns_2 > div p.blue {
        color: #50a9d6; }
      body.home #section_09 .inner .columns_2 > div p.green {
        color: #22b573; }
      body.home #section_09 .inner .columns_2 > div p.yellow {
        color: #ffb400; }
      body.home #section_09 .inner .columns_2 > div p.purple {
        color: #9c6ee5; }
  body.home #section_09 .inner .columns_2 figure {
    width: 64%; }
  body.home #section_09 .inner > figure {
    width: 119px;
    position: absolute;
    left: 250px;
    top: -117px; }
body.home #section_10 {
  margin-bottom: -15px; }
  body.home #section_10 .inner .grid-item {
    padding: 0; }
    body.home #section_10 .inner .grid-item > h3 {
      min-height: 50px;
      padding: 20px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.075);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      font-size: 1.8rem;
      color: #50a9d6; }
      body.home #section_10 .inner .grid-item > h3 span {
        display: block; }
        body.home #section_10 .inner .grid-item > h3 span:nth-child(1) {
          width: 39px;
          height: 39px;
          color: #FFF;
          font-size: 1.5rem;
          line-height: 39px;
          text-align: center;
          background-color: #50a9d6;
          border-radius: 20px; }
        body.home #section_10 .inner .grid-item > h3 span:nth-child(2) {
          width: 79%;
          text-align: left; }
    body.home #section_10 .inner .grid-item > div {
      padding: 25px 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      body.home #section_10 .inner .grid-item > div > p {
        display: block;
        width: 39px;
        height: 39px;
        color: #FFF;
        font-size: 1.5rem;
        line-height: 39px;
        text-align: center;
        background-color: #ff7b92;
        border-radius: 20px; }
      body.home #section_10 .inner .grid-item > div > div {
        width: 79%;
        text-align: left; }
        body.home #section_10 .inner .grid-item > div > div > *:last-child {
          margin-bottom: 0; }
  body.home #section_10 .inner > figure {
    width: 85px;
    position: absolute;
    left: 230px;
    top: -119px; }
.add-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*20211207*/
body.home #section_11 .inner .lixil{
	display:flex;
	width:100%;
	grid-template-columns: 1fr 1fr;
}

body.home #section_11 .inner .lixil li,body.home #section_11 .inner .lixil li img{
	width:100%;
}
/*20211207*/

body.home #section_13 .inner figure {
  margin-top: -20px; }
  body.home #section_13 .inner figure a img {
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3)); }
body.home #section_14 .inner > div {
  padding: 40px 120px; }
  body.home #section_14 .inner > div .column_1,
  body.home #section_14 .inner > div .columns_2,
  body.home #section_14 .inner > div .columns_5 {
    margin-bottom: 3.5em; }
  body.home #section_14 .inner > div .columns_5 p {
    margin-bottom: .6em;
    text-align: center; }
  body.home #section_14 .inner > div .columns_5 label {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 8px 0;
    font-family: tbudrgothic-std, sans-serif;
    text-align: center;
    color: #50a9d6;
    font-size: 1.8rem;
    line-height: 1;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    display: block;
    cursor: pointer; }
  body.home #section_14 .inner > div .columns_5 input {
    display: none; }
  body.home #section_14 .inner > div .columns_5 .check_box:checked + label {
    color: #FFF;
    background-color: #50a9d6; }
  body.home #section_14 .inner > div .columns_5.box-style > div {
    width: 14%;
    width: -webkit-calc(18.5% - 34px);
    width: calc(18.5% - 34px);
    padding: 15px 17px 10px 17px; }
  body.home #section_14 .inner > div p {
    margin-bottom: .9em;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0; }
    body.home #section_14 .inner > div p .require,
    body.home #section_14 .inner > div p .notrequire {
      margin-right: 12px;
      padding: 2px 15px;
      color: #FFF;
      font-size: 1.5rem;
      letter-spacing: .1em;
      background-color: #ff7b92;
      border-radius: 5px; }
    body.home #section_14 .inner > div p .notrequire {
      background-color: #50a9d6; }
    body.home #section_14 .inner > div p .small {
      margin-left: 1em;
      font-size: 1.5rem;
      color: #808080;
      letter-spacing: .05em; }
  body.home #section_14 .inner > div input,
  body.home #section_14 .inner > div textarea {
    border: none;
    width: 95%;
    width: -webkit-calc(100% - 44px);
    width: calc(100% - 44px);
    padding: 8px 22px;
    font-family: tbudrgothic-std, sans-serif;
    font-size: 1.6rem;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
    body.home #section_14 .inner > div input::placeholder,
    body.home #section_14 .inner > div textarea::placeholder {
      color: #d8d8d8; }
    body.home #section_14 .inner > div input.short,
    body.home #section_14 .inner > div textarea.short {
      width: 45%;
      width: -webkit-calc(47% - 44px);
      width: calc(47% - 44px); }
  body.home #section_14 .inner > div textarea {
    min-height: 155px; }
  body.home #section_14 .inner > div .btn_submit {
    margin-bottom: 0;
    text-align: center;
    position: relative; }
    body.home #section_14 .inner > div .btn_submit span {
      display: inline-block;
      position: relative; }
      body.home #section_14 .inner > div .btn_submit span::before {
        content: "\f35a";
        font-family: "Font Awesome 5 Free";
        color: #FFF;
        font-weight: 900;
        margin-right: 5px;
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none; }
    body.home #section_14 .inner > div .btn_submit input {
      width: auto;
      padding: 17px 25px 17px 50px;
      color: #FFF;
      font-weight: 700;
      letter-spacing: .15em;
      background-color: #ff7b92;
      box-shadow: none;
      cursor: pointer;
      transition: .5s; }
      body.home #section_14 .inner > div .btn_submit input:hover {
        background-color: #ffb400;
        transition: .5s; }
body.home #section_14 .inner > figure {
  width: 85px;
  position: absolute;
  left: 230px;
  top: -119px; }
body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) {
  width: 58%; }
  body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul {
    padding: 30px; }
    body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li {
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: solid 1px #d8d8d8; }
      body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .thumb {
          width: 19.2%; }
          body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .thumb img {
            width: 100px;
            height: 100px;
            border-radius: 5px;
            object-fit: cover; }
        body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .text {
          width: 77.4%; }
          body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .text h3 {
            font-size: 1.6rem; }
          body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .text p {
            margin-bottom: 0;
            color: #000;
            font-size: 1.6rem;
            transition: .5s; }
        body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a:hover > div p {
          color: #ffb400;
          transition: .5s; }
      body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) {
  width: 39%; }
  body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div {
    margin-bottom: 20px;
    padding: 20px 15px 15px; }
    body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div > h3 {
      margin-left: 10px;
      font-size: 1.8rem;
      text-align: left; }
      body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div > h3 img {
        width: 225px;
        height: auto; }
    body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div #facebook {
      width: 100%;
      max-width: 500px; }
    body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div:nth-child(1) > h3 {
      margin-bottom: 15px; }
    body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div:nth-child(2) > h3 img {
      width: 222px; }
body.home #section_15 .inner > figure {
  width: 94px;
  position: absolute;
  left: 325px;
  top: -109px; }
  body.home #layer_board_area {
    position: relative; }
  body.home .layer_board {
    display: none;
    width: 640px;
    padding: 35px 30px 30px 30px;
    background-color:#fff;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    z-index: 99999; }
  body.home .layer_board .layer_board_desription{
    margin-top: 1.5em;
    width: 100%;}
    #layer_board_area .layer_board .columns_2{
      display: flex;
      justify-content: center;
      align-items: center; }
    #layer_board_area .layer_board .btn_about{
      padding: 10px;
      width: 100%;
      background-color: #4FA0CA;
      border-radius: 10px;
      text-align: center;} 
    #layer_board_area .layer_board .btn_about a{
      text-decoration: none;
      font-size: 16px;
      color: #FFF;}
    #layer_board_area .layer_board .columns_2 img{
      width: 100%;}    
    #layer_board_area .layer_board .columns_2 .point{
      width: 100%;
      display: flex;
      justify-content: space-between;}
    .point .point_inner{
      width: 21%;
      padding: 5px;
      text-align: center;
      background-color: #FFF;
      border: #272828 1.5px solid;
      box-shadow:2px 2px 0 1px #4FA0CA;
      font-size: 16px;
      padding-bottom: 3px;
      line-height: 25px;}
      .layer_board .columns_2 span{
      font-size: 20px;
      font-weight: 800;
      color: #cd1e1c;}
    body.home .layer_board > div {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    body.home .layer_board .btn_close {
      position: absolute;
      right: -35px;
      top: -35px; }
      body.home .layer_board .btn_close a {
      display: block;
      width: 70px;
      height: 70px;
      background-color: #FFF;
      border-radius: 50%;
      font-size: 3rem;
      line-height: 70px;
      text-align: center;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
      cursor: pointer;
      transition: .5s; }
    body.home .layer_board .btn_close a:hover {
      background-color: rgba(255, 255, 255, 0.85);
      transition: .5s;
      transform: rotate(180deg); }
@media screen and (max-width: 768px) {
  body.home #header #mv #title-block h1 {
    line-height: 1.5; }
  body.home #section_10 .inner .grid-item > h3 span:nth-child(1) {
    width: 33px;
    height: 33px;
    line-height: 33px; }
  body.home .btn_anim {
    top: -31px; }
    body.home .btn_anim a {
      height: 80px;
      line-height: 80px; }
      body.home .layer_board {
        width: calc(90% - 40px);
        padding: 20px; }
        #layer_board_area .layer_board .columns_2 {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 25px 0;}
       #layer_board_area .layer_board .columns_2 .point{
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          margin-top: 1.5em;
          gap: 10px;}
      .point .point_inner {
          width: 42%;
          padding: 5px;
          text-align: center;
          background-color: #FFF;
          border: #272828 1.5px solid;
          box-shadow: 2px 2px 0 1px #4FA0CA;
          font-size: 16px;
          padding-bottom: 3px;
          line-height: 25px;}
      body.home .layer_board .btn_close {
          position: absolute;
          right: -10px;
          top: -30px;}
      #layer_board_area .layer_board .btn_about {
          padding: 10px;
          width: 100%;
          background-color: #4FA0CA;
          border-radius: 10px;
          text-align: center;
          margin-bottom: 0;}
  body.home #section_05 .columns_4 > a .columns_2 p > span > strong {
    font-size: 4.2rem;
    line-height: 1.4; } }

/*
===================================================
	reason
===================================================
*/
body.reason .read {
  position: relative; }
  body.reason .read::before {
    content: "";
    width: 73px;
    height: 102px;
    background: url("../images/common/chr_dog_02.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 120px;
    top: -43px; }
body.reason .columns_3 > div {
  margin: 0 0 21px 0;
  padding: 30px 0 0;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
  body.reason .columns_3 > div:first-child {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    body.reason .columns_3 > div:first-child > * {
      width: 100%; }
    body.reason .columns_3 > div:first-child > figure {
      width: 35.5%;
      padding: 0 0 30px 0; }
    body.reason .columns_3 > div:first-child > div {
      width: 60%;
      padding: 0 0 30px 0; }
  body.reason .columns_3 > div > h3 {
    margin-bottom: .25em;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: .05em;
    font-weight: 900; }
    body.reason .columns_3 > div > h3 span {
      display: inline-block; }
  body.reason .columns_3 > div > h4 {
    margin-bottom: 1.25em;
    font-size: 1.8rem;
    text-align: center; }
  body.reason .columns_3 > div > figure {
    margin: 0; }
  body.reason .columns_3 > div > div {
    padding: 30px 30px 15px; }

/*
===================================================
	payment, flow
===================================================
*/
body.payment .double_columns .main .block:nth-child(1) .marker,
body.flow .double_columns .main .block:nth-child(1) .marker {
  margin-bottom: 30px;
  font-weight: 900; }
body.payment .double_columns .main .block .list_style_01,
body.flow .double_columns .main .block .list_style_01 {
  margin-bottom: 0; }
body.payment .double_columns .main .block#payment_02 p:nth-of-type(1), body.payment .double_columns .main .block#payment_03 p:nth-of-type(1),
body.flow .double_columns .main .block#payment_02 p:nth-of-type(1),
body.flow .double_columns .main .block#payment_03 p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 900; }
body.payment .double_columns .main .block#payment_02 h5, body.payment .double_columns .main .block#payment_03 h5,
body.flow .double_columns .main .block#payment_02 h5,
body.flow .double_columns .main .block#payment_03 h5 {
  margin-top: -1em;
  font-size: 2.4rem;
  font-weight: 900; }
body.payment .double_columns .main .block#payment_02 figure, body.payment .double_columns .main .block#payment_03 figure,
body.flow .double_columns .main .block#payment_02 figure,
body.flow .double_columns .main .block#payment_03 figure {
  width: 65%;
  margin-bottom: 2.5em; }
body.payment .double_columns .main .block#payment_03 h5,
body.flow .double_columns .main .block#payment_03 h5 {
  margin-bottom: 1em; }
body.payment .double_columns .main .block#payment_03 .note,
body.flow .double_columns .main .block#payment_03 .note {
  font-size: 1.2rem; }
body.payment .double_columns .main .block#payment_04 p:nth-of-type(1),
body.flow .double_columns .main .block#payment_04 p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 900; }
body.payment .double_columns .main .block#payment_04 h5,
body.flow .double_columns .main .block#payment_04 h5 {
  margin-top: -1em;
  font-size: 2.4rem;
  font-weight: 900; }
body.payment .double_columns .main .block#payment_04 > .columns_2,
body.flow .double_columns .main .block#payment_04 > .columns_2 {
  margin-bottom: 1.5em;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  body.payment .double_columns .main .block#payment_04 > .columns_2 > .columns_2,
  body.flow .double_columns .main .block#payment_04 > .columns_2 > .columns_2 {
    width: 44%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  body.payment .double_columns .main .block#payment_04 > .columns_2 > p,
  body.flow .double_columns .main .block#payment_04 > .columns_2 > p {
    width: 50%;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2; }
body.payment .double_columns .main .block.block_arrow > figure,
body.flow .double_columns .main .block.block_arrow > figure {
  margin-bottom: 2em; }
body.payment .double_columns .main .block.block_arrow > p,
body.flow .double_columns .main .block.block_arrow > p {
  font-size: 1.8rem;
  line-height: 1.8; }
body.payment .double_columns .main .block.block_arrow:nth-child(4) .title_step > div:nth-child(1), body.payment .double_columns .main .block.block_arrow:nth-child(5) .title_step > div:nth-child(1),
body.flow .double_columns .main .block.block_arrow:nth-child(4) .title_step > div:nth-child(1),
body.flow .double_columns .main .block.block_arrow:nth-child(5) .title_step > div:nth-child(1) {
  color: #ff7b92; }
body.payment .double_columns .main .block.block_arrow:nth-child(4) .title_step > div:nth-child(3), body.payment .double_columns .main .block.block_arrow:nth-child(5) .title_step > div:nth-child(3),
body.flow .double_columns .main .block.block_arrow:nth-child(4) .title_step > div:nth-child(3),
body.flow .double_columns .main .block.block_arrow:nth-child(5) .title_step > div:nth-child(3) {
  visibility: hidden; }
body.payment .double_columns .sideber nav > ul li a span,
body.flow .double_columns .sideber nav > ul li a span {
  font-size: 1.8rem;
  letter-spacing: -.25em; }
body.payment .double_columns > figure,
body.flow .double_columns > figure {
  width: 116px;
  position: absolute;
  left: 223px;
  top: -95px; }

body.flow .title_step > div:nth-child(1) {
  letter-spacing: .15em;
  line-height: 1; }
body.flow .title_step > div:nth-child(1) strong {
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0; }
body.flow .title_step > div:nth-child(2) {
  letter-spacing: .125em;
  font-weight: 900; }
body.flow .main > div:nth-child(4) .title_step > div:nth-child(2),
body.flow .main > div:nth-child(5) .title_step > div:nth-child(2) {
  width: 73%;
  width: -webkit-calc(79% - 1px);
  width: calc(79% - 1px); }
body.flow .main > div:nth-child(4) .title_step > div:nth-child(3),
body.flow .main > div:nth-child(5) .title_step > div:nth-child(3) {
  width: 0; }

/*
===================================================
	voice
===================================================
*/
body.voice .double_columns .main {
  position: relative;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0); }
  body.voice .double_columns .main .inner_main {
    margin-bottom: 30px;
    padding-bottom: 1px;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
    body.voice .double_columns .main .inner_main .block {
      margin: 0 50px 40px 50px;
      padding: 40px 0 0; }
      body.voice .double_columns .main .inner_main .block > h3 {
        font-size: 2.4rem; }
      body.voice .double_columns .main .inner_main .block .box-comment {
        margin: 0 0 15px 0;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; }
        body.voice .double_columns .main .inner_main .block .box-comment figure {
          width: 19.6%; }
          body.voice .double_columns .main .inner_main .block .box-comment figure img {
            border-radius: 5px; }
          body.voice .double_columns .main .inner_main .block .box-comment figure figcaption {
            font-size: 1.2rem;
            text-align: center; }
        body.voice .double_columns .main .inner_main .block .box-comment div {
          width: 68.2%;
          padding: 3%;
          background-color: #ececec;
          border-radius: 8px;
          position: relative;
          overflow: visible; }
          body.voice .double_columns .main .inner_main .block .box-comment div p {
            margin: 0;
            text-align: center;
            line-height: 1.8;
            font-weight: 700; }
          body.voice .double_columns .main .inner_main .block .box-comment div::before {
            content: "";
            width: 0;
            height: 0;
            border-top: solid 15px transparent;
            border-right: solid 15px #ececec;
            border-bottom: solid 15px transparent;
            border-left: solid 15px transparent;
            display: block;
            position: absolute;
            left: -30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        body.voice .double_columns .main .inner_main .block .box-comment > p {
          margin-bottom: 0;
          font-size: 1.4rem;
          line-height: 1.7; }
      body.voice .double_columns .main .inner_main .block .before_after {
        margin: 0 0 25px 0;
        position: relative; }
        body.voice .double_columns .main .inner_main .block .before_after::after {
          width: 70px;
          height: 70px;
          content: "\f054";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          text-align: center;
          line-height: 70px;
          color: #FFF;
          font-size: 3.7rem;
          background-color: #ff7b92;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        body.voice .double_columns .main .inner_main .block .before_after > figure {
          height: 340px;
          position: relative;
          overflow: hidden; }
          body.voice .double_columns .main .inner_main .block .before_after > figure img {
            width: auto;
            height: 340px;
            min-width: 100%;
            min-height: 100%;
            max-width: inherit;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); }
    body.voice .double_columns .main .inner_main > figure {
      width: 81px;
      position: absolute;
      left: 245px;
      top: -130px; }

/*
===================================================
	company
===================================================
*/
body.company .inner .column_1 {
  padding: 30px 70px; }
  body.company .inner .column_1 table tr {
    background: url("../images/common/dot_line_horizontal.png") repeat-x left bottom;
    background-size: auto 1px; }
    body.company .inner .column_1 table tr:last-child {
      background: none; }
  body.company .inner .column_1 table th {
    padding: 20px 5px 19px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 2; }
    body.company .inner .column_1 table th span {
      background-color: #ffff9c;
      display: block; }
  body.company .inner .column_1 table td {
    padding: 20px 5px 19px 45px;
    line-height: 2; }
body.company .inner .read {
  margin: 35px 0 25px; }
body.company #section_02 iframe {
  margin: 30px 0;
  width: 100%;
  height: 450px; }
body.company .adviser-btn{
  display: block;
  width: fit-content;
}
  
/*
===================================================
	adviser
===================================================
*/
body.adviser .header-border span{
  font-size: 14px;
  padding-left: 10px;
  color: #b2b2b2;
}
body.adviser .inner .column_1 {
  padding: 30px 70px;
  margin-bottom: 40px; }
  body.adviser .inner .column_1 table tr {
    background: url("../images/common/dot_line_horizontal.png") repeat-x left bottom;
    background-size: auto 1px; }
    body.adviser .inner .column_1 table tr:last-child {
      background: none; }
  body.adviser .inner .column_1 table th {
    padding: 20px 5px 19px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 2; }
    body.adviser .inner .column_1 table th span {
      background-color: #ffff9c;
      display: block; }
  body.adviser .inner .column_1 table td {
    padding: 20px 5px 19px 45px;
    line-height: 2; }

/*
===================================================
	contact
===================================================
*/
body.contact #section_01 {
  margin-bottom: 30px; }
  body.contact #section_01 .inner {
    position: relative; }
    body.contact #section_01 .inner > div {
      padding: 40px 120px; }
      body.contact #section_01 .inner > div .column_1,
      body.contact #section_01 .inner > div .columns_2,
      body.contact #section_01 .inner > div .columns_5 {
        margin-bottom: 3.5em; }
      body.contact #section_01 .inner > div .columns_5 p {
        margin-bottom: .6em;
        text-align: center; }
      body.contact #section_01 .inner > div .columns_5 label {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 8px 0;
        font-family: tbudrgothic-std, sans-serif;
        text-align: center;
        color: #50a9d6;
        font-size: 1.8rem;
        line-height: 1;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
        display: block;
        cursor: pointer; }
        body.contact #section_01 .inner > div .columns_5 label.checked {
          color: #FFF;
          background-color: #50a9d6; }
      body.contact #section_01 .inner > div .columns_5 input {
        display: none; }
      body.contact #section_01 .inner > div .columns_5 .check_box:checked + label {
        color: #FFF;
        background-color: #50a9d6; }
      body.contact #section_01 .inner > div .columns_5.box-style > div {
        width: 14%;
        width: -webkit-calc(18.5% - 34px);
        width: calc(18.5% - 34px);
        padding: 15px 17px 10px 17px; }
      body.contact #section_01 .inner > div p {
        margin-bottom: .9em;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0; }
        body.contact #section_01 .inner > div p .require,
        body.contact #section_01 .inner > div p .notrequire {
          margin-right: 12px;
          padding: 2px 15px;
          color: #FFF;
          font-size: 1.5rem;
          letter-spacing: .1em;
          background-color: #ff7b92;
          border-radius: 5px; }
        body.contact #section_01 .inner > div p .notrequire {
          background-color: #50a9d6; }
        body.contact #section_01 .inner > div p .small {
          margin-left: 1em;
          font-size: 1.5rem;
          color: #808080;
          letter-spacing: .05em; }
      body.contact #section_01 .inner > div input,
      body.contact #section_01 .inner > div textarea {
        border: none;
        width: 95%;
        width: -webkit-calc(100% - 44px);
        width: calc(100% - 44px);
        padding: 8px 22px;
        font-family: tbudrgothic-std, sans-serif;
        font-size: 1.6rem;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
        pointer-events: auto; }
        body.contact #section_01 .inner > div input:-webkit-autofill,
        body.contact #section_01 .inner > div textarea:-webkit-autofill {
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3), 0 0 0px 1000px #FFF inset; }
        body.contact #section_01 .inner > div input::placeholder,
        body.contact #section_01 .inner > div textarea::placeholder {
          color: #d8d8d8; }
        body.contact #section_01 .inner > div input.short,
        body.contact #section_01 .inner > div textarea.short {
          width: 45%;
          width: -webkit-calc(47% - 44px);
          width: calc(47% - 44px); }
      body.contact #section_01 .inner > div textarea {
        height: 0;
        min-height: 250px; }
        body.contact p.s-after{
          text-align: center;
          margin-bottom: 16px;}
        body.contact p.s-after a{
            color: #0066c0;
            border-bottom: 1px solid #0066c0;
            font-size: 16px;}

        /* 20220310 */
      .scroll_box{
          padding:30px;
          margin:0 auto 30px;
          height:300px;
          box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
          overflow-y: scroll;
        }
        #accept_button{
          text-align: center;
        }
        #accept_button .wpcf7-list-item{
          margin: 0 5px 0 0;
        }
        /* 20220310 */

      body.contact #section_01 .inner > div .btn_submit {
        margin-bottom: 0;
        text-align: center;
        position: relative; }
        body.contact #section_01 .inner > div .btn_submit span {
          display: inline-block;
          position: relative; 
          margin: 0 10px;}
          body.contact #section_01 .inner > div .btn_submit span::before {
            content: "\f35a";
            font-family: "Font Awesome 5 Free";
            color: #FFF;
            font-weight: 900;
            margin-right: 5px;
            position: absolute;
            top: 50%;
            left: 25px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            pointer-events: none; }
          body.contact #section_01 .inner > div .btn_submit span:empty {
            display: none; }
          body.contact #section_01 .inner > div .btn_submit span.b_back::before {
            content: "\f359"; }
        body.contact #section_01 .inner > div .btn_submit input {
          width: auto;
          padding: 17px 25px 17px 50px;
          color: #FFF;
          font-weight: 700;
          letter-spacing: .15em;
          background-color: #ff7b92;
          box-shadow: none;
          cursor: pointer;
          transition: .5s; }
          body.contact #section_01 .inner > div .btn_submit input:hover {
            background-color: #ffb400;
            transition: .5s; }
          body.contact #section_01 .inner > div .btn_submit input.back {
            background-color: #50a9d6; }
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 input,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 textarea,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 input,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 textarea,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 input,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 textarea {
        width: 100%;
        padding: 0 0 10px 0;
        box-shadow: none;
        border-bottom: dashed 1px #DDD;
        border-radius: 0; }
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 input.wpcf7c-conf,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 textarea.wpcf7c-conf,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 input.wpcf7c-conf,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 textarea.wpcf7c-conf,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 input.wpcf7c-conf,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 textarea.wpcf7c-conf {
          pointer-events: none; }
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 input::placeholder,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 textarea::placeholder,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 input::placeholder,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 textarea::placeholder,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 input::placeholder,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 textarea::placeholder {
          color: #FFF; }
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 input:-webkit-autofill,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 textarea:-webkit-autofill,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 input:-webkit-autofill,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 textarea:-webkit-autofill,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 input:-webkit-autofill,
        body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 textarea:-webkit-autofill {
          box-shadow: 0 0 0px 1000px #FFF inset; }
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 textarea,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 textarea,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 textarea {
        height: 0;
        min-height: auto;
        resize: none; }
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .column_1 label,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_2 label,
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .columns_5 label {
        cursor: default; }
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .wpcf7c-conf {
        background-color: #FFF; }
      body.contact #section_01 .inner > div .custom-wpcf7c-confirmed .btn_submit span.b_back {
        margin-right: 40px; }
      body.contact #section_01 .inner > div .wpcf7c-elm-step2 {
        padding: 1em 0;
        text-align: center;
        font-weight: 900; }
        body.contact #section_01 .inner > div .wpcf7c-elm-step2 span {
          background: linear-gradient(transparent 0%, #ffff9c 10%); }
    body.contact #section_01 .inner > figure {
      width: 100px;
      position: absolute;
      left: 200px;
      top: -115px; }

/*
===================================================
	thanks
===================================================
*/
body.thanks #section_01,
body.error404 #section_01 {
  margin-bottom: 30px; }
  body.thanks #section_01 .inner,
  body.error404 #section_01 .inner {
    position: relative; }
    body.thanks #section_01 .inner > div,
    body.error404 #section_01 .inner > div {
      padding: 40px 120px; }
      body.thanks #section_01 .inner > div > h3,
      body.error404 #section_01 .inner > div > h3 {
        margin: 1.5rem 0 4rem;
        font-size: 2.8rem;
        font-weight: 900; }
      body.thanks #section_01 .inner > div > div,
      body.error404 #section_01 .inner > div > div {
        margin-bottom: 1.5rem; }
        body.thanks #section_01 .inner > div > div > div,
        body.error404 #section_01 .inner > div > div > div {
          width: 60%; }
          body.thanks #section_01 .inner > div > div > div p,
          body.error404 #section_01 .inner > div > div > div p {
            line-height: 1.7; }
            body.thanks #section_01 .inner > div > div > div p.read,
            body.error404 #section_01 .inner > div > div > div p.read {
              text-align: left;
              font-size: 2.4rem;
              line-height: 1.6; }
            body.thanks #section_01 .inner > div > div > div p .tel_tap,
            body.error404 #section_01 .inner > div > div > div p .tel_tap {
              color: #1a1a1a; }
        body.thanks #section_01 .inner > div > div > figure,
        body.error404 #section_01 .inner > div > div > figure {
          width: 30%; }
    body.thanks #section_01 .inner > figure,
    body.error404 #section_01 .inner > figure {
      width: 100px;
      position: absolute;
      left: 200px;
      top: -115px; }

body.error404 #section_01 .inner > figure {
  width: 80px;
  left: 250px; }

/*
===================================================
	home
===================================================
*/
body.home #section_14 {
  margin-bottom: 30px; }
  body.home #section_14 .inner {
    position: relative; }
    body.home #section_14 .inner > div {
      padding: 40px 120px; }
      body.home #section_14 .inner > div .column_1,
      body.home #section_14 .inner > div .columns_2,
      body.home #section_14 .inner > div .columns_5 {
        margin-bottom: 3.5em; }
      body.home #section_14 .inner > div .columns_5 p {
        margin-bottom: .6em;
        text-align: center; }
      body.home #section_14 .inner > div .columns_5 label {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 8px 0;
        font-family: tbudrgothic-std, sans-serif;
        text-align: center;
        color: #50a9d6;
        font-size: 1.8rem;
        line-height: 1;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
        display: block;
        cursor: pointer; }
        body.home #section_14 .inner > div .columns_5 label.checked {
          color: #FFF;
          background-color: #50a9d6; }
      body.home #section_14 .inner > div .columns_5 input {
        display: none; }
      body.home #section_14 .inner > div .columns_5 .check_box:checked + label {
        color: #FFF;
        background-color: #50a9d6; }
      body.home #section_14 .inner > div .columns_5.box-style > div {
        width: 14%;
        width: -webkit-calc(18.5% - 34px);
        width: calc(18.5% - 34px);
        padding: 15px 17px 10px 17px; }
      body.home #section_14 .inner > div p {
        margin-bottom: .9em;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0; }
        body.home #section_14 .inner > div p .require,
        body.home #section_14 .inner > div p .notrequire {
          margin-right: 12px;
          padding: 2px 15px;
          color: #FFF;
          font-size: 1.5rem;
          letter-spacing: .1em;
          background-color: #ff7b92;
          border-radius: 5px; }
        body.home #section_14 .inner > div p .notrequire {
          background-color: #50a9d6; }
        body.home #section_14 .inner > div p .small {
          margin-left: 1em;
          font-size: 1.5rem;
          color: #808080;
          letter-spacing: .05em; }
      body.home #section_14 .inner > div input,
      body.home #section_14 .inner > div textarea {
        border: none;
        width: 95%;
        width: -webkit-calc(100% - 44px);
        width: calc(100% - 44px);
        padding: 8px 22px;
        font-family: tbudrgothic-std, sans-serif;
        font-size: 1.6rem;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
        body.home #section_14 .inner > div input::placeholder,
        body.home #section_14 .inner > div textarea::placeholder {
          color: #d8d8d8; }
        body.home #section_14 .inner > div input.short,
        body.home #section_14 .inner > div textarea.short {
          width: 45%;
          width: -webkit-calc(47% - 44px);
          width: calc(47% - 44px); }
      body.home #section_14 .inner > div textarea {
        min-height: 155px; }
      body.home #section_14 .inner > div .btn_submit {
        margin-bottom: 0;
        text-align: center;
        position: relative; }
        body.home #section_14 .inner > div .btn_submit span {
          display: inline-block;
          position: relative; }
          body.home #section_14 .inner > div .btn_submit span::before {
            content: "\f35a";
            font-family: "Font Awesome 5 Free";
            color: #FFF;
            font-weight: 900;
            margin-right: 5px;
            position: absolute;
            top: 50%;
            left: 25px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            pointer-events: none; }
        body.home #section_14 .inner > div .btn_submit input {
          width: auto;
          padding: 17px 25px 17px 50px;
          color: #FFF;
          font-weight: 700;
          letter-spacing: .15em;
          background-color: #ff7b92;
          box-shadow: none;
          cursor: pointer;
          transition: .5s; }
          body.home #section_14 .inner > div .btn_submit input:hover {
            background-color: #ffb400;
            transition: .5s; }
    body.home #section_14 .inner > figure {
      width: 100px;
      position: absolute;
      left: 200px;
      top: -115px; }

.columns_5 span.wpcf7-list-item {
  width: 100% !important;
  margin-left: 0 !important; }

span.wpcf7-not-valid-tip {
  margin-top: .75rem;
  font-size: 1.6rem; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 1.6rem;
  color: red !important;
  text-align: center;
  padding: 1.5rem !important;
  border: solid 4px red !important; }

div.wpcf7-mail-sent-ok {
  font-size: 1.6rem;
  color: green !important;
  text-align: center;
  padding: 1.5rem !important;
  border: solid 4px green !important; }

/*
===================================================
	faq
===================================================
*/
body.faq #section_01 .columns_3 {
  margin: 0 0 35px 0;
  padding: 20px; }
  body.faq #section_01 .columns_3 .btn_faq {
    margin: 0;
    text-align: center; }
    body.faq #section_01 .columns_3 .btn_faq a {
      height: 60px;
      background-color: #50a9d6;
      display: block;
      color: #FFF;
      line-height: 60px;
      letter-spacing: .03em;
      font-weight: 700;
      transition: .5s; }
      body.faq #section_01 .columns_3 .btn_faq a strong {
        font-size: 2rem; }
      body.faq #section_01 .columns_3 .btn_faq a::before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 7px;
        transition: .5s; }
      body.faq #section_01 .columns_3 .btn_faq a:hover {
        background-color: #ffb400;
        transition: .5s; }
        body.faq #section_01 .columns_3 .btn_faq a:hover::before {
          margin-right: 0;
          transition: .5s; }
  body.faq #section_01 .columns_3 > p:nth-child(2) a {
    background-color: #ff7b92; }
  body.faq #section_01 .columns_3 > p:nth-child(3) a {
    background-color: #399b4a; }
body.faq #section_01 .column_1 {
  margin: 0 0 35px 0;
  padding: 50px 40px 40px; }
  body.faq #section_01 .column_1 h3 {
    font-size: 2.4rem;
    text-align: center;
    color: #50a9d6;
    line-height: 1;
    font-weight: 900;
    vertical-align: bottom; }
    body.faq #section_01 .column_1 h3::before {
      content: "";
      margin-right: 10px;
      width: 71px;
      height: 41px;
      background: url("../images/faq/icon_01.svg") no-repeat center center;
      background-size: cover;
      display: inline-block;
      vertical-align: bottom; }
  body.faq #section_01 .column_1 .accordion {
    margin-bottom: 0; }
    body.faq #section_01 .column_1 .accordion dt {
      margin: 0 0 13px 0;
      padding: 13px 0 15px;
      color: #50a9d6;
      cursor: pointer;
      position: relative;
      background: url("../images/common/dot_line_horizontal_blue.png") repeat-x left bottom;
      background-size: auto 1px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      body.faq #section_01 .column_1 .accordion dt > i:not(.icon) {
        width: 38px;
        height: 38px;
        margin-right: 20px;
        color: #FFF;
        line-height: 38px;
        text-align: center;
        font-style: normal;
        background-color: #50a9d6;
        display: block;
        border-radius: 50%; }
      body.faq #section_01 .column_1 .accordion dt p {
        width: 90%;
        width: -webkit-calc(100% - 56px);
        width: calc(100% - 56px);
        margin-bottom: 0;
        font-size: 1.8rem; }
      body.faq #section_01 .column_1 .accordion dt .icon {
        display: block;
        position: absolute;
        right: 0; }
        body.faq #section_01 .column_1 .accordion dt .icon::after {
          content: "\f078";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          transition: .5s;
          font-style: normal; }
        body.faq #section_01 .column_1 .accordion dt .icon.active::after {
          content: "\f077";
          color: #ffb400; }
    body.faq #section_01 .column_1 .accordion dd {
      margin: 0;
      padding: 0;
      display: none; }
      body.faq #section_01 .column_1 .accordion dd > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        body.faq #section_01 .column_1 .accordion dd > div > i {
          width: 36px;
          height: 36px;
          margin-right: 20px;
          color: #50a9d6;
          line-height: 36px;
          text-align: center;
          font-style: normal;
          border: solid 2px #50a9d6;
          background-color: #FFF;
          display: block;
          border-radius: 50%; }
        body.faq #section_01 .column_1 .accordion dd > div > div {
          width: 90%;
          width: -webkit-calc(100% - 56px);
          width: calc(100% - 56px); }
          body.faq #section_01 .column_1 .accordion dd > div > div > p {
            font-size: 1.6rem; }
  body.faq #section_01 .column_1#faq_construction h3 {
    color: #ff7b92; }
    body.faq #section_01 .column_1#faq_construction h3::before {
      width: 123px;
      height: 58px;
      margin-right: 0;
      margin-bottom: -10px;
      background-image: url("../images/faq/icon_02.svg"); }
  body.faq #section_01 .column_1#faq_construction .accordion dt {
    color: #ff7b92;
    background-image: url("../images/common/dot_line_horizontal_pink.png"); }
    body.faq #section_01 .column_1#faq_construction .accordion dt > i:not(.icon) {
      background-color: #ff7b92; }
  body.faq #section_01 .column_1#faq_construction .accordion dd > div > i {
    color: #ff7b92;
    border-color: #ff7b92; }
  body.faq #section_01 .column_1#faq_company h3 {
    color: #22b573; }
    body.faq #section_01 .column_1#faq_company h3::before {
      width: 118px;
      height: 57px;
      margin-right: 5px;
      margin-bottom: -10px;
      background-image: url("../images/faq/icon_03.svg"); }
  body.faq #section_01 .column_1#faq_company .accordion dt {
    color: #22b573;
    background-image: url("../images/common/dot_line_horizontal_green.png"); }
    body.faq #section_01 .column_1#faq_company .accordion dt > i:not(.icon) {
      background-color: #22b573; }
  body.faq #section_01 .column_1#faq_company .accordion dd > div > i {
    color: #22b573;
    border-color: #22b573; }
@media screen and (max-width: 768px) {
  body.faq body.faq #section_01 .column_1 h3::before {
    transform: scale(0.85); } }

/*
===================================================
	repair-
===================================================
*/
body.repair-toilet .double_columns .main .block,
body.repair-faucet .double_columns .main .block,
body.repair-waterheater .double_columns .main .block,
body.repair-drainage .double_columns .main .block,
body.repair-washroom .double_columns .main .block,
body.repair-bath .double_columns .main .block,
body.repair-kitchen .double_columns .main .block,
body.repair-waterleak .double_columns .main .block {
  padding: 40px 40px 10px; }
body.repair-toilet .double_columns .main .columns_2,
body.repair-faucet .double_columns .main .columns_2,
body.repair-waterheater .double_columns .main .columns_2,
body.repair-drainage .double_columns .main .columns_2,
body.repair-washroom .double_columns .main .columns_2,
body.repair-bath .double_columns .main .columns_2,
body.repair-kitchen .double_columns .main .columns_2,
body.repair-waterleak .double_columns .main .columns_2 {
  margin: 40px 0 0 0; }
  body.repair-toilet .double_columns .main .columns_2 li > h3,
  body.repair-faucet .double_columns .main .columns_2 li > h3,
  body.repair-waterheater .double_columns .main .columns_2 li > h3,
  body.repair-drainage .double_columns .main .columns_2 li > h3,
  body.repair-washroom .double_columns .main .columns_2 li > h3,
  body.repair-bath .double_columns .main .columns_2 li > h3,
  body.repair-kitchen .double_columns .main .columns_2 li > h3,
  body.repair-waterleak .double_columns .main .columns_2 li > h3 {
    margin-bottom: .5em;
    font-size: 1.6rem;
    font-weight: 900; }
    body.repair-toilet .double_columns .main .columns_2 li > h3 span,
    body.repair-faucet .double_columns .main .columns_2 li > h3 span,
    body.repair-waterheater .double_columns .main .columns_2 li > h3 span,
    body.repair-drainage .double_columns .main .columns_2 li > h3 span,
    body.repair-washroom .double_columns .main .columns_2 li > h3 span,
    body.repair-bath .double_columns .main .columns_2 li > h3 span,
    body.repair-kitchen .double_columns .main .columns_2 li > h3 span,
    body.repair-waterleak .double_columns .main .columns_2 li > h3 span {
      background-color: #ffff9c; }
  body.repair-toilet .double_columns .main .columns_2 li > p,
  body.repair-faucet .double_columns .main .columns_2 li > p,
  body.repair-waterheater .double_columns .main .columns_2 li > p,
  body.repair-drainage .double_columns .main .columns_2 li > p,
  body.repair-washroom .double_columns .main .columns_2 li > p,
  body.repair-bath .double_columns .main .columns_2 li > p,
  body.repair-kitchen .double_columns .main .columns_2 li > p,
  body.repair-waterleak .double_columns .main .columns_2 li > p {
    min-height: 3em;
    margin-bottom: .75em; }
  body.repair-toilet .double_columns .main .columns_2 li .price,
  body.repair-faucet .double_columns .main .columns_2 li .price,
  body.repair-waterheater .double_columns .main .columns_2 li .price,
  body.repair-drainage .double_columns .main .columns_2 li .price,
  body.repair-washroom .double_columns .main .columns_2 li .price,
  body.repair-bath .double_columns .main .columns_2 li .price,
  body.repair-kitchen .double_columns .main .columns_2 li .price,
  body.repair-waterleak .double_columns .main .columns_2 li .price {
    margin-bottom: 2.5em;
    padding: 5px 0 10px;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    background-color: #50a9d6; }
    body.repair-toilet .double_columns .main .columns_2 li .price strong,
    body.repair-faucet .double_columns .main .columns_2 li .price strong,
    body.repair-waterheater .double_columns .main .columns_2 li .price strong,
    body.repair-drainage .double_columns .main .columns_2 li .price strong,
    body.repair-washroom .double_columns .main .columns_2 li .price strong,
    body.repair-bath .double_columns .main .columns_2 li .price strong,
    body.repair-kitchen .double_columns .main .columns_2 li .price strong,
    body.repair-waterleak .double_columns .main .columns_2 li .price strong {
      font-size: 2.7rem;
      font-family: 'Barlow', sans-serif; }
      body.repair-toilet .double_columns .main .columns_2 li .price strong span,
      body.repair-faucet .double_columns .main .columns_2 li .price strong span,
      body.repair-waterheater .double_columns .main .columns_2 li .price strong span,
      body.repair-drainage .double_columns .main .columns_2 li .price strong span,
      body.repair-washroom .double_columns .main .columns_2 li .price strong span,
      body.repair-bath .double_columns .main .columns_2 li .price strong span,
      body.repair-kitchen .double_columns .main .columns_2 li .price strong span,
      body.repair-waterleak .double_columns .main .columns_2 li .price strong span {
        font-size: 1.7rem;
        vertical-align: middle;
        display: inline-block;
        margin-top: -2px; }
body.repair-toilet .double_columns .sideber nav ul li a,
body.repair-faucet .double_columns .sideber nav ul li a,
body.repair-waterheater .double_columns .sideber nav ul li a,
body.repair-drainage .double_columns .sideber nav ul li a,
body.repair-washroom .double_columns .sideber nav ul li a,
body.repair-bath .double_columns .sideber nav ul li a,
body.repair-kitchen .double_columns .sideber nav ul li a,
body.repair-waterleak .double_columns .sideber nav ul li a {
  padding-left: 75px;
  color: #0071a2;
  background-image: url("../images/repair-toilet/icon_toilet.svg");
  background-position: left 20px center;
  background-size: 40px 40px;
  transition: .3s; }
body.repair-toilet .double_columns .sideber nav ul li:nth-child(2) a,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(2) a,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(2) a,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(2) a,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(2) a,
body.repair-bath .double_columns .sideber nav ul li:nth-child(2) a,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(2) a,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(2) a {
  background-image: url("../images/repair-toilet/icon_faucet.svg"); }
body.repair-toilet .double_columns .sideber nav ul li:nth-child(3) a,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(3) a,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(3) a,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(3) a,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(3) a,
body.repair-bath .double_columns .sideber nav ul li:nth-child(3) a,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(3) a,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(3) a {
  background-image: url("../images/repair-toilet/icon_waterheater.svg"); }
body.repair-toilet .double_columns .sideber nav ul li:nth-child(4) a,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(4) a,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(4) a,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(4) a,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(4) a,
body.repair-bath .double_columns .sideber nav ul li:nth-child(4) a,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(4) a,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(4) a {
  background-image: url("../images/repair-toilet/icon_drainage.svg"); }
body.repair-toilet .double_columns .sideber nav ul li:nth-child(5) a,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(5) a,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(5) a,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(5) a,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(5) a,
body.repair-bath .double_columns .sideber nav ul li:nth-child(5) a,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(5) a,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(5) a {
  background-image: url("../images/repair-toilet/icon_washroom.svg"); }
body.repair-toilet .double_columns .sideber nav ul li:nth-child(6) a,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(6) a,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(6) a,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(6) a,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(6) a,
body.repair-bath .double_columns .sideber nav ul li:nth-child(6) a,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(6) a,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(6) a {
  background-image: url("../images/repair-toilet/icon_bath.svg"); }
body.repair-toilet .double_columns .sideber nav ul li:nth-child(7) a,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(7) a,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(7) a,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(7) a,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(7) a,
body.repair-bath .double_columns .sideber nav ul li:nth-child(7) a,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(7) a,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(7) a {
  background-image: url("../images/repair-toilet/icon_kitchen.svg"); }
body.repair-toilet .double_columns .sideber nav ul li:nth-child(8) a,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(8) a,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(8) a,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(8) a,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(8) a,
body.repair-bath .double_columns .sideber nav ul li:nth-child(8) a,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(8) a,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(8) a {
  background-image: url("../images/repair-toilet/icon_waterleak.svg"); }
body.repair-toilet .double_columns .sideber nav ul li:nth-child(1) a:hover, body.repair-toilet .double_columns .sideber nav ul li:nth-child(2) a:hover, body.repair-toilet .double_columns .sideber nav ul li:nth-child(3) a:hover, body.repair-toilet .double_columns .sideber nav ul li:nth-child(4) a:hover, body.repair-toilet .double_columns .sideber nav ul li:nth-child(5) a:hover, body.repair-toilet .double_columns .sideber nav ul li:nth-child(6) a:hover, body.repair-toilet .double_columns .sideber nav ul li:nth-child(7) a:hover, body.repair-toilet .double_columns .sideber nav ul li:nth-child(8) a:hover,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(1) a:hover,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(2) a:hover,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(3) a:hover,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(4) a:hover,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(5) a:hover,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(6) a:hover,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(7) a:hover,
body.repair-faucet .double_columns .sideber nav ul li:nth-child(8) a:hover,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(1) a:hover,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(2) a:hover,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(3) a:hover,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(4) a:hover,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(5) a:hover,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(6) a:hover,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(7) a:hover,
body.repair-waterheater .double_columns .sideber nav ul li:nth-child(8) a:hover,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(1) a:hover,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(2) a:hover,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(3) a:hover,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(4) a:hover,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(5) a:hover,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(6) a:hover,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(7) a:hover,
body.repair-drainage .double_columns .sideber nav ul li:nth-child(8) a:hover,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(1) a:hover,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(2) a:hover,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(3) a:hover,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(4) a:hover,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(5) a:hover,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(6) a:hover,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(7) a:hover,
body.repair-washroom .double_columns .sideber nav ul li:nth-child(8) a:hover,
body.repair-bath .double_columns .sideber nav ul li:nth-child(1) a:hover,
body.repair-bath .double_columns .sideber nav ul li:nth-child(2) a:hover,
body.repair-bath .double_columns .sideber nav ul li:nth-child(3) a:hover,
body.repair-bath .double_columns .sideber nav ul li:nth-child(4) a:hover,
body.repair-bath .double_columns .sideber nav ul li:nth-child(5) a:hover,
body.repair-bath .double_columns .sideber nav ul li:nth-child(6) a:hover,
body.repair-bath .double_columns .sideber nav ul li:nth-child(7) a:hover,
body.repair-bath .double_columns .sideber nav ul li:nth-child(8) a:hover,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(1) a:hover,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(2) a:hover,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(3) a:hover,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(4) a:hover,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(5) a:hover,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(6) a:hover,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(7) a:hover,
body.repair-kitchen .double_columns .sideber nav ul li:nth-child(8) a:hover,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(1) a:hover,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(2) a:hover,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(3) a:hover,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(4) a:hover,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(5) a:hover,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(6) a:hover,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(7) a:hover,
body.repair-waterleak .double_columns .sideber nav ul li:nth-child(8) a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-position: left 17px center;
  background-size: 46px 46px;
  transition: .3s; }
body.repair-toilet .double_columns > figure,
body.repair-faucet .double_columns > figure,
body.repair-waterheater .double_columns > figure,
body.repair-drainage .double_columns > figure,
body.repair-washroom .double_columns > figure,
body.repair-bath .double_columns > figure,
body.repair-kitchen .double_columns > figure,
body.repair-waterleak .double_columns > figure {
  width: 168px;
  position: absolute;
  left: 185px;
  top: -100px; }

body.repair-faucet .double_columns > figure {
  width: 160px;
  top: -105px; }

body.repair-waterheater .double_columns > figure {
  width: 160px;
  left: 155px; }

body.repair-drainage .double_columns > figure {
  width: 145px;
  left: 150px;
  top: -108px; }

body.repair-washroom .double_columns > figure {
  width: 150px;
  left: 185px;
  top: -110px; }

body.repair-bath .double_columns > figure {
  width: 108px;
  left: 165px;
  top: -125px; }

body.repair-kitchen .double_columns > figure {
  width: 170px;
  left: 130px;
  top: -100px; }

body.repair-waterleak .double_columns > figure {
  width: 150px;
  left: 200px;
  top: -105px; }

/*
===================================================
	blog
===================================================
*/
body.single .blankopen::after {
  margin-right: 1rem;
  content: "\f2d2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }
body.single .double_columns .main .block {
  padding: 40px 40px 10px; }
  body.single .double_columns .main .block#eyecatch {
    height: 0;
    padding: 60% 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px 5px 0 0; }
  body.single .double_columns .main .block#post-data {
    padding: 32px 40px 10px;
    background-color: #22b573;
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.single .double_columns .main .block#post-data h1.post-title {
      width: 100%;
      margin: 0 0 1.25rem 0;
      color: #FFF;
      font-size: 2.8rem;
      font-weight: 900;
      line-height: 1.4;
      letter-spacing: .05em; }
    body.single .double_columns .main .block#post-data .date {
      margin: 0 0 0 1.5rem;
      font-size: 1.4rem;
      color: #FFF; }
    body.single .double_columns .main .block#post-data .cat {
      font-size: 1.4rem; }
      body.single .double_columns .main .block#post-data .cat a {
        padding: 2px 8px;
        color: #22b573;
        font-weight: 900;
        background-color: #FFF;
        /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
        border-radius: 5px;
        transition: .5s; }
        body.single .double_columns .main .block#post-data .cat a:hover {
          color: #ffbd0f;
          transition: .5s; }
  body.single .double_columns .main .block#article h1 {
    margin-bottom: 2rem;
    padding-left: 20px;
    border-left: solid 1px #1a1a1a;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.4;
    clear: both;
    position: relative;
    /*&::before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: -2rem;
        top: -2rem;
        border-top: solid 20px #50a9d6;
        border-right: solid 20px transparent;
        border-bottom: solid 20px transparent;
        border-left: solid 20px transparent;
        transform: rotate(135deg);
    }
    &::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: -2rem;
        bottom: -2rem;
        border-top: solid 20px transparent;
        border-right: solid 20px transparent;
        border-bottom: solid 20px #50a9d6;
        border-left: solid 20px transparent;
        transform: rotate(135deg);
    }*/ }
    body.single .double_columns .main .block#article h1 span {
      background-color: #ffff9c;
      display: inline-block; }
  body.single .double_columns .main .block#article h2 {
    margin-bottom: 1.5rem;
    padding-left: 20px;
    border-left: solid 1px #1a1a1a;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.4;
    clear: both; }
  body.single .double_columns .main .block#article h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    clear: both; }
  body.single .double_columns .main .block#article h4 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.5;
    clear: both; }
  body.single .double_columns .main .block#article h5 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    clear: both; }
  body.single .double_columns .main .block#article h6 {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
    clear: both; }
  body.single .double_columns .main .block#article p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.7; }
  body.single .double_columns .main .block#article strong {
    font-weight: 900; }
  body.single .double_columns .main .block#article h1 + h2 {
    margin-top: -.25rem; }
  body.single .double_columns .main .block#article h2 + h3 {
    margin-top: -.35rem; }
  body.single .double_columns .main .block#article h3 + h4,
  body.single .double_columns .main .block#article h4 + h5,
  body.single .double_columns .main .block#article h5 + h6 {
    margin-top: -.5rem; }
  body.single .double_columns .main .block#article p + h1,
  body.single .double_columns .main .block#article p + h2,
  body.single .double_columns .main .block#article p + h3,
  body.single .double_columns .main .block#article p + h4,
  body.single .double_columns .main .block#article p + h5,
  body.single .double_columns .main .block#article p + h6 {
    margin-top: 2.75rem; }
  body.single .double_columns .main .block#article blockquote {
    margin-bottom: 2rem;
    padding-left: 70px;
    font-size: 1.6rem;
    line-height: 1.5;
    background: url("../images/blog/quote-left.svg") no-repeat left top;
    background-size: 50px auto; }
    body.single .double_columns .main .block#article blockquote p {
      margin-bottom: .5rem; }
    body.single .double_columns .main .block#article blockquote cite {
      font-size: 1.4rem;
      font-style: normal; }
  body.single .double_columns .main .block#article figure {
    max-width: 100%;
    margin: 0 0 2rem 0; }
    body.single .double_columns .main .block#article figure figcaption {
      margin-top: 1rem;
      line-height: 1.7; }
    body.single .double_columns .main .block#article figure.alignleft {
      max-width: 50%;
      margin-right: 5%;
      float: left; }
    body.single .double_columns .main .block#article figure.alignright {
      max-width: 50%;
      margin-left: 5%;
      float: right; }
    body.single .double_columns .main .block#article figure.aligncenter {
      max-width: 70%;
      margin-right: auto;
      margin-left: auto; }
  body.single .double_columns .main .block#article p > img.alignleft {
    max-width: 50%;
    margin-right: 5%;
    float: left; }
  body.single .double_columns .main .block#article p > img.alignright {
    max-width: 50%;
    margin-left: 5%;
    float: right; }
  body.single .double_columns .main .block#article p > img.aligncenter {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%; }
  body.single .double_columns .main .block#article p.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.single .double_columns .main .block#article p.flexbox > a,
    body.single .double_columns .main .block#article p.flexbox > img {
      width: 48.5%; }
    body.single .double_columns .main .block#article p.flexbox > a img {
      width: 100%;
      height: auto; }
    body.single .double_columns .main .block#article p.flexbox > a img.alignleft,
    body.single .double_columns .main .block#article p.flexbox > img.alignleft {
      max-width: 50%;
      margin-right: 5%;
      float: left; }
    body.single .double_columns .main .block#article p.flexbox > a img.alignright,
    body.single .double_columns .main .block#article p.flexbox > img.alignright {
      max-width: 50%;
      margin-left: 5%;
      float: right; }
    body.single .double_columns .main .block#article p.flexbox > a img.aligncenter,
    body.single .double_columns .main .block#article p.flexbox > img.aligncenter {
      width: 50%;
      margin-right: 25%;
      margin-left: 25%; }
    body.single .double_columns .main .block#article p.flexbox.over3 > a,
    body.single .double_columns .main .block#article p.flexbox.over3 > img {
      margin-bottom: 15px; }
  body.single .double_columns .main .block#article iframe {
    width: 100%;
    height: 321px; }
body.single .double_columns .main #page-nav {
  margin: 0 0 15px 0;
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  body.single .double_columns .main #page-nav > p {
    margin-right: 15px;
    margin-right: 15px; }
    body.single .double_columns .main #page-nav > p a {
      width: auto;
      padding: 10px 20px;
      color: #FFF;
      font-size: 1.6rem;
      border-radius: 5px;
      font-weight: 700;
      letter-spacing: .15em;
      background-color: #ff7b92;
      box-shadow: none;
      cursor: pointer;
      transition: .5s; }
      body.single .double_columns .main #page-nav > p a::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 5px; }
      body.single .double_columns .main #page-nav > p a:hover {
        background-color: #ffb400;
        transition: .5s; }
    body.single .double_columns .main #page-nav > p:nth-child(1) a::before {
      content: "\f104"; }
    body.single .double_columns .main #page-nav > p:nth-child(2) a {
      background-color: #22b573;
      transition: .5s; }
    body.single .double_columns .main #page-nav > p:nth-child(2) a:hover {
      background-color: #ffb400;
      transition: .5s; }
    body.single .double_columns .main #page-nav > p:nth-child(2) a::before {
      content: "\f106"; }
    body.single .double_columns .main #page-nav > p:nth-child(3) a::before {
      display: none; }
    body.single .double_columns .main #page-nav > p:nth-child(3) a::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: 5px; }
body.single .double_columns .sideber #subnav {
  position: sticky;
  top: 20px; }
  body.single .double_columns .sideber #subnav > li {
    margin-bottom: 20px;
    padding: 30px; }
    body.single .double_columns .sideber #subnav > li > h2 {
      margin-bottom: 1.5rem;
      color: #ff7b92;
      font-size: 1.8rem;
      font-weight: 900;
      letter-spacing: .05em; }
      body.single .double_columns .sideber #subnav > li > h2::before {
        content: "\f303";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: .5em; }
    body.single .double_columns .sideber #subnav > li#archives > h2::before {
      content: "\f187"; }
    body.single .double_columns .sideber #subnav > li#categories > h2::before {
      content: "\f0c5"; }
    body.single .double_columns .sideber #subnav > li ul li {
      font-size: 1.4rem;
      margin-bottom: .75rem; }
body.single .double_columns > figure {
  width: 105px;
  position: absolute;
  left: 275px;
  top: -95px; }

body.blog #section_01 .inner,
body.archive #section_01 .inner {
  position: relative; }
    body.blog #section_01 .inner .columns_3 > a,
    body.archive #section_01 .inner .columns_2 > a,
    body.search #section_01 .inner .columns_2 > a {
      display: block;
      margin: 0 0 20px 0;
      padding: 30px 0 0;
      background-color: #FFF;
      border-radius: 5px;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
      body.blog #section_01 .inner .columns_3 > a:nth-child(3n),
      body.archive #section_01 .inner .columns_2 > a:nth-child(3n),
      body.search #section_01 .inner .columns_2 > a:nth-child(3n) {
        margin-right: 0; }
      body.blog #section_01 .inner .columns_3 > a > h3,
      body.archive #section_01 .inner .columns_2 > a > h3,
      body.search #section_01 .inner .columns_2 > a > h3 {
        margin-bottom: .75em;
        padding: 0 30px;
        font-size: 2rem;
        text-align: center;
        letter-spacing: .05em;
        color: #1a1a1a;
        font-weight: 900;
        transition: .3s;}
        body.blog #section_01 .inner .columns_3 > a > h3 span,
        body.archive #section_01 .inner .columns_2 > a > h3 span,
        body.search #section_01 .inner .columns_2 > a > h3 span {
          padding: 0; }
      body.blog #section_01 .inner .columns_3 > a > p,
      body.archive #section_01 .inner .columns_2 > a > p,
      body.search #section_01 .inner .columns_2 > a > p {
        padding-right: 30px;
        padding-left: 30px;
        color: #1a1a1a;
        transition: .3s; }
        body.blog #section_01 .inner .columns_3 > a > p.post-data,
        body.archive #section_01 .inner .columns_2 > a > p.post-data,
        body.search #section_01 .inner .columns_2 > a > p.post-data {
          margin-bottom: 1.25em;
          font-size: 1.4rem;
          letter-spacing: 0; }
          body.blog #section_01 .inner .columns_3 > a > p.post-data span,
          body.archive #section_01 .inner .columns_2 > a > p.post-data span,
          body.search #section_01 .inner .columns_2 > a > p.post-data span {
            margin-right: 1em;
            padding: 2px 8px;
            background-color: #FFF;
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            display: inline-block; }
      body.blog #section_01 .inner .columns_3 > a > div,
      body.archive #section_01 .inner .columns_2 > a > div,
      body.search #section_01 .inner .columns_2 > a > div {
        padding: 30px 30px 15px; }
        body.blog #section_01 .inner .columns_3 > a > div.thumb,
        body.archive #section_01 .inner .columns_2 > a > div.thumb,
        body.search #section_01 .inner .columns_2 > a > div.thumb {
          width: 100%;
          height: 160px;
          padding: 0;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          transition: .3s; }
        body.blog #section_01 .inner .columns_3 > a > div p,
        body.archive #section_01 .inner .columns_2 > a > div p,
        body.search #section_01 .inner .columns_2 > a > div p {
          line-height: 1.75; }
      body.blog #section_01 .inner .columns_3 > a:hover > h3,
      body.blog #section_01 .inner .columns_3 > a:hover p,
      body.archive #section_01 .inner .columns_2 > a:hover > h3,
      body.archive #section_01 .inner .columns_2 > a:hover p,
      body.search #section_01 .inner .columns_2 > a:hover > h3,
      body.search #section_01 .inner .columns_2 > a:hover p {
        color: #ffbd0f;
        transition: .3s; }
      body.blog #section_01 .inner .columns_3 > a:hover .thumb,
      body.archive #section_01 .inner .columns_2 > a:hover .thumb,
      body.search #section_01 .inner .columns_2 > a:hover .thumb {
        opacity: .75;
        transition: .3s; }
  body.blog #section_01 .inner #pagenation,
  body.archive #section_01 .inner #pagenation,
  body.search #section_01 .inner #pagenation {
    margin: 25px 0 55px; }
  body.blog #section_01 .inner > figure,
  body.archive #section_01 .inner > figure,
  body.search #section_01 .inner > figure {
    width: 105px;
    position: absolute;
    left: 275px;
    top: -95px; }
body.archive #section_01 .inner > figure {
  left: 160px; }
  body.archive #section_01 .inner .main,body.search #section_01 .inner .main{
    padding:50px 10px;
  }
  body.archive #section_01 .inner .main .columns_2 a .thumb,body.search #section_01 .inner .main .columns_2 a .thumb{
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
}
body.archive #section_01 .inner #subnav #categories,
body.search #section_01 .inner #subnav #categories{
 padding: 15px;
}
body.archive #section_01 .inner .sideber .category{
  font-size: 2rem;
  line-height: 4rem;
}
body.archive #section_01 .inner .sideber .category ul{
  font-size: 1.5rem;
  line-height: 3rem;
  margin-left: 20px;
}
/* ----- 以下スマホ専用 ----- */
#modal_tel,
#fixed_tel,
#header-sp,
#sp-menu,
.mv-tel,
.sp-home {
  display: none; }

body.home #section_02 .inner > figure {
  display: none; }

#footer .tel_tap-sp {
  display: none; }
#footer .footer-sp {
  display: none; }

@media screen and (max-width: 767px) {
  body.archive #section_01 .inner .main,body.search #section_01 .inner .main {
    padding:50px 10px 100px 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

body.archive #section_01 .inner .main .columns_2 > *,body.search #section_01 .inner .main .columns_2 > * {
  width: 100%;
}

body.archive #section_01 .inner .sideber,body.search #section_01 .inner .sideber {
  width: 90%;
  margin:0 auto;
}

  html {
    font-size: calc(100vw / 37.5);
    overflow-x: hidden; }

  body.home .section .inner{
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem; }

  body.home .box-style > div > p {
    font-size: 1.4rem; }

  body.home .box-style > div > h3 {
    font-size: 1.6rem; }

  body.home #section_03 .box-style > div > h5 {
    font-size: 1.4rem; }

  .inner {
    width: 100%;
    max-width: none !important; }

  #fixed_tel {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 0;
    display: block;
    width: 100%;
 }

     #fixed_tel a img{
      transition: none;
  }

 #fixed_tel a:hover img{
  opacity: 1;
  }

  
    #modal_tel {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh; }
    #modal_tel .modal_cont {
      position: absolute;
      z-index: 9999;
      top: 45%;
      left: 50%;
      box-sizing: border-box;
      width: 85%;
      padding: 3.5rem 2.5rem 2.5rem;
      transform: translate(-50%, -50%);
      border-radius: 8px;
      background: #fff; }
      #modal_tel .modal_cont p {
        font-size: 1.4rem;
        font-weight: 900;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        letter-spacing: .1em; }
      #modal_tel .modal_cont a {
        font-size: 1.4rem;
        font-weight: 900;
        position: relative;
        display: flex;
        overflow: visible;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 5.8rem;
        margin: 1.5rem 0 2rem;
        text-align: center;
        color: #fff;
        border-radius: 8px;
        background: #22b573; }
        #modal_tel .modal_cont a::before {
          position: absolute;
          z-index: -1;
          top: .5rem;
          left: .5rem;
          width: 100%;
          height: 100%;
          content: "";
          border-radius: 8px;
          background: #1a1a1a; }
        #modal_tel .modal_cont a p {
          position: relative;
          padding-left: 4rem; }
          #modal_tel .modal_cont a p span {
            font-size: 1.9rem; }
          #modal_tel .modal_cont a p::before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 3.3rem;
            height: 3.3rem;
            margin: auto;
            content: "";
            background: url(../images/common/modal_tel.png) no-repeat center center/contain; }
    #modal_tel .modal_bg {
      position: absolute;
      width: 100%;
      height: 100vh;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.5); }

  .mv-tel {
    position: relative;
    top: -1.5rem;
    display: block;
    border-top-left-radius: 100% 5rem;
    border-top-right-radius: 100% 5rem;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
    .mv-tel .mv-tel_free {
      position: absolute;
      top: 1.5rem;
      left: 5rem !important;
      width: 9rem;
      -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3)); }
    .mv-tel .mv-tel_chr {
      position: absolute;
      top: -.5rem;
      left: 50% !important;
      width: 10rem;
      transform: translateX(-50%); }
    .mv-tel .mv-tel_copy {
      position: absolute;
      top: -1rem;
      right: 4rem;
      width: 11.5rem;
      -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3)); }
    .mv-tel .inner > ul {
      margin: 1rem auto 0;
      padding: 0 2rem;
      text-align: center; }
      .mv-tel .inner > ul li {
        font-size: 2rem;
        font-weight: 700;
        position: relative;
        margin: 0 0 .8rem 0;
        padding: 1.5rem 0;
        letter-spacing: .1em;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
        .mv-tel .inner > ul li::before {
          position: absolute;
          z-index: 10;
          top: 50%;
          left: -.5rem;
          display: block;
          width: 1.5rem;
          height: .5rem;
          content: "";
          transform: translateY(-50%);
          transform: -webkit-translateY(-50%);
          background-color: #50a9d6; }
        .mv-tel .inner > ul li:nth-child(2)::before {
          background-color: #ff7b92; }
        .mv-tel .inner > ul li:nth-child(3)::before {
          background-color: #ffb400; }
    .mv-tel #title-block-sp {
      margin-top: 3rem;
      margin-right: -10px;
      margin-left: -10px; }

  .tel_tap-sp {
    position: relative;
    display: block !important;
    padding: 10rem 1rem 0; }
    .tel_tap-sp>p {
      font-size: 2.3rem;
      font-weight: 700;
      position: relative;
      display: block;
      margin: 1rem 0;
      text-align: center;
      letter-spacing: .02em;
      color: #000; }
      .tel_tap-sp>p span {
        display: block; }
      .tel_tap-sp>p::before {
        position: absolute;
        top: 8%;
        left: 1.2rem;
        width: 2px;
        height: 84%;
        content: "";
        transform: rotate(-22deg);
        background: #000; }
      .tel_tap-sp>p::after {
        position: absolute;
        top: 8%;
        right: 1.2rem;
        width: 2px;
        height: 84%;
        content: "";
        transform: rotate(22deg);
        background: #000; }

    .tel_tap-sp .tel_flex{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .tel_tap-sp .tel_flex img{
      width: 20vw;
    }
    .tel_tap-sp .tel_flex .phonenum{
      font-size: 7.5vw;
      letter-spacing: -0.05em;
      margin-bottom: 0;
      font-weight: 900;
      padding: 0 0 0px 8px;
      color: #ff7b92;
    }

  .marker span {
    display: inline-block;
    padding: 0 5px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffff9c 10%) !important; }

  .topic_path {
    margin: 1rem 2rem 1.5rem !important; }
    .topic_path li {
      display: inline-block;
      margin-top: 1rem !important; }
      .topic_path li a {
        font-size: 1.1rem !important;
        position: relative;
        display: inline-block !important;
        overflow: visible;
        margin-right: 2em !important;
        padding: .25rem .75rem !important;
        letter-spacing: .05em;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
        .topic_path li a::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          top: .35em;
          right: -1.35em !important;
          margin-left: 0 !important;
          content: "\f105";
          color: #1a1a1a; }
      .topic_path li span {
        font-size: 1.1rem !important;
        display: inline-block !important;
        padding: .25rem .75rem !important;
        letter-spacing: .05em;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }

  #topcontrol {
    right: 0 !important;
    bottom: 13rem !important; }

  #bPagetop a {
    width: 7rem !important;
    height: 13rem !important;
    background: url(../images/common/pagetop_sp.png) no-repeat center center !important;
    background-size: contain !important; }

  .box_contact > a {
    display: block;
    width: 100%;
    padding: 2rem;
    text-align: center;
    color: #1a1a1a;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
    .box_contact > a p {
      line-height: 1.3; }
      .box_contact > a p > span {
        display: block; }
      .box_contact > a p strong {
        font-size: 2rem;
        line-height: 1.5;
        margin: -1rem 0 2rem !important;
        white-space: nowrap; }
        .box_contact > a p strong span {
          display: block; }

  .box_contact > figure:nth-of-type(1) {
    position: absolute;
    top: -1rem;
    left: -1.5rem;
    width: 8rem;
    margin-right: 0; }

  .box_contact > figure:nth-of-type(2) {
    position: absolute;
    top: -2rem;
    right: -1.5rem;
    width: 9rem;
    margin-left: 0; }

  .read {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left; }

  #header {
    display: none; }

  #header-sp {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 2rem; }
    #header-sp::before {
      position: absolute;
      top: -1rem;
      display: block;
      width: 100%;
      height: 3rem;
      content: "";
      border-bottom-right-radius: 100% 5rem;
      border-bottom-left-radius: 100% 5rem;
      background: #50a9d6; }
    #header-sp > .inner {
      box-sizing: border-box;
      margin-bottom: 2rem !important;
      padding-right: 2rem !important;
      padding-left: 2rem !important; }
      #header-sp .header-sp_upper {
        position: relative; }
        #header-sp .header-sp_upper h1 {
          width: 62%;
          margin: 0 auto;
          position: relative; }
          #header-sp .header-sp_upper h1 img {
            box-sizing: border-box;
            padding: 0 3rem .5rem 3rem;
            }
          #header-sp .header-sp_upper h1::before{
            content: "";
            position: absolute;
            width: 10vw;
            height: 10vw;
            background-image: url(../images/common/anniversary.png);
            background-size: cover;
            background-repeat: no-repeat;
            top: 13%;
            left: 2%;
          }
        #header-sp .header-sp_upper h1 span {
          font-size: 1.6rem;
          display: block;
          padding: 10px 0;
          text-align: center;
          white-space: nowrap;
          letter-spacing: .08em;
          color: #fff;
          border-radius: 10px;
          background-color: #50a9d6;
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
      #header-sp .header-sp_upper figure {
        position: absolute;
        top: 1rem;
        left: -5px;
        width: 8rem; }
      #header-sp .header-sp_upper .menu-trigger {
        position: absolute;
        top: 3rem;
        right: 0;
        display: block;
        overflow: visible;
        box-sizing: border-box;
        width: 6rem;
        height: 6rem;
        transition: all .4s;
        border: 1px solid #50a9d6;
        border-radius: 50%; }
        #header-sp .header-sp_upper .menu-trigger_inner {
          box-sizing: border-box;
          width: 100%;
          height: 100%;
          border: .6rem solid #fff;
          border-radius: 50%;
          background: #50a9d6; }
          #header-sp .header-sp_upper .menu-trigger_inner span {
            position: absolute;
            right: 0;
            left: 0;
            width: 2.5rem;
            height: 4px;
            margin: auto;
            transition: .3s;
            border-radius: 2px;
            background-color: #fff; }
            #header-sp .header-sp_upper .menu-trigger_inner span:nth-of-type(1) {
              top: calc(35% - 2px); }
            #header-sp .header-sp_upper .menu-trigger_inner span:nth-of-type(2) {
              top: calc(50% - 2px); }
            #header-sp .header-sp_upper .menu-trigger_inner span:nth-of-type(3) {
              top: calc(65% - 2px); }

  #main_nav-sp {
    z-index: 8888;
    position: static;
    width: 100%;
    top: 0;
    left: 0; }
    #main_nav-sp > div {
      overflow-x: auto;
      overflow-y: hidden;
      background-color: #fff;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
      -webkit-overflow-scrolling: touch; }
      #main_nav-sp > div::-webkit-scrollbar {
        display: none;
        height: 0; }
    #main_nav-sp ul {
      display: flex; }
      #main_nav-sp ul li:first-child a::before {
        display: none; }
      #main_nav-sp ul li a {
        position: relative;
        display: block;
        padding: 1.5rem 1.5rem;
        white-space: nowrap; }
        #main_nav-sp ul li a::before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          display: block;
          width: 1px;
          height: 1em;
          margin: auto;
          content: "";
          background: #50a9d6; }

  #sp-menu {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    display: none;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    transition: .3s;
    opacity: 0;
    background: #fff; }
	
    #sp-menu.active {
      display: block;
      visibility: visible;
      opacity: 1; }
	
    #sp-menu::before {
      position: absolute;
      top: -1rem;
      display: block;
      width: 100%;
      height: 3rem;
      content: "";
      border-bottom-right-radius: 100% 5rem;
      border-bottom-left-radius: 100% 5rem;
      background: #50a9d6; }
    #sp-menu > .inner {
      box-sizing: border-box;
      padding-right: 2rem !important;
      padding-bottom: 1.5rem;
      padding-left: 2rem !important; }
    #sp-menu .header-sp_upper {
      position: relative; }
      #sp-menu .header-sp_upper h1 {
        width: 58%;
        margin: 0 auto; }
        #sp-menu .header-sp_upper h1 img {
          box-sizing: border-box;
          padding: 0 2rem .5rem; }
        #sp-menu .header-sp_upper h1 span {
          font-size: 1.6rem;
          display: block;
          padding: 10px 0;
          text-align: center;
          white-space: nowrap;
          letter-spacing: .08em;
          color: #fff;
          border-radius: 10px;
          background-color: #50a9d6;
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
      #sp-menu .header-sp_upper figure {
        position: absolute;
        top: 1rem;
        left: 0;
        width: 8rem; }
      #sp-menu .header-sp_upper .menu-trigger {
        position: absolute;
        top: 3rem;
        right: 0;
        display: block;
        overflow: visible;
        box-sizing: border-box;
        width: 6rem;
        height: 6rem;
        transition: all .4s;
        border: 1px solid #50a9d6;
        border-radius: 50%; }
        #sp-menu .header-sp_upper .menu-trigger_inner {
          box-sizing: border-box;
          width: 100%;
          height: 100%;
          border: .6rem solid #fff;
          border-radius: 50%;
          background: #50a9d6; }
          #sp-menu .header-sp_upper .menu-trigger_inner span {
            position: absolute;
            right: 0;
            left: 0;
            width: 2.5rem;
            height: 4px;
            margin: auto;
            transition: .3s;
            border-radius: 2px;
            background-color: #fff; }
            #sp-menu .header-sp_upper .menu-trigger_inner span:nth-of-type(1) {
              top: calc(50% - 2px);
              transform: rotate(225deg); }
            #sp-menu .header-sp_upper .menu-trigger_inner span:nth-of-type(2) {
              opacity: 0; }
            #sp-menu .header-sp_upper .menu-trigger_inner span:nth-of-type(3) {
              top: calc(50% - 2px);
              transform: rotate(315deg); }
    #sp-menu > nav {
      overflow-y: scroll;
      flex-wrap: wrap !important;
      width: 100% !important;
      height: 100%;
      padding-bottom: 20rem;
      padding-left: 0 !important;
      background: none !important; }
      #sp-menu > nav > div {
        width: 100% !important;
        margin-right: 0 !important;
        padding: 0 !important;
        background: 0 !important; }
        #sp-menu > nav > div.sp-home {
          display: block !important; }
          #sp-menu > nav > div.sp-home a {
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 1.4;
            position: relative;
            display: block;
            box-sizing: border-box;
            margin-bottom: 1px;
            padding: 1.5rem 0 1.5rem 5rem !important;
            white-space: nowrap;
            letter-spacing: .1em;
            color: #000;
            background: #f2f2f2; }
            #sp-menu > nav > div.sp-home a::before {
              font-family: "Font Awesome 5 Free";
              font-size: 2rem;
              font-weight: 900;
              position: absolute;
              top: 1rem;
              left: 1.8rem;
              display: block;
              content: "";
              color: #50a9d6; }
        #sp-menu > nav > div h2 {
          font-size: 1.4rem !important;
          position: relative;
          margin-top: 0 !important;
          margin-bottom: 1px !important;
          padding: 1.5rem 0 1.5rem 5rem !important;
          cursor: pointer;
          white-space: nowrap;
          color: #000 !important;
          background: #f2f2f2; }
          #sp-menu > nav > div h2::before {
            font-family: "Font Awesome 5 Free";
            font-size: 2rem;
            font-weight: 900;
            position: absolute;
            top: 1rem;
            left: 1.8rem;
            display: block;
            content: "";
            color: #50a9d6; }
          #sp-menu > nav > div h2::after {
            font-size: 2rem;
            position: absolute;
            top: 1rem;
            right: 1.8rem;
            display: block;
            content: "＋";
            color: #000; }
          #sp-menu > nav > div h2.active::after {
            font-size: 2rem;
            position: absolute;
            top: 1rem;
            right: 1.8rem;
            display: block;
            content: "－";
            color: #000; }
        #sp-menu > nav > div ul {
          display: none; }
          #sp-menu > nav > div ul li a {
            font-size: 1.4rem !important;
            font-weight: 700 !important;
            line-height: 1.4 !important;
            position: relative;
            display: block;
            box-sizing: border-box;
            margin-bottom: 1px !important;
            padding: 1.5rem 0 1.5rem 5rem !important;
            white-space: nowrap;
            letter-spacing: .1em !important;
            color: #fff  !important;
            background: #ff7b92; }
            #sp-menu > nav > div ul li a::before {
              font-family: "Font Awesome 5 Free";
              font-size: 1.6rem;
              font-weight: 900;
              position: absolute;
              top: 1.4rem;
              left: 2rem;
              display: block;
              content: "";
              color: #fff; }
        #sp-menu > nav > div:nth-child(3) h2:last-of-type {
          margin-top: 0 !important; }
      #sp-menu > nav .tel_tap-sp {
        height: 30rem;
        padding-top: 1rem; }

  #mv-sp {
    position: relative;
    z-index: 0;
    height: 32rem;
    background: url(../images/home/mv_copy.png) no-repeat -2.5rem -3rem;
    background-size: 35rem auto; }
    #mv-sp #area-sp {
      font-size: 1.8rem;
      line-height: 1.18;
      position: absolute;
      z-index: 1;
      top: 19rem;
      left: -.5rem;
      padding: 1.2rem 1.5rem 2rem;
      transform: rotate(2deg);
      text-align: center;
      letter-spacing: -.06em;
      color: #ff7b92;
      border-radius: 8px;
      background-color: #fff;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
      #mv-sp #area-sp.tokai {
        top: 21.5rem;
        padding: 1.5rem; }
      #mv-sp #area-sp > strong {
        font-size: 2.5rem;
        display: inline-block;
        margin-top: 5px;
        color: #1a1a1a; }
        #mv-sp #area-sp > strong > span {
          font-weight: 400; }
    #mv-sp .persons-sp {
      position: absolute;
      top: 2rem;
      right: -1rem;
      width: 19rem; }
      #mv-sp .persons-sp img {
        width: 100%;
        max-width: initial; }

  .attn {
    position: relative; }
    .attn p {
      font-size: 1.4rem;
      margin-top: 2rem;
      padding: 0 2rem; }
    .attn_measure {
      padding-bottom: 2rem;
      color: #ff7b92;
      background: url(../images/common/dot_line_horizontal_gray.png) repeat-x left top;
      background-size: auto 1px; }
      .attn_measure h2 {
        font-size: 2rem;
        line-height: 1.3;
        position: relative;
        padding-top: 9rem;
        text-align: center; }
        .attn_measure h2::before {
          position: absolute;
          top: 2rem;
          right: 0;
          left: 0;
          display: block;
          width: 5rem;
          height: 6rem;
          margin: 0 auto;
          content: "";
          background: url(../images/home/icon_corona_03.svg) no-repeat center center;
          background-size: contain; }
      .attn_measure ul li {
        font-size: 1.7rem;
        padding-left: 5rem;
        text-align: left; }
        .attn_measure ul li::before {
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          margin-right: .5rem;
          content: "\f058"; }
    .attn_clean {
      background: url(../images/common/dot_line_horizontal_gray.png) repeat-x left top;
      background-size: auto 1px; }
      .attn_clean h2 {
        font-size: 2rem;
        line-height: 1.3;
        position: relative;
        padding-top: 9rem;
        text-align: center;
        color: #50a9d6; }
        .attn_clean h2::before {
          position: absolute;
          top: 2rem;
          right: 0;
          left: 0;
          display: block;
          width: 5rem;
          height: 7rem;
          margin: 0 auto;
          content: "";
          background: url(../images/home/icon_corona_02.svg) no-repeat center center;
          background-size: contain; }
    .attn #attnTri {
      position: relative;
      width: 100%;
      height: 5rem;
      margin-bottom: 2rem;
      background: #efefef; }
      .attn #attnTri .btn {
        top: -.5rem !important;
        bottom: 0 !important; }
    .attn_on::before {
      display: inline-block;
      transform: rotate(45deg); }

  .btn_anim {
    display: none; }

  .btn {
    top: auto !important;
    right: auto !important;
    bottom: -7rem;
    left: 50%;
    display: block !important;
    transform: translateX(-50%);
    white-space: nowrap; }
    .btn a {
      font-size: 1.4rem;
      font-weight: 700;
      padding: 1.5rem 3rem;
      color: #fff !important;
      border-radius: 3px !important;
      background: #22b573 !important; }
      .btn a::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: .7rem !important;
        content: "\f067"; }

  .t_section_01 {
    font-size: 1.6rem;
    margin-bottom: 2rem !important;
    padding: 2.5rem 0;
    white-space: nowrap; }

  body.home #section_01 {
    margin-bottom: 0 !important;
    padding-top: 8rem !important;
    padding-bottom: 5rem; }
    body.home #section_01 .inner > div {
      width: 100%; }
    body.home #section_01 .inner > figure {
      top: -16rem !important;
      left: 50% !important;
      width: 6rem !important;
      transform: translateX(-50%); }
    body.home #section_01 .box-style {
      box-sizing: border-box;
      width: 100%;
      padding: .5rem 0 0; }
      body.home #section_01 .box-style > div {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 2rem;
        padding: 3rem 0 !important; }
        body.home #section_01 .box-style > div > figure img {
          height: 13rem !important; }
        body.home #section_01 .box-style > div > p {
          padding: .3rem 0;
          color: #fff;
          background: #e61212; }
        body.home #section_01 .box-style > div h3 {
          color: #e61212; }
          body.home #section_01 .box-style > div h3 strong {
            font-size: 2.4rem;
            padding-left: .5rem; }
          body.home #section_01 .box-style > div h3 + p {
            color: #e61212;
            background: none; }
  body.home #section_02 {
    margin-bottom: 0 !important;
    padding-top: 10rem !important;
    padding-bottom: 5rem; }
    body.home #section_02 .inner > figure {
      position: absolute;
      top: -16rem !important;
      left: 50% !important;
      display: block !important;
      width: 6rem !important;
      transform: translateX(-50%); }
    body.home #section_02 .box-style {
      flex-wrap: wrap !important;
      box-sizing: border-box;
      padding: .5rem 0 0; }
      body.home #section_02 .box-style > div {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 2rem;
        padding: 3rem 0 2rem !important; }
        body.home #section_02 .box-style > div > figure {
          margin-bottom: 2rem; }
  body.home #section_03 {
    margin-bottom: 0 !important;
    padding-top: 9rem !important;
    padding-bottom: 5rem; }
    body.home #section_03 .inner > figure {
      top: -14.5rem !important;
      left: 50% !important;
      width: 11rem !important;
      transform: translateX(-50%); }
    body.home #section_03 .box-style > div {
      padding: 2rem 0 !important; }
    body.home #section_03 .columns_2 > * {
      width: 100% !important; }
    body.home #section_03 .columns_2 > div:nth-child(2) {
      margin-top: 2rem; }
  body.home #section_04,
  body.home #section_08,
  body.home #section_12 {
    position: relative;
    padding-top: 5rem; }
    body.home #section_04 > .inner:first-child,
    body.home #section_08 > .inner:first-child,
    body.home #section_12 > .inner:first-child {
      display: none; }
    body.home #section_04 .mv-tel,
    body.home #section_08 .mv-tel,
    body.home #section_12 .mv-tel {
      margin-bottom: -2rem;
      box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1); }
      body.home #section_04 .mv-tel .inner,
      body.home #section_08 .mv-tel .inner,
      body.home #section_12 .mv-tel .inner {
        position: static;
        padding-right: 0 !important;
        padding-left: 0 !important; }
  body.home #section_05 {
    margin-bottom: 0 !important;
    padding-top: 10rem !important;
    padding-bottom: 0; }
    body.home #section_05 .inner > figure {
      top: -17.5rem !important;
      left: 50% !important;
      display: block !important;
      width: 15rem !important;
      transform: translateX(-50%); }
    body.home #section_05 .columns_4 {
      margin-bottom: .75em; }
      body.home #section_05 .columns_4 > a {
        display: block;
        overflow: hidden;
        width: 48%;
        margin-bottom: 2rem !important;
        padding: 0; }
        body.home #section_05 .columns_4 > a h3 {
          font-size: 1.8rem !important;
          margin: 0 0 1rem 0 !important;
          padding: 1rem 0 !important; }
          body.home #section_05 .columns_4 > a h3 span {
            font-size: 1.4rem !important;
            display: block; }
        body.home #section_05 .columns_4 > a > p {
          min-height: 3.6rem;
          padding: 0 1rem;
          text-align: left !important; }
        body.home #section_05 .columns_4 > a figure {
          margin: 1rem 0 0 0 !important; }
        body.home #section_05 .columns_4 > a .columns_2 p {
          font-size: 1rem !important;
          position: relative;
          white-space: nowrap; }
          body.home #section_05 .columns_4 > a .columns_2 p > span {
            line-height: 1;
            margin-top: .5rem !important; }
            body.home #section_05 .columns_4 > a .columns_2 p > span > strong {
              font-size: 2.2rem !important; }
            body.home #section_05 .columns_4 > a .columns_2 p > span > span {
              width: auto;
              margin: 0 !important;
              margin-top: .5rem !important; }
              body.home #section_05 .columns_4 > a .columns_2 p > span > span span.small {
                display: inline-block !important;
                margin: 0 .5rem 0 0 !important; }
  body.home #section_06 {
    margin-bottom: 0 !important;
    padding-top: 9rem !important;
    padding-bottom: 3rem; }
    body.home #section_06 .inner > figure {
      top: -18rem !important;
      left: 50% !important;
      display: block !important;
      width: 6.5rem !important;
      transform: translateX(-50%); }
    body.home #section_06 .inner {
      width: 100% !important;
      max-width: none !important; }
      body.home #section_06 .inner > .box-style {
        box-sizing: border-box;
        padding: .5rem 0 2rem; }
        body.home #section_06 .inner > .box-style > .columns_4 {
          position: relative;
          box-sizing: border-box;
          width: 100%;
          padding: 2rem 2rem !important; }
          body.home #section_06 .inner > .box-style > .columns_4::after {
            display: none; }
          body.home #section_06 .inner > .box-style > .columns_4 > div {
            width: 100% !important; }
            body.home #section_06 .inner > .box-style > .columns_4 > div:not(:last-child) {
              margin-bottom: 2.5rem; }
            body.home #section_06 .inner > .box-style > .columns_4 > div h3 {
              font-size: 1.6rem !important;
              margin-bottom: 1rem !important; }
              body.home #section_06 .inner > .box-style > .columns_4 > div h3::after {
                display: none; }
              body.home #section_06 .inner > .box-style > .columns_4 > div h3 span {
                line-height: 4rem;
                display: block;
                width: 4rem;
                height: 4rem;
                margin: 0 auto 1rem;
                border-radius: 2rem; }
            body.home #section_06 .inner > .box-style > .columns_4 > div p {
              font-size: 1.4rem;
              margin-bottom: 1rem; }
            body.home #section_06 .inner > .box-style > .columns_4 > div figure {
              margin: 0 0 1rem 0 !important; }
/*20211122　杉本が追加*/	
body.home #section-otorihiki{
		margin-top:50px;
	}
/*20211122　杉本が追加終わり*/
  body.home #section_07 {
    margin-bottom: 0 !important;
    padding-top: 12rem !important;
    padding-bottom: 5rem; }
    body.home #section_07 .inner {
      padding-bottom: .5rem; }
      body.home #section_07 .inner > figure {
        top: -17rem !important;
        left: 50% !important;
        display: block !important;
        width: 6.5rem !important;
        transform: translateX(-50%); }
      body.home #section_07 .inner > div {
        margin: 0 0 2rem 0 !important;
        padding: 2rem !important; }
        body.home #section_07 .inner > div > div:nth-child(1) {
          width: 100% !important; }
        body.home #section_07 .inner > div > div:nth-child(2) {
          width: 100% !important;
          margin-top: 2rem; }
      body.home #section_07 .inner .box-comment {
        margin: 0 0 1.5rem 0 !important;
        padding: 0 0 1.5rem 0 !important; }
        body.home #section_07 .inner .box-comment div p {
          font-size: 1.2rem !important;
          line-height: 1.7 !important;
          text-align: left !important; }
      body.home #section_07 .inner .box-content p {
        font-size: 1.2rem !important;
        line-height: 1.7; }
      body.home #section_07 .inner .box-content p:last-child {
        font-size: 1.2rem !important;
        line-height: 1.7; }
  body.home #section_09 {
    margin-bottom: 0 !important;
    padding-top: 8rem !important;
    padding-bottom: 5rem; }
    body.home #section_09 .inner > figure {
      top: -15rem !important;
      left: 50% !important;
      display: block !important;
      width: 9rem !important;
      transform: translateX(-50%); }
    body.home #section_09 .inner > div {
      padding: 2rem !important; }
    body.home #section_09 .inner .columns_2 {
      margin-top: 0 !important; }
      body.home #section_09 .inner .columns_2 > div {
        width: 100% !important;
        margin: 0 !important; }
        body.home #section_09 .inner .columns_2 > div h3 {
          font-size: 1.6rem !important;
          display: inline-block;
          padding: .7rem 1.5rem !important; }
        body.home #section_09 .inner .columns_2 > div p {
          font-size: 1.4rem !important;
          margin-bottom: 2rem !important; }
      body.home #section_09 .inner .columns_2 figure {
        width: 100% !important; }
  body.home #section_10 {
    margin-bottom: 5rem !important;
    padding-top: 5.5rem !important;
    padding-bottom: 5rem; }
    body.home #section_10 .inner > figure {
      top: -17.5rem !important;
      left: 50% !important;
      display: block !important;
      width: 8rem !important;
      transform: translateX(-50%); }
    body.home #section_10 .inner .grid-item {
      width: 100% !important; }
      body.home #section_10 .inner .grid-item > h3 {
        font-size: 1.6rem !important;
        min-height: initial !important;
        padding: 1rem !important; }
        body.home #section_10 .inner .grid-item > h3 span:nth-child(1) {
          font-size: 1.4rem !important;
          line-height: 3rem !important;
          width: 3rem !important;
          height: 3rem !important; }
        body.home #section_10 .inner .grid-item > h3 span:nth-child(2) {
          width: 85% !important; }
      body.home #section_10 .inner .grid-item > div {
        padding: 1rem !important; }
        body.home #section_10 .inner .grid-item > div > p {
          font-size: 1.4rem !important;
          line-height: 3rem !important;
          width: 3rem !important;
          height: 3rem !important; }
        body.home #section_10 .inner .grid-item > div > div {
          width: 85% !important;
          text-align: left; }
          body.home #section_10 .inner .grid-item > div > div p {
            font-size: 1.4rem !important;
            margin-bottom: 1rem; }
	
	body.home #section_11 {
		margin-bottom: 0 !important;
		padding-bottom: 3rem; }
    body.home #section_11 .inner ul li {
		width: calc((100% - 1rem) / 2);
		margin-bottom: 1rem !important; 
	}

/*20211208*/
	body .home #section11 .inner .lixil::after{
		width:0px;
	}
/*20211208*/
	body.home #section_13 {
    margin-bottom: 0 !important;
    padding-top: 3rem !important; }
    body.home #section_13 .inner figure {
      margin-top: 0 !important; }
  body.home #section_14 {
    margin-bottom: 0 !important;
    padding-top: 8rem !important;
    padding-bottom: 3rem; }
    body.home #section_14 .inner > figure {
      top: -15rem !important;
      left: 50% !important;
      display: block !important;
      width: 8rem !important;
      transform: translateX(-50%); }
    body.home #section_14 .inner > div {
      padding: 2rem !important; }
      body.home #section_14 .inner > div input.short {
        min-height: 4rem !important; }
      body.home #section_14 .inner > div .column_1,
      body.home #section_14 .inner > div .columns_2,
      body.home #section_14 .inner > div .columns_5 {
        margin-bottom: 2rem !important; }
      body.home #section_14 .inner > div .columns_2 > div {
        width: 100%; }
        body.home #section_14 .inner > div .columns_2 > div:first-child {
          margin-bottom: 2rem; }
      body.home #section_14 .inner > div .columns_5 label {
        font-size: 1.4rem !important;
        margin: 0 0 1rem 0 !important;
        padding: .8rem 0 !important; }
      body.home #section_14 .inner > div .columns_5.box-style > div {
        box-sizing: border-box;
        width: calc((100% - 1rem) / 2) !important;
        margin-bottom: 1rem !important;
        padding: 1rem !important; }
      body.home #section_14 .inner > div p {
        font-size: 1.4rem !important;
        line-height: 2 !important; }
        body.home #section_14 .inner > div p .require,
        body.home #section_14 .inner > div p .notrequire {
          font-size: 1.2rem !important;
          margin-right: 1rem !important;
          padding: .3rem 1rem !important; }
        body.home #section_14 .inner > div p .small {
          font-size: 1.2rem !important;
          display: block;
          margin-top: 1rem;
          margin-left: 0 !important; }
      body.home #section_14 .inner > div input,
      body.home #section_14 .inner > div textarea {
        font-size: 1.4rem !important;
        box-sizing: border-box;
        width: 100% !important;
        padding: .7rem 1.5rem !important; }
        body.home #section_14 .inner > div input.short,
        body.home #section_14 .inner > div textarea.short {
          width: 100% !important; }
      body.home #section_14 .inner > div textarea {
        min-height: 10rem !important; }
      body.home #section_14 .inner > div .btn_submit span::before {
        top: 50%;
        left: 2rem !important;
        margin-right: 0 !important; }
      body.home #section_14 .inner > div .btn_submit input {
        padding: 1rem 2rem 1rem 4rem !important; }
  body.home #section_15 {
    margin-bottom: 0 !important;
    padding-top: 8rem !important;
    padding-bottom: 3rem; }
    body.home #section_15 .inner > figure {
      top: -16rem !important;
      left: 50% !important;
      display: block !important;
      width: 8rem !important;
      transform: translateX(-50%); }
    body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) {
      width: 100% !important; }
      body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul {
        padding: 2rem !important; }
        body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li {
          margin-bottom: 2rem !important;
          padding-bottom: 2rem !important; }
          body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li:last-child {
            padding-bottom: 0 !important; }
          body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a {
            align-items: flex-start; }
            body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .thumb {
              width: 6rem !important; }
              body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .thumb img {
                width: 6rem !important;
                height: 6rem !important;
                border-radius: 5px;
                object-fit: cover; }
            body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .text {
              width: calc(100% - 7rem); }
              body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .text h3 {
                font-size: 1.4rem !important;
                margin-bottom: .5em !important; }
              body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a .text p {
                font-size: 1.4rem !important;
                margin-bottom: 0;
                transition: .5s;
                color: #000; }
            body.home #section_15 .inner > .columns_2 > .box-style:nth-child(1) ul li a:hover > div p {
              transition: .5s;
              color: #ffb400; }
    body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) {
      width: 100% !important;
      margin-top: 2rem; }
      body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div {
        margin-bottom: 2rem !important;
        padding: 1rem !important; }
        body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div > h3 {
          font-size: 1.4rem !important;
          margin-left: 1rem !important; }
          body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div > h3 i {
            font-size: 1.8rem;
            box-sizing: border-box;
            padding-top: .5rem; }
        body.home #section_15 .inner > .columns_2 > .box-style:nth-child(2) > div:nth-child(1) > h3 {
          margin-bottom: 2rem !important; }


  /*
===================================================
	footer
===================================================
*/
  #footer {
    margin-top: 8rem;
    padding-bottom: 10rem;
    background: none; }
    #footer .box_contact {
      display: none; }
    #footer .tel_tap-sp {
      padding: 1rem;
      box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1); }
    #footer small {
      margin-top: 0; }
    #footer .inner {
      width: 100% !important;
      max-width: initial !important;
      padding-right: 0 !important;
      padding-left: 0 !important; }
    #footer .footer_bottom {
      flex-wrap: wrap !important;
      margin-top: 0 !important; }
      #footer .footer_bottom > div:first-child {
        display: none; }
      #footer .footer_bottom .footer-sp {
        display: block;
        width: 100% !important; }
        #footer .footer_bottom .footer-sp figure {
          width: 60% !important; }
        #footer .footer_bottom .footer-sp h2 {
          margin-bottom: 0 !important; }
          #footer .footer_bottom .footer-sp h2 img {
            width: 85%; }
          #footer .footer_bottom .footer-sp h2 a > span {
            font-size: 2rem;
            margin-top: 1.5rem;
            padding: 1.2rem 0 !important;
            letter-spacing: .15em;
            border-radius: 0 !important;
            box-shadow: none !important; }
      #footer .footer_bottom > nav {
        flex-wrap: wrap !important;
        width: 100% !important;
        padding-left: 0 !important;
        background: none !important; }
        #footer .footer_bottom > nav > div {
          width: 100% !important;
          margin-right: 0 !important;
          padding: 0 !important;
          background: 0 !important; }
          #footer .footer_bottom > nav > div.sp-home {
            display: block !important; }
            #footer .footer_bottom > nav > div.sp-home a {
              font-size: 1.4rem;
              font-weight: 700;
              line-height: 1.4;
              position: relative;
              display: block;
              box-sizing: border-box;
              margin-bottom: 1px;
              padding: 1.5rem 0 1.5rem 5rem !important;
              white-space: nowrap;
              letter-spacing: .1em;
              color: #000;
              background: #f2f2f2; }
              #footer .footer_bottom > nav > div.sp-home a::before {
                font-family: "Font Awesome 5 Free";
                font-size: 2rem;
                font-weight: 900;
                position: absolute;
                top: 1rem;
                left: 1.8rem;
                display: block;
                content: "";
                color: #50a9d6; }
          #footer .footer_bottom > nav > div h2 {
            font-size: 1.4rem !important;
            position: relative;
            margin-top: 0 !important;
            margin-bottom: 1px !important;
            padding: 1.5rem 0 1.5rem 5rem !important;
            cursor: pointer;
            white-space: nowrap;
            color: #000 !important;
            background: #f2f2f2; }
            #footer .footer_bottom > nav > div h2::before {
              font-family: "Font Awesome 5 Free";
              font-size: 2rem;
              font-weight: 900;
              position: absolute;
              top: 1rem;
              left: 1.8rem;
              display: block;
              content: "";
              color: #50a9d6; }
            #footer .footer_bottom > nav > div h2::after {
              font-size: 2rem;
              position: absolute;
              top: 1rem;
              right: 1.8rem;
              display: block;
              content: "＋";
              color: #000; }
            #footer .footer_bottom > nav > div h2.active::after {
              font-size: 2rem;
              position: absolute;
              top: 1rem;
              right: 1.8rem;
              display: block;
              content: "－";
              color: #000; }
          #footer .footer_bottom > nav > div ul {
            display: none; }
            #footer .footer_bottom > nav > div ul li a {
              font-size: 1.4rem !important;
              font-weight: 700 !important;
              line-height: 1.4 !important;
              position: relative;
              display: block;
              box-sizing: border-box;
              margin-bottom: 1px !important;
              padding: 1.5rem 0 1.5rem 5rem !important;
              white-space: nowrap;
              letter-spacing: .1em !important;
              color: #fff  !important;
              background: #ff7b92; }
              #footer .footer_bottom > nav > div ul li a::before {
                font-family: "Font Awesome 5 Free";
                font-size: 1.6rem;
                font-weight: 900;
                position: absolute;
                top: 1.4rem;
                left: 2rem;
                display: block;
                content: "";
                color: #fff; }
          #footer .footer_bottom > nav > div:nth-child(3) h2:last-of-type {
            margin-top: 0 !important; }

  /*
===================================================
	選ばれる理由
===================================================
*/
  .reason #section_01 {
    padding-top: 6rem !important;
    padding-bottom: 0 !important; }
    .reason #section_01 .inner {
      box-sizing: border-box;
      padding: 0 2rem; }
      .reason #section_01 .inner .columns_3 > div {
        width: 100% !important;
        margin: 0 0 2.5rem 0 !important;
        padding: 2rem 0 0 !important; }
        .reason #section_01 .inner .columns_3 > div > h3 {
          font-size: 2rem !important;
          margin-bottom: .25em; }
        .reason #section_01 .inner .columns_3 > div > h4 {
          font-size: 1.6rem !important;
          margin-bottom: 1em !important;
          text-align: center; }
        .reason #section_01 .inner .columns_3 > div figure {
          width: 100% !important; }
        .reason #section_01 .inner .columns_3 > div > div {
          box-sizing: border-box;
          width: 100% !important;
          padding: 2rem 2rem 0 !important; }
          .reason #section_01 .inner .columns_3 > div > div p {
            font-size: 1.4rem !important; }
    .reason #section_01 .read::before {
      top: -16rem !important;
      left: 50% !important;
      width: 6rem !important;
      height: 10rem !important;
      transform: translateX(-50%);
      background-size: contain !important; }
  .reason #footer {
    margin-top: 3rem !important; }

  /*
===================================================
	お支払い方法
===================================================
*/
  .payment #section_01 {
    padding-top: 5rem !important;
    padding-bottom: 0 !important; }
    .payment #section_01 .inner {
      box-sizing: border-box;
      padding: 0 2rem; }
      .payment #section_01 .inner > figure {
        top: -13.5rem !important;
        left: 50% !important;
        width: 9rem !important;
        transform: translateX(-50%); }
      .payment #section_01 .inner .sideber {
        display: none !important; }
      .payment #section_01 .inner .main {
        width: 100% !important; }
        .payment #section_01 .inner .main .block {
          padding: 2rem 2rem 1rem !important; }
          .payment #section_01 .inner .main .block > p {
            font-size: 1.4rem;
            margin-bottom: 2rem !important; }
          .payment #section_01 .inner .main .block .marker {
            font-size: 1.6rem !important;
            margin-bottom: 2rem !important; }
          .payment #section_01 .inner .main .block .list_style_01 li {
            margin: 0 0 1rem 0 !important; }
            .payment #section_01 .inner .main .block .list_style_01 li a {
              font-size: 1.4rem !important;
              padding: 1rem 2rem !important;
              transition: .5s;
              background-color: #ff7b92; }
              .payment #section_01 .inner .main .block .list_style_01 li a span {
                font-size: 1.4rem !important;
                display: block;
                padding-left: 1em; }
        .payment #section_01 .inner .main #payment_02 h5,
        .payment #section_01 .inner .main #payment_03 h5,
        .payment #section_01 .inner .main #payment_04 h5 {
          font-size: 1.6rem !important;
          margin-top: 1rem !important; }
        .payment #section_01 .inner .main #payment_02 p:nth-of-type(1),
        .payment #section_01 .inner .main #payment_03 p:nth-of-type(1),
        .payment #section_01 .inner .main #payment_04 p:nth-of-type(1) {
          font-size: 1.4rem !important; }
        .payment #section_01 .inner .main #payment_02 figure,
        .payment #section_01 .inner .main #payment_03 figure,
        .payment #section_01 .inner .main #payment_04 figure {
          width: 100% !important; }
        .payment #section_01 .inner .main #payment_02 > .columns_2,
        .payment #section_01 .inner .main #payment_03 > .columns_2,
        .payment #section_01 .inner .main #payment_04 > .columns_2 {
          margin-bottom: 0 !important; }
          .payment #section_01 .inner .main #payment_02 > .columns_2 .columns_2,
          .payment #section_01 .inner .main #payment_03 > .columns_2 .columns_2,
          .payment #section_01 .inner .main #payment_04 > .columns_2 .columns_2 {
            width: 100% !important; }
            .payment #section_01 .inner .main #payment_02 > .columns_2 .columns_2 figure,
            .payment #section_01 .inner .main #payment_03 > .columns_2 .columns_2 figure,
            .payment #section_01 .inner .main #payment_04 > .columns_2 .columns_2 figure {
              width: 45% !important; }
          .payment #section_01 .inner .main #payment_02 > .columns_2 p,
          .payment #section_01 .inner .main #payment_03 > .columns_2 p,
          .payment #section_01 .inner .main #payment_04 > .columns_2 p {
            line-height: 1.5 !important;
            width: 100% !important;
            margin-top: 2rem;
            margin-bottom: 1rem !important; }
        .payment #section_01 .inner .main .t_block_01 {
          font-size: 2rem !important;
          margin-bottom: 1em;
          padding-left: 1.5rem !important; }
          .payment #section_01 .inner .main .t_block_01 span {
            line-height: 1.5 !important; }
  .payment #footer {
    margin-top: 3rem !important; }
	
  /*
===================================================
	トラブル解決までの流れ
===================================================
*/
  .flow #section_01 {
    padding-top: 1rem !important;
    padding-bottom: 0 !important; }
    .flow #section_01 .inner {
      box-sizing: border-box;
      padding: 0 2rem; }
      .flow #section_01 .inner .sideber {
        display: none !important; }
      .flow #section_01 .inner .main {
        width: 100% !important; }
        .flow #section_01 .inner .main .block {
          padding: 2rem 2rem 3rem !important; }
          .flow #section_01 .inner .main .block > p {
            font-size: 1.4rem;
            line-height: 1.5 !important;
            margin-bottom: 1rem !important; }
          .flow #section_01 .inner .main .block .title_step {
            flex-wrap: wrap !important; }
            .flow #section_01 .inner .main .block .title_step > div:nth-child(1) {
              font-size: 1.4rem;
              line-height: 1;
              width: 100%;
              margin-right: 0;
              text-align: left;
              letter-spacing: 0;
              border-right: none; }
              .flow #section_01 .inner .main .block .title_step > div:nth-child(1) strong {
                font-size: 1.8rem;
                position: relative;
                bottom: -.05em;
                display: inline-block;
                padding-left: .1em; }
            .flow #section_01 .inner .main .block .title_step > div:nth-child(2) {
              width: calc(100% - 5rem);
              margin-top: .5rem;
              white-space: nowrap;
              letter-spacing: .08em; }
              .flow #section_01 .inner .main .block .title_step > div:nth-child(2) span {
                font-size: 1.4rem; }
            .flow #section_01 .inner .main .block .title_step > div:nth-child(3) {
              font-size: 1.4rem;
              line-height: 5rem;
              position: absolute;
              right: 2rem;
              width: 5rem;
              height: 5rem;
              text-align: center;
              color: #50a9d6;
              border: solid 1px #50a9d6;
              border-radius: 100%; }
  .flow #footer {
    margin-top: 3rem !important; }

  /*
===================================================
	トラブル解決までの流れ
===================================================
*/
  .voice #section_01 {
    padding-top: 8rem !important;
    padding-bottom: 0 !important; }
    .voice #section_01 .inner_main > figure {
      top: -17rem !important;
      left: 50% !important;
      width: 6.5rem !important;
      transform: translateX(-50%); }
    .voice #section_01 .inner_main .block {
      margin: 0 2rem 2rem !important;
      padding: 2rem 0 0 !important; }
      .voice #section_01 .inner_main .block > h3 {
        font-size: 1.6rem !important; }
      .voice #section_01 .inner_main .block > p {
        font-size: 1.2rem !important; }
      .voice #section_01 .inner_main .block .box-comment > div p {
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
        text-align: left !important; }
      .voice #section_01 .inner_main .block .before_after::after {
        font-size: 2rem;
        line-height: 4rem;
        width: 4rem;
        height: 4rem;
        color: #fff;
        background-color: #ff7b92; }
      .voice #section_01 .inner_main .block .before_after > figure {
        height: 25rem; }
        .voice #section_01 .inner_main .block .before_after > figure img {
          height: 25rem; }
    .voice #section_01 .inner {
      box-sizing: border-box;
      padding: 0 2rem; }
      .voice #section_01 .inner .sideber {
        display: none !important; }
      .voice #section_01 .inner .main {
        width: 100% !important; }
  .voice #footer {
    margin-top: 3rem !important; }

  #pagenation {
    margin: 0 0 2rem 0 !important; }
    #pagenation p a,
    #pagenation p span {
      font-size: 1.4rem;
      line-height: 4rem;
      display: block;
      width: 4rem;
      height: 4rem;
      margin: 0 .5rem;
      text-align: center;
      border-radius: 5px; }

  /*
===================================================
	よくある質問
===================================================
*/
  .faq #section_01 {
    padding-top: 1rem !important;
    padding-bottom: 0 !important; }
    .faq #section_01 .inner {
      box-sizing: border-box;
      padding: 0 2rem; }
      .faq #section_01 .inner .columns_3 {
        margin: 0 0 3rem 0;
        padding: 1.5rem; }
        .faq #section_01 .inner .columns_3 > p {
          font-size: 1.4rem !important;
          width: 48% !important; }
          .faq #section_01 .inner .columns_3 > p a {
            line-height: 5rem;
            height: 5rem; }
            .faq #section_01 .inner .columns_3 > p a strong {
              font-size: 1.4rem !important; }
          .faq #section_01 .inner .columns_3 > p:nth-child(3) {
            width: 100% !important;
            margin-top: 1rem; }
      .faq #section_01 .inner .column_1 {
        margin: 0 0 3rem 0;
        padding: 1.5rem; }
        .faq #section_01 .inner .column_1#faq_construction h3::before {
          width: 10rem;
          height: 4.5rem;
          margin-right: 0;
          margin-bottom: -1rem;
          background-size: contain; }
        .faq #section_01 .inner .column_1#faq_company h3 {
          position: relative;
          padding-top: 1rem;
          padding-bottom: 1rem;
          padding-left: 11rem;
          text-align: left; }
          .faq #section_01 .inner .column_1#faq_company h3::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 10rem;
            height: 5rem;
            margin-right: 0;
            margin-bottom: -2rem;
            background-size: contain; }
        .faq #section_01 .inner .column_1 h3 {
          font-size: 1.6rem; }
          .faq #section_01 .inner .column_1 h3::before {
            width: 7.1rem;
            height: 4.1rem;
            margin-right: 1rem;
            content: ""; }
        .faq #section_01 .inner .column_1 .accordion dt {
          margin: 0 0 1rem 0;
          padding: 1rem 0; }
          .faq #section_01 .inner .column_1 .accordion dt p {
            font-size: 1.4rem;
            width: calc(100% - 5.2rem);
            padding-right: 2rem; }
          .faq #section_01 .inner .column_1 .accordion dt i:not(.icon) {
            font-size: 1.4rem;
            line-height: 3.8rem !important;
            width: 3.8rem !important;
            height: 3.8rem !important;
            margin-right: 1rem !important; }
        .faq #section_01 .inner .column_1 .accordion dd > div i {
          font-size: 1.4rem;
          line-height: 3.8rem;
          box-sizing: border-box;
          width: 3.8rem;
          height: 3.8rem;
          margin-right: 1rem; }
        .faq #section_01 .inner .column_1 .accordion dd > div > div p {
          font-size: 1.4rem; }
  .faq #footer {
    margin-top: 3rem !important; }

  /*
===================================================
	会社概要
===================================================
*/
  .company #section_01 {
    padding-top: 1rem !important;
    padding-bottom: 0 !important; }
    .company #section_01 .inner {
      box-sizing: border-box;
      padding: 0 2rem; }
      .company #section_01 .inner .column_1 {
        padding: 1rem 2rem 2rem !important; }
        .company #section_01 .inner .column_1 table tr {
          display: flex !important;
          flex-wrap: wrap; }
        .company #section_01 .inner .column_1 table th {
          width: 100%;
          padding: 1.5rem 0 .5rem !important;
          text-align: left; }
          .company #section_01 .inner .column_1 table th span {
            font-size: 1.4rem;
            display: inline-block;
            padding: 0 1rem; }
        .company #section_01 .inner .column_1 table td {
          font-size: 1.2rem;
          width: 100%;
          padding: 0 0 1rem !important;
          text-align: left; }
  .company #section_02 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .company #footer {
    margin-top: 3rem !important; }

/*
===================================================
	adviser
===================================================
*/
.adviser .header-border{
  margin-bottom: 0;
}
.adviser #section_01 {
  padding-top: 1rem !important;
  padding-bottom: 0 !important; }
  .adviser #section_01 .inner {
    box-sizing: border-box;
    padding: 0 2rem; }
    .adviser #section_01 .inner .column_1 {
      padding: 2rem 2rem 2rem !important; }
      .adviser #section_01 .inner .column_1 table tr {
        display: flex !important;
        flex-wrap: wrap; }
      .adviser #section_01 .inner .column_1 table th {
        width: 100%;
        padding: 1.5rem 0 .5rem !important;
        text-align: left; }
        .adviser #section_01 .inner .column_1 table th span {
          font-size: 1.2rem;
          display: inline-block;
          padding: 0 1rem; }
      .adviser #section_01 .inner .column_1 table td {
        font-size: 1.2rem;
        width: 100%;
        padding: 0 0 1rem !important;
        text-align: left; }
.adviser #footer {
  margin-top: 3rem !important; }

  /*
===================================================
	無料お見積りご相談フォーム
===================================================
*/
  .contact #section_01 {
    padding-top: 6rem !important;
    padding-bottom: 0 !important; }
    .contact #section_01 .inner > figure {
      top: -15rem !important;
      left: 50% !important;
      display: block !important;
      width: 8rem !important;
      transform: translateX(-50%); }
    .contact #section_01 .inner > div {
      padding: 2rem !important; }
      .contact #section_01 .inner > div input.short {
        min-height: 4rem !important; }
      .contact #section_01 .inner > div .column_1,
      .contact #section_01 .inner > div .columns_2,
      .contact #section_01 .inner > div .columns_5 {
        margin-bottom: 2rem !important; }
      .contact #section_01 .inner > div .columns_2 > div {
        width: 100%; }
        .contact #section_01 .inner > div .columns_2 > div:first-child {
          margin-bottom: 2rem; }
      .contact #section_01 .inner > div .columns_5 label {
        font-size: 1.4rem !important;
        margin: 0 0 1rem 0 !important;
        padding: .8rem 0 !important; }
      .contact #section_01 .inner > div .columns_5.box-style {
        padding: 0 !important; }
        .contact #section_01 .inner > div .columns_5.box-style > div {
          box-sizing: border-box;
          width: calc((100% - 1rem) / 2) !important;
          margin-bottom: 1rem !important;
          padding: 1rem !important; }
      .contact #section_01 .inner > div p {
        font-size: 1.4rem !important;
        line-height: 2 !important; }
        .contact #section_01 .inner > div p .require,
        .contact #section_01 .inner > div p .notrequire {
          font-size: 1.2rem !important;
          margin-right: 1rem !important;
          padding: .3rem 1rem !important; }
        .contact #section_01 .inner > div p .small {
          font-size: 1.2rem !important;
          display: block;
          margin-top: 1rem;
          margin-left: 0 !important; }
      .contact #section_01 .inner > div input,
      .contact #section_01 .inner > div textarea {
        font-size: 1.4rem !important;
        box-sizing: border-box;
        width: 100% !important;
        padding: .7rem 1.5rem !important; }
        .contact #section_01 .inner > div input.short,
        .contact #section_01 .inner > div textarea.short {
          width: 100% !important; }
      .contact #section_01 .inner > div textarea {
        min-height: 10rem !important; }
      .contact #section_01 .inner > div .btn_submit span::before {
        top: 50%;
        left: 2rem !important;
        margin-right: 0 !important; }
      .contact #section_01 .inner > div .btn_submit input {
        padding: 1rem 2rem 1rem 4rem !important; }
  .contact #footer {
    margin-top: 3rem !important; }

  /*
===================================================
	各トラブル
===================================================
*/
  .repair-toilet #section_01,
  .repair-faucet #section_01,
  .repair-waterheater #section_01,
  .repair-drainage #section_01,
  .repair-washroom #section_01,
  .repair-bath #section_01,
  .repair-kitchen #section_01,
  .repair-waterleak #section_01 {
    padding-top: 6rem !important;
    padding-bottom: 0 !important; }
    .repair-toilet #section_01 .inner,
    .repair-faucet #section_01 .inner,
    .repair-waterheater #section_01 .inner,
    .repair-drainage #section_01 .inner,
    .repair-washroom #section_01 .inner,
    .repair-bath #section_01 .inner,
    .repair-kitchen #section_01 .inner,
    .repair-waterleak #section_01 .inner {
      box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 2rem;
      padding: 0 2rem; }
      .repair-toilet #section_01 .inner > figure,
      .repair-faucet #section_01 .inner > figure,
      .repair-waterheater #section_01 .inner > figure,
      .repair-drainage #section_01 .inner > figure,
      .repair-washroom #section_01 .inner > figure,
      .repair-bath #section_01 .inner > figure,
      .repair-kitchen #section_01 .inner > figure,
      .repair-waterleak #section_01 .inner > figure {
        top: -15.5rem !important;
        left: 50% !important;
        width: 12rem !important;
        transform: translateX(-50%); }
      .repair-toilet #section_01 .inner .sideber,
      .repair-faucet #section_01 .inner .sideber,
      .repair-waterheater #section_01 .inner .sideber,
      .repair-drainage #section_01 .inner .sideber,
      .repair-washroom #section_01 .inner .sideber,
      .repair-bath #section_01 .inner .sideber,
      .repair-kitchen #section_01 .inner .sideber,
      .repair-waterleak #section_01 .inner .sideber {
        display: none !important; }
    .repair-toilet #section_01 .double_columns .main,
    .repair-faucet #section_01 .double_columns .main,
    .repair-waterheater #section_01 .double_columns .main,
    .repair-drainage #section_01 .double_columns .main,
    .repair-washroom #section_01 .double_columns .main,
    .repair-bath #section_01 .double_columns .main,
    .repair-kitchen #section_01 .double_columns .main,
    .repair-waterleak #section_01 .double_columns .main {
      width: 100%;
      margin-top: 2rem !important; }
      .repair-toilet #section_01 .double_columns .main .block,
      .repair-faucet #section_01 .double_columns .main .block,
      .repair-waterheater #section_01 .double_columns .main .block,
      .repair-drainage #section_01 .double_columns .main .block,
      .repair-washroom #section_01 .double_columns .main .block,
      .repair-bath #section_01 .double_columns .main .block,
      .repair-kitchen #section_01 .double_columns .main .block,
      .repair-waterleak #section_01 .double_columns .main .block {
        padding: 2rem; }
        .repair-toilet #section_01 .double_columns .main .block h2,
        .repair-faucet #section_01 .double_columns .main .block h2,
        .repair-waterheater #section_01 .double_columns .main .block h2,
        .repair-drainage #section_01 .double_columns .main .block h2,
        .repair-washroom #section_01 .double_columns .main .block h2,
        .repair-bath #section_01 .double_columns .main .block h2,
        .repair-kitchen #section_01 .double_columns .main .block h2,
        .repair-waterleak #section_01 .double_columns .main .block h2 {
          font-size: 2rem;
          margin-bottom: 1em;
          padding-left: 1rem; }
        .repair-toilet #section_01 .double_columns .main .block p,
        .repair-faucet #section_01 .double_columns .main .block p,
        .repair-waterheater #section_01 .double_columns .main .block p,
        .repair-drainage #section_01 .double_columns .main .block p,
        .repair-washroom #section_01 .double_columns .main .block p,
        .repair-bath #section_01 .double_columns .main .block p,
        .repair-kitchen #section_01 .double_columns .main .block p,
        .repair-waterleak #section_01 .double_columns .main .block p {
          font-size: 1.4rem; }
        .repair-toilet #section_01 .double_columns .main .block .columns_2,
        .repair-faucet #section_01 .double_columns .main .block .columns_2,
        .repair-waterheater #section_01 .double_columns .main .block .columns_2,
        .repair-drainage #section_01 .double_columns .main .block .columns_2,
        .repair-washroom #section_01 .double_columns .main .block .columns_2,
        .repair-bath #section_01 .double_columns .main .block .columns_2,
        .repair-kitchen #section_01 .double_columns .main .block .columns_2,
        .repair-waterleak #section_01 .double_columns .main .block .columns_2 {
          margin-top: 0; }
          .repair-toilet #section_01 .double_columns .main .block .columns_2 > li,
          .repair-faucet #section_01 .double_columns .main .block .columns_2 > li,
          .repair-waterheater #section_01 .double_columns .main .block .columns_2 > li,
          .repair-drainage #section_01 .double_columns .main .block .columns_2 > li,
          .repair-washroom #section_01 .double_columns .main .block .columns_2 > li,
          .repair-bath #section_01 .double_columns .main .block .columns_2 > li,
          .repair-kitchen #section_01 .double_columns .main .block .columns_2 > li,
          .repair-waterleak #section_01 .double_columns .main .block .columns_2 > li {
            width: 100%; }
            .repair-toilet #section_01 .double_columns .main .block .columns_2 > li h3,
            .repair-faucet #section_01 .double_columns .main .block .columns_2 > li h3,
            .repair-waterheater #section_01 .double_columns .main .block .columns_2 > li h3,
            .repair-drainage #section_01 .double_columns .main .block .columns_2 > li h3,
            .repair-washroom #section_01 .double_columns .main .block .columns_2 > li h3,
            .repair-bath #section_01 .double_columns .main .block .columns_2 > li h3,
            .repair-kitchen #section_01 .double_columns .main .block .columns_2 > li h3,
            .repair-waterleak #section_01 .double_columns .main .block .columns_2 > li h3 {
              margin-top: 3rem; }
            .repair-toilet #section_01 .double_columns .main .block .columns_2 > li > p,
            .repair-faucet #section_01 .double_columns .main .block .columns_2 > li > p,
            .repair-waterheater #section_01 .double_columns .main .block .columns_2 > li > p,
            .repair-drainage #section_01 .double_columns .main .block .columns_2 > li > p,
            .repair-washroom #section_01 .double_columns .main .block .columns_2 > li > p,
            .repair-bath #section_01 .double_columns .main .block .columns_2 > li > p,
            .repair-kitchen #section_01 .double_columns .main .block .columns_2 > li > p,
            .repair-waterleak #section_01 .double_columns .main .block .columns_2 > li > p {
              min-height: initial;
              margin-bottom: .5rem; }
            .repair-toilet #section_01 .double_columns .main .block .columns_2 > li .price,
            .repair-faucet #section_01 .double_columns .main .block .columns_2 > li .price,
            .repair-waterheater #section_01 .double_columns .main .block .columns_2 > li .price,
            .repair-drainage #section_01 .double_columns .main .block .columns_2 > li .price,
            .repair-washroom #section_01 .double_columns .main .block .columns_2 > li .price,
            .repair-bath #section_01 .double_columns .main .block .columns_2 > li .price,
            .repair-kitchen #section_01 .double_columns .main .block .columns_2 > li .price,
            .repair-waterleak #section_01 .double_columns .main .block .columns_2 > li .price {
              font-size: 1.4rem;
              margin-bottom: 0;
              padding: .5rem 0 1rem; }
              .repair-toilet #section_01 .double_columns .main .block .columns_2 > li .price strong,
              .repair-faucet #section_01 .double_columns .main .block .columns_2 > li .price strong,
              .repair-waterheater #section_01 .double_columns .main .block .columns_2 > li .price strong,
              .repair-drainage #section_01 .double_columns .main .block .columns_2 > li .price strong,
              .repair-washroom #section_01 .double_columns .main .block .columns_2 > li .price strong,
              .repair-bath #section_01 .double_columns .main .block .columns_2 > li .price strong,
              .repair-kitchen #section_01 .double_columns .main .block .columns_2 > li .price strong,
              .repair-waterleak #section_01 .double_columns .main .block .columns_2 > li .price strong {
                font-size: 2.4rem; }
                .repair-toilet #section_01 .double_columns .main .block .columns_2 > li .price strong span,
                .repair-faucet #section_01 .double_columns .main .block .columns_2 > li .price strong span,
                .repair-waterheater #section_01 .double_columns .main .block .columns_2 > li .price strong span,
                .repair-drainage #section_01 .double_columns .main .block .columns_2 > li .price strong span,
                .repair-washroom #section_01 .double_columns .main .block .columns_2 > li .price strong span,
                .repair-bath #section_01 .double_columns .main .block .columns_2 > li .price strong span,
                .repair-kitchen #section_01 .double_columns .main .block .columns_2 > li .price strong span,
                .repair-waterleak #section_01 .double_columns .main .block .columns_2 > li .price strong span {
                  font-size: 1.4rem; }
  .repair-toilet #footer,
  .repair-faucet #footer,
  .repair-waterheater #footer,
  .repair-drainage #footer,
  .repair-washroom #footer,
  .repair-bath #footer,
  .repair-kitchen #footer,
  .repair-waterleak #footer {
    margin-top: 3rem !important; }

  .repair-bath #section_01 {
    padding-top: 8rem !important; }
    .repair-bath #section_01 .inner > figure {
      top: -17.5rem !important;
      left: 50% !important;
      width: 9rem !important;
      transform: translateX(-50%); }

  .repair-kitchen #section_01 {
    padding-top: 6rem !important; }
    .repair-kitchen #section_01 .inner > figure {
      top: -14rem !important;
      left: 50% !important;
      width: 13rem !important;
      transform: translateX(-50%); }

  .repair-waterleak #section_01 {
    padding-top: 8rem !important; }
    .repair-waterleak #section_01 .inner > figure {
      top: -17rem !important;
      left: 50% !important;
      width: 13rem !important;
      transform: translateX(-50%); }

  /*
  ===================================================
    blog
  ===================================================
  */
  body.single #section_01 .t_section_01 {
    margin-top: 7rem !important; }
  body.single .double_columns {
    box-sizing: border-box;
    margin-bottom: -3rem;
    padding: 0 2rem !important; }
    body.single .double_columns > figure {
      top: -16rem !important;
      left: 50% !important;
      width: 11rem !important;
      transform: translateX(-50%); }
    body.single .double_columns .main {
      width: 100% !important; }
      body.single .double_columns .main .block {
        padding: 2rem 2rem 0 !important; }
        body.single .double_columns .main .block#eyecatch {
          padding: 60% 0 0 0 !important; }
        body.single .double_columns .main .block#post-data h1.post-title {
          font-size: 2.2rem !important;
          margin: 0 0 1.5rem 0; }
        body.single .double_columns .main .block#post-data .date {
          font-size: 1.4rem;
          margin: 0 0 0 1.5rem; }
        body.single .double_columns .main .block#post-data .cat {
          font-size: 1.4rem; }
          body.single .double_columns .main .block#post-data .cat a {
            padding: .4rem 1rem !important; }
        body.single .double_columns .main .block#article h1 {
          font-size: 2.2rem !important;
          margin-bottom: 1.5rem !important;
          padding-left: 1rem !important; }
        body.single .double_columns .main .block#article h2 {
          font-size: 2rem !important;
          margin-bottom: 1.5rem !important;
          padding-left: 1rem !important; }
        body.single .double_columns .main .block#article h3 {
          font-size: 1.8rem !important;
          margin-bottom: 1.5rem !important; }
        body.single .double_columns .main .block#article h4 {
          font-size: 1.6rem !important;
          margin-bottom: 1.5rem !important; }
        body.single .double_columns .main .block#article h5 {
          font-size: 1.6rem !important;
          margin-bottom: 1rem !important; }
        body.single .double_columns .main .block#article h6 {
          font-size: 1.4rem !important;
          margin-bottom: 1rem !important; }
        body.single .double_columns .main .block#article p {
          font-size: 1.4rem !important;
          margin-bottom: 1rem !important; }
        body.single .double_columns .main .block#article h1 + h2 {
          margin-top: -.25rem; }
        body.single .double_columns .main .block#article h2 + h3 {
          margin-top: -.35rem; }
        body.single .double_columns .main .block#article h3 + h4,
        body.single .double_columns .main .block#article h4 + h5,
        body.single .double_columns .main .block#article h5 + h6 {
          margin-top: -.5rem; }
        body.single .double_columns .main .block#article p + h1,
        body.single .double_columns .main .block#article p + h2,
        body.single .double_columns .main .block#article p + h3,
        body.single .double_columns .main .block#article p + h4,
        body.single .double_columns .main .block#article p + h5,
        body.single .double_columns .main .block#article p + h6 {
          margin-top: 2rem !important; }
        body.single .double_columns .main .block#article blockquote {
          font-size: 1.4rem !important;
          line-height: 1.5;
          margin-bottom: 1rem !important;
          padding-left: 5rem !important;
          background: url("../images/blog/quote-left.svg") no-repeat left top;
          background-size: 3rem auto; }
        body.single .double_columns .main .block#article figure {
          margin: 0 0 1rem 0 !important; }
          body.single .double_columns .main .block#article figure figcaption {
            margin-top: 1rem !important; }
          body.single .double_columns .main .block#article figure.alignleft {
            float: none !important;
            max-width: 100% !important;
            margin-right: 0 !important; }
          body.single .double_columns .main .block#article figure.alignright {
            float: none !important;
            max-width: 100% !important;
            margin-left: 0 !important; }
          body.single .double_columns .main .block#article figure.aligncenter {
            max-width: 100% !important; }
        body.single .double_columns .main .block#article iframe {
          width: 100%;
          height: 250px !important; }
      body.single .double_columns .main #page-nav {
        margin: 0 0 1rem 0 !important; }
        body.single .double_columns .main #page-nav > p {
          margin-right: 1rem !important;
          margin-right: 1rem !important; }
          body.single .double_columns .main #page-nav > p a {
            font-size: 1.4rem !important;
            width: auto;
            padding: .5rem 1rem !important;
            white-space: nowrap;
            color: #fff; }
          body.single .double_columns .main #page-nav > p:nth-child(2) a::before {
            content: "\f106"; }
          body.single .double_columns .main #page-nav > p:nth-child(3) a::before {
            display: none; }
    body.single .double_columns .sideber {
      width: 100% !important;
      margin-top: 3rem !important; }
      body.single .double_columns .sideber #subnav {
        position: relative;
        top: 0 !important; }
        body.single .double_columns .sideber #subnav > li {
          margin-bottom: 2rem !important;
          padding: 2rem !important; }
          body.single .double_columns .sideber #subnav > li > h2 {
            font-size: 1.8rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            letter-spacing: .05em;
            color: #ff7b92; }
            body.single .double_columns .sideber #subnav > li > h2::before {
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              margin-right: .5em;
              content: "\f303"; }
          body.single .double_columns .sideber #subnav > li#archives > h2::before {
            content: "\f187"; }
          body.single .double_columns .sideber #subnav > li#categories > h2::before {
            content: "\f0c5"; }
          body.single .double_columns .sideber #subnav > li ul li {
            font-size: 1.4rem;
            margin-bottom: .75rem; }

  body.single .double_columns .main .block#article p.flexbox {
    display: block; }
    body.single .double_columns .main .block#article p.flexbox > a img,
    body.single .double_columns .main .block#article p.flexbox > img {
      margin-bottom: 1em; }

  body.blog #section_01 .t_section_01,
  body.archive #section_01 .t_section_01 {
    margin-top: 7rem !important;
    margin-bottom: 0 !important; }
  body.blog #section_01 .inner > figure,
  body.archive #section_01 .inner > figure {
    top: -14rem !important;
    left: 50% !important;
    width: 11rem !important;
    transform: translateX(-50%); }
  body.blog #section_01 .inner .columns_3 > a,
  body.archive #section_01 .inner .columns_3 > a {
    width: 100% !important;
    margin: 2.54rem 2rem 0 !important;
    padding: 2rem 0 0 !important; }
    body.blog #section_01 .inner .columns_3 > a > h3,
    body.archive #section_01 .inner .columns_3 > a > h3 {
      font-size: 1.6rem !important;
      margin-bottom: 1.5rem !important;
      padding: 0 2rem !important; }
    body.blog #section_01 .inner .columns_3 > a > p,
    body.archive #section_01 .inner .columns_3 > a > p {
      font-size: 1.4rem !important;
      padding-right: 2rem !important;
      padding-left: 2rem !important; }
      body.blog #section_01 .inner .columns_3 > a > p.post-data span,
      body.archive #section_01 .inner .columns_3 > a > p.post-data span {
        padding: .4rem 1rem !important; }
    body.blog #section_01 .inner .columns_3 > a > div,
    body.archive #section_01 .inner .columns_3 > a > div {
      box-sizing: border-box;
      padding: 2rem 2rem 0 !important; }
      body.blog #section_01 .inner .columns_3 > a > div.thumb,
      body.archive #section_01 .inner .columns_3 > a > div.thumb {
        width: 100%;
        height: 16rem !important; }
      body.blog #section_01 .inner .columns_3 > a > div p,
      body.archive #section_01 .inner .columns_3 > a > div p {
        font-size: 1.4rem !important;
        line-height: 1.5 !important; }
  body.blog #section_01 .inner #pagenation,
  body.archive #section_01 .inner #pagenation {
    margin: 2rem 0 -5rem !important; }

  /*
  ===================================================
    thanks / 404
  ===================================================
  */
  body.thanks #section_01,
  body.error404 #section_01 {
    margin-bottom: -5rem !important; }
    body.thanks #section_01 .t_section_01,
    body.error404 #section_01 .t_section_01 {
      margin-top: 8rem !important;
      margin-bottom: 0 !important; }
    body.thanks #section_01 .inner,
    body.error404 #section_01 .inner {
      position: relative;
      box-sizing: border-box;
      padding: 2rem !important; }
      body.thanks #section_01 .inner > div,
      body.error404 #section_01 .inner > div {
        padding: 2rem 2rem 1rem !important; }
        body.thanks #section_01 .inner > div > h3,
        body.error404 #section_01 .inner > div > h3 {
          font-size: 2rem !important;
          margin: 1.5rem 0 4rem;
          text-align: center; }
        body.thanks #section_01 .inner > div > div,
        body.error404 #section_01 .inner > div > div {
          margin-bottom: 1.5rem; }
          body.thanks #section_01 .inner > div > div > div,
          body.error404 #section_01 .inner > div > div > div {
            order: 2;
            width: 100% !important; }
            body.thanks #section_01 .inner > div > div > div p,
            body.error404 #section_01 .inner > div > div > div p {
              font-size: 1.4rem !important;
              line-height: 1.7;
              margin-bottom: 1rem !important; }
              body.thanks #section_01 .inner > div > div > div p.read,
              body.error404 #section_01 .inner > div > div > div p.read {
                font-size: 2rem !important;
                line-height: 1.6;
                text-align: left; }
              body.thanks #section_01 .inner > div > div > div p .tel_tap,
              body.error404 #section_01 .inner > div > div > div p .tel_tap {
                color: #50a9d6 !important; }
          body.thanks #section_01 .inner > div > div > figure,
          body.error404 #section_01 .inner > div > div > figure {
            order: 1;
            width: 100% !important;
            max-width: 15rem;
            margin: 0 auto 2rem !important; }

  body.thanks .inner > figure {
    top: -16rem !important;
    left: 50% !important;
    width: 11rem !important;
    transform: translateX(-50%); }

  body.error404 .inner > figure {
    top: -16rem !important;
    left: 50% !important;
    width: 8.5rem !important;
    transform: translateX(-50%); } }
/*---プライバシーポリシー---*/
.privacypolicy p span{
  font-size: 1.7rem;
}
.privacypolicy .small {
  font-size: 1.5rem;
}
.privacypolicy ol.small li {
  margin: 5px 0;
  line-height: 1.7;
}
.accept-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accept-wrap input[type="checkbox"] { display: none; }
.accept-wrap input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.accept-wrap input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #40a1d3;
  position: absolute;
  border-radius: 5px;
  border-width: 2px;
  left: 0;
  top: -4px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.accept-wrap input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -8px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.home #section_14 .inner > div .btn_submit span {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
form.wpcf7-form.custom-wpcf7c-confirmed .privacypolicy , form.wpcf7-form.custom-wpcf7c-confirmed .accept-wrap , form.wpcf7-form.custom-wpcf7c-confirmed p.s-after{
  display: none;
}
#section_14 p.s-after{
  text-align: center;
  margin-bottom: 16px;
}
#section_14 p.s-after a{
    color: #0066c0;
    border-bottom: 1px solid #0066c0;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
  .accept-wrap {
    margin: 0 0 30px;
  }
  .contact #section_01 .inner > div .privacypolicy p {
    font-size: 1.3rem;
    line-height: 1.4!important;
  }
  .privacypolicy p span {
    font-size: 1.3rem;
    line-height: 1.4!important;
  }
  .scroll_box {
    padding: 15px;
  }
  .privacypolicy ol.small li {
    margin: 5px 0;
    line-height: 1.7;
    font-size: 1.2rem;
  }
  .accept-wrap input[type="checkbox"] + label {
    padding-left: 30px;
    margin-bottom: 0px;
    color: #000;
    font-size: 1.4rem;
  }
  .accept-wrap input[type="checkbox"] + label:before {
    top: -5px;
  }
  .accept-wrap input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -10px;
  }
  body.home #section_14 .inner > div .btn_submit {
    margin-bottom: 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  body.home #section_14 .inner > div .btn_submit span {
    display: flex;
    position: relative;
    margin: 10px 3px;
    align-items: center;
  }
}
/*
===================================================
guarantee20240424
===================================================
*/

#guarantee-section1,#guarantee-section2{
  margin-bottom: 80px;
}
#guarantee-section1 h2,#guarantee-section2 h2,#guarantee-section3 h2{
  text-align: center;
  background-color: #ff7b92;
  color: #fff;
  font-size: 2.4rem;
  padding: 5px;
  margin-bottom: 2vw;
}
#guarantee-section1 .anshin-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#guarantee-section1 .anshin-wrap img{
  width: 20%;
}
#guarantee-section2 tbody{
  margin-top: 2vw;
  display: block;
}
#guarantee-section2 .redtext{
  color: #e40000;
  font-size: 1.4rem;
}

#guarantee-section2 th{
  width: 20%;
  border: 1px solid #fff;
  background-color: #ff7b92;
  color:#fff;
  text-align: center;
}
#guarantee-section2 td{
  width: 80%;
  padding: 1vw;
  border: 1px solid #fff;
  background-color: #f0f0f0;
  text-align: left;
}
@media screen and (max-width: 767px){
#guarantee-section1 h2,#guarantee-section2 h2,#guarantee-section3 h2{
  font-size: 2rem;
  padding: 5px;
  margin-bottom: 5vw;
  line-height: 1;
  }
#guarantee-section1 .anshin-wrap img{
  width: 48%;
}

#guarantee-section2 tbody tr{
  display: flex;
  flex-direction: column;
}

#guarantee-section2 .redtext{
  font-size: 3vw;
}

#guarantee-section2 th{
  padding: 1vw;
  width: 100%;
}

#guarantee-section2 td{
  padding: 1vw;
  width: 100%;
}
.inner {
  width: 95%;
}
}
/*----LINE----*/

.line-bnr {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 50%;
  background: #06c655;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  transform: translateX(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.line-bnr.visible {
  opacity: 1;
  transform: translateY(0);
}
.line-bnr p {
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 1.4;
  padding: 17px 5px 12px;
  letter-spacing: 4px;
}
.line-bnr p span {
  font-size: 20px;
  font-weight: 700;
  color: #def300;
}
.line-bnr:hover{
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width:991px){
  .line-bnr {
    top: 60%;
    z-index: 10;
  }
  .line-bnr p {
    font-size: 14px;
  }
  .line-bnr p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .line-bnr {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 22%;
    width: 47px;
    height: 168px;
    background: #06c655;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
    transform: translateX(-20px);
  }
  .line-bnr p {
    font-size: 12px;
    color: #fff;
    writing-mode: vertical-rl;
    line-height: 1.4;
    padding: 10px 5px 12px 2px;
    margin-bottom: 0;
    letter-spacing: 3px;
  }
  .line-bnr p span {
    font-size: 13px;
  }
}
/* ===================================================
プライバシーポリシー・サイトポリシー
=================================================== */
#privacy-policy .policy-list .list-item ol.small li p,
#site-policy .policy-list .list-item ol.small li p{
  font-size: 1.7rem;
  padding-left: 20px;
}
#privacy-policy .policy-list .list-item .list-item-head,
#site-policy .policy-list .list-item .list-item-head{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em; 
  color: #ff7b92;
}
#privacy-policy .policy-list .list-item:nth-of-type(5) ol.small:not(:last-child),
#privacy-policy .policy-list .list-item:nth-of-type(6) ol.small,
#site-policy .policy-list .list-item:nth-of-type(5) ol.small:not(:last-child),
#site-policy .policy-list .list-item:nth-of-type(6) ol.small{
  margin-bottom: 20px;
}
#privacy-policy .policy-list .list-item:not(:last-child),
#site-policy .policy-list .list-item{
  margin: 40px 0;
}
#privacy-policy p,
#site-policy p{
  font-size: 1.9rem;
  margin-bottom: 0;
  line-height: 1.8;
}
#privacy-policy .policy-list .list-item:nth-of-type(5) ol.small:nth-of-type(1) li:nth-of-type(4) p span{
  padding-left: 15px;
}
#privacy-policy .policy-list .list-item:nth-of-type(5) ol.small,
#privacy-policy .policy-list .list-item:nth-of-type(6) ol.small{
  margin-bottom: 15px;
}
#privacy-policy  div.form-submit {
  display: block;
  margin:40px auto ;
  background-color: #50a9d6;
  color: #3A7EC5;
  width: 30%;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
#privacy-policy div.form-submit button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 1.9rem;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  #privacy-policy .inner,
  #site-policy .inner{
      width: 90%;
      max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #privacy-policy .inner,
  #site-policy .inner{
      width: 73%;
      max-width: 73%;
  }
  #privacy-policy p,
  #site-policy p{
    font-size: 1.4rem;
  }
  #privacy-policy .policy-list .list-item .list-item-head,
  #site-policy .policy-list .list-item .list-item-head{
    font-size: 2rem;
  }
  #privacy-policy .policy-list .list-item ol.small li p, #site-policy .policy-list .list-item ol.small li p {
    font-size: 1.3rem;
    padding-left: 15px;
  }
  #privacy-policy div.form-submit {
    width: 80%;
    padding: 10px;
  }
  #privacy-policy div.form-submit button {
    font-size: 1.4rem;
  }
}