.webfont {
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lg {
  display: block;
}
.sm {
  display: none;
}
h1::before,
h1::after,
h2::before,
h2::after {
  display: none;
}

.br_sm_hidden {
  display: inline;
}
.br_sm_visible {
  display: none;
}
.el_btn__cta {
  line-height: 1.6;
}
.bl_footer_col_body {
  padding: 35px 15px;
}

.section {
  position: relative;
  overflow: hidden;
}
.secTitle {
  text-align: center;
}
.secTitle p {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.secTitle p:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.secTitle img {
  width: 55.625%;
  margin: auto;
}

/* Section01*/
.content_sec01_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 150px 30px;
}
.content_sec01_titleLeft {
  width: 18.3673469%;
  position: relative;
}
.content_sec01_titleLeft h1 {
  animation: logo-fade-in 2s ease-out;
}
@keyframes logo-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.content_sec01_titleRight {
  width: 72.4489796%;
}
.content_sec01_titleRight h2 {
  margin-bottom: 40px;
  animation: title-fade-in 2s ease-out;
}
@keyframes title-fade-in {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.an_sec01_txt {
  animation: an_sec01_txt 2.5s ease-out;
}
@keyframes an_sec01_txt {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.content_sec01_scroll {
  width: 2px;
  margin: auto;
  height: 30px;
  background-color: #ccc;
  position: relative;
}
@keyframes scrollBtn {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.content_sec01_scroll span {
  display: block;
  width: 2px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  animation: scrollBtn 2.5s infinite;
}

.content_sec01_mainImg {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content_sec01_mainImg div:first-child {
  position: relative;
}
.content_sec01_mainImg div:nth-child(1),
.content_sec01_mainImg div:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.js-an_sec01_mainA {
  opacity: 0;
  transform: translate(-300px, -100px);
}
.js-an_sec01_mainA.inview {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 2s, visibility 2s, transform 3s;
  transition-delay: 1s;
}

.js-an_sec01_mainB {
  opacity: 0;
  transform: translate(300px, -100px);
}
.js-an_sec01_mainB.inview {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 2s, visibility 2s, transform 2.5s;
  transition-delay: 1.5s;
}

.js-an_sec01_mainC {
  opacity: 0;
  transform: translate(200px, 100px);
}
.js-an_sec01_mainC.inview {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 2s, visibility 2s, transform 2.5s;
  transition-delay: 1.8s;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
.js-fade.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: opacity 2s, visibility 2s, transform 2s;
}
.js-an-content-sec02-main-fade-left {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100px);
}
.js-an-content-sec02-main-fade-left.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 2s, visibility 2s, transform 2s;
  transition-delay: 1s;
}
.js-an-content-sec02-main-fade-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(200px);
}
.js-an-content-sec02-main-fade-right.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(30px);
  transition: opacity 2s, visibility 2s, transform 2.8s;
  transition-delay: 1.5s;
}
.js-an-sec02-bottom01 {
  opacity: 0;
  visibility: hidden;
  transform: translate(100px, -100px);
}
.js-an-sec02-bottom01.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 2s, visibility 2s, transform 2s;
  transition-delay: 1s;
}
.js-an-sec02-bottom02 {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px, 100px);
}
.js-an-sec02-bottom02.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 2s, visibility 2s, transform 2s;
  transition-delay: 1.5s;
}
.js-an-sec03-bottom {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px, 100px);
}
.js-an-sec03-bottom.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 2s, visibility 2s, transform 2s;
}

.content_sec01_text {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.content_sec01_text p span.textSmall {
  font-size: 12.8px;
}

/*section02*/
.content_sec02_main {
  display: flex;
  margin: 70px auto 60px;
  position: relative;
}
.content_sec02_main .ly_cont_inner {
  display: flex;
  justify-content: center;
  position: relative;
}
.content_sec02_main .ly_cont_inner div:first-child {
  width: 27.34375%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content_sec02_main .ly_cont_inner div:last-child {
  width: 25%;
}
.content_sec02_mainRight {
  width: 25%;
  max-width: 320px;
  position: absolute;
  top: 0;
  right: 0;
}
.content_sec02_text {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.content_sec02_mainImg {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}
.content_sec02_mainImg div:nth-child(1) {
  position: absolute;
}

/*section03*/
.content_sec03_title {
  margin: 50px auto 60px;
  text-align: center;
}
.content_sec03_text {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.content_sec03_history {
  margin-bottom: 50px;
}
.content_sec03_bottom {
  position: relative;
  left: -30px;
}

/*section04*/
.content_sec04_title {
  margin: 50px auto 60px;
  text-align: center;
}
.content_sec04_text {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.content_sec04_map {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
.content_sec04_map div {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.content_sec04_map div:first-child {
  margin-right: 0;
}

/*section05*/
.content_sec05_title {
  margin: 50px auto 60px;
  text-align: center;
}
.content_sec05_text {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.content_sec05_btnArea {
  margin-bottom: 50px;
}
.content_sec05_btnArea .bl_area_block_center {
  margin-bottom: 15px;
}

/*section06*/
.content_sec06_wrapper {
  padding: 0 25px;
}
.content_sec06_text {
  padding: 50px 0;
  text-align: center;
}
.content_sec06_text p {
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lg {
    display: none;
  }
  .sm {
    display: block;
  }
  .br_sm_hidden {
    display: none;
  }
  .br_sm_visible {
    display: inline;
  }
  .secTitle img {
    width: 100%;
  }

  /* Section01*/
  .content_sec01_title {
    padding: 60px 50px 30px;
  }
  .content_sec01_titleLeft {
    width: 29.0419162%;
  }
  .content_sec01_titleRight {
    width: 54.6407186%;
  }
  .content_sec01_text {
    text-align: left;
  }
  .content_sec01_text p span {
    text-align: right;
    display: block;
  }

  /*section02*/
  .content_sec02_main {
    flex-direction: column;
  }
  .content_sec02_sm_img {
    margin-bottom: 100px;
  }
  .content_sec02_main .ly_cont_inner {
    flex-direction: column;
    align-items: center;
  }
  .content_sec02_main .ly_cont_inner div:last-child {
    width: 54.6875%;
  }
  .content_sec02_text {
    text-align: left;
  }

  /*section03*/
  .content_sec03_text {
    text-align: left;
  }

  /*section04*/
  .content_sec04_text {
    text-align: left;
  }
  .content_sec04_map {
    display: flex;
    flex-direction: column;
  }
  .content_sec04_map div {
    width: 100%;
    margin-right: 0;
  }
  .content_sec04_map div:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  /*section05*/
  .content_sec05_text {
    text-align: left;
  }
  .content_sec05_btnArea {
    margin-bottom: 50px;
  }
  .content_sec05_btnArea .bl_area_block_center {
    margin-bottom: 15px;
  }

  /*animation*/
  .js-an_sec01_mainA {
    opacity: 0;
    transform: translate(-200px, 100px);
  }
  .js-an_sec01_mainA.inview {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 2s, visibility 2s, transform 1.5s;
  }

  .js-an_sec01_mainB {
    opacity: 0;
    transform: translate(300px, -100px);
  }
  .js-an_sec01_mainB.inview {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 2s, visibility 2s, transform 1.3s;
  }

  .js-an_sec01_mainC {
    opacity: 0;
    transform: translate(200px, 100px);
  }
  .js-an_sec01_mainC.inview {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 2s, visibility 2s, transform 2s;
  }

  .js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
  }
  .js-fade.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: opacity 2s, visibility 2s, transform 1.5s;
  }
  .js-an-content-sec02-main-fade-left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
  }
  .js-an-content-sec02-main-fade-left.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 2s, visibility 2s, transform 1.5s;
  }
  .js-an-content-sec02-main-fade-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(200px);
  }
  .js-an-content-sec02-main-fade-right.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 2s, visibility 2s, transform 2.5s;
  }
  .js-an-sec02-bottom01 {
    opacity: 0;
    visibility: hidden;
    transform: translate(100px, -100px);
  }
  .js-an-sec02-bottom01.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 2s, visibility 2s, transform 2s;
  }
  .js-an-sec02-bottom02 {
    opacity: 0;
    visibility: hidden;
    transform: translate(-100px, 100px);
  }
  .js-an-sec02-bottom02.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 2s, visibility 2s, transform 2s;
  }
}

@media screen and (max-width: 480px) {
  .ly_cont_inner {
    padding: 0 25px;
  }

  /* Section01*/
  .content_sec01_title {
    padding: 30px 25px 30px;
  }
  .content_sec01_text {
    margin-top: 30px;
  }
  .content_sec02_text {
    margin-top: 30px;
  }
  .content_sec03_text {
    margin-top: 30px;
  }
  .content_sec04_text {
    margin-top: 30px;
  }
  .content_sec05_title {
    margin: 50px auto 30px;
    text-align: center;
  }
  .content_sec05_text {
    margin: 0 auto 60px;
  }
}
