@charset "utf-8";

body {
  width: 100%;
  height: 100%;
  line-height: 1;
  background: #ffffff;
  box-sizing: border-box;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  padding: 0;
  margin: 0;
}
html {
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
      sans-serif;
  }
}
@media only screen and (min-width: 961px) {
  .side_btn {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
  }
  a.side_btn1 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background: #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    border-radius: 12px 0 0 12px;
    display: inline-block;
    transition: 0.3s;
    position: fixed;
    right: -5px;
    top: 52%;
  }
  a.side_btn1:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #ef7a00 !important;
  }
  a.side_btn2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background: #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    border-radius: 12px 0 0 12px;
    display: inline-block;
    transition: 0.3s;
    position: fixed;
    right: -5px;
    top: calc(52% + 120px);
  }
  a.side_btn2:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #ef7a00 !important;
  }
  a.side_btn3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background: #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    border-radius: 12px 0 0 12px;
    display: inline-block;
    transition: 0.3s;
    position: fixed;
    right: -5px;
    top: calc(52% + 240px);
  }
  a.side_btn3:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #ef7a00 !important;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1919px) {
  .side_btn img {
    width: 175px;
    height: 70px;
  }
  a.side_btn2 {
    top: calc(52% + 100px);
  }
  a.side_btn3 {
    top: calc(52% + 200px);
  }
}
@media only screen and (max-width: 960px) {
  .side_btn {
    width: 100%;
    position: fixed;
    bottom: 0px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10;
    background-color: #fff;
  }
  a.side_btn1 {
    background: #359e73;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    transition: 0.3s;
    height: 92px;
    width: 33.3%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
    font-size: 0;
    z-index: 10;
  }
  a.side_btn1:hover {
    opacity: 0.7;
  }
  a.side_btn2 {
    background: #8bd8d5;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    transition: 0.3s;
    height: 92px;
    width: 33.3%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
    font-size: 0;
  }
  a.side_btn2:hover {
    opacity: 0.7;
  }
  a.side_btn3 {
    background: #ecb64a;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    transition: 0.3s;
    height: 92px;
    width: 33.3%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
    font-size: 0;
  }
  a.side_btn3:hover {
    opacity: 0.7;
  }
}
/* common
**********************/
h2 {
  margin: 0;
  padding: 0;
}
h2 img {
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
section {
  padding: 0;
  margin: 0;
}
section .items {
  display: flex;
  justify-content: center;
}
small {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mt50 {
    margin-top: 30px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
}

.inner {
  width: 1280px;
  margin: 0 auto;
}
.inner2 {
  width: 1440px;
  margin: 0 auto;
}
.inner3 {
  width: 1596px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  br.brsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  br.brpc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }

  section {
    padding: 0;
    margin: 0;
  }
  section .items {
    display: block;
  }
  small {
    font-size: 10px;
  }
  .inner {
    width: auto;
    margin: 0;
  }
}

/**** responsive *****/
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/**** responsive *****/
@media only screen and (min-width: 961px) {
  .pc2 {
    display: block !important;
  }
  .sp2 {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  .sp2 {
    display: block !important;
  }
}

/**** parts *****/
.tac {
  text-align: center;
}
.text--black {
  color: #232323;
}
.font--bold {
  font-weight: bold;
}
.br::before {
  content: "\A";
  white-space: pre;
}
a.button1 {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #ef7a00;
  background-image: url(../img/arrow_white.png);
  background-position: 75% center;
  background-repeat: no-repeat;
  border: 2px solid #ef7a00;
  padding-top: 14px;
  border-radius: 80px;
  transition: 0.3s;
  width: 354px;
  height: 30px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
a.button1:hover {
  background: #fff;
  background-image: url(../img/arrow_orange.png);
  background-position: 75% center;
  background-repeat: no-repeat;
  color: #ef7a00;
  border: 2px solid #ef7a00;
  text-decoration: none;
}
a.button1-b {
  display: block !important;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #ef7a00;
  background-image: url(../img/arrow_white.png);
  background-position: 75% center;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 2px solid #ef7a00;
  padding-top: 10px;
  border-radius: 80px;
  transition: 0.3s;
  width: 262px !important;
  height: 25px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}
a.button1-b:hover {
  background: #fff;
  background-image: url(../img/arrow_orange.png);
  background-position: 75% center;
  background-repeat: no-repeat;
  color: #ef7a00;
  border: 2px solid #ef7a00;
  text-decoration: none;
}
a.button2 {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ef7a00;
  border: 2px solid #ef7a00;
  padding-top: 14px;
  border-radius: 80px;
  transition: 0.3s;
  width: 214px;
  height: 47px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-decoration: none;
}
a.button2:hover {
  background: #fff;
  color: #ef7a00;
  border: 2px solid #ef7a00;
}

@media only screen and (min-width: 381px) {
  a.button3 {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #ef7a00;
    border: 2px solid #ef7a00;
    padding-top: 14px;
    border-radius: 80px;
    transition: 0.3s;
    width: 358px;
    height: 47px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-decoration: none;
  }
  a.button3:hover {
    background: #fff;
    color: #ef7a00;
    border: 2px solid #ef7a00;
  }
}
@media only screen and (max-width: 380px) {
  a.button3 {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #ef7a00;
    border: 2px solid #ef7a00;
    padding-top: 14px;
    border-radius: 80px;
    transition: 0.3s;
    width: 90%;
    height: 47px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-decoration: none;
  }
  a.button3:hover {
    background: #fff;
    color: #ef7a00;
    border: 2px solid #ef7a00;
  }
}
.w--60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.w--80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.w--90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.w--100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* #lxl-header
**********************/

@media only screen and (min-width: 1201px) {
  #lxl-header {
    width: 100%;
    text-align: center;
    background: #090909;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 135px;
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
  }
  #lxl-header h1,
  #lxl-header div {
    font-weight: bold;
    font-size: 45px;
    color: #ffffff;
  }
  #lxl-header div a:link,
  #lxl-header div a:visited,
  #lxl-header div a:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  #lxl-header {
    width: 100%;
    text-align: center;
    background: #090909;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
  }
  #lxl-header h1,
  #lxl-header div {
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
  }
  #lxl-header div a:link,
  #lxl-header div a:visited,
  #lxl-header div a:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 961px) {
  #lxl-header {
    width: 100%;
    text-align: center;
    background: #090909;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px !important;
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
  }
  #lxl-header h1,
  #lxl-header div {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.1rem !important;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 767px) {
  #lxl-header {
    width: 100%;
    text-align: center;
    background: #090909;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px !important;
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
  }
  #lxl-header h1,
  #lxl-header div {
    font-weight: bold;
    color: #ffffff;
    font-size: 1rem !important;
    letter-spacing: -1px;
  }
  #lxl-header div a:link,
  #lxl-header div a:visited,
  #lxl-header div a:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
}
/* メインイメージ
**********************/
@media only screen and (min-width: 1921px) {
  .lp-mvArea {
    width: 100%;
    height: auto;
    background: #ef7a00 url(../img/main_bg.png) no-repeat top center;
    background-size: cover;
    border-top: 1px solid #090909;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
  .lp-mvArea {
    width: 100%;
    height: 447px;
    background: #fff url(../img/main_bg.png) no-repeat top center;
    background-size: cover;
    border-top: 1px solid #090909;
  }
}
@media only screen and (max-width: 767px) {
  .lp-mvArea {
    width: 100%;
    height: 208px;
    background: #fff url(../img/main_bg_sp.png) no-repeat top center;
    background-size: cover;
    border-top: 1px solid #090909;
  }
}

.updown {
  animation-name: updown1; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.lp-contactArea {
  text-align: center;
}

@media only screen and (min-width: 1920px) {
  .lp-contactArea {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
  }

  .lp-contactArea img.lp_btn {
    position: absolute;
    width: 159px !important;
    height: auto;
    right: 0px;
    margin: 250px 0 0 auto;
    filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.2));
  }
  .lp-contactArea .main_title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 45px;
    margin-top: 80px;
  }
  .lp-contactArea .main_txt {
    font-size: 26px;
    margin-top: 80px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
      "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
      Verdana, Meiryo, sans-serif;
    line-height: 2.4;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1919px) {
  .lp-contactArea {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
  }
  .lp-contactArea img.lp_btn {
    position: absolute;
    width: 150px !important;
    height: 150px !important;
    right: 10px;
    margin: 150px 0 0 auto;
  }
  .lp-contactArea .main_title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 45px;
    margin-top: 50px;
  }
  .lp-contactArea .main_txt {
    font-size: 24px;
    margin-top: 50px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
      "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
      Verdana, Meiryo, sans-serif;
    line-height: 2.2;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .lp-contactArea {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
  }
  .lp-contactArea img.lp_btn {
    position: absolute;
    width: 120px !important;
    height: 120px !important;
    right: 10px;
    margin: 150px 0 0 auto;
  }
  .lp-contactArea .main_title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 45px;
    margin-top: 50px;
  }
  .lp-contactArea .main_txt {
    font-size: 24px;
    margin-top: 50px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
      "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
      Verdana, Meiryo, sans-serif;
    line-height: 2.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .lp-contactArea {
    max-width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    color: #fff;
    position: relative;
  }
  .lp-contactArea img.lp_btn {
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    right: 10px;
    margin: 150px 0 0 auto;
  }
  .lp-contactArea .main_title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 45px;
    margin-top: 50px;
  }
  .lp-contactArea .main_txt {
    font-size: 24px;
    margin-top: 50px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
      "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
      Verdana, Meiryo, sans-serif;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 767px) {
  .lp-contactArea {
    max-width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    color: #fff;
    position: relative;
  }
  .lp-point img.lp_btn {
    width: 115px !important;
    height: 115px !important;
    margin: 20px auto 0 auto;
  }
  .lp-contactArea .main_title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    margin-top: 30px;
  }
  .lp-contactArea .main_txt {
    font-size: 12px;
    margin-top: 30px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
      "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
      Verdana, Meiryo, sans-serif;
    line-height: 1.6;
  }
}
/* .lp-contactArea2
**********************/
.lp-contactArea2 {
  color: #fff;
  background-color: #f57605;
}
.lp-contactArea2 img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrap {
    background-image: url(../img/bg.png);
    background-position: left 64vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}

/* .lp-point
**********************/
.lp-point {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (min-width: 1281px) {
  .lp-point h2 {
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
    font-size: 30px;
    margin-top: 66px;
    margin-bottom: 66px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1919px) {
  .lp-point .inner {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .lp-point h2 {
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
    font-size: 26px;
    margin-top: 66px;
    margin-bottom: 66px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .lp-point .inner {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .lp-point h2 {
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
    font-size: 20px;
    margin-top: 46px;
    margin-bottom: 46px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .lp-point .inner {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .lp-point h2 {
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
    font-size: 18px;
    margin-top: 46px;
    margin-bottom: 46px;
    line-height: 1.8;
  }
  h2 img {
    width: 94%;
    margin: 0px auto !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  .lp-point .inner {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .lp-point h2 {
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
    font-size: 15px;
    margin-top: 33px;
    margin-bottom: 33px;
    line-height: 1.6;
  }
  h2 img {
    width: 94%;
    margin: 0px auto !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
}
.topics {
  background-color: #efefef;
  padding: 28px;
}

.t-title {
  color: #a7a7a7;
  font-size: 80px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 0;
  margin: 0 20px 0 0;
  line-height: 1;
}

h2.h2_title img {
  margin: 0 auto !important;
  line-height: 1;
}
@media only screen and (min-width: 1920px) {
  .topics .inner {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1919px) {
  .topics .inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .t-title {
    color: #a7a7a7;
    font-size: 60px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding: 0;
    margin: 0 20px 0 0;
    line-height: 1;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .topics .inner {
    width: 940px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .t-title {
    color: #a7a7a7;
    font-size: 40px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding: 0;
    margin: 0 20px 0 0;
    text-indent: 1em;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .topics .inner {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
    align-items: center;
  }
  .t-title {
    color: #a7a7a7;
    font-size: 30px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding: 0;
    margin: 0 20px 0 0;
    text-indent: 1em;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .topics .inner {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .t-title {
    color: #a7a7a7;
    font-size: 24px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding: 0;
    margin: 0 auto 0 auto;
    display: inline-block;
    line-height: 1;
    width: 100%;
    text-align: center;
  }
}

.t-news li {
  list-style: url(../img/list1.png);
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
}

/* .lp-bussiness1
**********************/
.lp-bussiness1 {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  margin: 0 auto !important;
  padding: 0 !important;
}
@media only screen and (min-width: 961px) {
  .lp-bussiness1 .button1,
  .lp-bussiness2 .button1 {
    margin: 50px auto 0px 5%;
  }
  .lp-bussiness1 .button1-b,
  .lp-bussiness2 .button1-b {
    display: none !important;
  }
  .lp-bussiness1 p.sp_txt,
  .lp-bussiness2 p.sp_txt {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .lp-bussiness1 .button1,
  .lp-bussiness2 .button1 {
    display: none !important;
  }
  .lp-bussiness1 .button1-b,
  .lp-bussiness2 .button1-b {
    margin: 50px auto 50px auto !important;
    font-size: 13px;
  }
  .lp-bussiness1 .business1_box p.pc_txt,
  .lp-bussiness2 .business2_box p.pc_txt {
    display: none !important;
  }
}
@media only screen and (min-width: 1921px) {
  .lp-bussiness1 .inner3 {
    background-image: url(../img/buisiness1.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: left;
    height: 495px;
    margin: 0 auto 50px auto !important;
  }
  .business1_box {
    width: 50%;
    background-image: url(../img/1.svg);
    background-position: left 80px;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 200px;
    padding-top: 80px;
    box-sizing: border-box;
  }
  .business1_box strong {
    font-size: 20px;
  }
  .business1_box img {
    display: block;
  }
  .business1_box h3 {
    font-size: 40px;
    margin: 20px 0 5px 0;
  }
  .business1_box p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .lp-bussiness1 .inner3 {
    width: calc(100% - 500px);
    margin: 0 300px !important;
    background-image: url(../img/buisiness1-m.png);
    background-position: right 50px;
    background-size: 40%;
    background-repeat: no-repeat;
    text-align: left;
    height: auto;
    display: flex;
  }
  .business1_box {
    background-image: url(../img/1.svg);
    background-position: 30px 80px;
    background-repeat: no-repeat;
    background-size: 16%;
    text-align: left;
    padding-left: 180px;
    padding-top: 80px;
  }
  .business1_box strong {
    font-size: 18px;
  }
  .business1_box img {
    display: block;
    width: 200px;
    height: auto;
  }
  .business1_box h3 {
    font-size: 36px;
    margin: 20px 0 5px 0;
  }
  .business1_box p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
  .lp-bussiness1 .inner3 {
    width: calc(100% - 300px);
    margin-left: 150px;
    margin-right: 150px;
    background-image: url(../img/buisiness1-m.png);
    background-position: right 50px;
    background-size: 40%;
    background-repeat: no-repeat;
    text-align: left;
    height: auto;
    display: flex;
  }
  .business1_box {
    background-image: url(../img/1.svg);
    background-position: 30px 80px;
    background-repeat: no-repeat;
    background-size: 14%;
    text-align: left;
    padding-left: 180px;
    padding-top: 80px;
  }
  .business1_box strong {
    font-size: 18px;
  }
  .business1_box img {
    display: block;
    width: 200px;
    height: auto;
  }
  .business1_box h3 {
    font-size: 36px;
    margin: 20px 0 5px 0;
  }
  .business1_box p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .lp-bussiness1 .inner3 {
    width: calc(100% - 200px);
    margin-left: 100px;
    margin-right: 100px;
    background-image: url(../img/buisiness1-m.png);
    background-position: right 50px;
    background-size: 40%;
    background-repeat: no-repeat;
    text-align: left;
    height: auto;
    display: flex;
  }
  .business1_box {
    background-image: url(../img/1.svg);
    background-position: 30px 80px;
    background-repeat: no-repeat;
    background-size: 10%;
    text-align: left;
    padding-left: 130px;
    padding-top: 80px;
  }
  .business1_box strong {
    font-size: 16px;
  }
  .business1_box img {
    display: block;
    width: 200px;
    height: auto;
  }
  .business1_box h3 {
    font-size: 32px;
    margin: 20px 0 5px 0;
  }
  .business1_box p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .lp-bussiness1 .inner3 {
    width: 100%;
    text-align: left;
  }
  .lp-bussiness1 .sp2 {
    width: calc(100% - 80px);
    margin: 0 40px 50px 40px;
    display: block;
    box-sizing: border-box;
  }
  .business1_box {
    background-image: url(../img/1-s.svg);
    background-position: 50px 0px;
    background-repeat: no-repeat;
    background-size: 8%;
    text-align: left;
    padding-left: 150px;
    width: 70%;
    margin: auto 15%;
    padding-top: 0px;
    box-sizing: border-box;
  }
  .business1_box strong {
    font-size: 16px;
  }
  .business1_box img {
    display: block;
    width: 200px;
    height: auto;
  }
  .business1_box h3 {
    font-size: 32px;
    margin: 20px 0 5px 0;
  }
  .lp-bussiness1 p {
    font-size: 16px;
    line-height: 1.6;
    width: 70%;
    margin: 10px 15% 20px 15%;
  }
  .lp-bussiness1 img.sp2 {
    width: 70%;
    margin: 10px 15% 20px 15%;

    box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  .lp-bussiness1 .inner3 {
    width: 100%;
    text-align: left;
  }
  .lp-bussiness1 .sp2 {
    width: calc(100% - 40px);
    margin: 0 20px 50px 20px;
    display: block;
    box-sizing: border-box;
  }
  .business1_box {
    background-image: url(../img/1-s.svg);
    background-position: 30px 0px;
    background-repeat: no-repeat;
    background-size: 40px;
    text-align: left;
    padding-left: 90px;
    padding-top: 0px;
  }
  .business1_box strong {
    font-size: 14px;
  }
  .business1_box img {
    display: block;
    width: 200px;
    height: auto;
  }
  .lp-bussiness1 h3 {
    font-size: 20px;
  }
  .lp-bussiness1 p.sp_txt {
    font-size: 14px;
    line-height: 1.6;
    width: 90%;
    margin: auto 5%;
  }
  .lp-bussiness1 img.sp2 {
    width: 80%;
    margin: 10px 10% 20px 10%;

    box-sizing: border-box;
  }
}
/* .lp-bussiness2
**********************/
.lp-bussiness2 {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  margin: 0 auto !important;
  padding: 0 !important;
}

@media only screen and (min-width: 1921px) {
  .lp-bussiness2 .inner3 {
    background-image: url(../img/buisiness2.png);
    background-position: right top !important;
    background-repeat: no-repeat;
    text-align: left;
    height: 495px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto !important;
  }
  .business2_box {
    width: 50%;
    background-image: url(../img/2.svg);
    background-position: right 80px;
    background-repeat: no-repeat;
    text-align: left;
    padding-top: 80px;
    padding-left: 80px;
    box-sizing: border-box;
  }
  .business2_box strong {
    font-size: 20px;
  }
  .business2_box img {
    display: block;
  }
  .business2_box h3 {
    font-size: 40px;
    margin: 20px 0 5px 0;
  }
  .business2_box p {
    font-size: 18px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .lp-bussiness2 .inner3 {
    width: calc(100% - 500px);
    margin-left: 300px;
    margin-right: 300px;
    background-image: url(../img/buisiness2-m.png);
    background-position: left 50px !important;
    background-size: 40%;
    background-repeat: no-repeat;
    text-align: left;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
  .business2_box {
    background-image: url(../img/2.svg);
    background-position: 30px 80px;
    background-repeat: no-repeat;
    background-size: 16%;
    text-align: left;
    padding-top: 80px;
    padding-left: 180px;
    box-sizing: border-box;
  }
  .business2_box strong {
    font-size: 20px;
  }
  .business2_box img {
    display: block;
  }
  .business2_box h3 {
    font-size: 40px;
    margin: 20px 0 5px 0;
  }
  .business2_box p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
  .lp-bussiness2 .inner3 {
    width: calc(100% - 300px);
    margin-left: 150px;
    margin-right: 150px;
    background-image: url(../img/buisiness2-m.png);
    background-position: left 50px !important;
    background-size: 40%;
    background-repeat: no-repeat;
    text-align: left;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
  .business2_box {
    background-image: url(../img/2.svg);
    background-position: 30px 80px;
    background-repeat: no-repeat;
    background-size: 14%;
    text-align: left;
    padding-top: 80px;
    padding-left: 180px;
    box-sizing: border-box;
  }
  .business2_box strong {
    font-size: 18px;
  }
  .business2_box img {
    display: block;
    width: 200px;
    height: auto;
  }
  .business2_box h3 {
    font-size: 36px;
    margin: 20px 0 5px 0;
  }
  .business2_box p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .lp-bussiness2 .inner3 {
    width: calc(100% - 200px);
    margin-left: 100px;
    margin-right: 100px;
    background-image: url(../img/buisiness2-m.png);
    background-position: left 50px !important;
    background-size: 40%;
    background-repeat: no-repeat;
    text-align: left;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
  .business2_box {
    background-image: url(../img/2.svg);
    background-position: 30px 80px;
    background-repeat: no-repeat;
    background-size: 10%;
    text-align: left;
    padding-top: 80px;
    padding-left: 130px;
    box-sizing: border-box;
  }
  .business2_box strong {
    font-size: 16px;
  }
  .business2_box img {
    display: block;
    width: 200px;
    height: auto;
  }
  .business2_box h3 {
    font-size: 32px;
    margin: 20px 0 5px 0;
  }
  .business2_box p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .lp-bussiness2 .inner3 {
    width: 100%;
    text-align: left;
  }
  .lp-bussiness2 .sp2 {
    width: calc(100% - 80px);
    margin: 0 40px 50px 40px;
    display: block;
  }
  .business2_box {
    background-image: url(../img/2.svg);
    background-position: 50px 0px;
    background-repeat: no-repeat;
    background-size: 8%;
    text-align: left;
    padding-left: 150px;
    width: 70%;
    margin: auto 15%;
    padding-top: 0px;
    box-sizing: border-box;
  }
  .business2_box strong {
    font-size: 16px;
  }
  .business2_box img {
    width: 200px;
    height: auto;
  }
  .business2_box h3 {
    font-size: 32px;
    margin: 20px 0 5px 0;
  }
  .lp-bussiness2 p {
    font-size: 16px;
    line-height: 1.6;
    width: 70%;
    margin: 10px 15% 20px 15%;
  }
  .lp-bussiness2 img.sp2 {
    width: 70%;
    margin: 10px 15% 20px 15%;

    box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  .lp-bussiness2 .inner3 {
    width: 100%;
    text-align: left;
  }
  .lp-bussiness2 .sp2 {
    width: calc(100% - 40px);
    margin: 0 20px 50px 20px;
    display: block;
    box-sizing: border-box;
  }
  .business2_box {
    background-image: url(../img/2-s.svg);
    background-position: 30px 0px;
    background-repeat: no-repeat;
    background-size: 40px;
    text-align: left;
    padding-left: 90px;
    padding-top: 0px;
  }
  .business2_box strong {
    font-size: 14px;
  }
  .business2_box img {
    display: block;
    width: 200px;
    height: auto;
  }
  .lp-bussiness2 h3 {
    font-size: 20px;
  }
  .lp-bussiness2 p.sp_txt {
    font-size: 14px;
    line-height: 1.6;
    width: 90%;
    margin: auto 5%;
  }
  .lp-bussiness2 img.sp2 {
    width: 80%;
    margin: 10px 10% 20px 10%;

    box-sizing: border-box;
  }
}
/* .lp-reformnet
**********************/
.lp-reformnet {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  text-align: center;
}

@media only screen and (min-width: 1281px) {
  .lp-reformnet .inner,
  .lp-reformshop .inner,
  .lp-jirei .inner {
    width: 1280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-reformnet .inner,
  .lp-reformshop .inner,
  .lp-jirei .inner {
    width: calc(100% - 80px) !important;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-reformnet .inner,
  .lp-reformshop .inner,
  .lp-jirei .inner {
    width: calc(100% - 30px) !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .lp-reformnet h2 {
    max-width: 860px;
    border-bottom: 5px solid #ef7a00;
    margin: 70px auto 0 auto;
    line-height: 1;
    padding-bottom: 0 !important;
  }

  .lp-reformnet h2 img {
    width: 544px;
    height: 147px;
    display: block;
    margin: 0 auto;
  }
  .lp-reformnet h3 {
    font-size: 25px;
    margin: 30px auto 20px auto;
    line-height: 1.6;
  }
  h3.suport_h3 {
    background-image: url(../img/yellow_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 35px !important;
    margin: 60px auto 60px auto;
    padding: 0;
  }
  .lp-reformnet img.suport {
    max-width: 588px;
    width: 90%;
    height: auto;
    margin: 48px auto -30px auto;
  }
}
@media only screen and (max-width: 767px) {
  .lp-reformnet h2 {
    width: 100%;
    border-bottom: 2px solid #ef7a00;
    margin: 0;
    line-height: 1;
    padding-bottom: 0 !important;
  }
  .lp-reformnet h2 img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .lp-reformnet h3 {
    font-size: 16px;
    margin: 20px auto 15px auto;
    line-height: 1.6;
  }
  h3.suport_h3 {
    background-image: url(../img/yellow_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 22px !important;
    letter-spacing: -1px;
    margin: 30px auto 40px auto;
  }
  .lp-reformnet img.suport {
    margin: 40px auto 0px auto;
    width: 350px;
    height: 78px;
  }
}

@media only screen and (min-width: 961px) {
  .video2 {
    width: 860px; /*横幅いっぱいにwidthを指定*/
    padding-bottom: 480px; /*高さをpaddingで指定(16:9)*/
    height: 0px; /*高さはpaddingで指定するためheightは0に*/
    position: relative;
    margin: 0 auto;
  }
  .video2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 860px;
    height: 480px;
  }
}
@media only screen and (max-width: 960px) {
  .video2 {
    max-width: 530px !important; /*横幅いっぱいにwidthを指定*/
    padding-bottom: 50.65% !important; /*高さをpaddingで指定(16:9)*/
    height: 0px !important; /*高さはpaddingで指定するためheightは0に*/
    position: relative;
    margin: 0 auto;
  }
  .video2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.video {
  width: 100%; /*横幅いっぱいにwidthを指定*/
  padding-bottom: 50.65%; /*高さをpaddingで指定(16:9)*/
  height: 0px; /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin: 0 auto;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.flexwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexwrap2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flexwrap3 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .flexwrap2 .col_02-1 {
    width: 48% !important;
    display: block;
  }
  .flexwrap2 .col_02-2 {
    width: 100% !important;
    display: block;
  }
  .flexwrap2 .col_02-3 {
    width: 100% !important;
    display: block;
  }
  .flexwrap2 .col_02-1 a,
  .flexwrap2 .col_02-2 a,
  .flexwrap2 .col_02-3 a {
    padding: 0;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  .flexwrap2 .col_02-1 {
    width: 98% !important;
    display: block;
  }
  .flexwrap2 .col_02-2 {
    width: 98% !important;
    display: block;
  }
  .flexwrap2 .col_02-3 {
    width: 98% !important;
    display: block;
  }
  .flexwrap2 .col_02-1 a,
  .flexwrap2 .col_02-2 a,
  .flexwrap2 .col_02-3 a {
    padding: 0 !important;
    margin: 0 auto !important;
    display: block;
  }
}

.bokashi {
  box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
  border-radius: 20px;
  background-color: #fff;
}
.bokashi h4 {
  margin: 1.4rem 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 1281px) {
  .bokashi h4 {
    font-size: 30px;
    color: #ef7a00;
    text-align: left;
    margin-top: 34px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .bokashi h4 {
    font-size: 26px;
    color: #ef7a00;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .bokashi h4 {
    font-size: 22px;
    color: #ef7a00;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .bokashi h4 {
    font-size: 20px;
    color: #ef7a00;
    text-align: left;
  }
}
.bokashi p {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  margin: 1rem 0 0 0;
  padding: 0;
}
.gray-bd {
  border: 2px solid #d4d4d4;
  border-radius: 20px;
}
.gray-bd h4 {
  margin: 1.4rem 0 0 0;
  padding: 0;
  font-size: 22px;
}
.gray-bd p {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  margin: 1rem 0 0 0;
  padding: 0;
}

@media only screen and (min-width: 961px) {
  .tool_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .tool_img2 {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .tool_img {
    display: none;
  }
  .tool_img2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
  }
}

@media only screen and (min-width: 1281px) {
  .col_02 {
    padding: 30px 60px 20px 60px;
    width: 48%;
    box-sizing: border-box;
  }
  .col_03 {
    padding: 30px 30px 20px 30px;
    width: 406px;
    height: auto;
    box-sizing: border-box;
  }
  .lp-jirei .col_03 {
    padding: 30px 20px 20px 20px;
    width: 406px;
    height: auto;
    box-sizing: border-box;
  }
  .col_04 {
    padding: 20px 16px 20px 16px;
    width: 315px;
    height: auto;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .col_02 {
    padding: 30px 20px 20px 20px;
    width: 48%;
    box-sizing: border-box;
  }
  .col_03 {
    padding: 30px 30px 20px 30px;
    width: 406px;
    height: auto;
    box-sizing: border-box;
  }
  .lp-jirei .col_03 {
    padding: 30px 20px 20px 20px;
    width: 406px;
    height: auto;
    box-sizing: border-box;
  }
  .col_04 {
    padding: 20px 16px 20px 16px;
    width: 315px;
    height: auto;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .col_02 {
    padding: 30px 30px 20px 30px;
    width: 48%;
    box-sizing: border-box;
  }
  .col_03 {
    padding: 30px 30px 20px 30px;
    width: 406px;
    height: auto;
    box-sizing: border-box;
  }
  .lp-jirei .col_03 {
    padding: 30px 20px 20px 20px;
    width: 406px;
    height: auto;
    box-sizing: border-box;
  }
  .col_04 {
    padding: 20px 16px 20px 16px;
    width: 315px;
    height: auto;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .col_02 {
    padding: 30px 14px 20px 14px;
    width: 98%;
    box-sizing: border-box;
  }
  .col_03 {
    padding: 30px 14px 20px 14px;
    max-width: 406px;
    width: 100%;
    box-sizing: border-box;
  }
  .lp-jirei .col_03 {
    padding: 30px 14px 20px 14px;
    width: 406px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .col_04 {
    padding: 20px 14px 20px 14px;
    max-width: 406px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1281px) {
  a.contact2_btn {
    width: 510px;
    height: 123px;
    background-image: url(../img/contact_btn2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.contact2_btn:hover {
    width: 510px;
    height: 123px;
    background-image: url(../img/contact_btn2_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.online_btn3 {
    width: 510px;
    height: 121px;
    background-image: url(../img/online_btn3.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.online_btn3:hover {
    width: 510px;
    height: 121px;
    background-image: url(../img/online_btn3_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.kobetsu_btn {
    width: 674px;
    height: 140px;
    background-image: url(../img/kobetsu_btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.kobetsu_btn:hover {
    width: 674px;
    height: 140px;
    background-image: url(../img/kobetsu_btn_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.reformnet_btn {
    width: 674px;
    height: 140px;
    background-image: url(../img/reformnet_btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.reformnet_btn:hover {
    width: 674px;
    height: 140px;
    background-image: url(../img/reformnet_btn_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.kamei_btn {
    width: 674px;
    height: 107px;
    background-image: url(../img/kamei_btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.kamei_btn:hover {
    width: 674px;
    height: 107px;
    background-image: url(../img/kamei_btn_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  a.contact2_btn {
    width: 392px;
    height: 64px;
    background-image: url(../img/contact_btn2s.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.contact2_btn:hover {
    width: 392px;
    height: 64px;
    background-image: url(../img/contact_btn2s_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.online_btn3 {
    width: 392px;
    height: 64px;
    background-image: url(../img/online_btn3s.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.online_btn3:hover {
    width: 392px;
    height: 64px;
    background-image: url(../img/online_btn3s_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.kobetsu_btn {
    width: 392px;
    height: 63px;
    background-image: url(../img/kobetsu_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.kobetsu_btn:hover {
    width: 392px;
    height: 63px;
    background-image: url(../img/kobetsu_btns_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.reformnet_btn {
    width: 392px;
    height: 63px;
    background-image: url(../img/reformnet_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.reformnet_btn:hover {
    width: 392px;
    height: 63px;
    background-image: url(../img/reformnet_btns_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.kamei_btn {
    width: 392px;
    height: 63px;
    background-image: url(../img/kamei_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.kamei_btn:hover {
    width: 392px;
    height: 63px;
    background-image: url(../img/kamei_btns_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
}
@media only screen and (max-width: 767px) {
  a.contact2_btn:link {
    width: 312px;
    height: 51px;
    background-image: url(../img/contact_btn2s.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.contact2_btn:visited {
    width: 312px;
    height: 51px;
    background-image: url(../img/contact_btn2s.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.contact2_btn:active {
    width: 312px;
    height: 51px;
    background-image: url(../img/contact_btn2s_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }

  a.online_btn3:link {
    width: 312px;
    height: 51px;
    background-image: url(../img/online_btn3s.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.online_btn3:visited {
    width: 312px;
    height: 51px;
    background-image: url(../img/online_btn3s.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.online_btn3:active {
    width: 312px;
    height: 51px;
    background-image: url(../img/online_btn3s_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }

  a.kobetsu_btn:link {
    width: 312px;
    height: 50px;
    background-image: url(../img/kobetsu_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }

  a.kobetsu_btn:visited {
    width: 312px;
    height: 50px;
    background-image: url(../img/kobetsu_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.kobetsu_btn:active {
    width: 312px;
    height: 50px;
    background-image: url(../img/kobetsu_btns_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.reformnet_btn:link {
    width: 312px;
    height: 50px;
    background-image: url(../img/reformnet_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }

  a.reformnet_btn:visited {
    width: 312px;
    height: 50px;
    background-image: url(../img/reformnet_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.reformnet_btn:active {
    width: 312px;
    height: 50px;
    background-image: url(../img/reformnet_btns_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
  a.kamei_btn:link {
    width: 312px;
    height: 50px;
    background-image: url(../img/kamei_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.kamei_btn:visited {
    width: 312px;
    height: 50px;
    background-image: url(../img/kamei_btns.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 312px 51px;
    display: block;
    text-indent: -9999px;
    transition: 1s all;
  }
  a.kamei_btn:active {
    width: 312px;
    height: 50px;
    background-image: url(../img/kamei_btns_up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
  }
}

/* .lp-reformshop
**********************/
.lp-reformshop {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp-reformshop h2 {
    max-width: 860px;
    border-bottom: 5px solid #ef7a00;
    margin: 40px auto 0 auto;
    line-height: 1;
    padding-bottom: 0 !important;
  }
  .lp-reformshop h2 img {
    width: 509px;
    height: 122px;
    display: block;
    margin: 0 auto;
  }
  .lp-reformshop .bokashi_txt {
    box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
    border-radius: 20px;
    font-size: 25px;
    width: 617px;
    height: 78px;
    margin: 50px auto;
    font-weight: bold;
    line-height: 3.2;
  }
  .lp-reformshop h3 {
    font-size: 25px;
    margin: 30px auto 20px auto;
    line-height: 1.6;
  }
  .lp-reformshop h4.yb {
    font-size: 21px;
    margin: 30px auto 20px auto;
    line-height: 3;
    background-color: #ffff33;
    height: 63px;
    width: 620px;
    font-weight: bold !important;
  }
  img.knowhow {
    max-width: 658px;
    height: auto;
    display: block;
    margin: 30px auto 40px auto;
    padding: 0;
  }
  img.plus {
    display: block;
    margin: 20px auto 15px auto;
    padding: 0;
  }
  .lp-reformshop img.suport {
    max-width: 512px;
    width: 90%;
    height: auto;
    margin: 20px auto -10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .lp-reformshop h2 {
    width: 100%;
    border-bottom: 2px solid #ef7a00;
    margin: 20px auto 0 auto;
    line-height: 1;
    padding-bottom: 0 !important;
  }
  .lp-reformshop h2 img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .lp-reformshop .bokashi_txt {
    box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
    border-radius: 10px;
    font-size: 0.9rem;
    width: 100%;
    height: 44px;
    margin: 20px auto 15px auto;
    font-weight: bold;
    line-height: 3;
    letter-spacing: -1px;
  }
  .lp-reformshop h3 {
    font-size: 16px;
    margin: 20px auto 15px auto;
    line-height: 1.6;
  }
  .lp-reformshop h4.yb {
    font-size: 15px;
    letter-spacing: -1px;
    margin: 50px auto 40px auto;
    line-height: 3;
    background-color: #ffff33;
    height: 42px;
    width: 100%;
    font-weight: bold !important;
  }
  img.knowhow {
    width: 100%;
    height: auto;
    display: block;
    margin: 25px auto 30px auto;
    padding: 0;
  }
  img.plus {
    display: block;
    margin: 0px auto 0px auto;
    padding: 0;
    width: 23px;
    height: 25px;
  }
  .lp-reformshop img.suport {
    max-width: 350px;
    width: 90%;
    height: auto;
    margin: 15px auto 0px auto;
  }
}

.lp-reformshop strong {
  font-size: 13px;
  display: block;
  text-align: left;
  margin-top: 30px;
}
.lp-reformshop .bokashi h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.lp-reformshop .bokashi h4 span {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .l-pochet1 {
    background-image: url(../img/l-pocket_bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 580px;
    height: 466px;
    text-align: left;
  }
  .l-pochet1 img {
    margin-top: 10px;
  }
  .l-pochet1 p.pc_txt2 {
    font-size: 18px;
    width: 40%;
    margin-left: 0px;
    margin-top: 30px;
    line-height: 1.8;
    text-align: left;
  }
  .l-pochet2 p.sp_txt2 {
    display: none;
  }
  .l-pochet2 {
    width: 580px;
    height: 466px;
  }
  .l-pochet2 .video {
    margin-top: 60px;
  }
  .l-pochet2 img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-pochet1 p.pc_txt2 {
    display: none;
  }
  .l-pochet2 img {
    width: 80%;
    height: auto;
    margin-bottom: 0;
  }
}

.lp-jirei {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  text-align: center;
}
@media only screen and (min-width: 961px) {
  .lp-jirei h2 {
    font-size: 35px;
    margin: 100px auto 0 auto;
    background-image: url(../img/line.svg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 49px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .lp-jirei h2 {
    font-size: 26px;
    margin: 124px auto 0 auto;
    background-image: url(../img/line.svg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jirei h2 {
    font-size: 21px;
    margin: 84px auto 0 auto;
    background-image: url(../img/line.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 30%;
    padding-top: 49px;
    line-height: 1.4;
  }
}

.lp-jirei .area {
  float: right;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
  color: #333333;
  width: 70px;
  height: 36px;
  border: 2px solid #bbbbbb;
}
.lp-jirei img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}
.lp-jirei p {
  float: none;
  font-size: 18px;
  margin-top: 44px;
}
.lp-jirei p.small {
  clear: both;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 0 auto !important;
}

@media only screen and (min-width: 768px) {
  .f-banner .inner {
    max-width: 635px !important;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .f-banner .col_03 {
    width: 200px;
    margin: 30px auto 0 auto;
    padding: 0;
  }
  .f-banner .col_02 {
    width: 181px;
    margin: -10px auto 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .f-banner .inner {
    max-width: 635px !important;
    height: auto;
    padding-bottom: 50px;
  }
  .f-banner .col_03 {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0;
  }
  .f-banner .col_02 {
    width: 181px;
    margin: 20px auto 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 380px) {
  .f-banner .col_02 {
    width: 150px;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 0;
  }
}
.f-banner .col_03 a img,
.f-banner .col_02 a img {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.f-banner a img {
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .f-banner a:hover img {
    transform: translateY(5px);
  }
}
@media only screen and (min-width: 768px) {
  footer {
    height: 71px;
    width: 100%;
    background: #000;
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 9;
  }
  a.f-pagetop-link {
    display: block;
    position: absolute;
    margin-top: -34px;
    right: 20px;
    width: 98px;
    height: 98px;
    transition: 0.3s;
  }
  a.f-pagetop-link:hover {
    transform: translateY(-5px);
  }
}
@media only screen and (max-width: 767px) {
  footer {
    height: 71px;
    width: 100%;
    background: #000;
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic",
      Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo,
      sans-serif;
    text-align: center;
    padding: 0;
    margin-bottom: 90px;
    position: relative;
    z-index: 9;
  }
  a.f-pagetop-link img {
    width: 68px;
    height: 68px;
  }
  a.f-pagetop-link {
    display: block;
    position: absolute;
    margin-top: -20px;
    right: 20px;
    width: 68px;
    height: 68px;
    transition: 0.3s;
    z-index: 8;
  }
  a.f-pagetop-link:hover {
    transform: translateY(-5px);
  }
}

.f-copy p {
  color: #fff;
  font-size: 14px;
  line-height: 5;
  text-align: center;
}
/*資料請求フォーム*/
.lp-contact {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  box-sizing: border-box;
}
.lp-contact .inner,
.lp-contact .inner2 {
  max-width: 980px;
}
@media only screen and (min-width: 1201px) {
  .lp-contact .inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .lp-contact .inner2 {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    height: auto;
  }
  .lp-contact h1 {
    text-align: center;
    font-size: 50px;
    margin: 0 auto 40px auto;
  }
  .lp-contact h2.h2_thanks {
    text-align: center;
    font-size: 22px;
    margin: 50px auto 40px auto !important;
  }
  .contact_box {
    border: 1px solid #707070;
    width: 980px;
    margin: 10px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .lp-contact p.lead {
    font-size: 18px;
    line-height: 1.8;
  }
  .lp-contact p.lead2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
  }
  .lp-contact p.lead3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
  }
  .lp-contact p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1200px) {
  .lp-contact .inner {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
  }
  .lp-contact .inner2{
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    height: auto;
  }
  
  .lp-contact h1 {
    text-align: center;
    font-size: 50px;
    margin: 0 auto 40px auto;
  }
  .lp-contact h2.h2_thanks {
    text-align: center;
    font-size: 22px;
    margin: 40px auto 40px auto;
  }
  .contact_box {
    border: 1px solid #707070;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .lp-contact h1 {
    text-align: center;
    font-size: 36px;
    margin: 0 auto 40px auto;
  }
  .lp-contact p.lead {
    font-size: 18px;
    line-height: 1.8;
  }
  .lp-contact p.lead2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
  }
  .lp-contact p.lead3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
  }
  .lp-contact p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .lp-contact h1 {
    text-align: center;
    font-size: 1.6rem;
    margin: -15px auto 30px auto;
  }
  .lp-contact p.lead {
    font-size: 18px;
    line-height: 1.8;
  }
  .lp-contact p.lead2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: -1px;
  }
  .lp-contact p.lead3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: -1px;
  }
  .lp-contact p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.sec {
  height: auto;
  margin-top: 50px;
}
