.cl-yellow {
  color: var(--cl-yellow);
}
a {
  transition: all .3s ease;
}
#hero {
  position: relative;
  padding: 185px 0 254px;
  background: url("../img/index/bg01.webp") no-repeat top center;
  background-size: 100% auto;
}

#hero .catch {
    width: 141px;
    height: 240px;
    position: absolute;
    top: 34px;
    right: -5px;
    z-index: 2;
    color: #5E5755;
    font-family: "Zen Kaku Gothic Antique Bold";
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 5px;
}

#hero .catch .int {
  line-height: 1;
  color: var(--cl-yellow);
  letter-spacing: 0;
  padding-bottom: 3px;
}

#hero .title {
  margin-bottom: 224px;
}

#hero .title dt {
    font-family: "Zen Kaku Gothic Antique Bold";
    font-size: 76px;
    line-height: 160%;
    margin-bottom: 46px;
    letter-spacing: 1px;
}

#hero .title dt span {
  color: var(--cl-yellow);
}

#hero .title dd {
  font-size: 24px;
  line-height: 200%;
  font-family: "Zen Kaku Gothic Antique Bold";
  letter-spacing: 2px;
}

#hero .row {
  position: relative;
}

#hero .row::after {
  content: "";
  background: url("../img/index/bg02.webp") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: -549px;
  left: 140px;
  width: 1080px;
  height: 683px;
}


#hero .row .photo-1 {width: 356px;height: 356px;border-radius: 50%;margin-bottom: -53px;position: absolute;top: -37px;left: -114px;z-index: 3;}

#hero .row .photo-2 {
  width: 416px;
  height: 416px;
  border-radius: 50%;
  position: absolute;
  top: 252px;
  right: -185px;
  z-index: 3;
}

#hero .row .photo-3 {
  width: 292px;
  height: 292px;
  border-radius: 50%;
  position: absolute;
  bottom: -176px;
  left: -12px;
  z-index: 3;
}

#hero .row .deco-1 {
  position: absolute;
  width: 40px;
  top: -106px;
  left: -31px;
}

#hero .row .deco-2 {
    width: 289px;
    position: absolute;
    top: -33px;
    right: -18px;
    z-index: 3;
}
#hero .row .deco-3 {
    width: 20px;
    position: absolute;
    top: 767px;
    right: 63px;
    z-index: 3;
}
#hero .row .deco-4 {
    width: 54px;
    position: absolute;
    top: 800px;
    left: -17px;
    z-index: 3;
}

#hero .box {
  width: 505px;
  position: relative;
  z-index: 2;
  padding-top: 0;
  margin: 0 auto;
}
#hero .box::after {
  content: "";
  position: absolute;
  top: 88px;
  right: -289px;
  bottom: 31px;
  left: -285px;
  z-index: -1;
  background: rgba(255,255,255,0.5);
}

#hero .box::before {
  content: "";
  background: url("../img/index/key_sub.webp") no-repeat right bottom;
  background-size: cover;
  position: absolute;
  bottom: -72px;
  right: 71%;
  width: 50vw;
  height: 585px;
}


#hero .box h3 {
  font-family: "Zen Kaku Gothic Antique Bold";
  font-weight: 700;
  width: 303px;
  margin: 0 auto 113px;
  font-size: 47px;
  line-height: 106px;
  text-align: center;
  letter-spacing: -1px;
  height: 417px;
  z-index: 3;
  position: relative;
}

#hero .box .text {
  margin-bottom: 79px;
  line-height: 187%;
  position: relative;
  z-index: 4;
}

#hero .box .text p {
  margin-bottom: 17px;
}

#hero .box .text p:last-child {
  margin-bottom: 0;
}

#hero .box .authorsigner {
  position: relative;
  padding-top: 0;
  text-align: right;
}

#hero .box .authorsigner::before {
}

#hero .box .authorsigner p {
  color: var(--cl-yellow);
  font-size: 16px;
  margin-bottom: 6px;
  padding-right: 32px;
}

#hero .box .authorsigner strong {
  font-family: "Zen Kaku Gothic Antique Bold";
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #hero {
    padding: 109px 0 52px;
    background: url("../img/index/bg01_sp.webp") no-repeat top center;
    background-size: 100% auto;
  }
#hero::after {
  bottom: 0;
  left: 0;
  width: 583px;
  height: 585px;
}
  #hero .catch {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 0;
    line-height: 183%;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  #hero .catch .int {
    padding: 0;
  }

  #hero .title {
    margin-bottom: 40px;
  }

  #hero .title dt {
    font-size: 34px;
    margin-bottom: 10px;
  }

  #hero .title dd {
    font-size: 17px;
    line-height: 180%;
  }

  #hero .row {
    display: block;
  }

  #hero .row::after {
    background: url("../img/index/bg02_sp.webp") no-repeat center bottom;
    background-size: 100% auto;
    top: -80vw;
    left: 0;
    width: 95vw;
    height: 710px;
  }




  #hero .row .photo-1 {
    width: 47vw;
    height: 47vw;
    margin-bottom: -23vw;
    position: relative;
    top: 0;
    left: 0;
    margin-left: -11vw;
  }

  #hero .row .photo-2 {
    width: 54vw;
    height: 54vw;
    margin-bottom: -19vw;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: -8vw;
  }

  #hero .row .photo-3 {
    width: 35vw;
    height: 32vw;
    margin-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }


  #hero .row .deco-1 {
    width: 4vw;
    top: -9vw;
    left: auto;
    max-width: 40px;
  }

  #hero .row .deco-2 {
    width: 23vw;
    right: 4vw;
    max-width: 289px;
    top: 7vw;
  }
    #hero .row .deco-3 {
    width: 3vw;
    right: 8vw;
    max-width: 20px;
    top: 80vw;
  }
      #hero .row .deco-4 {
    width: 5vw;
    top: 53vw;
    left: 0;
    max-width: 54px;
  }

  #hero .box {
    width: auto;
    padding-top: 39px;
  }
  #hero .box::after {}
  #hero .box::before {
    bottom: 0;
    height: 90vw;
}
  #hero .box h3 {
    font-size: 28px;
    margin-bottom: 18px;
    letter-spacing: 0.1em;
    height: 306px;
    line-height: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #hero .box .text {
    margin-bottom: 35px;
  }

  #hero .box .text p {
    margin-bottom: 15px;
  }

  #hero .box .text p:last-child {
    margin-bottom: 0;
  }

  #hero .box .authorsigner {
    padding-top: 12px;
  }

  #hero .box .authorsigner::before {
    width: 36px;
  }

  #hero .box .authorsigner p {
    font-size: 15px;
    margin-bottom: 0;
            padding-right: 18px;
  }
  #hero .box .authorsigner strong {
    font-size: 22px;
  }
}

.title__c {
  position: relative;
  line-height: 1;
}

.title__c h2 {
  color: #231815;
  font-size: 48px;
}

.title__c p {
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique Bold";
}

@media screen and (max-width: 767px) {
  .title__c h2 {
    font-size: 36px;
  }

  .title__c p {
    font-size: 16px;
  }
}

.__icon::before {
  content: "";
  background: url("../img/index/title_icon.webp") no-repeat center;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .__icon::before {
    width: 16px;
    height: 16px;
  }
}

#strengths {
  position: relative;
  padding: 128px 0 75px;
}

#strengths::before {
  content: "";
  background: url("../img/index/strengths_bg.webp") no-repeat top left;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 1052px;
  width: calc(50% - 42px);
}

#strengths .title__c {
  margin-bottom: 51px;
}

#strengths .title__c::after {
  content: "";
  background: url("../img/index/strength_deco01.webp") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  width: 156px;
  height: 40px;
  top: 17px;
  left: 91px;
}

#strengths .title__c h2 {
  font-size: 38px;
  margin-bottom: 21px;
}

#strengths .title__c p {
  font-size: 16px;
}

#strengths .catch {
  position: absolute;
  top: 62px;
  right: -9px;
  width: 220px;
  height: 250px;
  line-height: 180%;
  font-size: 24px;
  letter-spacing: 5px;
}

#strengths .catch .int {
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 3px;
}

#strengths .catch small {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #strengths {
    padding: 35px 0 62px;
  }

  #strengths::before {
content: "";
        background: url("../img/index/strengths_bg_sp.webp") no-repeat top center;
        background-size: cover;
        position: absolute;
        top: 80vw;
        right: 0;
        height: 1052px;
        width: 100vw;
  }

  #strengths .title__c {
    margin-bottom: 35px;
  }

  #strengths .title__c::after {
    background: url("../img/index/strength_deco01_sp.webp") no-repeat top center;
    background-size: 100% auto;
    width: 156px;
    height: 40px;
    top: 26px;
    left: 60px;
  }

  #strengths .title__c h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  #strengths .catch {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    line-height: 160%;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 28px;
  }

  #strengths .catch .int {
    line-height: 1;
  }

  #strengths .catch small {
    font-size: 18px;
  }
}

.strengths-list {
  width: 100%;
  max-width: 714px;
}

.strengths-list li {
  display: flex;
  align-items: center;
  padding: 36px 22px;
  background: #fff;
  margin-bottom: 11px;
}

.strengths-list li:first-child {
  clip-path: polygon(100% 18%, 100% 100%, 0% 100%, 0% 0%, 95% 0%);
}

.strengths-list li:last-child {
  margin-bottom: 0;
  clip-path: polygon(100% 84%, 95% 100%, 0% 100%, 0% 0%, 100% 0%);
}

.strengths-list li .strengths-image {
  margin: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
}

.strengths-list li .strengths-content {
  margin: 0;
  flex-grow: 1;
  width: 542px;
}

.strengths-list li .strengths-content dt {
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique Bold";
  margin-bottom: 17px;
}

.strengths-list li .strengths-content dd {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .strengths-list {
    margin-bottom: 0;
  }

  .strengths-list li {
    padding: 20px 18px;
    margin-bottom: 10px;
    align-items: flex-start;
  }

  .strengths-list li:first-child {
    clip-path: polygon(100% 20%, 100% 100%, 0% 100%, 0% 0%, 90% 0%);
  }

  .strengths-list li:last-child {
    margin-bottom: 0;
    clip-path: polygon(100% 90%, 90% 100%, 0% 100%, 0% 0%, 100% 0%);
  }

  .strengths-list li .strengths-image {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }

  .strengths-list li .strengths-content {
    width: 232px;
  }

  .strengths-list li .strengths-content dt {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .strengths-list li .strengths-content dd {
    line-height: 160%;
  }
}

#services {

  position: relative;
 
}
.services-wrap {
  background: var(--cl-yellow);
  clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0% 0%, 89% 0%);
   padding: 121px 0 106px;
   position: relative;
}

.services-wrap::before {
  content: "";
  background: url("../img/index/services_deco01.webp") no-repeat top center;
  background-size: 100% auto;
  width: 683px;
  height: 920px;
  position: absolute;
  top: 0;
  left: 0;
    mix-blend-mode: screen;
    opacity: .8;
}

.services-wrap::after {
  content: "";
  background: url("../img/index/services_deco02.webp") no-repeat bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 865px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  z-index: -1;
    mix-blend-mode: screen;
    opacity: .8;
}

#services .title {
  position: relative;
  z-index: 2;
  font-size: 56px;
  margin-bottom: 88px;
  color: #fff;
}

#services h3 {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 0px;
  right: 0;
}

#services .catch {
  width: 217px;
  position: absolute;
  top: 111px;
  right: -45px;
  line-height: 180%;
  color: #fff;
}

#services .catch .catch-1 {
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique Bold";
  margin-bottom: 44px;
  line-height: 180%;
}

#services .catch .catch-1 span {
  display: block;
}

#services .catch .catch-1 span.s {
  margin-top: 30px;
}

#services .catch .catch-2 {
  font-size: 14px;
  line-height: 180%;
}

#services .catch .catch-2 span {
  display: block;
}

#services .catch .catch-2 span+span {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  #services::before {
        content: "";
        background: #fff;
        height: 10%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
  }

.services-wrap {
    padding: 54px 0;
    clip-path: polygon(100% 98%, 90% 100%, 0% 100%, 0% 0%, 89% 0%, 100% 3%);
}

  .services-wrap::before {
    background: url("../img/index/services_deco01_sp.webp") no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: 982px;
        z-index: -1;
        pointer-events: none;
        opacity: 1;
        mix-blend-mode: screen;


  }

  .services-wrap::after {
    background: url("../img/index/services_deco02_sp.webp") no-repeat bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 943px;
        z-index: -1;
        pointer-events: none;
        opacity: 1;
        mix-blend-mode: screen;
   
  }

  #services .title {
    font-size: 44px;
    margin-bottom: 14px;
  }

  #services h3 {
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
  }

  #services .catch {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    line-height: 180%;
    color: #fff;
    margin-bottom: 31px;
  }

  #services .catch .catch-1 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 160%;
    letter-spacing: 0;
  }

  #services .catch .catch-1 span {
    display: inline;
  }

  #services .catch .catch-1 span.s {
    margin-top: 0;
  }

  #services .catch .catch-2 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 160%;
  }

  #services .catch .catch-2 span {
    display: inline;
  }

  #services .catch .catch-2 span+span {
    margin-top: 0;
  }
}

.services-list {
  width: 100%;
  max-width: 823px;
}

.services-list li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  clip-path: polygon(100% 85%, 94% 100%, 0% 100%, 0% 0%, 100% 0%);
}

.services-list li:last-child {
  margin-bottom: 0;
}

.services-list li .services-image {
  margin: 0;
  flex-shrink: 0;
  width: 63%;
  max-width: 520px;
  overflow: hidden;
}

.services-list li .services-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-list li .services-content {
  width: 22%;
  margin: 0 auto;
}

.services-list li .services-content dt {
  font-size: 28px;
  font-family: "Zen Kaku Gothic Antique Bold";
  color: var(--cl-yellow);
  line-height: 160%;
  margin-bottom: 20px;
}

.services-list li .services-content dd {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .services-list {
    margin-bottom: 0;
  }

  .services-list li {
    display: block;
    margin-bottom: 9px;
    clip-path: polygon(90% 100%, 10% 100%, 0% 92%, 0% 0%, 100% 0%, 100% 92%);
    padding: 25px 25px 38px;
  }

  .services-list li:last-child {
    margin-bottom: 0;
  }

  .services-list li .services-image {
    width: 100%;
    height: 53vw;
    margin-bottom: 16px;
  }

  .services-list li .services-content {
    width: 100%;
  }

  .services-list li .services-content dt {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .services-list li .services-content dd {
    line-height: 160%;
  }
}

#news {
  padding: 129px 0 87px;
  position: relative;
  background: #fff;
}

#news .wrap {
  display: flex;
  justify-content: space-between;
  min-height: 200px;
}

#news .title__c::before {
  top: -24px;
  left: -24px;
}

#news .title__c h2 {
  margin-bottom: 22px;
}

#news .news-right {
  width: 100%;
  max-width: 713px;
  margin-left: auto;
  margin-top: -20px;
}

#news .bnr {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: 0;

}
#news .bnr a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 71px 0 43px;
  }

  #news .wrap {
    display: block;
  }

  #news .title__c::before {
    top: -14px;
    left: -14px;
  }

  #news .title__c h2 {
    margin-bottom: 13px;
  }

  #news .news-right {
    margin-left: 0;
    margin-top: 26px;
  }

  #news .bnr {
    width: 32px;
    height: 32px;
    bottom: auto;
    left: auto;
    top: 34px;
    right: 14px;
  }
#news .bnr a:hover {
  opacity: 1;
}
}

#newsList {
  padding: 8px 41px;
  background: #F8F9F9;
  clip-path: polygon(100% 85%, 94% 100%, 0% 100%, 0% 0%, 100% 0%);
}

#newsList dl {
  padding: 21px 0 22px;
  margin: 0;
  border-bottom: 1px solid #DCDDE1;
}

#newsList dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #888888;
  letter-spacing: 0px;
  margin-bottom: 9px;
}

#newsList dl dt .newsLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  font-size: 11px;
  font-family: "Zen Kaku Gothic Antique Bold";
  border-radius: 20px;
  background-color: #F9F4E1;
  color: var(--cl-yellow);
  line-height: 1;
}

#newsList dl dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

#newsList dl dd a {
  text-decoration: none;
  transition: color 0.2s ease;
}

#newsList dl dd a:hover {
  color: #fcae1d;
}

#newsList dl:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  #newsList {
    padding: 0 24px 19px;
    clip-path: polygon(100% 92%, 92% 100%, 0% 100%, 0% 0%, 100% 0%);
  }

  #newsList dl {
    padding: 20px 0;
  }

  #newsList dl dt {
    display: block;
    font-size: 14px;
  }

  #newsList dl dt .newsLabel {
    font-size: 10px;
  }

  #newsList dl dd {
    overflow: hidden;
    display: block;
    line-height: 1.2rem;
    max-height: 1.2rem;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

#company {
  background: #F8F9F9;
  padding: 103px 0 65px;
}

#company .wrap {
  display: flex;
  justify-content: space-between;
}

#company .title__c::before {
  top: -24px;
  left: -24px;
}

#company .title__c h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #company {
    padding: 62px 0 65px;
  }

  #company .wrap {
    display: block;
  }

  #company .title__c::before {
    top: -14px;
    left: -14px;
  }

  #company .title__c h2 {
    margin-bottom: 13px;
  }
}

.company-profile {
  width: 100%;
  max-width: 713px;
  margin-left: auto;
  border-top: 1px solid #f0f0f0;
}

.company-profile dl {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #EAEBEF;
  font-size: 14px;
}

.company-profile dl:last-child {
  border-bottom: none;
}

.company-profile dt {
  width: 160px;
  font-family: "Zen Kaku Gothic Antique Bold";
}

.company-profile dd {
  width: calc(100% - 160px);
}

@media screen and (max-width: 767px) {
  .company-profile {
    margin-left: 0;
    padding-top: 19px;
    border-top: none;
  }

  .company-profile dl {
    display: block;
    padding: 11px 0 12px;
    font-size: 16px;
  }

  .company-profile dt {
    width: auto;
  }

  .company-profile dd {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1199px) {
    #hero .title dt {
        font-size: 62px;
    }
#hero .row .photo-1 {
    width: 30vw;
    height: 30vw;
    top: -4vw;
    left: -8vw;
}
#hero .row .photo-2 {
    width: 29vw;
    height: 29vw;
    top: 28vw;
    right: -5vw;
}
#hero .row .photo-3 {
    width: 27vw;
    height: 27vw;
    bottom: -13vw;
    left: -2vw;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    #hero .title dt {
        font-size: 42px;
    }
#hero .row .photo-1 {
    width: 30vw;
    height: 30vw;
    top: -4vw;
    left: -8vw;
}
    #hero .row .photo-2 {
        width: 34vw;
        height: 33vw;
        top: 34vw;
        right: -8vw;
    }
#hero .row .photo-3 {
    width: 27vw;
    height: 27vw;
    bottom: -13vw;
    left: -2vw;
}

#hero .row .deco-1 {
    width: 5vw;
    top: -12vw;
    left: 0;
}
#hero .row .deco-2 {
    width: 25vw;
    right: -1vw;
}
#hero .row .deco-3 {
    width: 2vw;
    top: 76vw;
    right: 6vw;
}
#hero .row .deco-4 {
    width: 3vw;

    top: 118vw;
    left: 3vw;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #hero {
    padding-left: 20px;
    padding-right: 20px;
  }


  #hero .catch {
    right: 30px;
  }






  #strengths {
    padding-left: 20px;
    padding-right: 20px;
  }

  .strengths-list {
    width: 66%;
  }

  #strengths .catch {
    right: 5px;
  }

  .services-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-list {
    width: 68%;
  }

  #services .catch {
    right: 0;
  }

  .services-list li .services-image {
    width: 55%;
    height: 275px;
  }

  .services-list li .services-content {
    width: 36%;
  }

  .services-list li .services-content dt {
    margin-bottom: 5px;
  }

  #company,
  #news {
    padding-left: 40px;
    padding-right: 20px;
  }

  .company-profile {
    width: 64%;
  }

  #news .news-right {
    width: 75%;
  }

  .company-profile dt {
    width: 140px;
  }

  .company-profile dd {
    width: calc(100% - 140px);
  }
}