main {
  padding-top: 80px;
}

.txt p:not(:last-child) {
  margin-bottom: 25px;
}

#key {
  position: relative;
  z-index: 0;
  margin-top: 18vw;
}
#key .key-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#key .key_info {
  font-weight: 900;
  margin: 0 -2%;
}
#key .key_info p:nth-child(1) {
  letter-spacing: 0.17em;
  font-size: 6.1vw;
  line-height: 1.8;
}
#key .key_info p:nth-child(2) {
  letter-spacing: 0.17em;
  font-size: 4.6vw;
  line-height: 1;
  margin-top: 5vw;
}
#key .key-img {
  margin: 13vw 0 0 auto;
  width: 79%;
}
@media only screen and (min-width: 768px) {
  #key {
    margin-top: 221px;
  }
  #key .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 203px;
  }
  #key .key_info {
    margin: 0;
  }
  #key .key_info p:nth-child(1) {
    font-size: 39px;
  }
  #key .key_info p:nth-child(2) {
    font-size: 27px;
    margin-top: 37px;
  }
  #key .key-img {
    margin: 0 40px 0 0;
    width: 522px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1360px) {
  #key {
    padding: 0 30px;
  }
  #key .key-img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  #key {
    margin-top: 16vw;
  }
  #key .key_info p:nth-child(1) {
    font-size: 3.1vw;
  }
  #key .key_info p:nth-child(2) {
    font-size: 2.2vw;
    margin-top: 3vw;
  }
  #key .key-img {
    width: 46%;
  }
}

.index-inner {
  padding: 50px 0 30px;
}
@media only screen and (min-width: 768px) {
  .index-inner {
    padding: 44px 30px 1px;
  }
}

.news {
  background: var(--bg-white);
  box-sizing: border-box;
  border-radius: var(--border-radius-md);
  padding: 20px;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
.news h2 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}
.news .news-date {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 13px;
}
.news .news-date span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--color2);
  margin-left: 10px;
  border-radius: var(--border-radius-xl);
  width: 82px;
  height: 30px;
}
.news .news-ttl {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .news {
    padding: 30px;
    margin: 0 auto;
  }
  .news h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .news .news-date {
    margin-bottom: 0;
  }
  .news .news-date span {
    margin-left: 20px;
  }
  .news .news-ttl {
    width: calc(100% - 190px);
    box-sizing: border-box;
    padding-right: 50px;
    margin-top: 3px;
    position: relative;
  }
  .news .news-ttl:before {
    content: "";
    position: absolute;
    background: url("../img/shared/arrow_off.png") no-repeat center/100% auto;
    width: 21px;
    height: 21px;
    right: 0;
    top: 2px;
  }
  .news .news-info {
    width: calc(100% - 145px);
    margin-top: 6px;
  }
  .news .news-info a .news-ttl {
    transition: var(--transition-base);
  }
  .news .news-info a .news-ttl:before {
    transition: var(--transition-base);
  }
  .news .news-info a:hover .news-ttl {
    color: var(--color1);
  }
  .news .news-info a:hover .news-ttl:before {
    background: url("../img/shared/arrow_on.png") no-repeat center/100% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .news .news-info a {
    display: block !important;
  }
  .news .news-info a .news-ttl {
    margin-top: 10px;
    width: 100%;
  }
}

#sec1 {
  position: relative;
  z-index: 0;
  padding-top: 50px;
}
#sec1 .sec1-label {
  color: var(--color3);
  font-size: 150px;
  line-height: 1;
  writing-mode: vertical-lr;
  position: absolute;
  top: -19px;
  left: -22px;
  z-index: -1;
}
#sec1 .ttl {
  margin-bottom: 80px;
}
#sec1 .ttl-sub {
  margin-bottom: 23px;
}
#sec1 .sec1-img {
  margin: 10px auto 80px;
  width: 88%;
  max-width: 500px;
}
#sec1 .sec1-item3 .sec1-img {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding-top: 114px;
  }
  #sec1 .sec1-label {
    top: -103px;
    left: -97px;
  }
  #sec1 .ttl {
    margin-bottom: 73px;
  }
  #sec1 .ttl-sub {
    margin-bottom: 27px;
  }
  #sec1 .sec1-img {
    margin: -3px 0 0 0;
    width: 510px;
    max-width: inherit;
  }
  #sec1 .sec1-info {
    width: calc(100% - 560px);
  }
  #sec1 .sec1-item1, #sec1 .sec1-item2 {
    margin-bottom: 100px;
  }
  #sec1 .sec1-item3 {
    margin-bottom: 93px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1430px) {
  #sec1 .sec1-label {
    left: -54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  #sec1 .sec1-img {
    width: 40%;
  }
  #sec1 .sec1-info {
    width: 60%;
  }
}

#sec2 {
  background: url("../img/index/bg2_sp.jpg") no-repeat top center/100% auto, url("../img/index/bg3_bg.png") no-repeat bottom center/100% auto;
  padding-top: 80px;
  padding-bottom: 1px;
}
#sec2 .ttl2 {
  margin-bottom: 100px;
}
#sec2 .sec2_scroll-item {
  position: relative;
  margin-bottom: 150px;
}
#sec2 .sec2-num {
  position: absolute;
  top: -108px;
  right: -21px;
  font-size: 206px;
  font-weight: 400;
  color: var(--color3);
  line-height: 1;
}
#sec2 .ttl-sub {
  margin-bottom: 31px;
  position: relative;
  z-index: 1;
  font-size: 28px;
}
#sec2 .txt {
  position: relative;
  z-index: 1;
}
#sec2 .btn-global1 {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    background: url("../img/index/bg2.jpg") no-repeat top center/100% auto, url("../img/index/bg3_pc.jpg") no-repeat bottom center/100% auto;
    padding: 170px 30px 1px;
  }
  #sec2 .ttl2 {
    margin-bottom: 44px;
  }
  #sec2 .sec2-num {
    top: -119px;
    right: 18px;
  }
  #sec2 #sec2_scroll {
    position: relative;
    padding-top: 19px;
  }
  #sec2 .sec2-left {
    position: absolute;
    top: 19px;
    left: 0;
  }
  #sec2 .sec2-nav {
    position: relative;
    font-weight: 500;
    font-size: 17px;
  }
  #sec2 .sec2-nav:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 6px;
    width: 1px;
    height: calc(100% - 30px);
    background: var(--border-light);
  }
  #sec2 .sec2-nav a {
    display: block;
    position: relative;
    padding-left: 23px;
    line-height: 40px;
    color: var(--gray-placeholder);
  }
  #sec2 .sec2-nav a:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--border-light);
  }
  #sec2 .sec2-nav a.active, #sec2 .sec2-nav a:hover {
    color: var(--color1);
  }
  #sec2 .sec2-nav a.active:before, #sec2 .sec2-nav a:hover:before {
    background: var(--color1);
  }
  #sec2 .sec2-nav li + li {
    margin-top: 20px;
  }
  #sec2 .ttl-sub {
    font-size: 38px;
  }
  #sec2 .sec2-right {
    margin-left: auto;
    width: calc(100% - 336px);
    padding-top: 140px;
  }
  #sec2 .sec2-right .df-pc {
    align-items: flex-start;
  }
  #sec2 .sec2-right .txt {
    margin-bottom: 20px;
  }
  #sec2 .sec2-right .txt p:not(:last-child) {
    margin-bottom: 27px;
  }
  #sec2 .sec2-right .sec2-img {
    margin-top: 8px;
  }
  #sec2 .sec2-right .sec2_scroll-item {
    margin-bottom: 264px;
  }
  #sec2 .sec2-right #sec2_2 {
    margin-bottom: 197px;
  }
  #sec2 .sec2-right #sec2_2 .ttl-sub {
    margin-bottom: 43px;
  }
  #sec2 .sec2-right #sec2_2 .sec2-img {
    margin-top: 45px;
  }
  #sec2 .sec2-right #sec2_3 {
    margin-bottom: 152px;
  }
  #sec2 .sec2-right #sec2_3 .ttl-sub {
    margin-bottom: 43px;
  }
  #sec2 .sec2-right #sec2_3 .sec2-img {
    margin-top: 54px;
  }
  #sec2 .sec2-left.fixed {
    position: fixed;
    top: 110px;
    width: 500px;
    left: calc(50% - 645px);
  }
  #sec2 .sec2-left.end {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  #sec2 .sec2-left.fixed {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  #sec2 .sec2-right {
    width: calc(100% - 260px);
  }
  #sec2 .sec2-right .df-pc {
    display: block !important;
  }
  #sec2 .sec2-img {
    text-align: center;
  }
  #sec2 .btn-global1 {
    max-width: 410px;
  }
}

#sec3 {
  padding: 100px 0 90px;
}
#sec3 .ttl2 {
  margin-bottom: 40px;
}
#sec3 .sec3-txt1 {
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
#sec3 .sec3-txt1 span {
  display: inline-block;
  position: relative;
  z-index: 0;
  color: var(--color5);
  font-weight: 700;
  font-size: 100px;
  margin-right: 15px;
  padding-bottom: 8px;
}
#sec3 .sec3-txt1 span:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: #FFDA91;
}
#sec3 .sec3-txt2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 50px;
}
#sec3 .sec3-slide {
  margin: 60px 0 80px;
}
#sec3 .sec3-ttl {
  font-weight: 700;
  font-size: 18px;
}
#sec3 .sec3-2 {
  background: var(--bg-white);
  border: 2px solid var(--color1);
  border-radius: var(--border-radius-md);
  padding: 17px 18px 10px;
  margin: 60px 0 75px;
}
#sec3 .sec3-2 h3 {
  font-weight: 700;
  font-size: 24px;
}
#sec3 .sec3-2 .list-cate {
  padding: 20px 0 0 0;
}
#sec3 .sec3-2 .list-cate li {
  margin-right: 15px;
}
#sec3 .sec3-item {
  margin-bottom: 40px;
}
#sec3 .sec3-txt4 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 50px;
}
#sec3 .sec3-txt5 {
  justify-content: center;
  color: var(--color1);
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 90px;
}
#sec3 .sec3-txt5 p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sec3 .sec3-txt5 p:before, #sec3 .sec3-txt5 p:after {
  content: "";
  display: block;
  background: var(--color1);
  height: calc(100% - 10px);
  width: 3px;
  margin-top: 5px;
}
#sec3 .sec3-txt5 p:before {
  transform: rotate(-15deg);
  margin-right: 17px;
}
#sec3 .sec3-txt5 p:after {
  transform: rotate(15deg);
  margin-left: 15px;
}
#sec3 .sec3-item2 {
  margin-bottom: 30px;
}
#sec3 .sec3-item2 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}
#sec3 .sec3-item2 .sec3-mem {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  margin: 20px 0 25px;
}
#sec3 .sec3-item2 .sec3-mem img {
  margin: 0 auto;
  width: 145px;
}
#sec3 .sec3-item2 .sec3-mem span {
  display: block;
  margin-top: 15px;
}
#sec3 .sec3-item2 .sec3-box {
  background: var(--bg-white);
  border: 2px solid var(--color1);
  border-radius: var(--border-radius-md);
  padding: 20px;
  font-size: 17px;
  line-height: 2;
  position: relative;
}
#sec3 .sec3-item2 .sec3-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
#sec3 .sec3-item2 .sec3-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent var(--color1) transparent;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 137px 30px 116px;
  }
  #sec3 .ttl2 {
    margin-bottom: 73px;
  }
  #sec3 .sec3-left1 {
    width: 340px;
  }
  #sec3 .sec3-txt3 {
    width: calc(100% - 448px);
  }
  #sec3 .sec3-txt1 {
    justify-content: flex-start;
  }
  #sec3 .sec3-txt2 {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px;
  }
  #sec3 .sec3-slide {
    flex-wrap: wrap;
    margin: 24px 0 50px;
  }
  #sec3 .sec3-item {
    width: calc((100% - 100px) / 3);
    margin-left: 50px;
    margin-bottom: 55px;
  }
  #sec3 .sec3-item:nth-child(3n+1) {
    margin-left: 0;
  }
  #sec3 .sec3-2 {
    padding: 40px 30px 30px 55px;
    margin: 55px 0 80px;
  }
  #sec3 .sec3-2 h3 {
    font-weight: 700;
    font-size: 24px;
  }
  #sec3 .sec3-2 .list-cate {
    padding: 17px 0 0 0;
  }
  #sec3 .sec3-2 .list-cate li {
    margin-right: 15px;
  }
  #sec3 .sec3-2 .list-cate li .btn-global3 {
    padding: 3px 13px;
  }
  #sec3 .sec3-txt4 {
    font-size: 20px;
  }
  #sec3 .sec3-txt5 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #sec3 .sec3-item2 {
    width: calc(50% - 25px);
    margin-bottom: 50px;
  }
  #sec3 .sec3-item2 h3 {
    margin-bottom: 15px;
  }
  #sec3 .sec3-item2 .df-pc {
    align-items: center;
  }
  #sec3 .sec3-item2 .sec3-mem {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
    margin: 0;
    width: 145px;
  }
  #sec3 .sec3-item2 .sec3-mem img {
    margin: 0;
    width: 100%;
  }
  #sec3 .sec3-item2 .sec3-box {
    width: calc(100% - 180px);
  }
  #sec3 .sec3-item2 .sec3-box:before {
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    border-width: 9px 12px 9px 0;
    border-color: transparent #fff transparent transparent;
  }
  #sec3 .sec3-item2 .sec3-box:after {
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    border-width: 12px 15px 12px 0;
    border-color: transparent var(--color1) transparent transparent;
  }
  #sec3 .sec3-btn {
    text-align: center;
  }
  #sec3 .sec3-btn .btn-global1 {
    margin: 0 auto;
    display: inline-flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec3 .sec3-3 > .df-pc {
    display: block !important;
  }
  #sec3 .sec3-item2 {
    width: 100%;
  }
}

#sec4 {
  background: url("../img/index/bg4_sp.jpg") no-repeat top center/100% auto, url("../img/index/bg5_sp.png") no-repeat bottom center/100% auto;
}
#sec4 .wrap {
  padding-top: 104px;
  padding-bottom: 92px;
}
#sec4 .sec4-deco {
  position: absolute;
  top: -52px;
  right: 20px;
  width: 191px;
}
#sec4 .ttl {
  margin: 40px 0 25px;
}
#sec4 .btn-global1 {
  margin: 50px 0;
}
#sec4 .sec4-right {
  background: var(--bg2);
  box-sizing: border-box;
  padding: 20px;
}
#sec4 .sec4-right li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
#sec4 .sec4-right li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  width: 17px;
  height: 17px;
  font-size: 10px;
  font-weight: 600;
  font-family: "Belanosima", sans-serif;
}
#sec4 .sec4-right li .num.num1 {
  background: var(--color1);
}
#sec4 .sec4-right li .num.num2 {
  background: #CFCEDB;
}
#sec4 .sec4-right li .num.num3 {
  background: #EE9581;
}
#sec4 .sec4-right li .num.num4, #sec4 .sec4-right li .num.num5 {
  background: #797979;
}
#sec4 .sec4-right li .sec4-txt2 {
  width: calc(100% - 30px);
}
#sec4 .sec4-txt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    background: url("../img/index/bg4_pc.jpg") no-repeat top center/100% auto, url("../img/index/bg5_pc.png") no-repeat bottom center/100% auto;
    padding: 0 30px;
  }
  #sec4 .wrap {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  #sec4 .wrap > .df-pc {
    align-items: flex-start;
  }
  #sec4 .sec4-deco {
    top: -16px;
    right: 12px;
    width: 411px;
  }
  #sec4 .ttl2 {
    margin-bottom: 54px;
  }
  #sec4 .ttl {
    margin: 0 0 35px;
    letter-spacing: 0;
  }
  #sec4 .sec4-left {
    width: 47.1%;
  }
  #sec4 .btn-global1 {
    margin: 27px 0 0;
    display: inline-flex;
  }
  #sec4 .sec4-right {
    width: 46%;
    margin-top: 25px;
    padding: 24px 28px;
  }
  #sec4 .sec4-right ul:nth-child(1) {
    width: 50%;
  }
  #sec4 .sec4-right ul:nth-child(2) {
    width: calc(50% - 22px);
  }
  #sec4 .sec4-right li {
    font-size: 17px;
    line-height: 43px;
  }
  #sec4 .sec4-right li .num {
    width: 25px;
    height: 25px;
    margin-top: 11px;
    font-size: 20px;
  }
  #sec4 .sec4-right li .sec4-txt2 {
    width: calc(100% - 35px);
  }
  #sec4 .sec4-txt {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  #sec4 .wrap > .df-pc {
    display: block !important;
  }
  #sec4 .sec4-left, #sec4 .sec4-right {
    width: 100%;
  }
  #sec4 .sec4-right {
    margin-top: 70px;
    max-width: 700px;
  }
}

#sec5 {
  padding: 80px 0;
}
#sec5 .sec5-txt1 {
  font-size: 17px;
  line-height: 2;
  margin: 40px 0 50px;
}
#sec5 .sec5-right {
  background: var(--bg-white);
  border-radius: var(--border-radius-md);
  box-sizing: border-box;
  padding: 20px 20px 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
#sec5 .sec5-txt3 {
  margin: 10px 0 23px;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
#sec5 .sec5-txt3 span {
  display: block;
  color: var(--color5);
  font-size: 70px;
  margin-right: 10px;
  margin-bottom: -5px;
}
#sec5 .star {
  justify-content: center;
}
#sec5 .star img {
  width: 34px;
  margin-right: 6px;
}
#sec5 .star img:last-child {
  margin-right: 0;
}
#sec5 .slider-scroll {
  margin-top: 50px;
}
#sec5 .item {
  width: 285px !important;
  margin: 0 15px;
  background: var(--bg-white);
  border-radius: var(--border-radius-md);
  box-sizing: border-box;
  padding: 20px;
  font-size: 17px;
}
#sec5 .item .item-txt {
  word-break: break-all;
  line-height: 2;
  margin-top: 5px;
}
#sec5 .item .item-top {
  align-items: center;
}
#sec5 .item .item-top .item-img {
  width: 85px;
  overflow: hidden;
  border-radius: 50%;
}
#sec5 .item .item-top .item-ttl {
  width: calc(100% - 100px);
  line-height: 27px;
}
#sec5 .item .item-top .star {
  margin-top: 5px;
  justify-content: flex-start;
}
#sec5 .item .item-top .star img {
  width: 21px;
  margin-right: 8px;
}
#sec5 .item .txt-link {
  text-align: right;
  margin-top: 3px;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 128px 30px 36px;
  }
  #sec5 .sec5-1 {
    align-items: flex-start;
  }
  #sec5 .sec5-left {
    max-width: 670px;
  }
  #sec5 .ttl2 p:nth-child(2) {
    margin-top: 31px;
  }
  #sec5 .sec5-txt1 {
    margin: 65px 0 0;
  }
  #sec5 .sec5-right {
    width: 490px;
    padding: 52px 20px 40px;
    margin-left: 50px;
  }
  #sec5 .sec5-txt3 {
    margin-bottom: 30px;
  }
  #sec5 .slider-scroll {
    margin-top: 50px;
  }
  #sec5 .item {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  #sec5 .sec5-txt2 br {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  #sec5 .sec5-right {
    margin-left: 30px;
    font-size: 20px;
  }
  #sec5 .sec5-txt3 span {
    font-size: 55px;
    margin-right: 0;
  }
}

.w100 {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--border-radius-md);
}

#sec6 {
  background: url("../img/index/bg6_sp.png") no-repeat top center/100% auto, url("../img/index/bg7_sp.png") no-repeat bottom center/100% auto;
  padding: 90px 0;
}
#sec6 .ttl2 {
  margin-bottom: 40px;
}
#sec6 .sec6-deco {
  margin: 0 auto;
  text-align: center;
}
#sec6 .sec6-1 {
  margin-bottom: 80px;
}
#sec6 .sec6-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    background: url("../img/index/bg6_pc.png") no-repeat top center/100% auto, url("../img/index/bg7_pc.png") no-repeat bottom center/100% auto;
    padding: 184px 30px 170px;
  }
  #sec6 .sec6-1 {
    position: relative;
    margin-bottom: 100px;
  }
  #sec6 .ttl2 {
    margin-bottom: 56px;
  }
  #sec6 .ttl2 p:nth-child(2) {
    margin-top: 30px;
  }
  #sec6 .sec6-deco {
    position: absolute;
    top: -86px;
    right: 45px;
  }
  #sec6 .sec6-btn {
    text-align: center;
  }
  #sec6 .sec6-btn .btn-global1 {
    display: inline-flex;
    width: auto;
  }
}

.sec6-2 {
  border-radius: var(--border-radius-md);
  padding: 71px 60px 45px;
}
.sec6-2 .sec6-ttl {
  margin-bottom: 61px;
}
@media only screen and (max-width: 1150px) {
  .sec6-2 .sec6-table, .sec6-2 .sec6-ttl {
    width: 960px;
  }
}
@media only screen and (max-width: 1100px) {
  .sec6-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.sec6-3 {
  margin: 80px 0 50px;
  padding: 30px 20px 1px;
}
.sec6-3 .sec6-ttl {
  margin-bottom: 30px;
}
.sec6-3 .sec6-item + .sec6-item {
  border-top: 1px solid #E1E1E1;
  margin-top: 30px;
  padding-top: 30px;
}
.sec6-3 dl dt {
  color: #fff;
  text-align: center;
  background: var(--color4);
  border-radius: var(--border-radius-md);
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
  padding: 19px 10px;
}
.sec6-3 dl dd {
  margin: 20px 0 30px;
  line-height: 1.4;
}
.sec6-3 dl dd .sec6-txt1 {
  margin-bottom: 5px;
  font-weight: 700;
}
.sec6-3 dl dd .sec6-txt1 span {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .sec6-3 {
    margin: 100px 0 50px;
    padding: 73px 60px 59px;
  }
  .sec6-3 .sec6-ttl {
    margin-bottom: 51px;
  }
  .sec6-3 .sec6-item + .sec6-item {
    margin-top: 58px;
    padding-top: 70px;
  }
  .sec6-3 dl + dl {
    margin-top: 30px;
  }
  .sec6-3 dl dt {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 19px 10px;
  }
  .sec6-3 dl dd {
    width: calc(100% - 280px);
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec6-3 {
    padding: 70px 30px 60px;
  }
  .sec6-3 dl dd .sec6-txt1 span {
    font-size: 24px;
  }
}

.sec6-4 {
  border-radius: var(--border-radius-md);
  margin-top: 80px;
  text-align: center;
  position: relative;
  padding: 30px 20px;
}
.sec6-4 .sec6-deco2 {
  position: absolute;
  width: 50px;
  top: 20px;
  left: 10px;
}
.sec6-4 .sec6-deco3 {
  position: absolute;
  width: 53px;
  top: 18px;
  right: 11px;
}
.sec6-4 .ttl {
  color: var(--color1);
  margin-bottom: 20px;
}
.sec6-4 .sec6-btn2 {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .sec6-4 {
    margin-top: 100px;
    padding: 60px;
  }
  .sec6-4 .sec6-deco2 {
    width: 142px;
    top: auto;
    bottom: 0;
    left: 122px;
  }
  .sec6-4 .sec6-deco3 {
    width: 148px;
    top: auto;
    bottom: 0;
    right: 117px;
  }
  .sec6-4 .ttl {
    margin-bottom: 30px;
  }
  .sec6-4 .sec6-btn2 {
    margin-top: 30px;
    text-align: center;
  }
  .sec6-4 .sec6-btn2 .btn-global1 {
    width: auto;
    display: inline-flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec6-4 .sec6-deco2 {
    left: 40px;
  }
  .sec6-4 .sec6-deco3 {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .sec6-4 .sec6-deco2 {
    width: 82px;
  }
  .sec6-4 .sec6-deco3 {
    width: 82px;
  }
}

#sec7 {
  padding: 67px 0 80px;
}
#sec7 .ttl2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 124px 30px 70px;
  }
  #sec7 .ttl2 {
    margin-bottom: 48px;
  }
  #sec7 .ttl2 p:nth-child(2) {
    margin-top: 30px;
  }
  #sec7 .sec7-content > .df-pc {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #sec7 .tabs-switch .tab-link li {
    width: calc((100% - 110px) / 3);
  }
  #sec7 .tabs-switch .tab-link li:last-child {
    width: 284px;
  }
}

#sec8 {
  background: url("../img/index/bg8_sp.jpg") no-repeat top center/100% auto, url("../img/index/bg9_sp.jpg") no-repeat bottom center/100% auto;
  padding: 90px 0;
}
#sec8 .ttl2 {
  margin-bottom: 40px;
}
#sec8 .blog-item {
  margin-bottom: 30px;
}
#sec8 .blog-img {
  position: relative;
  height: 0;
  padding-top: 65%;
  margin-bottom: 25px;
}
#sec8 .blog-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sec8 .blog-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec8 .blog-date {
  justify-content: flex-start;
}
#sec8 .blog-date p:nth-child(1) {
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: #999;
  margin-top: 9px;
}
#sec8 .blog-date .list-cate {
  margin: 0 0 0 20px;
}
#sec8 .blog-date .list-cate li {
  margin: 0 20px 0 0;
}
#sec8 .blog-date .list-cate li .btn-global3 {
  font-size: 15px;
  padding: 2px 13px;
}
#sec8 .blog-ttl {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  margin-top: 3px;
}
#sec8 .blog-ttl:hover {
  color: var(--color1);
}
@media only screen and (max-width: 767px) {
  #sec8 .txt-link {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  #sec8 {
    background: url("../img/index/bg8_pc.jpg") no-repeat top center/100% auto, url("../img/index/bg9_pc.jpg") no-repeat bottom center/100% auto;
    padding: 190px 30px 100px;
  }
  #sec8 .ttl2 {
    margin-bottom: 56px;
  }
  #sec8 .ttl2 p:nth-child(2) {
    margin-top: 30px;
  }
  #sec8 .blog-item {
    margin-bottom: 50px;
    align-items: center;
  }
  #sec8 .blog-img {
    width: 398px;
    margin-bottom: 0;
    padding-top: 260px;
  }
  #sec8 .blog-info {
    width: calc(100% - 450px);
  }
  #sec8 .txt-link {
    position: absolute;
    top: 77px;
    right: 0;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 768px) {
  #sec8 .blog-item {
    align-items: flex-start;
  }
  #sec8 .blog-img {
    width: 280px;
    padding-top: 193px;
  }
  #sec8 .blog-info {
    width: calc(100% - 320px);
  }
}

#sec9 {
  padding: 80px 0;
}
#sec9 .sec9-item {
  background: var(--bg-white);
  border-radius: var(--border-radius-md);
  padding: 30px 20px;
}
#sec9 .sec9-item .sec9-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
}
#sec9 .sec9-item i {
  margin: 30px auto;
  width: 136px;
}
#sec9 .sec9-item .sec9-txt {
  font-size: 13px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #sec9 .sec9-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #sec9 {
    padding: 120px 30px 85px;
  }
  #sec9 .sec9-item {
    width: calc(50% - 25px);
    padding: 40px 30px;
  }
  #sec9 .sec9-item .sec9-ttl {
    font-size: 28px;
  }
  #sec9 .sec9-item i {
    margin: 40px auto;
    width: 196px;
  }
  #sec9 .sec9-item .sec9-txt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #sec9 .sec9-item {
    width: calc(50% - 15px);
  }
}

#sec10 {
  background: url("../img/index/bg10_sp.jpg") no-repeat top center/100% auto;
  padding: 67px 0 150px;
}
#sec10 dl {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
#sec10 dl dt {
  color: #fff;
  background: var(--color1);
  border-radius: var(--border-radius-xl);
  display: inline-block;
  line-height: 30px;
  padding: 0 24px;
}
#sec10 dl dd {
  margin-top: 7px;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 25px;
  margin-right: -10px;
}
#sec10 dl dd p {
  margin-right: 10px;
}
#sec10 dl dd p a:hover {
  color: var(--color1);
}
@media only screen and (min-width: 768px) {
  #sec10 {
    background: url("../img/index/bg10_pc.jpg") no-repeat top center/100% auto;
    padding: 192px 30px 180px;
  }
  #sec10 .sec10-col:nth-child(1) {
    width: 570px;
  }
  #sec10 .sec10-col:nth-child(2) {
    width: 658px;
  }
  #sec10 dl {
    margin-bottom: 15px;
    font-size: 15px;
    align-items: flex-start;
  }
  #sec10 dl dt {
    width: 132px;
    padding: 0;
    font-size: 17px;
    text-align: center;
  }
  #sec10 dl dd {
    width: calc(100% - 137px);
    margin-top: 3px;
    line-height: 25px;
    margin-right: -10px;
  }
  #sec10 dl dd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1320px) and (min-width: 768px) {
  #sec10 .sec10-col:nth-child(1) {
    width: 43%;
  }
  #sec10 .sec10-col:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 920px) and (min-width: 768px) {
  #sec10 .df-pc {
    display: block !important;
  }
  #sec10 .sec10-col {
    width: 100% !important;
  }
}

/*# sourceMappingURL=index.css.map */
