.flex {
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.top-news {
  padding: 0px 80px 1px;
  background: #111111;
  position: relative;
  margin-top: 100px;
}
.parallax__container {
  clip: rect(0,auto,auto,0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
  background-color: #000;
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.parallax--bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-inherit{
  background-position: inherit;
}
/* .top-block2-box {
  z-index: 3;
  position: absolute;
  top: 48.5%;
  transform: translateY(-50%);
  left: 0;
  text-shadow: 1px 1px 3px #333333;
  width: 100%;
}
.top-block2-box .title {
  color: #fff;
  position: relative;
  line-height: 160%;
  font-weight: 500;
  font-size: 40px;
  padding-bottom: 3px;
  margin-bottom: 21px;
  margin-top: 1px;
  letter-spacing: 1.5px;
  text-align: center;
  width: 100%;
}
.top-block2-box .content {
  font-size: 20px;
  color: #fff;
  line-height: 120%;
  text-align: center;
}
.top-block2-box .title::after {
  content: "";
  background: #F496AA;
  width: 10%;
  height: 2px;
  margin: 14px auto 0;
  display: block;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
} */
.btn-1 {
  width: 280px;
  height: 72px;
  margin: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  line-height: 120%;
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  letter-spacing: 0;
  position: relative;
  border: 1px solid #fff;
  background: transparent;
  background-color: transparent ;
  cursor: pointer;
}

.btn-1:hover {
  background: #A60000;
  color: #fff;
  transition: 0.4s;
  border: 1px solid #A60000;
}

.btn-1:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/common/ic-arr.png);
  background-size: cover;
  margin-right: 10px;
}
/* .btn-1:hover::before {
  background-image: url(../images/common/ic-arr3.png);
  background-size: contain;
} */
.btn {
  justify-content: center;
}

.btn .btn-4 {
  margin: 0 10px 100px;
}

.top-pallarax {
  height: 440px;
  position: relative;
}

.top-pallarax .wrapper {
  position: relative;
  z-index: 4;
  padding-top: 113px;
  height: 100%;
}

.top-pallarax-w .wrapper {
  padding-top: 180px;
}

/* .top-pallarax::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(30,0,0,0.1);
  z-index: 2;
} */
/* .top-pallarax::after {
  content: "";
  position: absolute;
  width: 590px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/top/bg-parax1.png);
  background-position: center;
  background-size: cover;
  z-index: 3;
} */
.top-pallarax1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/h-pallarax-1.png);
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.top-pallarax.parax2::after{
  left: auto;
  right: 0;
  background-image: url(../images/top/bg-parax2.png);
}
.top-pallarax h3 {
  color: #fff;
  font-size: 75px;
  line-height: 120%;
  letter-spacing: 10px;
  font-weight: normal;
  position: absolute;
  z-index: 4;
  /* margin-left: -11.6%; */
  left: 0;
  top: 50%;
  transform: translate(101px, -80%);
}

.top-pallarax-w h3 {
  letter-spacing: 8px;
}

.top-pallarax p {
  color: #fff;
  font-size: 22px;
  line-height: 160%;
  position: absolute;
  margin-top: 17px;
  letter-spacing: 3px;
  /* margin-left: -11.4%; */
  z-index: 4;
  left: 0;
  top: 50%;
  transform: translate(101px, 20%);
}
.top-pallarax.parax2 h3{
  left: auto;
  transform: translate(-80px, -80%);
  right: 0;
  text-align: right;
}

/* .top-pallarax h3.c-it-info{
  transform: translate(19.5%, -50%);
}
.top-pallarax p.c-it-info2 {transform: translate(25.5%, 100%);
}
.top-pallarax h3.c-it-info3 {
  transform: translate(22.5%, -50%);
}
.top-pallarax p.c-it-info4 {
  transform: translate(40%, 100%);
} */
/* 
.top-pallarax p::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 50px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */

.top-pallarax-w p {
  margin-top: 15px;
  letter-spacing: 5px;
  padding-left: 35px;
}
.top-pallarax.parax2 p{
  left: auto;
  transform: translate(-90px, 20%);
  right: 0;
  text-align: right;
  padding-left: 0;
  padding-right: 35px;
}
.top-pallarax-w p::before{
  content: '';
  border-top: 1px solid #fff;
  width: 30px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.top-pallarax.parax2 p::before{
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
.top-pallarax-box {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.top-pallarax-box-title {
  writing-mode: vertical-rl;
  padding-right: 20px;
}

.top-pallarax-box-title p {
  background: #fff;
  transform: skewY(28deg);
  display: flex;
  align-items: center;
}

.top-pallarax-box-title p:nth-of-type(1) {
  font-size: 20px;
  width: 58px;
  height: 205px;
  padding-top: 35px;
  margin-left: 17px;
  margin-top: 77px;
}

.top-pallarax-box-title p:nth-of-type(2) {
  font-size: 30px;
  font-weight: bold;
  width: 80px;
  height: 399px;
  padding-top: 40px;
  transform: skewY(23deg);
  margin-top: 76px;
  letter-spacing: 6px;
}

.top-pallarax-box-title p:nth-of-type(2) span {
  transform: skewY(-23deg);
}

.top-pallarax-box-title p span {
  transform: skewY(-28deg);
}

.top-pallarax-box-title p.n-2,
.top-pallarax-box-title p.n-3 {
  height: 292px;
}

/* .contact-pallarax {
  height: 540px;
}

.contact-pallarax::before {
  position: absolute;
  content: "";
  background: #F76E7E;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-pallarax-list .btn {
  width: 500px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.contact-pallarax .parallax__container {
  z-index: 0;
}

.contact-pallarax-box {
  position: relative;
  z-index: 3;
  color: #fff;
}

.contact-pallarax-list {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding-top: 186px;
}

.contact-pallarax-box h3 a {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  position: relative;
  padding-left: 89px;
  margin-top: 7px;
  padding-top: 7px;
  display: block;
}

.contact-pallarax-box h3 a::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-hh-3.png) left center no-repeat;
  background-size: cover;
  width: 62px;
  height: 61px;
  top: 0;
  left: 0;
}

.contact-pallarax-box h3 a p {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  letter-spacing: 3.7px;
}

.contact-pallarax-box h3 a p:nth-of-type(2) {
  font-size: 12px;
  padding-top: 4px;
  letter-spacing: 1.1px;
}

.contact-pallarax-box h3 a:hover {
  opacity: 0.7;
}

.contact-pallarax-box h3 a span {
  font-size: 26px;
  line-height: 120%;
  display: block;
  letter-spacing: 3.6px;
  font-weight: bold;
  margin-left: 6px;
}

.contact-pallarax-box .tel {
  padding-top: 31px;
  padding-bottom: 5px;
  letter-spacing: 2.1px;
  padding-left: 89px;
}

.contact-pallarax-box .tel span {
  font-size: 22px;
  font-weight: bold;
}

.contact-pallarax-box p {
  font-size: 14px;
  line-height: 120%;
  padding: 6px 0px 0;
  letter-spacing: 1.3px;
  padding-left: 89px;
}

.contact-pallarax-box .btn .btn-3 {
  margin: 0 auto;
} */

.tt2 h3 {
  color: #F496AA;
  text-align: center;
  line-height: 160%;
  letter-spacing: 1.5px;
  text-shadow: 0 0 #F496AA;
  font-size: 16px;
}
.tt2 h3::before{
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('../images/common/c-line-1.png');
  margin-right: 20px;
  transform: translateY(5px);
}
.tt2 h3::after{
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('../images/common/c-line-2.png');
  margin-left: 20px;
  transform: translateY(5px);
}
.tt2 h4 {
  font-size: 38px;
  line-height: 160%;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 2.5px;
  margin-bottom: 28px;
  /*text-shadow: 0 0 black;*/
}
.tt2 h4 span {
  font-size: 38px;
}
.tt2 p {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  padding: 0 125px;
  letter-spacing: 1.5px;
}

.top-block1 {
  padding: 100px 0px;
}
.top-block1-list {
  display: flex;
  justify-content: space-between;
}
.top-block1-list-boxall {
  width: 670px;
}
.top-block1-list-boxall .tt1 {
  display: flex;
  justify-content: space-between;
}
.top-block1-list-boxall .tt1 h3 {
  font-size: 24px;
  line-height: 120%;
  position: relative;
  padding-top: 15px;
  padding-left: 28px;
  letter-spacing: 2px;
}
.top-block1-list-boxall .tt1 h3::before {
  position: absolute;
  content: "";
  background: #FF9999;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
.top-block1-list-boxall .tt1 h3 span {
  color: #FF9999;
  padding-left: 13px;
  font-size: 16px;
  letter-spacing: 0px;
}
.top-block1-list-boxall .tt1 a {
  padding-top: 23px;
  text-decoration: underline;
  font-size: 16px;
  padding-right: 15px;
  transition: 0.4s;
}
.top-block1-list-boxall .tt1 a:hover {
  color: #FF9999;
}
.top-block1-list-boxall .box1 {
  display: flex;
  justify-content: space-between;
  padding: 33px 0 60px;
}
.top-block1-list-boxall .item {
  border: 1px solid #DDDDDD;
  background: #fff;
  width: 210px;
  display: block;
  padding: 14px;
  position: relative;
}
.top-block1-list-boxall .item:hover .title {
  color: #FF9999;
}
.top-block1-list-boxall .item:hover .imgview img {
  opacity: 0.7;
}
.top-block1-list-boxall .item .imgview {
  position: relative;
}
.top-block1-list-boxall .item .imgview img {
  transition: 0.4s;
}
.top-block1-list-boxall .item .imgview .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #D90000;
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}
.top-block1-list-boxall .item .date {
  color: #999999;
  font-size: 11px;
  line-height: 200%;
  text-align: center;
  margin-top: 19px;
  letter-spacing: 1.1px;
}
.top-block1-list-boxall .item .title {
  line-height: 200%;
  transition: 0.4s;
  text-align: center;
  letter-spacing: 1px;
}

.top-block1-boxnews {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: 'Noto Serif JP', serif;
}
.top-block1-boxnews h3 {
  font-size: 42px;
  line-height: 120%;
  position: absolute;
  height: 38px;
  display: block;
  padding-left: 0;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  top: -22px;
  left: 30px;
}
.top-block1-boxnews h3 p{
  font-size: 13px;
  line-height: 120%;
  margin-top: 5px;
}
.top-block1-boxnews h3::before {
  position: absolute;
  content: "";
  background: #111;
  width: 1px;
  height: 44px;
  top: -5px;
  left: 0;
}
.top-block1-boxnews h3 span {
  font-size: 12px;
  color: #390039;
  padding-top: 5px;
  /* padding-left: 27px; */
  letter-spacing: 3px;
  font-weight: 500;
  display: block;
}
#tabs-content {
  margin: 90px 0px 55px;
}
.tab-content {
  background-color: #fff;
}
.top-block1-box-news {
  display: flex;
  /* justify-content: space-between; */
  position: relative;
  flex-wrap: wrap;
  background: #111;
}
.top-block1-news-item {
  width: 17.6%;
  position: relative;
  margin-right: 3%;
}
.p-news .top-block1-news-item {
  margin-bottom: 60px;
}
.top-block1-news-item:nth-of-type(5n){
  margin-right: 0;
}
.top-block1-news-item .new {
  position: absolute;
  background: #A60000;
  color: #fff;
  font-size: 12px;
  top: -13px;
  left: 20px;
  width: 54px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-weight: bold;
}
.slide-5 .top-block1-news-item .new{
  top: 0;
}
.top-block1-news-item .imgview {
  overflow: hidden;
  transition: 0.4s;
  z-index: 1;
  position: relative;
  height: 140px;
}
.top-block1-news-item .imgview img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
}

.top-block1-news-item .imgview p.img{
  transition: 0.4s;
  height: 100%;
}
.top-block1-news-item .date {
  color: #fff;
  font-size: 13px;
  padding: 10px 12px 7px;
  letter-spacing: 2.3px;
}
.top-block1-news-item .tt-1 {
  font-weight: bold;
  color: #A50000;
  text-decoration: underline;
  padding: 0 12px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 160%;
}
.top-block1-news-item .content {
  font-size: 13px;
  line-height: 160%;
  padding: 8px 12px 0;
  letter-spacing: 2.3px;
  color: #fff;
}
.c-linknew {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.c-linknew a {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 10px 20px;
  width: 220px;
  height: 52px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.c-linknew a:hover{
  background-color: #A60000;
  border: 1px solid #A60000;
}
/* .c-linknew a::after{
  background-image: url('../images/common/ic-arr.png');
  width: 16px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -1px;
} */
.tt-1 {
  font-family: 'Noto Serif JP', serif;
}
.tt-1.bord{
  position: relative;
}
.tt-1.bord:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 1px;
  border-bottom: 1px solid #111;
}
.tt-1 span {
  font-size: 14px;
  line-height: 180%;
  display: block;
  text-align: center;
  letter-spacing: 3px;
}
.tt-1 h2 {
  font-size: 42px !important;
  color: #FFF;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 500 !important;
}
.tt-1 h3 {
  font-size: 46px;
  color: #FFF;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  letter-spacing: 5.7px;
}
.tt-1 h4 {
  text-align: center;
  font-size: 24px !important;
  color: #fff;
  font-weight: 500 !important;
  line-height: 180%;
  margin-top: 5px;
  letter-spacing: 2px;

}
.tt-1 h5{
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 200%;
  font-family: font-mei;
  font-family: 'Meiryo';
}
.tt-1 p, .tt-1 span {
  text-align: center;
  font-size: 13px;
  line-height: 150%;
  margin: 10px 0;
  letter-spacing: 1.5px;
  color: #A50000;
}
.tt-1 span{
  display: block;
  font-size: 12px;
}
.tt-1.c-ct-tt{
  position: absolute;
  top: -35px;
  width: 100%;
}
.tt-1.bord{
  position: relative;
}
.tt-1.bord:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #A60000;
}
.top-block2 {
  padding: 100px 0 100px;
  background-image: url('../images/top/bg-block2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.w1k2{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.c-content-block2{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
}
.c-content-block2 .c-img{
  width: 51.7%;
  margin-right: 6%;
}
.c-content-block2 .c-img img{
  width: 100%;
}
.c-content-block2 .c-desc{
  width: 42%;
}
.c-content-block2 .c-desc h2{
  font-size: 20px;
  color: #390039;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 2.5px;
  text-align: center;
}
.c-content-block2 .c-desc h2::after{
  content: '';
  border-bottom: 1px solid;
  width: 100%;
  height: 1px;
  display: block;
  margin: 17px 0 23px -12px;
}
.c-content-block2 .c-desc p{
  font-size: 16px;
  line-height: 160%;
}
.c-content-block2.ct1{
  justify-content: center;
  margin-top: 92px;
}
.c-content-block2.ct1 .c-img{
  width: 402px;
  margin-right: 4%;
}
.c-content-block2.ct1 .c-desc{
  width: 35%;
}
.top-block3 {
  padding: 100px 0 100px;
   background-image: url('../images/top/bg-block3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-block3-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
.top-block3-list-box {
  width: 23.5%;
  margin-right: 2%;
}
.top-block3-list-box:last-child {
  margin-right: 0;
}
.top-block3-list-box h4{
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 160%;
  text-align: center;
  padding: 10px 0;
}
.top-block3-list-box p{
  font-size: 15px;
  line-height: 160%;
}
.top-block3-list-box .img {
  height: 218px;
}
.top-block3-list-box .num {
  position: absolute;
  background: url(../images/common/tg.png) left center no-repeat;
  width: 110px;
  height: 87px;
  color: #fff;
  line-height: 120%;
  padding-left: 18px;
  padding-top: 19px;
  letter-spacing: 3px;
  z-index: 9;
  font-size: 18px;
}
.top-block3-list-box .imgview img{
  width: 100%;
}
.c-info-area1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.c-ct-c-info-area{
  align-items: center;
}
.c-ct-c-info-area .btn.btn-all{
  justify-content: flex-start;
}
.c-ct-c-info-area .btn.btn-all .btn-1:first-child{
  margin-right: 30px;
}
.item-info-area1 {
  width: 48%;
  margin-right: 3%;
}
.item-info-area1:nth-of-type(2n){
  margin-right: 0;
}
.item-info-area1 .c-desc{
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.item-info-area1 h2{
  font-size: 42px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 3px;
  margin-left: 0px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
.item-info-area1 .c-img2 {
  margin-left: -45px;
}
.p-about .item-info-area1 h2{
  letter-spacing: 10px;
  margin-left: 0px;
}
.p-about .item-info-area1.lp-3 h2{
  letter-spacing: 3px;
}
.p-about .item-info-area1 h2 ~ h2 {
  margin-left: 120px;
}
.item-info-area1 h2 ~ h2{
  margin-left: 120px;
}
.item-info-area1.c-left .c-img2 {
  margin-left: 40px;
}
.item-info-area1.c-left h2{
  margin-left: 0;
}
.item-info-area1.c-left h2 ~ h2 {
  margin-left: 140px;
}
.c-ct-c-info-area2 h2{
  margin-left: 0;
}
.c-ct-c-info-area2{
  margin-top: 130px;
}
.item-info-area1 p{
  font-size: 15px;
  line-height: 200%;
  color: #fff;
  margin: 10px 0 20px;
}
.item-info-area1 .btn-1{
  margin: 0;
}

.c-area1 {
  padding: 100px 0;
  position: relative;
}
.c-tt {
  position: relative;
}
.c-tt h3{
  font-size: 13px;
  font-weight: bold;
  color: #A60000;
  writing-mode: vertical-lr;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -50px;
  min-height: 380px;
}
.c-tt2 h3{
  top: 50px;
}
.c-tt h3::before{
  content: '';
  border-left: 1px solid #A60000;
  display: inline-block;
  width: 1px;
  height: 52px;
  margin-bottom: 20px;
}
.c-area2{
  padding: 100px 0;
}
.top-block3-list-box2 .c-img .img {
  height: 300px;
}
.top-block3-list2.not-slide .top-block3-list-box2 .top-block3-list-box2 .c-img .img {
    height: 300px;
    margin-top: 0;
}
.top-block3-list-box2 {
  margin: 0 15px;
  text-align: center;
}
.top-block3-list2.not-slide {
  display: flex;
  justify-content: center;
}
.top-block3-list2.not-slide .top-block3-list-box2 {
  width: 31%;
}
.top-block3-list-box2 h4{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
  text-align: center;
}
.slider1 {
  margin: 40px -15px 60px;
}
.c-content-area2 h2{
  font-size: 42px;
  font-weight: bold;
  line-height: 140%;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
.c-content-area2 h4{
  font-size: 13px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
.c-content-area2 p{
  font-size: 15px;
  color: #fff;
  line-height: 200%;
  /* margin-top: 30px;  */
}
.top-block3-list2.slider1 .slick-prev, .top-block3-list2.slider1 .slick-next{
  top: 44%;
}
.top-block3-list-box2 .c-img{
  position: relative;
  overflow: hidden;
}
.top-block3-list-box2 span{
  border: 1px solid #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
}
.top-result-item-img-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/top/bg-gradient-1.png');
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .4s;
  transition: .4s;
}

.top-block3-list-box2:hover .top-result-item-img-over{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.top-result-item-img-over a{
  border: 1px solid #fff;
  padding: 5px 15px;
  color: #fff;
}
.top-block3-list-box2 .c-img .c-link-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.img-insta {
  text-align: center;
  margin: 40px 0 0;
}
.c-area3{
  padding: 100px 0;
}
.contact-pallarax-list-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contact-pallarax-box {
  position: relative;
  z-index: 3;
  width: 25%;
  background: rgba(0, 0, 0, 0.94);
  height: 400px;
  display: flex;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
}
.contact-pallarax-box:nth-of-type(2n){
  border-right: 0;
}
.contact-pallarax-box .tt-1 {
  margin-bottom: 30px;
  text-align: center;
}
.contact-pallarax-box .tt-1 h3 {
  font-size: 30px;
  line-height: 140%;
  font-family: font-mei;
  font-family: 'Meiryo';
}
.contact-pallarax-box .tt-1 p {
  font-size: 12px;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  font-family: font-mei;
  font-family: 'Meiryo';
}
.contact-pallarax-box .tt-1 p::after{
  border-bottom: 1px solid #A60000;
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  margin: 25px auto 0;
}
.contact-pallarax-box .content {
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  margin: 10px 0;
  letter-spacing: 1px;
  color: #fff;
}
.contact-pallarax-box .content.c-desc{
  font-size: 12px;
}
.contact-pallarax-box h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  letter-spacing: 3px;
}
.contact-pallarax-box .ic-phone {
  background-image: url(../images/top/ic-phone.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 30px;
  display: inline-block;
  margin-right: 3.5%;
  margin-bottom: -5px;
}
@media (max-width: 1200px){
  .item-info-area1 h2 ~ h2 {
    margin-left: 0;
  }
  .item-info-area1 h2 {
      font-size: 50px;
  }
}
@media (max-width: 1024px){
  .tt-1 h3 {
    font-size: 30px;
  }
  .tt-1 h5 {
    font-size: 13px;
    margin-top: 20px !important;
  }
  .tt-1.c-ct-tt {
    top: -23px;
  }
  .c-linknew a{
    position: initial;
  }
  .item-info-area1 h2 {
    font-size: 32px;
    margin-left: 0;
  }
  .c-info-area1 {
    align-items: flex-start;
  }
  .c-area3 {
    margin: auto 10px;
  }
  .c-tt h3 {
    font-size: 12px;
    right: -20px;
    top: -90px;
  }
  .c-ct-c-info-area2 {
    margin-top: 70px;
  }
  .c-area1 {
      padding: 0 0 70px 0;
      position: relative;
  }
  .top-block1 {
      padding: 70px 0px;
  }
  .c-content-area2 h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .item-info-area1 p {
    font-size: 13px;
  }
  .tt-1 h2 {
    font-size: 32px !important;
  }
  .c-area2 {
      padding: 70px 0;
  }
  .top-news{
    margin-top: 30px;
  }
  #tabs-content{
    margin-top: 30px;
  }
  .top-block1-boxnews h3 {
    font-size: 32px;
    position: initial;
  }
  .item-info-area1 .c-img2 img {
      width: 90%;
  }
}
@media (max-width: 768px){
  .top-block3-list-box2 .c-img .img {
    height: 200px;
  }  
  .c-tt h3 {
    right: 0;
    writing-mode: unset;
    height: auto;
    min-height: auto; 
    top: -50px;
  }
  .c-tt h3::before {
    content: '';
    border-left: 0;
    border-bottom: 1px solid #A60000;
    width: 52px;
    height: 1px;
    margin-right: 15px;
    margin-bottom: 0;
    vertical-align: middle;
   
  }
  .tt-1 h3 {
    font-size: 32px;
  }
  .tt-1.c-ct-tt {
    top: -28px;
  }
  .tt-1 h2 {
    font-size: 25px !important;
  } 
  .item-info-area1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .item-info-area1 h2, .p-about .item-info-area1 h2 {
    font-size: 25px;
    margin-left: 0;
    letter-spacing: 3px;
  }
  .c-linknew a {
    width: 180px;
    height: 42px;
  }
  .slider1 {
    margin: 40px 0 60px;
  }
  .c-ct-c-info-area2 {
    margin-top: 90px;
  }
  .item-info-area1.c-left h2 ~ h2 {
    margin-left: 50px; 
  }
  .item-info-area1 .c-img2 {
      margin-left: 0 !important;
  }
  .item-info-area1.c-left{
    order: 2;
  }
  .item-info-area1 .c-img2 img {
    width: auto;
  }
  .c-area1 {
    padding: 10px 0 60px;
  }
  .c-tt.c-tt1 h3 {
    top: 5px;
  }
}
@media (max-width: 580px){
  .content-head p, .content-head .tel {
    padding: 0 8px !important;
  }
  .top-block3-list2.not-slide{
    flex-wrap: wrap;
  }
  .top-block3-list2.not-slide .top-block3-list-box2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .top-block3-list2.not-slide .top-block3-list-box2:last-child{
    margin-bottom: 0;
  }
  .c-ct-c-info-area2 {
    margin-top: 150px;
  }
  .item-info-area1 {
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .item-info-area1 .c-desc {
    font-size: 13px;
  }
  .top-news {
    margin-top: 120px;
  }
  .item-info-area1 .c-img2 img {
    width: 60%;
  }
  .p-news .top-block1-news-item {
    margin-bottom: 40px;
  }
}