@charset "UTF-8";
/* CSS Document */
/*
* base
*/
body {
  -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;
}

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: #000;
  position: relative;
}

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

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-right: 50px;
}

.mt_60 {
  margin-right: 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;
  padding: 20px 100px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  text-align: left;
  border-radius: 60px;
}

.btn02 {
  display: inline-block;
  padding: 15px 80px;
  position: relative;
  border-radius: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
}

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

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

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

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

.btn-wrap04 {
  margin-top: 50px;
  text-align: left;
}

/*
ボタンの色
*/
.btn-color01 {
  background: #fff;
  color: #333;
  z-index: 1;
  border: solid 1px #ccc;
}
@media only screen and (min-width: 993px) {
  .btn-color01:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
}

.btn-color02, #submit #confirm {
  background: #333;
  color: #fff;
  z-index: 1;
}
.btn-color02 span, #submit #confirm span {
  border: solid 2px #333;
  display: inline-block;
  padding: 30px 200px 30px 20px;
  position: relative;
  width: 100%;
}
.btn-color02 span::after, #submit #confirm span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.btn-color02 span:hover, #submit #confirm span:hover {
  border: solid 2px #333;
  color: #333;
}
.btn-color02 span:hover::after, #submit #confirm span:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*
矢印
*/
.btn-arrow01 {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.btn-arrow01 span {
  padding: 20px 120px 20px 100px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.btn-arrow01 span::before {
  content: "";
  transition: 0.5s;
  display: block;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 10px;
  background: #00b0eb;
  z-index: -1;
}
.btn-arrow01::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: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 6px;
  border-color: transparent transparent transparent #fff;
  z-index: 100;
}
.btn-arrow01: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%);
  margin-top: 2px;
  right: 20px;
  width: 26px;
  height: 2px;
  background: #fff;
  z-index: 100;
}
@media only screen and (min-width: 993px) {
  .btn-arrow01:hover span:before {
    width: 500px;
    height: 500px;
    right: 0;
  }
}

.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%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
}
.btn-arrow02: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%);
  margin-top: 4px;
  right: 15px;
  width: 50px;
  height: 2px;
  background: #fff;
}
.btn-arrow02:hover::before {
  border-color: transparent transparent transparent #333;
}
.btn-arrow02:hover:after {
  background: #333;
}

@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 #fff;
  border-right: 2px solid #fff;
}

.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 #fff;
  border-right: 2px solid #fff;
}

.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: 26px;
  height: 26px;
  border-radius: 50%;
  background: #00b0eb;
  right: 10px;
  -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: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow04 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow04: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: 50px;
  height: 50px;
  background: #004098;
  right: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow04: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: 15px;
  height: 15px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 41px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow04:hover:before {
  background: #fff;
}
.arrow04:hover:after {
  border-top: 3px solid #00b0eb;
  border-right: 3px solid #00b0eb;
}

.arrow05 {
  position: relative;
  padding-left: 15px;
}
.arrow05: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%);
  left: 0px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

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

.m_center {
  margin: 0 auto;
}

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

/*
見出し
*/
.heading01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

.heading02 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

.heading03, .news-single-inner h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.heading04 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.heading04 span {
  font-weight: bold;
}

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

.color-blue01 {
  color: #00b0eb;
}

.color-blue02 {
  color: #004098;
}

.color-black {
  color: #333333;
}

.color-red01 {
  color: #f30011;
}

/*
背景色
*/
.bg-color01 {
  background: #ffe5ea;
}

/*
アイコン
*/
.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-tel: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%);
  width: 49px;
  height: 49px;
  background: url(../../images/lp02/common/icon_tel.png) no-repeat center center;
  background-size: 49px 49px;
  left: -60px;
}

.icon-tel02: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%);
  width: 20px;
  height: 28px;
  background: url(../../images/lp/common/icon_tel02.png);
  background-size: 20px 28px;
  left: 6px;
}

.icon-mail {
  padding-left: 22px;
}
.icon-mail: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%);
  width: 49px;
  height: 49px;
  background: url(../../images/lp02/common/icon_mail.png) no-repeat center center;
  background-size: contain;
  left: -40px;
}

.icon-insta {
  padding-left: 25px;
}
.icon-insta: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%);
  width: 18px;
  height: 18px;
  background: url(../../images/lp/common/icon_insta.png) no-repeat center center;
  background-size: 18px 18px;
  left: 0px;
}

.icon-twitter {
  padding-left: 27px;
}
.icon-twitter: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%);
  width: 21px;
  height: 18px;
  background: url(../../images/lp/common/icon_twitter.png) no-repeat center center;
  background-size: 21px 18px;
  left: 0px;
}

.icon-facebook {
  padding-left: 25px;
}
.icon-facebook: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%);
  width: 18px;
  height: 18px;
  background: url(../../images/lp/common/icon_facebook.png) no-repeat center center;
  background-size: 18px 18px;
  left: 0px;
}

/*
リンク
*/
.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: #f30011;
  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 {
  width: 100%;
  table-layout: fixed;
}

table th {
  width: 28%;
  padding: 40px 30px;
  color: #333;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

table td {
  width: 72%;
  border-bottom: 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 {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(100px);
}

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

@keyframes anim-slide-up {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(100px);
  }
  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-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, animation, position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
  background: #000;
  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: #333;
  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: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale02 {
  0% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  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%;
    }
  }
}
.sp-only {
  display: none;
}

.m992 {
  display: none;
}

.m992-767 {
  display: none;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 200;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
}

.pagetop a {
  display: block;
}
.pagetop a:hover {
  opacity: 0.8;
}

.section-contents {
  padding: 30px 0 180px;
  position: relative;
}

.header {
  width: 100%;
  height: 100px;
  background: transparent;
  position: fixed;
  z-index: 100;
  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;
  background: #fff;
  padding: 0 40px;
  z-index: 200;
}
.header.header-fixed-animation {
  height: 70px;
  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;
}

.logo-block h1 {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 3px;
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

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

.header-contact-block-tel {
  margin-right: 30px;
}
.header-contact-block-tel span {
  display: block;
}
.header-contact-block-tel a {
  font-size: 36px;
  font-size: 3.6rem;
  color: #00b0eb;
}
.header-contact-block-tel a span {
  font-weight: bold;
  line-height: 1;
}

.tel-comment {
  font-size: 14px;
  font-size: 1.4rem;
}

.tel-time {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.contact-btn {
  display: inline-block;
  padding: 20px 50px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.4;
  background: #fee6bb;
  color: #333;
  border: solid 2px #333;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-btn span {
  font-weight: bold;
}
.contact-btn:hover {
  background: #f39800;
}

.main-img-wrap {
  padding-top: 100px;
  position: relative;
  background: #c3e7fa;
}
.main-img-wrap .inner {
  position: relative;
  z-index: 100;
}

.main-img {
  width: 100%;
  position: relative;
}
.main-img img {
  width: 100%;
}

.main-img-btn-wrap {
  padding: 60px 0 180px;
  background: #00b0eb;
  position: relative;
}
.main-img-btn-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 106px;
  background: url(../../images/lp02/common/bg_dot01.png) repeat-x;
  position: absolute;
  top: -106px;
  left: 0;
}

.btn {
  display: block;
  width: 60%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.7;
}

.section01 {
  background: #eeeded;
  padding: 30px 0 20px;
}
.section01::before {
  content: "";
  display: block;
  width: 100%;
  height: 106px;
  background: url(../../images/lp02/common/bg_dot02.png) repeat-x;
  position: absolute;
  top: -106px;
  left: 0;
}
.section01::after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background: url(../../images/lp02/common/bg_section01.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section01 .inner {
  position: relative;
  z-index: 2;
}
.section01 .inner h2 {
  text-align: center;
  margin-bottom: 50px;
}

.rigging-anxiety-block {
  margin-bottom: 40px;
}

.rigging-anxiety-img {
  text-align: right;
  margin-top: -100px;
  margin-right: 100px;
}

.rigging-anxiety-solution {
  text-align: center;
}

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

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

.section02 {
  z-index: 2;
}
.section02::before {
  content: "";
  display: block;
  width: 100%;
  height: 106px;
  background: url(../../images/lp02/common/bg_dot03.png) repeat-x;
  position: absolute;
  top: -105px;
  left: 0;
}

.section-heading-wrap {
  background: #ecc950;
  border: solid 4px #000;
  text-align: center;
  padding: 50px 10px;
  margin-bottom: 60px;
  position: relative;
}
.section-heading-wrap::before {
  position: absolute;
  border: 40px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  bottom: -30px;
  content: "";
  left: 50%;
  margin-left: -40px;
  z-index: -1;
}
.section-heading-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -48px;
  left: 50%;
  margin-left: -24px;
  border: 24px solid transparent;
  border-top: 24px solid #ecc950;
  z-index: 2;
}

.point-text {
  font-weight: bold;
  color: #e38e00;
}

.opaque-mechanism-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;
  border: solid 4px #ccc;
  padding: 30px;
}

.opaque-mechanism-img {
  width: 48%;
}

.opaque-mechanism-text-block {
  width: 48%;
}

.num-list .num-item {
  margin-bottom: 50px;
}
.num-list .num-item:last-of-type {
  margin-bottom: 0;
}

.num-item-heading-wrap {
  padding: 30px 12px;
  background: #c2eefb;
  border: solid 4px #000;
  position: relative;
  display: inline-block;
}
.num-item-heading-wrap .num-item-num {
  position: absolute;
  top: 30px;
  left: 12px;
}
.num-item-heading-wrap .num-item-heading {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 4px;
  padding-left: 130px;
  padding-right: 50px;
  font-weight: bold;
}

.num-item-text-block {
  border: solid 4px #000;
  padding: 30px;
  padding-top: 80px;
  width: 95%;
  margin-left: 5%;
  margin-top: -50px;
  background: #fff;
}
.num-item-text-block p {
  font-size: 18px;
  font-size: 1.8rem;
}

.num-item-text-block-heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: solid 4px #f39800;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.num-item-text-block-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;
}

.num-item-text-block-left {
  width: 48%;
}

.num-item-text-block-right {
  width: 48%;
}

.section03 {
  z-index: 3;
  background: #fcfae9;
}
.section03::before {
  content: "";
  display: block;
  width: 100%;
  height: 106px;
  background: url(../../images/lp02/common/bg_dot04.png) repeat-x;
  position: absolute;
  top: -105px;
  left: 0;
}
.section03 .num-item-heading-wrap {
  background: #fbdfc2;
}
.section03 .num-item-custom .result-list:first-child .result-item:nth-of-type(odd)::after {
  display: none;
}

.reason-for-choosing {
  margin-top: 80px;
  margin-bottom: 130px;
  text-align: center;
  position: relative;
}
.reason-for-choosing h2 {
  display: inline-block;
  position: relative;
}
.reason-for-choosing h2::before {
  content: "";
  display: block;
  width: 42px;
  height: 68px;
  background: url(../../images/lp02/common/treat_befor.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -80px;
  top: -10px;
}
.reason-for-choosing h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 68px;
  background: url(../../images/lp02/common/treat_after.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -80px;
  top: -10px;
}
.reason-for-choosing::after {
  content: "";
  display: block;
  width: 81px;
  height: 61px;
  background: url(../../images/lp02/common/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: -84px;
}

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

.section04 {
  z-index: 3;
  background: #dbf6ff;
}
.section04::before {
  content: "";
  display: block;
  width: 100%;
  height: 106px;
  background: url(../../images/lp02/common/bg_dot05.png) repeat-x;
  position: absolute;
  top: -105px;
  left: 0;
}

.contact-area {
  margin-top: 70px;
  background: #fff;
  padding-bottom: 40px;
}

.contact-area-heading-wrap {
  position: relative;
  padding: 40px 80px;
  border: solid 4px #000;
  background: url(../../images/lp02/common/bg_stripe.png) repeat;
  margin-bottom: 120px;
}
.contact-area-heading-wrap::after {
  content: "";
  display: block;
  width: 70px;
  height: 72px;
  background: url(../../images/lp02/common/arrow02.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: -97px;
}

.contact-area-heading {
  position: relative;
  z-index: 1;
}

.contact-area-heading-img {
  position: absolute;
  bottom: 0;
  right: 60px;
}

.section05 {
  z-index: 3;
  background: #fff;
}
.section05::before {
  content: "";
  display: block;
  width: 100%;
  height: 106px;
  background: url(../../images/lp02/common/bg_dot03.png) repeat-x;
  position: absolute;
  top: -105px;
  left: 0;
}

.section06 {
  z-index: 3;
  background: #fcfae9;
}
.section06::before {
  content: "";
  display: block;
  width: 100%;
  height: 106px;
  background: url(../../images/lp02/common/bg_dot04.png) repeat-x;
  position: absolute;
  top: -105px;
  left: 0;
}

.btn-block {
  margin-bottom: 20px;
}

.result-block {
  margin-bottom: 40px;
}
.result-block:last-child {
  margin-bottom: 0;
}

.result-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;
}
.result-list .result-item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.result-list .result-item:nth-of-type(2n) {
  margin-right: 0;
}
.result-list .result-item:last-child {
  margin-right: 0;
}
.result-list .result-item .result-item-comment {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.result-list .result-item:nth-of-type(odd)::after {
  content: "";
  display: block;
  width: 139px;
  height: 86px;
  background: url(../../images/lp02/common/arrow03.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;
  z-index: 2;
}

.result-text {
  margin-top: 10px;
}

.safty-img-block {
  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;
  position: relative;
}
.safty-img-block .safty-img {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.safty-img-block .safty-img:nth-of-type(2n) {
  margin-right: 0;
}
.safty-img-block .safty-img:last-child {
  margin-right: 0;
}

.result-heading {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.footer {
  padding-top: 60px;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 3;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 106px;
  background: url(../../images/lp02/common/bg_dot02.png) repeat-x;
  position: absolute;
  top: -105px;
  left: 0;
}

.footer-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer-logo-block {
  width: 48%;
  margin-right: 4%;
}

.footer-map {
  width: 48%;
}

.copyright {
  text-align: center;
  padding: 30px 5px;
}

.footer-logo {
  margin-bottom: 20px;
}
.footer-logo a {
  display: inline-block;
  padding: 15px;
  background: #fff;
}

.footer-address {
  margin-bottom: 10px;
}

.frame-block03-inner .large-tour-block-heading {
  border-bottom: solid 4px #f39800;
}

.wpcf7c-elm-step2 {
  border: solid 1px #01c757;
  padding: 0.2em 1em;
}

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

.result-ur-item-img-wrap {
  position: relative;
}

.result-ur-item-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  border: solid 2px #000;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}

.result-ur-item-img {
  width: 95%;
  margin-left: 5%;
  padding-top: 40px;
  margin-bottom: 10px;
}

.result-ur-item-l {
  margin-bottom: 30px;
}
.result-ur-item-l .result-ur-item-img {
  position: relative;
}
.result-ur-item-l .result-ur-item-img .result-ur-item-l-img img {
  width: 90%;
}
.result-ur-item-l .result-ur-item-img .result-ur-item-img-award {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 40%;
}

.result-ur-item-person {
  margin-top: 5px;
}

.result-ur-item-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;
}

.result-ur-item {
  width: 48%;
  margin-bottom: 4%;
}

.result-ur-item-comment-block {
  width: 95%;
  margin-left: 5%;
  background: #e7f2ff;
  padding: 15px;
  border: solid 2px #000;
}

.gns-method-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e38e00;
  margin-bottom: 15px;
}

.gns-catalog-capture-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.gns-catalog-capture {
  position: relative;
  margin-bottom: 40px;
}

.gns-catalog-capture-comment {
  position: absolute;
  top: 15px;
  left: 15px;
}
.gns-catalog-capture-comment img {
  width: 80%;
}

.gns-catalog-capture02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact-form {
  margin-top: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.thanks-section {
  padding: 80px 0 200px;
}
.thanks-section h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 4px;
}

/*WPのシングルページ調整CSS*/
.news-single .news-cat {
  display: inline;
}

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

.news-single-time {
  font-weight: bold;
}

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

.news-single-inner a {
  color: #004098;
}

.news-single-inner a:hover {
  text-decoration: underline;
}

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

.news-single-inner h2 {
  margin-top: 60px;
}

.news-single-inner h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 0 1em;
  color: #333;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 50px;
}
.news-single-inner h3:after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  border-radius: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f30011;
}

.news-single-inner h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
  font-weight: bold;
  color: #f30011;
  margin-bottom: 15px;
}

.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 .alignright {
  float: right;
}

.news-single-inner .alignleft {
  float: left;
}

.news-single-inner .news-single-inner a {
  color: #f30011;
}

.news-single-inner .news-single-inner a:hover {
  text-decoration: underline;
}

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

.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 #333;
  border-right: 2px solid #333;
}

.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 #333;
  border-right: 2px solid #333;
}

.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: #333;
  background: #333;
  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: #333;
  background: #333;
  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: #f30011;
}
#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;
}

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

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

#submit #confirm {
  text-align: center;
  border: none;
  width: 270px;
  color: #fff;
  background: #00b0eb;
  border: solid 2px #00b0eb;
  display: inline-block;
  position: relative;
}

#submit input {
  cursor: pointer;
}

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

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

table input, table textarea,
select, input.wpcf7-validates-as-required {
  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);
}

.wpcf7-response-output {
  background: #fff;
}

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 {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.company-table {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

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

.company-table th {
  width: 16%;
  padding: 30px;
  padding-left: 0;
}

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

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

.search-zip {
  margin-left: 10px;
}
.search-zip a {
  color: #f30011;
}
.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%;
}

.wpcf7-select {
  border: none;
}

div.wpcf7-validation-errors {
  background: #fff;
}

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

/*
確認画面の調整
*/
@media only screen and (max-width: 992px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner,
  .inner02 {
    width: 95%;
    margin: 0 auto;
  }
  .m992 {
    display: block !important;
  }
  .m992-767 {
    display: block !important;
  }
  .m992-none {
    display: none !important;
  }
  .header {
    height: 80px;
    padding: 0 10px;
  }
  .logo-block {
    height: 80px;
  }
  .logo-block .logo {
    width: 95%;
  }
  .header-contact-block-tel .tel-comment,
  .header-contact-block-tel .tel-time,
  .header-contact-block-tel .icon-tel {
    display: none;
  }
  .header-contact-block-tel a {
    display: block;
    width: 49px;
    height: 49px;
    background: url(../../images/lp02/common/icon_tel.png) no-repeat center;
    background-size: contain;
  }
  .contact-btn {
    display: block;
    width: 49px;
    height: 49px;
    background: url(../../images/lp02/common/icon_mail.png) no-repeat center;
    background-size: contain;
    border: none;
    padding: 0;
  }
  .contact-btn .icon-mail {
    display: none;
  }
  .contact-btn::before, .contact-btn::after {
    display: none;
  }
  .contact-btn:hover {
    background: url(../../images/lp02/common/icon_mail.png) no-repeat center;
    background-size: contain;
  }
  .header-contact-block-tel {
    margin-right: 10px;
  }
  .main-img img {
    width: 100%;
  }
  .main-img-wrap {
    padding-top: 80px;
  }
  .contact-area-heading-wrap {
    padding: 40px;
  }
  .contact-area-heading-img {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .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 {
    width: 94%;
    margin: 0 auto;
  }
  .btn-wrap {
    margin-top: 20px;
  }
  .btn-wrap01 {
    margin-top: 25px;
  }
  .btn-wrap02 {
    margin-top: 15px;
  }
  .btn01, #submit #confirm, #submit #send, #submit #back {
    width: 100%;
  }
  .heading01 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .heading02 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading03, .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .heading04 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading05 {
    font-size: 16px;
    font-size: 1.6rem;
    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-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;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .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;
  }
  .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;
  }
  /*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;
  }
  table td {
    width: auto;
    display: block;
    padding: 0.7em;
    border-right: none;
    padding: 0.7em;
  }
  /*アクセスマップ用*/
  .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-not-valid span.wpcf7-list-item {
    background: rgba(230, 0, 18, 0.2);
    padding: 5px;
  }
  .pagetop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .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 {
    padding: 10px 5px;
    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;
  }
  .pc-nav {
    display: none;
  }
  /*
  ハンバーガーメニュー
  */
  .nav-control {
    background: #00b0eb;
    width: 10%;
    height: 60px;
    margin-left: auto;
    cursor: pointer;
    z-index: 210;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 30px;
  }
  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #menu-trigger {
    position: relative;
    width: 29px;
    height: 36px;
    margin: 0px;
    /* padding: 30px 34px; */
  }
  #menu-trigger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 6px;
  }
  #menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.4s;
  }
  #menu-trigger span:nth-of-type(1) {
    top: 9px;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 19px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  #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);
  }
  #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: #00b0eb;
    z-index: 200;
    padding: 90px 0px;
  }
  .sp-sub-nav {
    display: none;
  }
  .sp-nav-item > a {
    color: #fff;
    font-weight: bold;
    padding: 20px 20px;
    display: block;
    position: relative;
  }
  .sp-sub-nav {
    margin-left: 0px;
    padding-left: 0px;
    margin: 0;
  }
  .sp-sub-nav-item {
    position: relative;
  }
  .sp-sub-nav-item a {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    padding: 12px 20px;
    padding-left: 30px;
  }
  .sp-sub-nav-item a.arrow01:after {
    right: 22px;
  }
  .sp-contact-list {
    margin-top: 25px;
  }
  .sp-contact-tel {
    font-size: 30px;
    font-size: 3rem;
  }
  .sp-contact-tel a {
    color: #fff;
    display: block;
    text-align: center;
  }
  .sp-contact-tel a span {
    font-weight: bold;
    padding-left: 30px;
  }
  .sp-contact-mail {
    margin: 15px auto;
    text-align: center;
    width: 90%;
  }
  .sp-contact-mail a {
    padding: 15px 0;
    width: 90%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sp-contact-mail a span {
    padding-left: 0;
  }
  .sp-contact-mail .icon-mail01:before {
    left: -33px;
  }
  .sp-contact-mail a {
    border: solid 2px #fff;
  }
  .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: #fff;
    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;
  }
  .header {
    height: 70px;
    padding: 0 10px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .logo {
    width: 35%;
  }
  .logo-block {
    height: 70px;
  }
  .logo-block h1 {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .logo-block .logo {
    width: 90%;
  }
  .header-contact-block-tel {
    margin-right: 5px;
  }
  .main-img-wrap {
    padding-top: 70px;
  }
  .btn {
    width: 100%;
  }
  .reason-item01,
  .reason-item02 {
    width: 100%;
    margin-bottom: 60px;
  }
  .btn-block {
    margin-bottom: 10px;
  }
  .result-block {
    margin-bottom: 20px;
  }
  .result-list .result-item {
    width: 48%;
    margin-right: 4%;
  }
  .result-list .result-item .result-item-comment {
    left: 10px;
    bottom: 10px;
  }
  .result-list .result-item .result-item-comment img {
    width: 55%;
  }
  .safty-img-block {
    display: block;
    margin-bottom: 60px;
  }
  .safty-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .safty-img:last-child {
    margin-bottom: 0;
  }
  .footer {
    background-size: 50%;
    padding-top: 60px;
  }
  .footer::before {
    height: 53px;
    top: -53px;
    background-size: contain;
  }
  .footer-block {
    display: block;
  }
  .footer-logo-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-map {
    width: 100%;
  }
  .main-img-btn-wrap {
    padding: 15px 0 80px;
  }
  .main-img-btn-wrap::before {
    height: 53px;
    top: -53px;
    background-size: contain;
  }
  .section-contents {
    padding: 15px 0 80px;
  }
  .section01 {
    padding: 15px 0 20px;
  }
  .section01::before {
    height: 53px;
    top: -53px;
    background-size: contain;
  }
  .section01::after {
    height: 190px;
    background-size: contain;
  }
  .section01 .inner h2 {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 25px;
  }
  .section01 .inner h2 img {
    width: 274px;
  }
  .rigging-anxiety-img {
    margin-top: -40px;
    margin-right: 0;
    text-align: center;
  }
  .rigging-anxiety-img img {
    width: 145px;
  }
  .rigging-anxiety-block {
    margin-bottom: 15px;
  }
  .lead-text01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section02::before {
    height: 53px;
    top: -52px;
    background-size: contain;
  }
  .section-heading-wrap {
    padding: 25px 10px;
    margin-bottom: 30px;
    border: solid 2px #000;
  }
  .section02 .section-heading-wrap h2 img {
    width: 248px;
  }
  .section-heading-wrap::before {
    border: 21px solid transparent;
    border-top-color: #000;
    border-bottom-width: 0;
    bottom: -18px;
    margin-left: -21px;
  }
  .section-heading-wrap::after {
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ecc950;
  }
  .lead-text02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .opaque-mechanism-block {
    display: block;
    padding: 0;
    border: none;
  }
  .opaque-mechanism-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .opaque-mechanism-text-block {
    width: 100%;
  }
  .num-list .num-item {
    margin-bottom: 25px;
  }
  .num-item-heading-wrap {
    padding: 20px 10px;
    border: solid 2px #000;
  }
  .num-item-text-block {
    border: solid 2px #000;
    padding: 15px;
    padding-top: 40px;
    margin-top: -25px;
  }
  .num-item-num img {
    width: 60%;
  }
  .num-item-heading-wrap .num-item-num {
    top: 15px;
    left: 6px;
  }
  .num-item-heading-wrap .num-item-heading {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding-left: 65px;
    padding-right: 20px;
  }
  .num-item-text-block-heading {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: solid 2px #f39800;
  }
  .num-item-text-block-inner {
    display: block;
  }
  .num-item-text-block-left {
    width: 100%;
  }
  .num-item-text-block-right {
    margin-top: 15px;
    width: 100%;
  }
  .num-item-text-block p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section03::before {
    height: 53px;
    top: -53px;
    background-size: contain;
  }
  .section03 .section-heading-wrap h2 img {
    width: 257px;
  }
  .reason-for-choosing {
    margin-top: 40px;
    margin-bottom: 65px;
  }
  .reason-for-choosing h2 img {
    width: 271px;
  }
  .reason-for-choosing h2::before {
    width: 21px;
    height: 34px;
    background-size: contain;
    left: -40px;
    top: -5px;
  }
  .reason-for-choosing h2::after {
    width: 21px;
    height: 34px;
    right: -40px;
    top: -5px;
  }
  .reason-for-choosing::after {
    width: 40px;
    height: 30px;
    background-size: contain;
    bottom: -42px;
  }
  .result-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .safty-img-block .safty-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .safty-img-block::after {
    width: 196px;
    height: 195px;
    bottom: -75px;
  }
  .num-item-custom .result-list:first-of-type {
    display: block;
  }
  .num-item-custom .result-list:first-of-type .result-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .result-text {
    margin-top: 10px;
  }
  .section04::before {
    height: 53px;
    top: -53px;
    background-size: contain;
  }
  .section04 .section-heading-wrap h2 img {
    width: 197px;
  }
  .contact-area {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .contact-area .btn-wrap01 {
    padding: 0px 15px;
  }
  .contact-area-heading-wrap {
    padding: 20px;
    border: solid 2px #000;
    background-size: 4px 4px;
    margin-bottom: 60px;
  }
  .contact-area-heading-wrap h3 {
    width: 215px;
  }
  .contact-area-heading-img img {
    width: 117px;
  }
  .contact-area-heading-img {
    right: 20px;
  }
  .contact-area-heading-wrap::after {
    width: 35px;
    height: 36px;
    bottom: -50px;
  }
  .section05::before {
    height: 53px;
    top: -53px;
    background-size: contain;
  }
  .section05 .section-heading-wrap h2 img {
    width: 245px;
  }
  .section06::before {
    height: 53px;
    top: -53px;
    background-size: contain;
  }
  .section06 .section-heading-wrap h2 img {
    width: 268px;
  }
  .result-list .result-item:nth-of-type(odd)::after {
    width: 40px;
    right: -21px;
  }
  .result-ur-item-heading {
    padding: 7px;
    font-size: 15px;
    font-size: 1.5rem;
    border: solid 1px #000;
  }
  .result-ur-item-img {
    width: 98%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .result-ur-item-comment-block {
    width: 98%;
    margin-left: 2%;
    padding: 7px;
  }
  .result-ur-item-list {
    display: block;
  }
  .result-ur-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .gns-method-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .gns-catalog-capture-img {
    display: block;
  }
  .gns-catalog-capture-comment img {
    width: 90%;
  }
  .gns-catalog-capture {
    margin-bottom: 30px;
  }
  .gns-method-item:nth-of-type(2) .result-list .result-item .result-item-comment img {
    width: 85%;
  }
  .gns-catalog-capture02 {
    display: block;
  }
  .result-ur-item-l .result-ur-item-img .result-ur-item-l-img img {
    width: 95%;
  }
  .result-ur-item-l .result-ur-item-img .result-ur-item-img-award {
    width: 50%;
    bottom: 10px;
  }
  .result-ur-item-comment-block {
    border: solid 1px #000;
  }
  .result-ur-item-comment-block .result-ur-item-comment,
  .result-ur-item-comment-block .result-ur-item-person {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .thanks-section {
    padding: 40px 0 100px;
  }
  .thanks-section h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .contact-form {
    padding: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .sp-only03 {
    display: block !important;
  }
}
@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: 993px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */