#layer_board_area {
  display: none;
}

.op {
  overflow: hidden;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  background: #E6A7A9;
  width: 100%;
  height: 100vh;
  opacity: 1;
  transition: opacity 300ms 5000ms ease-out, height 0ms 5300ms;
}

.op .box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  color: #FFF;
}

.op .box p {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 24px;
  text-indent: 24px;
  opacity: 0;
  transition: opacity 500ms 500ms ease-out;
}

.op .box span {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 4px;
  text-indent: 4px;
  opacity: 0;
  transition: opacity 500ms 1100ms ease-out;
}

.op .box h1 {
  margin-top: 60px;
  opacity: 0;
  transition: opacity 600ms 1800ms ease-in;
}

.op.action {
  opacity: 0;
  height: 0;
}

.op.action p {
  opacity: 1;
}

.op.action span {
  opacity: 1;
}

.op.action h1 {
  opacity: 1;
}

.st00_01 {
  position: relative;
  z-index: 10;
}

.st00_01 .slider01 .slide {
  width: 100%;
  opacity: 0;
  transition: opacity 300ms 5350ms ease-out;
}

.st00_01 .slider01 .slide .container01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 580px;
}

.st00_01 .slider01 .slide .container01 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 400px;
  height: 400px;
  opacity: 0;
  position: relative;
  top: 10px;
  transition: opacity 300ms 6000ms ease-out, top 300ms 6000ms ease-out;
  color: #000;
}

.st00_01 .slider01 .slide .container01 .box .txt {
  margin-top: -20px;
}

.st00_01 .slider01 .slide .container01 .box .txt h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 12px;
  line-height: 1.6;
  font-weight: normal;
}

.st00_01 .slider01 .slide .container01 .box .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 4px;
  line-height: 2;
}

.st00_01 .slider01 .slide .container01 .box .btn {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 5px;
}

.st00_01 .slider01 .slide .container01 .box .btn span {
  display: inline-block;
}

.st00_01 .slider01 .slide .container01 .box .btn span .arrow {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  margin: 5px auto 0;
}

.st00_01 .slider01 .bg01 {
  background: url("../images/home/bg01.jpg") no-repeat center top;
  background-size: cover;
}

.st00_01 .slider01 .bg02 {
  background: url("../images/home/bg02.jpg") no-repeat center top;
  background-size: cover;
}

.st00_01 .slider01 .bg02 .container01 {
  justify-content: flex-start;
}

.st00_01 .slider01 .bg03 {
  background: url("../images/home/bg03.jpg") no-repeat center top;
  background-size: cover;
}

.st00_01 .slider01.action .slide {
  opacity: 1;
}

.st00_01 .slider01.action .slide .box {
  opacity: 1;
  top: 0;
}

.st00_02 {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  margin-bottom: 100px;
}

.st00_02 ul {
  display: flex;
  flex-wrap: wrap;
}

.st00_02 ul li {
  display: flex;
  justify-content: center;
  width: 20%;
}

.st00_02 ul li:nth-of-type(1) {
  transition-delay: 6100ms;
}

.st00_02 ul li:nth-of-type(2) {
  transition-delay: 6200ms;
}

.st00_02 ul li:nth-of-type(3) {
  transition-delay: 6300ms;
}

.st00_02 ul li:nth-of-type(4) {
  transition-delay: 6400ms;
}

.st00_02 ul li:nth-of-type(5) {
  transition-delay: 6500ms;
}

.st00_02 ul li a {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: #000;
}

.st00_02 ul li a span {
  display: flex;
  align-items: center;
  height: 48px;
  margin-top: 30px;
}

.st00_02 ul.action li {
  opacity: 1;
  top: 0;
}

.st00_03 {
  margin-bottom: 150px;
}

.st00_03 .slider02 .slide {
  margin: 0 5px;
}

.st00_04 {
  position: relative;
  padding: 40px 0 100px;
}

.st00_04 .bgGrad01 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 650px;
}

.st00_04 .tit_en01 {
  top: 0;
}

.st00_04 .container01 .tit01 {
  text-indent: 9px;
}

.st00_04 .container01 .tit01 br {
  display: none;
}

.st00_04 .container01 .boxBd01 {
  position: relative;
  padding: 0 25px 30px;
  margin-bottom: 50px;
}

.st00_04 .container01 .boxBd01 .tab-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -40px;
  margin-bottom: -10px;
}

.st00_04 .container01 .boxBd01 .tab-area .tab {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #D1777B;
  width: 32%;
  height: 70px;
  margin-left: 2%;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 400;
  color: #FFF;
}

.st00_04 .container01 .boxBd01 .tab-area .tab:nth-of-type(2) {
  transition-delay: 200ms;
}

.st00_04 .container01 .boxBd01 .tab-area .tab:nth-of-type(3) {
  transition-delay: 400ms;
}

.st00_04 .container01 .boxBd01 .tab-area .tab br {
  display: none;
}

.st00_04 .container01 .boxBd01 .tab-area .tab img.off {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.st00_04 .container01 .boxBd01 .tab-area .tab img.on {
  display: none;
}

.st00_04 .container01 .boxBd01 .tab-area .tab:first-of-type {
  margin-left: 0;
}

.st00_04 .container01 .boxBd01 .tab-area .tab.active {
  background: #FFF;
  color: #D1777B;
}

.st00_04 .container01 .boxBd01 .tab-area .tab.active img.off {
  display: none;
}

.st00_04 .container01 .boxBd01 .tab-area .tab.active img.on {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.st00_04 .container01 .boxBd01 .content-area .content {
  display: none;
  min-height: 400px;
}

.st00_04 .container01 .boxBd01 .content-area .content.show {
  display: block;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul {
  display: flex;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li {
  position: relative;
  width: 49%;
  margin-left: 2%;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li:nth-of-type(2) {
  transition-delay: 300ms;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
  transition: transform 300ms 0ms ease-out;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li .layer01 {
  width: 100%;
  height: 450px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 15px;
  line-height: 1.4;
  font-weight: normal;
  color: #FFF;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li .layer01 .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 450px;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li .layer01 .txt .arrow01 {
  margin-right: 50px;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li:first-of-type {
  margin-left: 0;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li:first-of-type a .bg {
  background: url("../images/home/bg04.jpg") no-repeat center center;
  background-size: cover;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li:first-of-type a:hover .bg {
  transform: scale(1.05);
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li:last-of-type a .bg {
  background: url("../images/home/bg05.jpg") no-repeat center center;
  background-size: cover;
}

.st00_04 .container01 .boxBd01 .content-area .content01 ul li:last-of-type a:hover .bg {
  transform: scale(1.05);
}

.st00_04 .container01 .boxBd01 .content-area .content02 .layout03 {
  margin: 50px 0;
}

.st00_04 .container01 .boxBd01 .content-area .content03 {
  padding: 30px 30px 0;
}

.st00_04 .container01 .boxBd01 .content-area .content03 .group {
  margin-top: 60px;
}

.st00_04 .container01 .boxBd01 .content-area .content03 .group div {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #6F7070;
}

.st00_04 .container01 .boxBd01 .content-area .content03 .group ul {
  display: flex;
  flex-wrap: wrap;
}

.st00_04 .container01 .boxBd01 .content-area .content03 .group ul li {
  width: 33.333%;
  margin-top: 15px;
}

.st00_04 .container01 .boxBd01 .content-area .content03 .group ul li:nth-of-type(1),
.st00_04 .container01 .boxBd01 .content-area .content03 .group ul li:nth-of-type(2),
.st00_04 .container01 .boxBd01 .content-area .content03 .group ul li:nth-of-type(3) {
  margin-top: 0;
}

.st00_04 .container01 .boxBd01 .content-area .content03 .group:first-of-type {
  margin-top: 0;
}

.st00_04 .container01 .boxBd01 .content-area .content03 .btn01 {
  margin-top: 80px;
}

.st00_04 .container01 .boxBd01 .search {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 30px auto 0;
}

.st00_04 .container01 .boxBd01 .search div {
  flex-grow: 1;
  margin-left: 20px;
}

.st00_04 .container01 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 150px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 6px;
  font-weight: 300;
}

.st00_04 .container01 .btn .txtC {
  position: relative;
}

.st00_04 .container01 .btn .txtC img {
  position: absolute;
  left: -100px;
  top: 10px;
}

.st00_04 .container01 .btn .txtC span {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 12px;
}

.st00_04 .container01 .btn .arrow01 {
  position: absolute;
  right: 35px;
}

.st00_05 {
  position: relative;
  padding: 40px 0 100px;
}

.st00_05 .bgGrad01 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}

.st00_05 .tit_en01 {
  left: inherit;
  right: -310px;
  top: 0;
}

.st00_05 .box {
  position: relative;
  margin-bottom: 50px;
  top: 0;
}

.st00_05 .box .layout01 {
  margin-bottom: 50px;
}

.st00_06 {
  position: relative;
  padding: 40px 0 100px;
}

.st00_06 .bgGrad02 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}

.st00_06 .tit_en01 {
  left: inherit;
  right: -292px;
}

.st00_06 .box {
  position: relative;
  margin-bottom: 50px;
}

.st00_06 .box .layout02 {
  margin-bottom: 50px;
}



.st00_01.accessed {
  position: relative;
  z-index: 10;
}

.st00_01.accessed .slider01 .slide {
  width: 100%;
  opacity: 0;
  transition: opacity 300ms 350ms ease-out;
}

.st00_01.accessed .slider01 .slide .container01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 580px;
}

.st00_01.accessed .slider01 .slide .container01 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 400px;
  height: 400px;
  opacity: 0;
  position: relative;
  top: 10px;
  transition: opacity 300ms 1000ms ease-out, top 300ms 6000ms ease-out;
  color: #000;
}

.st00_01.accessed .slider01 .slide .container01 .box .txt {
  margin-top: -20px;
}

.st00_01.accessed .slider01 .slide .container01 .box .txt h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 12px;
  line-height: 1.6;
  font-weight: normal;
}

.st00_01.accessed .slider01 .slide .container01 .box .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 4px;
  line-height: 2;
}

.st00_01.accessed .slider01 .slide .container01 .box .btn {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 5px;
}

.st00_01.accessed .slider01 .slide .container01 .box .btn span {
  display: inline-block;
}

.st00_01.accessed .slider01 .slide .container01 .box .btn span .arrow {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  margin: 5px auto 0;
}

.st00_01.accessed .slider01 .bg01 {
  background: url("../images/home/bg01.jpg") no-repeat center top;
  background-size: cover;
}

.st00_01.accessed .slider01 .bg02 {
  background: url("../images/home/bg02.jpg") no-repeat center top;
  background-size: cover;
}

.st00_01.accessed .slider01 .bg02 .container01 {
  justify-content: flex-start;
}

.st00_01.accessed .slider01 .bg03 {
  background: url("../images/home/bg03.jpg") no-repeat center top;
  background-size: cover;
}

.st00_01.accessed .slider01.action .slide {
  opacity: 1;
}

.st00_01.accessed .slider01.action .slide .box {
  opacity: 1;
  top: 0;
}


.st00_02.accessed ul li:nth-of-type(1) {
  transition-delay: 1100ms;
}

.st00_02.accessed ul li:nth-of-type(2) {
  transition-delay: 1200ms;
}

.st00_02.accessed ul li:nth-of-type(3) {
  transition-delay: 1300ms;
}

.st00_02.accessed ul li:nth-of-type(4) {
  transition-delay: 1400ms;
}

.st00_02.accessed ul li:nth-of-type(5) {
  transition-delay: 1500ms;
}

/*===============================================
 responsive width-1060
===============================================*/
@media only screen and (max-width: 1060px) {
  .op .box p {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 18px;
    text-indent: 18px;
  }
  .op .box span {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 3px;
    text-indent: 3px;
  }
  .op .box h1 {
    margin-top: 40px;
  }
  .op .box h1 img {
    width: 150px;
  }
  .st00_01 .slider01 .slide .container01 {
    height: 400px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .st00_01 .slider01 .slide .container01 .box {
    width: 300px;
    height: 300px;
  }
  .st00_01 .slider01 .slide .container01 .box .txt {
    margin-top: -30px;
  }
  .st00_01 .slider01 .slide .container01 .box .txt h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 6px;
  }
  .st00_01 .slider01 .slide .container01 .box .txt p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .st00_01 .slider01 .slide .container01 .box .btn {
    bottom: 50px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 3px;
  }
  .st00_01 .slider01 .slide .container01 .box .btn span .arrow {
    width: 10px;
    height: 10px;
  }


  .st00_01.accessed .slider01 .slide .container01 {
    height: 400px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box {
    width: 300px;
    height: 300px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt {
    margin-top: -30px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 6px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .btn {
    bottom: 50px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 3px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .btn span .arrow {
    width: 10px;
    height: 10px;
  }


  .st00_02 ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .st00_04 .bgGrad01 {
    height: 600px;
  }
  .st00_04 .container01 .boxBd01 .tab-area {
    margin-bottom: 0;
  }
  .st00_04 .container01 .boxBd01 .tab-area .tab {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content {
    min-height: 350px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li .bg {
    height: 400px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li .layer01 {
    height: 400px;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 10px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li .layer01 .txt {
    height: 400px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li .layer01 .txt .arrow01 {
    margin-right: 30px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content02 .layout03 {
    margin: 20px 0 50px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 {
    padding: 20px 0 0;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group div {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .btn01 {
    margin-top: 60px;
  }
  footer .first ul li {
    padding: 60px 40px;
  }
  footer .first ul li .box {
    width: 100%;
    max-width: 500px;
  }
  footer .first ul li .box .tit {
    margin-bottom: 40px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 4px;
    text-indent: 4px;
  }
  footer .first ul li .box .txt {
    height: 250px;
    padding: 20px;
  }
  footer .first ul li .box .txt p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  footer .first ul li .box .txt dl dt {
    width: 100px;
    padding-top: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  footer .first ul li .box .txt dl dd {
    margin-left: 120px;
  }
  footer .first ul li .box .txt dl dd input {
    font-size: 13px;
    font-size: 1.3rem;
  }
  footer .first ul li .box .txt .btn01 {
    margin-top: 40px;
  }
  footer .second {
    padding: 50px 0;
  }
  footer .second a {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  footer .second .box .nav01 {
    margin-bottom: 50px;
  }
  footer .second .box .nav01 ul li:first-of-type a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  footer .second .box .nav02 ul li {
    margin-left: 30px;
  }
  footer .second .box .copy {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/*===============================================
 responsive width-768
===============================================*/
@media only screen and (max-width: 768px) {
  .op .box p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 10px;
    text-indent: 10px;
  }
  .op .box span {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-indent: 2px;
  }
  .op .box h1 {
    margin-top: 30px;
  }
  .op .box h1 img {
    width: 120px;
  }
  .st00_01.accessed .slider01 .slide .container01 {
    height: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box {
    width: 250px;
    height: 250px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt {
    margin-top: -40px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt p {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .btn {
    bottom: 40px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 3px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .btn span .arrow {
    width: 10px;
    height: 10px;
  }

  .st00_01.accessed .slider01 .slide .container01 {
    height: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box {
    width: 250px;
    height: 250px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt {
    margin-top: -40px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt p {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .btn {
    bottom: 40px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 3px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .btn span .arrow {
    width: 10px;
    height: 10px;
  }

  .st00_02 ul li {
    width: 33.333%;
    margin-top: 40px;
  }
  .st00_02 ul li a span {
    margin-top: 20px;
  }
  .st00_02 ul li:nth-of-type(1),
  .st00_02 ul li:nth-of-type(2),
  .st00_02 ul li:nth-of-type(3) {
    margin-top: 0;
  }
  .st00_03 {
    margin-bottom: 120px;
  }
  .st00_04 {
    padding: 40px 0 60px;
  }
  .st00_04 .bgGrad01 {
    height: 500px;
  }
  .st00_04 .container01 .tit01 {
    text-indent: 4px;
  }
  .st00_04 .container01 .boxBd01 {
    padding: 0 20px 25px;
  }
  .st00_04 .container01 .boxBd01 .tab-area {
    display: flex;
    top: -20px;
  }
  .st00_04 .container01 .boxBd01 .tab-area .tab {
    width: 33%;
    height: 40px;
    margin-left: 1%;
    font-size: 12px;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .st00_04 .container01 .boxBd01 .tab-area .tab img.off {
    display: none;
  }
  .st00_04 .container01 .boxBd01 .tab-area .tab img.on {
    display: none;
  }
  .st00_04 .container01 .boxBd01 .tab-area .tab.active img.off {
    display: none;
  }
  .st00_04 .container01 .boxBd01 .tab-area .tab.active img.on {
    display: none;
  }
  .st00_04 .container01 .boxBd01 .content-area .content {
    min-height: 300px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul {
    display: block;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li {
    width: 100%;
    margin-left: 0;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li .bg {
    height: 300px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li .layer01 {
    width: 100%;
    height: 300px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li .layer01 .txt {
    height: 300px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li:first-of-type {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li:first-of-type a .bg {
    background: url("../images/home/bg04.jpg") no-repeat center top;
    background-size: cover;
  }
  .st00_04 .container01 .boxBd01 .content-area .content01 ul li:last-of-type a .bg {
    background: url("../images/home/bg05.jpg") no-repeat center top;
    background-size: cover;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group {
    margin-top: 50px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group div {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group ul li {
    width: 50%;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group ul li:nth-of-type(3) {
    margin-top: 15px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .btn01 {
    margin-top: 60px;
  }
  .st00_04 .container01 .boxBd01 .search {
    width: 100%;
  }
  .st00_04 .container01 .boxBd01 .search div {
    margin-left: 15px;
  }
  .st00_04 .container01 .btn {
    height: 100px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 4px;
  }
  .st00_04 .container01 .btn .txtC img {
    left: -60px;
    top: 2px;
    width: 40px;
  }
  .st00_04 .container01 .btn .txtC span {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 8px;
  }
  .st00_04 .container01 .btn .arrow01 {
    position: absolute;
    right: 30px;
  }
  .st00_05 {
    padding: 40px 0 60px;
  }
  .st00_05 .txt01 {
    text-align: left !important;
  }
  .st00_06 {
    padding: 40px 0 60px;
  }
}

/*===============================================
 responsive width-480
===============================================*/
@media only screen and (max-width: 480px) {
  .op .box p {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  .op .box span {
    margin-top: 5px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .op .box h1 {
    margin-top: 20px;
  }
  .op .box h1 img {
    width: 100px;
  }
  .st00_01 .slider01 .slide .container01 {
    height: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .st00_01 .slider01 .slide .container01 .box {
    width: 160px;
    height: 160px;
  }
  .st00_01 .slider01 .slide .container01 .box .txt {
    margin-top: -30px;
  }
  .st00_01 .slider01 .slide .container01 .box .txt h2 {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .st00_01 .slider01 .slide .container01 .box .txt p {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .st00_01 .slider01 .slide .container01 .box .btn {
    bottom: 20px;
    font-size: 8px;
    font-size: 0.8rem;
    letter-spacing: 2px;
  }
  .st00_01 .slider01 .slide .container01 .box .btn span .arrow {
    width: 6px;
    height: 6px;
  }


  .st00_01.accessed .slider01 .slide .container01 {
    height: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box {
    width: 160px;
    height: 160px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt {
    margin-top: -30px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt h2 {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .txt p {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .btn {
    bottom: 20px;
    font-size: 8px;
    font-size: 0.8rem;
    letter-spacing: 2px;
  }
  .st00_01.accessed .slider01 .slide .container01 .box .btn span .arrow {
    width: 6px;
    height: 6px;
  }


  .st00_02 ul li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .st00_04 .container01 .tit01 br {
    display: block;
  }
  .st00_04 .container01 .boxBd01 .tab-area .tab {
    line-height: 1.4;
  }
  .st00_04 .container01 .boxBd01 .tab-area .tab br {
    display: block;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 {
    padding: 20px 0 0;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group {
    margin-top: 40px;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group div {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group ul li {
    width: 50%;
  }
  .st00_04 .container01 .boxBd01 .content-area .content03 .group ul li:nth-of-type(3) {
    margin-top: 15px;
  }
  .st00_04 .container01 .boxBd01 .search span {
    width: 90px;
  }
  .st00_04 .container01 .btn {
    height: 70px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .st00_04 .container01 .btn .txtC img {
    left: -50px;
    top: 4px;
    width: 30px;
  }
  .st00_04 .container01 .btn .txtC span {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 4px;
  }
  .st00_04 .container01 .btn .arrow01 {
    position: absolute;
    right: 25px;
  }
}
