@media print, screen and (min-width: 768px) {
  @keyframes slide-anime {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  main {
    position: relative;
  }
  main.l-pattern:before, main.l-pattern:after {
    position: absolute;
    content: "";
  }
  main.l-pattern:before {
    left: 0;
    right: 0;
    bottom: 170px;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../common/img/pattern_bottom_pc.png");
    margin: auto;
    padding-top: 10.972%;
  }
  main.l-pattern:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    background-color: #F2F7F4;
  }
  main h1.c-list {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 36px;
    font-size: calc(3.6 + rem);
    font-weight: 400;
    color: #15A88D;
    letter-spacing: 0.15em !important;
  }
  #c-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 96%;
    max-width: 1120px;
    margin: auto;
    padding-top: 10px;
    z-index: 10;
  }
  #c-breadcrumbs ul li {
    display: inline-block;
    font-size: 14px;
    font-size: calc(1.4 + rem);
  }
  #c-breadcrumbs ul li:not(:last-child):after {
    margin: 0 0.5em;
    content: ">";
  }
  #c-breadcrumbs ul li a {
    color: #15A88D;
  }
  #c-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
  section {
    position: relative;
    z-index: 1;
  }
  section .u-eol {
    margin-bottom: 3em !important;
  }
  .l-inner {
    position: relative;
    width: 96%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  .btns-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #331F00;
  }
  .c-btn.c-cat01 {
    background-color: #DDEFD2;
  }
  .c-btn.c-cat02 {
    background-color: #F7E5D4;
  }
  .c-btn.c-cat03 {
    background-color: #F8DAEB;
  }
  .c-btn.c-cat04 {
    background-color: #D7D1EE;
  }
  .c-btn.c-cat05 {
    background-color: #DCEEFA;
  }
  .c-btn:after {
    position: absolute;
    top: 0;
    right: 4.5%;
    bottom: 0;
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../common/img/arrow_next.svg);
    margin: auto;
    content: "";
  }
  .c-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .c-btn a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .c-btn small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.35em;
    background-color: #331F00;
    padding: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    font-weight: 400;
    color: #ffffff;
  }
  .c-btn h3 {
    margin-bottom: 0.25em;
    line-height: 1.4;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    font-weight: 400;
  }
  .c-btn i {
    width: 72px;
    margin-left: auto;
    text-align: center;
  }
  .c-btn i.wide {
    width: 90px;
    transform: translateX(9px);
  }
  .c-btn ul.c-list li {
    position: relative;
    padding-left: 1em;
    line-height: 1.4;
    font-size: 18px;
    font-size: calc(1.8 + rem);
    letter-spacing: 0.07em !important;
  }
  .c-btn ul.c-list li:before {
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 0.6em;
    height: 0.6em;
    background-color: #331F00;
    border-radius: 100%;
    content: "";
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .c-btn h3 {
    font-size: 20px;
    font-size: calc(2 + rem);
  }
  .c-btn ul.c-list li {
    font-size: 16px;
    font-size: calc(1.6 + rem);
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn.c-btn-effect {
    height: 122px;
    padding-left: 5%;
    padding-right: 12%;
  }
  .c-btn.c-btn-effect:after {
    display: none;
  }
  .c-btn.c-btn-effect label {
    position: absolute;
    top: 0;
    right: 2.5%;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    transition: all 0.3s ease;
    z-index: 1;
    cursor: pointer;
  }
  .c-btn.c-btn-effect label:before, .c-btn.c-btn-effect label:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #331F00;
    margin: auto;
    transition: all 0.3s ease;
    content: "";
  }
  .c-btn.c-btn-effect label:after {
    transform: rotate(-90deg);
  }
  .c-btn.c-btn-effect label:hover:before, .c-btn.c-btn-effect label:hover:after {
    background-color: #595857;
  }
  .c-btn.c-btn-case {
    height: 122px;
    background-color: #DFDFE0;
    padding-left: 8%;
    padding-right: 12%;
  }
  ul.l-cat-list {
    display: none;
  }
  ul.l-cat-list li {
    margin-top: 10px;
  }
  ul.l-cat-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    padding: 0 14%;
    border: 1px solid #15A88D;
    line-height: 1.2;
    font-size: 20px;
    font-size: calc(2 + rem);
    color: #331F00;
  }
  ul.l-cat-list li a:hover {
    background-color: #F2F7F4;
  }
  ul.l-cat-list li a small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #331F00;
    padding: 0 0.5em;
    line-height: 1.4;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    font-weight: 400;
    color: #ffffff;
  }
  ul.l-cat-list li a:after {
    position: absolute;
    top: 0;
    right: 6.5%;
    bottom: 0;
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../common/img/arrow_next.svg);
    margin: auto;
    content: "";
  }
  input:checked ~ .c-btn-effect label:after {
    transform: rotate(0);
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media print, screen and (min-width: 768px) {
  /*input:checked ~ ul.l-cat-list {
    display: block;
    height: auto;
    animation: fadeIn 1.2s ease-in-out forwards;
  }*/
  section#l-effect-list .c-btn {
    margin-bottom: 10px;
    padding-left: 6%;
  }
  section#l-effect-list .c-btn {
    margin-bottom: 10px;
    padding-left: 6%;
  }
  section#l-related {
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  section#l-related {
    padding-bottom: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-related h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #331F00;
    font-size: 30px;
    font-size: calc(3 + rem);
    font-weight: 400;
  }
  section#l-related .l-related-effect {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  section#l-related .l-related-effect .c-btn {
    width: 49.1%;
    margin-bottom: 20px;
    padding-left: 4%;
    padding-right: 4%;
  }
  section#l-related .l-related-effect .c-btn:after {
    display: block;
  }
  section#l-related .l-related-case {
    display: flex;
    justify-content: space-between;
    align-items: strech;
    flex-direction: row;
    flex-wrap: wrap;
  }
  section#l-related .l-related-case:before, section#l-related .l-related-case:after {
    display: block;
    width: 23.5%;
    content: "";
  }
  section#l-related .l-related-case:before {
    order: 1;
  }
  section#l-related .l-related-case .c-btn {
    flex-direction: column;
    width: 23.25%;
    min-height: 196px;
    background-color: #DFDFE0;
    padding: 50px 0 30px;
    border-bottom: 0;
  }
  section#l-related .l-related-case .c-btn:after {
    display: none;
  }
  section#l-related .l-related-case .c-btn small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #331F00;
    padding: 0 0.5em;
    line-height: 1.4;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-size: calc(1.8 + rem);
    font-weight: 400;
    color: #ffffff;
  }
  section#l-related .l-related-case .c-btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: auto;
    height: 72px;
    margin-right: auto;
    margin-bottom: 20px;
  }
  section#l-related .l-related-case .c-btn i.small img {
    height: 54px;
  }
  section#l-related .l-related-case .c-btn i img {
    max-width: inherit;
    max-height: 100%;
  }
  section#l-related .l-related-case .c-btn h3 {
    flex-direction: column;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 18px;
    font-size: calc(1.8 + rem);
    color: #331F00;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1140px) {
  section#l-related .l-related-case .c-btn h3 {
    font-size: 6.4px;
    font-size: 1.641025641vw;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-kv {
    position: relative;
    width: 100%;
    height: 563px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/kv_pc.jpg");
    margin-bottom: 135px;
  }
  section#l-kv:after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 76px);
    height: 563px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../img/kv_pattern_pc.png);
    content: "";
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1440px) {
  section#l-kv {
    background-image: url("../img/kv_1440.jpg");
  }
  section#l-kv:after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-kv .c-text {
    position: relative;
    width: 94%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    z-index: 2;
  }
  section#l-kv .c-text h1 {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    text-indent: -0.5em;
    line-height: 1.2;
    font-size: 55px;
    font-size: calc(5.5 + rem);
    font-weight: 400;
    color: #15A88D;
    transform: translateX(-0.5em);
  }
  section#l-kv .c-text p {
    line-height: 1.8;
    font-size: 18px;
    font-size: calc(1.8 + rem);
    font-weight: 400;
    letter-spacing: 0.07em !important;
  }
  section#l-kv .c-slide-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 1;
    animation: slide-anime 20s infinite linear 1.5s;
  }
  section#l-kv .c-slide-text img {
    width: 3120px;
    max-width: inherit;
    margin-right: 8rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1180px) {
  section#l-kv {
    height: 0;
    background-size: contain;
    padding-top: 39.097%;
  }
  section#l-kv .c-text {
    position: absolute;
    top: 2.4vw;
    left: 5.5%;
    padding-top: 0;
  }
  section#l-kv .c-text h1 {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
  section#l-kv .c-text p {
    font-size: 6px;
    font-size: 1.5384615385vw;
  }
  section#l-kv .c-slide-text {
    bottom: -6.4vw;
  }
  section#l-kv .c-slide-text img {
    width: 190vw;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-tab {
    padding-bottom: 130px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  section#l-tab {
    padding-bottom: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-tab input {
    display: none;
  }
  section#l-tab .c-tab {
    position: relative;
    border-bottom: 1px solid #15A88D;
    z-index: 1;
  }
  section#l-tab .c-tab ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 96%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  section#l-tab .c-tab ul li {
    width: 404px;
  }
  section#l-tab .c-tab ul li:not(:last-child) {
    margin-right: 10px;
  }
  section#l-tab .c-tab ul li label {
    display: block;
    background-color: #F2F7F4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 20px;
    font-size: calc(2 + rem);
    font-weight: 500;
    color: #15A88D;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  section#l-tab .c-tab ul li label:hover {
    background-color: #15A88D;
    color: #ffffff;
  }
  section#l-tab section.l-tab-contents {
    display: none;
    position: relative;
    width: 96%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }
  section#l-tab input:checked#c-tab-a:checked ~ .c-tab ul li label.c-label-a {
    background-color: #15A88D;
    color: #ffffff;
    pointer-events: none;
  }
  section#l-tab input:checked#c-tab-a:checked ~ section#l-contents-a {
    display: block;
    animation: fade-in 0.5s ease-in forwards;
  }
  section#l-tab input:checked#c-tab-b:checked ~ .c-tab ul li label.c-label-b {
    background-color: #15A88D;
    color: #ffffff;
    pointer-events: none;
  }
  section#l-tab input:checked#c-tab-b:checked ~ section#l-contents-b {
    display: block;
    animation: fade-in 0.5s ease-in forwards;
  }
  section#l-tab input:checked#c-tab-b:checked ~ .c-pattern-b {
    display: none;
  }
  section#l-tab section.l-tab-contents h2 {
    margin-top: -0.5em;
    margin-bottom: 0.5em;
    line-height: 1.1;
    font-size: 36px;
    font-size: calc(3.6 + rem);
    font-weight: 400;
    letter-spacing: 0.15em !important;
  }
  section#l-tab section.l-tab-contents h2 span {
    display: block;
  }
  section#l-tab section.l-tab-contents h2 span img {
    height: 15px;
  }
  section#l-tab section.l-tab-contents p {
    margin-bottom: 2.5em;
    line-height: 1.8;
    font-size: 18px;
    font-size: calc(1.8 + rem);
    letter-spacing: 0.07em !important;
  }
  section#l-tab section.l-tab-contents .btns-wrap article {
    width: 49.1%;
    margin-bottom: 20px;
  }
  section#l-tab .c-pattern-a {
    position: absolute;
    top: 25px;
    right: 50%;
    width: 650px;
    transform: translateX(-140px);
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  section#l-tab .c-pattern-a {
    top: 1.5%;
    left: -20%;
    transform: none;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-tab .c-pattern-b {
    position: absolute;
    top: 350px;
    left: 50%;
    width: 360px;
    transform: translateX(340px);
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  section#l-tab .c-pattern-b {
    top: 38%;
    left: inherit;
    right: -10%;
    transform: none;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-rule {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1180px) {
  section#l-rule {
    padding-bottom: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-rule h1 {
    margin-bottom: 1.5em;
    text-align: center;
    line-height: 1.5;
    font-size: 30px;
    font-size: calc(3 + rem);
    font-weight: 400;
  }
  section#l-rule h2 {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 25px;
    font-size: calc(2.5 + rem);
    font-weight: 400;
  }
  section#l-rule p {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 18px;
    font-size: calc(1.8 + rem);
    font-weight: 400;
  }
  section#l-rule p:has(+ h2) {
    margin-bottom: 3em;
  }
  section#l-history-lead {
    background-color: #F2F7F4;
    padding-top: 110px;
    padding-bottom: 80px;
  }
  section#l-history-lead .l-inner {
    display: flex;
    justify-content: space-between;
    align-items: strech;
    flex-direction: row;
    max-width: 1060px;
    background-color: #ffffff;
    padding: 4% 4%;
  }
  section#l-history-lead .c-text {
    width: 50%;
  }
  section#l-history-lead .c-text h1 {
    margin-bottom: 1em;
    text-indent: -0.5em;
    line-height: 1.5;
    font-size: 30px;
    font-size: calc(3 + rem);
    font-weight: 500;
  }
  section#l-history-lead .c-text p {
    text-indent: 1em;
    line-height: 1.7;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-history-lead figure {
    width: 46.5%;
  }
  section#l-history-contents {
    background-color: #F2F7F4;
    padding-bottom: 120px;
  }
  section#l-history-contents:before {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 15px;
    height: calc(100% - 120px);
    background-color: #331F00;
    margin: auto;
    content: "";
  }
  section#l-history-contents .l-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  section#l-history-contents .l-block {
    width: 50%;
  }
  section#l-history-contents .l-block-right {
    order: 1;
  }
  section#l-history-contents .l-block-right article {
    padding-left: 8%;
  }
  section#l-history-contents .l-block-right article:before {
    left: -15px;
  }
  section#l-history-contents .l-block-left {
    padding-top: 120px;
  }
  section#l-history-contents .l-block-left article:before {
    right: -15px;
    transform: scale(-1, 1);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1120px) {
  section#l-history-contents:before {
    top: 3.4vw;
    width: 1.34vw;
  }
  section#l-history-contents .l-block-right article:before {
    left: -1.4vw;
  }
  section#l-history-contents .l-block-left {
    padding-top: 10.72vw;
  }
  section#l-history-contents .l-block-left article:before {
    right: -1.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-history-contents article {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
    z-index: 1;
  }
  section#l-history-contents article.c-bottom-a {
    padding-bottom: 240px;
  }
  section#l-history-contents article.c-bottom-b {
    padding-bottom: 200px;
  }
  section#l-history-contents article:before {
    position: absolute;
    top: 25px;
    width: 50px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/icon_history_arrow.svg);
    content: "";
  }
  section#l-history-contents article:not(:has(h2)):before {
    top: 5px;
  }
  section#l-history-contents article:last-of-type {
    padding-bottom: 40px;
  }
  section#l-history-contents article h2 {
    font-size: 55px;
    font-size: calc(5.5 + rem);
    font-weight: 500;
  }
  section#l-history-contents article h2 span {
    font-size: 28px;
    font-size: calc(2.8 + rem);
  }
  section#l-history-contents article p {
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-size: 28px;
    font-size: calc(2.8 + rem);
    font-weight: 500;
  }
  section#l-history-contents article p.c-category {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    line-height: 1.6;
    font-size: 22px;
    font-size: calc(2.2 + rem);
  }
  section#l-history-contents article p.c-category.c-turning {
    background-image: url(../img/icon_history_turning.svg);
    padding-left: 2.25em;
    color: #ED8D34;
  }
  section#l-history-contents article p.c-category.c-foot {
    background-image: url(../img/icon_history_foot.svg);
    padding-left: 1.5em;
    color: #6AC600;
  }
  section#l-history-contents article p.c-category.c-result {
    background-image: url(../img/icon_history_result.svg);
    padding-left: 1.75em;
    color: #EC1515;
  }
  section#l-history-contents article ul {
    margin-top: 30px;
  }
  section#l-history-contents article ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  section#l-history-contents article ul li {
    font-size: 22px;
    font-size: calc(2.2 + rem);
  }
  section#l-history-contents article ul li a {
    display: inline-block;
    padding: 0.5em 1.25em;
    border-radius: 10px;
    color: #ffffff;
  }
  section#l-history-contents article ul li a.detail {
    background-color: #15A88D;
  }
  section#l-history-contents article ul li a.research {
    background-color: #595857;
  }
  section#l-history-contents article ul li a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1120px) {
  section#l-history-contents article {
    padding-bottom: 8.9vw;
  }
  section#l-history-contents article.c-bottom-a {
    padding-bottom: 24vw;
  }
  section#l-history-contents article.c-bottom-b {
    padding-bottom: 17.85vw;
  }
  section#l-history-contents article.c-bottom-c {
    padding-bottom: 14.6vw;
  }
  section#l-history-contents article:before {
    top: 2.4vw;
    width: 4.46vw;
    height: 2.8vw;
    content: "";
  }
  section#l-history-contents article:not(:has(h2)):before {
    top: 0.4vw;
  }
  section#l-history-contents article:last-of-type {
    padding-bottom: 4.4vw;
  }
  section#l-history-contents article h2 {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
  section#l-history-contents article h2 span {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
  section#l-history-contents article p {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
  section#l-history-contents article p.c-category {
    font-size: 8px;
    font-size: 2.0512820513vw;
  }
  section#l-history-contents article ul {
    margin-top: 2vw;
  }
  section#l-history-contents article ul li {
    font-size: 8px;
    font-size: 2.0512820513vw;
  }
  section#l-history-contents article ul li:not(:last-child) {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  @keyframes slide-anime {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  main {
    overflow-x: hidden;
    position: relative;
  }
  main.l-pattern:before, main.l-pattern:after {
    position: absolute;
    content: "";
  }
  main.l-pattern:before {
    left: 0;
    right: 0;
    bottom: 32vw;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../common/img/pattern_bottom_sp.png");
    margin: auto;
    padding-top: 10.972%;
  }
  main.l-pattern:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32vw;
    background-color: #F2F7F4;
  }
  main h1.c-list {
    margin-bottom: 1.5em;
    text-align: center;
    line-height: 1.4;
    font-size: 24px;
    font-size: 6.1538461538vw;
    font-weight: 400;
    color: #15A88D;
    letter-spacing: 0.15em !important;
  }
  #c-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 96%;
    max-width: 1120px;
    margin: auto;
    padding-top: 10px;
    z-index: 10;
  }
  #c-breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
  #c-breadcrumbs ul li:not(:last-child):after {
    margin: 0 0.5em;
    content: ">";
  }
  #c-breadcrumbs ul li a {
    color: #15A88D;
  }
  #c-breadcrumbs ul li a:hover {
    text-decoration: underline;
  }
  section {
    position: relative;
    z-index: 1;
  }
  section .u-eol {
    margin-bottom: 4em !important;
  }
  .l-inner {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .btns-wrap article {
    margin-bottom: 5.128vw;
  }
  .btns-wrap .c-btn {
    margin-bottom: 2.564vw;
  }
  .c-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    border-bottom: 1px solid #331F00;
  }
  .c-btn.c-cat01 {
    background-color: #DDEFD2;
  }
  .c-btn.c-cat02 {
    background-color: #F7E5D4;
  }
  .c-btn.c-cat03 {
    background-color: #F8DAEB;
  }
  .c-btn.c-cat04 {
    background-color: #D7D1EE;
  }
  .c-btn.c-cat05 {
    background-color: #DCEEFA;
  }
  .c-btn:after {
    position: absolute;
    top: 0;
    right: 4.5%;
    bottom: 0;
    width: 1.54vw;
    height: 3.08vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../common/img/arrow_next.svg);
    margin: auto;
    content: "";
  }
  .c-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .c-btn small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.35em;
    background-color: #331F00;
    padding: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: 400;
    color: #ffffff;
  }
  .c-btn h3 {
    margin-bottom: 0.25em;
    line-height: 1.4;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 400;
  }
  .c-btn i {
    width: 15.4vw;
    margin-left: auto;
    text-align: center;
  }
  .c-btn ul.c-list li {
    position: relative;
    padding-left: 1em;
    line-height: 1.4;
    font-size: 14px;
    font-size: 3.5897435897vw;
    letter-spacing: 0.07em !important;
  }
  .c-btn ul.c-list li:before {
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 0.6em;
    height: 0.6em;
    background-color: #331F00;
    border-radius: 100%;
    content: "";
  }
  .c-btn.c-btn-effect {
    display: block;
    padding-top: 4.2vw;
    padding-bottom: 12.8vw;
    border-bottom: 1px solid #331F00;
  }
  .c-btn.c-btn-effect.c-cat01 {
    background-color: #DDEFD2;
  }
  .c-btn.c-btn-effect.c-cat02 {
    background-color: #F7E5D4;
  }
  .c-btn.c-btn-effect.c-cat03 {
    background-color: #F8DAEB;
  }
  .c-btn.c-btn-effect.c-cat04 {
    background-color: #D7D1EE;
  }
  .c-btn.c-btn-effect.c-cat05 {
    background-color: #DCEEFA;
  }
  .c-btn.c-btn-effect:after {
    display: none;
  }
  .c-btn.c-btn-effect h3 {
    background-repeat: no-repeat;
    background-position: right 16vw center;
    background-size: 12vw;
    line-height: 2.8;
    margin-bottom: 0.5em;
    padding-left: 20.4vw;
  }
  .c-btn.c-btn-effect i {
    display: none;
  }
  .c-btn.c-btn-effect.icon01 h3 {
    background-image: url(../common/img/icon_01.svg);
  }
  .c-btn.c-btn-effect.icon02 h3 {
    background-image: url(../common/img/icon_02.svg);
  }
  .c-btn.c-btn-effect.icon03 h3 {
    background-image: url(../common/img/icon_03.svg);
  }
  .c-btn.c-btn-effect.icon04 h3 {
    background-image: url(../common/img/icon_04.svg);
  }
  .c-btn.c-btn-effect.icon05 h3 {
    background-image: url(../common/img/icon_05.svg);
  }
  .c-btn.c-btn-effect.icon06 h3 {
    background-image: url(../common/img/icon_06.svg);
  }
  .c-btn.c-btn-effect.icon07 h3 {
    background-image: url(../common/img/icon_07.svg);
  }
  .c-btn.c-btn-effect.icon08 h3 {
    background-image: url(../common/img/icon_08.svg);
  }
  .c-btn.c-btn-effect ul.c-list {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .c-btn.c-btn-effect label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10.256vw;
    height: 10.256vw;
    margin: auto;
    transition: all 0.3s ease;
    z-index: 1;
    cursor: pointer;
  }
  .c-btn.c-btn-effect label:before, .c-btn.c-btn-effect label:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5.128vw;
    height: 2px;
    background-color: #331F00;
    margin: auto;
    transition: all 0.3s ease;
    content: "";
  }
  .c-btn.c-btn-effect label:after {
    transform: rotate(-90deg);
  }
  .c-btn.c-btn-effect label:hover:before, .c-btn.c-btn-effect label:hover:after {
    background-color: #595857;
  }
  .c-btn.c-btn-case {
    position: relative;
    height: 22vw;
    background-color: #DFDFE0;
    padding-left: 8%;
    padding-right: 12%;
    border-bottom: 1px solid #331F00;
  }
  .c-btn.c-btn-case h3 {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
  .c-btn.c-btn-case i {
    right: 10.28vw;
    width: 12.84vw;
  }
  .c-btn.c-btn-case i.wide {
    width: 14.84vw;
    transform: translateX(1vw);
  }
  ul.l-cat-list {
    display: none;
  }
  ul.l-cat-list li {
    margin-top: 2.564vw;
  }
  ul.l-cat-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 24vw;
    background-color: #ffffff;
    padding: 0 12%;
    border: 1px solid #15A88D;
    line-height: 1.2;
    font-size: 16px;
    font-size: 4.1025641026vw;
    color: #331F00;
  }
  ul.l-cat-list li a:hover {
    background-color: #F2F7F4;
  }
  ul.l-cat-list li a small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #331F00;
    padding: 0 0.5em;
    line-height: 1.4;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 400;
    color: #ffffff;
  }
  ul.l-cat-list li a:after {
    position: absolute;
    top: 0;
    right: 6.5%;
    bottom: 0;
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../common/img/arrow_next.svg);
    margin: auto;
    content: "";
  }
  input:checked ~ .c-btn-effect label:after {
    transform: rotate(0);
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /*input:checked ~ ul.l-cat-list {
    display: block;
    height: auto;
    animation: fadeIn 1.2s ease-in-out forwards;
  }*/
  section#l-related {
    background-color: #ffffff;
    padding-top: 12.82vw;
    padding-bottom: 12.82vw;
  }
  section#l-related h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #331F00;
    font-size: 24px;
    font-size: 6.1538461538vw;
    font-weight: 400;
  }
  section#l-related .l-related-effect .c-btn {
    margin-bottom: 2.564vw;
    padding-top: 4vw;
    padding-bottom: 5.4vw;
  }
  section#l-related .l-related-effect .c-btn:after {
    display: block;
  }
  section#l-related .l-related-case .c-btn {
    display: block;
    background-color: #DFDFE0;
    margin-bottom: 2.564vw;
    padding: 6vw 0 4vw;
    border-bottom: 0;
  }
  section#l-related .l-related-case .c-btn:after {
    display: none;
  }
  section#l-related .l-related-case .c-btn small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #331F00;
    padding: 0 0.5em;
    line-height: 1.4;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-size: 3.8461538462vw;
    font-weight: 400;
    color: #ffffff;
  }
  section#l-related .l-related-case .c-btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: auto;
    height: 16vw;
    margin-right: auto;
    margin-bottom: 2.564vw;
  }
  section#l-related .l-related-case .c-btn i img {
    max-width: inherit;
    max-height: 100%;
  }
  section#l-related .l-related-case .c-btn i.small img {
    height: 12vw;
  }
  section#l-related .l-related-case .c-btn h3 {
    flex-direction: column;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 3.8461538462vw;
    color: #331F00;
  }
  section#l-kv {
    position: relative;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-image: url("../img/kv_sp.jpg");
    padding-top: 203.846%;
  }
  section#l-kv .c-text {
    position: absolute;
    top: 96vw;
    left: 5vw;
    z-index: 1;
  }
  section#l-kv .c-text h1 {
    margin-bottom: 0.25em;
    padding-left: 0.5em;
    text-indent: -0.5em;
    line-height: 1.45;
    font-size: 33px;
    font-size: 8.4615384615vw;
    font-weight: 400;
    color: #15A88D;
    transform: translateX(-0.5em);
  }
  section#l-kv .c-text p {
    line-height: 1.7;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: 400;
  }
  section#l-kv .c-slide-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    position: absolute;
    left: 0;
    bottom: -2vw;
    animation: slide-anime 20s infinite linear 1.5s;
  }
  section#l-kv .c-slide-text img {
    width: 400vw;
    max-width: inherit;
    margin-right: 8rem;
  }
  section#l-tab input {
    display: none;
  }
  section#l-tab .c-tab {
    border-bottom: 1px solid #15A88D;
  }
  section#l-tab .c-tab ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  section#l-tab .c-tab ul li:not(:last-child) {
    margin-right: 1.28vw;
  }
  section#l-tab .c-tab ul li label {
    display: block;
    background-color: #F2F7F4;
    padding: 0 1.5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    line-height: 13.333vw;
    font-size: 13px;
    font-size: 3.3333333333vw;
    font-weight: 500;
    color: #15A88D;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  section#l-tab .c-tab ul li label:hover {
    background-color: #15A88D;
    color: #ffffff;
  }
  section#l-tab .c-tab ul li:nth-child(2) label {
    padding: 0 3.35em;
  }
  section#l-tab section.l-tab-contents {
    display: none;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10.25vw;
    padding-bottom: 10.25vw;
  }
  section#l-tab input:checked#c-tab-a:checked ~ .c-tab ul li label.c-label-a {
    background-color: #15A88D;
    color: #ffffff;
    pointer-events: none;
  }
  section#l-tab input:checked#c-tab-a:checked ~ section#l-contents-a {
    display: block;
    animation: fade-in 0.5s ease-in forwards;
  }
  section#l-tab input:checked#c-tab-b:checked ~ .c-tab ul li label.c-label-b {
    background-color: #15A88D;
    color: #ffffff;
    pointer-events: none;
  }
  section#l-tab input:checked#c-tab-b:checked ~ section#l-contents-b {
    display: block;
    animation: fade-in 0.5s ease-in forwards;
  }
  section#l-tab input:checked#c-tab-b:checked ~ .c-pattern-b {
    display: none;
  }
  section#l-tab section.l-tab-contents h2 {
    margin-top: -0.5em;
    margin-bottom: 1em;
    line-height: 1.1;
    font-size: 24px;
    font-size: 6.1538461538vw;
    font-weight: 400;
    letter-spacing: 0.15em !important;
  }
  section#l-tab section.l-tab-contents h2 span {
    display: block;
  }
  section#l-tab section.l-tab-contents h2 span img {
    height: 3.2vw;
  }
  section#l-tab section.l-tab-contents p {
    margin-bottom: 2.5em;
    line-height: 1.8;
    font-size: 14px;
    font-size: 3.5897435897vw;
    letter-spacing: 0.07em !important;
  }
  section#l-tab section.l-tab-contents .btns-wrap article {
    margin-bottom: 2.4vw;
  }
  section#l-tab .c-pattern-a {
    position: absolute;
    top: 12vw;
    left: -15vw;
    width: 90vw;
    z-index: -1;
  }
  section#l-tab .c-pattern-b {
    position: absolute;
    top: 210vw;
    right: 0;
    width: 72.3vw;
    z-index: -1;
  }
  section#l-rule {
    padding-top: 15.4vw;
    padding-bottom: 15.4vw;
  }
  section#l-rule h1 {
    margin-bottom: 1.5em;
    text-align: center;
    line-height: 1.5;
    font-size: 24px;
    font-size: 6.1538461538vw;
    font-weight: 400;
  }
  section#l-rule h2 {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 400;
  }
  section#l-rule p {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 15px;
    font-size: 3.8461538462vw;
    font-weight: 400;
  }
  section#l-rule p:has(+ h2) {
    margin-bottom: 3em;
  }
  section#l-history-lead {
    background-color: #F2F7F4;
    padding-top: 12.82vw;
    padding-bottom: 12.82vw;
  }
  section#l-history-lead .l-inner {
    width: 90%;
    background-color: #ffffff;
    padding: 4% 4%;
  }
  section#l-history-lead .c-text {
    margin-bottom: 6.4vw;
  }
  section#l-history-lead .c-text h1 {
    margin-bottom: 1em;
    text-indent: -0.5em;
    line-height: 1.5;
    font-size: 24px;
    font-size: 6.1538461538vw;
    font-weight: 500;
  }
  section#l-history-lead .c-text p {
    text-indent: 1em;
    line-height: 1.7;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-history-contents {
    background-color: #F2F7F4;
    padding-bottom: 12.82vw;
  }
  section#l-history-contents:before {
    position: absolute;
    top: 6.4vw;
    left: 6.4vw;
    width: 1.28vw;
    height: calc(100% - 20vw);
    background-color: #331F00;
    margin: auto;
    content: "";
  }
  section#l-history-contents article {
    position: relative;
    padding-left: 10.8vw;
    padding-bottom: 7.6vw;
    z-index: 1;
  }
  section#l-history-contents article:last-child {
    padding-bottom: 6vw;
  }
  section#l-history-contents article:before {
    position: absolute;
    top: 4.2vw;
    left: -0.48vw;
    width: 5.128vw;
    height: 5.128vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/icon_history_circle.svg);
    content: "";
  }
  section#l-history-contents article:not(:has(h2)):before {
    top: 1vw;
  }
  section#l-history-contents article.c-blank {
    display: none;
  }
  section#l-history-contents article h2 {
    font-size: 30px;
    font-size: 7.6923076923vw;
    font-weight: 500;
  }
  section#l-history-contents article h2 span {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
  section#l-history-contents article p {
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 500;
  }
  section#l-history-contents article p.c-category {
    margin-bottom: 1em;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    line-height: 1.6;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
  section#l-history-contents article p.c-category.c-turning {
    background-image: url(../img/icon_history_turning.svg);
    padding-left: 2.25em;
    color: #ED8D34;
  }
  section#l-history-contents article p.c-category.c-foot {
    background-image: url(../img/icon_history_foot.svg);
    padding-left: 1.5em;
    color: #6AC600;
  }
  section#l-history-contents article p.c-category.c-result {
    background-image: url(../img/icon_history_result.svg);
    padding-left: 1.75em;
    color: #EC1515;
  }
  section#l-history-contents article ul li:not(:last-child) {
    margin-bottom: 2.4vw;
  }
  section#l-history-contents article ul li {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
  section#l-history-contents article ul li a {
    display: inline-block;
    padding: 0.5em 1.25em;
    border-radius: 10px;
    color: #ffffff;
  }
  section#l-history-contents article ul li a.detail {
    background-color: #15A88D;
  }
  section#l-history-contents article ul li a.research {
    background-color: #595857;
  }
  section#l-history-contents article ul li a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  main h1.c-list span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60px;
    line-height: 1.2;
    padding: 0.5em 80px 0.5em 0;
  }
  main h1.c-list.c-list-cat01 span {
    background-image: url(../common/img/icon_01.svg);
  }
  main h1.c-list.c-list-cat02 span {
    background-image: url(../common/img/icon_02.svg);
  }
  main h1.c-list.c-list-cat03 span {
    background-image: url(../common/img/icon_03.svg);
  }
  main h1.c-list.c-list-cat04 span {
    background-image: url(../common/img/icon_04.svg);
  }
  main h1.c-list.c-list-cat05 span {
    background-image: url(../common/img/icon_05.svg);
  }
  main h1.c-list.c-list-cat06 span {
    background-image: url(../common/img/icon_06.svg);
  }
  main h1.c-list.c-list-cat07 span {
    background-image: url(../common/img/icon_07.svg);
  }
  main h1.c-list.c-list-cat08 span {
    background-image: url(../common/img/icon_08.svg);
  }
  section#l-effect-list {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  section#l-effect-list {
    padding-bottom: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-effect-list .c-btn {
    width: 49.1%;
    height: 100px;
    margin-bottom: 10px;
    padding-right: 8%;
  }
  section#l-effect-list .c-btn h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    line-height: 1.5;
    font-size: 20px;
    font-size: calc(2 + rem);
    font-weight: 400;
  }
  section#l-effect-list .c-btn small {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.35em;
    background-color: #331F00;
    padding: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    font-weight: 400;
    color: #ffffff;
  }
  section#l-effect-list .c-btn ul {
    display: flex;
    justify-content: flex-start;
    align-items: strech;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#l-effect-list .c-btn ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 0.5em;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
  }
  section#l-effect-list .c-btn ul li:not(:last-child) {
    margin-right: 10px;
  }
  section#l-effect-list .c-btn ul li.c-num {
    width: 2.35em;
    background-color: #331F00;
    padding: 0;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    font-weight: 400;
  }
  section#l-effect-list .c-btn ul li.c-ver {
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-effect-list .c-btn ul li.c-ver.c-pre {
    background-color: #F69E4B;
  }
  section#l-effect-list .c-btn ul li.c-ver.c-com {
    background-color: #F07909;
  }
  section#l-effect-list .c-btn ul li.c-type {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    background-color: #787878;
    padding-bottom: 0.35em;
    vertical-align: baseline;
    line-height: 1.2;
    font-size: 14px;
    font-size: calc(1.4 + rem);
  }
  section#l-effect-list .c-btn ul li.c-type em {
    position: relative;
    top: 0.05em;
    font-size: 22px;
    font-size: calc(2.2 + rem);
  }
  section#l-effect-other-list {
    padding-bottom: 130px;
  }
  section#l-effect-other-list h2 {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 36px;
    font-size: calc(3.6 + rem);
    font-weight: 400;
    color: #15A88D;
    letter-spacing: 0.15em !important;
  }
  section#l-effect-other-list .btns-wrap article {
    width: 49.1%;
    margin-bottom: 10px;
  }
  section#l-effect-other-list article input {
    display: none;
  }
  section#l-effect-other-list article .c-btn-acc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    padding: 0 14%;
    border: 1px solid #15A88D;
    transition: all 0.3s ease;
  }
  section#l-effect-other-list article .c-btn-acc:hover {
    background-color: #F2F7F4;
  }
  section#l-effect-other-list article .c-btn-acc label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  section#l-effect-other-list article .c-btn-acc label:before, section#l-effect-other-list article .c-btn-acc label:after {
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #15A88D;
    margin: auto;
    transition: all 0.3s ease;
    content: "";
  }
  section#l-effect-other-list article .c-btn-acc label:after {
    transform: rotate(-90deg);
  }
  section#l-effect-other-list article .c-btn-acc h3 {
    line-height: 1.2;
    font-size: 28px;
    font-size: calc(2.8 + rem);
    font-weight: 400;
    color: #331F00;
  }
  section#l-effect-other-list article .c-btn-acc i {
    width: 70px;
    text-align: center;
  }
  section#l-effect-other-list article input:checked ~ .c-btn-acc label:after {
    transform: rotate(0);
  }
  section#l-effect-other-list article ul.l-cat-list a {
    border: 0;
    border-bottom: 1px solid #331F00;
  }
  section#l-effect-other-list article ul.l-cat-list a:hover {
    opacity: 0.7;
  }
  section#l-effect-other-list article ul.c-cat01 li a {
    background-color: #DDEFD2;
  }
  section#l-effect-other-list article ul.c-cat02 li a {
    background-color: #F7E5D4;
  }
  section#l-effect-other-list article ul.c-cat03 li a {
    background-color: #F8DAEB;
  }
  section#l-effect-other-list article ul.c-cat04 li a {
    background-color: #D7D1EE;
  }
  section#l-effect-other-list article ul.c-cat05 li a {
    background-color: #DCEEFA;
  }
  #l-effect01 article.l-effect01 {
    display: none;
  }
  #l-effect02 article.l-effect02 {
    display: none;
  }
  #l-effect03 article.l-effect03 {
    display: none;
  }
  #l-effect04 article.l-effect04 {
    display: none;
  }
  #l-effect05 article.l-effect05 {
    display: none;
  }
  #l-effect06 article.l-effect06 {
    display: none;
  }
  #l-effect07 article.l-effect07 {
    display: none;
  }
  #l-effect08 article.l-effect08 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main h1.c-list {
    font-size: 22px;
    font-size: 5.641025641vw;
  }
  main h1.c-list span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.4em;
    line-height: 1.4;
    padding: 0.5em 1.5em 0.5em 0;
  }
  main h1.c-list.c-list-cat01 span {
    background-image: url(../common/img/icon_01.svg);
  }
  main h1.c-list.c-list-cat02 span {
    background-image: url(../common/img/icon_02.svg);
  }
  main h1.c-list.c-list-cat03 span {
    background-image: url(../common/img/icon_03.svg);
  }
  main h1.c-list.c-list-cat04 span {
    background-image: url(../common/img/icon_04.svg);
  }
  main h1.c-list.c-list-cat05 span {
    background-image: url(../common/img/icon_05.svg);
  }
  main h1.c-list.c-list-cat06 span {
    background-image: url(../common/img/icon_06.svg);
  }
  main h1.c-list.c-list-cat07 span {
    background-image: url(../common/img/icon_07.svg);
  }
  main h1.c-list.c-list-cat08 span {
    background-image: url(../common/img/icon_08.svg);
  }
  section#l-effect-list {
    padding-top: 12.82vw;
    padding-bottom: 16vw;
  }
  section#l-effect-list .c-btn {
    height: 25.64vw;
    padding: 0 2% 0 10%;
  }
  section#l-effect-list .c-btn h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: 400;
  }
  section#l-effect-list .c-btn h2 em {
    width: calc(100% - 11.8vw);
  }
  section#l-effect-list .c-btn h2 span {
    width: 12.82vw;
    text-align: center;
  }
  section#l-effect-list .c-btn h2 span img {
    width: 100%;
  }
  section#l-effect-list .c-btn small {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.35em;
    background-color: #331F00;
    padding: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: 400;
    color: #ffffff;
  }
  section#l-effect-list .c-btn ul {
    display: flex;
    justify-content: flex-start;
    align-items: strech;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#l-effect-list .c-btn ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 0.5em;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
  }
  section#l-effect-list .c-btn ul li:not(:last-child) {
    margin-right: 1.2vw;
  }
  section#l-effect-list .c-btn ul li.c-num {
    width: 2.35em;
    background-color: #331F00;
    padding: 0;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 4.1025641026vw;
    font-weight: 400;
  }
  section#l-effect-list .c-btn ul li.c-ver {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-effect-list .c-btn ul li.c-ver.c-pre {
    background-color: #F69E4B;
  }
  section#l-effect-list .c-btn ul li.c-ver.c-com {
    background-color: #F07909;
  }
  section#l-effect-list .c-btn ul li.c-type {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    background-color: #787878;
    padding-bottom: 0.45em;
    vertical-align: baseline;
    font-size: 11px;
    font-size: 2.8205128205vw;
  }
  section#l-effect-list .c-btn ul li.c-type em {
    position: relative;
    top: 0.1em;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-effect-other-list {
    padding-bottom: 14vw;
  }
  section#l-effect-other-list h2 {
    margin-bottom: 1em;
    text-align: center;
    font-size: 22px;
    font-size: 5.641025641vw;
    font-weight: 400;
    color: #15A88D;
    letter-spacing: 0.15em !important;
  }
  section#l-effect-other-list .btns-wrap article {
    margin-bottom: 2.564vw;
  }
  section#l-effect-other-list article input {
    display: none;
  }
  section#l-effect-other-list article .c-btn-acc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 22vw;
    background-color: #ffffff;
    padding: 0 16% 0 8%;
    border: 1px solid #15A88D;
    transition: all 0.3s ease;
  }
  section#l-effect-other-list article .c-btn-acc:hover {
    background-color: #F2F7F4;
  }
  section#l-effect-other-list article .c-btn-acc label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  section#l-effect-other-list article .c-btn-acc label:before, section#l-effect-other-list article .c-btn-acc label:after {
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    width: 5.128vw;
    height: 2px;
    background-color: #15A88D;
    margin: auto;
    transition: all 0.3s ease;
    content: "";
  }
  section#l-effect-other-list article .c-btn-acc label:after {
    transform: rotate(-90deg);
  }
  section#l-effect-other-list article .c-btn-acc h3 {
    line-height: 1.2;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 400;
    color: #331F00;
  }
  section#l-effect-other-list article .c-btn-acc i {
    width: 14vw;
    text-align: center;
  }
  section#l-effect-other-list article input:checked ~ .c-btn-acc label:after {
    transform: rotate(0);
  }
  section#l-effect-other-list article ul.l-cat-list a {
    border: 0;
    border-bottom: 1px solid #331F00;
  }
  section#l-effect-other-list article ul.l-cat-list a:hover {
    opacity: 0.7;
  }
  section#l-effect-other-list article ul.c-cat01 li a {
    background-color: #DDEFD2;
  }
  section#l-effect-other-list article ul.c-cat02 li a {
    background-color: #F7E5D4;
  }
  section#l-effect-other-list article ul.c-cat03 li a {
    background-color: #F8DAEB;
  }
  section#l-effect-other-list article ul.c-cat04 li a {
    background-color: #D7D1EE;
  }
  section#l-effect-other-list article ul.c-cat05 li a {
    background-color: #DCEEFA;
  }
  #l-effect01 article.l-effect01 {
    display: none;
  }
  #l-effect02 article.l-effect02 {
    display: none;
  }
  #l-effect03 article.l-effect03 {
    display: none;
  }
  #l-effect04 article.l-effect04 {
    display: none;
  }
  #l-effect05 article.l-effect05 {
    display: none;
  }
  #l-effect06 article.l-effect06 {
    display: none;
  }
  #l-effect07 article.l-effect07 {
    display: none;
  }
  #l-effect08 article.l-effect08 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-research-single {
    padding-top: 110px;
    padding-bottom: 0;
  }
  section#l-research-single:has(.c-related) {
    padding-bottom: 80px;
  }
  section#l-research-single:not(:has(+ #l-related)) {
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  section#l-research-single:not(:has(+ #l-related)) {
    padding-bottom: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-research-single .c-category {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  section#l-research-single .c-category small {
    display: inline-block;
    background-color: #331F00;
    margin-right: 0.5em;
    padding: 0 0.5em;
    line-height: 1.4;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    font-weight: 400;
    color: #ffffff;
  }
  section#l-research-single .c-category ul li {
    display: inline-block;
    position: relative;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 2em;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    color: #53A329;
  }
  section#l-research-single .c-category ul li:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.75em;
    height: 1.75em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    content: "";
  }
  section#l-research-single .c-category ul li.c-icon01:after {
    background-image: url(../common/img/icon_01_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon02 {
    padding-right: 2.25em;
  }
  section#l-research-single .c-category ul li.c-icon02:after {
    width: 2em;
    height: 2em;
    background-image: url(../common/img/icon_02_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon03:after {
    background-image: url(../common/img/icon_03_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon04:after {
    background-image: url(../common/img/icon_04_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon05 {
    padding-right: 2.5em;
  }
  section#l-research-single .c-category ul li.c-icon05:after {
    width: 2.25em;
    height: 2em;
    background-image: url(../common/img/icon_05_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon06:after {
    background-image: url(../common/img/icon_06_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon07:after {
    background-image: url(../common/img/icon_07_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon08 {
    padding-right: 1.75em;
  }
  section#l-research-single .c-category ul li.c-icon08:after {
    width: 1.5em;
    height: 1.5em;
    background-image: url(../common/img/icon_08_l.svg);
  }
  section#l-research-single .c-research-lead {
    position: relative;
    margin-bottom: 60px;
    padding: 0 4%;
  }
  section#l-research-single .c-research-lead h1 {
    margin-bottom: 0.75em;
    line-height: 1.5;
    font-size: 34px;
    font-size: calc(3.4 + rem);
    font-weight: 500;
  }
  section#l-research-single .c-research-lead p {
    line-height: 1.8;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .c-research-lead .c-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
  section#l-research-single .c-research-lead .c-wrap.l-middle {
    align-items: center;
  }
  section#l-research-single .c-research-lead .c-wrap figure {
    width: 44%;
  }
  section#l-research-single .c-research-lead .c-point {
    width: 50.5%;
  }
  section#l-research-single .c-research-lead .c-point .c-point-icon {
    width: 50%;
    max-width: 237px;
  }
  section#l-research-single .c-research-lead .c-point ul {
    background-color: #F2F7F4;
    padding: 20px 15px;
  }
  section#l-research-single .c-research-lead .c-point ul li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .c-research-lead .c-point ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  section#l-research-single .c-research-lead .c-point ul li:before {
    position: absolute;
    top: 0.35em;
    left: 0;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../research/img/icon_check.svg);
    content: "";
  }
  section#l-research-single .c-research-lead .c-point ul li strong {
    font-size: 20px;
    font-size: calc(2 + rem);
  }
  section#l-research-single .l-research-link {
    display: flex;
    justify-content: space-between;
    align-items: strech;
    flex-direction: row;
    margin-bottom: 80px;
  }
  section#l-research-single .l-research-link h3 {
    line-height: 1.5;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    font-weight: 400;
    color: #53A329;
  }
  section#l-research-single .l-research-link .c-anchor {
    width: 48%;
    padding: 0 5%;
  }
  section#l-research-single .l-research-link .c-anchor h3 {
    margin-bottom: 0.25em;
    border-bottom: 1px solid #53A329;
  }
  section#l-research-single .l-research-link .c-anchor ol li {
    position: relative;
    background-image: repeating-linear-gradient(90deg, #331F00, #331F00 4px, transparent 4px, transparent 8px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    padding: 0.75em 0 0.25em;
    line-height: 1.5;
    font-size: 21px;
    font-size: calc(2.1 + rem);
    transition: all 0.3s ease;
  }
  section#l-research-single .l-research-link .c-anchor ol li:after {
    position: absolute;
    top: 0;
    right: 3.5%;
    bottom: 0;
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../common/img/arrow_next.svg);
    margin: auto;
    transform: rotate(90deg) translateY(1%);
    content: "";
  }
  section#l-research-single .l-research-link .c-anchor ol li a {
    display: block;
    color: #331F00;
  }
  section#l-research-single .l-research-link .c-anchor ol li:hover {
    opacity: 0.5;
  }
  section#l-research-single .l-research-link .c-related {
    width: 48%;
    padding: 0 2.5%;
  }
  section#l-research-single .l-research-link .c-related h3 {
    margin-bottom: 0.5em;
  }
  section#l-research-single .l-research-link .c-related .c-btn {
    height: 122px;
    padding-left: 8%;
    padding-right: 24%;
  }
  section#l-research-single .l-research-link .c-related .c-btn:not(:last-of-type) {
    margin-bottom: 20px;
  }
  section#l-research-single .l-research-link .c-related .c-btn h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    color: #331F00;
  }
  section#l-research-single .l-contents h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #53A329;
    font-size: 24px;
    font-size: calc(2.4 + rem);
    font-weight: 400;
    color: #53A329;
  }
  section#l-research-single .l-contents h3 {
    margin-bottom: 0.25em;
    font-size: 20px;
    font-size: calc(2 + rem);
    font-weight: 500;
  }
  section#l-research-single .l-contents h4 {
    font-size: 20px;
    font-size: calc(2 + rem);
    font-weight: 500;
  }
  section#l-research-single .l-contents p {
    margin-bottom: 2em;
    line-height: 1.8;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .l-contents p.c-comingsoon {
    margin-bottom: 0;
    text-align: center;
    font-size: 50px;
    font-size: calc(5 + rem);
    letter-spacing: 0.15em !important;
    color: #15A88D;
  }
  section#l-research-single .l-contents figure {
    width: max-content;
    max-width: 550px;
    margin-bottom: 2em;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .l-contents figure.wide {
    max-width: 800px;
  }
  section#l-research-single .l-contents figure.full {
    max-width: 100%;
  }
  section#l-research-single .l-contents figure:has(+ blockquote) {
    margin-bottom: 0;
  }
  section#l-research-single .l-contents figcaption {
    text-align: center;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .l-contents blockquote {
    margin-bottom: 2em;
    text-align: center;
    font-size: 16px;
    font-size: calc(1.6 + rem);
  }
  section#l-research-single .l-contents blockquote.w-590 {
    max-width: 590px;
  }
  section#l-research-single .l-contents .c-fig-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: max-content;
  }
  section#l-research-single .l-contents .c-fig-wrap.c-fig2 {
    max-width: 1040px;
  }
  section#l-research-single .l-contents .c-fig-wrap.c-fig2 figure {
    max-width: 500px;
  }
  section#l-research-single .l-contents .c-fig-wrap.c-fig3 {
    justify-content: space-between;
    width: 100%;
  }
  section#l-research-single .l-contents .c-fig-wrap.c-fig3 figure {
    width: 31.5%;
  }
  section#l-research-single .l-contents .c-fig-wrap figure {
    margin-bottom: 1em;
  }
  section#l-research-single .l-contents .c-fig-wrap figure:not(:last-of-type) {
    margin-right: 20px;
  }
  section#l-research-single .l-contents .c-fig-wrap .c-compile {
    width: 100%;
    text-align: center;
  }
  section#l-research-single .l-contents ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  section#l-research-single .l-contents ul.disc {
    margin-bottom: 2em;
    padding-left: 1.5em;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .l-contents ul.disc li {
    list-style: disc;
  }
  section#l-research-single .l-contents ul.indent {
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .l-contents ul.indent li {
    padding-left: 1em;
    text-indent: -1em;
  }
  section#l-research-single .l-contents ul.note {
    font-size: 16px;
    font-size: calc(1.6 + rem);
  }
  section#l-research-single .l-contents ul.note li {
    padding-left: 1em;
    text-indent: -1em;
  }
  section#l-research-single .l-contents ul.note.num li {
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
  section#l-research-single .l-contents ol {
    margin-bottom: 1em;
    padding-left: 1em;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .l-contents ol li {
    list-style: decimal;
  }
  section#l-research-single .l-contents ol li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  section#l-research-single dl.l-reference div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    background-color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single dl.l-reference div:not(:last-child) {
    border-bottom: 1px solid #331F00;
  }
  section#l-research-single dl.l-reference dt {
    white-space: nowrap;
  }
  section#l-research-single dl.l-reference dd a {
    color: #331F00;
    word-break: break-all;
  }
  section#l-research-single dl.l-reference dd a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  section#l-research-single {
    padding-top: 12.82vw;
    padding-bottom: 0;
  }
  section#l-research-single:has(.c-related) {
    padding-bottom: 10.256vw;
  }
  section#l-research-single:not(:has(+ #l-related)) {
    padding-bottom: 12.82vw;
  }
  section#l-research-single .c-category {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  section#l-research-single .c-category small {
    display: inline-block;
    background-color: #331F00;
    margin-right: 0.5em;
    padding: 0 0.5em;
    line-height: 1.4;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 400;
    color: #ffffff;
  }
  section#l-research-single .c-category ul li {
    display: inline-block;
    position: relative;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 2em;
    font-size: 16px;
    font-size: 4.1025641026vw;
    color: #53A329;
  }
  section#l-research-single .c-category ul li:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.75em;
    height: 1.75em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    content: "";
  }
  section#l-research-single .c-category ul li.c-icon01:after {
    background-image: url(../common/img/icon_01_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon02 {
    padding-right: 2.25em;
  }
  section#l-research-single .c-category ul li.c-icon02:after {
    width: 2em;
    height: 2em;
    background-image: url(../common/img/icon_02_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon03:after {
    background-image: url(../common/img/icon_03_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon04:after {
    background-image: url(../common/img/icon_04_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon05 {
    padding-right: 2.5em;
  }
  section#l-research-single .c-category ul li.c-icon05:after {
    width: 2.25em;
    height: 2em;
    background-image: url(../common/img/icon_05_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon06:after {
    background-image: url(../common/img/icon_06_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon07:after {
    background-image: url(../common/img/icon_07_l.svg);
  }
  section#l-research-single .c-category ul li.c-icon08 {
    padding-right: 1.75em;
  }
  section#l-research-single .c-category ul li.c-icon08:after {
    width: 1.5em;
    height: 1.5em;
    background-image: url(../common/img/icon_08_l.svg);
  }
  section#l-research-single .c-research-lead {
    position: relative;
    margin-bottom: 10.256vw;
  }
  section#l-research-single .c-research-lead h1 {
    margin-bottom: 0.75em;
    line-height: 1.5;
    font-size: 22px;
    font-size: 5.641025641vw;
    font-weight: 500;
  }
  section#l-research-single .c-research-lead p {
    line-height: 1.8;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
  section#l-research-single .c-research-lead .c-point {
    position: relative;
    margin-bottom: 4.8vw;
  }
  section#l-research-single .c-research-lead .c-point .c-point-icon {
    width: 45%;
  }
  section#l-research-single .c-research-lead .c-point ul {
    background-color: #F2F7F4;
    padding: 3.846vw;
  }
  section#l-research-single .c-research-lead .c-point ul li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-research-single .c-research-lead .c-point ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  section#l-research-single .c-research-lead .c-point ul li:before {
    position: absolute;
    top: 0.35em;
    left: 0;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../research/img/icon_check.svg);
    content: "";
  }
  section#l-research-single .c-research-lead .c-point ul li strong {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
  section#l-research-single .l-research-link {
    margin-bottom: 10.256vw;
  }
  section#l-research-single .l-research-link h3 {
    line-height: 1.5;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 400;
    color: #53A329;
  }
  section#l-research-single .l-research-link .c-anchor {
    width: 100%;
    margin-bottom: 10.256vw;
  }
  section#l-research-single .l-research-link .c-anchor h3 {
    margin-bottom: 0.25em;
    border-bottom: 1px solid #53A329;
  }
  section#l-research-single .l-research-link .c-anchor ol li {
    position: relative;
    background-image: repeating-linear-gradient(90deg, #331F00, #331F00 4px, transparent 4px, transparent 8px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    padding: 0.75em 0 0.25em;
    line-height: 1.5;
    font-size: 18px;
    font-size: 4.6153846154vw;
    transition: all 0.3s ease;
  }
  section#l-research-single .l-research-link .c-anchor ol li:after {
    position: absolute;
    top: 0;
    right: 3.5%;
    bottom: 0;
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../common/img/arrow_next.svg);
    margin: auto;
    transform: rotate(90deg) translateY(1%);
    content: "";
  }
  section#l-research-single .l-research-link .c-anchor ol li a {
    display: block;
    color: #331F00;
  }
  section#l-research-single .l-research-link .c-anchor ol li:hover {
    opacity: 0.5;
  }
  section#l-research-single .l-research-link .c-related {
    width: 100%;
  }
  section#l-research-single .l-research-link .c-related h3 {
    margin-bottom: 1em;
  }
  section#l-research-single .l-research-link .c-related .c-btn {
    height: 26vw;
    padding: 4vw 24% 4vw 8%;
  }
  section#l-research-single .l-research-link .c-related .c-btn:not(:last-of-type) {
    margin-bottom: 2.564vw;
  }
  section#l-research-single .l-research-link .c-related .c-btn h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 4.6153846154vw;
    color: #331F00;
  }
  section#l-research-single .l-contents h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #53A329;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 400;
    color: #53A329;
  }
  section#l-research-single .l-contents h3 {
    margin-bottom: 0.25em;
    font-size: 15px;
    font-size: 3.8461538462vw;
    font-weight: 500;
  }
  section#l-research-single .l-contents h4 {
    font-size: 20px;
    font-size: calc(2 + rem);
    font-weight: 500;
  }
  section#l-research-single .l-contents p {
    margin-bottom: 2em;
    line-height: 1.8;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-research-single .l-contents p:has(+ h2) {
    margin-bottom: 3em;
  }
  section#l-research-single .l-contents p.c-comingsoon {
    margin-bottom: 0;
    text-align: center;
    font-size: 30px;
    font-size: 7.6923076923vw;
    letter-spacing: 0.15em !important;
    color: #15A88D;
  }
  section#l-research-single .l-contents figure {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
  section#l-research-single .l-contents figure:has(+ blockquote) {
    margin-bottom: 0;
  }
  section#l-research-single .l-contents figcaption {
    text-align: center;
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
  section#l-research-single .l-contents blockquote {
    margin-bottom: 2em;
    text-align: center;
    font-size: 11px;
    font-size: 2.8205128205vw;
  }
  section#l-research-single .l-contents .c-fig-wrap figure {
    margin-bottom: 1em;
  }
  section#l-research-single .l-contents ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  section#l-research-single .l-contents ul.indent {
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-research-single .l-contents ul.indent li {
    padding-left: 1em;
    text-indent: -1em;
  }
  section#l-research-single .l-contents ul.disc {
    margin-bottom: 2em;
    padding-left: 1.5em;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-research-single .l-contents ul.disc li {
    list-style: disc;
  }
  section#l-research-single .l-contents ul.note {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
  section#l-research-single .l-contents ul.note li {
    padding-left: 1em;
    text-indent: -1em;
  }
  section#l-research-single .l-contents ul.note.num li {
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
  section#l-research-single .l-contents ol {
    margin-bottom: 1em;
    padding-left: 1em;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-research-single .l-contents ol li {
    list-style: decimal;
  }
  section#l-research-single .l-contents ol li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  section#l-research-single dl.l-reference div {
    background-color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-research-single dl.l-reference div:not(:last-child) {
    border-bottom: 1px solid #331F00;
  }
  section#l-research-single dl.l-reference dt {
    margin-bottom: 0.5em;
  }
  section#l-research-single dl.l-reference dd a {
    color: #331F00;
    word-break: break-all;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-case-single {
    background-color: #F4F4F5;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section#l-case-single h1 {
    position: relative;
    margin-bottom: 1.5em;
    padding-left: 1em;
    text-align: center;
    font-size: 36px;
    font-size: calc(3.6 + rem);
    font-weight: 500;
    letter-spacing: 1em !important;
  }
  section#l-case-single h1 span {
    display: block;
    font-size: 27px;
    font-size: calc(2.7 + rem);
  }
  section#l-case-single h1 img {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    width: 130px;
    height: auto;
    max-height: 130px;
    margin: auto;
    transform: translateX(12em);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  section#l-case-single h1 img {
    right: 3%;
    width: 14%;
    transform: none;
  }
}
@media print, screen and (min-width: 768px) {
  section#l-case-single dl.c-data {
    margin-bottom: 50px;
    border: 1px solid #595857;
  }
  section#l-case-single dl.c-data div {
    display: flex;
    justify-content: space-between;
    align-items: strech;
    flex-direction: row;
  }
  section#l-case-single dl.c-data div:not(:last-child) dt {
    border-bottom: 1px solid #ffffff;
  }
  section#l-case-single dl.c-data div:not(:last-child) dd {
    border-bottom: 1px solid #595857;
  }
  section#l-case-single dl.c-data dt {
    width: 214px;
    background-color: #595857;
    padding: 1em;
    text-align: center;
    font-size: 21px;
    font-size: calc(2.1 + rem);
    color: #ffffff;
  }
  section#l-case-single dl.c-data dd {
    width: calc(100% - 214px);
    padding: 1.2em 1.5em;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-case-single dl.c-data dd dl div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  section#l-case-single dl.c-data dd dl div:not(:last-child) dt {
    border-bottom: 0;
  }
  section#l-case-single dl.c-data dd dl div:not(:last-child) dd {
    border-bottom: 0;
  }
  section#l-case-single dl.c-data dd dl dt {
    width: auto;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    font-size: calc(1.8 + rem);
    color: #331F00;
    white-space: nowrap;
  }
  section#l-case-single dl.c-data dd dl dd {
    width: auto;
    padding: 0;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-case-single .l-lead {
    margin-bottom: 60px;
    line-height: 1.5;
    font-size: 30px;
    font-size: calc(3 + rem);
    letter-spacing: 0.2em !important;
  }
  section#l-case-single .l-lead h2 {
    font-weight: 500;
  }
  section#l-case-single figure.c-main-img {
    width: 100%;
    margin-bottom: 60px;
  }
  section#l-case-single .l-feature {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 60px;
  }
  section#l-case-single .l-feature .c-images {
    width: 32%;
    max-width: 320px;
  }
  section#l-case-single .l-feature .c-images figure:not(:last-child) {
    margin-bottom: 30px;
  }
  section#l-case-single .l-feature .c-text {
    width: 64.3%;
  }
  section#l-case-single .l-feature .c-text h2 {
    background-color: #15A88D;
    margin-bottom: 0.75em;
    padding: 0.35em 1em;
    line-height: 1.2;
    font-size: 21px;
    font-size: calc(2.1 + rem);
    font-weight: 500;
    color: #ffffff;
  }
  section#l-case-single .l-feature .c-text h3 {
    margin-bottom: 0.25em;
    line-height: 1.2;
    font-size: 28px;
    font-size: calc(2.8 + rem);
    font-weight: 400;
    letter-spacing: 0.05em !important;
  }
  section#l-case-single .l-feature .c-text p {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
  section#l-case-single .l-feature .c-text p:has(+ h2), section#l-case-single .l-feature .c-text p:has(+ .c-effect-box) {
    margin-bottom: 3em;
  }
  section#l-case-single .l-feature .c-text .c-effect-box {
    background-color: #15A88D;
    padding: 3%;
    color: #ffffff;
  }
  section#l-case-single .l-feature .c-text .c-effect-box h2 {
    margin-bottom: 1em;
    padding: 0;
  }
  section#l-case-single .l-feature .c-text .c-effect-box h2 span {
    font-size: 0.7em;
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li {
    margin-bottom: 1em;
    line-height: 1.2;
    font-size: 21px;
    font-size: calc(2.1 + rem);
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li strong {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-size: calc(5 + rem);
    font-weight: 700;
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li em {
    font-weight: 700;
    color: #FFED69;
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li sub {
    position: relative;
    top: -0.35em;
    vertical-align: text-top;
    font-weight: 900;
  }
  section#l-case-single .l-effect-research h2 {
    margin-bottom: 0.5em;
    font-size: 30px;
    font-size: calc(3 + rem);
    font-weight: 500;
  }
  section#l-case-single .l-effect-research dl div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 0.5em;
    font-size: 18px;
    font-size: calc(1.8 + rem);
  }
}
@media screen and (max-width: 767px) {
  section#l-case-single {
    background-color: #F4F4F5;
    padding-top: 12.82vw;
    padding-bottom: 12.82vw;
  }
  section#l-case-single h1 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.2em;
    text-align: center;
    font-size: 24px;
    font-size: 6.1538461538vw;
    font-weight: 500;
    letter-spacing: 0.2em !important;
  }
  section#l-case-single h1 span {
    display: block;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
  section#l-case-single h1 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11.5vw;
    height: auto;
    max-height: 11.5vw;
    margin: auto;
  }
  section#l-case-single dl.c-data {
    margin-bottom: 5vw;
    border: 1px solid #595857;
  }
  section#l-case-single dl.c-data div {
    display: flex;
    justify-content: space-between;
    align-items: strech;
    flex-direction: row;
  }
  section#l-case-single dl.c-data div:not(:last-child) dt {
    border-bottom: 1px solid #ffffff;
  }
  section#l-case-single dl.c-data div:not(:last-child) dd {
    border-bottom: 1px solid #595857;
  }
  section#l-case-single dl.c-data dt {
    width: 21.8vw;
    background-color: #595857;
    padding: 1em 0;
    text-align: center;
    font-size: 16px;
    font-size: 4.1025641026vw;
    color: #ffffff;
  }
  section#l-case-single dl.c-data dd {
    width: calc(100% - 21.8vw);
    padding: 1.1em 0.5em;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-case-single dl.c-data dd dl div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  section#l-case-single dl.c-data dd dl div:not(:last-child) dt {
    border-bottom: 0;
  }
  section#l-case-single dl.c-data dd dl div:not(:last-child) dd {
    border-bottom: 0;
  }
  section#l-case-single dl.c-data dd dl dt {
    width: auto;
    background-color: transparent;
    padding: 0;
    font-size: 15px;
    font-size: 3.8461538462vw;
    color: #331F00;
    white-space: nowrap;
  }
  section#l-case-single dl.c-data dd dl dd {
    width: auto;
    padding: 0;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-case-single .l-lead {
    margin-bottom: 12.82vw;
    line-height: 1.5;
    font-size: 18px;
    font-size: 4.6153846154vw;
    letter-spacing: 0.2em !important;
  }
  section#l-case-single .l-lead h2 {
    font-weight: 500;
  }
  section#l-case-single figure.c-main-img {
    margin-bottom: 15.4vw;
  }
  section#l-case-single .l-feature {
    margin-bottom: 15.4vw;
  }
  section#l-case-single .l-feature .c-images figure:not(:last-child) {
    margin-bottom: 7.7vw;
  }
  section#l-case-single .l-feature .c-text {
    margin-bottom: 12.82vw;
  }
  section#l-case-single .l-feature .c-text h2 {
    background-color: #15A88D;
    margin-bottom: 0.75em;
    padding: 0.35em 1em;
    line-height: 1.2;
    font-size: 18px;
    font-size: 4.6153846154vw;
    font-weight: 500;
    color: #ffffff;
  }
  section#l-case-single .l-feature .c-text h3 {
    margin-bottom: 0.25em;
    line-height: 1.2;
    font-size: 22px;
    font-size: 5.641025641vw;
    font-weight: 400;
    letter-spacing: 0.05em !important;
  }
  section#l-case-single .l-feature .c-text p {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-case-single .l-feature .c-text p:has(+ h2), section#l-case-single .l-feature .c-text p:has(+ .c-effect-box) {
    margin-bottom: 3em;
  }
  section#l-case-single .l-feature .c-text .c-effect-box {
    background-color: #15A88D;
    padding: 3%;
    color: #ffffff;
  }
  section#l-case-single .l-feature .c-text .c-effect-box h2 {
    margin-bottom: 1em;
    padding: 0;
  }
  section#l-case-single .l-feature .c-text .c-effect-box h2 span {
    display: block;
    line-height: 1.5;
    font-size: 0.7em;
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li {
    margin-bottom: 1em;
    line-height: 1.2;
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li strong {
    font-size: 36px;
    font-size: 9.2307692308vw;
    font-weight: 700;
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li em {
    font-weight: 700;
    color: #FFED69;
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li sub {
    position: relative;
    top: -0.35em;
    vertical-align: text-top;
    font-weight: 900;
  }
  section#l-case-single .l-feature .c-text .c-effect-box ul li.c-low li {
    margin-bottom: 2em;
    line-height: 0.8;
  }
  section#l-case-single .l-effect-research h2 {
    margin-bottom: 0.5em;
    font-size: 24px;
    font-size: 6.1538461538vw;
    font-weight: 500;
  }
  section#l-case-single .l-effect-research dl div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
  section#l-case-single .l-effect-research dl dt {
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */