@charset "UTF-8";


html {
    font-size: 62.5%; /* デフォルトの 16px の 62.5% が 10px に相当 */
    scroll-behavior: smooth;
}

body {
    color: #333;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    background: conic-gradient(from 240deg,#ebbac3, #e6b9e8, #f2f2a0, #61bebc, #ebbac3);
}


p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.7;
}

.sub-eng {
    font-size: 2.0rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--pink);
    text-align: center;
    line-height: 1.2;
}
.modak {
    font-family: "Modak", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 7.2rem;
    text-align: center;
    line-height: 1;
}
.modak2 {
    -webkit-text-stroke: 1.4px var(--black);
    color: var(--white);
}
.b-back {
    background: var(--black);
    color: var(--white);
    width: fit-content;
    margin: -8px auto 0;
    padding: 6px 12px 8px;
    font-size: 1.8rem;
    line-height: 1;
}
.con-tit {
    font-size: 2.7rem;
}
.con-tit_Medi {
    font-size: 2.2rem;
}
h1,h2,h3,h4 {
    font-weight: 900;
    text-align: center;
}
.b-red {
    font-weight: 600;
    color: var(--red);
}
/*流れる文字*/
.bg-text {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.bg-text p {
    white-space: nowrap;
    font-size: 11rem;
    animation: scrollText 20s linear infinite;
}
@keyframes scrollText {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}

.site-container{
    width: 100%;
    max-width: 420px;   /* ←ここが「PCでも狭い」固定になる */
    margin: 0 auto;
    /*padding: 0 16px;*/    /* 端末が狭い時の余白 */
    border-right: var(--border-tmp);
    border-left: var(--border-tmp);
    overflow: hidden;
    background: var(--beige);
}
/*.sp-width {
    max-width: 400px;
    border-right: 1px solid var(--black);
    border-left: 1px solid var(--black);
    margin: 0 auto;
}*/


/*  ボタン */
.button-01 a {
    background: #ffffff;
    border: var(--border-tmp);
    border-radius: 10px;
    box-shadow: var(--pink) 5px 5px;
    width: fit-content;
    padding: 7px 22px 10px;
    position: relative;
    margin: auto;
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: var(--black);
    transition: .3s ease;
}
.button-01 img {
    width: 1.7rem;
    margin-left: 5px;
    transition: transform .3s ease;
}
.green-ver a{
    box-shadow: var(--green) 5px 5px;
}
.button-02 a {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    background: var(--black);
    border-radius: 10px;
    width: fit-content;
    padding: 12px 24px 14px;
    margin: auto;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    color: var(--white);
}
.button-02 a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--pink);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
    z-index: -1;
    transform-origin: 100% 0%;
}
.button-02 img ,
.button-02-2 img {
    width: 2.0rem;
    margin-left: 8px;
    transition: .3s;
}
.button-03-2 img {
    width: 2.0rem;
    margin-right: 8px;
    transition: .3s;
    transform: rotate(180deg);
}
.button-02-2 a ,
.button-03-2 a {
    position: relative;
    display: block;
    background: var(--black);
    border-radius: 10px;
    width: fit-content;
    padding: 16px 0 18px;
    margin: auto;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    color: var(--white);
    width: 320px;
    text-align: center;
}
.button-03-2 a {
    background: var(--white);
    color: var(--black);
    border: var(--border-tmp);
}



.txt-link {
    width: 100%;
}
.txt-link a{
    font-size: 1.6rem;
    color: var(--black);
    display: block;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
    transition: .3s;
}
.txt-link a::after {
    content: "→";
}

/* スライダー */
.swiper-wrapper {
    transition-timing-function: linear;
}
/*TOP　診断カラム*/
.loop-slider {
    overflow: hidden;
}
.loop-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: loop-slide 22s linear infinite;
}
.loop-item {
    width: 200px;
    aspect-ratio: 5 / 4;
    flex-shrink: 0;
    border: var(--border-tmp);
}
.loop-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
}
}

/*診断のテキスト*/
.shindan-txt {
    padding: 4rem 0;
    text-align: center;
}
.shindan-txt h3 {
    margin-bottom: 12px;
}
.shindan-txt .button-01 {
    margin-top: 4.0rem;
}

/*CONTACT お問い合わせセクション*/
.sec-contact {
    background: var(--k-beige);
    padding: 0 2rem 5rem;
}
.sec-contact .sec-title {
    position: relative;
    top: -24px;
}
.sec-contact .sec-title h2 {
    color: var(--green);
    font-size: 2.2rem;
    margin-top: -15px;
}
.ctc-p {
    margin: 1rem auto 0;
    max-width: 360px;
}
.sec-contact .button-01 a {
    width: 95%;
    padding: 18px 0 20px;
    text-align: center;
    font-size: 2.3rem;
    margin: 2rem auto 3rem;
    max-width: 360px;
}
.sec-contact .button-01 img {
    width: 2.2rem;
}
.tel-link a{
    display: flex;
    font-size: 5rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--black);
    justify-content: center;
}
.tel-link img {
    width: 26px;
    margin-right: 4px;
    transform: translateY(3px);
}
.tel-link-hosoku {
    text-align: right;
    line-height: 1;
    max-width: 310px;
    margin: auto;
}

/*よくある質問アコーディオン*/
.faq-accordion {
    display: grid;
    gap: 16px;
    width: calc(100% - 4rem);
    margin: auto;
}
.faq-item {
    border-radius: 12px;
    overflow: hidden;
}
.faq-question {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    background: var(--green);
    color: var(--white);
    font-weight: 600;
    cursor: pointer;
    border-radius: 12px;
    max-width: 400px;
    margin: auto;
}
.faq-question::-webkit-details-marker {
    display: none;
}
.faq-q {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 3.0rem;
}
.faq-title {
    flex: 1;
    font-size: 1.5rem;
}

.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--white);
    flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: var(--green);
    top: 50%;
    left: 50%;
    width: 9px;
    height: 2px;
    transform: translate(-50%, -50%);
}
.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item[open] .faq-icon::after {
    display: none;
}
.faq-answer {
    padding: 16px 18px;
    background: #fff;
    color: var(--black);
    font-size: 1.5rem;
    border-radius: 12px;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    height: 0;
    padding: 0 18px;
    transition: height .35s ease, padding .35s ease;
}
.faq-item.is-open .faq-answer {
    padding: 16px 18px;
}

/*事例*/
.pr-tit {
    font-size: 1.9rem;
    text-align: left;
    font-weight: 700;
    line-height: 1.25;
    /*border-bottom: var(--border-dsd);*/
    padding: 8px 0 12px;
    transition: .3s;
}
.pr-tag {
    display: flex;
    padding-top: 12px;
    flex-wrap: wrap;
    border-top: var(--border-dsd);
}
.pr-tag li {
    position: relative;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 600;
    color: #717171;
}
.pr-tag li:not(:last-of-type) {
    margin-right: 12px;
}
.pr-tag a::before {
    content: "#";
}

/*メディアを探す*/
.media-search {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 3rem auto 0;
    padding-inline: 2rem;
}
.search-frame {
    height: fit-content;
}
.search-box:first-of-type {
    margin: 4rem auto 2rem;
}
.search-box a{
    background: var(--white);
    border: var(--border-tmp);
    display: flex;
    padding: 12px 0;
    width: 180px;
    height: fit-content;
    justify-content: center;
}
.search-box:nth-of-type(2) a{
    transform: translateX(20px);
}
.search-box img {
    width: 30px;
    height:30px;
    object-fit: contain;
    margin-right: 3px;
}
.search-p {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}
.search-p span {
    font-size: 2.8rem;
    margin-right: 2px;
}
.search-p::after {
    content: "";
    background: url(../img/common/sankaku-p.svg);
    display: inline-block;
    width: 1rem;
    height: 2rem;
    position: relative;
    background-repeat: no-repeat;
    margin-left: 12px;
}
.sec10-fan {
    width: 140px;
    display: block;
}


/*ヘッダー*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-logo {
    display: none;
}
.header-menu-btn {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--black);
  cursor: pointer;
  z-index: 1001;
}

.header-menu-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background: var(--black);
  transform: translate(-50%, -50%);
  transition: .3s;
  transform-origin: center;
  margin: 0;
}

.header-menu-btn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}

.header-menu-btn span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.header-menu-btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 7px));
}

.header-menu-btn.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-menu-btn.active span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.header-menu-btn.active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: var(--black);
    color: var(--white);
    padding: 100px 32px 32px;
    transition: .3s;
    z-index: 1000;
    overflow-y: auto;
}
.header-nav.active {
    right: 0;
}
.header-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    color: var(--white);
    font-size: 3rem;
    cursor: pointer;
}
.header-nav-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.header-nav-list > li > a::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/common/arrow-04.svg) no-repeat center / contain;
}
.header-nav-list a {
    color: var(--white);
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-parent {
    flex-direction: column;
}
.sub-menu {
    margin-top: 12px;
    padding-left: 20px;
}
.sub-menu li:not(:last-child) {
    margin-bottom: 12px;
}
.sub-menu a {
    font-size: 1.5rem;
    font-weight: 300;
}
.sub-menu li::before {
    content: "";
    position: relative;
    width: 3rem;
    height: 4px;
    color: var(--pink);
}
.menu-parent-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.menu-plus {
    position: relative;
    width: 16px;
    height: 16px;
}
.menu-plus::before,
.menu-plus::after {
    content: "";
    position: absolute;
    background: var(--white);
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
}
.menu-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.menu-parent.open .menu-plus::after {
    opacity: 0;
}

.sub-menu {
    display: none;
    margin-top: 12px;
    padding-left: 20px;
}
.menu-parent.open .sub-menu {
    display: block;
}
.header-nav-footer {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid var(--white);
}
.header-footer-links {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-direction: column;
}
.header-footer-links a,
.header-sns a {
    color: var(--white);
    text-decoration: none;
    font-size: 1.4rem;
}
.header-sns {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
}
.header-sns a {
    width: 30px;
}
.header-sns a:nth-child(2) {
    width: 25px;
}
.header-sns a:last-child {
    width: 40px;
}
body.is-menu-open {
    overflow: hidden;
}
body.is-menu-open .site-container {
    pointer-events: none;
}


/*フッター*/
footer {
    background: var(--black);
    padding: 4rem 0 2rem;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
.footer-top {
    margin: 0 auto 4rem;
}
.footer-logo {
    display: block;
    width: 140px;
    margin-bottom: 2.4rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.footer-sns {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}
.footer-sns a {
    display: block;
    width: 30px;
}
.footer-sns li:first-child a {
    width: 25px;
}
.footer-middle {
    text-align: center;
}
.footer-middle li:not(:last-child) {
    margin-bottom: 1rem;
}
.footer-middle a{
    color: var(--white);
    font-size: 1.45rem;
    font-weight: 400;
}
.footer-bottom {
    margin: 4rem auto 0;
    border-top: 1px solid var(--white);
}
.copyright {
    color: var(--white);
    font-weight: 400;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 2rem;
}

/*921px〜1230px*/
@media screen and (min-width: 921px) and (max-width: 1230px) {
    footer {
        margin: 0 0 0 10%;
    }
}


/*500px以下*/
@media screen and (max-width:500px) {
    .site-container {
        border: none;
        max-width: none;
    }
    footer {
        max-width: none;
    }
    .pc-bg-1 ,
    .pc-bg-2 {
        display: none;
    }
/*下層ページのヘッダー*/
.sub_header {
    background: var(--beige);
    border-bottom: var(--border-dsd);
    /*max-width: 418px;*/
    height: 100px;
    margin: auto;
}
}

/*768px以上*/
@media screen and (min-width:768px) {
main {
    max-width: 420px;
    margin: auto;
}
.pc-bg-1 ,
.pc-bg-2 {
    display: block;
    position: fixed;
    width: calc(50% - 210px);
    /*z-index: -1;*/
}
.bg-left {
    width: 100%;
    height: 100vh;
    /* margin-top: 20%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.pc-bg-text {
    height: 40px;
    background: var(--white);
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    overflow: hidden;
}

.pc-bg-text__track {
    display: flex;
    align-items: center;
    gap: 4rem;
    width: max-content;
    height: 100%;
    animation: scrollText-2 30s linear infinite;
}
.reverse {
    animation-direction: reverse;
}

.pc-bg-text p {
    color: #575757;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0;
}

.pc-bg-text img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

@keyframes scrollText-2 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.pc-bg-logo a {
    display: block;
    margin: 6rem auto;
    width: 200px;
}
.bg-left__button a {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--black);
    color: var(--white);
    border-radius: 4rem;
    font-size: 3rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    max-width: 270px;
    margin: 6rem auto 0;
    z-index: 1;
    transition: color .3s;
}
.bg-left__button a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--yellow);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
    z-index: -1;
    transform-origin: 100% 0%;
}




.bg-left__button a span {
    display: block;
    font-size: 1.3rem;
    font-weight:400;
}
.bg-left__sns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20% 0 0 3rem;
    padding-bottom: 5rem;
}
.bg-left__sns a {
    display: block;
    width: 36px;
    
}
.bg-left__sns li:nth-child(2) a{
    width: 29px;
}
.bg-left__sns li:last-child a{
    width: 48px;
}
.pc-bg-2 {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bg-right {
    width: 100%;
    margin-left: auto;
}
.bg-nav__list {
    background: var(--white);
    border-radius: 8px;
    border: var(--border-tmp);
    box-shadow: var(--pink) 5px 5px;
    width: 70%;
    max-width: 370px;
    margin: auto;
    padding: 2rem;
}
.bg-nav__list li:not(:last-child) {
    margin-bottom: 12px;
}
.bg-nav__list li ,
.bg-nav__list a {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--black);
    transition: .3s;
}
.bg-nav__list li::before {
    content: "ー";
    color: var(--pink);
    font-weight: 400;
    margin-right: 3px;
}
.bg-nav__list span {
    font-size: 1.3rem;
    color: var(--green);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    margin-left: 24px;
}
.bg-nav__subitem {
    margin: 0 0 30px 30px;
}
.bg-nav__subitem li {
    margin-bottom: 6px!important;
}
.bg-nav__subitem a {
    font-size: 1.4rem;
}

}

/*1230px以下*/
@media screen and (max-width:1230px) {
.header-logo {
    display: block;
    position: fixed;
    top: 24px;
    left: 24px;
    /*z-index: 1001;*/
}
.header-logo img {
    width: 110px;
    display: block;
}
.pc-bg-1 {
    display: none;
}
.pc-bg-2 {
    width: calc(90% - 430px);
}
main , .site-container {
    margin: 0 0 0 10%;
}
}

/*921px以上*/
@media screen and (min-width:921px) {
.header-menu-btn ,
.header-nav {
    display: none;
    }
body.is-menu-open {
    overflow: inherit;
}
body.is-menu-open .site-container {
    pointer-events: inherit;
}
}

/*920px以下*/
@media screen and (max-width:920px) {
.pc-bg-2 {
    display: none;
}
main , .site-container {
    margin: 0 auto;
}
}

/*デザインテンプレートバナー*/
.banner-txt {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 12px;
}
.banner-txt::before {
    content: "＼";
    margin-right: 8px;
}
.banner-txt::after {
    content: "／";
    margin-left: 8px;
}
.con9-banner {
    width: 90%;
    margin: auto;
    max-width: 420px;
}
.con9-banner a{
    display: block;
}


/*事例詳細*/
.production-box {
    border: var(--border-tmp);
    border-radius: 12px;
    padding: 3rem 2rem 9rem;
    width: calc(100% - 4rem);
    max-width: 400px;
    margin: 5rem auto;
    background: var(--white);
    position: relative;
}
/*500px以下*/
@media screen and (max-width:500px) {
.production-box {
    margin-top: 14rem;
}
}

.pro-s2-title-top {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 4px;
}
.pro-s2-title-top .time {
    line-height: 1;
    font-size: 1.8rem;
    color: var(--pink);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.production-box .post-categories a ,
.pr-ctg{
    font-size: 1.1rem;
    border: var(--border-tmp);
    padding: 2px 6px;
    line-height: 1;
    border-radius: 4px;
    display: block;
    color: var(--black);
    width: fit-content;
}
.production-txt .pr-ctg {
    margin-top: 30px;
}

.pro-s2-title h3 {
    font-size: 2.0rem!important;
    text-align: left;
    line-height: 1.3;
    border-bottom: 1px solid var(--grey);
    padding-bottom: 14px;
}
.pro-s2-title .tag {
    display: flex;
    gap: 8px;
    margin: 1rem auto 2rem;
}
.pro-s2-title .tag a {
    color: #717171;
    font-weight: 500;
    font-size: 1.3rem;
}
.pro-s2-title .tag a::before {
    content: "#";
}
.ps1-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 8px;
    margin: 30px auto;
}

/*この記事を書いた人*/
.p-s4-content {
    background: #fef8fa;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 3rem;
}
.p-s4-content h3 {
    font-size: 1.3rem;
    color: var(--k-green);
}
.p-s4-content-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px auto 16px;
}
.p-s4-content-img img {
    width: 80px;
}
.p-s4-content-img h4 {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
}
.p-s4-content p {
    font-size: 1.2rem;
}
.p-s4-content a {
    position: relative;
    display: block;
    background: var(--k-pink);
    border-radius: 10px;
    width: fit-content;
    padding: 8px 20px 10px;
    margin: 2rem auto 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    color: var(--white);
}
.p-s4-content a img {
    width: 1.3rem;
    margin-left: 8px;
    transition: .3s;
}
.p-s4-content a:hover img {
    transform: translateX(3px);
}

/*他の事例*/
.p-s5 {
    background: var(--l-blue);
    padding: 0 0 4.5rem;
    margin-top: 6rem;
}
.p-s5 .sec-title {
    position: relative;
    top: -24px;
}
.p-s5-item {
    position: relative;
    padding: 1.6rem;
    margin: 0 auto 2.4rem;
    background: var(--white);
    border: var(--border-tmp);
    border-radius: 10px;
    width: calc(100% - 4rem);
    max-width: 360px;
    display: flex;
    justify-content: space-between;
    transition: .3s;
}
.p-s5-item:hover {
    transform: translateY(-3px);
}
.p-s5-item-img {
    width: 30%;
    display: block;
}
.p-s5-item-img img {
    object-fit: contain;
    height: auto;
}
.p-s5-item-text {
    width: 65%;
}
.p-s5-item-text .time {
    color: var(--pink);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}
.p-s5-item-text h3 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
}
.p-s5-item-text .tag {
    display: flex;
    gap: 0 6px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.p-s5-item-text .tag li {
    font-size: 1.2rem;
    color: #717171;
}
.p-s5-item-text .tag li::before {
    content: "#";
    margin-right: 1px;
}


.iframe-container ul li.iframe-item iframe {
    width: 100%;
    height: 160px;
    margin: 1rem auto 2rem;
}
.pro-s2-container h1, 
.pro-s2-container h2, 
.pro-s2-container h3, 
.pro-s2-container h4,
.pro-s2-container h5,
.pro-s2-container h6 {
    text-align: inherit;
    font-weight: 700;
    font-size: 1.6rem;
}
.pro-s2-container a {
    color: var(--green);
}


/*詳細次、前ボタン*/
.p-s3-bottom {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.p-s3-bottom-text a {
    font-size: 1.4rem;
    color: var(--black);
    border: var(--border-tmp);
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 1;
    display: block;
    background: var(--yellow);
}
.p-s3-bottom-text a:hover {
    background: var(--black);
    color: var(--white);
}


/*事例紹介・診断結果*/
/*SNSシェア*/
.answer-share {
    position: absolute;
    bottom: -26px;
    width: 40%;
    right: 32px;
}
.answer-share p {
    color: var(--green);
    font-size: 2.2rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 0 auto 10px;
}
.answer-share ul {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.answer-share ul li a{
    display: block;
    width: 45px;
}
.answer-block .button-02-2 {
    margin-bottom: 1.6rem;
}

/*ニュース詳細*/
.news-single .p-container {
    margin-top: 2rem;
}
.news-single__pn {
    margin: 5rem auto 8rem;
}

/*ニュース一覧*/
.news-item .post-categories a {
    font-size: 1.1rem;
    background: var(--white);
    border-radius: 4px;
    border: var(--border-tmp);
    width: fit-content;
    padding: 0 5px;
    margin-top: 20px;
}

.news-item {
    border-bottom: 1px solid var(--grey);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.news-date {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.news-date .time {
    color: var(--green);
    font-size: 1.6rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    margin-right: 10px;
    letter-spacing: 0.03em;
}


.news-tit {
    font-size: 1.5rem;
}
.news-box .button-01 a{
    background: var(--pink);
    color: var(--white);
    box-shadow: var(--black) 5px 5px;
    margin-top: 40px;
}

.news-sec_01 {
    padding: 6rem 3rem 3rem;
}

.pd-s2-item-img.is-noimg {
    background: linear-gradient(45deg, #5e75a7, #f4a4ba);
    display: grid;
    place-items: center;
}
.pd-s2-item:nth-child(even) .pd-s2-item-img.is-noimg {
    background: linear-gradient(45deg, #46cb82, #57d3f4);
}
.noimg-title {
    color: var(--white);
    font-weight: 500;
    font-size: 1.6rem;
    /* text-align: center; */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding: 0 2rem;
}


/*500px以下*/
@media screen and (max-width:500px) {
.news-sec_01 {
    padding-top: 13rem;
}
}
.news-sec_01 .sec-title{
    margin-bottom: 2.4rem;
}
.news-sec_02 {
    padding: 4rem 3rem 8rem;
    background: var(--white);
    border-radius: 24px 24px 0 0;
}


/*検索-カテゴリー・タグ*/
.search-pd {
    padding-top: 3rem;
}
/*500px以下*/
@media screen and (max-width:500px) {
.search-pd {
    padding-top: 14rem;
}
}
.search-pd .sec-title {
    margin-bottom: 3rem;
}


/*スピード見積もり*/
.slmedia-sec_01 {
    padding: 6rem 3rem 3rem;
}
/*500px以下*/
@media screen and (max-width:500px) {
.slmedia-sec_01 {
    padding-top: 13rem;
}
}
.slmedia-sec_01 .sec-title{
    margin-bottom: 2.4rem;
}

.slmedia {
    background: var(--l-blue);
    padding: 5rem 3rem;
    border-radius: 16px 16px 0 0;
}
.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.input-group label {
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    color: var(--black);
    width: 20%;
}
.input-group input, .input-group select {
    position: relative;
    background: var(--white);
    border-radius: 8px;
    padding: 16px 20px;
    flex: 1;
    width: 80%;
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
}
.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../img/common/sankaku-b.svg") no-repeat center / contain;
    pointer-events: none;
}

.input-group:has(.duration-input) {
    position: relative;
}
.input-group:has(.duration-input)::after {
    position: absolute;
    z-index: 2;
    content: "週間";
    bottom: 0%;
    color: gray;
    transform: translate(0, -14px);
    font-size: 1.1em;
    right: 3.6rem;
    bottom:3px;
}

.input-group:has(.quantity-input) ,
.input-group:has(.duration-input) {
    width: 40%;
}
.input-group:has(.quantity-input) label ,
.input-group:has(.duration-input) label{
    width: 35%;
}
.input-group___flex {
    display: flex;
    justify-content: space-around;
}

/*.input-group select::after {
    content: "";
    background: url(../img/common/sankaku-b.svg);
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    top: 26px;
    right: 20px;
}*/

.input-group:has(.price-input) {
    border-top: 1px solid #98968C;
    padding-top: 24px;
    margin-bottom: 0;
}
.input-group:has(.price-input) label{
    color: var(--green);
}
.p_v_su {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
}
.pvs_h2 {
    text-align: left;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
}
.p_v_li {
    opacity: 0;
}
.p_v_li:nth-of-type(2) {
    display: none;
}
.p_v_li p {
    font-size: 1.7rem;
    font-weight: 600;
}
.total_con {
    background: var(--white);
    border-radius: 8px;
    padding: 2rem 3.2rem;
    margin: 3rem auto;
}
.total_shou {
    border-bottom: var(--border-tmp);
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 4px;
    margin-bottom: 12px;
}
.total_shou .total-price {
    color: var(--pink);
    font-size: 4.8rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    line-height: 1;
    width: 150px;
    text-align: right;
    margin-right: 4px;
}
.zeikomi_p {
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: auto;
    width: fit-content;
    padding-inline: 10px;
}
.zeikomi {
    color: var(--pink);
    font-size: 3.6rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 0 4px 0 8px;
}

.open_act span {
    background: var(--black);
    border-radius: 8px;
    color: var(--white);
    font-weight: 500;
    font-size: 1.7rem;
    padding: 8px 32px;
    display: flex;
    width: fit-content;
    margin: auto;
    gap: 12px;
    transition: .3s;
}
.open_act span::before {
    content: "+";
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    transform: translateY(-2px);
}
.ttl_last {
    background: var(--white);
    border: 2px solid var(--black);
    border-radius: 8px;
    padding: 22px 0;
    margin-top: 3rem;
}
.ttl_last p {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}
.ttl_last #ttl_price_last {
    color: var(--green);
    font-size: 4.8rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    line-height: 1;
    padding: 0 3px 0 16px;
}
.rest_btn {
    margin: 3rem auto 5rem;
    text-align: center;
}
.rest_btn input {
    display: none;
}
.rest_label {
    display: inline-block;
    padding: 7px 40px;
    background: var(--green);
    color: var(--white);
    border-radius: 18px;
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
}
.rest_label::before {
    padding: 10px;
    background: url(../img/common/reload.svg) no-repeat center;
    background-size: 13px;
    content: "";
    margin-right: 5px;
}
.form_btn input {
    display: none;
}
.form_btn label {
    background: #ffffff;
    border: var(--border-tmp);
    border-radius: 10px;
    box-shadow: var(--pink) 5px 5px;
    width: fit-content;
    padding: 10px 22px 14px;
    position: relative;
    margin: auto;
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: var(--black);
    transition: .3s ease;
}
.form_btn label:hover {
    transform: translateY(2px);
    box-shadow: var(--pink) 5px 3px;
}


#is_gp2.is_none, #is_gp3.is_none {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -10;
    transition: .3s ease-in-out;
}
#is_gp2.show, #is_gp3.show {
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    position: static;
    z-index: 1;
}


.ttl_form_con , 
.scs_ex_con{
    height: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    z-index: -10;
}
.ttl_form_con.show {
    height: auto;
    overflow: visible;
    visibility: visible;
    position: initial;
    padding: 6rem 0;
}
.ck_box {
    text-align: center;
    padding: 4rem 0 1rem;
}
.kizon {
    transform: translate(-5px , 2px) scale(1.2);
}
.ck_box label {
    font-size: 1.3rem;
}

.banner-sec {
    padding: 3rem;
}

/*媒体情報シングルページ*/
.single-r_s {
    padding: 6rem 3rem;
}
@media screen and (max-width: 500px) {
    .single-r_s {
        padding-top: 13rem;
    }
}
.single-r_s .p-s2 {
    position: relative;
    background: var(--white);
    border: var(--border-tmp);
    border-radius: 8px;
    padding: 4rem 2rem 10rem;
    margin-bottom: 7rem;
}
.single-r_s h1 {
    font-size: 2.0rem;
    margin-bottom: 16px;
}
.single-r_s .time {
    text-align: right;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
}
.srs_ul li {
    font-size: 1.5rem;
    margin-bottom: 4px;
}
.single-r_s .p-s3-bottom-text a {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-r_s .p-s3-bottom-text ,
.single-r_s .p-s3-bottom-text .prev {
    font-size: 1.1rem;
}

/*404 エラー*/
.error {
    padding: 5rem 3rem 8rem;
    margin-left: 0;
}
@media screen and (max-width: 500px) {
    .error {
        padding-top: 11rem;
    }
}
.error_ttl {
    font-size: 2.4rem;
    font-weight: 600;
}
.error_eng {
    color: var(--green);
    font-size: 8.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 24px;
}
.error_eng span {
    font-size: 3.2rem;
    margin-left: 8px;
}
.error_message {
    margin-bottom: 5rem;
}
.error .button-01 img {
    transform: rotate(180deg);
    margin: 0 8px 0 0;
}
.error .button-01 a:hover img {
    transform: translateX(-3px) rotate(180deg);
}


/*記事用個別（リニューアル前から引用）*/
/* 記事用　追加検討 まだサーバー上げてない */
.blogcard-link {
  font-size: 13px;
  border-bottom: 3px solid rgba(97, 229, 255, 0.7);
  display: inline-block;
}
.additional-info {
  font-size: 10px;
}

.explanation-text {
  margin-bottom: 15px; /* または適切な値に調整 */
}
.info-text {
  color: gray;
  font-size: 13px;
}
/* 目次 */
.mokuji {
  background-color: #e5eaf0;
  padding: 30px;
  border-radius: 15px;
}
/* 個別記事 目次の各見出し 吹き出し風*/
.midashi {
  position: relative;
  padding: 10px;
  background: #ffe0fb;
  margin: 10px 0 20px 0; /* 中央に配置 */
  display: table; /* テーブルとして表示 */
  border-left: 7px solid var(--pink);
  font-size: 1.6rem;
}

.midashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe0fb;
  width: 0;
  height: 0;
}

.marker-pink {
 text-decoration: underline;
 text-decoration-thickness: 0.5em;
 text-decoration-color: var(--pink);
 text-underline-offset: -0.2em;
 text-decoration-skip-ink: none;
}

.marker-red {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(247, 43, 43, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
 }

 .marker-blue {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(10, 42, 255, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
 }

 .marker-yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 247, 10, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
 }


.fs10 , .fs12 {
    font-size: 12px;
}
.fs14 , .fs16 , .fs18 , .fs20 {
    font-size:14px;
}


.fwb {
  font-weight: bold;
}

.pad100010 {
  padding: 10px 0 0 10px;
}

.pad102020 {
  padding: 10px 20px 20px;
}

.marb20 {
  margin-bottom:20px;
}

.mar20 {
  padding:20px 0;
}

.murakamirinon {
  color: rgba(255, 36, 255);
  text-shadow: 0.5px 0.5px 0px rgba(0, 0, 0, 0.4);
}



.baitaijoho-ul, ol {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-top:30px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.baitaijoho-ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/* 大阪エリア個別記事 */
.midashi2 {
    border-bottom: 4px solid #333;
    padding: 0.7em 0.5em;
    position: relative; 
    font-size:1.7rem;
}

.midashi2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.midashi2::after {
  bottom: 3px;
}
.lkc-thumbnail{overflow:hidden}

.submidashi {
  padding: 0.7em 0.5em 0.7em 1.5em;
  position: relative;
}

.submidashi::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%; /* 要素の中央から開始 */
  width: 10px;
  height: 50%; /* 線の長さを調整 */
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) skewX(-15deg); /* 中央に配置してから傾ける */
}
.merit1 {
  font-size:12px;
  padding:10px 20px 20px;
}

.merit-bg {
  background-color:rgba(242, 242, 242);
  margin:0 10px;
}

.submidashi2 {
    position: relative;
    color: #333;
    text-shadow: 0 0 2px white;
    font-size: 1.6rem;
}

.submidashi3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  margin:20px 0;
}

.twitter-center {
  margin: 0 auto;
  display: block;
  width: 500px; /* Twitterのツイートの幅に合わせて調整 */
  max-width: 100%; /* 最大幅を親要素の幅に制限 */
}

.twitter-center iframe,
.twitter-center blockquote {
  max-width: 100%; /* 最大幅を親要素の幅に制限 */
  width: 100%; /* 幅を親要素の幅に合わせる */
}

/*モーダル開いた時（下層ページ）*/
body.is-menu-open2 {
    overflow: hidden;
}



@media (hover: hover) {
a {
    transition: all 0.3s ease;
}

.pc-bg-logo a:hover img {
    opacity: .7;
}

.bg-left__button a:hover {
    color: var(--black);
}
.bg-left__button a:hover::before {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}
.bg-left__sns a:hover {
    transform: translateY(-3px);
}
.bg-nav__list a:hover {
    letter-spacing: 0.01em;
}
.bg-nav__list a:hover span {
    color: var(--pink);
}

.header-nav-list a:hover {
    transform: translateX(3px);
}
.header-footer-links a:hover {
    opacity: .7;
}
.header-sns a:hover {
    transform: translateY(-2px);
}

footer a:hover {
    opacity: .6;
}

.button-01 a:hover {
    box-shadow: var(--k-pink) 5px 5px;
}
.button-01 a:hover img {
    transform: translateX(3px);
}
.green-ver a:hover {
    box-shadow: var(--k-green) 5px 5px;
}
.button-02 a:hover::before {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}
.button-02-2 a:hover {
    background: var(--k-green);
}
.button-03-2 a:hover {
    background: var(--yellow);
}
.button-02-2 a:hover img  {
    transform: translateX(3px);
}
.button-03-2 a:hover img  {
    transform: translateX(-3px) rotate(180deg);
}

.txt-link a:hover {
    text-decoration: none;
    /*color: var(--pink);*/
}
.pr-tag li:hover {
    color: var(--pink);
    opacity: 1;
}

.search-box a:hover {
    background: var(--black);
    color: var(--white);
}
.search-box > a:hover {
    transform: translateX(3px);
}
.search-box:nth-of-type(2) a:hover {
    transform: translateX(23px);
}

.answer-share ul li a:hover {
    transform: translateY(-3px);
}


.open_act span:hover {
    opacity: .7;
}

.con9-banner a:hover {
    opacity: .7;
}
.news-item > a:hover {
    opacity: .6;
}

.pr-tit:hover {
    text-decoration: underline;
}
.pro-s2-title .tag a:hover {
    opacity: .7;
}

.production-box .post-categories a:hover ,
.pr-ctg:hover ,
.news-item .news-ctg a:hover {
    background: var(--black);
    color: var(--white);
}

}