#kv-slider {
  height: 100%;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#kv-slider .home-banner-img {
  z-index: 10;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 0;
  transform: scale(1.2) translateX(30px);
  transition: opacity 1.5s linear, transform 7.5s linear;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #kv-slider .home-banner-img {
    transform: scale(1.1) translateX(30px);
  }
}
#kv-slider .home-banner-img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#kv-slider .home-banner-img.show_ {
  opacity: 1;
}

#kv-slider .home-banner-img.zoom_ {
  transform: scale(1.2) translateX(0px);
}

#kv-slider .home-banner-img img {
  display: block;
}

#kv-slider .home-banner-img {
  min-height: 100vh;
}

@media screen and (min-width: 768px) {
  #kv-slider .home-banner-img.zoom_ {
    transform: scale(1.1) translateX(0px);
  }
  #kv-slider .home-banner-img {
    min-height: 800px;
  }
}
.home-banner-img-1 {
  background: url("../img/top/kv1_sp.png") no-repeat bottom center;
}

.home-banner-img-2 {
  background: url("../img/top/kv2_sp.png") no-repeat bottom center;
}

.home-banner-img-3 {
  background: url("../img/top/kv3_sp.png") no-repeat bottom center;
}

@media screen and (min-width: 768px) {
  .home-banner-img-1 {
    background: url("../img/top/kv1.jpg") no-repeat center center;
  }
  .home-banner-img-2 {
    background: url("../img/top/kv2.jpg") no-repeat center center;
  }
  .home-banner-img-3 {
    background: url("../img/top/kv3.jpg") no-repeat center center;
  }
}
#wrapper {
  padding-top: 0px !important;
}

body {
  background: #fff;
}

#header {
  background: none;
  height: 100px;
}
#header .header-logo {
  width: 33%;
  margin: 32px 0 0 4%;
  max-width: 356px;
  min-width: 300px;
  transition: all .2s linear;
}
#wrapper .header-txt {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  width: 33%;
  max-width: 356px;
  min-width: 300px;
   position: absolute;
        top: 10px;
        left: 4%;
     z-index: 10;
}
#wrapper .header-txt h1{
font-weight: 500;
  color: #333333;
  display:inline
}
#header .header-logo img {
  width: 95%;
}
#header .header_menu {
  margin-top: 10px;
}
.has_nav #header{
	background:#fff;
}
.has_nav #header .header-logo{
	margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #header .header-logo .header-txt {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  #header .header-logo {
    min-width: unset;
  }
  #wrapper .header-txt {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 80px;
  }
  #header .header-logo {
    margin: 26px 0 0 18px;
    width: 54%;
    max-width: 180px;
    min-width: unset;
  }
  #wrapper .header-txt {
    font-size: 6px;
    top: 10px;
  }
  #header .header-logo img {
    width: 92%;
  }
}

#header .header_menu .g_nav > li > a,
#header .header_menu .g_nav > li > span {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #header .header_menu .g_nav > li dl {
    top: 80px;
  }
  .has_nav #header .header_menu .g_nav > li dl{
   top: 100px;
  }
}
#key {
  position: relative;
}
#key h2 {
  width: 500px;
  position: absolute;
  z-index: 2;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  bottom: 16%;
  left: 7%;
}
@media screen and (max-width: 767px) {
  #key h2 {
    font-size: 28px;
    line-height: 48px;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
  }
}

#main .elementor-element {
  padding: 0px;
  --widgets-spacing: 0 0;
  --widgets-spacing-row: 0;
  --widgets-spacing-column: 0;
}

#main .e-con > .e-con-inner {
  gap: 0 !important;
  width: 100%;
  max-width: unset !important;
  padding: 0px;
}

#main :is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  max-width: unset !important;
  width: 100% !important;
}

p {
  margin-bottom: 0px;
}

.wrap {
  position: relative;
  padding: 0px 20px;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0px auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding: 0px 20px;
  }
}

.btn-sec a {
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  position: relative;
  line-height: 27px;
  padding: 21px 50px;
  background: linear-gradient(180deg, rgb(211, 189, 133) 0%, rgb(161, 128, 57) 100%);
}
.btn-sec a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/shared/arrow3.svg") center/cover;
  transform: translateY(-50%);
}
.btn-sec a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn-sec a {
    padding: 18px 45px;
  }
}

.ttl-sec {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.ttl-sec span {
  font-weight: 500;
  font-size: 20px;
  color: #EE86A8;
}
@media screen and (max-width: 767px) {
  .ttl-sec {
    font-size: 28px;
    line-height: 30px;
  }
  .ttl-sec span {
    font-size: 16px;
  }
}

#sec1 {
  background: url("../img/top/sec1_bg.jpg") bottom/cover;
  padding: 97px 0px 226px;
  position: relative;
}
#sec1 h2 {
  margin-bottom: 52px;
}
#sec1 .sec1-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
#sec1 .sec1-row::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50vw;
  height: calc(100% + 70px);
  top: 0px;
  left: 58%;
  background: #F3EAD5;
  opacity: 0.8;
  border-radius: 10px;
}
#sec1 .sec1-row .sec1-box1 {
  width: 65%;
}
#sec1 .sec1-row .sec1-box1 dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
#sec1 .sec1-row .sec1-box1 dl dt {
  font-size: 100px;
  line-height: 1;
  font-weight: 500;
  color: #D0BA81;
  width: 110px;
  font-family: "Noto Serif JP", serif;
}
#sec1 .sec1-row .sec1-box1 dl dd {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 12px;
}
#sec1 .sec1-row .sec1-box2 {
  width: 29%;
  margin-top: 24%;
}
#sec1 .sec1-row .sec1-box2 .sec1-btn a {
  margin: 40px auto 0px;
}
#sec1 .sec1-row.sec1-row2 {
  flex-direction: row-reverse;
  margin: 131px 0px 180px;
}
#sec1 .sec1-row.sec1-row2::before {
  right: 58%;
  left: auto;
}
#sec1 .sec1-row.sec1-row2 .sec1-box1 dl {
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #sec1 .sec1-row::before {
    left: 56%;
  }
  #sec1 .sec1-row .sec1-box1 {
    width: 60%;
  }
  #sec1 .sec1-row .sec1-box2 {
    width: 34%;
  }
  #sec1 .sec1-row.sec1-row2::before {
    right: 56%;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #sec1 .sec1-row .sec1-box1 dl dt {
    font-size: 80px;
    width: 90px;
  }
  #sec1 .sec1-row .sec1-box1 dl dd {
    font-size: 20px;
  }
  #sec1 .sec1-row.sec1-row2 {
    margin: 110px 0px;
  }
}
@media screen and (max-width: 767px) {
  #sec1 {
    background-image: url("../img/top/sec1_bg_sp.jpg");
    padding: 65px 0px 50px;
  }
  #sec1 h2 {
    margin-bottom: 30px;
  }
  #sec1 .sec1-row {
    display: block;
  }
  #sec1 .sec1-row::before {
    bottom: -50px;
    top: auto;
    left: 50% !important;
    height: 68%;
    width: 100vw;
    transform: translateX(-50%);
    right: auto;
    border-radius: 0;
  }
  #sec1 .sec1-row .sec1-box1 {
    width: 100%;
  }
  #sec1 .sec1-row .sec1-box1 dl {
    margin-bottom: 20px;
    gap: 14px;
    justify-content: flex-start !important;
  }
  #sec1 .sec1-row .sec1-box1 dl dt {
    font-size: 60px;
    width: 70px;
    margin-bottom: 5px;
  }
  #sec1 .sec1-row .sec1-box1 dl dd {
    font-size: 18px;
    line-height: 27px;
    margin-top: 4px;
  }
  #sec1 .sec1-row .sec1-box2 {
    width: 100%;
    margin-top: 21px;
  }
  #sec1 .sec1-row .sec1-box2 .sec1-btn a {
    margin: 30px auto 0px;
  }
  #sec1 .sec1-row.sec1-row2 {
    margin: 90px 0px;
  }
}

#sec2 {
  padding: 86px 0px 80px;
  background: url("../img/top/sec2_bg.jpg") no-repeat top right/cover;
}
#sec2 h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 30px 0px 18px;
}
#sec2 h3 span {
  font-weight: 500;
  font-size: 16px;
}
#sec2 h3 small {
  font-weight: 500;
  font-size: 14px;
}
#sec2 .sec2-txt {
  max-width: 620px;
    width: 62%;
}
#sec2 .sec2-txt p + p {
  margin: 20px 0px 0px;
}
#sec2 .sec2-btn a {
  margin: 40px 0px 0px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #sec2 {
    background-position: top right 30%;
  }
  #sec2 .sec2-txt {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.5);
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #sec2 {
    background: none;
    padding: 63px 0px 66px;
  }
  #sec2 h3 {
    font-size: 20px;
    margin: 30px 0px 16px;
  }
  #sec2 h3 span {
    font-size: 14px;
  }
  #sec2 h3 small {
    font-size: 12px;
  }
  #sec2 .sec2-img {
    margin: 16px -20px 0px;
  }
  #sec2 .sec2-txt {
    width: 100%;
  }
  #sec2 .sec2-txt p + p {
    margin: 0 0px 0px;
  }
  #sec2 .sec2-btn a {
    margin: 32px auto 0px;
  }
}

#sec3 {
  background: url("../img/top/sec3_bg.png") no-repeat top right/cover;
  padding: 80px 0px 90px;
}
#sec3 h2 {
  text-align: center;
  margin-bottom: 78px;
}
#sec3 .sec3-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec3 .sec3-list li {
  width: 31.5%;
  margin: 0px 0px 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
#sec3 .sec3-list li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 175px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 2%;
  z-index: 1;
  color: #fff;
  text-align: center;
}
#sec3 .sec3-list li a:hover {
  opacity: 0.8;
}
#sec3 .sec3-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 6px;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
}
#sec3 .sec3-list li a .sec3-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sec3 .sec3-list li a .sec3-img img {
  width: 100% !important;
  height: 100%;
  max-width: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec3 .sec3-list li a h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
#sec3 .sec3-list li a h3 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
#sec3 .sec3-list li a h3 small {
  font-size: 14px;
  font-weight: 500;
}
#sec3 .sec3-btn a {
  max-width: 400px;
  margin: 60px auto 0px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #sec3 .sec3-list li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #sec3 {
    background-image: url("../img/top/sec3_bg_sp.png");
    padding: 45px 0px 80px;
    background-size: 100% 100%;
    background-position: bottom center;
  }
  #sec3 h2 {
    margin-bottom: 30px;
  }
  #sec3 .sec3-list li {
    width: 100%;
    margin-bottom: 16px;
  }
  #sec3 .sec3-list li a {
    height: 175px;
  }
  #sec3 .sec3-btn a {
    max-width: 340px;
    margin-top: 40px;
  }
}

#sec4 {
  background: url("../img/top/sec4_bg.png") no-repeat top center/cover;
  padding: 87px 0px 90px;
}
#sec4 .sec4-row1 {
  display: flex;
  justify-content: space-between;
}
#sec4 h2 {
  width: 250px;
}
#sec4 .sec4-box1 {
  width: 60%;
  margin: 0px 0px 0px 3%;
}
#sec4 h3 {
  font-size: 24px;
  color: #D4698D;
  font-weight: 600;
  line-height: 36px;
  margin: 0px 0px 24px;
}
#sec4 .sec4-row2 {
  display: flex;
  justify-content: space-between;
  margin: 110px 0px 72px;
}
#sec4 .sec4-box2 {
  box-sizing: border-box;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.1));
  padding: 50px 6% 70px;
  background: url("../img/top/sec4_dot.png") no-repeat top 15px left 15px/10px, url("../img/top/sec4_dot.png") no-repeat top 15px right 15px/10px, url("../img/top/sec4_dot.png") no-repeat bottom 15px left 15px/10px, url("../img/top/sec4_dot.png") no-repeat bottom 15px right 15px/10px, url("../img/top/sec4_bgitem1.png") no-repeat center/cover;
}
#sec4 .sec4-box2 .sec4-icon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 20px;
}
#sec4 .sec4-box2 h4 {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  text-align: center;
  color: #EE86A8;
}
#sec4 .sec4-box2 h4::before {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 40px;
  height: 3px;
  border-radius: 10px;
  background: #EE86A8;
  left: 50%;
  transform: translateX(-50%);
}
#sec4 .sec4-box2 .sec4-txt2 {
  margin: 60px 0px 20px;
}
#sec4 .sec4-box2 .sec4-txt3 {
  font-size: 12px;
  line-height: 24px;
}
#sec4 .sec4-box2.sec4-box3 {
  background-image: url("../img/top/sec4_dot.png"), url("../img/top/sec4_dot.png"), url("../img/top/sec4_dot.png"), url("../img/top/sec4_dot.png"), url("../img/top/sec4_bgitem2.png");
  padding-top: 57px;
}
#sec4 .sec4-btn a {
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  #sec4 {
    background-image: url("../img/top/sec4_bg_sp.png");
    background-position: top center;
    background-size: 100% 100%;
    padding: 43px 0px 80px;
  }
  #sec4 .sec4-row1 {
    display: block;
  }
  #sec4 h2 {
    width: 100%;
  }
  #sec4 .sec4-box1 {
    width: 100%;
    margin: 0px;
  }
  #sec4 h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 18px 0px 14px;
  }
  #sec4 .sec4-row2 {
    margin: 33px 0px 30px;
    display: block;
  }
  #sec4 .sec4-box2 {
    width: 100%;
    padding: 32px 7% 34px;
    background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px, center;
  }
  #sec4 .sec4-box2 .sec4-icon {
    margin-bottom: 12px;
    max-width: 44px;
  }
  #sec4 .sec4-box2 h4 {
    font-size: 18px;
  }
  #sec4 .sec4-box2 h4::before {
    bottom: -20px;
    width: 26px;
    height: 2px;
  }
  #sec4 .sec4-box2 .sec4-txt2 {
    line-height: 23px;
    margin: 42px 0px 15px;
  }
  #sec4 .sec4-box2 .sec4-txt3 {
    font-size: 10px;
    line-height: 15px;
  }
  #sec4 .sec4-box2.sec4-box3 {
    padding: 37px 5% 64px;
    margin-top: 28px;
  }
}

#sec5 {
  padding: 80px 0px 96px;
  position: relative;
  background: url("../img/top/sec5_bg.png") no-repeat bottom center/100% 68%;
}
#sec5 h2 {
  text-align: center;
  margin: 0px 0px 40px;
}
#sec5 .sec5-slide {
  width: 84%;
  position: relative;
  margin: 0px 0px 0px auto;
  overflow: hidden;
  padding: 0px 0px;
}
#sec5 .sec5-slide .slick-track {
  display: flex !important;
}
#sec5 .sec5-slide .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: stretch;
}
#sec5 .sec5-slide .slick-slide > div {
  flex: 1;
  display: flex;
}
#sec5 .sec5-slide .slick-list {
  overflow: unset;
}
#sec5 .sec5-slide .sec5-box {
  width: 460px !important;
  margin-right: 40px;
  overflow: hidden;
  border-radius: 10px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.1));
  background: #fff;
  padding: 0px 0px 16px;
  box-sizing: border-box;
  color: #000;
}
#sec5 .sec5-slide .sec5-box h3 {
  text-align: center;
  width: 90%;
  margin: 32px auto 24px;
  min-height: 60px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #EE86A8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sec5 .sec5-slide .sec5-box .sec5-txt {
  width: 90%;
  margin: 0px auto;
}
#sec5 .sec5-slide .slick-arrow {
  position: absolute;
  bottom: -100px;
  left: 0px;
  font-size: 0;
  border: none;
  width: 56px;
  height: 56px;
  display: block;
  z-index: 1;
}
#sec5 .sec5-slide .slick-arrow.slick-prev {
  background: url("../img/shared/prev.png") center/cover;
}
#sec5 .sec5-slide .slick-arrow.slick-next {
  background: url("../img/shared/next.png") center/cover;
  left: 80px;
}
#sec5 .sec5-slide .progress {
  position: relative;
  width: 45%;
  max-width: 548px;
  margin: 78px 0px 20px 180px;
  display: block;
  height: 5px;
  overflow: hidden;
  background-color: #DCDCDC;
  background-image: linear-gradient(to right, #FF9EBE, #EF81A6);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 2s ease-in-out;
}
#sec5 .sec5-btn a {
  margin: 110px auto 0px;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  #sec5 {
    background-size: 100% 70%;
    padding: 80px 0px 72px;
  }
  #sec5 h2 {
    margin: 0px 0px 24px;
  }
  #sec5 .sec5-slide {
    width: 100%;
  }
  #sec5 .sec5-slide .sec5-box {
    width: 84vw !important;
    margin: 0px 8vw;
  }
  #sec5 .sec5-slide .sec5-box h3 {
    font-size: 18px;
    line-height: 30px;
    min-height: 50px;
    margin: 30px auto 24px;
  }
  #sec5 .sec5-slide .sec5-box .sec5-txt {
    font-size: 16px;
    line-height: 32px;
  }
  #sec5 .sec5-slide .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translateX(-50%);
    left: 0px;
    width: 30px;
    height: 30px;
  }
  #sec5 .sec5-slide .slick-arrow.slick-prev {
    left: 6vw;
  }
  #sec5 .sec5-slide .slick-arrow.slick-next {
    left: auto;
    right: -2vw;
  }
  #sec5 .sec5-slide .progress {
    width: 84vw;
    margin: 32px auto 0px;
  }
  #sec5 .sec5-btn a {
    max-width: 340px;
    margin: 56px auto 0px;
  }
}

#main #sec6 {
  box-sizing: border-box;
  padding: 90px 20px 0px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0px auto !important;
  position: relative;
}
#main #sec6 .sec6-table th, #main #sec6 .sec6-table td {
  font-size: 14px;
  color: #000;
  padding: 10px 0px !important;
  border-bottom: 1px solid #8F8F8F;
}
#main #sec6 .sec6-table thead th {
  background: none;
  border-bottom: 1px solid #8F8F8F;
  font-size: 14px;
  padding-left: 0;
  color: #000;
}
#main #sec6 .sec6-table thead th i {
  margin-right: 8px;
}
#main #sec6 .sec6-table thead tr th:first-child {
  font-weight: 700;
  color: #000000;
  font-size: 16px;
}
#main #sec6 .sec6-table tbody th {
  padding-left: 2% !important;
}
#main #sec6 .sec6-txt1 {
  font-size: 14px;
  margin: 12px 0px 40px;
}
#main #sec6 .sec6-list dl {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  border-bottom: 1px solid #C7C7C7;
  line-height: 30px;
}
#main #sec6 .sec6-list dl dt {
  padding-bottom: 8px;
  width: 100px;
  box-sizing: border-box;
  position: relative;
  padding-left: 1%;
}
#main #sec6 .sec6-list dl dt::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #EE86A8;
}
#main #sec6 .sec6-list dl dd {
  width: calc(98% - 100px);
  padding-bottom: 8px;
}
#main #sec6 .sec6-list dl dd a {
  color: #000;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #main #sec6 .sec6-table thead th:first-child {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  #main #sec6 {
    padding: 47px 20px 0px !important;
  }
  #main #sec6 .sec6-table th, #main #sec6 .sec6-table td {
    font-size: 12px;
    padding: 8px 0px !important;
    line-height: 18px;
  }
  #main #sec6 .sec6-table thead th {
    font-size: 12px;
  }
  #main #sec6 .sec6-table thead th i {
    width: 19px;
    display: inline-block;
  }
  #main #sec6 .sec6-table thead tr th:first-child {
    font-size: 11.5px;
  }
  #main #sec6 .sec6-txt1 {
    font-size: 12px;
    margin: 8px 0px 30px;
  }
  #main #sec6 .sec6-list {
    margin-bottom: 40px;
  }
  #main #sec6 .sec6-list dl {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #main #sec6 .sec6-list dl dt {
    width: 68px;
    padding-bottom: 10px;
  }
  #main #sec6 .sec6-list dl dd {
    padding-bottom: 10px;
    width: calc(97% - 68px);
  }
}

#sec6 .xo-event-calendar table.xo-month > thead th {
  background: #D0BA81;
  color: #fff;
  border-color: #D0BA81;
}
#sec6 .xo-event-calendar p.holiday-title {
  display: inline-block;
  margin-right: 20px;
}

#main #sec7 {
  padding: 80px 20px 70px !important;
  margin: 0px auto;
  max-width: 1180px !important;
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}
#main #sec7 #newsList dl {
  margin: 0px 0px 20px;
  background: #FFFAFB;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 18px 8% 20px 3%;
  position: relative;
}
#main #sec7 #newsList dl dt {
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #8F8F8F;
}
#main #sec7 #newsList dl dt .newsLabel {
  background: #EE86A8;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 400;
}
#main #sec7 #newsList dl dd {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
#main #sec7 #newsList dl i {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
#main #sec7 #newsList dl i a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/shared/arrow_news.svg") center/cover;
}
#main #sec7 #newsList dl i a:hover {
  opacity: 0.8;
}
#main #sec7 .sec7-box{
    margin: 3px 30px 0px 0px;
    min-width: 170px;
}
#main #sec7 .sec7-box .sec7-link a{
    background: #EE86A8;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 36px 6px 12px;
    margin: 28px 0px 0px;
    max-width: 152px;
}
#main #sec7 .sec7-box .sec7-link a::before{
    right: 10px;
}

@media screen and (max-width: 767px) {
#main #sec7 .sec7-box .sec7-link a{
    font-size: 14px;
    max-width: 146px;
    margin: -45px -10% 34px auto;
}
  #main #sec7 {
    padding: 30px 20px 50px !important;
  }
  #main #sec7 .sec7-btn a {
    text-align: right;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px 0px 12px auto;
    font-size: 12px;
    font-family: "Noto Sans JP";
    display: block;
    color: #333;
    text-decoration: underline;
  }
  #main #sec7 #newsList dl {
    margin: 0px 0px 10px;
    padding: 16px 16% 16px 5%;
  }
  #main #sec7 #newsList dl dt {
    font-size: 12px;
  }
  #main #sec7 #newsList dl dd {
    font-size: 14px;
    line-height: 21px;
  }
  #main #sec7 #newsList dl i {
    right: 5%;
  }
}/*# sourceMappingURL=top.css.map */