@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.pc {
  display: block !important;
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  .sp {
    display: block !important;
  }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: block;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
}

.minFnt {
  font-family: 'Noto Serif JP', serif;
}

h1, h2, h3, h4, h5, h6, img, p, div, ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, li {
  display: inline-block;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  a.tel {
    pointer-events: initial;
  }
}

a.under {
  text-decoration: underline;
}

a.under:hover {
  text-decoration: none;
}

section {
  width: 100%;
}

section .wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  section .wrap {
    width: 90%;
    margin: 0 auto;
  }
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
  text-align: left;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 3.733vw;
    line-height: 1.9;
  }
}

#gNavi_head {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10100;
  width: 100%;
  height: 60px;
  background-color: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  font-size: 15px;
}

@media screen and (max-width: 1000px) {
  #gNavi_head {
    background-color: white;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
    height: 60px;
  }
}

#gNavi_head .inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  position: relative;
  width: 100%;
  height: 60px;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner {
    display: block;
    height: 60px;
  }
}

#gNavi_head .inner #mobile-head {
  display: inline-block;
}

#gNavi_head .inner #mobile-head .logoWrap {
  margin: 0 auto;
  position: relative;
  z-index: 10001;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #mobile-head .logoWrap {
    position: absolute;
    top: 15px;
  }
}

#gNavi_head .inner #mobile-head .logoWrap .logo {
  padding-left: 15px;
  display: inline-block;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 6px;
}

#gNavi_head .inner #mobile-head .logoWrap .logo img {
  max-width: 250px;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #mobile-head .logoWrap .logo {
    left: 15px;
    font-size: 25px;
  }
  #gNavi_head .inner #mobile-head .logoWrap .logo img {
    max-width: 200px;
  }
}

#gNavi_head .inner #mobile-head #nav-toggle {
  display: none;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #mobile-head #nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 30px;
    height: 60px;
    cursor: pointer;
    z-index: 101000;
    padding: 12px 0;
  }
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #mobile-head #nav-toggle div {
    position: relative;
  }
}

#gNavi_head .inner #mobile-head #nav-toggle div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
  top: 0;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
  top: 9px;
}

#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
  top: 18px;
}

#gNavi_head .inner .gNavi_rightCnt_Wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

#gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

#gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns li {
  width: 35px;
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns li {
    width: 25px;
  }
}

#gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns li a {
  display: inline-block;
}

#gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns li a img {
  width: 35px;
}

#gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns li.contact {
  width: auto;
  font-size: 14px;
}

#gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns li.contact a {
  padding: 12px 20px;
  background-color: #EB5E3D;
  color: #fff;
  display: block;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner .gNavi_rightCnt_Wrap .gNavi_sns li.contact a {
    padding: 10px 15px;
  }
}

#gNavi_head .inner #global-nav {
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #global-nav {
    position: absolute;
    top: -3000px;
    height: 100vh;
    padding: 0;
    background: rgba(30, 30, 30, 0.8);
    text-align: center;
    margin-top: 60px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: scroll;
  }
  #gNavi_head .inner #global-nav::-webkit-scrollbar {
    width: 3px;
  }
  #gNavi_head .inner #global-nav::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #f2f2f2;
  }
  #gNavi_head .inner #global-nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #1a110c;
  }
}

#gNavi_head .inner #global-nav .naviWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #global-nav .naviWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    width: 100%;
    height: 400px;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi {
  display: block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi {
    width: 100%;
    display: block;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0.75px;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li {
  height: 60px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li {
    float: none;
    position: static;
    display: block;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #cacaca;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li a {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #FFF;
  padding: 20px 20px;
  height: 60px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 20px 15px;
    text-align: left;
    height: 60px;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li a:hover::after {
  width: 100%;
  padding-top: 4px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li a:hover::after {
    border: none;
  }
}

#gNavi_head .inner #global-nav .naviWrap .gNavi li a:after {
  display: block;
  content: '';
  transition: all 0.2s ease;
  padding-top: 4px;
  width: 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1000px) {
  #gNavi_head .inner #global-nav .naviWrap .gNavi li a:after {
    border: none;
  }
}

@media screen and (max-width: 1000px) {
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(3000px);
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
}

@media screen and (max-width: 1000px) {
  .Gnavi_overflow {
    overflow: hidden;
  }
}

/* ---------------------------------------------------- */
/* mainVis
/* ---------------------------------------------------- */
.mainvisual {
  width: 100%;
  position: relative;
  height: 600px;
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .mainvisual {
    margin-bottom: 13.333vw;
  }
}

.mainvisual:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.15);
}

.mainvisual .mvCatchcopy {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}

.mainvisual .mvCatchcopy .mvCatchcopy_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 60px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .mainvisual .mvCatchcopy .mvCatchcopy_inner {
    padding-top: 60px;
  }
}

.mainvisual .mvCatchcopy .mvCatchcopy_inner span {
  display: block;
  text-align: center;
  width: 14.5em;
  font-size: 36px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  padding: 0.25em 0;
  text-shadow: 2px 2px 1px #000;
}

@media screen and (max-width: 800px) {
  .mainvisual .mvCatchcopy .mvCatchcopy_inner span {
    font-size: 6.4vw;
  }
}

.mainvisual .mvCatchcopy .mvCatchcopy_inner span.mv-read {
  animation: typing 1.75s steps(15) forwards;
  animation-delay: .15s;
  width: 0;
}

.mainvisual .mvCatchcopy .mvCatchcopy_inner span.mv-ttl {
  font-size: 26px;
  letter-spacing: 6px;
  font-weight: 500;
  width: 0;
  animation: typing2 3.75s steps(25) forwards;
  animation-delay: 1.75s;
}

@media screen and (max-width: 800px) {
  .mainvisual .mvCatchcopy .mvCatchcopy_inner span.mv-ttl {
    font-size: 4.8vw;
  }
}

.mainvisual .mvCatchcopy .mvCatchcopy_inner span.mv-ttl3 {
  font-size: 26px;
  letter-spacing: 6px;
  font-weight: 500;
  width: 0;
  animation: typing3 3.75s steps(25) forwards;
  animation-delay: 3s;
}

@media screen and (max-width: 800px) {
  .mainvisual .mvCatchcopy .mvCatchcopy_inner span.mv-ttl3 {
    font-size: 4.267vw;
  }
}

.mainvisual .mvImg {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainvisual .mvImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 8s linear;
  transition: -webkit-transform 8s linear;
  transition: transform 8s linear;
  transition: transform 8s linear, -webkit-transform 8s linear;
  animation-name: fadeInAnime;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 10em;
  }
}

@keyframes typing2 {
  0% {
    width: 0;
  }
  100% {
    width: 32em;
  }
}

@keyframes typing3 {
  0% {
    width: 0;
  }
  100% {
    width: 32em;
  }
}

@keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* top read */
.topttl_read {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: .5em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .topttl_read {
    font-size: 4.8vw;
    text-align: left;
  }
}

h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 2.5em;
  text-align: center;
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 5.867vw;
  }
}

h2 b {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.listWrap {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .listWrap {
    margin-top: 10.667vw;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  table {
    margin-bottom: 13.333vw;
  }
}

table th {
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  color: #222;
  border: 1px #ddd solid;
  padding: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  table th {
    font-size: 3.733vw;
    padding: 3.2vw;
  }
}

table td {
  vertical-align: middle;
  background-color: #FFF;
  border: 1px #ddd solid;
  padding: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  table td {
    font-size: 3.733vw;
    padding: 3.2vw;
  }
}

table td p {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 800px) {
  table td p {
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 1000px) {
  table.ptn1 th {
    width: 100%;
    display: block;
    border: none;
  }
}

@media screen and (max-width: 1000px) {
  table.ptn1 td {
    width: 100%;
    display: block;
    border: none;
  }
}

.benefit {
  width: 100%;
  background: url("../img/top/benfitBg.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding: 16% 0;
  position: relative;
}

.benefit:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 800px) {
  .benefit {
    padding: 16% 0;
  }
}

.benefit .wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  height: 100%;
  width: 100%;
}

.benefit .wrap .benefit_inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.benefit .wrap .benefit_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .benefit .wrap .benefit_title {
    font-size: 4vw;
    margin-bottom: 2.667vw;
    font-weight: 400;
  }
}

.benefit .wrap .benefit_title span {
  display: inline-block;
  padding: 10px 15px 15px;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  background-color: #000;
}

@media screen and (max-width: 800px) {
  .benefit .wrap .benefit_title span {
    font-size: 3.467vw;
    padding: 2.667vw;
  }
}

.benefit .wrap .benefit_read {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .benefit .wrap .benefit_read {
    font-size: 4.267vw;
  }
}

/* ---------------------------------------------------- */
/* feature Wrap */
/* ---------------------------------------------------- */
.feature_wrap .feature_inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .feature_wrap .feature_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.feature_wrap .feature_inner > div {
  width: 32%;
  margin: 1.5%;
}

@media screen and (max-width: 800px) {
  .feature_wrap .feature_inner > div {
    width: 100%;
    margin-bottom: 40px;
  }
}

.feature_wrap .feature_inner > div .ttl {
  margin-top: .75em;
  margin-bottom: .25em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .feature_wrap .feature_inner > div .ttl {
    font-size: 4.8vw;
  }
}

/* ---------------------------------------------------- */
/* case Wrap */
/* ---------------------------------------------------- */
.case_wrap .case_inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.case_wrap .case_inner > div {
  width: 47%;
  margin: 1.5%;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .case_wrap .case_inner > div {
    width: 100%;
    margin-bottom: 40px;
  }
}

.case_wrap .case_inner > div .ttl {
  margin-top: .5em;
  margin-bottom: .25em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .case_wrap .case_inner > div .ttl {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------- */
/* common text */
/* ---------------------------------------------------- */
.btnWrap {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
  .btnWrap {
    width: 80%;
    max-width: 500px;
    margin-bottom: 16vw;
  }
}

.btnWrap.black a {
  color: #fff;
  background-color: #000;
}

.btnWrap.black a:hover {
  background-color: #333;
}

.btnWrap a {
  display: block;
  width: 100%;
  padding: 20px 10px 20px 20px;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .btnWrap a {
    font-size: 4vw;
    padding: 4vw 2.667vw 4vw 4vw;
  }
}

.btnWrap a span {
  position: relative;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 750ms;
}

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

.indent {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 10px !important;
  margin-top: 10px;
  line-height: 1.6 !important;
}

@media screen and (max-width: 800px) {
  .indent {
    font-size: 3.733vw;
  }
}

.indent2 {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 2em;
  padding-bottom: 0;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  .indent2 {
    font-size: 3.733vw;
  }
}

.marker1 {
  padding: 6px 10px;
  background-color: #ffcc00;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
  .marker1 {
    padding: 1px 0;
  }
}

.marker2 {
  border-bottom: 10px solid #ffcc00;
  margin-bottom: 8px;
  padding: 0 10px;
}

@media screen and (max-width: 1000px) {
  .marker2 {
    padding: 0 15px;
    border-bottom: 6px solid #ffcc00;
  }
}

/* ---------------------------------------------------- */
/* common  wrap */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* common  lowerMainvis*/
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* common */
/* ---------------------------------------------------- */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right !important;
}

a.hov:hover {
  transition: 0.2s all;
  opacity: 0.8;
}

a.hov:hover .hovImg {
  overflow: hidden;
}

a.hov:hover .hovImg img {
  transform: scale(1.1, 1.1);
  transition: 0.2s all;
  opacity: 0.8;
}

.hovImg {
  overflow: hidden;
}

.hovImg img {
  transition: 0.2s all;
}

.hovImg img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.2s all;
  opacity: 0.8;
}

#pagetop {
  font-size: 30px;
  padding-top: 2px;
  color: #fff;
  height: 60px;
  width: 60px;
  background-color: #000;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 10000;
  color: #000;
  text-align: center;
  opacity: 0;
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: all .5s;
  transition: background 0.2s, opacity 0.25s, transform 0.35s, -webkit-transform 0.35s;
}

#pagetop.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  display: block;
}

#pagetop:hover {
  background-color: #444;
}

#pagetop span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  margin-top: 20px;
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
}

footer .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 800px) {
  footer .wrap {
    display: block;
    padding: 10.667vw 0;
  }
}

footer .wrap p {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  footer .wrap p {
    font-size: 3.733vw;
  }
}

footer .wrap p.lineheight-1 {
  line-height: 1.4;
}

footer .wrap .footer_logo {
  font-size: 35px;
  letter-spacing: 6px;
  text-align: center;
  display: block;
  color: #000;
  margin-bottom: 5px;
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  footer .wrap .footer_logo {
    font-size: 6.933vw;
  }
}

footer .wrap .footer_sns {
  display: block;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 800px) {
  footer .wrap .footer_sns {
    margin-top: 4vw;
  }
}

footer .wrap .footer_sns li {
  width: 24px;
}

@media screen and (max-width: 800px) {
  footer .wrap .footer_sns li {
    width: 5.333vw;
  }
}

footer .wrap .footer_sns li + li {
  margin-left: 20px;
}

footer .wrap .footer_sns li a {
  display: inline-block;
}

footer .wrap .footer_sns li a:hover {
  opacity: 0.7;
}

footer .wrap .footer_sns li a img {
  width: 24px;
}

@media screen and (max-width: 800px) {
  footer .wrap .footer_sns li a img {
    width: 100%;
  }
}

footer .copy {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #000;
  margin: 0 auto;
}

footer .copy p {
  bottom: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 60px;
  text-align: center;
}
