@charset "UTF-8";





html {
  scroll-behavior: smooth;
  font-size: clamp(16px, 4.2vw, 24px);
}


body {
  background-color: #fff;
  position: relative;
  margin: 0;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  color: #333333;
}

main{
  width: 100%;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

body.is-fixed {
  overflow: hidden;
}

nav {
  display: block;
  unicode-bidi: isolate;
  box-sizing: border-box;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}


ul,
ol {
  list-style: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}

button {
  overflow: visible;
}

h1{
  margin: 0px;
}

/*====================================header=================================*/



/*====================================header=================================*/
.sec18,
.sec17,
#container,
.sec02,
.sec16,
.sec15,
.sec14,
.sec12,
.sec11,
.sec10,
.sec09,
.sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.faq,
.sec08{
  position: relative;
  z-index: 2;
}
.sec18,
.sec17,
#container,
.sec02,
.sec16,
.sec15,
.sec14,
.sec11,
.sec10,
.sec09,
.sec05,
.sec07,
.sec03,
.sec04,
.sec01{
  background: #fff;
}
.hero.cta-first{
  height: calc(100vh - 140px);
}
.fv_swiper.swiper,
.fv_swiper .swiper-wrapper{
  height: 100%;
}
.fv_swiper.swiper .swiper-wrapper{
  height: 100%;
}
.hero-body{
  position: relative;
}

.hero-item{
  position: relative;
}
.fv_swiper .swiper-wrapper {
  transition-timing-function: ease-in-out;
  
}
.fv_swiper .swiper-slide {
  opacity: 0;
  pointer-events: none;
}

.fv_swiper .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.fv_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#slidearea {
  position: relative;
  z-index: 1;
  height: 100%; 
}
#slidearea .swiper-container {
  width: 100%;
  height: 100%; 
}

.fv_swiper .swiper-slide-active .hero-item img,
.fv_swiper .swiper-slide-duplicate-active .hero-item img,
.fv_swiper .swiper-slide-prev .hero-item img {
  animation: zoomout 7.5s ease-in-out 0s 1;
  animation-fill-mode: both; 
}

@keyframes zoomout {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); 
  } 
  
}



.hero-item::before{
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
  position: absolute;
  left: 0;
  height: 59.2%;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.fv_body{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;

}

.fv_top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.fv_logo{
  display: flex;
  gap: 300px;
  width: max-content;
  animation: marquee 25s linear infinite;
}
.fv_logo img{
  width: 2595px;
  max-width: none;
  flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-2595px);
    }
}

.fv_txt{
  padding-left: 3.6458%;
  margin-bottom: 80px;
}
.fv_txt01{
  color: #FFF;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.60);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.607; /* 160.714% */
  letter-spacing: 0.05em;
}
.fv_txt02{
  color: #FFF;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.60);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;

  margin-top: 16px;
  padding-left: 2px;
}

.fv_group01{
  background: rgba(255, 255, 255, 0.8);
  padding: 35px 0;
  display: flex;
  justify-content: center;
  gap: 100px;
}
.fv_item{
  display: flex;
  width: fit-content;
}
.fv_item01 img{
  width: 61.407px;
}
.fv_item02 img{
  width: 109.203px;
}
.fv_item03 img{
  width: 49.918px;
}
.fv_item04 img{
  width: 69.286px;
}
.fv_item.fv_item01{
  gap: 23.59px;
} 
.fv_item.fv_item02{
  gap: 24.8px;
}
.fv_item.fv_item03{
  gap: 24.08px;
}
.fv_item.fv_item04{
  gap: 23.71px;
}
.fv_item-name{
  color: #B18D3E;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fv_item-txt{
  margin-top: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}


section{

  padding: 0px 20px;

}

section.hero{

  padding: 0;

}

.sec-body{
  max-width: 1280px;
  width: 100%;
  padding: 160px 0px;
  margin: 0 auto;
}
.sec01 .sec-body{
  padding: 80px 0px;
}

.sub-title{
  color: #B18D3E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
.sec-title{
  margin-top: 10px;
  color: #8E1728;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  margin-bottom:64px;
}
.sec01_group{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sec01_item{
  width: 46.875%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 32px 16px 29px;
  background-color: #fff;
  transition: background-color 0.4s ease;
}
.sec01_item-date{
  color: #999;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec01_item-txt{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.sec01_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-arow{
  width: 32px;
  height: 32px;
  background-color: #8E1728;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  border: 1px solid #8E1728;
  transition: background-color 0.4s ease;
}
.icon-arow svg{
  color: #fff;
  width:8px;
  height: 10px;
  transition: color 0.4s ease;
}
.sec01_item:hover{
 background-color: #F7F7F7;
}
.sec01_item:hover .icon-arow{
  background-color: #fff;
}
.sec01_item:hover .icon-arow svg{
  color: #8E1728;
}
/*======================sec02====================== */
.sec02::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.05);
  background-size: 100% 100%;
}
.sec02{
  padding: 0 0 111px;
  position: relative;
  overflow: hidden;
}
.sec02 .sec-body{
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
  padding-top: 150px;
}
.sec02-group{
  position: relative;
  margin-left: calc((100vw - 1290px) / 2);
  width: calc(100% - (100vw - 1290px) / 2);
  margin-top: -32px;
  padding-top: 32px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.sec02-group .sec02_swiper{
  overflow: visible;
}
.sec02-group .sec02_swiper .swiper-slide{
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.10));
  width: 539.404px;
}
.sec02-item-img {
  overflow: hidden;
  border-radius: 5px;
}
.sec02-item-img img{
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.sec02-group .sec02_swiper .swiper-slide:hover .sec02-item-img img{
  transform: scale(1.15);
}
.sec02-item h4{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 0.05em;
  margin-top: 21.29px;
}
.sec02 .sec07-swiper-btn{
  margin-top: 0px;
}
.sec02-group .sec02_swiper{
  margin-right: calc((100vw - 1290px) / 2);
}
/*======================sec02====================== */
/*======================sec03====================== */
.sec03-group01{
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.sec03-btn{
  margin-bottom: 64px;
}
.sec03-btn a{
  width: 210px;
  height: 50px;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid #8E1728;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s ease;
}
.sec03-btn a span{
  color: #8E1728;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 200% */
  transition: color 0.4s ease;
}
.sec03-btn a:hover{
  background-color: #8E1728;
}
.sec03-btn a:hover span{
  color: #fff;
}
.sec03-btn a:hover .icon-arow{
  background-color: #fff;
}
.sec03-btn a:hover .icon-arow svg{
  color: #8E1728;
}
.sec03-btn a .icon-arow{
  width: 20px;
  height: 20px;
}
.sec03-btn a .icon-arow svg{
  width: 5px;
}
.sec03-group {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}

.sec03-group-left {
  width: 43.75%;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  overflow: hidden;
  height: 540px;
}

.sec03-group-right {
  width: calc(56.25% - 80px);
}

.sec03-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition:
    opacity 0.8s ease,
    transform 1s ease;
}

.sec03-item-img.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.sec03-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sec03-item-nub{
  color: #8E1728;
  font-family: "DM Sans", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.733;
  position: relative;
}
.sec03-item-nub::before{
  content: "";
  background: #CCC;
  height: 1px;
  width: 80.79%;
  position: absolute;
  top: 0;
  right: 0;
}
.sec03-item h4{
  margin-top: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sec03-item-txt01{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.sec03-item-link{
  display: flex;
  gap: 40px;
  margin-top: 16px;
}
.sec03-item-link a{
  display: flex;
  gap: 12px;
  align-items: center;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.sec03-item-link a span{
  color: #8E1728;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.sec03-item-link a img{
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.sec03-item-link a:hover{
  opacity: 0.7;
}
.sec03-item+.sec03-item{
  margin-top: 103px;
}
/*======================sec03====================== */
/*======================sec04====================== */
.sec04{
  position: relative;
}
.sec04::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 76.0417%;
  height: 100%;
  background:
  url(../img/sec04/bg.webp) no-repeat center center / cover,
  rgba(177, 141, 62, 0.05);
  background-size: 100% 100%;
}
.sec04 .sec-body{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.sec04-group01 h4{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.78571;
  letter-spacing: 0.05em;
}
.sec04-group01 p{
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
}
.sec04 .sec03-btn,
.sec04 .sec03-group01 .sec-title{
  margin-bottom: 32px;
}
.sec04-group{
  width: fit-content;
  width: 43.67%;
  max-width: 559px;
  margin-left: auto;
  position: relative;
}

.sec04-img{
  width: calc(56.33% - 32px);
  max-width: none;
}
.sec04-img img{
  position: relative;
  width: calc(100% + (100vw - 1280px) / 4);
  left: calc(-1 * (100vw - 1280px) / 4);
}
/*======================sec04====================== */
/*======================sec05====================== */
.sec05-item a{
  position: relative;
}
.sec05-item-img{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sec05-item-img::before{
  content: "";
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #737373 0%, #FFF 100%);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  height: 36.36%;
  width: 100%;
  top: 0;
  z-index: 2;
}
.sec05-item-img img{
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.10));
  border-radius: 5px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.sec05-item-txt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 3;
}
.sec05-item-txt h4{
  text-shadow:0 0 15px rgba(0, 0, 0, 0.50);
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  transition: font-size 0.5s cubic-bezier(0.4, 0, 0.2, 1), letter-spacing 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: font-size, letter-spacing;
}
.sec05-item-txt h5{
  text-shadow:0 0 15px rgba(0, 0, 0, 0.50);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
.sec05-item-txt p{
  margin-top: 8px;
  color: #FFF;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.786;
  letter-spacing: 0.1em;
}
.sec05-item-icon{
  position: absolute;
  bottom: -23.87px;
  left: -16px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1), left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width, bottom, left;
}
.sec05-item-arrow{
  position: absolute;
  right:16px;
  height: 14px;
  width: auto;
  bottom: 20.27px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.30));
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}
.sec05-item01 .sec05-item-icon{
  width: 209.346px;
}

.sec05-item02 .sec05-item-icon{
  width: 254.67px;
}

.sec05-item03 .sec05-item-icon{
  width: 175.386px;
}

.sec05-item04 .sec05-item-icon{
  width: 171.33px;
}

.sec05-item05 .sec05-item-icon{
  width: 127.33px;
}

.sec05-item06 .sec05-item-icon{
  width: 146px;
}

.sec05-item07 .sec05-item-icon{
  width: 199.33px;
}

.sec05 .sec05_swiper.swiper .swiper-slide,
 .swiper-slide_wrapper, 
.sec05 .sec05_swiper.swiper{
  overflow: visible;
}
.sec05-group{
  width: calc(100% + 20px);
  margin-left: -20px;
  padding-left: 20px;
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 64px;
  overflow: hidden;
}
.sec05 .sec05_swiper.swiper .swiper-slide{
  width: 500px;
  flex-shrink: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.716);
   will-change: transform;
  transform-origin: 50% 200px;
 
  display: flex;
  justify-content: flex-end;
  
}


.sec05 .sec05_swiper.swiper .swiper-slide-active {
  transform: scale(1) ;
  
}
.sec05 .sec05_swiper.swiper .swiper-slide .sec05-item .sec05-item-img{
  filter: unset;
  transition: filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: filter;
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item .sec05-item-img{
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.10));
}
.sec05-item{
  width: 100%;
  border-radius: 5px;
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item-txt h4{
  font-size: 40px;
  letter-spacing: 0.15em;
}

.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item-icon{
  left: -24px;
  bottom: -64px;
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item01 .sec05-item-icon{
  width: 314.019px;
}

.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item02 .sec05-item-icon{
  width: 382px;
}

.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item03 .sec05-item-icon{
  width: 263.079px;
}

.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item04 .sec05-item-icon{
  width: 257px;
}

.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item05 .sec05-item-icon{
  width: 191px;
}

.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item06 .sec05-item-icon{
  width: 219px;
}

.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item07 .sec05-item-icon{
  width: 299px;
}

.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item-arrow{
  height: 20px;
}
.button-swiper .icon-arow{
  width: 48px;
  height: 48px;
  border: 1px solid #8E1728;
  background-color: #FFF;
  cursor: pointer;
}
.button-swiper .icon-arow:hover{
  background-color: #8E1728;
}
.button-swiper .icon-arow:hover svg{
  color: #fff;
}
.button-swiper  .icon-arow svg{
  color: #8E1728;
  width: 9.5px;
  height: 18px;
}
.button-swiper-prev .icon-arow{
  padding-left: 0px;
  padding-right: 2px;
}
.button-swiper-prev .icon-arow svg{
  transform: rotate(180deg);
}
.button-swiper-prev{
  position: absolute;
  top: calc(50% - 24px);
  z-index: 10;
  left: 28.5%;
}
.button-swiper-next{
  position: absolute;
  top: calc(50% - 24px);
  z-index: 10;
  right: 28.5%;
}
.swiper .swiper-wrapper{
  height: auto;
}
.sec05 .sec05_swiper.swiper .swiper-slide:hover .sec05-item-img img{
  transform: scale(1.15);
}
/*======================sec05====================== */
.sec06{
  padding: 0px;
}
/*======================sec07====================== */
.sec07{
  padding: 0px 0px 160px 0px;
  overflow: hidden;
}
.sec07 .sec-body{
  padding-bottom: 0px;
}
.sec07-group{
  position: relative;
  margin-left: calc((100vw - 1290px) / 2);
  width: calc(100% - (100vw - 1290px) / 2);
  margin-top: -32px;
  padding-top: 32px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.sec07-group .swiper-wrapper .swiper-slide{
  width: 400px;
  overflow: visible;
}

.sec07-group .sec07_swiper{
  margin-right: calc((100vw - 1290px) / 2);
}
.sec07-group  .swiper{
  overflow: visible;
}
.sec07-item-img{
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
}
.sec07-item-img img{
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.sec07-item:hover .sec07-item-img img{
  transform: scale(1.15)
}
.sec07-item h4{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
.sec07-item04.sec07-item h4{
  letter-spacing: 0px;
}
.sec07-item-txt{
  margin-top: 1px;
  display: flex;
}
.sec07-item-txt p{
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
  position: relative;
}
.sec07-item-txt p::before{
  content: "+\00a0";
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
}
.sec07-item-txt p:last-child::before{
  content: unset;
}
.sec07-item-tab{
  margin-top: 26px;
  display: flex;
  gap: clamp(6px, 0.417vw, 8px);
  flex-wrap: wrap;
}
.sec07-item-tab p{
  padding: 0 16px 1px;
  border-radius: 100px;
  background: rgba(177, 141, 62, 0.2);

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
}
.sec-body.sec-body02{
  padding: 0px;
}
.sec07-swiper-btn{
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.icon-arow-prev{
  transform: rotate(180deg);
}
/*======================sec07====================== */
/*======================sec08====================== */
.sec08{
  background: #fff;
  position: relative;
}
.sec08::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(177, 141, 62, 0.05);
}
.sec08 .sec-body{
  position: relative;
  z-index: 2;
}
.sec08-title{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.786;
  letter-spacing: 0.05em;
}
.sec08-title span{
  color: #8E1728;
}
.sec08-sub{
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
}
.sec08-group{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.sec08-group-txt p{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 34px;
  position: relative;
}
.sec08-group-txt p::before{
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0px;
  width: 18px;
  height: 18px;
  background: url(../img/sec08/icon.svg) no-repeat;
  background-size: cover;
}
.sec08-group-txt p+p{
  margin-top: 16px;
}
.sec08-btn{
 margin-top: 48px;
}
.sec08-btn a{
  border-radius: 5px;
  background-color: #8E1728;
  border: 1px solid #8E1728;
  display: flex;
  align-items: center;
  gap: 68px;
  padding: 18px 16px;
  transition: background-color 0.4s ease;
  will-change: background-color;
}
.sec08-btn a:hover{
  background-color: #fff;
}
.sec08-btn a span{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.889;
  letter-spacing: 0.06em;
  transition: color 0.4s ease;
  will-change: color;
}
.sec08-btn a:hover span{
  color: #8E1728;
}
.sec08-btn a .icon-arow{
  background-color: #FFF;
  width: 20px;
  height: 20px;
  transition: background-color 0.4s ease;
  will-change: background-color;
}
.sec08-btn a:hover .icon-arow{
  background-color: #8E1728;
}
.sec08-btn a svg{
  width: 6px;
  height: 9px;
  color: #8E1728;
  transition: color 0.4s ease;
  will-change: color;
}
.sec08-btn a:hover svg{
  color: #FFF;
}
.sec08-group-right{
  display: flex;
}
.sec08-item img{
  width: 182px;
}
.sec08-item01 img{
  margin-right: 21px;
}
.sec08-item02 img{
  margin-right:19px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.sec08-item03 img{
  margin-right: 20px;
}
/*======================sec08====================== */
/*======================sec09====================== */
.sec09{
  padding: 0px;
}
.sec09 .sec-body{
  padding-bottom: 0px;
}
.instagram-swiper {
  width: 100%;
  overflow: visible;
  position: relative;
}

.instagram-swiper .swiper-wrapper {
  align-items: flex-start;
}

.instagram-swiper .swiper-wrapper .swiper-slide {
  width: 400px;
  flex-shrink: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.8);
  opacity: 0.4;
  transform-origin: 50% 200px;
  will-change: transform, opacity;
}

.slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  overflow: hidden;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-button {
  margin-top: 40px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.10));
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  background-color: #8E1728;
   border: 1px solid #8E1728;
  border-radius: 23px;
  text-decoration: none;
  transition: background-color 0.4s ease;
  box-sizing: border-box;
}

.btn-instagram:hover {
  background: #fff;
}

.instagram-swiper .swiper-wrapper .swiper-slide-active,
.instagram-swiper .swiper-wrapper .swiper-slide-prev,
.instagram-swiper .swiper-wrapper .swiper-slide-next {
  transform: scale(1) translateX(0);
  opacity: 1;
}
.instagram-swiper .swiper-wrapper .swiper-slide-active .slide-image ,
.instagram-swiper .swiper-wrapper .swiper-slide-prev .slide-image ,
.instagram-swiper .swiper-wrapper .swiper-slide-next .slide-image {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
}
.sec09 .swiper.instagram-swiper{
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 160px;
}
.instagram-swiper .swiper-wrapper  .swiper-slide{
  overflow: visible;
}
.instagram-swiper .swiper-slide-active .slide-button,
.instagram-swiper .swiper-slide-prev .slide-button,
.instagram-swiper .swiper-slide-next .slide-button {
  opacity: 1;
  max-height: 80px;
}
.btn-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.8px;
  white-space: nowrap;
  transition: color 0.4s ease;
  will-change: color;
}

.btn-icon {
  width: 15.899px;
  height: 15.9px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.instagram-swiper .swiper-slide-active .slide-button:hover .btn-text,
.instagram-swiper .swiper-slide-prev .slide-button:hover .btn-text,
.instagram-swiper .swiper-slide-next .slide-button:hover .btn-text{
  color: #8E1728;
}
.slide-button svg{
  fill: #fff;
  transition: fill 0.4s ease;
  will-change: fill;
}
.instagram-swiper .swiper-slide-active .slide-button:hover svg,
.instagram-swiper .swiper-slide-prev .slide-button:hover svg,
.instagram-swiper .swiper-slide-next .slide-button:hover svg{
  fill: #8E1728;
}
.instagram-swiper .swiper-wrapper .swiper-slide:has(+ .swiper-slide-prev) {
  transform: scale(0.8) translateX(40px);
}

.instagram-swiper .swiper-wrapper .swiper-slide-next + .swiper-slide {
  transform: scale(0.8) translateX(-40px);
}
.button-swiper.sec09-button-prev{
  position: absolute;
  top: 220px;
  z-index: 10;
  left: calc((100vw - 1290px) / 2 - 16px);
}
.button-swiper.sec09-button-next{
  position: absolute;
  top: 220px;
  z-index: 10;
  right: calc((100vw - 1290px) / 2 - 16px);
}
/*======================sec09====================== */
/*======================sec10====================== */
.sec10 {
  position: relative;
  overflow: hidden; 
  padding: 0 0 160px;
}
.sec10 .sec-body{
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
}
.sec10::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - (100vw - 1290px) / 4 );
  height: 100%;
  background: url(../img/sec04/bg.webp) no-repeat center center / cover, rgba(0, 0, 0, 0.05);
  background-size: 100% 100%;
}
.sec10-item a{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.sec10-item-img{
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.sec10-item-img img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.sec10-item:hover .sec10-item-img img {
  transform: scale(1.15);
}
.sec10-item h4{
  padding-top: 41px;
  padding-left: 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sec10-item p{
  padding-left: 24px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.button-swiper.swiper-button-disabled .icon-arow{
  cursor: not-allowed;
  border: 1px solid #ccc;
}
.button-swiper.swiper-button-disabled:hover .icon-arow svg,
.button-swiper.swiper-button-disabled .icon-arow svg{
  color: #ccc;
}
.button-swiper.swiper-button-disabled:hover .icon-arow{
  background-color: #fff;
}
.sec10 .sec07-swiper-btn{
  margin-top: 0px;
}
.sec10 .sec07-group .swiper{
  padding-bottom: 64px;
}

.sec10-group{
  position: relative;
  margin-left: calc((100vw - 1280px) / 2);
  width: calc(100% - (100vw - 1280px) / 2);
  margin-top: -32px;
  padding-top: 32px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.sec10 .sec10_swiper {
   overflow: visible;
}
.sec10 .sec10_swiper .swiper-slide{
  width: 400px;
  /* width: clamp(320px, 20.833vw, 400px); */
  overflow: visible;
  background: #fff;
  border-radius: 5px;
  height: auto;
  filter: drop-shadow(0 5px 20px rgba(0,0,0,.1));
  padding-bottom: 48px;
}
.sec10 .swiper-wrapper {
  align-items: stretch;
}
.sec10-item-img-group{
  position: relative;
}
.sec10-item p.sec10-note{
  border-radius: 0 5px 5px 0;
  background: #8E1728;
  padding: 1px 24px 3px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;

  position: absolute;
  left: 0;
  bottom: -10px;
  width: fit-content;
}

.sec10-group .sec10_swiper{
  margin-right: calc((100vw - 1290px) / 2);
}
/*======================sec10====================== */
/*======================sec11====================== */
.sec11-group01 .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.swiper-slide.sec11-item {
  width: 31.25%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
  height: 100%;
}

.sec11-item-img {
  overflow: hidden;
  border-radius: 5px;
}

.sec11-item-img img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.sec11-item:hover .sec11-item-img img {
  transform: scale(1.15);
}

.sec11-item-date {
  margin-top: 12px;
  color: #8E1728;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sec11-item-date span {
  margin-left: 6px;
  font-size: 14px;
}

.sec11-item-note {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}

.sec11-item-note span {
  border-radius: 3px;
  background: #8E1728;
  padding: 5px 17px 4px 15px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}

.sec11-item-name {
  margin-top: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.sec11-item-txt01 {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.sec11-item-txt01::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 21.816px/2);
  width: 21.816px;
  height: 20.492px;
  background: url(../img/sec11/icon01.svg) no-repeat;
  background-size: cover;
}

.sec11-item-txt02 {
  padding-left: 30px;
  position: relative;
  margin-top: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
}

.sec11-item-txt02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 17px;
  height: 24.923px;
  background: url(../img/sec11/icon02.svg) no-repeat;
  background-size: cover;
}
/*======================sec11====================== */
/*======================sec12====================== */
.sec12{
  background: #fff;
  padding: 0px;
}
.sec12::before{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(177, 141, 62, 0.05);
}

.sec12 .sec-body{
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}
.sec12-group{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sec12-group-left{
  width: 46.875%;
}
.sec12-group-right{
  width: calc(53.125% - 40px);
}
.sec12-txt01{
  margin-top: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sec12-txt02{
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
}
.sec12-left-img{
  overflow: hidden;
  border-radius: 5px;
}
.sec12-right-txt01{
  color: #8E1728;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: 0.15em;
  position: relative;
}
.sec12-right-txt01::before {
  content: "";
  background: #CCC;
  height: 1px;
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
}
.sec12-right-group01{
  margin-top: 40px;
  display: flex;
  width: calc(100%);
  justify-content: space-between;
}
.sec12-right-img{
  width: calc(49% - 16px);
}
.sec12-right-txt{
  width: calc(51% - 16px);
}
.sec12-right-txt02{
  border-radius: 3px;
  background: #8E1728;
  padding: 5px 16px 4px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  width: fit-content;
}
.sec12-right-txt03{
  margin-top: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.sec12-right-group{
  margin-top: 24px;

  padding: 26px 0 24px 24px;
  border-radius: 5px;
  background: #FFF;
}
.sec12-item{
  display: flex;
  align-items: center;
  gap: 16px;
}
.sec12-item-txt01{
  padding-left: 16px;
  width: 84px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
  position: relative;
}
.sec12-item-txt01::before{
  content: "";
  background: #8E1728;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.sec12-item-txt02{
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec12-item01 .sec12-item-txt02{
  color: #8E1728;
  font-family: "Roboto Flex", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec12-item01 .sec12-item-txt02 span{
  margin-left: 4px;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec12-item+.sec12-item{
  margin-top: 12px;
}
.sec12-right-group01+.sec12-right-group01{
  margin-top: 40px;
}
.sec12-left-img,
.sec12-right-img{
  overflow: hidden;
  border-radius: 5px;
}
.sec12-left-img img,
.sec12-right-img img{
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.sec12-group-left:hover .sec12-left-img img,
.sec12-right-group01:hover .sec12-right-img img{
  transform: scale(1.15);
}

/*======================sec12====================== */
.sec13 .sec-body{
  border-top: 1px solid #ccc;
  padding-top: 120px;
  padding-bottom: 160px;
}
/*======================sec13====================== */
/*======================sec14====================== */
.sec14 {
  padding:0px 0px 160px 0px;
  overflow: hidden;
}
.sec14 .sec-body{
  padding-bottom: 0px;
  padding-top: 183px;
}
.sec14 .sec03-btn,
.sec14 .sec-title{
  margin-bottom: 32px;
}
.sec14-sub{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.143;
  letter-spacing: 0.05em;
  margin-bottom: 64px;
}
.sec14-group {
  position: relative;
  margin-left: calc((100vw - 1290px) / 2);
  width: calc(100% - (100vw - 1290px) / 2);
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.sec14-item{
  position: relative;
  overflow: hidden;
}
.sec14-item p{
  position: absolute;
  left: 0;
  bottom: 0px;
  border-radius: 0 5px;
  background: #8E1728;
  padding: 1px 24px 3px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sec14_swiper .swiper-wrapper .swiper-slide{
  width: 400px;
  border-radius: 5px;
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.10));
}

.sec14-group .sec10_swiper{
  margin-right: calc((100vw - 1290px) / 2);
}
.sec14-group .sec14_swiper.swiper{
  overflow: visible;
}
.sec14 .sec07-swiper-btn{
  margin-top: 0px;
}
.sec14 .sec-body.sec-body02{
  padding-top: 0px;
}
/*======================sec14====================== */
/*======================sec15====================== */
.sec15::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.05);
  background-size: 100% 100%;
}
.sec15 .sec-body{
  position: relative;
  z-index: 2;
}
.sec15-group{
  display: flex;
  justify-content: space-between;
}

.sec15-group-left {
  width: 43.75%;
}
.sec15-left-img{
  overflow: hidden;
}
.sec15-txt01{
  margin-top: 16px;
  color: #999;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec15-txt02{
  margin-top: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sec15-group-right{
  width: calc( 56.25% - 80px);
}
.sec15-right-txt01{
  color: #8E1728;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: 0.15em;
  position: relative;
}
.sec15-right-txt01::before {
  content: "";
  background: #CCC;
  height: 1px;
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
}

.sec15-right-group01{
  margin-top: 40px;
  display: flex;
  gap: 32px;
}
.sec15-right-img{
  width: calc(70% - 16px);
}
.sec15-right-txt{
  width: calc(30% - 16px);
}
.sec15-left-img,
.sec15-right-img{
  overflow: hidden;
  border-radius: 5px;
}
.sec15-left-img img,
.sec15-right-img img{
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.sec15-group-left:hover .sec15-left-img img,
.sec15-right-group01:hover .sec15-right-img img{
  transform: scale(1.15);
}
/*======================sec15====================== */
/*======================faq====================== */
#container .sub-title,
#container .sec-title{
  text-align: center;
}
#container  .sec-title{
  margin-bottom: 0px;
}
#container .subtext{
  color: #C9C5C0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16em;
  margin-bottom: 64px;
  margin-top: 19.35px;
}
li {
    display: block;
}

li {
  list-style-type: none;
}

.cat-openhouse {
  background-color: #FFD555;
}

.cat-seminar {
  background-color: #85D3FA;
}

.cat-fair {
  background-color: #B7F887;
}

.cat-other {
  background-color: #ccc;
}

.cat-campaign {
  background-color: #AA8E4B;
}

ul#tabnavi {
  display: flex;
  margin: 0 0 70px;
  padding: 0;
  list-style: none;
  border: #8E1728 1px solid;
}
ul#tabnavi li {
  width: 25%;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #8E1728;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-right: #8E1728 1px solid;
}
ul#tabnavi li:last-of-type {
  border: none;
}
ul#tabnavi li br {
  display: none;
}
ul#tabnavi li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  margin-right: 0;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul#tabnavi li:hover {
  background-color: #AA8E4B;
  color: #fff;
}
ul#tabnavi li.active {
  background-color: #8E1728;
  color: #fff;
  cursor: default;
}
ul#tabnavi li.active::before {
  border-width: 12px 8px 0 8px;

  margin-right: 10px;
}

.panel .cattitle {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  text-align: center;
}
.panel .cattitle:first-letter {
  font-size: 1.5em;
  color: #8E1728;
}
.panel dl dt {
  padding: 40px 0;
  cursor: pointer;
  border-top: #C9C5C0 1px solid;
  text-align: center;
  position: relative;
}
.panel dl dt span {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.panel dl dt::before {
  content: "Q";
  font-size: 90px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #f4f4f4;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.panel dl dt::after {
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 5 free", "Font Awesome 5 Brands";
  font-size: 40px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  display: block;
  color: #C9C5C0;
  transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -16px;
  z-index: 2;
}
.panel dl dt.openheader::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.panel dl dt:hover::after {
  color: #8E1728;
}
.panel dl dd {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.panel dl dd .text {
  display: inline-block;
  text-align: justify;
}
.panel dl dd .text p{
  font-size: 16px;
  line-height: 1.8;
}
.panel dl dd p.notes {
  text-indent: -1em;
  padding-left: 1em;
}
.panel dl dd p + p {
  margin-top: 1em;
}
.panel dl dd ul {
  margin: 20px 0;
}
.panel dl dd ul li {
  margin: 1em 0;
  line-height: 1.5;
}
.panel dl dd ul li.number {
  padding-left: 20px;
  text-indent: -16px;
  font-size: 16px;
  line-height: 1.8;
}
.panel dl dd ul li.number span {
  text-indent: 0;
  width: 20px;
  display: inline-block;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
.panel dl dd a {
  color: #8E1728;
  font-weight: bold;
}
.panel dl dd p.button {
  margin-top: 24px;
}
.panel dl dd p.button a {
  display: block;
  background: #fff;
  padding:10px 20px ;
  border-radius: 3px;
}
.panel dl dd p.button a::after {
  content: "\f101";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #C9C5C0;
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free", "Font Awesome 5 Brands";
  transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.panel dl dd p.button a:hover {
  padding-left: 40px;
}
.panel dl dd p.button a:hover::after {
  color: #8E1728;
}
/*==============faq===================*/
/*==============sec16===================*/
.sec16{
  position: relative;
  overflow: hidden;
}
.sec16::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(177, 141, 62, 0.05);
  background-size: 100% 100%;
}
.sec16 .sec-body{
  position: relative;
  z-index: 2;
}
.sec16-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec16-item{
  width: 296px;
}
.sec16-item-img{
  border-radius: 4px;
  overflow: hidden;
}
.sec16-item-date{
  margin-top: 12px;
  color: #999;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec16-item-tab{
  margin-top: 21px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sec16-item-tab p{
  border-radius: 100px;
  border: 1px solid #8E1728;
  background: #FFF;
  color: #8E1728;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1429;
  letter-spacing: 0.05em;
  padding: 0px 12px;
}
.sec16-item-name{
  margin-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6667;
  letter-spacing: 0.05em;
}
.sec16-item-txt{
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1429;
  letter-spacing: 0.05em;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*
.sec16-group.sp {
  position: relative;
}
.sec16-group .sec16_swiper.swiper {
  width: 100%;
  overflow: hidden;
}
.sec16_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.sec16_swiper .swiper-wrapper .swiper-slide .sec16-item {
  width: 100%;
}
.sec16-group.sp .sec16-button-prev,
.sec16-group.sp .sec16-button-next {
  position: absolute;
  top: 95px;
  z-index: 10;
}
.sec16-group.sp .sec16-button-prev {
  left: -16px;
}
.sec16-group.sp .sec16-button-next {
  right: -16px;
}
*/
.sec16-group .sec16_swiper.swiper {
  width: 100%;
  overflow: hidden;
}
.sec16-group .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec16-group .swiper-slide {
  width: 296px;
}
.sec16-button-prev,
.sec16-button-next {
  display: none;
}
/*==============sec16===================*/
.sec18{
  overflow: hidden;
  width: 100%;
  padding: 0px;
}
.sec18 a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sec18 .sec-body{
  position: relative;
  z-index: 2;
  padding-top: 120px;
  width: 100%;
}
.sec18-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec18-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.sec18:hover .sec18-bg img{
  transform: scale(1.05);
}
.sec18 .sec-title{
  margin-bottom: 0px;
}
.sec18 .sub-title,
.sec18 .sec-title{
  color: #fff;
}
.sec18-txt{
  display: flex;
  gap: 24px;
  margin-top: 32px;
  align-items: center;
}
.sec18-txt p{
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 178.571% */
  letter-spacing: 1.4px;
}
.sec18-txt span{
  width: 32px;
  height: 32px;
}
@media (max-width: 1280px){
  .sec-body{
      padding: 120px 0;
  }
}


#footer {

  color: #8E1728;

}

#footer .sublink {

  border: #8E1728 1px solid;

  align-items: stretch;

  margin-bottom: 60px;

}

#footer .sublink li {

  width: 33.3333333333%;

  box-sizing: border-box;

  border-right: #8E1728 1px solid;

}

#footer .sublink li:last-of-type {

  border-right: none;

}

#footer .sublink li a {

  display: block;

  text-align: center;

  font-size: 14px;

  font-weight: 700;

  padding: 16px;

}

#footer .sublink li br {

  display: none;

}

#footer .ft-sitemap {

  margin-bottom: 40px;

}

#footer .ft-sitemap .ft-logo {

  width: calc(100% / 3);

}

#footer .ft-sitemap .ft-logo a {

  display: block;

  width: 130px;

  margin: 0 auto;

}

#footer .ft-sitemap .links {

  align-items: stretch;

}

#footer .ft-sitemap .links ul {

  margin: 0 20px;

}

#footer .ft-sitemap .links ul li {

  line-height: 1;

  padding: 2px;

}

#footer .ft-sitemap .links ul li a {

  display: inline-block;

  padding: 2px;

  font-size: 12px;

  font-weight: 700;

}

#footer .ft-info {

  border-top: #8E1728 2px solid;

  padding: 25px 20px 0;

  align-items: stretch;

}

#footer .ft-info .office {

  display: flex;

  justify-content: flex-start;

}

#footer .ft-info .office dl {

  margin: 0 30px;

  font-size: 16px;

}

#footer .ft-info .office dl span.br {

  padding-right: 12px;

}

#footer .ft-info .office dl .freedial {

  font-size: 16px;

  font-weight: 700;

  font-family: "DM Sans", sans-serif;

  letter-spacing: 0;

}

#footer .ft-info .office dl .freedial img {

  width: 28px;

  padding-right: 5px;

  vertical-align: -3px;

}

#footer .ft-info .ft-sns ul.sns {

  display: flex;

  margin-bottom: 10px;

}

#footer .ft-info .ft-sns ul.sns li {

  margin-left: 10px;

}

#footer .ft-info .ft-sns ul.sns li a {

  display: block;

  background-color: #8E1728;

  width: 44px;

  height: 44px;

  line-height: 1;

  box-sizing: border-box;

  padding: 10px;

  border-radius: 50%;

}

#footer #copyright {

  text-align: right;

}

#footer #copyright small {

  font-size: 12px;

  font-family: "DM Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;

}

.f_inner {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}



#fixbutton {

  position: fixed;

  right: 20px;

  width: 82px;

  top: 120px;

  bottom: 100px;

  z-index: 10;

}

#fixbutton .inner {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

}

#fixbutton .inner ul {

  padding: 2px 0;

}

#fixbutton .inner ul li {

  margin: 6px 0;

}

#fixbutton .inner ul li a {

  display: block;

  width: 82px;

  height: 82px;

  background-color: #8E1728;

  color: #fff;

  line-height: 1.2;

  font-weight: 700;

  box-sizing: border-box;

  position: relative;

}

#fixbutton .inner ul li a img {

  display: block;

  width: 44px;

  margin: 0 auto;

}

#fixbutton .inner ul li a::before {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  border: #AA8E4B 1px solid;

  opacity: 0;

  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;

  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;

  backface-visibility: hidden;

  -webkit-backface-visibility: hidden;

  z-index: -1;

}

#fixbutton .inner ul li a:hover::before {

  top: -5px;

  right: -5px;

  bottom: -5px;

  left: -5px;

  opacity: 1;

  background-color: rgba(255, 255, 255, 0.7);

}

#fixbutton .inner ul.form li a {

  border-radius: 50%;

  font-size: 12px;

  padding-top: 9px;

  text-align: center;

}

#fixbutton .inner ul.form li a::before {

  border-radius: 50%;

}

#fixbutton .inner ul.other li {

  margin: 10px 0;

}

#fixbutton .inner ul.other li a {

  font-size: 11px;

  border-radius: 6px;

  letter-spacing: 0;

  padding-top: 7px;

}

#fixbutton .inner ul.other li a img {

  margin-bottom: 2px;

}

#fixbutton .inner ul.other li a::before {

  border-radius: 9px;

}

#fixbutton .inner ul.sns li a {

  width: 44px;

  height: 44px;

  margin: 0 auto;

  background-color: #fff;

  color: #8E1728;

  font-size: 21px;

  letter-spacing: 0;

  border-radius: 50%;

  line-height: 44px;

  padding-top: 9px;

}

#fixbutton .inner ul.sns li a img {

  width: 26px;

}

#fixbutton .inner ul.sns li a::before {

  border-radius: 50%;

}

#fixbutton .inner ul li a.form_catege img{

  width: 27.466px;

  margin-bottom: 3.5px;

}

#fixbutton .inner ul li a.form_catege{

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding-top: 0px;

}



@media screen and (min-width:1320px) and (max-width:1480px){

}

@media screen and (min-width:1250px) and (max-width:1320px){

}

@media screen and (min-width:1100px) and (max-width:1250px){

}

@media screen and (min-width:1200px) and (max-width:1320px){

}

@media screen and (max-width:1200px){


}

.sp{

  display: none;

}

#pagetop {

  position: fixed;

  right: 0;

  bottom: 0px;

  transform: translateY(70px);

  bottom: 0;

  z-index: 90;

  text-align: center;

  line-height: 1;

  transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;

  -webkit-transition: all 0.6s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;

  backface-visibility: hidden;

  -webkit-backface-visibility: hidden;

  opacity:0;

}

#pagetop.is-show{

   transform: translateY(0px);

  opacity: 1;

}

#pagetop a {

  color: #fff;

  display: block;

  width: 70px;

  height: 70px;

  padding: 9px 0 0;

  box-sizing: border-box;

  background-color: #AA8E4B;

  border-top-left-radius: 5px;

}

#pagetop i {

  font-size: 32px;

  display: block;

  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;

  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;

  backface-visibility: hidden;

  -webkit-backface-visibility: hidden;

}

#pagetop a:hover i {

  transform: translateY(-5px);

}

#pagetop span {

  display: block;

  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;

  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;

  backface-visibility: hidden;

  -webkit-backface-visibility: hidden;

  font-size: 12px;

  font-family: "DM Sans", sans-serif;

  font-weight: 700;

  letter-spacing: 0;

  vertical-align: middle;

}



@media screen and (max-width:900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section {
    padding: 0px 0px;
  }
  .sec-body {
    max-width: 100%;
    padding: clamp(80px, 21.333vw, 192px) clamp(20px, 5.333vw, 48px);
  }
  .sub-title {
    font-size: clamp(14px, 3.733vw, 33.6px);
    letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
  }
  .sec-title {
    margin-top: clamp(4px, 1.067vw, 9.6px);
    font-size: clamp(26px, 6.933vw, 62.4px);
    letter-spacing: clamp(3.9px, 1.04vw, 9.36px);
    margin-bottom: clamp(40px, 10.667vw, 96px);
  }

  /*===============================hero===============================*/
  .hero.cta-first {
    height: calc(60vh - clamp(140px, 37.333vw, 336px));
  }
  .fv_logo img {
    width: 860px; /* xem cảnh báo ở trên, tạm giữ nguyên */
  }
  .fv_txt01 {
    font-size: clamp(30px, 8vw, 72px);
    line-height: clamp(42px, 11.2vw, 100.8px);
    letter-spacing: clamp(1.5px, 0.4vw, 3.6px);
  }
  .fv_txt02 {
    font-size: clamp(14px, 3.733vw, 33.6px);
    letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
    margin-top: clamp(10px, 2.667vw, 24px);
    padding-left: clamp(1.25px, 0.333vw, 3px);
  }
  .fv_txt {
    padding-left: clamp(18px, 4.8vw, 43.2px);
    margin-bottom: clamp(40px, 10.667vw, 96px);
  }
  .hero-item::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    bottom: 0;
    z-index: 2;
  }
  .fv_group01 {
    background: #FBF9F5;
    flex-wrap: wrap;
    padding: clamp(60px, 16vw, 144px) 0px clamp(60px, 16vw, 144px) clamp(40px, 10.667vw, 96px);
    gap: clamp(48px, 12.8vw, 115.2px);
    justify-content: flex-start;
  }
  .fv_group.sp {
    position: relative;
    z-index: 2;
  }
  .fv_item picture {
    width: clamp(66.77px, 17.805vw, 160.25px);
    display: flex;
    justify-content: center;
  }
  .fv_item.fv_item04,
  .fv_item.fv_item03,
  .fv_item.fv_item02,
  .fv_item.fv_item01 {
    gap: clamp(13.78px, 3.675vw, 33.07px);
  }
  .fv_item01 img {
    width: clamp(52.032px, 13.875vw, 124.88px);
    height: clamp(42.366px, 11.298vw, 101.68px);
    aspect-ratio: 52.03/42.37;
  }
  .fv_item02 img {
    width: clamp(66.77px, 17.805vw, 160.25px);
    height: clamp(38.102px, 10.16vw, 91.44px);
    aspect-ratio: 66.77/38.10;
  }
  .fv_item03 img {
    width: clamp(41.232px, 10.995vw, 98.96px);
    height: clamp(41.3px, 11.013vw, 99.12px);
    aspect-ratio: 41.23/41.30;
  }
  .fv_item04 img {
    width: clamp(60.187px, 16.05vw, 144.45px);
    height: clamp(43.433px, 11.582vw, 104.24px);
    aspect-ratio: 60.19/43.43;
  }
  .fv_item-name {
    font-size: clamp(12px, 3.2vw, 28.8px);
  }
  .fv_item-txt {
    margin-top: clamp(4.13px, 1.101vw, 9.91px);
    font-size: clamp(17px, 4.533vw, 40.8px);
    letter-spacing: clamp(0.85px, 0.227vw, 2.04px);
  }
  section.fv_group.sp{
    position: relative;
    z-index: 2;
  }
/*===============================hero===============================*/
/*===============================sec01===============================*/
  .sec01_group {
    flex-wrap: wrap;
  }
 .sec01 .sec-body{
    padding: clamp(80px, 21.333vw, 192px) clamp(20px, 5.333vw, 48px);
  }
  .sec01_item {
    width: 100%;
    padding: clamp(25px, 6.667vw, 60px) clamp(20px, 5.333vw, 48px);
  }
  .sec01_item:last-child {
    border-top: unset;
  }
  .sec01_item-date {
    font-size: clamp(14px, 3.733vw, 33.6px);
  }
  .sec01_item-txt {
    font-size: clamp(14px, 3.733vw, 33.6px);
    line-height: clamp(24px, 6.4vw, 57.6px);
    letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
  }
  .icon-arow {
    width: clamp(28px, 7.467vw, 67.2px);
    height: clamp(28px, 7.467vw, 67.2px);
    padding-left: clamp(2px, 0.533vw, 4.8px);
  }
  .sec01_item a {
    gap: clamp(20px, 5.333vw, 48px);
  }
  .sec01_item-group {
    width: calc(100% - clamp(48px, 12.8vw, 115.2px));
  }
/*===============================sec01===============================*/
/*===============================sec02===============================*/
.sec02 {
  padding: 0 0 clamp(80px, 21.333vw, 192px);
}
.sec02 .sec-body{
  padding-top: clamp(80px, 21.333vw, 192px);
}
.sec02_swiper .swiper-slide.sec02-item,
.sec02-group .sec02_swiper .swiper-slide {
  filter: drop-shadow(0 clamp(5px, 1.333vw, 12px) clamp(20px, 5.333vw, 48px) rgba(0, 0, 0, 0.10));
  width: clamp(267px, 71.2vw, 640.8px);
  flex-shrink: 0;
}
.sec02-group {
  position: relative;
  width: calc(100% - 5.335%);
  margin-left: 5.335%;
  margin-top: clamp(-76.8px, -8.533vw, -32px);
  padding-top: clamp(32px, 8.533vw, 76.8px);
  padding-bottom: 0px;
  box-sizing: border-box;
}
.sec02-group .sec02_swiper {
  margin-right: clamp(20px, 5.333vw, 48px) !important;
}
.sec02-item h4 {
  font-size: clamp(16px, 4.267vw, 38.4px);
  line-height: clamp(30px, 8vw, 72px);
  letter-spacing: clamp(0.8px, 0.213vw, 1.92px);
  margin-top: clamp(10px, 2.667vw, 24px);
}
.sec-body-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.button-swiper .icon-arow {
  width: clamp(36px, 9.6vw, 86.4px);
  height: clamp(36px, 9.6vw, 86.4px);
}
.sec07-swiper-btn {
  gap: clamp(9.5px, 2.533vw, 22.8px);
}
.sec02-btn-sp {
  margin-bottom: clamp(40px, 10.667vw, 96px);
}
.button-swiper .icon-arow svg {
  width: clamp(8px, 2.133vw, 19.2px);
  height: clamp(14px, 3.733vw, 33.6px);
}
/*===============================sec02===============================*/

/*===============================sec03===============================*/
.sec03 .sec03-group01{
  max-width: 100%;
  padding: 0px;
}
.sec03-item-nub {
  font-size: clamp(60px, 16vw, 144px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: clamp(16px, 4.267vw, 38.4px);
}
.sec03-item-nub::before {
  content: "";
  background: #CCC;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: unset;
}
.sec03-item h4 {
  margin-top: clamp(24px, 6.4vw, 57.6px);
  font-size: clamp(20px, 5.333vw, 48px);
  line-height: clamp(36px, 9.6vw, 86.4px);
  /* 180% */
  letter-spacing: clamp(1px, 0.267vw, 2.4px);
}
.sec03-item-txt01 {
  font-size: clamp(14px, 3.733vw, 33.6px);
  line-height: clamp(30px, 8vw, 72px);
  /* 214.286% */
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
  margin-top: clamp(8px, 2.133vw, 19.2px);
}
.sec03-item-link {
  flex-direction: column;
  gap: clamp(8px, 2.133vw, 19.2px);
  margin-top: clamp(16px, 4.267vw, 38.4px);
}
.sec03-item-link a {
  gap: clamp(11.9px, 3.173vw, 28.56px);
}
.sec03-swiper-btn {
  position: absolute;
  top: clamp(252px, 67.2vw, 604.8px);
  z-index: 999;
  right: 0;
}
.sec03-group01.sec03-group01-btn {
  max-width: fit-content;
  margin: 0px;
}
/*===============================sec03===============================*/

/*===============================sec04===============================*/
.sec04 .sec03-group01{
  max-width: 100%;
  padding: 0px;
}
.sec04::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sec04/bg.webp) no-repeat center center / cover, rgba(177, 141, 62, 0.05);
  background-size: 100% 100%;
}
.sec04 .sec-body {
  flex-direction: column;
  padding-bottom: 70px;
}
.sec04-img img {
  position: relative;
  width: 100%;
  left: 0px;
}
.sec04-img {
  width: calc(100% + 13%);
  max-width: none;
  margin-top: clamp(-192px, -21.333vw, -80px);
}
.sec04-group {
  width: 100%;
  max-width: 100%;
  margin-top: clamp(40px, 10.667vw, 96px);
}
.sec04 .sec03-group01 .sec-title {
  margin-bottom: clamp(24px, 6.4vw, 57.6px);
}
.sec04-group01 h4 {
  font-size: clamp(20px, 5.333vw, 48px);
  line-height: clamp(36px, 9.6vw, 86.4px);
  /* 180% */
  letter-spacing: clamp(1px, 0.267vw, 2.4px);
}
.sec04-group01 p {
  margin-top: clamp(8px, 2.133vw, 19.2px);
  font-size: clamp(14px, 3.733vw, 33.6px);
  line-height: clamp(30px, 8vw, 72px);
  /* 214.286% */
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
}
/*===============================sec04===============================*/

/*===============================sec05===============================*/
.sec05 .sec05_swiper.swiper .swiper-slide {
  width: clamp(295px, 78.667vw, 708px);
  transform: scale(1);
  /* padding: 24px; */
}
.sec05-group {
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: clamp(-57.6px, -6.4vw, -24px);
  padding-top: clamp(24px, 6.4vw, 57.6px);
}
.sec05 .sec-body {
  max-width: 100%;
  padding: clamp(80px, 21.333vw, 192px) 0px;
}
.sec03-group01 {
  max-width: 100%;
  padding: 0px clamp(20px, 5.333vw, 48px);
  margin: 0 auto;
}
.sec05-item-txt h4,
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item-txt h4 {
  font-size: clamp(26px, 6.933vw, 62.4px);
  letter-spacing: clamp(3.9px, 1.04vw, 9.36px);
}
.sec05-item-txt h5 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.50);
  color: #FFF;
  font-size: clamp(18px, 4.8vw, 43.2px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
.sec05-item-txt p {
  margin-top: clamp(8px, 2.133vw, 19.2px);
  font-size: clamp(14px, 3.733vw, 33.6px);
  line-height: clamp(22px, 5.867vw, 52.8px);
  /* 157.143% */
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
}
.sec05-item-txt {
  padding: clamp(20px, 5.333vw, 48px);
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item-icon {
  left: clamp(-57.6px, -6.4vw, -24px);
  bottom: clamp(-93.624px, -10.403vw, -39.01px);
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item01 .sec05-item-icon {
  width: clamp(179px, 47.733vw, 429.6px);
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item03 .sec05-item-icon {
  width: clamp(130px, 34.667vw, 312px);
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item04 .sec05-item-icon {
  width: clamp(157.007px, 41.869vw, 376.817px);
  bottom: clamp(-14.664px, -1.629vw, -6.11px);
}
.sec05-item-txt h4,
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item-txt h4.sec05-item-txt-16,
.sec05-item04 .sec05-item-txt .sec05-item-txt-16 {
  font-size: clamp(16px, 4.267vw, 38.4px);
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item06 .sec05-item-icon {
  width: clamp(133.411px, 35.576vw, 320.186px);
  bottom: clamp(-42.432px, -4.715vw, -17.68px);
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item07 .sec05-item-icon {
  width: clamp(182.377px, 48.634vw, 437.705px);
  bottom: clamp(-25.416px, -2.824vw, -10.59px);
}
.sec05 .sec05_swiper.swiper .swiper-slide-active .sec05-item05 .sec05-item-icon {
  width: clamp(116.292px, 31.011vw, 279.101px);
  bottom: clamp(-54.168px, -6.019vw, -22.57px);
}
.button-swiper-prev {
  left: clamp(20px, 5.333vw, 48px);
}
.button-swiper-next {
  right: clamp(20px, 5.333vw, 48px);
}
/*===============================sec05===============================*/

/*===============================sec07===============================*/
.sec07 .sec03-group01.sec03-group01-btn{
  padding: 0px;
}
.sec07-group .swiper-wrapper .swiper-slide {
  width: clamp(267px, 71.2vw, 640.8px);
  overflow: visible;
}
.sec07-item h4 {
  font-size: clamp(16px, 4.267vw, 38.4px);
  line-height: clamp(24.03px, 6.408vw, 57.672px);
  /* 150.188% */
  letter-spacing: clamp(0.8px, 0.213vw, 1.92px);
  margin-top: clamp(16px, 4.267vw, 38.4px);
}
.sec07-item-txt p {
  font-size: clamp(12px, 3.2vw, 28.8px);
  line-height: clamp(20.025px, 5.34vw, 48.06px);
  /* 166.875% */
  letter-spacing: clamp(0.6px, 0.16vw, 1.44px);
}
.sec07-item-txt {
  margin-top: clamp(4px, 1.067vw, 9.6px);
}
.sec07-item-tab p {
  padding: 0 clamp(9.22px, 2.459vw, 22.128px) clamp(1px, 0.267vw, 2.4px) clamp(7.78px, 2.075vw, 18.672px);
  font-size: clamp(10px, 2.667vw, 24px);
  line-height: clamp(20.025px, 5.34vw, 48.06px);
  /* 200.25% */
  letter-spacing: clamp(0.5px, 0.133vw, 1.2px);
}
.sec07-group .sec07_swiper {
  margin-right: clamp(20px, 5.333vw, 48px) !important;
}
.sec07-group {
  position: relative;
  width: calc(100% - 5.335%);
  margin-left: 5.335%;
  margin-top: clamp(-76.8px, -8.533vw, -32px);
  padding-top: clamp(32px, 8.533vw, 76.8px);
  padding-bottom: 0px;
  box-sizing: border-box;
}
.sec07-item-tab {
  margin-top: clamp(16px, 4.267vw, 38.4px);
  display: flex;
  gap: clamp(6px, 1.6vw, 14.4px);
  flex-wrap: wrap;
}
/*===============================sec07===============================*/

/*===============================sec08===============================*/
.sec08-title {
  font-size: clamp(19px, 5.067vw, 45.6px);
  line-height: clamp(40px, 10.667vw, 96px);
  /* 210.526% */
  margin-right: clamp(-24px, -2.667vw, -10px);
}
.sec08-title span {
  color: #8E1728;
  font-size: clamp(28px, 7.467vw, 67.2px);
}
.sec08-sub {
  margin-top: clamp(24px, 6.4vw, 57.6px);
  font-size: clamp(14px, 3.733vw, 33.6px);
  line-height: clamp(30px, 8vw, 72px);
  /* 214.286% */
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
}
.sec08-group {
  flex-direction: column;
  margin-top: clamp(24px, 6.4vw, 57.6px);
}
.sec08-group-left {
  width: 100%;
}
.sec08-group-right {
  width: 100%;
  margin-top: clamp(40px, 10.667vw, 96px);
  justify-content: space-between;
  filter: drop-shadow(clamp(5.51px, 1.469vw, 13.224px) clamp(5.51px, 1.469vw, 13.224px) clamp(22.039px, 5.877vw, 52.894px) rgba(0, 0, 0, 0.15));
}
.sec08-group-txt p {
  font-size: clamp(18px, 4.8vw, 43.2px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(36px, 9.6vw, 86.4px);
  /* 200% */
  letter-spacing: clamp(0.9px, 0.24vw, 2.16px);
}
.sec08-group-txt p + p {
  margin-top: clamp(8px, 2.133vw, 19.2px);
}
.sec08-item {
  width: 23.026%;
}
.sec08-item img {
  width: 100%;
}
.sec08-item03 img,
.sec08-item02 img,
.sec08-item01 img {
  margin-right: 0px;
  box-shadow: unset;
}
.sec08-btn {
  margin-top: clamp(40px, 10.667vw, 96px);
}
.sec08-btn a {
  gap: clamp(15px, 4vw, 36px);
  padding: clamp(13px, 3.467vw, 31.2px) clamp(20px, 5.333vw, 48px);
  width: fit-content;
  margin: 0 auto;
}
.sec08-btn a span {
  font-size: clamp(18px, 4.8vw, 43.2px);
  line-height: clamp(34px, 9.067vw, 81.6px);
  /* 188.889% */
  letter-spacing: clamp(0.9px, 0.24vw, 2.16px);
}
.sec08-btn a svg {
  height: clamp(10px, 2.667vw, 24px);
  padding-right: clamp(1px, 0.267vw, 2.4px);
}
/*===============================sec08===============================*/

/*===============================sec09===============================*/
.sec09 .sec-body{
  padding-left: 0px;
  padding-right: 0px;
}
.instagram-swiper .swiper-wrapper .swiper-slide {
  width: clamp(295px, 78.667vw, 708px);
  transform: scale(1);
  opacity: 1;
}
.btn-instagram {
  padding: clamp(15px, 4vw, 36px) clamp(23px, 6.133vw, 55.2px) clamp(16px, 4.267vw, 38.4px) clamp(23px, 6.133vw, 55.2px);
  border-radius: clamp(48.046px, 12.812vw, 115.31px);
}
.btn-text {
  font-size: clamp(16px, 4.267vw, 38.4px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28.827px, 7.687vw, 69.185px);
  letter-spacing: 0px;
}
.instagram-swiper .swiper-slide-prev .slide-button,
.instagram-swiper .swiper-slide-next .slide-button {
  opacity: 0;
  max-height: clamp(80px, 21.333vw, 192px);
}
.slide-button {
  margin-top: clamp(24px, 6.4vw, 57.6px);
}
.sec09 .swiper.instagram-swiper {
  padding-bottom: clamp(80px, 21.333vw, 192px);
}
.button-swiper.sec09-button-prev {
  left: clamp(20px, 5.333vw, 48px);
  top: clamp(180px, 48vw, 432px);
}
.button-swiper.sec09-button-next {
  right: clamp(20px, 5.333vw, 48px);
  top: clamp(180px, 48vw, 432px);
}
/*===============================sec09===============================*/

/*===============================sec10===============================*/
.sec10-group {
  width: calc(100% - 5.335%);
  margin-left: 5.335%;
  padding-bottom: 0px;
}
.sec10 .sec03-group01.sec03-group01-btn{
  padding: 0px;
}
.sec10 .sec10_swiper .swiper-slide {
  width: clamp(267px, 71.2vw, 640.8px);
  padding-bottom: clamp(40px, 10.667vw, 96px);
}
.sec10-item p.sec10-note {
  border-radius: 0 clamp(3.338px, 0.89vw, 8.011px) clamp(3.338px, 0.89vw, 8.011px) 0;
  background: #8E1728;
  padding: clamp(0.67px, 0.179vw, 1.608px) clamp(14px, 3.733vw, 33.6px) clamp(1.03px, 0.275vw, 2.472px);
  font-size: clamp(14px, 3.733vw, 33.6px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(24.03px, 6.408vw, 57.672px);
  /* 171.643% */
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
  bottom: clamp(-32.04px, -3.56vw, -13.35px);
  width: fit-content;
}
.sec10-item h4 {
  padding-top: clamp(27.75px, 7.4vw, 66.6px);
  padding-left: clamp(16px, 4.267vw, 38.4px);
  font-size: clamp(16px, 4.267vw, 38.4px);
  line-height: clamp(26px, 6.933vw, 62.4px);
  /* 162.5% */
  letter-spacing: clamp(0.8px, 0.213vw, 1.92px);
}
.sec10-item p {
  padding-left: clamp(16px, 4.267vw, 38.4px);
  font-size: clamp(12px, 3.2vw, 28.8px);
  line-height: clamp(20.025px, 5.34vw, 48.06px);
  /* 166.875% */
  letter-spacing: clamp(0.6px, 0.16vw, 1.44px);
  margin-top: clamp(16px, 4.267vw, 38.4px);
}
.sec10-group .sec10_swiper  {
  margin-right: clamp(20px, 5.333vw, 48px) !important;
}

.sec10-item a {
  justify-content: flex-start;
}
.sec10 {
  padding: 0 0 clamp(80px, 21.333vw, 192px);
}
/*===============================sec10===============================*/
/*===============================sec11===============================*/
.sec11 .sec-body {
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.sec11_swiper .swiper-slide.sec11-item {
  width: clamp(295px, 78.667vw, 708px);
  padding-bottom: clamp(16.69px, 4.451vw, 40.056px);
}
.sec11-item-date {
  margin-top: clamp(8px, 2.133vw, 19.2px);
  font-size: clamp(14px, 3.733vw, 33.6px);
  line-height: normal;
}
.sec11-item-date span {
  margin-left: clamp(4px, 1.067vw, 9.6px);
  font-size: clamp(12px, 3.2vw, 28.8px);
}
.sec11-item-note {
  margin-top: clamp(25.75px, 6.867vw, 61.8px);
  padding-top: clamp(17.25px, 4.6vw, 41.4px);
  border-top: clamp(0.738px, 0.197vw, 1.771px) solid #ccc;
}
.sec11-item-note span {
  border-radius: clamp(2.213px, 0.59vw, 5.311px);
  padding: clamp(3.69px, 0.984vw, 8.856px) clamp(9.94px, 2.651vw, 23.856px) clamp(5px, 1.333vw, 12px) clamp(11.06px, 2.949vw, 26.544px);
  font-size: clamp(12px, 3.2vw, 28.8px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: clamp(0.6px, 0.16vw, 1.44px);
}
.sec11-item-name {
  margin-top: clamp(8px, 2.133vw, 19.2px);
  font-size: clamp(16px, 4.267vw, 38.4px);
  line-height: clamp(26.55px, 7.08vw, 63.72px);
  /* 165.938% */
  letter-spacing: clamp(0.8px, 0.213vw, 1.92px);
}
.sec11-item-txt01 {
  padding-left: clamp(23px, 6.133vw, 55.2px);
  font-size: clamp(12px, 3.2vw, 28.8px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(22.125px, 5.9vw, 53.1px);
  /* 184.375% */
  letter-spacing: clamp(0.6px, 0.16vw, 1.44px);
  margin-top: clamp(8px, 2.133vw, 19.2px);
}
.sec11-item-txt01::before {
  width: clamp(16.089px, 4.291vw, 38.614px);
  height: clamp(15.112px, 4.03vw, 36.269px);
  top: calc(50% - clamp(15.112px, 4.03vw, 36.269px) / 2);
}
.sec11-item-txt02 {
  padding-left: clamp(23px, 6.133vw, 55.2px);
  margin-top: clamp(2.07px, 0.552vw, 4.968px);
  font-size: clamp(12px, 3.2vw, 28.8px);
  line-height: clamp(22.125px, 5.9vw, 53.1px);
  /* 184.375% */
  letter-spacing: clamp(0.6px, 0.16vw, 1.44px);
}
.sec11-item-txt02::before {
  width: clamp(12px, 3.2vw, 28.8px);
  height: clamp(18px, 4.8vw, 43.2px);
  bottom: calc(50% - clamp(9px, 2.4vw, 21.6px));
}
.sec11-group01 {
  position: relative;
}
.sec11-button-next {
  right: clamp(20px, 5.333vw, 48px);
  top: 80px;
  position: absolute;
  z-index: 100;
}
.sec11-button-prev {
  left: clamp(20px, 5.333vw, 48px);
  top: 80px;
  position: absolute;
  z-index: 100;
}
/*===============================sec11===============================*/

/*===============================sec13===============================*/
.sec13 .sec-body {
  padding-top: clamp(40px, 10.667vw, 96px);
  padding-bottom: clamp(80px, 21.333vw, 192px);
}
.sec12 .sec-body {
  padding-top: clamp(80px, 21.333vw, 192px);
  padding-bottom: clamp(40px, 10.667vw, 96px);
}
.sec13 .sec03-group01,
.sec12 .sec03-group01{
  padding-left: 0px;
  padding-right: 0px;
}
.sec12-group {
  flex-direction: column;
}
.sec12-group-left, .sec12-group-right {
  width: unset;
}
.sec12-group-right {
  margin-top: clamp(40px, 10.667vw, 96px);
}
.sec12-txt01 {
  margin-top: clamp(24px, 6.4vw, 57.6px);
  font-size: clamp(20px, 5.333vw, 48px);
  line-height: clamp(36px, 9.6vw, 86.4px);
  letter-spacing: clamp(1px, 0.267vw, 2.4px);
}
.sec12-txt02 {
  font-size: clamp(14px, 3.733vw, 33.6px);
  line-height: clamp(30px, 8vw, 72px);
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
}
.sec12-right-txt01 {
  font-size: clamp(24px, 6.4vw, 57.6px);
  letter-spacing: clamp(3.6px, 0.96vw, 8.64px);
}
.sec12-right-txt01::before {
  width: 65%;
  top: clamp(10px, 2.667vw, 24px);
  right: 0;
}
.sec12-right-group01 {
  display: grid;
  grid-template-columns: clamp(160px, 42.667vw, 384px) 1fr;
  grid-template-areas:
    "badge badge"
    "title title"
    "image specs";
  align-items: center;
}
.sec12-right-group01 + .sec12-right-group01 {
  margin-top: clamp(24px, 6.4vw, 57.6px);
}
.sec12-right-txt {
  display: contents;
}
.sec12-right-txt02 {
  grid-area: badge;
  font-size: clamp(14px, 3.733vw, 33.6px);
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
}
.sec12-right-txt03 {
  grid-area: title;
  margin-top: clamp(8px, 2.133vw, 19.2px);
  font-size: clamp(16px, 4.267vw, 38.4px);
  line-height: clamp(20px, 5.333vw, 48px);
  letter-spacing: clamp(1.6px, 0.427vw, 3.84px);
}
.sec12-right-img {
  grid-area: image;
  width: 100%;
  margin-top: clamp(16px, 4.267vw, 38.4px);
}
.sec12-right-img img {
  width: clamp(160px, 42.667vw, 384px);
}
.sec12-right-group {
  grid-area: specs;
  margin-top: clamp(16px, 4.267vw, 38.4px);
}
.sec12-item {
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1px, 0.267vw, 2.4px);
}
.sec12-item + .sec12-item {
  margin-top: clamp(10px, 2.667vw, 24px);
}
.sec12-item-txt01 {
  font-size: clamp(12px, 3.2vw, 28.8px);
  line-height: clamp(15.703px, 4.1875vw, 37.687px);
  letter-spacing: clamp(0.6px, 0.16vw, 1.44px);
}
.sec12-item-txt02 {
  margin-left: clamp(15px, 4vw, 36px);
  font-size: clamp(18px, 4.8vw, 43.2px);
}
.sec12-item01 .sec12-item-txt02 span {
  font-size: clamp(12px, 3.2vw, 28.8px);
}
.sec12-item-txt02-sp {
  font-size: clamp(12px, 3.2vw, 28.8px);
  line-height: normal;
}
.sec12-item-txt02-sp span {
  letter-spacing: clamp(-11.52px, -1.28vw, -4.8px);
}
.sec12 .sec03-btn.sp {
  margin-top: clamp(40px, 10.667vw, 96px);
}
  .sec12-group {
    flex-direction: column;
  }

  .sec12-group-left, .sec12-group-right {
    width: unset;
  }

  .sec12-group-right {
    margin-top: 40px;
  }

  .sec12-txt01 {
    margin-top: 24px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
  }

  .sec12-txt02 {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.7px;
  }

  .sec12-right-txt01 {
    font-size: 24px;
    letter-spacing: 3.6px;
  }

  .sec12-right-txt01::before {
    width: 65%;
    top: 10px;
    right: 0;
  }

  .sec12-right-group01 {
    display: grid;
    grid-template-columns: minmax(160px, 48%) 1fr;
    grid-template-areas:
      "badge badge"
      "title title"
      "image specs";
    align-items: stretch;
  }

  .sec12-right-group01 + .sec12-right-group01 {
    margin-top: 24px;
  }

  .sec12-right-txt {
    display: contents;
  }

  .sec12-right-txt02 {
    grid-area: badge;
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .sec12-right-txt03 {
    grid-area: title;
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px; 
    letter-spacing: 1.6px;
  }

  .sec12-right-img {
    grid-area: image;
    width: 100%;
    margin-top: 16px;
    background: #FFF;
  }

  
 .sec12-right-img picture {
   display: block;
   width: 100%;
   height: 100%;
 }
  .sec12-right-img img {
    width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
  }

  .sec12-right-img img {
    width: 100%;
  }

  .sec12-right-group {
    grid-area: specs;
    margin-top: 16px;
    padding-bottom: 12px;
    padding-top: 12px;
    align-content: center;
  }

  .sec12-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }

  .sec12-item+.sec12-item {
    margin-top: 10px;
  }

  .sec12-item-txt01 {
    font-size: 12px;
    line-height: 15.703px; 
    letter-spacing: 0.6px;
  }

  .sec12-item-txt02 {
    margin-left: 15px;
    font-size: 18px;
  }

  .sec12-item01 .sec12-item-txt02 span {
    font-size: 12px;
  }

  .sec12-item-txt02-sp {
    font-size: 12px;
    line-height: normal;
  }

  .sec12-item-txt02-sp span {
    letter-spacing: -4.8px;
  }

  .sec12 .sec03-btn.sp {
    margin-top: 40px;
  }
/*===============================sec13===============================*/

/*===============================sec14===============================*/
/*===============================sec14===============================*/
.sec14 .sec-title {
  margin-bottom: clamp(24px, 6.4vw, 57.6px);
}
.sec14{
  overflow: hidden;
}
.sec14-sub {
  line-height: clamp(30px, 8vw, 72px); /* 214.286% */
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
  margin-bottom: clamp(40px, 10.667vw, 96px);
}
.sec14 .sec03-group01{
  padding-left: 0px;
  padding-right: 0px;
}
.sec14-group .sec14_swiper{
  margin-right: clamp(20px, 5.333vw, 48px) !important;
}
.sec14 {
  padding-bottom: 0;
}
.sec14-group {
  padding-bottom: 0;
}
.sec14 .sec-body {
  padding-top: clamp(80px, 21.333vw, 192px);
}
.sec14 .sec03-btn.sp {
  margin-bottom: clamp(80px, 21.333vw, 192px);
}
.sec14_swiper .swiper-slide.sec14-item,
.sec14-group .sec14_swiper .swiper-slide {
  filter: drop-shadow(0 clamp(5px, 1.333vw, 12px) clamp(20px, 5.333vw, 48px) rgba(0, 0, 0, 0.10));
  width: clamp(267px, 71.2vw, 640.8px);
  flex-shrink: 0;
}

.sec14-group .sec10_swiper{
  margin-right: clamp(20px, 5.333vw, 48px) !important;
}
.sec14-group {
  position: relative;
  width: calc(100% - 5.335%);
  margin-left: 5.335%;
  margin-top: clamp(-76.8px, -8.533vw, -32px);
  padding-top: clamp(32px, 8.533vw, 76.8px);
  padding-bottom: 0px;
  box-sizing: border-box;
}
.sec14-item p {
  padding: 0px 16px 1px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.03px; /* 171.643% */
  letter-spacing: 0.7px;
}
/*===============================sec14===============================*/

/*===============================sec15===============================*/
 .sec15-group {
  flex-direction: column;
}
.sec15 .sec03-group01{
  padding: 0px;
}
.sec15-group-left, .sec15-group-right {
  width: unset;
}
.sec15-right-group01 {
  display: block;
  margin-top: clamp(29px, 7.733vw, 69.6px);
}
.sec15-right-group01-sp {
  margin-top: clamp(24px, 6.4vw, 57.6px);
}
.sec15-right-txt {
  width: 100%;
}
.sec15-txt01 {
  margin-top: clamp(8px, 2.133vw, 19.2px);
  font-size: clamp(12px, 3.2vw, 28.8px);
}
.sec15-txt02 {
  font-size: clamp(16px, 4.267vw, 38.4px);
  line-height: clamp(26px, 6.933vw, 62.4px); /* 162.5% */
  letter-spacing: clamp(0.8px, 0.213vw, 1.92px);
}
.sec15-group-right {
  margin-top: clamp(40px, 10.667vw, 96px);
}
.sec15-right-txt01 {
  font-size: clamp(24px, 6.4vw, 57.6px);
  letter-spacing: clamp(3.6px, 0.96vw, 8.64px);
}
.sec15-right-txt01::before {
  width: 65%;
  top: clamp(10px, 2.667vw, 24px);
  right: 0;
}
.sec15-right-img {
  width: 100%;
}
.sec15 .sec03-btn.sp {
  margin-top: clamp(40px, 10.667vw, 96px);
}
/*===============================sec15===============================*/
  
/*===============================sec16===============================*/
 .sec16 {
  position: relative;
  overflow: hidden;
}
 .sec16 .sec-body{
  padding-left: 0px;
  padding-right: 0px;
 }
.sec16-group {
  position: relative;
  margin: 0 auto;
}
.sec16-group .sec16_swiper.swiper {
  width: 100%;
  overflow: hidden;
}
.sec16-group .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.sec16_swiper .swiper-wrapper .swiper-slide {
  width: 295px;
  height: auto;
}
.sec16_swiper .swiper-wrapper .swiper-slide .sec16-item {
  width: 100%;
}
.sec16-group .sec16-button-prev,
.sec16-group .sec16-button-next {
  display: block;
  position: absolute;
  top: clamp(85px, 22.667vw, 204px);
  z-index: 10;
}
.sec16-group .sec16-button-prev {
  left: clamp(20px, 5.333vw, 48px);
}
.sec16-group .sec16-button-next {
  right: clamp(20px, 5.333vw, 48px);
}
.sec16-item-img {
  border-radius: clamp(5px, 1.333vw, 12px);
}
.sec16-item-date {
  margin-top: clamp(17px, 4.533vw, 40.8px);
}
.sec16-item-tab {
  margin-top: clamp(22px, 5.867vw, 52.8px);
  margin-right: clamp(-2.4px, -0.267vw, -1px);
}
.sec16-item-name {
  padding-bottom: clamp(16px, 4.267vw, 38.4px);
  font-size: clamp(16px, 4.267vw, 38.4px);
  line-height: clamp(28px, 7.467vw, 67.2px);
  letter-spacing: clamp(0.8px, 0.213vw, 1.92px);
}
.sec16-item-txt {
  line-height: clamp(30px, 8vw, 72px);
  letter-spacing: clamp(0.7px, 0.187vw, 1.68px);
}
.sec03-btn.sp {
  margin: clamp(40px, 12.267vw, 110.4px) auto 0 auto;
}
.sec03-btn.sp a {
  position: relative;
  justify-content: center;
  max-width: 295px;
  margin: 0 auto;
}
.sec03-btn.sp a .icon-arow {
  position: absolute;
  right: clamp(20px, 5.333vw, 48px);
  top: 50%;
  transform: translateY(-50%);
}
.sec03-btn a {
  width: 100%;
}
.sec16 .sec03-btn.sp{
	margin-top: clamp(46px, 12.277vw, 96px);
}
  /*===============================sec16===============================*/

  /*===============================sec18===============================*/
.sec18 {
  aspect-ratio: 563 / 399;
}
.sec18 .sec-body {
  padding-top: clamp(60px, 16vw, 144px);
  padding-bottom: clamp(60px, 16vw, 144px);
}
.sec18-txt {
  margin-top: clamp(40px, 10.667vw, 96px);
}
.sec18 .sec-title {
  font-size: clamp(26px, 6.933vw, 62.4px);
  letter-spacing: clamp(3.9px, 1.04vw, 9.36px);
}
.sec18-txt p {
  color: #FFF;
  font-size: clamp(24px, 6.4vw, 57.6px);
  line-height: clamp(36px, 9.6vw, 86.4px); /* 150% */
  letter-spacing: clamp(1.2px, 0.32vw, 2.88px);
}
.sec18-txt.sp p img {
  width: clamp(24px, 6.4vw, 57.6px);
  height: clamp(24px, 6.4vw, 57.6px);
  margin-bottom: clamp(4px, 1.067vw, 9.6px);
}

  /*===============================sec18===============================*/
  
}

@media screen and (min-width:900px) and (max-width:1300px) {
  .fv_logo img {
    width: 2000px;
  }

  .fv_txt01 {
    font-size: 36px;
  }

  .fv_txt02 {
    font-size: 16px;
  }

  .fv_group01 {
    padding: 35px 20px;
    gap: 30px;
  }

  .fv_item.fv_item01 {
    gap: 13.59px;
  }

  .fv_item.fv_item02 {
    gap: 14.8px;
  }

  .fv_item.fv_item03 {
    gap: 14.08px;
  }

  .fv_item.fv_item04 {
    gap: 13.71px;
  }

  .fv_item01 img {
    width: 41.407px;
  }

  .fv_item02 img {
    width: 89.203px;
  }

  .fv_item03 img {
    width: 29.918px;
  }

  .fv_item04 img {
    width: 49.286px;
  }

  .fv_item-name {
    font-size: 14px;
  }

  .fv_item-txt {
    font-size: 16px;
  }

  .sec01 .sec-body {
    padding: 60px 0px;
  }

  .sec-title {
    margin-top: 10px;
    font-size: 36px;
    margin-bottom: 44px;
  }

  .sub-title {
    font-size: 12px;
  }

  .sec01_item {
    width: 46.875%;
    padding: 25px 16px 25px;
  }

  .sec01_item-txt {
    font-size: 16px;
  }

  .sec01_item-group {
    width: calc(100% - 40px);
  }

  .sec01_item-date {
    font-size: 14px;
  }

  .sec02 .sec-body {
    padding: 120px 20px 0px 20px;
  }

  .sec02-group {
    margin-left: 20px;
    width: calc(100% - 20px);
  }

  .sec02-group .sec02_swiper {
    margin-right: 20px;
  }

  .sec02 .sec-body.sec-body02 {
    padding-top: 0px;
  }

  .sec02 {
    padding-bottom: 80px;
  }

  .sec03-group {
    gap: 50px;
  }

  .sec03-group-right {
    width: calc(56.25% - 50px);
  }

  .sec03-item-link {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sec03-item-nub {
    font-size: 55px;
  }

  .sec03-item h4 {
    font-size: 18px;
  }

  .sec04-img img {
    position: relative;
    width: 100%;
    left: 0;
  }

  .sec04-img {
    width: calc(50% - 32px);
    max-width: none;
  }

  .sec04-group {
    width: 50%;
    max-width: 559px;
  }

  .sec04-group01 h4 {
    font-size: 26px;
  }

  .sec05-group {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .sec05 {
    padding: 0px;
  }

  .sec03-group01 {
    padding: 0px 20px;
  }

  .sec05 .button-swiper-prev {
    left: 19.5%;
  }

  .button-swiper-next {
    right: 19.5%;
  }
}