.flex {
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.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: #527E5F;
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-note-head{
  color: #ACB245;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif !important;
  position: absolute;
  left: 4.3%;
  top: 50%;
  writing-mode: tb-rl;
  z-index: 1;
  transform: rotate(180deg) translateY(73%);
  letter-spacing: 3px;
}
.c-note-head span{
  color: #fff;
}
.parallax--bg {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.bg-inherit{
  background-position: inherit;
}
.bg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg1{
  background-image: url('../images/top/block2-bg1.png');
}
.bg2{
  background-image: url('../images/top/block2-bg2.png');
}
.bg3{
  background-image: url('../images/top/block2-bg3.png');
}
.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: 14px;
  line-height: 120%;
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background: #F1F5F3;
  border-radius: 10px;
  position: relative;
  color: #527E5F;
  border: 2px solid #527E5F;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  /* background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #F1F5F3), color-stop(50%, #527E5F)); */
  background-image: linear-gradient(to right, #fff 50%, #527E5F 50%);
  background-size: 201% auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn-1::before{
  content: '';
  background-image: url('../images/common/ic-arr-4.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 24px;
  margin-top: -7px;
  margin-right: 13px;
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn-1:hover {
 color: #fff;
 background-position: -99% 0%;
}
.btn-1:hover::before{
    background-image: url('../images/common/ic-arr-4-hv.png');
}
.btn {
  justify-content: center;
}

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

.top-pallarax {
  height: 540px;
  position: relative;
}
.top-pallarax.big-pallarax {
  height: 650px;
}
.top-pallarax.top-pallarax-w.cth {
    height: 600px;
}

.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-w{
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-pallarax .tt-1 h2, .top-pallarax .tt-1 h3, .top-pallarax .tt-1 p{
  color: #fff;

}
.top-pallarax-tt{
  width: 100%;
}
.top-pallarax .tt-1{
  width: 100%;
  /* max-width: 1000px; */
  margin: auto;
  padding-left: 100px;
}

.top-pallarax .tt-1 h2{
  font-size: 42px;
  text-align: left;
  line-height: 140%;
  font-family: "Noto Serif JP";
  width: 100%;
  position: relative;
  padding-left: 40px;
}
.top-pallarax .tt-1 h2:before{
  position:absolute;
  bottom: 15px;
  left:0;
  content: '';
  border-bottom: 1px solid #fff;
  width: 30px;
  height: 1px;
  display: block;
  /* z-index: 9999999999; */
}
.top-pallarax .tt-1 p{
  font-size: 13px;
  text-align: left;
  /* font-family: font-mei; */
  margin-top: 10px;
  padding-left: 40px;
  font-family: "Noto Serif JP";
}
.top-pallarax .tt-1 h3{
  font-size: 26px;
  font-weight: bold;
  /* font-family: font-mei; */
  margin-top: 5px;
  margin-bottom: 10px;
}
.top-pallarax.top-pallarax-w .parallax__container::before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('../images/common/h-pallarax-1.png');
  top: 0;
  left: 0;
}
.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;
}

.c-linknew a{
  font-size: 13px;
  /* color: #00238C; */
  font-weight: bold;
  padding: 10px 30px;
  border: 1px solid #4A381A;
  width: 220px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}
.c-linknew a:hover {
  background: #ADB445;
  color: #fff;
  transition: 0.4s;
}
.tt-1{
  /* font-family: "Noto Serif JP", serif; */
}

.bord{
  position: relative;
}
.bord:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #000066;
}
.c-bord{
  position: relative;
}
.c-bord::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #000066;
}
.tt-1 span {
  font-size: 14px;
  line-height: 180%;
  display: block;
  text-align: center;
  letter-spacing: 3px;
}
.tt-1 h2 {
  font-size: 36px;
  color: #527E5F;
  line-height: 200%;
  text-align: center;
  letter-spacing: 5.7px;
  font-family: "Noto Serif JP", serif;
}
.tt-1 h3 {
  font-size: 34px;
  /* font-weight: bold; */
  line-height: 200%;
  text-align: center;
  letter-spacing: 5.7px;
  font-family: "Noto Serif JP", serif;
}
.tt-1 h3 span {
  color: #E1CE64;
  display: inline-block;
}
.tt-1 h3 .cts {
  color: #111;
  font-size: 48px;
  display: inline-block;
}
.tt-1.bord h3{
  letter-spacing: 2px;
}
.tt-1 h3.cl-df{
  font-size: 28px;
}
.tt-1 h4 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 180%;
  margin-top: 5px;
  letter-spacing: 4.5px;
}
.tt-1 h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 5px;
  letter-spacing: 4.5px;
}
.tt-1 p {
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1.5px;
  color: #666666;
  font-family: 'Noto Serif JP';
}
.tt-1 p.cl-df{
  font-size: 14px !important;
  color: #527E5F;
  line-height: 240%;
}
.tt-1 h2.cl-df{
  font-size: 38px ;
}
.tt-1.c-ct-tt {
  position: absolute;
  top: -35px;
  width: 100%;
  left: 0;
  right: 0;
}
.tt-1 .c-desc{
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 2px;
  font-family: font-mei;
  word-break: break-all;
}
.tt-1 .c-desc .c-note{
  font-size: 18px;
  color: #111;
}
.tt-1 .c-desc .c-note span{
  font-size: 12px;
}

.tt-1 .c-desc2{
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 2px;
  font-family: font-mei;
  word-break: break-all;
}
.ic-instagam{
  position: relative;
}
.ic-instagam::before{
  content: '';
  background-image: url('../images/top/ic-insta.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.w1k2{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.flex {
  display: flex;
}

/*custom*/
.top-block1 {
  padding: 100px 0 80px;
  position: relative;
}
.wrapper-ct{
  width: 100%;
  margin: auto;
  max-width: 1400px;
}
.top-block1-box .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.top-block1-box .c-item-mew{
  width: 675px;
  align-items: flex-end;
}
.top-block1-box .flex .tt-1 {
  width: 100%;
  max-width: 430px;
  padding-left: 30px;
}
.top-block1-box .tt-1 h3 {
  letter-spacing: 4.5px;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 30px;
  font-weight: 500;
  text-align: left;
}
.top-block1-box .tt-1 h3 span {
  color: #000066;
  display: inline-block;
  font-size: 100%;
}
.top-block1-box .tt-1 p {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
  font-size: 11px;
  line-height: 120%;
  font-weight: bold;
  color: #527E5F;
  letter-spacing: 2px;
  font-weight: 500;
}
.top-block1-box .tt-1 p:before{
  content:'';
  border-bottom: 1px solid #527E5F;
  display:inline-block;
  vertical-align: middle;
  width:28px;
  height:1px;
  margin-right: 15px;
}
.tab-list {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 0;
  padding-right: 30px;
}
.tab-list li {
  float: left;
  margin-left: 10px;
  background: #fff;
}

.tab-list li:first-of-type {
  margin-left: 0;
}
.tab-list li a {
  display: block;
  line-height: 40px;
  text-decoration: none;
}

.tab-list li a span {
  font-size: 14px;
  width: 104px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0%;
  border: 1px solid #527E5F;
  background: #527E5F;
  transition: 0.4s;
  letter-spacing: 2px;
  color: #fff;
}
.tab-list li a span:before{
  /* content: ''; */
  background-image: url('../images/common/ic-arr3.png');
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat:no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 1px;
}
.tab-list li.in span, .tab-list li:hover span {
  /* background-color: #000066; */
  color: #fff;
  border: none;
  opacity: 0.7;
}
.tab-list li.in span, .tab-list li:hover span:before{
  background-image: url('../images/common/ic-arr-4.png');
}
.tab-list:after {
  content: "";
  clear: both;
  display: table;
}
.tab-bar {
  margin-top: 30px;
  width: 100%;
  padding: 10px 30px;
  background: #fff;
}
.tab-item {
  display: none;
}
.tab-item.in {
  display: block;
}
.top-block1-box .news-list {
  /* max-width: 1000px; */
  width: 100%;
  margin: 0 auto;
}
.top-block1-box .item{
  display: flex;
  position: relative;
  margin: 0px 0;
  height: 100% !important;
  display: flex;
  align-items: center;
  line-height: 240%;
  border-bottom: 1px dashed rgb(17, 17, 17);
  padding: 25px 0px 21px;
}
.top-block1-box .item:first-child{
  margin-top: 0;
}
.top-block1-box .item:last-child{
  border: 0;
  margin-bottom: 0;
}
.top-block1-box .item figure {
  overflow: hidden;
  position: relative;
}
.top-block1-box .item .label {
  font-size: 11px;
  border: 1px solid rgb(217, 0, 0);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-top: 0px;
  margin: 0px 20px 0;
  font-weight: bold;
  background: #D90000;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Noto Serif JP';
  position: relative;
  top: -3px;
  flex: 0 0 60px;
}
.top-block1-box .item .label.no-new{
  background: transparent;
  border: 0;
  height: 0;
  margin-bottom: 0 !important;
  /* display: none; */
}
.top-block1-box .item .cat {
  color: #422419;
  border: 1px solid #422419;
  width: 80px;
  font-size: 10px;
  text-align: center;
  padding: 4px 0;
  margin-left: 20px;
  margin-top: -16px;
  z-index: 9;
  position: relative;
  letter-spacing: 2px;
  background: #fff;
}
.top-block1-box .item .date {
  color: #111;
  margin: 0 15px 0;
  font-size: 12px;
  letter-spacing: 1.4px;
  padding-left: 40px;
}
.top-block1-box .item .title {
  margin: 0px 15px 0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 200%;
  color: #111;
}
.top-block1-box .item .title.c-new-info{
  position:relative;
  padding: 1.5px 0;
  padding-left: 30px;
  /* padding: 2px 0; */
}
.top-block1-box .item .title.c-new-info:before{
  content: '';
  display:block;
  position:absolute;
  left: 0;
  top: 4px;
  width: 19px;
  height: 19px;
  background-image: url('../images/common/arr-check.png');
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center;
}
.top-block1-box .item .content {
  font-size: 14px;
  line-height: 200%;
  margin: 0 15px 0;
  letter-spacing: 1.4px;
}
.top-block1-box .item figure img {
  transition: 0.4s;
  width: 100%;
}
.top-block1-box .item figure{
  position: relative;
  overflow: hidden;
}
.top-block1-box .item figure span{
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 9;
  transition: 0.4s;
  padding: 10px 12px 6px 14px;
  border: 1px solid;
}
.top-block1-box .item figure::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg-box.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.4s;
  z-index: 9;
}
.top-block1-box .item:hover figure img {
  z-index: 8;
  transition: 0.4s;
  position: relative;
  transform: scale(1.1, 1.1);
}
.top-block1-box .item:hover figure::before{
  bottom: 50%;
  transform: translateY(50%);
}
.top-block1-box .item:hover figure span{
  bottom: 50%;
  transform: translate(-50%, 50%);
  transition: 0.4s;
}
.c-list-block1, .c-list-block2{
  display: flex;
  /* flex-wrap: wrap; */
  position: relative;
  /* overflow: hidden; */
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  margin: auto;
  align-items: center;
}

.c-list-block1 .c-item{
  width: 48.5%;
  margin-right: 3%;
}
.c-list-block1 .c-item:nth-of-type(2n){
  margin-right: 0;
}
.c-list-block1 .c-item .c-img img{
  width: 100%;
}
.c-list-block1 .c-item .c-desc{
  padding: 0 20px;
}
.c-list-block1 .c-item .c-desc h3{
  font-size: 18px;
  font-weight: bold;
  line-height: 200%;
  margin-top: 30px;
  color: #000066;
}
.c-list-block1 .c-item .c-desc p{
  font-size: 13px;
  line-height: 200%;
  margin-top: 10px;
  letter-spacing: 1.85px;
}
.c-list-block2 .c-img{
  width: 520px;
  margin-right: 5%;
}
.c-list-block2.c-ct .c-img{
  margin-left: 5%;
  margin-right: 0;
}
.c-list-block2 .c-img img{
  width: 100%;
  position: relative;
  z-index: 1;
}
.c-list-block2 .c-desc{
  width: 520px;
  position: relative;
}
.c-list-block2 .c-desc::before{
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
}
.c-list-block2 .c-desc.has-text1::before{
  background-image: url('../images/top/text1.png');
  width: 189px;
  height: 183px;
  top: -55px;
  right: -90px;
  left: auto;
}
.c-list-block2 .c-desc.has-text2::before{
  background-image: url('../images/top/text2.png');
  width: 173px;
  height: 170px;
  left: 0;
  top: -45px;
}
.c-list-block2 .c-desc.has-text3::before{
  background-image: url('../images/top/text3.png');
  width: 299px;
  height: 140px;
  left: auto;
  top: -45px;
  right: -100px;
}
.c-list-block2 .note{
  position:absolute;
  top: -20px;
  left: -36px;
  color: #264CA5;
  font-size: 16px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  font-family: 'Noto Serif JP', serif;
}
.c-list-block2.c-ct .note{
  left: auto;
  right: -30px;
}
.c-list-block2 .c-desc h3{
  font-size: 26px;
  line-height: 200%;
  /* margin-top: 15px; */
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
}
.c-list-block2.c-ct .c-desc h3{
  text-align: right;
}
.c-list-block2 .c-desc span{
  font-size: 11px;
  line-height: 200%;
  margin-top: 0;
  position: relative;
  display: block;
  padding-left: 32px;
  font-family: "Noto Serif JP", serif;
  color: #527E5F;
  margin-bottom: 15px;
}
.c-list-block2.c-ct .c-desc span{
  text-align: right;
  padding-left:0;
  padding-right: 32px;
}
.c-list-block2 .c-desc h4{
  font-size: 16px;
  margin: 30px 0 12px;
  word-break: break-all;
}
.c-list-block2 .c-desc span::before{
  content: '';
  border-top: 1px solid #527E5F;
  display: inline-block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 0;
}
.c-list-block2.c-ct .c-desc span::before{
  left: auto;
  right: 0;
}
.c-list-block2 .c-desc p{
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 200%;
}
.c-list-block2.c-ct .c-desc p{
/*  text-align: right;*/
}
.c-list-const .slick-list{
  margin: 0 -18px;
}
.c-list-const .c-img{
  margin: 0 18px;
}

.c-list-const .c-img p{
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.c-list-const .c-img .img{
  position: relative;
  overflow: hidden;
  text-indent: unset;
}
.c-list-const .c-img .img::before{
  position: absolute;
  content: "";
  /* background: url(../images/common/bg-box.png); */
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.4s;
  z-index: 9;
}
.c-list-const .c-img .img span{
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: 0.4s;
  z-index: 9;
  padding: 10px 10px 6px 12px;
  border: 1px solid;
}
.c-list-const .c-img:hover .img p{
  transform: scale(1,1);
  transition: 0.4s;
}
.c-list-const .c-img:hover .img::before{
  bottom: 50%;
  transform: translateY(50%);
  transition: 0.4s;
} 
.c-list-const .c-img:hover .img span{
  bottom: 50%;
  transform: translate(-50%, 50%);
  transition: 0.4s;
}
.c-list-const .c-img .img p{
  margin-top: 0;
  height: 253px;
  /* transform: scale(1); */
  transition: 0.4s;
  background-repeat: no-repeat;
  width: 100%;
	max-width: 380px;
  background-size: cover;
}
.c-list-const .c-img:hover .img p{
  transform: scale(1.1);
}
.c-list-const .slick-next, .c-list-const .slick-prev{
  width: 26px;
  height: 14px;
}
.c-list-const .slick-next{right: -60px;}
.c-list-const .slick-prev{
  left: -60px;
}
.c-list-const .slick-prev:before{
  background: url(../images/common/arr-right2.png) left center no-repeat;
  width: 26px;
  height: 14px;
}
.c-list-const .slick-next:before{
  background: url(../images/common/arr-left2.png) left center no-repeat;
  width: 26px;
  height: 14px;
}
.c-insta img{
  width: 100%;
}
.c-insta{
  position: relative;
  padding-bottom: 130px;
}
.c-insta::after{
  content: '';
  background-image: url('../images/top/ic-arr-down.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-note-insta{
  text-align: right;
}
.c-note-insta span{
  font-size: 13px;
  display: inline-block;
}
.c-note-insta span::before{
  content: '';
  background-image: url('../images/top/ic-insta.png');
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-size: contain;
}
.c-note-block4{
  font-size: 20px;
  line-height: 200%;
  text-align: center;
}

.c-tables table {
  width: 100%;
}
.c-list-slide3.c-slide1 {
  overflow: hidden;
}
.c-slide1 .c-item-box2{
  margin: 0 35px;
}
.c-list-slide3 .slick-prev, .c-list-slide3 .slick-next{
  z-index: 99;
  width: 31px;
  height: 59px;
}
.c-list-slide3 .slick-prev {
  left: 395px;
}
.c-list-slide3 .slick-next {
  right: 395px;
}
.c-list-slide3 .slick-prev:before {
  background: url(../images/common/arr-l.png) left center no-repeat;
  width: 31px;
    height: 59px;
}
.c-list-slide3 .slick-next:before {
  background: url(../images/common/arr-r.png) left center no-repeat;
  width: 31px;
    height: 59px;
}
.c-item-box2{
  padding: 50px;
  display: flex !important;
  flex-wrap: wrap;
  background-color: #EDEBEB;
  align-items: center;
}
.c-item-box2 .c-img{
  width: 49%;
  margin-right: 3%;
  margin-left: 0;
}
.c-item-box2 .c-img .img{
  height: 280px;
  margin-top: 0;
  margin: 0;
}
.c-item-box2 .c-desc{
  width: 48%;
}
.c-item-box2 .c-desc p{
  font-size:14px;
  word-break: break-all;
  line-height: 200%;
}
.c-item-box2 .c-desc h3{
  font-size: 20px;
  color: #171B60;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
}
.c-item-box2 .c-desc h3 span{
  font-size: 16px;
}
.c-item-box2 .c-desc ul li h3{
  color: #1E0000;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
.c-item-box2 .c-desc ul li p{
  font-size: 13px;
  position: relative;
  padding-left: 45px;
}
.c-item-box2 .c-desc ul li p::before{
  content: '';
  position: absolute;
  border-bottom: 1px solid;
  width: 30px;
  height: 1px;
  top: 10px;
  left: 6px;
}
.top-block2 {
  overflow: hidden;
}
.c-list-image3{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.c-list-image3 .c-img{
  position: relative;
  width: 33.3%;
  overflow: hidden;
}

.c-list-image3 .c-img::before{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  transform: translateY(100%);
  background-image: url('../images/top/gradient.png');
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 1;
}
.c-list-image3 .c-img .img{
  height: 300px;
  transition: 0.4s;
}

.c-list-image3 .c-img:hover .img{
  transform: scale(1.1,1.1);
}
.c-list-image3 .c-img h3{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.c-list-image3 .c-img span{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 47%;
  transform: translateY(100%);
  left: 0;
  transition: 0.4s;
  z-index: 2;
}
.c-list-item3, .c-list-text3{
  display: flex;
  flex-wrap: wrap;
}
.c-list-item3 .c-item{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.c-list-item3 .c-item:nth-of-type(3n){
  margin-right: 0;
}
.c-list-item3 .c-item .c-img{
  position: relative;
}
.c-list-item3 .c-item .c-img span{
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 47px;
  background: #527E5F;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
.c-list-item3 .c-item img{
  width: 100%;
}
.c-list-item3 .c-item h3{
  line-height: 140%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  letter-spacing: 5px;
  font-family: "Yu Mincho";
}
.c-list-item3 .c-item p{
  font-size: 13px;
  max-width: 410px;
  line-height: 200%;
  margin: auto;
}
.c-list-text3 .c-item{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.c-list-text3 .c-item:nth-of-type(3n){
  margin-right: 0;
}
.c-list-text3 .c-item h3{
  font-size: 26px;
  padding: 0 30px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #111;
  font-family: 'Noto Serif JP';
  line-height: 130%;
}
.c-list-text3 .c-item h3 span{
  color: #527E5F;
}
.c-list-text3 .c-item ul{
  padding: 0 30px
}
.c-list-text3 .c-item ul li{
  font-size: 14px;
  padding-left: 20px;
  line-height: 200%;
  position: relative;
}
.c-list-text3 .c-item ul li::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #527E5F;
}
.c-table-info{
  display: flex;
}
.c-table-info dl:first-child{
  width: 23%;
  border-left: 0;
}
.c-table-info dl{
  width: 11%;
  border-left: 1px solid #111;
}
.c-table-info dl dt{
  background: #527E5F;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-table-info dl dd{
  font-size: 16px;
  text-align: center;
  padding: 5px;
  background: #E0E8E3;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-table-info dl:first-child dt, .c-table-info dl:first-child dd{
  font-size: 16px;
  /* line-height: 150%; */
}
.c-table-info dl:first-child dd{
}
.c-table-info dl dd span{
  font-size: 30px;
}
.c-table-info.c-ct dl{
  width: 33%;
  border: 0;
}
.c-table-info.c-ct dl dt{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 200%;
}
.c-table-info.c-ct dl dt, .c-table-info.c-ct dl dd{
  font-size: 20px;
  /* width: 33%; */
}
.c-table-info.c-ct dl dd:first-child{
  border: 0;
}
.c-table-info.c-ct dl dd{
  border-top: 1px solid #111;
}
 .c-table-info.c-ct dl.bg-tb1 dd{
  background: #E6EDE9;
}
 .c-table-info.c-ct dl.bg-tb2 dd{
  background: #FFFFFF;
}
.c-table-info.c-ct dl dd span{
  font-size: 22px;
}
.c-list-info{
  display: flex;
  justify-content: space-between;
}
.c-list-info .c-item{
  width: 47%;
}
.c-list-info .c-item h3{
  font-size: 26px;
  font-family: "Noto Serif JP";
  padding-left: 10px;
  margin-bottom: 20px;
}
.c-list-info .c-item p{
  color: #527E5F;
  font-size: 11px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}
.c-list-info .c-item p::before{
  content: '';
  border-bottom: 1px solid #527E5F;
  width: 28px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 10px;
}
.c-list-info .c-item dl dd{
  font-size: 13px;
  border-bottom: 1px solid #111;
  padding: 21.5px 10px;
}
.c-list-imgft{
  display: flex;
  justify-content: space-between;
}
.c-list-imgft .c-item{
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  /* padding: 10px; */
  padding-right: 20px;
  flex-wrap: wrap;
}
.c-list-imgft .c-item .c-img, .c-list-imgft .c-item .c-content{
  width: 48%;
  height: 100%;
}
.c-list-imgft .c-item.w100 .c-content{ 
  width: 100%;
  padding: 20px;
}
.c-list-imgft .c-item .c-img .img{
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.c-list-imgft .c-item .c-content{
  line-height: 200%;
  /* padding-right: 20px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0;
}
.c-list-imgft .c-item .c-content h3{
  font-size: 20px;
  font-weight: bold;
  color: #527E5F;
  font-family: 'Noto Serif JP';
  line-height: 200%;
}
.c-list-imgft .c-item .c-content p{
  font-size: 13px;
  line-height: 200%;
}

.fee {
	font-size: 22px;
	font-weight: bold;
	line-height: 180%;
}
@media (max-width: 1500px){
  .c-list-block2{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-list-block2 .c-desc.has-text1::before {
    background-image: url(../images/top/text1.png);
    /* width: 590px; */
    /* height: 200px; */
    /* left: -20px; */
    /* top: -5%; */
    /* transform: unset; */
    right: 0;
  }
  .c-list-block2 .c-desc.has-text2::before {
    background-image: url(../images/top/text2.png);
    width: 310px;
  }
  .c-list-block2 .c-desc.has-text3::before {
    /* background-image: url(../images/top/text3.png); */
    /* width: 410px; */
    /* height: 170px; */
    /* left: 40%; */
    right: 0;
  }
}
@media (max-width: 1400px){
  .c-list-slide3 .slick-prev {
    left: 195px;
  }
  .c-list-slide3 .slick-next {
    right: 195px;
  }
  .top-block1-box .c-item-mew{
    width: 48%;
    position: relative;
  }
  .tab-list{
    position: absolute;
    right: 0;
    top:0;
  }
  .c-list-text3 .c-item h3{
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px){
  /*custom*/
  .c-list-imgft .c-item .c-img .img{
    min-height: 300px;
  }
  .c-list-imgft{
    flex-wrap: wrap;
    justify-content: center;
    display: block;
  }
  .c-list-imgft .c-item{
    width: 100%;
    padding-right: 0;
    /* justify-content: center; */
    /* align-items: flex-start; */
  }
  .c-list-imgft .c-item ~ .c-item{
    margin-top: 40px;
  }
  .c-list-imgft .c-item .c-content p{
    margin-top: 20px;
  }
  .top-block1-box .c-item-mew{
    width: 100%;
    margin-bottom: 50px;
  }
  .top-block1-box .c-item-mew ~ .c-item-mew{
    margin-bottom: 0;
  }
  .c-list-slide3 .slick-next {
    right: 135px;
  }
  .c-list-slide3 .slick-prev {
    left: 135px;
  }
  .c-list-block2 .c-desc::before {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
  .c-list-block2.c-ct .note {
    left: auto;
    right: 0;
}

  .c-list-block2 .c-img, .c-list-block2 .c-desc {
    /* width: 100% !important; */
    /* margin-right: 0 !important; */
    /* margin-left: 0 !important; */
  }
  .c-list-const .slick-list{
    margin: 0 20px;
  }
  .top-pallarax .tt-1 h2{
    font-size: 60px;
  }
  .top-pallarax .tt-1{
    /* max-width: 700px; */
    /* padding-left: 0; */
  }
  /*custom*/



  .btn-1{
    margin: 0 10px;
    font-size: 13px;
  }
  .btn-1::before{
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .tt-1 h2{
    font-size: 33px;
  }
  .tt-1 h2.cl-df{
    font-size: 30px;
  }
  .tt-1 h3{
    font-size: 25px;
  }
  .tt-1 h3 .cts{
    font-size: 35px;
  }
  .tt-1 p, .tt-1 .c-desc{
    font-size: 14px;
  }

}
@media screen and (max-width: 768px){
  /*custom*/
  .c-list-item3 .c-item h3{
    font-size: 18px;
  }
  .c-list-block2.c-ct .c-desc span::before{
    left:0;
  }
  .c-list-block2.c-ct .c-desc h3, .c-list-block2.c-ct .c-desc p{
    text-align: left;
  }
  .c-list-block2.c-ct .c-desc span{
  text-align: left;
  padding-left: 32px;
}
    .c-list-block2 .c-img{
    order: 1;
  }
  .c-list-block2 .c-desc{
    order: 2;
  }
  .c-list-text3{
    justify-content:space-between;
  }
  .c-list-text3 .c-item{
    width: 48%;
    margin-right: 0 !important;
  }
  .c-list-block2{
    flex-wrap: wrap;
  }
  .c-list-block2 .c-img, .c-list-block2 .c-desc{
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .c-list-block2 .c-desc{
    margin-top: 30px;
  }
  .c-list-slide3.c-slide1 {
    overflow: unset;
}
  .c-item-box2 .c-desc {
    width: 100%;
    margin-top: 30px;
}
.c-list-slide3 .slick-next:before, .c-list-slide3 .slick-prev:before, .c-list-slide3 .slick-prev, .c-list-slide3 .slick-next {
  width: 21px;
  height: 40px;
  background-size: contain;
}
.c-list-slide3 .slick-next {
  right: 30px;
}
.c-list-slide3 .slick-prev {
  left: 30px;
}
.c-item-box2 .c-img {
  width: 100%;
  margin-right: 0;
}
  .c-list-image3 .c-img .img {
    height: 200px;
  }
  .top-pallarax .tt-1 h2{
    font-size: 35px;
  }
  .c-list-image3 .c-img h3 {
    font-size: 22px;
    top: 40%;
  }
  .top-pallarax .tt-1 {
    /* max-width: 500px; */
    padding-left: 50px;
}
    .top-block1-box .flex .tt-1 {
      width: 100%;
      max-width: 100%;
      /* margin-left: 20px !important; */
      padding-left: 0;
    }
    .top-block1-box .c-slide4 .item{
      margin: 20px 40px;
    }

    .top-block1-box .tt-1 h3{
      text-align: left;
      font-size: 40px;
    }
    .tab-list{
      margin-top: 30px;
      margin-right: 0;
      margin-left: 20px !important;
    }
    .c-insta {
      position: relative;
      padding-bottom: 60px;
    }
    .c-insta::after{
      width: 40px;
      height: 20px;
    }
	
	.fee {
		font-size: 16px;
	}
  /*custom*/
}
@media screen and (max-width: 580px){
  /*custom*/
  .top-block1-box .item{
    flex-wrap: wrap;
  }
  .c-list-imgft .c-item .c-img .img{
    min-height: 200px;
    height: 200px;
  }
  .c-list-imgft .c-item .c-img, .c-list-imgft .c-item .c-content{
    width: 100%;
  }
  .c-list-imgft .c-item .c-content{
    padding: 30px 20px;
    /* margin-top: 30px; */
  }
  .tab-list{
    width: 100%;
    position:relative;
    margin-left: 0 !important;
    padding-right: 0;
    justify-content: flex-start;
  }
  .top-block1-box .item .title{
    width: 100%;
    margin-top: 10px;
  }
  .top-block1-box .item .date{
    padding-left: 0;
  }
  .c-list-info{
    flex-wrap: wrap;
  }
  .c-list-info .c-item{
    width: 100%;
  }
  .c-table-info.c-ct dl dt, .c-table-info.c-ct dl dd{
    font-size: 13px;
  }
  .c-table-info dl:first-child dt, .c-table-info dl:first-child dd{
    font-size: 12px;
  }
  .c-table-info dl dd, .c-table-info dl dt{
    height: 60px;
  }
  .c-table-info dl dt{
    font-size: 14px;
  }
  .c-table-info dl dd span{
    font-size: 18px;
  }
  .c-table-info.c-ct dl dd span{
    font-size: 16px;
  }
  .c-list-text3 .c-item, .c-list-item3 .c-item{
    width: 100%;
    margin-right: 0!important;
    margin-bottom: 40px;
  }
  .top-pallarax .tt-1{
    padding: 0 20px;
  }
  .c-slide1 .c-item-box2 {
    margin: 0 5px;
  }
  .c-item-box2 {
    padding: 20px;
  }
    .c-list-block1 .c-item{
      width: 100%;
      margin-right: 0;
    }
    .c-logo-ft .c-item.ct .c-tt-h1 {
      margin-left: 0 !important;
      margin-top: 15px;
      width: 100%;
      text-align: center;
    }
    .top-block1-box .tt-1 h3 {
      text-align: left;
      font-size: 25px;
      padding-bottom: 20px;
    }
    .top-block1{
      padding: 60px 0;
    }
    .c-note-block4 {
      font-size: 15px;
    }
    .top-pallarax .tt-1 h2{
      font-size: 28px;
    }
    .c-list-block2 .c-desc h3{
      font-size: 25px;
    }
    .c-list-image3{
      flex-wrap: wrap;
    }
    .c-list-image3 .c-img{
      width: 100%;
    }
    
  /*custom*/
  .tt-1 h2 {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .tt-1 h2.cl-df {
    font-size: 26px;
  }
  .tt-1 h3{
    font-size: 22px;
  }
  .tt-1 h3 .cts{
    font-size: 30px;
  }
  .tt-1 p, .tt-1 .c-desc,.tt-1 p, .tt-1 .c-desc2{
    font-size: 13px;
  }

}
/*custom*/