.js-inshow {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: opacity 0.8s ease-in-out 0.2s, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out 0.2s;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out 0.2s, -webkit-transform 0.8s ease-in-out;
}
.js-inshow.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body {
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
  color: #282828;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}
body a {
  text-decoration: none;
  color: #282828;
}
body p {
  margin: 0;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .sp_only {
  display: none !important;
}
body .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
body .en {
  font-family: Arial, Helvetica, sans-serif;
}

.lp_wrap {
  width: 100%;
  padding-top: 70px;
}

header {
  background: #fff;
  height: 70px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header .logo {
  width: 81px;
  margin: 0 0 0 85px;
}
header .gnav {
  height: 100%;
  font-weight: 600;
}
header .gnav ul {
  display: flex;
  font-size: 14px;
  height: 100%;
}
header .gnav li {
  height: 100%;
  position: relative;
}
header .gnav li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #282828;
  position: absolute;
  right: 0;
  top: 28px;
}
@media (any-hover: hover) {
  header .gnav li:hover {
    opacity: 0.8;
  }
}
header .gnav .ask {
  background: #B81C22 url(../img/ico_email.png) no-repeat 40px center/23px;
  width: 210px;
  margin-left: 16px;
}
header .gnav .ask a {
  color: #fff;
  padding: 0 0 0 70px;
}
header .gnav a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 23px;
}

footer {
  background: #333;
  color: #fff;
  padding: 51px 0 0;
}
footer .ftr_logo {
  margin-inline: auto;
  width: 107px;
}
footer .address {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 15px 0 45px;
}
footer .ftr_nav {
  background: #fff;
  height: 60px;
}
footer .ftr_nav .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .ftr_nav ul {
  display: flex;
  margin-left: 8px;
}
footer .ftr_nav ul a {
  display: block;
  padding: 0 18px;
}
@media (any-hover: hover) {
  footer .ftr_nav ul a:hover {
    opacity: 0.7;
  }
}
footer .ftr_nav small {
  color: #333;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

#page_01 #fv {
  background: url(../img/page01_fv_bg.jpg) no-repeat center 0;
  height: 600px;
  padding: 190px 0 0;
  text-align: center;
  color: #fff;
}
#page_01 #fv .fv_logo {
  margin-inline: auto;
  width: 214px;
}
#page_01 #fv .fv_txt {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.15em;
  margin: 32px auto 0;
}
#page_01 #nav_area {
  text-align: center;
  padding: 105px 0 130px;
  border-bottom: 1px solid #DCDCDC;
}
#page_01 #nav_area .ttl {
  font-size: 48px;
  letter-spacing: 0.22em;
  color: #282828;
  margin-bottom: 75px;
}
#page_01 #nav_area .ttl span {
  font-size: 18px;
  color: #B81C22;
  font-weight: bold;
  display: block;
  margin-bottom: 14px;
  letter-spacing: 0;
}
#page_01 #nav_area .nav {
  display: flex;
  justify-content: center;
  gap: 41px;
}
#page_01 #nav_area .nav li {
  border: 1px solid #B81C22;
  background: url(../img/nav_arw.png) no-repeat right bottom/40px;
  width: 320px;
  height: 320px;
  box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.1);
}
@media (any-hover: hover) {
  #page_01 #nav_area .nav li:hover {
    opacity: 0.8;
  }
}
#page_01 #nav_area .nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
#page_01 #nav_area .nav li .nav_num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 80px;
  height: 40px;
  position: relative;
  top: -20px;
  margin-inline: auto;
}
#page_01 #nav_area .nav li .nav_num img {
  width: 50px;
}
#page_01 #nav_area .nav li .nav_ico {
  width: 140px;
  margin: 10px auto 22px;
}
#page_01 #nav_area .nav li .nav_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
#page_01 .business_contents {
  padding-bottom: 240px;
}
#page_01 .business_contents .business_block {
  padding: 92px 0 120px;
}
#page_01 .business_contents #cat02 {
  background: #FCFCFC;
  border-bottom: 1px solid #DCDCDC;
}
#page_01 .business_contents .cat_txt {
  display: flex;
  justify-content: space-between;
  min-height: 277px;
  padding-bottom: 55px;
}
#page_01 .business_contents .cat_txt .ttl .ttl_num {
  width: 30px;
  margin-bottom: 17px;
}
#page_01 .business_contents .cat_txt .ttl .ttl_sub {
  font-size: 40px;
}
#page_01 .business_contents .cat_txt .txt_wrap {
  width: 500px;
  padding: 30px 0 0;
}
#page_01 .business_contents .cat_txt .txt_wrap .catch {
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
#page_01 .business_contents .cat_txt .txt_wrap .catch::before {
  content: "";
  display: block;
  background: url(../img/marker.png) no-repeat center 0/100%;
  width: 20px;
  height: 20px;
}
#page_01 .business_contents .cat_txt .txt_wrap p {
  line-height: 30px;
  color: #646464;
  letter-spacing: 0.05em;
}
#page_01 .business_contents .cat_link {
  background: url(../img/btn_r.png) no-repeat 325px center/40px;
  display: block;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #B81C22;
  border-radius: 100vh;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 30px 0 0 136px;
}
@media (any-hover: hover) {
  #page_01 .business_contents .cat_link:hover {
    background: #B81C22 url(../img/btn_w.png) no-repeat 325px center/40px;
    color: #fff;
    transition: all 0.3s;
  }
}

#ov {
  background: url(../img/ov_bg.jpg) no-repeat center 0;
  height: auto;
  color: #fff;
  padding: 72px 0 33px;
  text-align: center;
}
#ov .sect_title {
  font-size: 30px;
  letter-spacing: 0.08em;
  margin-bottom: 47px;
}
#ov .ov_table {
  border-collapse: collapse;
  width: 460px;
  margin-inline: auto;
  border-top: 1px solid #FFF;
}
#ov .ov_table * {
  text-align: left;
  line-height: 30px;
  font-weight: 500;
  border-bottom: 1px solid #FFF;
}
#ov .ov_table th {
  padding: 15px 0 0 10px;
  width: 140px;
  vertical-align: top;
}
#ov .ov_table td {
  padding: 15px 0;
}
#ov .ov_table td a {
  color: #fff;
  border: none;
}

#page_02 #fv {
  background: url(../img/page02_fv_bg.jpg) no-repeat center 0;
  height: 300px;
  padding: 134px 0 0;
  text-align: center;
  color: #fff;
}
#page_02 #fv .fv_txt {
  font-size: 28px;
  letter-spacing: 0.15em;
}
#page_02 #nav_area {
  text-align: center;
  padding: 115px 0 90px;
}
#page_02 #nav_area .ttl {
  font-size: 38px;
  letter-spacing: 0.08em;
  margin-bottom: 75px;
  position: relative;
  margin: 0 auto 66px;
}
#page_02 #nav_area .ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #B81C22;
  margin: 26px auto 0;
}
#page_02 #nav_area .image {
  width: 1200px;
  margin: 0 auto -70px;
}
#page_02 #nav_area .nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin: 0 auto 87px;
}
#page_02 #nav_area .nav li {
  width: 330px;
  height: 185px;
  background: #B81C22;
  color: #fff;
  padding: 30px 0 0;
}
#page_02 #nav_area .nav li:last-child {
  background: #D7282D;
}
#page_02 #nav_area .nav .nav_txt {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 26px;
}
#page_02 #nav_area .nav .nav_btn {
  display: block;
  width: 283px;
  height: 35px;
  margin: 0 auto 9px;
  padding: 7px 10px 0 0;
  border-radius: 100vh;
  text-align: center;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  #page_02 #nav_area .nav .nav_btn:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }
}
#page_02 #nav_area .nav .btn01 {
  background: #FFF url(../img/btn_r.png) no-repeat 253px center/25px;
  border: 1px solid #FFF;
}
#page_02 #nav_area .nav .btn02 {
  background: url(../img/btn_w.png) no-repeat 253px center/25px;
  border: 1px solid #FFF;
  color: #fff;
}
#page_02 #nav_area .download {
  text-align: center;
}
#page_02 #nav_area .download .sub {
  font-size: 30px;
  letter-spacing: 0.08em;
  margin-bottom: 75px;
  position: relative;
  margin: 0 auto 21px;
}
#page_02 #nav_area .download .sub::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #B81C22;
  margin: 28px auto 0;
}
#page_02 #nav_area .download .txt {
  line-height: 30px;
  color: #646464;
  letter-spacing: 0.05em;
  margin-bottom: 38px;
}
#page_02 #nav_area .download .dl_btn {
  display: block;
  text-align: left;
  width: 400px;
  height: 80px;
  margin: 0 auto 9px;
  padding: 29px 0 0 130px;
  border-radius: 100vh;
  transition: all 0.3s;
  background: url(../img/ico_dl.png) no-repeat 80px center/40px;
  border: 1px solid #B81C22;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (any-hover: hover) {
  #page_02 #nav_area .download .dl_btn:hover {
    box-shadow: 0 0 10px rgba(184, 28, 34, 0.8);
  }
}
#page_02 #function {
  margin-bottom: 100px;
}
#page_02 #function .inner {
  width: 1040px;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
#page_02 #function .function_block {
  background: #F5F5F5;
  width: 505px;
  padding: 67px 33px 50px;
}
#page_02 #function .function_block .txt {
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #646464;
}
#page_02 #function .sub .num {
  font-size: 18px;
  color: #B81C22;
  margin-bottom: 10px;
}
#page_02 #function .sub .txt {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #282828;
}
#page_02 #function .function_img {
  width: 440px;
  margin: 35px auto 20px;
}
#page_02 #function .function_01 {
  width: 100%;
  padding: 65px 80px 55px;
}
#page_02 #function .lms {
  background: url(../img/lms.png) no-repeat center 0/100%;
  width: 880px;
  height: 330px;
  margin: 40px auto 30px;
  position: relative;
}
#page_02 #function .lms .list {
  width: 210px;
  text-align: center;
  position: absolute;
  top: 48px;
}
#page_02 #function .lms .list01 {
  left: 15px;
}
#page_02 #function .lms .list02 {
  left: 655px;
}
#page_02 #function .lms .list dt {
  color: #fff;
  font-size: 20px;
  margin-bottom: 17px;
}
#page_02 #function .lms .list dd {
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 17px;
  font-weight: 600;
}
#page_02 #function .lms .lms_txt {
  width: 100%;
  font-size: 22px;
  position: absolute;
  top: 132px;
  text-align: center;
}
#page_02 #inquiry {
  text-align: center;
  margin-bottom: 130px;
}
#page_02 #inquiry .txt01 {
  width: 800px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.08em;
  color: #282828;
  border-bottom: 1px solid #C8C8C8;
  margin: 0 auto 30px;
  padding: 0 0 28px;
}
#page_02 #inquiry .txt02 {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #646464;
}
#page_02 #inquiry .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 28px auto 0;
}
#page_02 #inquiry .btn_wrap a {
  display: block;
  width: 280px;
  height: 80px;
  border-radius: 8px;
  color: #fff;
  text-align: left;
}
@media (any-hover: hover) {
  #page_02 #inquiry .btn_wrap a:hover {
    opacity: 0.7;
  }
}
#page_02 #inquiry .btn_wrap .btn01 {
  background: rgb(50, 120, 200) url(../img/ico_tel.png) no-repeat 24px center/29px;
  padding: 15px 0 0 65px;
}
#page_02 #inquiry .btn_wrap .btn01 p {
  font-size: 27px;
  margin: 0 0 7px 7px;
}
#page_02 #inquiry .btn_wrap .btn01 span {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0;
}
#page_02 #inquiry .btn_wrap .btn02 {
  background: rgb(50, 120, 200) url(../img/ico_email.png) no-repeat 24px center/30px;
  padding: 28px 0 0 68px;
  font-size: 20px;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */