.movieBox {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 705px;
  z-index: 1;
}

.movie {
  display: block;
  position: absolute;
  z-index: -99;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1080px;
  margin: -540px 0 0 -960px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .mv {
    top: 0;
    left: 0;
    display: block;
  }
  .mv img {
    width: 100%;
  }
  .movieBox {
    height: auto;
    aspect-ratio: 1/1;
  }
  .movie {
    width: auto;
    height: 100%;
    aspect-ratio: 16 / 9;
    margin: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.bnr01 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-top: 463px;
  margin-left: 133px;
  width: 328px;
  height: 0;
  z-index: 99;

/*
  padding-top: 107px;
  background: url("../images/index_border_01_pc.png?v=1") left top no-repeat;
*/
  padding-top: 142px;
  background: url("../images/index_border_01_2_pc.png?v=1") left top no-repeat;
}

@media only screen and (max-width: 767px) {
  .bnr01 {
    margin-top: 67.2%;
    margin-left: 6.66667%;
    padding-top: 58px;
    width: 229px;
    background: none rgba(255, 255, 255, 0.8);
  }
}

.bnr01 dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bnr01 dt {
  display: block;
  margin-top: -14px;
  margin-left: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 125px;
  background: #ef7a00;
  font-size: 1.365rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .bnr01 dt {
    margin-top: -8px;
    margin-left: -5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 80px;
    font-size: 0.99rem;
    letter-spacing: 0.2em;
  }
}

.bnr01 dd {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bnr01 dd {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 10px;
  }
}

.bnr01 span {
  display: block;
  text-align: center;
  color: #fff;
}

.bnr01 .txt01 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.bnr01 .txt02 {
  font-size: 2rem;
  letter-spacing: 0.13em;
}

.bnr01 .link {
  text-align: center;
}

.bnr01 .link .opa{
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #ED732E;
  border: 2px solid #ED732E;
  margin-top: 10px;
  padding: 6px 30px 6px 10px;
  font-weight: bold;
}

.bnr01 .link .opa::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #ED732E;
  right: 10px;
  top: 50%;
  margin-top: -4.5px;
}


@media only screen and (max-width: 767px) {
  .bnr01 .txt01 {
    margin-bottom: 5px;
    font-size: 1.045rem;
    letter-spacing: 0.1em;
    color: #2e1813;
  }
  .bnr01 .txt02 {
    font-size: 1.485rem;
    color: #2e1813;
  }
}

.sec01{
	background: #f6f5f5;
}

.sec01 .inner {
  display: flex;
  position: relative;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 55px 15px 35px;
  min-height: 50px;
  width: 960px;
  background: #e6e2db;
  z-index: 2;
}

.sec01.ir-news{
  padding-top: 50px;
}

.sec01.ir-news .inner{
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .sec01 .inner{
	display: block;
    margin-top: 0;
    padding: 25px 0;
    width: 100%;
    height: auto;
    background: #f6f5f5;
  }

.sec01.ir-news{
  padding-top: 0;
}
}

.sec01 h2 {
  display: inline-block;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
  border-right: 1px solid #2e1813;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .sec01 h2 {
    display: block;
    margin-right: 0;
    margin-bottom: 17px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    border-right: 0;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    text-align: center;
    width: 100%;
  }

}

.sec01 .list01 {
  flex: 1;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .sec01 .list01 {
    display: block;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.sec01 .list01 li {
  display: block;
  padding: 5px 0;
  line-height: 130%;
}


@media only screen and (max-width: 767px) {
  .sec01 .list01 li {
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 1.15rem;
    border-bottom: 1px dotted #aaa;
  }
  .sec01 .list01 li span {
    display: inline;
    padding-right: 15px;
    width: 80px;
    font-size: 1.15rem;
    letter-spacing: 0.06em;
  }
  .sec01 .list01 li a {
    display: block;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
    line-height: 1.525;
  }
}

@media only screen and (max-width: 767px) {
  .sec01 .list01 li.first {
    display: table-cell;
  }
}

.sec01 .list01 li a {
  color: #3c3c3c;
}

.sec01 .list01 li a:hover {
	opacity: 0.7;
}

.sec01 .btn01 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .sec01 .btn01 {
    position: static;
    font-size: 1.1rem;
    letter-spacing: 0.16em;
  }
}

.sec01 .btn01 a {
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  background: #2d1611;
  text-indent: -9999px;
}

@media only screen and (max-width: 767px) {
  .sec01 .btn01 a {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid #2e1813;
    text-align: center;
    text-indent: 0;
    line-height: 40px;
  }
}

.sec01 .btn01 a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  padding-top: 2px;
  width: 15px;
  height: 0;
  background: #fff;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec01 .btn01 a::before {
    display: none;
  }
}

.sec01 .btn01 a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  display: block;
  padding-top: 2px;
  width: 15px;
  height: 0;
  background: #fff;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec01 .btn01 a::after {
    display: none;
  }
}

.sec02 {
  position: relative;
  margin-top: -25px;
  padding-top: 628px;
  height: 0;
  background: #f6f5f5;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec02 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    height: auto;
  }
}

.sec02 .secIn01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 88px;
  width: 1100px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec02 .secIn01 {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 0;
    width: 100%;
  }
}

.sec02 .secIn01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-top: 20px;
  padding-top: 420px;
  width: 600px;
  height: 0;
  background: url("../images/index_sec02_pic_01.jpg") left top no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec02 .secIn01::before {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 15px;
    padding-top: 56%;
    width: 80%;
    background: url("../images/index_sec02_pic_01.jpg") left top no-repeat;
    background-size: contain;
  }
}

.sec02 h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 4.3rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.12em;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .sec02 h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 2.4rem;
  }
}

.sec02 .write01 {
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.59556;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .sec02 .write01 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-left: 15px;
    font-size: 0.6rem;
    letter-spacing: 0.07em;
  }
}

.sec02 .secInIn01 {
  position: relative;
  margin-top: -40px;
  margin-left: 560px;
  width: 500px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .sec02 .secInIn01 {
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}

.sec02 h3 {
  margin-bottom: 30px;
  font-size: 2.9rem;
  line-height: 1.51586;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec02 h3 {
    margin-bottom: 10px;
    font-size: 1.85rem;
    letter-spacing: 0.1em;
    line-height: 1.43135;
  }
}

.sec02 .write02 {
  margin-bottom: 55px;
  font-size: 1.5rem;
  line-height: 2.13333;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec02 .write02 {
    margin-bottom: 20px;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 1.15rem;
    letter-spacing: 0.07em;
    line-height: 1.76087;
  }
}

.sec03 {
  position: relative;
  overflow: hidden;
  height: 620px;
  background: url("../images/index_sec03_pic_01.jpg") center center no-repeat;
  background-size: cover;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec03 {
	height: auto;
	padding: 0 0 70px;
  }
}

.sec03 .secIn01 {
	display: flex;
	flex-wrap: wrap;
/*	flex-direction: row-reverse; */
}

@media only screen and (max-width: 767px) {
  .sec03 .secIn01 {
	display: block;
    margin-top: 40px;
  }
}

.sec03 .col01 {
	width: 30%;
  min-width: 300px;
  z-index: 1;
  padding-top: 130px;
  padding-right: 50px;
}

.sec03 .col01 .col01In,
.sec03 .col01 .write02{
	max-width: 250px;
	margin-left: auto;
}

.sec03 .col01 .btn-plus{
	margin-left: auto;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .sec03 .col01 {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    min-width: 0;
    padding: 0 10px;
    
  }
  .sec03 .col01:after {
    content: " ";
    display: block;
    clear: both;
  }
  .sec03 .col01 .btn-plus{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -120px;
  }
.sec03 .col01 .write02{
	max-width: 193px;
	margin-left: auto;
	margin-right: 0;
	line-height: 1.65;
}
}

@media only screen and (max-width: 767px) {
  .sec03 .col01In {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.sec03 h2 {
  margin-bottom: 10px;
  font-size: 3.325rem;
  font-style: italic;
  letter-spacing: 0.16em;
  line-height: 1.49594;
}

@media only screen and (max-width: 767px) {
  .sec03 h2 {
    font-size: 1.95rem;
    line-height: 1.27538;
  }
}

.sec03 .write01 {
  margin-bottom: 40px;
  font-size: 0.9rem;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.59556;
}

@media only screen and (max-width: 767px) {
  .sec03 .write01 {
    margin-bottom: 0;
    font-size: 0.65rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}

.sec03 .write02 {
  margin-bottom: 55px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.93333;
}

@media only screen and (max-width: 767px) {
  .sec03 .write02 {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

.sec03 .col02 {
  position: relative;
  overflow: hidden;
  flex: 1;
  max-width: 1220px;
}

.sec03 .list01 {
  margin-top: 94px;
}

@media only screen and (max-width: 767px) {
  .sec03 .list01 {
	margin-top: 0;
  }

.slick-initialized .slick-slide{
	padding: 0 2px;
}

}

.sec03 .list01 .slick-dots {
	display: flex;
}

.sec03 .list01 .slick-dots button{
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	margin: 10px 0 0;
	width: 20px;
  color: transparent;
}

.sec03 .list01 .slick-dots button:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #2e1813;
}

.sec03 .list01 .slick-dots .slick-active button:before{
	opacity: 1;
}

@media only screen and (max-width: 767px) {

.sec03 .list01 .slick-dots{
justify-content: center;
}

}



.sec04 {
  padding-top: 70px;
  padding-bottom: 88px;
  background: #f6f5f5;
}

@media only screen and (max-width: 767px) {
  .sec04 {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

.sec04 h2 {
  margin-bottom: 35px;
  font-size: 2.4rem;
  letter-spacing: 0.13em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec04 h2 {
    margin-bottom: 20px;
    font-size: 1.35rem;
    letter-spacing: 0.13em;
  }
}

.sec04 .list01 {
  display: table;
  margin-right: auto;
  margin-left: auto;
  width: 1060px;
}

@media only screen and (max-width: 767px) {
  .sec04 .list01 {
    width: 69.6%;
  }
}

.sec04 .list01 li {
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .sec04 .list01 li {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #2e1813;
  }
}

.sec04 .list01 a {
  display: block;
  padding-bottom: 15px;
  width: 336px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .sec04 .list01 a {
    padding-bottom: 10px;
    width: 100%;
  }
}

.sec04 .list01 .image {
	display: block;
	width: 100%;
	height: 242px;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #000;
}

.sec04 .list01 a .image img {
  transition: all 0.3s ease-out;
}

.sec04 .list01 a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .sec04 .list01 .image {
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
  }
}

.sec04 .list01 span {
  display: block;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .sec04 .list01 span {
    display: inline-block;
    margin-left: 0;
  }
}

.sec04 .list01 .txt01 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .sec04 .list01 .txt01 {
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.sec04 .list01 .txt02 {
  font-size: 1.3rem;
  letter-spacing: 0.21em;
}

@media only screen and (max-width: 767px) {
  .sec04 .list01 .txt02 {
    font-size: 1rem;
    letter-spacing: 0.21em;
  }
}

.sec05 {
  position: relative;
  margin-bottom: 80px;
  padding-top: 422px;
  height: 0;
  background: url("/corporate/images/index_sec05_pic_01_pc.jpg") center top no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 30px;
    padding-top: 315px;
    background: url("/corporate/images/index_sec05_pic_01_sp.jpg") center top no-repeat;
    background-size: cover;
  }
}

.sec05 .secIn01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1100px;
}

@media only screen and (max-width: 767px) {
  .sec05 .secIn01 {
    width: 100%;
  }
}

.sec05 .reborn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -9px;
  padding-top: 106px;
  width: 130px;
  height: 0;
  background: url("../common/images/reborn_pc.png") left top no-repeat;
}

@media only screen and (max-width: 767px) {
  .sec05 .reborn {
    margin-top: 0;
    margin-right: 10px;
    padding-top: 64px;
    width: 75px;
    background: url("../common/images/reborn_sp.png") left top no-repeat;
    background-size: contain;
  }
}

.sec05 .rebornIn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-top: 30px;
  padding-left: 13px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec05 .rebornIn {
    padding-top: 15px;
    padding-left: 0;
  }
}

.sec05 .rebornIn span {
  display: block;
  text-align: center;
  color: #fff;
}

.sec05 .rebornIn .txt01 {
  margin-bottom: 8px;
  font-size: 2.496rem;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .sec05 .rebornIn .txt01 {
    margin-left: 3px;
    font-size: 1.5925rem;
  }
}

.sec05 .rebornIn .txt02 {
  font-size: 1.17rem;
  letter-spacing: 0.32em;
}

@media only screen and (max-width: 767px) {
  .sec05 .rebornIn .txt02 {
    font-size: 0.8495rem;
    letter-spacing: 0.21em;
  }
}

.sec05 .col01 {
  display: inline-block;
  margin-top: 120px;
  width: 445px;
}

@media only screen and (max-width: 767px) {
  .sec05 .col01 {
    display: block;
    margin-top: 30px;
    width: 100%;
  }
}

.sec05 h2 {
  margin-right: 15px;
  margin-bottom: 20px;
  padding-left: 160px;
  font-size: 3.5rem;
  font-style: italic;
  letter-spacing: 0.14em;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec05 h2 {
	text-align: center;
    margin-bottom: 0;
    margin-right: 5px;
    padding-left: 10px;
    font-size: 1.95rem;
    letter-spacing: 0.16em;
  }
}

.sec05 .write01 {
  padding-left: 160px;
  font-size: 0.9rem;
  font-style: italic;
  letter-spacing: 0.07em;
  line-height: 1.59556;
  vertical-align: top;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec05 .write01 {
	display: none;
  }
}

.sec05 .col02 {
  display: inline-block;
  margin-top: 80px;
  width: 520px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .sec05 .col02 {
    margin-top: 10px;
    width: 100%;
  }
}

.sec05 h3 {
  margin-bottom: 20px;
  font-size: 3.221rem;
  letter-spacing: 0.09em;
  line-height: 1.47252;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec05 h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
  }
}

.sec05 .write02 {
  margin-bottom: 60px;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  line-height: 2.30308;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec05 .write02 {
    margin-bottom: 25px;
    font-size: 1.15rem;
    line-height: 1.78261;
    text-align: center;
  }
}

.sec05 .btn-recruit{
  text-align: center;
}

.sec05 .btn-recruit a{
  position: relative;
  display: inline-block;
  background-color: #ED732E;
  color: #fff;
  font-weight: bold;
  padding: 18px 40px 18px 30px;
}

.sec05 .btn-recruit a::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  right: 10px;
  top: 50%;
  margin-top: -4.5px;
}



.bnr02 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 170px;
  width: 826px;
  height: 0;
  background: #000;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .bnr02 {
    margin-bottom: 30px;
    padding-top: 75px;
    width: 100%;
    max-width: 347px;
  }
}

.bnr02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index_bnr_01_pc.jpg") left top no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .bnr02::before {
    background: url("../images/index_bnr_01_sp.jpg") left top no-repeat;
    background-size: cover;
  }
}

.bnr02:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}

.bnr02 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bnr02 .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.bnr02 .txtBox span {
  display: block;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.bnr02 .txt01 {
  margin-bottom: 5px;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 767px) {
  .bnr02 .txt01 {
    font-size: 0.65rem;
  }
}

.bnr02 .txt02 {
  margin-bottom: 5px;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .bnr02 .txt02 {
    font-size: 2.1rem;
  }
}

.bnr02 .txt03 {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

@media only screen and (max-width: 767px) {
  .bnr02 .txt03 {
    font-size: 0.75rem;
  }
}


.bnr03 {
  text-align: center;
  margin-bottom: 80px;
}

.bnr04 {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 170px;
  width: 826px;
  height: 0;
  background: #000;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .bnr03 {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 347px;
  }
  .bnr04 {
    margin-bottom: 30px;
    padding-top: 75px;
    width: 100%;
    max-width: 347px;
  }
  .bnr04 .txtBox{
    padding: 0 5%;
  }
}

.bnr04::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index_bnr_02_pc.jpg") left top no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}

.bnr04:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}

.bnr04 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bnr04 .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

#media-banner{
  text-align: center;
  background: #f6f5f5;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  gap: 3%;
}

@media only screen and (max-width: 767px) {
  #media-banner{
    padding: 30px 5%;
    flex-direction: column;
  }
    #media-banner a{
      display: block;
      width: 80%;
      margin: 0 auto 10px;
  }
}
