@charset "UTF-8";
/* CSS Document */
/*
* base
*/
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow: hidden;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, 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, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: 50px;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
  overflow: auto;
  -webkit-appearance: none;
  border: none;
}

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

a:focus {
  outline: none;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*
-----------------------------
ベース部分
-----------------------------
*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only02 {
  display: none;
}

.sp-only03 {
  display: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}

.inner03 {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}
.flt-box {
  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;
  margin-bottom: 40px;
}

.flt-box02 {
  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;
}

.flt-left01 {
  width: 48%;
}

.flt-right01 {
  width: 48%;
}

.flt-left02 {
  width: 60%;
}

.flt-right02 {
  width: 35%;
}

.flt-left03 {
  width: 70%;
}

.flt-right03 {
  width: 25%;
}

.flt-left04 {
  width: 35%;
}

.flt-right04 {
  width: 60%;
}

.flt-left05 {
  width: 25%;
}

.flt-right05 {
  width: 70%;
}

.flt-left06 {
  width: 55%;
}

.flt-right06 {
  width: 40%;
}

.flt-left07 {
  width: 40%;
}

.flt-right07 {
  width: 55%;
}

.flt-left08 {
  width: 48%;
}

.flt-right08 {
  width: 48%;
}

.text-center {
  text-align: center;
}

.text-center02 {
  text-align: center;
}

.flex-order01 .flt-left01 {
  order: 1;
}
.flex-order01 .flt-right01 {
  order: 2;
}

button {
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

/* margin,padding ******************/
.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_60 {
  margin-right: 60px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_60 {
  margin-left: 60px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_60 {
  padding-right: 60px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_60 {
  padding-left: 60px;
}

/*
-----------------------------
モジュール
-----------------------------
*/
/*
ボタン
*/
.btn01, #submit #back, #submit #send, #submit #confirm {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 60px;
  text-align: center;
  padding: 15px 70px;
}
.btn01 span, #submit #back span, #submit #send span, #submit #confirm span {
  font-weight: bold;
}

.contact-area-btn {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 60px;
  text-align: center;
  padding: 30px 70px;
  background: #0085CD;
  border: solid 2px #fff;
  color: #fff;
}
.contact-area-btn::before {
  content: "";
  display: block;
  width: 58px;
  height: 14px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -28px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/common/arrow01.png) no-repeat center;
  background-size: contain;
}
.contact-area-btn:hover {
  background: #0A8BE9;
}
.contact-area-btn:hover::before {
  right: -38px;
}

.btn-wrap {
  margin-top: 50px;
}

.btn-wrap01 {
  margin-top: 50px;
  text-align: center;
}

.btn-wrap02 {
  margin-top: 30px;
}

.btn-wrap03 {
  margin-top: 20px;
}

.btn-wrap04 {
  margin-top: 30px;
  text-align: center;
}

.btn-wrap-right {
  text-align: right;
}

/*
ボタンの色
*/
.btn-color01 {
  background: #0A8BE9;
  border: solid 2px #0A8BE9;
  z-index: 1;
  color: #fff;
}
@media only screen and (min-width: 993px) {
  .btn-color01:hover {
    background: #fff;
    color: #333;
  }
}

.btn-color02, #submit #confirm {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
  z-index: 1;
}
.btn-color02.btn-arrow01::before, #submit .btn-arrow01#confirm::before {
  background: url(../images/common/arrow01.png) no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 993px) {
  .btn-color02:hover, #submit #confirm:hover {
    background: #fff;
    color: #0A8BE9;
  }
}

.btn-color03 {
  background: #FFBF00;
  z-index: 1;
}
.btn-color03 span {
  color: #333;
}
.btn-color03 span::before {
  background: #333 !important;
}
.btn-color03.btn-arrow01::before {
  border: solid 1px #333;
}
.btn-color03.btn-arrow01::after {
  background: #333;
}
@media only screen and (min-width: 993px) {
  .btn-color03:hover {
    background: #00B8A5;
  }
}

/*
矢印
*/
.btn-arrow01 {
  position: relative;
}
.btn-arrow01::before {
  content: "";
  display: block;
  width: 58px;
  height: 14px;
  background: url(../images/common/arrow02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -28px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 993px) {
  .btn-arrow01:hover::before {
    right: -38px;
  }
}

@keyframes btn-arrow-hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 7px;
  }
}
.btn-arrow02 {
  position: relative;
}
.btn-arrow02::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #fff;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow02:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  right: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow02:hover::before {
  right: 16px;
  background: #0A8BE9;
}
.btn-arrow02:hover::after {
  right: 12px;
  border-color: transparent transparent transparent #0A8BE9;
}

.btn-arrow04 span {
  position: relative;
  padding-right: 50px;
}
.btn-arrow04 span::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #0A8BE9;
  right: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow04 span:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0A8BE9;
  right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow04 span:hover::before {
  right: 3px;
}
.btn-arrow04 span:hover::after {
  right: 0px;
}

.btn-arrow05 {
  position: relative;
}
.btn-arrow05 span {
  position: relative;
  display: inline-block;
  padding: 20px 80px 20px 80px;
  font-weight: bold;
  width: 100%;
  height: auto;
}
.btn-arrow05 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #0A8BE9;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow05::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 20px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow05:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 24px;
  margin-top: -1px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 993px) {
  .btn-arrow05:hover span:before {
    animation-name: btn-arrow-hover;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .btn-arrow05:hover::before {
    right: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .btn-arrow05:hover::after {
    right: 18px;
    background: #fff;
  }
}

@keyframes arrow-fade01 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
@keyframes arrow-fade02 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.arrow01 {
  position: relative;
}
.arrow01:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #0A8BE9;
  border-right: 2px solid #0A8BE9;
}

.arrow02 {
  position: relative;
}
.arrow02:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #0A8BE9;
  border-right: 2px solid #0A8BE9;
}

.arrow03 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 0;
  border-radius: 100%;
  border: solid 2px #0A8BE9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  right: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #0A8BE9;
  border-right: 2px solid #0A8BE9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
センター揃え
*/
.center {
  text-align: center;
}

.m_center {
  margin: 0 auto;
}

/*
フォント
*/
.font01 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/*
見出し
*/
.heading01, .news-single-inner h1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 40px;
  font-weight: 900;
  letter-spacing: 6px;
  text-align: center;
}
.heading01 span, .news-single-inner h1 span {
  font-weight: bold;
}

.text-up-cycle {
  position: relative;
}
.text-up-cycle::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #FF4500;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: -10px;
  border-radius: 100%;
}

.under-line-color01 {
  background: linear-gradient(transparent 75%, #FFD800 25%);
  display: inline-block;
  line-height: 1.3;
}

.under-line-color02 {
  background: linear-gradient(transparent 65%, #FFE36E 35%);
  display: inline-block;
  padding: 0 5px;
}

.heading02 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.heading03, .news-single-inner h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.heading04, .news-single-inner h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.heading04 span, .news-single-inner h3 span {
  font-weight: bold;
}

.heading05 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.heading06 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.heading-deco01-wrap {
  text-align: center;
}
.heading-deco01-wrap .heading01, .heading-deco01-wrap .news-single-inner h1, .news-single-inner .heading-deco01-wrap h1 {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-bottom: 0;
}
.heading-deco01-wrap .heading01::before, .heading-deco01-wrap .news-single-inner h1::before, .news-single-inner .heading-deco01-wrap h1::before {
  content: "";
  display: block;
  width: 45px;
  height: 48px;
  background: url(../images/common/icon_paint02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: -48px;
}

.heading-deco02 {
  position: relative;
}
.heading-deco02::after {
  content: "";
  display: block;
  width: 90px;
  height: 10px;
  background: url(../images/common/heading_deco01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.heading-deco03 {
  position: relative;
  margin-bottom: 65px;
}
.heading-deco03::before {
  content: "";
  display: block;
  width: 45px;
  height: 48px;
  background: url(../images/common/icon_paint01.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: -48px;
}
.heading-deco03::after {
  content: "";
  display: block;
  width: 138px;
  height: 12px;
  background: url(../images/common/heading_deco04.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  bottom: -25px;
}

.heading-deco04, .news-single-inner h3 {
  position: relative;
  margin-bottom: 30px;
}
.heading-deco04::after, .news-single-inner h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #0A8BE9;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.heading-deco05 {
  position: relative;
  padding-left: 25px;
}
.heading-deco05::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #0A8BE9;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
}
.heading-deco05::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 4px;
  z-index: 2;
}

.fwb {
  font-weight: bold;
}

/*
見出しの色
*/
.color-white {
  color: #fff;
}

.color-blue01 {
  color: #0A8BE9;
}

.color-blue02 {
  color: #5BBFE9;
}

.color-black {
  color: #333333;
}

.color-red01 {
  color: #FF4500;
}

.color-green {
  color: #00B8A5;
}

.color-orange {
  color: #FF9200;
}

/*
背景色
*/
.bg-color01 {
  background: #EDF7FD;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.bg-color01 + .section-contents {
  padding-top: 100px;
}

.bg-color02 {
  background: #F3FAFF;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.bg-color02 + .section-contents {
  padding-top: 120px;
}

/*
アイコン
*/
.icon {
  position: relative;
  display: inline-block;
}
.icon:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.icon-mail01::before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/common/icon_mail_s.png) no-repeat center;
  background-size: contain;
  left: -30px;
}

/*
リンク
*/
.imghover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.imghover:hover {
  opacity: 0.8;
}

/*
ラベル
*/
.lable01 {
  background: #000;
  padding: 5px 15px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}

/*
テキスト
*/
.text {
  margin-bottom: 10px;
}

.required,
.caution {
  color: #FF4500;
  font-weight: bold;
}

/*
角丸
*/
.cycle {
  border-radius: 10px;
  overflow: hidden;
}

.cycle-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.cycle-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
}

/*
テーブル
*/
table {
  border: none;
  width: 100%;
  table-layout: fixed;
}

table th {
  width: 25%;
  padding: 40px 30px;
  background: #fff;
  color: #0A8BE9;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}

table td {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 40px 30px;
  background: #fff;
}

button {
  position: relative;
}

/*
fadeinアニメーション用
*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.fade-in.scrollin {
  animation-name: anim-fade-in;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(50px);
}

.fade-in-up.scrollin {
  animation-name: anim-fade-in-up;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-up {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(-50px);
}

.fade-in-down.scrollin {
  animation-name: anim-fade-in-down;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-down {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-right {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateX(-100px);
}

.fade-in-right.scrollin {
  animation-name: anim-fade-in-right;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-right {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateX(100px);
}

.fade-in-left.scrollin {
  animation-name: anim-fade-in-left;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-left {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-up-wrap {
  overflow: hidden;
}
.slide-up-wrap .heading03, .slide-up-wrap .news-single-inner h2, .news-single-inner .slide-up-wrap h2 {
  margin-bottom: 0;
}

.slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(1em);
}

.slide-up.scrollin {
  animation-name: anim-slide-up;
  animation-duration: 1.3s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-up {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(1em);
  }
  60% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
.slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.slide-down.scrollin {
  animation-name: anim-slide-down;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-down {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(-100px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(100px);
}

.js-slide-up.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.js-slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.js-slide-down.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-zoom-wrap {
  overflow: hidden;
}

.fade-in-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.fade-in-zoom.scrollin {
  animation-name: anim-fade-in-zoom;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-zoom {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fade-in-blur {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.fade-in-blur.scrollin {
  animation-name: anim-fade-in-blur;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-blur {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.fade-in-blur-fadein-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.fade-in-blur-fadein-zoom.scrollin {
  animation-name: fade-in-blur-fadein-zoom;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fade-in-blur-fadein-zoom {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fade-in-delay-4 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
.fade-in-delay-4:before {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.fade-in-delay-6 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
.fade-in-delay-6:before {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.fade-in-delay-8 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
.fade-in-delay-8:before {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.fade-in-delay-10 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.fade-in-delay-10:before {
  transition-delay: 1s;
  animation-delay: 1s;
}

.fade-in-delay-12 {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in-delay-12:before {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

.fade-in-delay-14 {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}
.fade-in-delay-14:before {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

.fade-in-delay-16 {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in-delay-16:before {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

.fade-in-delay-18 {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}
.fade-in-delay-18:before {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

.fade-in-delay-20 {
  transition-delay: 2s;
  animation-delay: 2s;
}
.fade-in-delay-20:before {
  transition-delay: 2s;
  animation-delay: 2s;
}

.fade-in-delay-22 {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}
.fade-in-delay-22:before {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}

.fade-in-delay-24 {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}
.fade-in-delay-24:before {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}

.slide-mask.scrollin {
  position: relative;
  visibility: visible;
  overflow: hidden;
}

.slide-mask.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #333;
  animation-name: anim-slide-mask;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
  animation-direction: normal;
}

.js-slide-mask02.scrollin {
  position: relative;
  overflow: hidden;
}

.js-slide-mask02.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #fff;
  animation-name: anim-slide-mask02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.js-slide-mask02-inner {
  opacity: 0;
}

.js-slide-mask02-inner.scrollin {
  animation-name: anim-slide-mask02-inner;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-mask {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02 {
  0% {
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  51% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02-inner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.js-slide-scale.scrollin {
  animation-name: slide-scale;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-position: 20% bottom;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: right bottom;
  }
}
.js-slide-scale02.scrollin {
  animation-name: slide-scale02;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale02 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .js-slide-mask03.scrollin {
    position: relative;
    overflow: hidden;
  }
  .js-slide-mask03.scrollin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index: 2;
    background: #000;
    animation-name: anim-slide-mask03;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .js-slide-mask03-inner {
    opacity: 0;
  }
  .js-slide-mask03-inner.scrollin {
    animation-name: anim-slide-mask03-inner;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  @keyframes anim-slide-mask03 {
    0% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    47.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    52.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes anim-slide-mask03-inner {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
}
.js-text-fadeIn span {
  opacity: 0;
  transform: translateY(-110%);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-text-fadeIn.scrollin span {
  animation: text_anime_on 0.3s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    transform: translateY(-110%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.js-text-fadeIn02 span {
  opacity: 0;
  transform: translateX(-50%);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-text-fadeIn02.scrollin span {
  animation: text_anime_on 0.3s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sp-only {
  display: none;
}

.m992 {
  display: none;
}

.m992-767 {
  display: none;
}

.pagetop-position {
  position: absolute;
  top: 400px;
  left: 0;
  width: 10px;
  height: 10px;
  background: transparent;
}

.pagetop {
  opacity: 0;
  transition: 0.5s;
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0 auto;
  z-index: 200;
  cursor: pointer;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0A8BE9;
  border-radius: 100%;
}

.pagetop a {
  display: block;
}

.pagetop.fadeIn {
  opacity: 1;
}

.pagetop i {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.pagetop:hover {
  background: #5BBFE9;
}

.section-contents {
  padding: 0 0 100px;
  position: relative;
}
.section-contents:first-of-type {
  padding-top: 0;
}

.header {
  width: 100%;
  height: 85px;
  background: #fff;
  z-index: 100;
  padding: 0 30px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 220;
  position: fixed;
}
.header.header-fixed-animation {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.logo {
  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;
  width: auto;
}

.sp-nav {
  display: none;
  opacity: 0;
}

.header-right-inner {
  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;
  height: 85px;
}

.header-right {
  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;
  margin-left: auto;
}

.pc-nav {
  margin-right: 50px;
}

.nav-list {
  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;
}

.nav-item {
  position: relative;
}
.nav-item a {
  position: relative;
  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;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 15px;
  height: 85px;
  text-align: center;
}
.nav-item > a:hover {
  color: #0A8BE9;
}
.nav-item > a.is-current::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header-contact-mail {
  margin-left: 20px;
}
.header-contact-mail a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FF4500;
  border-radius: 60px;
  padding: 10px 40px 10px 60px;
  font-weight: bold;
  color: #fff;
}
.header-contact-mail a span {
  font-weight: bold;
}
.header-contact-mail a:hover {
  opacity: 0.8;
}

.header-contact-tel a {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  line-height: 1.2;
}
.header-contact-tel a::before {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  background: url(../images/common/icon_tel01.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: -24px;
}
.header-contact-tel span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.header-insta {
  margin-left: 20px;
}

.nav-control {
  display: none;
}

.main-img-wrap {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 85px;
  background: #c8e7fc;
}
.main-img-wrap img {
  width: 100%;
}

.section-contents01 {
  background: #F6F6F6;
  padding: 70px 0 !important;
  position: relative;
}
.section-contents01::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 300px solid transparent;
  border-left: 300px solid transparent;
  border-top: 60px solid #F6F6F6;
  border-bottom: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  bottom: -60px;
}

.caution-heading-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.caution-heading {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 2px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  font-weight: bold;
}

.symptoms-alert-text {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 5px;
  font-weight: bold;
  text-align: center;
  color: #004D89;
}
.symptoms-alert-text span {
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 6px;
  margin-right: 5px;
}

.section-contents02 {
  padding-top: 100px;
  background: url(../images/common/bg_tile01.png) repeat;
}

.reform-timing-block {
  border-radius: 20px;
  background: #fff;
  border: solid 4px #C48F31;
}

.reform-timing-heading-wrap {
  margin-bottom: 50px;
  padding: 40px 10px;
  background: #C48F31;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.reform-timing-heading-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 40px solid #C48F31;
  border-bottom: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  bottom: -40px;
}

.reform-timing-heading {
  margin-bottom: 0;
  color: #fff;
  display: inline-block;
  position: relative;
}
.reform-timing-heading::before {
  content: "";
  display: block;
  width: 63px;
  height: 67px;
  background: url(../images/common/icon_star.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -14px;
  left: -78px;
}
.reform-timing-heading::after {
  content: "";
  display: block;
  width: 63px;
  height: 67px;
  background: url(../images/common/icon_star.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -14px;
  right: -78px;
}

.reform-timing-block-inner {
  padding: 40px;
  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;
}

.reform-timing-img {
  width: 36%;
  order: 1;
}

.reform-timing-list {
  order: 2;
  width: 60%;
  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;
}

.reform-timing-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  border: solid 2px #ccc;
  padding: 30px 20px;
  border-radius: 15px;
}
.reform-timing-item:nth-of-type(2n) {
  margin-right: 0;
}

.reform-timing-item-img {
  margin-bottom: 15px;
}

.reform-timing-item-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.reform-timing-item-heading::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_check.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}

.section-contents03 {
  padding-top: 100px;
  background: url(../images/common/bg_tile02.png) repeat;
}
.section-contents03 .reform-timing-block {
  border: solid 4px #B9A469;
}
.section-contents03 .reform-timing-heading-wrap {
  background: #B9A469;
}
.section-contents03 .reform-timing-heading-wrap::after {
  border-top: 40px solid #B9A469;
}

.section-contents04 {
  padding: 80px 0;
  background: url(../images/common/bg_tile07.jpg) no-repeat center;
  background-size: cover;
}

.heading-deco-wave-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.heading-deco-wave {
  display: inline-block;
  position: relative;
  font-weight: 900;
  color: #0067B7;
}
.heading-deco-wave.heading02 {
  margin-bottom: 0;
}
.heading-deco-wave::after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: url(../images/common/heading_deco05.png) repeat-x center;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.maintenance-message {
  text-align: center;
}
.maintenance-message p {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.maintenance-message p::before {
  content: "";
  display: block;
  width: 70px;
  height: 65px;
  background: url(../images/common/treat_before01.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: -70px;
}
.maintenance-message p::after {
  content: "";
  display: block;
  width: 70px;
  height: 65px;
  background: url(../images/common/treat_after01.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -70px;
}

.section-contents05 {
  background: #EAF7FF;
}

.strong-point-heading-wrap {
  padding: 80px 10px 50px;
  background: url(../images/common/bg_section01.png) no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
  position: relative;
}
.strong-point-heading-wrap::after {
  content: "";
  display: block;
  width: 113px;
  height: 35px;
  background: url(../images/common/section_arrow01.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  bottom: -45px;
}

.method-btn-list {
  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;
  margin-bottom: 80px;
}

.method-btn {
  width: 48%;
  text-align: center;
}
.method-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
}
.method-btn a:hover .method-btn-heading {
  background: #0A8BE9;
}
.method-btn a:hover .method-btn-heading::before {
  background: #0A8BE9;
}
.method-btn a .link-more {
  position: absolute;
  right: 100px;
  bottom: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.method-btn:nth-of-type(2) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.method-btn:nth-of-type(2) a:hover .method-btn-heading {
  background: #cc7c02;
}
.method-btn:nth-of-type(2) a:hover .method-btn-heading::before {
  background: #cc7c02;
}
.method-btn:nth-of-type(2) .method-btn-comment {
  border: solid 3px #E8A73E;
}
.method-btn:nth-of-type(2) .method-btn-comment-wrap::before {
  border-top-color: #E8A73E;
}
.method-btn:nth-of-type(2) .method-btn-heading {
  background: #E8A73E;
}
.method-btn:nth-of-type(2) .method-btn-heading::before {
  background: #E8A73E;
}
.method-btn:nth-of-type(2) .method-btn-heading::after {
  background: url(../images/common/arrow02.png) no-repeat center;
  background-size: contain;
}

.method-btn-comment-wrap {
  position: relative;
  z-index: 3;
}
.method-btn-comment-wrap::before {
  position: absolute;
  border: 40px solid transparent;
  border-top-color: #0A8BE9;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.method-btn-comment-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -22px;
  border: 22px solid transparent;
  border-top: 22px solid #fff;
  z-index: 2;
}

.method-btn-comment {
  display: inline-block;
  padding: 20px 50px;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 60px;
  border: solid 3px #0A8BE9;
  position: relative;
}

.method-btn-img {
  position: relative;
  z-index: 2;
}

.method-btn-heading {
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  letter-spacing: 4px;
  color: #fff;
  font-weight: bold;
  background: #3EB6E8;
  padding: 30px 10px 100px;
  border-radius: 0 0 20px 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.method-btn-heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: #3EB6E8;
  position: absolute;
  top: -180px;
  left: 0;
  border-radius: 20px 20px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.method-btn-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/common/arrow01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.method-block {
  background: #fff;
  border-radius: 30px;
  margin-bottom: 80px;
}
.method-block:last-of-type {
  margin-bottom: 0;
}

.method-block-heading {
  padding: 40px 10px 40px 180px;
  color: #fff;
  background: url(../images/common/bg_tile05.png) repeat center;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.method-block-heading .heading01, .method-block-heading .news-single-inner h1, .news-single-inner .method-block-heading h1 {
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
.method-block-heading::before {
  content: "";
  display: block;
  width: 108px;
  height: 64px;
  background: url(../images/common/icon_roof.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 40px;
}

.method-block-inner {
  padding: 40px;
}
.method-block-inner .flt-right02 {
  text-align: right;
}

.point-text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0A8BE9;
}

.method-block-article {
  margin-bottom: 60px;
}
.method-block-article:last-of-type {
  margin-bottom: 0;
}

.method-block-table01 {
  margin-top: 180px;
  border: solid 1px #ccc;
}
.method-block-table01 tr:first-of-type th .recommendation-text {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: -45px;
  width: 100%;
}
.method-block-table01 tr:first-of-type th .recommendation-text p {
  display: inline-block;
  padding: 10px 25px;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 60px;
  border: solid 3px #0A8BE9;
  position: relative;
  color: #333;
}
.method-block-table01 tr:first-of-type th .recommendation-text::before {
  position: absolute;
  border: 40px solid transparent;
  border-top-color: #0A8BE9;
  border-bottom-width: 0;
  bottom: -14px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.method-block-table01 tr:first-of-type th .recommendation-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -22px;
  border: 22px solid transparent;
  border-top: 22px solid #fff;
  z-index: 2;
}
.method-block-table01 tr:first-of-type th .recommendation-img {
  position: absolute;
  left: 0px;
  top: -145px;
}
.method-block-table01 tr:first-of-type th:nth-of-type(2) {
  background: #0A8BE9;
  position: relative;
}
.method-block-table01 tr:first-of-type th:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
  background: #0A8BE9;
}
.method-block-table01 tr:nth-of-type(2) th {
  background: #FFA731;
}
.method-block-table01 tr:nth-of-type(3) th {
  background: #5CA3D5;
}
.method-block-table01 th {
  background: #5BBFE9;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding: 25px 5px;
  border-right: solid 1px #ccc;
}
.method-block-table01 td {
  padding: 15px;
  border-right: solid 1px #ccc;
}

.method-step-list {
  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;
}

.method-step-item {
  width: 29%;
  margin-right: 6.5%;
  border: solid 3px #ccc;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  position: relative;
}
.method-step-item:nth-of-type(3n) {
  margin-right: 0;
}
.method-step-item:nth-of-type(3n)::after {
  display: none;
}
.method-step-item::after {
  content: "";
  display: block;
  width: 27px;
  height: 55px;
  background: url(../images/common/arrow04.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -17%;
}

.method-step-num {
  padding: 4px 20px;
  background: #0A8BE9;
  border-radius: 60px;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 20px;
}

.method-step-img {
  margin-top: 10px;
}

.method-step-text {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

.method-future-list, .recommended-paint-list {
  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;
}

.method-future-item, .recommended-paint-item {
  width: 32%;
  margin-right: 2%;
  border: solid 3px #ccc;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
}
.method-future-item:nth-of-type(3n), .recommended-paint-item:nth-of-type(3n) {
  margin-right: 0;
}

.method-future-num {
  padding: 4px 20px;
  background: #0A8BE9;
  border-radius: 60px;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 20px;
}

.method-future-heading {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.method-future-text {
  font-size: 18px;
  font-size: 1.8rem;
}

.method-flow-list {
  margin-top: 70px;
  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;
}

.method-flow-item {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
}
.method-flow-item::after {
  content: "";
  display: block;
  width: 27px;
  height: 55px;
  background: url(../images/common/arrow04.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -8%;
}
.method-flow-item:last-of-type::after {
  display: none;
}
.method-flow-item:nth-of-type(2n) {
  margin-right: 0;
}
.method-flow-item:nth-of-type(2n)::after {
  display: none;
}

.border-box01 {
  border: solid 3px #ccc;
  border-radius: 15px;
  padding: 30px;
  background: #fff;
}

.method-flow-num {
  padding: 4px 20px;
  background: #0A8BE9;
  border-radius: 60px;
  color: #fff;
  position: absolute;
  top: -22px;
  left: 20px;
  font-size: 20px;
  font-size: 2rem;
}

.method-flow-item-img-block {
  margin-bottom: 20px;
}

.method-flow-item-img-text {
  width: 80%;
  padding: 15px 10px;
  background: #5BBFE9;
  margin: -30px auto 0px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.method-flow-item-text-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.method-flow-item-bad-case {
  margin-top: 30px;
}
.method-flow-item-bad-case .method-flow-item-bad-case-img p {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.method-flow-item-bad-case .method-flow-item-bad-case-text {
  margin-top: 10px;
}

.method-flow-item-bad-case-inner {
  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;
}

.method-flow-item-bad-case-text {
  width: 55%;
}

.method-flow-item-bad-case-heading {
  position: relative;
  padding-left: 85px;
  margin-bottom: 40px;
}
.method-flow-item-bad-case-heading::before {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  background: url(../images/common/icon_bad.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
}

.method-flow-item-bad-case-img {
  width: 40%;
}

.contact-area-message {
  text-align: center;
  position: relative;
  z-index: 3;
}
.contact-area-message::before {
  position: absolute;
  border: 40px solid transparent;
  border-top-color: #0A8BE9;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.contact-area-message::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -22px;
  border: 22px solid transparent;
  border-top: 22px solid #fff;
  z-index: 2;
}
.contact-area-message p {
  display: inline-block;
  padding: 20px 100px;
  background: #fff;
  border: solid 3px #0A8BE9;
  border-radius: 100px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  position: relative;
}

.contact-area-inner {
  padding: 40px 30px;
  padding-top: 90px;
  background-color: #0974c7;
  background-image: linear-gradient(90deg, #2182cc 1px, transparent 1px), linear-gradient(#2182cc 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 16px 16px;
  border-radius: 10px;
  margin-top: -30px;
}

.contact-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact-list-item {
  text-align: center;
  width: 50%;
  display: inline-block;
  color: #fff;
}
.contact-list-item:first-child {
  padding-right: 20px;
}
.contact-list-item:last-child {
  padding-left: 20px;
  text-align: center;
}

.contact-list-item-tel a {
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
  position: relative;
  line-height: 1;
}
.contact-list-item-tel a::before {
  content: "";
  display: block;
  width: 38px;
  height: 52px;
  background: url(../images/common/icon_tel02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  top: 55%;
  left: -50px;
}

.contact-list-item-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-list-item-inner {
  margin-left: 50px;
}

.contact-list-item-mail a {
  display: inline-block;
  width: 100%;
  background: #FF4500;
  border-radius: 60px;
  font-weight: bold;
  color: #fff;
  padding: 30px 10px;
  border: solid 3px #fff;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.contact-list-item-mail a::after {
  content: "";
  display: block;
  width: 33px;
  height: 25px;
  background: url(../images/common/icon_mail_l.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 40px;
}
.contact-list-item-mail a:hover {
  opacity: 0.8;
}

.method-block02 .method-block-heading {
  background: url(../images/common/bg_tile04.png);
}
.method-block02 .method-block-heading::before {
  width: 101px;
  height: 55px;
  background: url(../images/common/icon_tile.png) no-repeat center;
  background-size: contain;
}
.method-block02 .heading-deco02::after {
  background: url(../images/common/heading_deco02.png) no-repeat center;
  background-size: contain;
}
.method-block02 .method-future-num,
.method-block02 .method-step-num {
  background: #E8A73E;
}

.method-block-result-item {
  position: relative;
}

.method-block-result-text {
  padding: 5px 20px;
  background: #fff;
  border-radius: 60px;
  border: solid 1px #0A8BE9;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
}

.great-value-message-area {
  margin-bottom: 60px;
}

.great-value-message-area-inner {
  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;
}

.great-value-message-area-img-block {
  width: 37%;
  margin-top: -30px;
}

.great-value-message-area-text-block {
  width: 60%;
}

.great-value-message-area-img-message {
  text-align: center;
  position: relative;
  z-index: 3;
}
.great-value-message-area-img-message::before {
  position: absolute;
  border: 40px solid transparent;
  border-top-color: #0A8BE9;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -40px;
}
.great-value-message-area-img-message::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -22px;
  border: 22px solid transparent;
  border-top: 22px solid #fff;
  z-index: 2;
}
.great-value-message-area-img-message p {
  width: 90%;
  display: inline-block;
  padding: 20px 10px;
  background: #fff;
  border: solid 3px #0A8BE9;
  border-radius: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.great-value-message-area-img {
  margin-top: -20px;
}

.great-value-message-heading-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.great-value-message-heading-img {
  margin-bottom: 10px;
}

.great-value-message-heading-inner {
  display: inline-block;
  position: relative;
}
.great-value-message-heading-inner::before {
  content: "";
  display: block;
  width: 155px;
  height: 97px;
  background: url(../images/common/heading_ask.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: -90px;
}

.great-value-message-heading {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.great-value-message-heading::before {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url(../images/common/heading_ask_before.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: -90px;
}
.great-value-message-heading::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url(../images/common/heading_ask_after.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -90px;
}

.paint-role-list {
  margin-top: 70px;
}

.paint-role-num {
  padding: 4px 20px;
  background: #E8A73E;
  border-radius: 60px;
  color: #fff;
  position: absolute;
  top: -22px;
  left: 20px;
  font-size: 20px;
  font-size: 2rem;
}

.paint-role-item {
  margin-bottom: 40px;
  position: relative;
}

.point-role-item-inner {
  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;
}

.paint-role-img {
  width: 30%;
}

.paint-role-text-block {
  width: 67%;
}

.item-4-list {
  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;
}
.item-4-list li {
  width: 23%;
  margin-right: 2.666%;
}
.item-4-list li:last-of-type {
  margin-right: 0;
}

.method-block-table02 {
  border: solid 1px #ccc;
}
.method-block-table02 tr:nth-of-type(1) th:nth-of-type(1) {
  width: 25%;
}
.method-block-table02 tr:nth-of-type(1) th:nth-of-type(2) {
  width: 15%;
}
.method-block-table02 tr:nth-of-type(1) th:nth-of-type(3) {
  width: 30%;
}
.method-block-table02 tr:nth-of-type(1) th:nth-of-type(4) {
  width: 15%;
}
.method-block-table02 tr:nth-of-type(1) th:nth-of-type(5) {
  width: 15%;
}
.method-block-table02 tr:nth-of-type(2) th {
  background: #E9E9E9;
  color: #333;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
}
.method-block-table02 tr:nth-of-type(3) th {
  background: #CBEFFF;
  color: #333;
  vertical-align: middle;
}
.method-block-table02 tr:nth-of-type(4) th {
  background: #FFE8B4;
  color: #333;
  vertical-align: middle;
}
.method-block-table02 tr:nth-of-type(5) th {
  background: #FFC5CF;
  color: #333;
  vertical-align: middle;
}
.method-block-table02 th {
  background: #75C9EC;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding: 25px 5px;
  border-right: solid 1px #ccc;
}
.method-block-table02 td {
  padding: 15px;
  border-right: solid 1px #ccc;
}
.method-block-table02 td:nth-of-type(1) {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.method-block-table02 td:nth-of-type(3) {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}
.method-block-table02 td:nth-of-type(4) {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
}

.recommended-paint-item {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
}
.recommended-paint-item:nth-of-type(2) .recommended-paint-name {
  background: #FFE8B4;
}
.recommended-paint-item:nth-of-type(2) .recommended-paint-name::after {
  background: url(../images/common/bucket02.png) no-repeat center;
  background-size: contain;
}
.recommended-paint-item:nth-of-type(3) .recommended-paint-name {
  background: #FFC5CF;
}
.recommended-paint-item:nth-of-type(3) .recommended-paint-name::after {
  background: url(../images/common/bucket03.png) no-repeat center;
  background-size: contain;
}

.recommended-paint-heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}
.recommended-paint-heading::after {
  content: "";
  display: block;
  width: 102px;
  height: 27px;
  background: url(../images/common/arrow03.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  bottom: -47px;
}

.recommended-paint-name {
  padding: 20px 10px;
  background: #CBEFFF;
  border-radius: 10px;
  position: relative;
}
.recommended-paint-name p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.recommended-paint-name::after {
  content: "";
  display: block;
  width: 27px;
  height: 29px;
  background: url(../images/common/bucket01.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 15px;
}

.method-message-wrap {
  margin-bottom: 60px;
  text-align: center;
}
.method-message-wrap p {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
}
.method-message-wrap p::before {
  content: "";
  display: block;
  width: 100px;
  height: 90px;
  background: url(../images/common/treat_before02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: -120px;
}
.method-message-wrap p::after {
  content: "";
  display: block;
  width: 100px;
  height: 90px;
  background: url(../images/common/treat_after02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -120px;
}

.section-contents06 {
  background: url(../images/common/bg_tile03.png) repeat center;
}
.section-contents06 .strong-point-heading-wrap {
  background: url(../images/common/bg_section02.png) no-repeat center;
  background-size: cover;
}
.section-contents06 .strong-point-heading-wrap::after {
  background: url(../images/common/section_arrow02.png) no-repeat center;
  background-size: contain;
}

.method-block03 .heading-deco02::after {
  background: url(../images/common/heading_deco03.png) no-repeat center;
  background-size: contain;
}
.method-block03 .method-future-num {
  background: #956648;
}
.method-block03 .method-step-num {
  background: #956648;
}

.section-contents07 {
  background: url(../images/common/bg_tile06.png) repeat center;
}
.section-contents07 .strong-point-heading-wrap {
  background: url(../images/common/bg_section03.png) no-repeat center;
  background-size: cover;
}
.section-contents07 .strong-point-heading-wrap::after {
  background: url(../images/common/section_arrow03.png) no-repeat center;
  background-size: contain;
}

.b-radius-block {
  border-radius: 30px;
  padding: 40px 30px;
  background: #fff;
}
.b-radius-block .contact-area {
  margin-top: -70px;
}
.b-radius-block:has(.contact-area) {
  margin-top: 120px;
}

.different-block-heading {
  position: relative;
  padding-left: 38px;
}
.different-block-heading::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_check.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 0;
}

.different-block:nth-of-type(2n) .flt-left01 {
  order: 2;
}

.section-contents10 {
  padding-top: 120px;
  background: #EAF7FF;
}

.section-contents08,
.section-contents09,
.section-contents11,
.section-contents13 {
  padding-top: 120px;
}

.section-contents12 {
  padding-top: 120px;
  background-color: #0974c7;
  background-image: linear-gradient(90deg, #2182cc 1px, transparent 1px), linear-gradient(#2182cc 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 16px 16px;
}
.section-contents12 .heading-deco03 {
  color: #fff;
}
.section-contents12 .heading-deco03::before {
  background: url(../images/common/icon_paint02.png) no-repeat center;
  background-size: contain;
}
.section-contents12 .heading-deco03::after {
  background: url(../images/common/heading_deco06.png) no-repeat center;
  background-size: contain;
}

.case-item-text-block {
  position: relative;
}
.case-item-text-block h3 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.case-item-text-block h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #0A8BE9;
  border-radius: 100%;
}

.point-heading {
  padding: 4px 25px;
  background: #0A8BE9;
  border-radius: 60px;
  color: #fff;
  position: absolute;
  top: -22px;
  left: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.case-item {
  margin-bottom: 60px;
}
.case-item:last-of-type {
  margin-bottom: 0;
}

.area-block {
  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;
}

.area-block-text {
  width: 60%;
}

.area-block-img {
  width: 35%;
  text-align: center;
}

.area-block-list {
  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;
}

.area-block-item {
  width: 32%;
  margin-right: 2%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.area-block-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 3px;
  z-index: 2;
}
.area-block-item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #0A8BE9;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
}
.area-block-item:nth-of-type(3n) {
  margin-right: 0;
}

.contact-flow-block {
  margin: 0 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;
}

.contact-flow-item {
  width: 48%;
  margin-right: 4%;
  position: relative;
  margin-left: 60px;
}
.contact-flow-item:nth-of-type(2n) {
  margin-right: 0;
}

.contact-flow-list-item {
  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;
  position: relative;
  margin-bottom: 70px;
}
.contact-flow-list-item::after {
  content: "";
  display: block;
  width: 4px;
  height: 70%;
  position: absolute;
  border-radius: 30px;
  top: 80px;
  left: 33px;
  background: #707070;
}
.contact-flow-list-item:last-of-type {
  margin-bottom: 0;
}
.contact-flow-list-item:last-of-type::after {
  display: none;
}

.contact-flow-item-num-wrap {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #0A8BE9;
  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;
}

.contacct-flow-item-num {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
}

.contact-flow-item-num-block {
  width: 17%;
}

.contact-flow-item-text {
  width: 83%;
}
.contact-flow-item-text p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.fa-block {
  margin-bottom: 40px;
}
.fa-block:last-of-type {
  margin-bottom: 0;
}

.fa-block-heading {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 10px 15px 40px;
  border-bottom: dotted 3px #E2E2E2;
  margin-bottom: 20px;
}
.fa-block-heading span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #0A8BE9;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}

.faq-block-answer {
  padding: 0px 10px 30px 40px;
  position: relative;
}
.faq-block-answer span {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #FF4500;
}

.sp-contact-block {
  display: none;
}

.footer {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #0A8BE9;
  color: #fff;
}

.footer-inner {
  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;
}

.copyright {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

.sub-page-section {
  padding-top: 200px !important;
}

.contact-check-wrap table th {
  border-top: none;
}
.contact-check-wrap table td {
  border-top: none;
}

.table-scroll-comment {
  display: none;
}

.contents-sub {
  display: flex !important;
  flex-direction: column;
  min-height: 100vh;
  background-color: #0974c7;
  background-image: linear-gradient(90deg, #2182cc 1px, transparent 1px), linear-gradient(#2182cc 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 16px 16px;
}
.contents-sub .header {
  background: #fff;
  position: static;
}
.contents-sub section {
  padding-top: 120px !important;
  height: 100%;
}
.contents-sub .footer {
  margin-top: auto;
}
.contents-sub .b-radius-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.weather-resistance-img {
  text-align: center;
}
.weather-resistance-img img {
  margin: 0 auto;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.bread-crumb {
  padding: 50px 0;
}

.bread-crumb-inner span {
  margin-right: 20px;
}

.bread-crumb-inner a {
  position: relative;
  color: #0A8BE9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.bread-crumb-inner a:hover {
  text-decoration: none;
}

.bread-crumb-inner a:hover {
  opacity: 0.8;
}

.bread-crumb-inner span a span {
  font-weight: bold;
  margin-right: 0;
}

.bread-crumb-inner a:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #333;
  content: "/";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -22px;
  margin-right: 1px;
}

.bread-crumb-inner .bread-keyword,
.bread-crumb-inner .bread-cat-name {
  margin-right: 0;
}

.cycle-list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.cycle-list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #0A8BE9;
  border-radius: 100%;
}

.img-center {
  text-align: center;
}

.table-layout01 table tr th {
  background: none;
  padding: 30px;
}
.table-layout01 table tr td {
  background: none;
  padding: 30px;
}

.lead-text01 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
}

.lead-text02 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

/*WPのシングルページ調整CSS*/
.news-inner {
  width: 1000px;
  margin: 0 auto;
}

.news-single-heading {
  margin-bottom: 50px;
}
.news-single-heading h1 {
  margin-bottom: 20px;
}

.news-single .news-cat {
  display: inline;
}

.news-single-thumbnail {
  margin-bottom: 10px;
}

.news-single-time {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  color: #707070;
}

.news-single-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-single-inner a {
  color: #0A8BE9;
}
.news-single-inner a:hover {
  text-decoration: underline;
}

.news-single-inner h1 {
  font-weight: bold;
  margin-bottom: 40px;
}

.news-single-inner h2 {
  margin-top: 60px;
  padding: 10px 20px;
  border-left: solid 4px #0A8BE9;
}
.news-single-inner h2 strong {
  color: #333;
}

.news-single-inner h3 {
  margin-top: 50px;
}

.news-single-inner h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px;
  color: #0A8BE9;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-single-inner strong {
  font-weight: bold;
}

.news-single-inner b {
  font-weight: bold;
}

.news-single-inner em {
  font-style: italic;
}

.news-single-inner ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

.news-single-inner ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.news-single-inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.news-single-inner img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}

.news-single-inner img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

.news-single-inner .aligncenter {
  text-align: center;
}

.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  clear: both;
}

.news-single-inner .pickup-item-cat {
  padding: 0;
}
.news-single-inner .pickup-item-cat a {
  display: block;
  padding: 5px 15px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-single-inner .pickup-item-cat a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.news-single-inner .pickup-item-cat.diary a {
  color: #fff;
}
.news-single-inner .pickup-item-cat.column a {
  color: #fff;
}

.blog-single .news-single-inner h2 {
  margin-top: 20px;
}
.blog-single .news-single-inner h3 {
  margin-top: 20px;
}
.blog-single .news-single-inner h4 {
  margin-top: 20px;
}
.blog-single .news-single-inner p {
  margin-bottom: 10px;
}
.blog-single .news-single-inner h4 {
  margin-top: 20px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  display: inline-block;
  text-align: left;
  margin: 3px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-link {
  margin-top: 80px;
}

.post-link ul {
  border-bottom: solid 1px #ccc;
}

.post-link li {
  padding-bottom: 10px;
  position: relative;
}

.post-link .prev {
  float: left;
}

.post-link .prev a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 20px;
}

.post-link .prev a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 2px solid #0A8BE9;
  border-right: 2px solid #0A8BE9;
}

.post-link .prev a:hover {
  opacity: 0.8;
}

.post-link .next {
  float: right;
}

.post-link .next a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 20px;
}

.post-link .next a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #0A8BE9;
  border-right: 2px solid #0A8BE9;
}

.post-link .next a:hover {
  opacity: 0.8;
}

/*WP-PageNavi調整CSS*/
.wp-pagenavi {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi span {
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 15px;
  float: left;
  border: none;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current {
  border-color: #0A8BE9;
  background: #0A8BE9;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: blod;
}

.wp-pagenavi a {
  text-decoration: none;
  border: none;
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 2px;
  float: left;
  font-weight: bold;
}

.wp-pagenavi a:hover {
  border-color: #0A8BE9;
  background: #0A8BE9;
  color: #fff;
  font-weight: bold;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/*form調整CSS*/
table input, table textarea,
select {
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ececec;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table input:focus, table textarea:focus,
select:focus, input.wpcf7-validates-as-required:focus {
  border-radius: 0;
  border: none;
  outline: none;
}

.form, .wpcf7-textarea {
  width: 100%;
}

#check {
  margin: 30px auto;
  text-align: center;
}
#check p a {
  color: #FF4500;
}
#check p a:hover {
  text-decoration: underline;
}

#privacy {
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
}
#privacy h3 {
  font-weight: bold;
  margin: 10px 0;
}
#privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#privacy dd {
  margin-bottom: 20px;
}

#privacyConsent {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}

.privacy-heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-text {
  margin-bottom: 20px;
}

.privacy-company-profile {
  margin: 20px 0;
}

.privacy-indent {
  margin-left: 20px;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

#submit {
  width: 274px;
  margin: 20px auto;
  text-align: center;
}

#submit #confirm {
  padding: 20px 100px;
  text-align: center;
  border: none;
  width: 270px;
  color: #fff;
  background: #0A8BE9;
  border: solid 2px #0A8BE9;
  display: inline-block;
  position: relative;
}

#submit input {
  cursor: pointer;
}

#submit #send {
  text-align: center;
  width: 270px;
  padding: 20px 100px;
  background: #00B8A5;
  color: #fff;
  border: solid 2px #00B8A5;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}

#submit #back {
  background: #ccc;
  padding: 20px 100px;
  color: #fff;
  width: 270px;
  text-align: center;
  border: none;
}

table input, table textarea,
select, input.wpcf7-validates-as-required {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type=checkbox] {
  border: 1px #CCC solid;
  padding: 5px;
  border-radius: 10px;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 3px;
}

.form, .wpcf7-textarea {
  width: 100%;
}

input[type=submit][disabled],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border: solid 2px #ccc !important;
}

input[type=checkbox] {
  padding: 10px;
}

#submit #confirm:hover {
  background: #fff;
  color: #333;
}

#submit #send:hover,
#submit #back:hover {
  opacity: 0.8;
}

.wpcf7c-conf {
  background-color: #fff;
  border: solid 1px #333 !important;
}

.wpcf7-not-valid {
  background: rgb(250, 204, 208);
}

span.wpcf7-list-item {
  margin-bottom: 10px;
}

span.wpcf7-list-item:first-child {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  margin-left: 10px;
}
.wpcf7-list-item-label:before {
  display: none;
}

.checkbox-item .wpcf7-list-item,
.checkbox-item02 .wpcf7-list-item {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.contact-time select {
  padding: 5px 15px;
}

.company-table th {
  overflow: hidden;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  background: transparent;
}

.company-table th {
  width: 25%;
  padding: 30px 30px;
}

.company-table td {
  padding: 30px 30px;
}
.company-table td span {
  display: inline-block;
}

.company-table-block {
  margin-bottom: 25px;
}
.company-table-block span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.company-table-block:last-child {
  margin-bottom: 0;
}

.company-table tr:first-child th,
.contact-table tr:first-child th {
  border-top: none !important;
}
.company-table tr:first-child td,
.contact-table tr:first-child td {
  border-top: none;
}
.company-table tr:last-child th,
.contact-table tr:last-child th {
  border-bottom: none;
}
.company-table tr:last-child td,
.contact-table tr:last-child td {
  border-bottom: none;
}

.company-table-inner {
  margin-bottom: 20px;
}
.company-table-inner span {
  font-weight: bold;
  display: block !important;
}
.company-table-inner:last-child {
  margin-bottom: 0;
}

.contact-table #zip {
  width: 25%;
}

.zip-icon {
  font-size: 20px;
  font-weight: bold;
}

.search-zip {
  margin-left: 10px;
}
.search-zip a {
  color: #FF4500;
}
.search-zip a:hover {
  text-decoration: underline;
}

.address-block {
  margin-bottom: 15px;
}

.address-block-fb {
  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;
}

.address-block-item {
  width: 49%;
}

.grecaptcha-badge {
  bottom: 150px !important;
}

.button_wrap {
  width: 274px;
  margin: 20px auto;
  text-align: center;
}

.submit_button {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #01c757;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.back_button {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #ccc;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.back_button:hover {
  opacity: 0.8;
}

.submit_button:hover {
  opacity: 0.8;
}

/*
確認画面の調整
*/
.check-btn-wrap {
  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;
}

.check-btn {
  width: 48%;
}

/*
必須項目<span class="contact-required">必須</span>
*/
.contact-required {
  padding: 2px 14px;
  display: inline-block;
  background: #FF4500;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
  float: right;
}

/*
確認画面の調整
*/
.contact-attention {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 10px;
}

/*----------------------------------
ローディング画面
----------------------------------*/
.contents,
.contents-sub {
  opacity: 0;
}

/*----------------------------------
swiperの調整
----------------------------------*/
.swiper-button-wrap {
  display: none;
}

form.wpcf7-form {
  margin-top: -160px;
  padding-top: 160px;
}

.wpcf7c-elm-step2 {
  border: solid 1px #00B8A5;
  padding: 0.2em 1em;
  margin-bottom: 30px;
}

table a {
  color: #0A8BE9;
}
table a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1760px) {
  .pc-nav {
    margin-right: 30px;
  }
  .header {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1700px) {
  .header-contact-tel a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .nav-item a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1600px) {
  .nav-item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-contact-mail a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 25px 10px 40px;
  }
}
@media only screen and (max-width: 1500px) {
  .nav-item a {
    padding: 0 10px;
  }
  .header-contact-tel a {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1400px) {
  .nav-item a {
    padding: 0 7px;
  }
  .header-contact-tel a::before {
    left: -20px;
  }
}
@media only screen and (max-width: 1300px) {
  .header {
    padding: 0 10px;
  }
  .nav-item a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-contact-mail a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-contact-mail {
    margin-left: 10px;
  }
  .pc-nav {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
  .header-entry-block-inner a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header {
    padding: 0 20px;
  }
  .footer-inner {
    display: block;
  }
  .contact-list {
    display: block;
  }
  .contact-list-item {
    width: 100%;
  }
  .contact-list-item:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .contact-list-item-inner {
    margin-left: 0;
  }
  .contact-flow-item {
    margin-left: 0;
  }
  .nav-control {
    display: block;
  }
  .sp-sub-nav {
    display: none;
  }
  .sp-nav-item > a {
    color: #fff;
    font-weight: bold;
    padding: 16px 20px;
    display: block;
    position: relative;
  }
  .sp-nav-item .accordion_icon span {
    background-color: #fff;
  }
  .sp-nav-item .arrow01:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .sp-sub-nav {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .sp-sub-nav-item {
    position: relative;
  }
  .sp-sub-nav-item a {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: block;
    padding: 12px 20px;
    padding-left: 30px;
  }
  .sp-sub-nav-item a.arrow01:after {
    right: 22px;
  }
  .sp-plus .accordion_icon-wrap {
    width: 100%;
  }
  .accordion_icon-wrap {
    position: absolute;
    top: 5px;
    right: 4px;
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    position: relative;
    width: 30px;
    height: 53px;
    float: right;
    margin-right: 3px;
    cursor: pointer;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #0A8BE9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .sp-nav-item {
    position: relative;
  }
  /*
  ハンバーガーメニュー
  */
  .nav-control {
    display: none;
    height: 90px;
    width: 10%;
    cursor: pointer;
    z-index: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-control.header-fixed-animation {
    height: 80px;
  }
  .sp-menu-name {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin-top: -3px;
  }
  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #menu-trigger {
    position: relative;
    width: 29px;
    height: 30px;
    margin: 0px;
    /* padding: 30px 34px; */
  }
  #menu-trigger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #0A8BE9;
    border-radius: 6px;
  }
  #menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0A8BE9;
    border-radius: 6px;
    transition: all 0.4s;
  }
  #menu-trigger span:nth-of-type(1) {
    top: 7px;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 3px;
  }
  #menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  #menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #fff !important;
  }
  #menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  .nav-control .active span {
    background-color: #fff !important;
  }
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #0A8BE9;
    z-index: 200;
    padding: 90px 0px;
    display: block;
    pointer-events: none;
  }
  .sp-nav.active {
    pointer-events: auto;
  }
  .sp-nav.active a {
    pointer-events: auto;
  }
  .sp-nav-item .arrow03::before {
    right: 13px;
  }
  .sp-nav-item .arrow03::after {
    right: 20px;
  }
  .pc-nav {
    display: none;
  }
  .sp-nav-btn-item {
    text-align: center;
    margin-bottom: 20px;
  }
  .sp-nav-btn-item a {
    display: inline-block;
    width: 90%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 60px;
    padding: 12px 40px;
    padding-left: 60px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #FF4500;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .m1024-none {
    display: none;
  }
  .method-btn-comment {
    padding: 20px 10px;
    width: 100%;
  }
  .method-btn-img {
    width: 90%;
    margin: 0 auto;
  }
  .method-btn-heading::before {
    height: 100px;
    top: -100px;
  }
  .method-btn-heading::after {
    width: 40px;
    height: 40px;
  }
  .method-btn a .link-more {
    right: 76px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner,
  .inner02,
  .inner03 {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .m992 {
    display: block !important;
  }
  .m992-767 {
    display: block !important;
  }
  .m992-none {
    display: none !important;
  }
  .m1024-none {
    display: none;
  }
  .logo {
    width: 30%;
  }
  /*tableタグ調整用*/
  .company-table table th,
  .contact-table table th {
    width: auto;
    display: block;
    padding: 0.7em;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    border-bottom: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .company-table table td,
  .contact-table table td {
    width: auto;
    display: block;
    padding: 0.7em;
    border-right: none;
    padding: 0.7em 0;
    padding-top: 0;
    border-bottom: none;
    border-top: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .company-table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .company-table td {
    width: 100%;
    padding-top: 10px;
  }
  .symptoms-alert-text span {
    display: inline-block;
  }
  .reform-timing-block-inner {
    display: block;
  }
  .reform-timing-list {
    width: 100%;
  }
  .reform-timing-img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .method-btn-heading {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
  .method-btn-comment {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-btn-heading::after {
    right: 10px;
    bottom: 10px;
  }
  .method-block-table01 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-block-table01 th:first-of-type {
    width: 14%;
  }
  .method-block-table01 tr:first-of-type th .recommendation-text p {
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-block-table01 tr:first-of-type th .recommendation-text {
    top: -30px;
  }
  .method-step-item::after {
    right: -21%;
  }
  .method-step-text {
    text-align: left;
  }
  .method-flow-item::after {
    right: -10%;
  }
  .method-flow-item-img-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .great-value-message-area-img-message p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .item-4-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .item-4-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .method-block-table02 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-block-table02 td:nth-of-type(2) {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-block-table02 td:nth-of-type(3) {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .different-block-inner {
    display: block;
  }
  .different-block-inner .flt-left01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .different-block-inner .flt-right01 {
    width: 100%;
  }
  .area-block-text {
    width: 64%;
  }
  .area-block-img {
    width: 34%;
  }
  .area-block-item {
    width: 48%;
    margin-right: 4%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-block-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .area-block-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .contact-flow-item-num-block {
    width: 24%;
  }
  .contact-flow-item-text {
    width: 76%;
  }
  .method-block-table01 tr:first-of-type th .recommendation-img {
    left: -50px;
    top: -150px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only02 {
    display: block !important;
  }
  .m992 {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .flt-box,
  .flt-box02 {
    display: block;
  }
  .flt-left01,
  .flt-right01 {
    width: 100%;
  }
  .flt-right02,
  .flt-left02,
  .flt-right03,
  .flt-left03,
  .flt-right04,
  .flt-left04,
  .flt-right05,
  .flt-left05,
  .flt-left06,
  .flt-right06,
  .flt-left07,
  .flt-right07,
  .flt-left08,
  .flt-right08 {
    width: 100%;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06,
  .flt-right07,
  .flt-right08 {
    margin-bottom: 15px;
  }
  .flt-box {
    margin-bottom: 20px;
  }
  .mb_20 {
    margin-bottom: 10px;
  }
  .mb_30 {
    margin-bottom: 15px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 25px;
  }
  .mt_40 {
    margin-top: 20px;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .text-center02 {
    text-align: left;
  }
  .hidden-xs {
    display: none;
  }
  .inner,
  .inner02,
  .inner03,
  .news-inner {
    width: 94%;
    margin: 0 auto;
  }
  .btn-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .btn-wrap01 {
    margin-top: 30px;
  }
  .btn-wrap02 {
    margin-top: 20px;
    text-align: center;
  }
  .btn-wrap04 {
    margin-top: 15px;
  }
  .btn01, #submit #confirm, #submit #send, #submit #back {
    width: 85%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn02 {
    width: 100%;
  }
  .btn03 {
    width: 80%;
  }
  .btn-arrow01 span {
    padding: 20px 100px 20px 20px;
    width: 100%;
    text-align: left;
  }
  .heading01, .news-single-inner h1 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .heading02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .heading03, .news-single-inner h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .heading04, .news-single-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading05 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*WPのシングルページ調整CSS*/
  .single-article-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
  }
  .news-single .heading03, .news-single .news-single-inner h2, .news-single-inner .news-single h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .news-single-inner h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px;
  }
  .news-single-inner h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner p {
    margin-bottom: 20px;
  }
  .news-single-inner ol li {
    margin-left: 10px;
  }
  .news-single-inner ul,
  .news-single-inner ol {
    margin-left: 10px;
  }
  .news-single-inner ul li {
    margin-left: 10px;
  }
  .news-single-inner img.alignright {
    margin: 0;
    display: block;
  }
  .news-single-inner img.alignleft {
    margin: 0;
    display: block;
  }
  .news-single-inner .alignright {
    float: none;
  }
  .news-single-inner .alignleft {
    float: none;
  }
  .news-single-inner img {
    width: 100%;
    margin: 10px 0 !important;
  }
  .news-single-thumbnail img {
    margin: 0 !important;
  }
  .single-btn-wrap {
    margin-bottom: 40px;
  }
  .post-link {
    margin-top: 40px;
  }
  /*アクセスマップ用*/
  .access-map {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
  }
  .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*form調整用*/
  table input, table textarea, select {
    padding: 18px 10px;
  }
  span.wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .wpcf7-validates-as-required span.wpcf7-list-item {
    padding: 5px;
  }
  .pagetop {
    bottom: 60px;
    right: 10px;
  }
  .pagetop img {
    width: 74px;
    height: 66px;
  }
  .pagetop.fixed-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop i {
    margin-top: 2px;
  }
  .pagetop a:after {
    width: 10px;
    height: 10px;
  }
  #privacy {
    padding: 10px;
  }
  #check p {
    font-size: 14px;
    text-align: left;
  }
  .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .wpcf7-textarea {
    margin-top: 0px;
  }
  input[type=radio] {
    margin-bottom: 10px;
  }
  input[type=radio]:last-child {
    margin-bottom: 0px;
  }
  .header {
    height: 60px;
    padding-left: 0;
  }
  .header.header-fixed-animation {
    height: 60px;
  }
  .header.header-fixed-animation .header-left,
  .header.header-fixed-animation .header-left-inner,
  .header.header-fixed-animation .nav-control,
  .header.header-fixed-animation .header-entry-block-inner a {
    height: 60px;
  }
  .contents-sub .header {
    height: 60px;
  }
  .header {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 0;
  }
  .logo {
    width: 50%;
    padding-left: 10px;
  }
  .logo a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
  }
  .header-left,
  .header-left-inner {
    height: 60px;
  }
  .nav-control {
    width: 15%;
    margin-left: 0;
  }
  .section-contents {
    padding: 0 0 70px;
  }
  .nav-control,
  .sp-header-tel {
    height: 60px;
  }
  .pc-nav-control {
    height: 60px;
    width: 60px;
  }
  .main-img-inner {
    height: auto;
  }
  .news-item a {
    display: block;
    padding: 15px 0;
    padding-right: 55px;
  }
  .news-item a time {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .news-text {
    padding-left: 0;
  }
  .fade-in-delay-6,
  .fade-in-delay-8,
  .fade-in-delay-10,
  .fade-in-delay-12,
  .fade-in-delay-14,
  .fade-in-delay-16 {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
  }
  .bg-color01 + .section-contents {
    padding-top: 60px;
  }
  .pagetop {
    width: 50px;
    height: 50px;
  }
  .footer {
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .sp-contact-block {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 200;
  }
  .sp-contact-list {
    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;
  }
  .sp-contact-tel {
    width: 50%;
    text-align: center;
  }
  .sp-contact-tel a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
    padding-left: 10px;
    display: inline-block;
    position: relative;
  }
  .sp-contact-tel a span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sp-contact-tel a::before {
    content: "";
    display: block;
    width: 17px;
    height: 23px;
    background: url(../images/common/icon_tel01.png) no-repeat center;
    background-size: contain;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    left: -12px;
  }
  .sp-contact-tel span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
  }
  .sp-contact {
    width: 50%;
  }
  .sp-contact-mail a {
    width: 100%;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FF4500;
    border-radius: 60px;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .sp-contact-mail a span {
    font-weight: bold;
  }
  .sp-contact-mail a .icon-mail01::before {
    left: -30px;
  }
  .main-img-wrap {
    padding-top: 60px;
  }
  .section-contents01 {
    padding: 60px 0 !important;
  }
  .b-radius-block {
    padding: 20px 15px;
  }
  .lead-text02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .company-table th {
    padding: 0.7em;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .company-table td {
    padding: 0.7em;
    width: 100%;
    padding-top: 3px;
  }
  .caution-heading-wrap {
    margin-bottom: 20px;
  }
  .caution-heading {
    font-size: 20px;
    font-size: 2rem;
  }
  .symptoms-alert-text {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .symptoms-alert-text span {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
  .section-contents02,
  .section-contents03,
  .section-contents04 {
    padding-top: 70px !important;
  }
  .reform-timing-heading-wrap {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .reform-timing-heading {
    margin-bottom: 0;
  }
  .reform-timing-heading-wrap::after {
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 20px solid #C48F31;
    bottom: -20px;
  }
  .reform-timing-block-inner {
    padding: 15px;
    padding-top: 0;
  }
  .reform-timing-heading::before,
  .reform-timing-heading::after {
    width: 32px;
    height: 34px;
  }
  .reform-timing-heading::after {
    bottom: -5px;
  }
  .reform-timing-list {
    display: block;
  }
  .reform-timing-item {
    width: 100%;
  }
  .reform-timing-block {
    border-radius: 10px;
  }
  .reform-timing-heading-wrap {
    border-radius: 5px 5px 0 0;
  }
  .reform-timing-item {
    border-radius: 10px;
    padding: 15px;
  }
  .reform-timing-item-img img {
    width: 100%;
  }
  .reform-timing-item-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .reform-timing-item-heading::after {
    top: 1px;
  }
  .reform-timing-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-contents03 .reform-timing-heading-wrap::after {
    border-top: 20px solid #B9A469;
  }
  .heading-deco-wave::after {
    height: 5px;
    bottom: -20px;
  }
  .heading-deco-wave-wrap {
    margin-bottom: 50px;
  }
  .maintenance-message p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .strong-point-heading-wrap {
    padding: 60px 10px 30px;
  }
  .heading-deco01-wrap .heading01::before, .heading-deco01-wrap .news-single-inner h1::before, .news-single-inner .heading-deco01-wrap h1::before {
    width: 35px;
    height: 36px;
    top: -35px;
  }
  .strong-point-heading-wrap {
    margin-bottom: 70px;
  }
  .method-btn-list {
    display: block;
  }
  .method-btn {
    width: 100%;
    margin-bottom: 30px;
  }
  .method-btn-comment {
    padding: 15px 10px;
    width: 96%;
  }
  .method-btn a .link-more {
    bottom: 15px;
    right: 65px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-btn-heading {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 10px 50px;
    border-radius: 0 0 10px 10px;
  }
  .method-btn-heading::before {
    border-radius: 10px 10px 0 0;
  }
  .method-btn-list {
    margin-bottom: 40px;
  }
  .method-block {
    border-radius: 15px;
    margin-bottom: 50px;
  }
  .method-block-heading {
    border-radius: 15px 15px 0 0;
    padding: 50px 10px 20px 10px;
  }
  .method-block-heading .heading01, .method-block-heading .news-single-inner h1, .news-single-inner .method-block-heading h1 {
    text-align: center;
  }
  .method-block-heading::before {
    width: 54px;
    height: 32px;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%); /* Safari用 */
    transform: translateX(-50%);
    top: 10px;
  }
  .method-block-inner {
    padding: 15px;
  }
  .lead-text01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .point-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .table-scroll-comment {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  div.outer {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1em;
  }
  div.outer::-webkit-scrollbar {
    height: 5px;
  }
  div.outer::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  div.outer::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .method-block-table02,
  .method-block-table01 {
    width: 600px;
  }
  .heading-deco02 {
    margin-bottom: 25px;
  }
  .heading-deco02::after {
    width: 45px;
    height: 5px;
    bottom: -10px;
  }
  .method-block-table01 {
    margin-top: 150px;
  }
  .method-block-table01 td {
    padding: 10px;
  }
  .method-block-table01 tr:first-of-type th .recommendation-text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .method-step-list {
    display: block;
  }
  .method-step-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 70px;
    border-radius: 10px;
    padding: 15px;
  }
  .method-step-item:last-of-type {
    margin-bottom: 0;
  }
  .method-step-item::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    top: inherit;
    bottom: -63px;
    right: inherit;
  }
  .method-step-num {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 15px;
  }
  .method-step-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-block-article {
    margin-bottom: 40px;
  }
  .method-future-list, .recommended-paint-list {
    display: block;
  }
  .method-future-item, .recommended-paint-item {
    width: 100%;
    margin-right: 0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .method-future-heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .method-future-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-flow-list {
    margin-top: 40px;
    display: block;
  }
  .method-flow-item {
    width: 100%;
    margin-bottom: 70px;
  }
  .method-flow-item:nth-of-type(2n)::after {
    display: block;
  }
  .method-flow-item:last-child::after {
    display: none;
  }
  .method-flow-item::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    top: inherit;
    bottom: -63px;
    right: inherit;
  }
  .border-box01 {
    border-radius: 10px;
    padding: 15px;
  }
  .method-flow-num {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 15px;
    top: -17px;
  }
  .method-flow-item-inner {
    display: block;
    margin-top: 10px;
  }
  .method-flow-item-img-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .method-flow-item-text-block {
    width: 100%;
  }
  .method-flow-item-img-text {
    width: 96%;
    padding: 10px;
  }
  .method-flow-item-text-heading {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .method-flow-item-bad-case {
    margin-top: 20px;
    text-align: center;
  }
  .method-flow-item-bad-case-inner {
    display: block;
  }
  .method-flow-item-bad-case-text {
    width: 100%;
    margin-bottom: 15px;
  }
  .method-flow-item-bad-case-img {
    width: 100%;
  }
  .method-flow-item-bad-case-heading {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .method-flow-item-bad-case-img::after {
    width: 60px;
    height: 60px;
    top: -30px;
    right: -20px;
  }
  .method-flow-item-bad-case p {
    margin-top: 5px;
  }
  .method-flow-item {
    margin-bottom: 60px;
  }
  .contact-area-message p {
    width: 90%;
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .contact-area-inner {
    padding: 30px 15px;
    padding-top: 60px;
  }
  .contact-list-item-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact-list-item-tel a {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .contact-list-item-tel a::before {
    width: 20px;
    height: 27px;
    left: -30px;
  }
  .contact-list-item:last-child {
    padding-left: 0;
  }
  .contact-list-item-mail a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 10px;
  }
  .contact-list-item-mail a::after {
    width: 20px;
    height: 15px;
    left: 15px;
  }
  .method-block02 .method-block-heading::before {
    width: 60px;
    height: 32px;
  }
  .method-block-result-text {
    padding: 3px 15px;
    top: 10px;
    left: 10px;
  }
  .great-value-message-heading-wrap {
    margin-bottom: 30px;
  }
  .great-value-message-heading-img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .great-value-message-area-inner {
    display: block;
  }
  .great-value-message-heading-inner::before {
    width: 100px;
    height: 65px;
    top: -70px;
    left: -32px;
  }
  .great-value-message-heading::before {
    width: 30px;
    height: 30px;
    left: -32px;
  }
  .great-value-message-heading::after {
    width: 30px;
    height: 30px;
    right: -32px;
  }
  .great-value-message-heading {
    margin-bottom: 0;
  }
  .great-value-message-area-text-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .great-value-message-area-img-block {
    width: 100%;
  }
  .great-value-message-area-img-message p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .reat-value-message-area-img {
    margin-top: -15px;
  }
  .great-value-message-area {
    margin-bottom: 40px;
  }
  .great-value-message-area-img-block {
    margin-top: 20px;
  }
  .mt_10 {
    margin-top: 5px;
  }
  .recommended-paint-item {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .recommended-paint-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .recommended-paint-heading::after {
    width: 70px;
    height: 18px;
    bottom: -30px;
  }
  .recommended-paint-name {
    padding: 15px 10px;
  }
  .recommended-paint-name p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .method-message-wrap p {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .method-message-wrap {
    margin-bottom: 30px;
  }
  .method-message-wrap p::before {
    width: 80px;
    height: 70px;
    left: -90px;
  }
  .method-message-wrap p::after {
    width: 80px;
    height: 70px;
    right: -90px;
  }
  .b-radius-block {
    border-radius: 15px;
  }
  .different-block-heading::after {
    top: 0;
  }
  .different-block-heading {
    padding-left: 32px;
  }
  .section-contents08, .section-contents10,
  .section-contents09, .section-contents11,
  .section-contents12, .section-contents13 {
    padding-top: 80px !important;
  }
  .heading-deco03::before {
    width: 35px;
    height: 36px;
    top: -35px;
  }
  .heading-deco03 {
    margin-bottom: 35px;
  }
  .heading-deco03::after {
    height: 6px;
    bottom: -13px;
  }
  .case-item {
    margin-bottom: 40px;
  }
  .method-block-result-list {
    margin-bottom: 40px;
  }
  .point-heading {
    font-size: 16px;
    font-size: 1.6rem;
    left: 15px;
    padding: 4px 15px;
  }
  .case-item-text-block {
    padding-top: 20px;
  }
  .case-item-text-block h3 {
    margin-bottom: 5px;
  }
  .area-block {
    display: block;
  }
  .area-block-text {
    width: 100%;
  }
  .area-block-img {
    width: 100%;
  }
  .area-block-item {
    width: 49%;
    margin-right: 2%;
    padding-left: 15px;
  }
  .area-block-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .area-block-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .area-block-item::after {
    width: 10px;
    height: 10px;
    top: 13px;
  }
  .area-block-item::before {
    width: 4px;
    height: 4px;
    top: 13px;
  }
  .contact-flow-block {
    display: block;
  }
  .contact-flow-item {
    width: 100%;
    margin-right: 0;
  }
  .contact-flow-item:first-of-type .contact-flow-list {
    margin-bottom: 50px;
  }
  .contact-flow-item:first-of-type .contact-flow-list .contact-flow-list-item:last-of-type::after {
    content: "";
    display: block;
    width: 4px;
    height: 70%;
    position: absolute;
    border-radius: 30px;
    top: 64px;
    left: 28px;
    background: #707070;
  }
  .contact-flow-list-item {
    margin-bottom: 50px;
  }
  .contact-flow-list-item::after {
    top: 64px;
    left: 28px;
  }
  .contact-flow-item-num-wrap {
    width: 60px;
    height: 60px;
  }
  .contacct-flow-item-num {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .contact-flow-item-num-block {
    width: 20%;
  }
  .contact-flow-item-text {
    width: 80%;
  }
  .contact-flow-item-text p {
    font-size: 20px;
    font-size: 2rem;
  }
  .fa-block-heading {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 10px 10px 30px;
    margin-bottom: 10px;
  }
  .fa-block-heading span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .faq-block-answer {
    padding: 0px 10px 0px 30px;
  }
  .faq-block-answer span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .paint-role-list {
    margin-top: 40px;
  }
  .paint-role-num {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 15px;
    top: -17px;
  }
  .point-role-item-inner {
    display: block;
  }
  .paint-role-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .paint-role-text-block {
    width: 100%;
  }
  .paint-role-heading {
    margin-top: 10px;
  }
  #submit #back,
  #submit #send {
    width: 100%;
  }
  .header-contact-tel,
  .header-contact {
    display: none;
  }
  .header-insta {
    margin-left: 0;
    margin-right: 5px;
  }
  .header-insta img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .sp-only03 {
    display: block !important;
  }
  .header-inner {
    height: 60px;
  }
  .nav-control {
    width: 60px;
    height: 60px;
  }
  .mannequin-cat-matrix-item a {
    width: 90px;
    height: 90px;
  }
}
@media print {
  /* デフォルト */
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    color: #000;
    -webkit-print-color-adjust: exact !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  h1, h2, h3, h4, h5, h6,
  section {
    page-break-after: avoid !important; /* 直前で改ページさせる */
    page-break-before: avoid !important; /* 直後で改ページさせる */
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /* 個別 */
}
@media (min-width: 1199px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .is-style-columns-margin-large .wp-block-column:not(:first-child) {
    margin-left: 3em !important;
  }
  .is-style-columns-margin-normal .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
  .is-style-columns-margin-small .wp-block-column:not(:first-child) {
    margin-left: 1em !important;
  }
  .is-style-columns-margin-none .wp-block-column:not(:first-child) {
    margin-left: 0em !important;
  }
  .is-style-columns-sp-large .wp-block-column:not(:first-child) {
    margin-right: 3em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-normal .wp-block-column:not(:first-child) {
    margin-right: 2em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-small .wp-block-column:not(:first-child) {
    margin-right: 1em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-none .wp-block-column:not(:first-child) {
    margin-right: 0em;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 781px) and (min-width: 768px) {
  .is-style-columns-sp-large .wp-block-column:not(:first-child) {
    margin-right: 2em;
    margin-left: 0 !important;
  }
  .is-style-columns-margin-large .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
}/*# sourceMappingURL=style.css.map */