@charset "UTF-8";
.serif{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.serif_en{
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}


/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
.un_blue{
  background-image: url(../images3/sec-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.un_regist{
  background:
    linear-gradient(
      90deg,
      #2E2B54 0%,
      #2D2873 50%,
      #2E2B54 100%
    ),
    #2E2B54;
}

.el_sec_ttl{
  position: relative;
  width: fit-content;
  margin: auto;
  text-align: center;
  padding: 0 57px;
  color: #060536;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6;
}
.el_sec_ttl::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(32deg);
  background: linear-gradient(101deg, #C4A76F 4.5%, #FDE09E 49.08%, #906923 93.67%);
  display: block;
  width: 2px;
  height: 100%;
}
.el_sec_ttl::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(32deg);
  background: linear-gradient(101deg, #C4A76F 4.5%, #FDE09E 49.08%, #906923 93.67%);
  display: block;
  width: 2px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .el_sec_ttl{
    padding: 0 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .el_sec_ttl{
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .el_sec_ttl{
    padding: 0;
  }
  .el_sec_ttl::before{
    left: -20px;
    width: 2px;
    height: 80%;
  }
  .el_sec_ttl::after{
    top: 50%;
    right: -20px;
    width: 2px;
    height: 80%;
  }
}

/* ------------------------------------------------------------------
CTA
------------------------------------------------------------------ */
.ly_cta_area{
  position: relative;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 30px 35px;
  background:
    linear-gradient(
      90deg,
      #2E2B54 0%,
      #2D2873 50%,
      #2E2B54 100%
    ),
    #2E2B54;
}
.ly_cta_area::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,rgba(144, 105, 35, 1) 0%, rgba(253, 224, 158, 1) 100%);
}
.ly_cta_area::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,rgba(253, 224, 158, 1) 0%, rgba(144, 105, 35, 1) 100%);
}
.ly_cta_area .bl_cta_btn{
  flex-shrink: 0;
  max-width: 444px;
  width: 100%;
  margin: auto;
  padding: 0;
}
.ly_cta_area .bl_cta_btn a{
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 21px 90px 21px 70px;
  border-radius: 50px;
  background: linear-gradient(101deg, #C4A76F 4.5%, #FDE09E 49.08%, #906923 93.67%);
  color: #060536;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  transition: .3s;
}
.ly_cta_area .bl_cta_btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  display: block;
  flex-shrink: 0;
  aspect-ratio: 11/6;
  width: auto;
  height: 15px;
  background-image: url(../images3/regist-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover:hover){
  .ly_cta_area .bl_cta_btn a:hover{
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
  .ly_cta_area .bl_cta_btn{
    max-width: 385px;
  }
  .ly_cta_area .bl_cta_btn a{
    padding: 20px;
    padding-right: 17%;
    text-align: center;
    font-size: 16px;
  }
  .ly_cta_area .bl_cta_btn a::after{
    right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .ly_cta_area{
    gap: 15px;
    padding: 30px 20px;
  }
  .ly_cta_area::before,
  .ly_cta_area::after{
    content: none;
  }
  .ly_cta_area .bl_cta_btn{
    max-width: 85%;
  }
  .ly_cta_area .bl_cta_btn a{
    font-size: min(16px, 3.9vw);
  }
}

/* ------------------------------------------------------------------
header
------------------------------------------------------------------ */
.header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 45px 30px !important;
  width: 100%;
  height: 64px;
  background: #060536;
  z-index: 99;
  transition: all 0.3s ease;
}
.header .logo {
  width: 200px;
  height: 42px;
  background: url(../images/logo_j.webp) no-repeat;
  background-size: 100% auto;
  text-indent: -10000em;
  transition: all 0.3s ease;
}
.header .bl_regist_btn{
  display: block;
  max-width: 300px;
}
.header .bl_regist_btn a{
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 12px 45px 14px 30px;
  border-radius: 50px;
  background: linear-gradient(101deg, #C4A76F 4.5%, #FDE09E 49.08%, #906923 93.67%);
  color: #060536;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  transition: .3s;
}
.header .bl_regist_btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  flex-shrink: 0;
  aspect-ratio: 11/6;
  width: auto;
  height: 13px;
  background-image: url(../images3/regist-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover:hover){
  .header .bl_regist_btn a:hover{
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
  .header{
    justify-content: center;
  }
  .header .bl_regist_btn{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header{
    padding: 35px 15px !important;
  }
  .header .logo{
    width: 140px;
    height: 32px;
  }
  .header .bl_regist_btn a{
    padding: 10px 20px;
    padding-right: 15%;
    font-size: 12px;
  }
  .header .bl_regist_btn a::after{
    right: 5%;
  }
}



/* ------------------------------------------------------------------
header fixed
------------------------------------------------------------------ */
.header.fixed {
  position: fixed;
}
@media screen and (max-width:768px) {
  .header.fixed {
    position: absolute;
  }
  .header.fixed .regist {
    right: -300px;
    opacity: 0;
  }
}

/* ------------------------------------------------------------------
mv
------------------------------------------------------------------ */
.ly_sec_mv{
  position: relative;
  overflow: hidden;
  background-color: #333;
  padding: 17px 0;
  padding-left: 20px;
}
.ly_bg_slider{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ly_bg_slider .swiper-wrapper .swiper-slide img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ly_sec_mv .ly_sec_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1274px;
}
.ly_sec_mv .ly_sec_inner .ly_left{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ly_sec_mv .ly_sec_inner .ly_left .el_sub_ttl{
  width: fit-content;
  padding-bottom: 9px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.ly_sec_mv .ly_sec_inner .ly_left .el_main_ttl{
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.ly_sec_mv .ly_sec_inner .ly_left .el_main_ttl span{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.ly_sec_mv .el_regi_btn{
  max-width: 404px;
  margin-top: 45px;
}
.ly_sec_mv .el_regi_btn.un_pc_only{
  display: block;
}
.ly_sec_mv .el_regi_btn.un_sp_only{
  display: none;
}
.ly_sec_mv .el_regi_btn a{
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 20px 60px 22px 50px;
  border-radius: 50px;
  background: linear-gradient(101deg, #C4A76F 4.5%, #FDE09E 49.08%, #906923 93.67%);
  color: #060536;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  transition: .3s;
}
.ly_sec_mv .el_regi_btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: block;
  flex-shrink: 0;
  aspect-ratio: 11/6;
  width: auto;
  height: 13px;
  background-image: url(../images3/regist-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover:hover){
  .ly_sec_mv .el_regi_btn a:hover{
    opacity: .6;
  }
}

.ly_sec_mv .ly_sec_inner .ly_right{
  position: relative;
  box-sizing: border-box;
  width: 51.5%;
  height: 560px;
}
.ly_sec_mv .ly_mv_slider{
  height: 100%;
}
.ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide{
  overflow: hidden;
  transform: skewX(-14deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .3s;
}
.ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide.swiper-slide-active{
  opacity: 1;
  transition: opacity .3s;
}
.ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide.swiper-slide-next,
.ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide{
  opacity: 0.5;
  transition: opacity .3s;
}
.ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active,
.ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next,
.ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next + .swiper-slide{
  transition: opacity .3s;
}
.ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide img{
  position: absolute;
  top: 0;
  left: 50%;
  aspect-ratio: 565 / 561;
  object-fit: cover;
  max-width: unset;
  width: 150%;
  height: 105%;
  transform: translateX(-50%) skewX(14deg);
}

.bl_pagination{
  position: absolute;
  left: unset !important;
  right: 50px;
  bottom: 7px !important;
  width: fit-content !important;
  z-index: 1 !important;
  display: flex;
  gap: 6px;
}
.bl_pagination .swiper-pagination-bullet{
  background: transparent;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
}
.bl_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .ly_sec_mv .ly_sec_inner .ly_left .el_main_ttl{
    font-size: 34px;
  }
  .ly_sec_mv .ly_sec_inner .ly_left .el_main_ttl span{
    font-size: 26px;
  }

  .ly_sec_mv .ly_sec_inner .ly_right{
    width: 46%;
    height: 430px;
  }
}
@media screen and (max-width: 1024px) {
  .ly_sec_mv{
    padding: 30px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ly_sec_mv .ly_sec_inner{
    flex-direction: column;
    gap: 45px;
  }

  .ly_sec_mv .ly_sec_inner .ly_right{
    width: 100%;
    height: 40vh;
  }
  .ly_sec_mv .ly_mv_slider .swiper-wrapper .swiper-slide{
    opacity: 0.5;
  }
  .bl_pagination{
    right: 0px;
    bottom: -10px !important;
    transform: translateY(100%);
  }

  .ly_sec_mv .el_regi_btn.un_pc_only{
    display: none;
  }
  .ly_sec_mv .el_regi_btn.un_sp_only{
    position: relative;
    z-index: 1;
    display: block;
    margin: auto;
    margin-top: 45px;
  }
}

@media screen and (max-width: 600px) {
  .ly_sec_mv .ly_sec_inner .ly_left .el_sub_ttl{
    margin: auto;
    margin-bottom: 10px;
    font-size: min(14px, 3.2vw);
  }
  .ly_sec_mv .ly_sec_inner .ly_left .el_main_ttl{
    font-size: min(32px, 7.4vw);
    text-align: center;
  }
  .ly_sec_mv .ly_sec_inner .ly_left .el_main_ttl span{
    font-size: min(22px, 5vw);
  }
  .ly_sec_mv .el_regi_btn a{
    font-size: min(18px, 4vw);
    padding: 20px;
    padding-left: 10.8%;
  }
  .ly_sec_mv .el_regi_btn a::after{
    right: 5%;
  }
  .ly_sec_mv .ly_sec_inner .ly_right{
    height: 55vw;
  }
}


/* ------------------------------------------------------------------
message
------------------------------------------------------------------ */
.ly_sec_message{
  padding: 130px 20px 100px;
}
.ly_sec_message .ly_sec_inner{
  max-width: 927px;
  margin: auto;
  padding: 0 80px 40px;
  background: rgba(255, 255, 255, 0.10);
}
.ly_sec_message .ly_sec_inner .ly_cont_wrap{
  transform: translateY(-30px);
}
.ly_sec_message .el_sec_ttl{
  position: relative;
  width: fit-content;
  margin: auto;
  margin-bottom: 44px;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6em;
  padding: 0 57px;
}
.ly_sec_message .el_txt{
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5em;
}
.ly_sec_message .el_big_txt{
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .ly_sec_message .el_sec_ttl{
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .ly_sec_message{
    padding: 90px 20px 60px;
  }
  .ly_sec_message .ly_sec_inner{
    padding: 0 15px 40px;
  }
  .ly_sec_message .el_sec_ttl{
    font-size: 24px;
  }
  .ly_sec_message .el_txt{
    font-size: 14px;
  }
  .ly_sec_message .el_big_txt{
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .ly_sec_message .el_sec_ttl{
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 20px;
  }
  .ly_sec_message .el_txt{
    text-align: left;
  }
  .ly_sec_message .el_txt br{
    display: none;
  }
  .ly_sec_message .el_big_txt{
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .ly_sec_message .el_sec_ttl{
    padding: 0;
  }
}


/* ------------------------------------------------------------------
page-link-list
------------------------------------------------------------------ */
.page-link-list {
  padding: 38px 0 75px;
  background: #F3F3F3;
}
.page-link-list .container {
  max-width: 1280px;
  margin: 0 auto;
}
.page-link-list .el_index_head{
  position: relative;
}
.page-link-list .el_index_head::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-top: 1px solid #C4A76F;
}
.page-link-list .el_index_head span{
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  padding: 0px 16px;
  margin: auto;
  background-color: #F3F3F3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.page-link-list ul {
  padding: 0 5%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  gap: 15px 0;
}
.page-link-list li {
  display: inline-block;
}
.page-link-list li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  transition: .3s;
}
.page-link-list li a span {
  position: relative;
  z-index: 1;
}
.page-link-list li a:before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1/1;
  width: 10px;
  height: 10px;
  background-image: url(../images3/index-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .3s;
}
.page-link-list li a::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(101deg,rgba(196, 167, 111, 1) 4.5%, rgba(253, 224, 158, 1) 49.08%, rgba(144, 105, 35, 1) 93.67%);
  opacity: 0;
  transition: .3s;
}
@media (hover:hover){
  .page-link-list li a:hover {
    color: #060536;
    padding: 5px 10px;
  }
  .page-link-list li a:hover:before {
    content: "";
    background-image: url(../images3/index-arrow-hover.svg);
  }
  .page-link-list li a:hover::after{
    width: 110%;
    height: 110%;
    opacity: 1;
  }
}
@media screen and (max-width:768px) {
  .page-link-list .container {
    max-width: 94%;
    margin: 0 auto;
  }
  .page-link-list{
    padding: 20px 20px 30px;
  }
  .page-link-list ul {
    padding: 20px 0 0;
    gap: 0;
    margin-top: 0;
  }
  .page-link-list li {
    display: inline-block;
    width: 80%;
    line-height:1.8;
    text-align: left;
  }

  @media (hover:hover){
    .page-link-list li a:hover {
      padding: 2px 10px;
    }
    .page-link-list li a:before:hover {
      color:#ffffff;
    }
  }
}


/* ------------------------------------------------------------------
project
------------------------------------------------------------------ */
.project {
  padding: 80px 20px;
  background: #fff;
}
.project .container {
  max-width: 1080px;
  margin: 0 auto;
}
.project .container .el_sec_ttl {
  margin-bottom: 50px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6;
}
.project .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.project .inner li {
  padding: 40px 28px 30px;
  background:
  linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.96) 21.2%,
    rgba(255, 238, 200, 0.96) 100.13%
  ),
  linear-gradient(135deg,
    rgba(239, 209, 143, 0.96) 21.2%,
    rgba(255, 238, 200, 0.96) 100.13%
  );
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  line-height: 1.6;
}
.project .inner li .el_main{
  text-align: center;
  color: #060536;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
}
.project .inner li .el_main span{
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.project .inner li .el_sub{
  margin-top: 9px;
  padding: 10px 0;
  border-top: 1px solid #000;
  text-align: center;
  color: #060536;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.project .el_option_txt{
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .project .inner{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:768px) {
  .project {
    padding: 40px 20px;
    background: #fff;
  }
  .project .container {
    margin: 0 auto;
  }
  .project .container .el_sec_ttl {
    font-size: 24px;
  }
  .project .inner {
    grid-template-columns: 1fr;
  }
  .project .inner li{
    padding: 10px 28px;
  }
  .project .el_option_txt{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .project .container .el_sec_ttl {
    margin-bottom: 20px;
  }
  .project .inner li .el_main{
    font-size: 22px;
  }
  .project .inner li .el_main span{
    font-size: 16px;
  }
  .project .inner li .el_sub{
    font-size: 14px;
  }
}


/* ------------------------------------------------------------------
brand
------------------------------------------------------------------ */
.brand {
  padding: 80px 20px 40px;
  background: #f3f3f3;
}
.brand .container {
  max-width: 1080px;
  margin: 0 auto;
}
.brand .container .title{
  display:block;
  cursor:pointer;
}
.brand .el_sec_ttl{
  margin: auto;
  margin-bottom: 50px !important;
}
.brand .container .title:after {
  margin: 30px 0 40px;
  content: "";
  position: relative;
  left: 50%;
  top: 40%;
  transition: all 0.2s ease-in-out; /* 要素の動きを指定 */
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); /* transform: rotateで要素の角度を指定 */
}
.brand .container .title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 90%; /* .openクラスがついた時の要素の角度を指定 */
}
.brand .inner {
  overflow: hidden;
}
.brand .inner ul {
  float: left;
}
.brand .inner ul li{
  width: 33%;
  font-size: 1.4rem;
  line-height: 1.8;
  display: inline-block;
  vertical-align: top;
}
.brand .inner ul+ul {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .brand {
    padding: 40px 20px 10px;
    background: #f3f3f3;
  }
  .brand .container {
    margin: 0 auto;
  }
  .brand .container .el_sec_ttl {
    font-size: 24px;
  }
  .brand .container .title .tc{
    line-height:1.8;
    text-align: left;
  }
  .brand .container .title:after {
    margin: 20px 0 40px;
    content: "";
    position: relative;
    left: 50%;
    top: 40%;
    transition: all 0.2s ease-in-out; /* 要素の動きを指定 */
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 4px #000;
    border-right: solid 4px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); /* transform: rotateで要素の角度を指定 */
  }
  .brand .container .title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 90%; /* .openクラスがついた時の要素の角度を指定 */
  }
  .brand .inner {
    overflow: hidden;
  }
  .brand .inner ul {
    margin: 0 auto;
    width: calc(50% - 20px);
  }
  .brand .inner ul li {
    display: block;
    font-size: 1.4rem;
    line-height:1.6;
    width: 100%;
  }
  .brand .inner ul+ul {
    margin-top: 0;
  }
  .brand .title.open + .inner{
    margin-bottom:40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .brand .container .el_sec_ttl{
    margin-bottom: 20px !important;
    font-size: 20px;
  }
  .brand .title.open + .inner{
    flex-direction: column;
    gap: 20px;
  }
  .brand .inner ul{
    width: 100%;
  }
}


/* ------------------------------------------------------------------
point
------------------------------------------------------------------ */
.point {
  padding: 80px 0;
}
.point .container {
  max-width: 1280px;
  margin: 0 auto;
}
.point .el_sec_ttl {
  margin-bottom: 50px;
}
.point .row {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.point .row .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.point .row:nth-of-type(2) .pic {
  left: 50%;
}
.point .row .txt {
  width: 50%;
  margin: 0 0 0 50%;
  padding: 0 100px 45px;
  padding-right: 40px;
  box-sizing: border-box;
}
.point .row:nth-of-type(2) .txt {
  margin: 0;
  padding: 45px 40px;
  padding-right: 100px;
}
.point .section {
  margin: 0 0 75px;
}
.point .section:last-of-type {
  margin: 0;
}

.point .section .bl_ttl_wrap{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
}
.point .section .bl_ttl_wrap .el_num{
  transform: translateY(-12px);
  color: #AA8646;
  font-family: "Playfair Display", serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}
.point .section .bl_ttl_wrap .el_ttl{
  color: #060536;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.point .section .el_txt{
  color: #010116;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width:1200px) {
  .point .row .txt{
    padding: 0 40px 40px;
  }
  .point .row:nth-of-type(2) .txt{
    padding: 40px 40px;
    padding-right: 40px;
  }
  .point .section .bl_ttl_wrap{
    gap: 25px;
  }
  .point .section .bl_ttl_wrap .el_num{
    font-size: 60px;
  }
  .point .section .bl_ttl_wrap .el_ttl{
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .point .row .pic {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .point .row:nth-of-type(2) .pic{
    left: 0;
  }
  .point .row .txt{
    width: 100%;
    margin: 0 !important;
    padding: 20px 20px 40px;
  }
  .point .row:nth-of-type(2) .txt {
    padding-right: 0;
    padding: 20px 20px 40px;
  }
  .point .section{
    margin: 0 0 45px;
  }
}

@media screen and (max-width:768px) {
  .point {
    background: #f3f3f3;
    padding: 40px 20px 20px;
  }
  .point .container {
    margin: 0 auto;
  }
  .point h2 {
    font-size: 24px;
  }
  .point .row {
    position: relative;
    overflow: hidden;
  }
  .point .row .pic {
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 20px;
  }
  .point .section{
    margin: 0 0 40px;
  }
  .point .section .bl_ttl_wrap{
    margin-bottom: 5px;
  }
  .point .section .bl_ttl_wrap .el_ttl br{
    display: none;
  }
  .point .section {
    margin: 0 0 20px;
  }
  .point .section .ttl {
    margin: 0 0 10px;
    text-align: center;
  }
  .point .section .ttl span.icon {
    display: block;
    color: #aa8646;
    text-align: center;
    font-size: 4.2rem;
    font-style: italic;
    margin: 0 0 10px;
  }
  .point .section .ttl h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .point .section p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .point h4 {
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
  }

  .point .row .txt,
  .point .row:nth-of-type(2) .txt {
    padding: 0px 20px 40px;
  }

  .point .section .el_txt{
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .point .container .el_sec_ttl{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .point .section .bl_ttl_wrap .el_num {
    font-size: 45px;
  }
  .point .section .bl_ttl_wrap .el_ttl{
    font-size: 18px;
  }
}


/* ------------------------------------------------------------------
difference
------------------------------------------------------------------ */
.difference {
  padding: 80px 20px;
}
.difference .container {
  max-width: 1080px;
  margin: 0 auto;
}
.difference .container .el_sec_ttl {
  margin-bottom: 50px;
}
.difference .inner {
  overflow: hidden;
}
.difference .inner p {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width:768px) {
  .difference {
    padding: 40px 20px;
  }
  .difference .container {
    margin: 0 auto;
  }
  .difference .container .el_sec_ttl {
    font-size: 22px;
  }
  .difference .inner {
    overflow: hidden;
  }
  .difference .inner p {
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .difference .container .el_sec_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}


/* ------------------------------------------------------------------
review
------------------------------------------------------------------ */
.review {
  padding: 80px 20px;
  background: #f3f3f3;
}
.review .container {
  max-width: 930px;
  margin: 0 auto;
}
.review .container .el_sec_ttl {
  margin-bottom: 50px;
  color: #fff;
}
.review .inner {
  overflow: hidden;
}
.review .inner ul li {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 70px 80px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}
.review .inner ul li + li{
  margin-top: 28px;
}

.review .inner ul li::before{
  content: "";
  flex-shrink: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 78px;
  height: auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.review .inner ul li.man::before {
  background-image: url(../images3/voice_01.svg);
}
.review .inner ul li.woman::before {
  background-image: url(../images3/voice_02.svg);
}

@media screen and (max-width:768px) {
  .review {
    padding: 40px 20px;
    background: #f3f3f3;
  }
  .review .container {
    margin: 0 auto;
  }
  .review .container .el_sec_ttl {
    font-size: 24px;
  }
  .review .inner {
    overflow: hidden;
  }
  .review .inner ul li{
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
    font-size: 14px;
  }
  .review .inner ul li::before{
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .review .container .el_sec_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}


/* ------------------------------------------------------------------
consultant
------------------------------------------------------------------ */
.consultant {
  padding: 80px 20px;
  background: #F5F5F5;
}
.consultant .container {
  max-width: 1080px;
  margin: 0 auto;
  line-height: 1.8;
}
.consultant .container .el_sec_ttl {
  margin-bottom: 30px;
}
.consultant .container h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.consultant .inner {
  background-color: #fff;
  padding: 40px 76px;
}
.consultant .inner .section{
  display: flex;
  align-items: center;
  gap: 40px;
}
.consultant .inner .section .pic{
  flex-shrink: 0;
  aspect-ratio: 389/259;
  width: 388px;
  height: auto;
}
.consultant .inner .section .pic picture{
  width: 100%;
  height: 100%;
}
.consultant .inner .section .pic picture source,
.consultant .inner .section .pic picture img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.consultant .inner .section .txt h4{
  margin-bottom: 30px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.consultant .inner .section .txt h4 span{
  display: block;
  margin-bottom: 4px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.consultant .inner .section .txt p{
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

@media screen and (max-width: 1024px) {
  .consultant .inner{
    padding: 40px 20px;
  }
  .consultant .inner .section{
    gap: 20px;
  }
  .consultant .inner .section .pic{
    width: 35%;
  }
}
@media screen and (max-width:768px) {
  .consultant {
    padding: 40px 20px;
    background: #fff;
  }
  .consultant .container {
    margin: 0 auto;
    line-height: 1.8;
  }
  .consultant .container .el_sec_ttl {
    font-size: 24px;
  }
  .consultant .container h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .consultant .inner {
    overflow: hidden;
    padding: 40px 0 0;
  }
  .consultant .inner .section {
    overflow: hidden;
    margin: 0 0 20px;
    flex-direction: column;
  }
  .consultant .inner .section:last-of-type {
    margin: 0;
  }
  .consultant .inner .section .pic {
    width: 100%;
    margin: 0 0 10px;
  }
  .consultant .inner .section .txt {
    width: 100%;
    text-align: left;
  }
  .consultant .inner .section .txt h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .consultant .inner .section .txt h4 span {
    display: block;
    font-size: 1.2rem;
  }
  .consultant .inner .section .txt h5 {
    font-size: 1.6rem;
    color: #aa8646;
    margin: 0 0 10px;
  }
  .consultant .inner .section .txt p {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .consultant .container .el_sec_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}


/* ------------------------------------------------------------------
flow
------------------------------------------------------------------ */
.flow {
  padding: 80px 20px;
}
.flow .container {
  max-width: 1330px;
  margin: 0 auto;
}
.flow .container .el_sec_ttl {
  margin-bottom: 50px;
  color: #fff;
}
.flow .ly_step_list{
  display: flex;
  justify-content: space-between;
  gap: 43px;
}
.flow .ly_step_list li{
  position: relative;
  padding: 44px;
  background-color: #060536;
  width: 30%;
}
.flow .ly_step_list li + li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%,-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #fff;
  opacity: .5;
}
.flow .ly_step_list li .el_icon{
  aspect-ratio: 1/1;
  width: 110px;
  height: auto;
  margin: auto;
  margin-bottom: 24px;
}
.flow .ly_step_list li .bl_step_ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.flow .ly_step_list li .bl_step_ttl .bl_num_wrap{
  padding-right: 20px;
  border-right: 1px solid #C7AA72;
}
.flow .ly_step_list li .bl_step_ttl .bl_num_wrap .el_num_txt{
  font-family: "Playfair Display";
  color: #C7AA72;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.flow .ly_step_list li .bl_step_ttl .bl_num_wrap .el_num{
  margin-top: -10px;
  font-family: "Playfair Display";
  color: #C7AA72;
  text-align: center;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.flow .ly_step_list li .bl_step_ttl .el_ttl{
  color: #C7AA72;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.flow .ly_step_list li .el_txt{
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.flow .ly_step_list li .el_txt a{
  color: #C7AA72;
  text-decoration: underline;
  transition: .3s;
}
.flow .ly_step_list li .el_txt a:hover{
  opacity: .6;
}

@media screen and (max-width:1200px){
  .flow .ly_step_list li{
    padding: 25px;
  }
  .flow .ly_step_list li .bl_step_ttl{
    flex-direction: column;
  }
  .flow .ly_step_list li .bl_step_ttl .bl_num_wrap{
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #C7AA72;
    width: 100%;
  }
  .flow .ly_step_list li .bl_step_ttl .el_ttl br{
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .flow .ly_step_list{
    box-sizing: border-box;
    flex-direction: column;
    gap: 40px;
  }
  .flow .ly_step_list li{
    box-sizing: border-box;
    width: 100%;
    padding: 40px 25px;
  }
  .flow .ly_step_list li .bl_step_ttl{
    flex-direction: row;
  }
  .flow .ly_step_list li .bl_step_ttl .bl_num_wrap {
    padding-right: 20px;
    padding-bottom: 0;
    border-right: 1px solid #C7AA72;
    border-bottom: none;
    width: auto;
  }
  .flow .ly_step_list li + li::before{
    top: -9px;
    left: 50%;
    transform: translate(-50%, -100%);
    border-width: 20px 25px 0px 25px;
    border-color: #fff transparent transparent transparent;
  }
}

@media screen and (max-width:768px) {
  .flow {
    padding: 40px 20px;
    background: #f3f3f3;
  }
  .flow .container {
    margin: 0 auto;
  }
  .flow .container .el_sec_ttl {
    font-size: 24px;
  }
  .flow .inner {
    overflow: hidden;
  }
  .flow .inner .section {
    margin: 0 0 30px 0;
  }
  .flow .inner .section:last-of-type {
    margin: 0;
  }
  .flow .inner .section .icon {
    font-size: 1.8rem;
    color: #aa8646;
    text-align: center;
    margin: 0 0 10px;
  }
  .flow .inner .section .icon span {
    display: block;
    font-size: 4.8rem;
  }
  .flow .inner .section .pic {
    width: 120px;
    margin: 0 auto 10px;
  }
  .flow .inner .section .txt {
    padding: 0 40px;
    line-height: 1.6;
  }
  .flow .inner .section .txt h3 {
    font-size: 1.8rem;
    margin: 0 0 10px;
    color: #aa8646;
    text-align: center;
  }
  .flow .inner .section .txt p a {
    color: #aa8646;
    text-decoration: underline;
  }

  .flow .ly_step_list li .bl_step_ttl .bl_num_wrap .el_num_txt{
    font-size: 20px;
  }
  .flow .ly_step_list li .bl_step_ttl .bl_num_wrap .el_num{
    font-size: 50px;
  }
  .flow .ly_step_list li .bl_step_ttl .el_ttl{
    font-size: 18px;
  }
  .flow .ly_step_list li .el_txt{
    margin-top: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .flow .container .el_sec_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .flow .ly_step_list li .bl_step_ttl .el_ttl{
    font-size: 16px;
  }
}


/* ------------------------------------------------------------------
faq
------------------------------------------------------------------ */
.faq {
  padding: 80px 20px;
  background: #ffffff;
}
.faq .container {
  max-width: 945px;
  margin: 0 auto;
}
.faq .container .el_sec_ttl {
  margin-bottom: 50px;
}
.faq .inner {}
.faq .inner dl {
  overflow: hidden;
  margin: 0 0 35px;
  padding: 0 0 20px;
  border-bottom: 1px solid #5F5F5F;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.faq .inner dl:last-of-type {
  margin: 0;
}
.faq .inner dl dt{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.faq .inner dl dd{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}
.faq .inner dl dt p{
  margin-top: 6px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.faq .inner dl dd p{
  margin-top: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.faq .inner dl dt:before {
  content: "Q";
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair", serif;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background: linear-gradient(111deg, #C4A76F 1.06%, #906923 101.06%);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.faq .inner dl dd:before {
  content: "A";
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair", serif;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width:768px) {
  .faq {
    padding: 40px 20px;
    background: #ffffff;
  }
  .faq .container {
    margin: 0 auto;
  }
  .faq .container .el_sec_ttl {
    font-size: 24px;
  }
  
  .faq .inner dl dt:before{
    width: 35px;
    font-size: 24px;
  }
  .faq .inner dl dt p{
    font-size: 16px;
  }
  .faq .inner dl dd:before{
    width: 35px;
    font-size: 24px;
  }
  .faq .inner dl dd p{
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .faq .container .el_sec_ttl{
    margin-bottom: 20px;
    font-size: 20px;
  }
}


/* ------------------------------------------------------------------
company
------------------------------------------------------------------ */
.company {
  padding: 80px 0 0;
  background: #f3f3f3;
}
.company .container {}
.company .container .el_sec_ttl {
  margin-bottom: 50px;
  color: #fff;
}
.company .inner {
  width: 700px;
  margin: 0 auto 80px;
  line-height: 1.6;
}
.company .inner dl {
  overflow: hidden;
  margin: 0 0 28px;
  padding: 0 0 18px;
  border-bottom: 1px solid #ddd;
}
.company .inner dl dt {
  width: 34%;
  float: left;
  color: #fff;
}
.company .inner dl dd {
  width: 66%;
  float: left;
  color: #fff;
}
.company .inner dl dd a{
  display: block;
  color: #fff;
}
.company .access {
  width: 100%;
  margin: 0 auto;
}
.company .map {
  height: 583px;
}
.company .glink a {
  display: block;
  background: #aa8646;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 0;
  text-align: center;
}
.company .glink a i {
  margin: 0 0.5em 0 0;
}
.company .glink a:hover {
  background: #7e5500;
}

@media screen and (max-width:768px) {
  .company {
    padding: 40px 20px 0;
    background: #fff;
  }
  .company .container {}
  .company .container .el_sec_ttl {
    font-size: 24px;
  }
  .company .inner {
    width: 100%;
    margin: 0 auto 30px;
    line-height: 1.6;
  }
  .company .inner dl {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
  }
  .company .inner dl:last-of-type {
    border: none;
    padding: 0;
  }
  .company .inner dl dt {
    font-weight: bold;
  }
  .company .inner dl dd {}
  .company .access {
    width: 100%;
    margin: 0 auto;
  }
  .company .map {
    height: 300px;
  }
  .company .glink a {
    display: block;
    background: #aa8646;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 0;
    text-align: center;
  }
  .company .glink a i {
    margin: 0 0.5em 0 0;
  }
  .company .glink a:hover {
    background: #7e5500;
  }
}
@media screen and (max-width: 600px) {
  .company .container .el_sec_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}


/* ------------------------------------------------------------------
footer
------------------------------------------------------------------ */
.footer {
  background: #060536;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.footer .logo {
  width: 200px;
  margin: 0 auto 20px;
}
.footer address {
  font-style: normal;
  font-size: 1.0rem;
}

@media screen and (max-width:768px) {
  .pagetop a:before {
    left: 31px;
  }
  .pagetop a {
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  }
}


/* ------------------------------------------------------------------
btnArea
------------------------------------------------------------------ */
.btnArea {}
.btnArea a {
  position: relative;
  display: block;
  background: #e09eaf;
  font-size: 2.8rem;
  font-weight: bold;
  height: 120px;
  text-align: center;
}
.btnArea div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  padding: 15px 0;
  background: #fff;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.btnArea div:after {
  display: inline-block;
  /* content: "\f105"; */
  /* text-decoration: none; */
  /* margin: 0 0 0 0.5em; */
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 3px #121516;
  border-right: solid 3px #121516;
  position: relative;
  left: 5px;
  top: -3px;
  transform: rotate(45deg);
}
@media screen and (max-width:768px) {
  .btnArea div:after {
    top: -1px;
  }
}

.btnArea a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.btnArea a:hover {
  opacity: 0.75;
}
.btnArea div span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .btnArea a {
    font-size: 2.0rem;
    height: 100px;
  }
  .btnArea div {
    width: 90%;
    font-size: 110%;
    padding: 15px 0;
  }
  .btnArea a.hover div {
    border: 4px solid #aa8646;
    background: #aa8646;
    color: #fff;
  }
}
@media screen and (max-width:430px) {
  .btnArea a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:380px) {
  .btnArea a {
    font-size: 1.6rem;
  }
}


/* ------------------------------------------------------------------
conclusion
------------------------------------------------------------------ */
@media screen and (min-width:769px) {
  .conclusion {
    padding: 80px 0;
    background: #f3f3f3;
  }
  .conclusion .container {
    width: 900px;
    margin: 0 auto;
  }
  .conclusion .container .el_sec_ttl {
    font-size: 3.6rem;
    text-align: center;
    margin: 0 0 80px;
  }
  .conclusion .inner p {
    clear: both;
    padding: 40px 0 0;
    font-size: 1.2rem;
    text-align: right;
  }
}
@media screen and (max-width:768px) {
  .conclusion {
    padding: 40px 0;
    background: #f3f3f3;
  }
  .conclusion .container {
    max-width: 94%;
    margin: 0 auto;
  }
  .conclusion .container .el_sec_ttl {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 40px;
  }
  .conclusion .inner {
    overflow: hidden;
  }
  .conclusion .inner .col {}
  .conclusion .inner .col:last-of-type {}
  .conclusion .inner .col ul {
    line-height: 1.8;
    list-style: disc;
    margin: 0 0 0 30px;
  }
  .conclusion .inner .col ul li {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
  .conclusion .inner .col ul li span {
    display: block;
    font-size: 1.0rem;
  }
  .conclusion .inner p {
    clear: both;
    padding: 20px 0 0;
    font-size: 1.2rem;
    text-align: right;
  }
}


/* ------------------------------------------------------------------
pagetop
------------------------------------------------------------------ */
.pagetop {}
.pagetop a {
  display: block;
  padding: 25px 5px 15px 5px;
  background:
    linear-gradient(
      90deg,
      #2E2B54 0%,
      #2D2873 50%,
      #2E2B54 100%
    ),
    #2E2B54;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.pagetop a:before {
  /* display: block;
  font-size: 3.6rem;
  content: "\f106";
  line-height: 3rem; */
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  left: 35px;
  top: 10px;
  transform: rotate(-45deg);
}
.pagetop a:hover {
  opacity: 0.75;
}


ul.inner > li{
  display: flex;
  flex-direction: column;     /* 縦並び */
  justify-content: center;    /* ← 縦中央 */
  align-items: flex-start;     /* ← 左寄せのまま */
  gap: .5em;                   /* 見出しと説明の間 */
  padding: 16px;
  box-sizing: border-box;      /* JSでheight指定してもはみ出さない */
}

/* 念のため、直下の要素を100%幅に */
ul.inner > li > *{
  width: 100%;
  box-sizing: border-box;
}

/* pは元々blockだが明示しておくと安心 */
.el_main, .el_sub{
  display: block;
  margin: 0;
}