@charset "UTF-8";
/* CSS Document */

body { margin: 0; /*padding: 65px 0 0 0;*/ color: #1A1A1A; font-weight: 400; font-family: 'Noto Sans JP', sans-serif; line-height: 180%; background: #fff; position: relative; overflow-x: hidden; }
img { max-width: 100%; }

.site-main { padding: 0; }
#main_noside { width: 100%; }

.tmpl * { zoom: 1; margin: 0; padding: 0; text-align: left; list-style-type: none; outline: none; border: 0; border-collapse: collapse; border-spacing: 0; box-sizing: border-box; }
.tmpl h1,.tmpl h2,.tmpl h3,.tmpl h4,.tmpl h5 { font-weight: 700; }
.tmpl img { max-width: 100%; height: auto; vertical-align: bottom; border: none; }
.tmpl a { background: none !important; background-color: rgba(255,255,255,0) !important; }
.tmpl a:hover { background: none !important; background-color: rgba(255,255,255,0) !important; }
.tmpl a:active { background: none !important; background-color: rgba(255,255,255,0) !important; }
.tmpl a:visited { background: none !important; background-color: rgba(255,255,255,0) !important; }
.tmpl a:not(.grad_btn) { color: #292727; text-decoration: none; }
.tmpl a:not(.grad_btn):hover { opacity: 0.5; transition: 0.3s ease-in-out; }
.tmpl a img:hover { opacity: 0.5; transition: 0.3s ease-in-out; }
#foot_wrap a:hover,#foot_wrap a:focus-visible { color: #E94F86 !important; opacity: 1 !important; }
.tmpl table,.tmpl tr,.tmpl td { margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0; box-sizing: border-box; }
.tmpl th { margin: 0; padding: 0; font-weight: normal; box-sizing: border-box; }
.tmpl table tr:nth-of-type(2n+1) { background-color: #fff; }
.tmpl table th { border: none; background-color: #fff; }
.tmpl table td { border: none; }
.tmpl dt { font-weight: 400; }

.tmpl .article h2,.tmpl .article h3,.tmpl .article h4,.tmpl .article h5 { padding: 0; font-weight: 700; border-left: none; border-right: none; border-top: none; border-bottom: none; background-color: rgba(255,255,255,0); }
.tmpl .article ul,.tmpl .article li,.tmpl .article dl,.tmpl .article dt,.tmpl .article dd { margin: 0 ;padding: 0; }

.grad_btn { position: relative; display: inline-flex; align-items: center; padding: 10px 10px 10px 30px; color: #fff !important; font-size: 18px; text-decoration: none; border-radius: 50px; overflow: hidden; }
.grad_btn::before { content: ""; position: absolute; inset: 0; border-radius: 50px; background: linear-gradient( 90deg, #E94F86 31.67%, #3FA8E5 90.87% ); transition: opacity 0.5s ease; z-index: 0; }
.grad_btn::after { content: ""; position: absolute; inset: 0; border-radius: 50px; background: linear-gradient( 270deg, #E94F86 31.67%, #3FA8E5 90.87% ); opacity: 0; transition: opacity 0.5s ease; z-index: 0; }
.grad_btn:hover::after { opacity: 1 !important; }
.grad_btn span { display: flex; align-items: center; position: relative; z-index: 1; }
.grad_btn span::after { content: ""; margin: 0 0 0 10px; width: 30px; height: 30px; border-radius: 50%; background: url(../images/arrow_01.png) no-repeat center center #fff; display: inline-block; }

.grad_txt_btn { display: flex; align-items: center; }
.grad_txt_btn::after { content: ""; flex: 0 0 47px; margin: 0 0 0 20px; width: 47px; height: 47px; background: url(../images/arrow_02.png) no-repeat center center; display: inline-block; }
.grad_txt_btn span { white-space: nowrap; background: linear-gradient( 90deg, #E94F86 31.67%, #3FA8E5 90.87% ); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: bold; }
.grad_txt_btn:hover span { background: linear-gradient( 270deg, #E94F86 31.67%, #3FA8E5 90.87% ); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: bold; }
.grad_txt_btn:hover { opacity: 1 !important; }

.arrow_btn { display: inline-flex; align-items: center; }
.arrow_btn::after { content: ""; margin: 0 0 0 10px; width: 47px; height: 47px; background: url(../images/arrow_02.png) no-repeat center center; }

body:not(.mce-content-body) { min-width: 100%; }
#container { overflow: hidden; }
#header,#header-in { display: none; }
.content { margin: 0; }
.content-in { display: block; }
.wrap { width: 100%; }
main.main { margin: 0; padding: 0; width: 100% !important; }
.main { margin: 0; padding: 0; width: 100% !important; border-radius: none; }

.grecaptcha-badge { visibility: hidden; }

#breadcrumb { display: flex; justify-content: flex-end; }
#breadcrumb .fa { display: none; }
#breadcrumb .breadcrumb-item::before { content: "/"; }
.pbp-footer-before { box-shadow: none; }

.entry-header .date-tags { display: none; }

@media screen and (min-width: 861px) {
body { font-size: 18px; }
.com_wid { margin-left: auto; margin-right: auto; width: 90%; }
#page_head.com_wid { width: 90%; max-width: none; }
.sp { display: none; }

#page_head .bread { display: flex; gap: 10px; font-size: 16px; }
#page_head .bread li:not(:last-child)::after { content: ">"; margin: 0 0 0 10px; }
#page_head .bread li:last-child { color: #E94F86; max-width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#page_head .main_hl { margin: 30px 0 0 0; font-size: 48px; line-height: 150%; }
#page_head .main_p { margin: 30px 0 0 0; }

.hl_left { font-size: 48px; text-align: left; line-height: 150%; }
.hl_left + .hl_p { margin: 15px 0 0 0; text-align: left; }
.hl_center { font-size: 48px; font-weight: 700; text-align: center; line-height: 150%; }
.hl_center + .hl_p { margin: 15px 0 0 0; text-align: center; }
.hl_mini { display: flex; align-items: center; color: #E94F86 !important; font-size: 14px; line-height: 100%; }
.hl_mini::before { content: "■"; font-size: 12px; margin: 0 5px 0 0; }

.hl_count { counter-reset: section-num; }
[class^="sec_"] .hl_number { counter-increment: section-num; display: flex; flex-direction: column; }
[class^="sec_"] .hl_number::before { content: counter(section-num, decimal-leading-zero) " "; margin: 0 0 20px 0; color: #E94F86; font-size: 56px; font-weight: 700; line-height: 100%; }
[class^="sec_"] .hl_number::after { content: ""; margin: 15px 0 0 0; width: 48px; height: 2px; background: #E94F86; }
[class^="sec_"] .hl_number h2 { font-size: 56px; line-height: 150%; }
[class^="sec_"] .hl_number dl { display: flex; justify-content: space-between; align-items: center; }
[class^="sec_"] .hl_number dt { width: 48%; }
[class^="sec_"] .hl_number dd { width: 48%; color: #E94F86; font-weight: 700; }

.page_wrap { margin-bottom: 80px; }
}
@media screen and (max-width: 860px) {
body { font-size: 16px; }
.com_wid { margin-left: auto; margin-right: auto; width: 90%; }
.pc { display: none; }

#page_head .bread { display: flex; gap: 8px; font-size: 14px; line-height: 22px; }
#page_head .bread li:not(:first-child)::before { content: ">"; margin: 0 10px 0 0; }
#page_head .bread li:last-child { display: list-item; color: #E94F86; }
#page_head .main_hl { margin: 12px 0 0 0; font-size: 24px; line-height: 150%; }
#page_head .main_p { margin: 10px 0 0 0; }

.hl_left { font-size: 24px; text-align: left; line-height: 150%; }
.hl_left + .hl_p { margin: 10px 0 0 0; text-align: left; }
.hl_center { font-size: 24px; font-weight: 700; text-align: center; line-height: 150%; }
.hl_center + .hl_p { margin: 10px 0 0 0; text-align: center; }
.hl_mini { display: flex; align-items: center; color: #E94F86 !important; font-size: 14px; line-height: 100%; }
.hl_mini::before { content: "■"; font-size: 12px; margin: 0 5px 0 0; }

.hl_count { counter-reset: section-num; }
[class^="sec_"] .hl_number { counter-increment: section-num; display: flex; flex-direction: column; }
[class^="sec_"] .hl_number::before { content: counter(section-num, decimal-leading-zero) " "; margin: 0 0 15px 0; color: #E94F86; font-size: 36px; font-weight: 700; line-height: 100%; }
[class^="sec_"] .hl_number::after { content: ""; margin: 10px 0 0 0; width: 40px; height: 4px; background: #E94F86; }
[class^="sec_"] .hl_number h2 { font-size: 18px; line-height: 150%; }
[class^="sec_"] .hl_number dd { display: none; }

.page_wrap { margin-bottom: 80px; }
}

/* ボタン・カード共通の控えめなインタラクション */
.grad_btn,
.grad_txt_btn,
.arrow_btn,
.service-faq__link,
.wd-text-link,
.os-works-intro > a,
.service-card-arrow-link {
  transition: transform .24s ease, filter .24s ease, opacity .24s ease;
}

/* テキスト＋丸矢印リンクは文字を動かさず、矢印だけを動かす。 */
.grad_txt_btn::after,
.arrow_btn::after,
.service-faq__link > span:not(.service-link-label),
.wd-text-link > span:not(.service-link-label),
.os-works-intro > a > b,
.service-card-arrow-link img {
  transition: transform .28s cubic-bezier(.22,1,.36,1);
}

#top_wrap .sec_06 li,
#service_wrap .sec_02 li,
.wd-feature-card,
.wd-support-card,
.lp-plan-grid article,
.lp-method-grid article,
.os-feature-grid article,
.os-service-list article,
.ms-card-grid article {
  transition: transform .28s cubic-bezier(.22,1,.36,1), border-color .28s ease, box-shadow .28s ease;
}

.service-card-image-link img,
.wd-work-image,
.os-work-image {
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .28s ease, box-shadow .28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .grad_btn:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 7px 10px rgba(26, 26, 26, .1));
    opacity: 1 !important;
  }

  .grad_txt_btn:hover,
  .arrow_btn:hover,
  .service-faq__link:hover,
  .wd-text-link:hover,
  .os-works-intro > a:hover,
  .service-card-arrow-link:hover {
    transform: none;
    filter: none;
    opacity: 1 !important;
  }

  .grad_txt_btn:hover::after,
  .arrow_btn:hover::after,
  .service-faq__link:hover > span:not(.service-link-label),
  .wd-text-link:hover > span:not(.service-link-label),
  .os-works-intro > a:hover > b,
  .service-card-arrow-link:hover img {
    transform: translateX(4px);
  }

  #top_wrap .sec_06 li:hover,
  #service_wrap .sec_02 li:hover,
  .wd-feature-card:hover,
  .wd-support-card:hover,
  .lp-plan-grid article:hover,
  .lp-method-grid article:hover,
  .os-feature-grid article:hover,
  .os-service-list article:hover,
  .ms-card-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(233, 79, 134, .28);
    box-shadow: 0 14px 30px rgba(26, 26, 26, .08);
  }

  .service-card-image-link:hover img {
    transform: scale(1.018);
    opacity: 1 !important;
  }

  .wd-work-card:hover .wd-work-image,
  .os-work-card:hover .os-work-image {
    transform: translateY(-3px) scale(1.008);
    border-color: rgba(233, 79, 134, .35);
    box-shadow: 0 14px 28px rgba(26, 26, 26, .09);
  }
}

@media (prefers-reduced-motion: reduce) {
  .grad_btn,
  .grad_txt_btn,
  .arrow_btn,
  .service-faq__link,
  .wd-text-link,
  .os-works-intro > a,
  .service-card-arrow-link,
  #top_wrap .sec_06 li,
  #service_wrap .sec_02 li,
  .wd-feature-card,
  .wd-support-card,
  .lp-plan-grid article,
  .lp-method-grid article,
  .os-feature-grid article,
  .os-service-list article,
  .ms-card-grid article,
  .service-card-image-link img,
  .wd-work-image,
  .os-work-image {
    transition: none;
  }
}








/* ヘッダー */
/* ロゴ全体のサイズ調整（必要に応じて数値を変更してください） */
.logo { width: 60px; height: auto; }
.logo-square { transform-box: fill-box; transform-origin: center; animation: square-spin 2.5s cubic-bezier(.22, 1, .36, 1) infinite; }
@keyframes square-spin {
  0% { transform: rotate(0deg) scale(1); }
  35% { transform: rotate(390deg) scale(1.03); }
  50%, 100% { transform: rotate(360deg) scale(1); }
}


@media screen and (min-width: 1361px) {
#head_wrap .pc { display: flex; justify-content: space-between; padding: 15px 2.5%; width: 100%; background: #fff; }
#head_wrap dl { display: flex; align-items: center; }
#head_wrap dd { margin: 0 0 0 20px; }
#head_wrap .site-branding { display: flex; align-items: center; font-size: 12px; font-weight: 500; }
#head_wrap .site-branding span { margin: 0 0 0 30px; }
#head_wrap ul { display: flex; justify-content: flex-end; align-items: center; }
#head_wrap li { margin: 0 0 0 30px; font-size: 16px !important; }
#head_wrap .has-child .cell { padding: 36px 42px 42px; position: absolute; left: 50vw; top: 82px; z-index: 999999; width: 1180px; max-width: calc(100vw - 48px); background: #fff; border: 1px solid rgba(20, 20, 20, 0.08); border-radius: 0 0 18px 18px; box-shadow: 0 18px 36px rgba(20, 20, 20, 0.1); visibility: hidden; opacity: 0; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .16s; }
#head_wrap .has-child:hover > .cell,
#head_wrap .has-child:focus-within > .cell,
#head_wrap .has-child.is-open > .cell { visibility: visible; opacity: 1; pointer-events: auto; transform: translate(-50%, 0); transition-delay: .06s, .06s, 0s; }
#head_wrap .hm_hl { display: flex; justify-content: space-between; align-items: flex-end; }
#head_wrap .hm_hl h2 { font-size: 36px; line-height: 155%; }
#head_wrap .hm_hl h2 span { display: block; color: #999; font-size: 16px; font-weight: 400; line-height: 175%; }
#head_wrap .hm_hl a { display: flex; align-items: center; font-size: 16px; }
#head_wrap .hm_hl a::after { content: ""; margin: 0 0 0 10px; width: 7px; height: 10px; background: url(../images/arrow_05.png) no-repeat left top; }
#head_wrap .two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
#head_wrap .two span { width: 100%; max-width: 588px; }
#head_wrap .four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
#head_wrap .four span { width: 100%; max-width: 262px; }
#head_wrap .hm_text_links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
#head_wrap .hm_text_links a { min-height: 58px; justify-content: center; padding: 12px 20px; }
#head_wrap .hm_text_links a span { width: 100%; text-align: center; }
#head_wrap .hm_fbox { margin-top: 26px; }
#head_wrap .hm_fbox a { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 16px; text-align: center; border-radius: 14px; border: 1px solid rgba(20, 20, 20, 0.1); background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
#head_wrap .hm_fbox a:hover { border-color: #E94F86; box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08); transform: translateY(-2px); }
#head_wrap .hm_fbox a span { display: inline-block; font-size: 16px; text-align: left; line-height: 175%; }
}
@media screen and (min-width: 861px) and (max-width: 1360px) {
#head_wrap .pc { display: flex; justify-content: space-between; padding: 15px 2.5%; width: 100%; background: #fff; }
#head_wrap dl { display: flex; align-items: center; }
#head_wrap .logo { width: 40px; }
#head_wrap dd { margin: 0 0 0 20px; }
#head_wrap .site-branding { display: flex; align-items: center; width: 80px; font-size: 12px; font-weight: 500; }
#head_wrap .site-branding span { display: none; }
#head_wrap ul { display: flex; justify-content: flex-end; align-items: center; }
#head_wrap li { margin: 0 0 0 15px; font-size: 12px !important; }
#head_wrap .has-child .cell { padding: 32px 32px 38px; position: absolute; left: 50vw; top: 82px; z-index: 999999; width: 1120px; max-width: calc(100vw - 32px); background: #fff; border: 1px solid rgba(20, 20, 20, 0.08); border-radius: 0 0 18px 18px; box-shadow: 0 18px 36px rgba(20, 20, 20, 0.1); visibility: hidden; opacity: 0; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .16s; }
#head_wrap .has-child:hover > .cell,
#head_wrap .has-child:focus-within > .cell,
#head_wrap .has-child.is-open > .cell { visibility: visible; opacity: 1; pointer-events: auto; transform: translate(-50%, 0); transition-delay: .06s, .06s, 0s; }
#head_wrap .grad_btn { padding: 5px 5px 5px 15px; font-size: 12px; }
#head_wrap .hm_hl { display: flex; justify-content: space-between; align-items: flex-end; }
#head_wrap .hm_hl h2 { font-size: 36px; line-height: 155%; }
#head_wrap .hm_hl h2 span { display: block; color: #999; font-size: 16px; font-weight: 400; line-height: 175%; }
#head_wrap .hm_hl a { display: flex; align-items: center; font-size: 16px; }
#head_wrap .hm_hl a::after { content: ""; margin: 0 0 0 10px; width: 7px; height: 10px; background: url(../images/arrow_05.png) no-repeat left top; }
#head_wrap .two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
#head_wrap .two span { width: 100%; max-width: 588px; }
#head_wrap .four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
#head_wrap .four span { width: 100%; max-width: 262px; }
#head_wrap .hm_fbox { margin-top: 26px; }
#head_wrap .hm_fbox a { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 16px; text-align: center; border-radius: 14px; border: 1px solid rgba(20, 20, 20, 0.1); background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
#head_wrap .hm_fbox a:hover { border-color: #E94F86; box-shadow: 0 10px 22px rgba(20, 20, 20, 0.08); transform: translateY(-2px); }
#head_wrap .hm_fbox a span { display: inline-block; font-size: 16px; text-align: left; line-height: 175%; }
}

/* メガメニューは画面幅いっぱいに画像を引き伸ばさず、読みやすい幅で中央に収める。 */
@media screen and (min-width: 861px) {
#head_wrap .pc > ul > li > a:not(.grad_btn):hover,
#head_wrap .pc > ul > li > a:not(.grad_btn):focus-visible,
#head_wrap .hm_hl a:hover,
#head_wrap .hm_hl a:focus-visible,
#head_wrap .hm_fbox a:hover span,
#head_wrap .hm_fbox a:focus-visible span { color: #E94F86 !important; opacity: 1 !important; }
#head_wrap .mega-menu-trigger { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; color: inherit; font: inherit; line-height: inherit; background: none; border: 0; cursor: pointer; }
#head_wrap .mega-menu-trigger:focus { outline: 0; box-shadow: none; }
#head_wrap .mega-menu-trigger:hover,
#head_wrap .has-child.is-open > .mega-menu-trigger { color: #E94F86; }
#head_wrap .mega-menu-trigger:focus-visible { color: #E94F86; outline: 0; text-decoration: underline; text-decoration-color: #E94F86; text-decoration-thickness: 2px; text-underline-offset: 6px; }
#head_wrap .mega-menu-trigger::after { content: ""; display: block; width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .22s ease, margin .22s ease; }
#head_wrap .has-child:hover > .mega-menu-trigger::after,
#head_wrap .has-child:focus-within > .mega-menu-trigger::after,
#head_wrap .has-child.is-open > .mega-menu-trigger::after { margin-top: 4px; transform: rotate(225deg); }
#head_wrap .hm_hl,
#head_wrap .hm_fbox { width: min(1120px, 90%); margin-left: auto; margin-right: auto; }
#head_wrap .hm_fbox { margin-top: 26px; }
#head_wrap .two { grid-template-columns: repeat(2, minmax(0, 380px)); justify-content: center; }
#head_wrap .four { grid-template-columns: repeat(4, minmax(0, 230px)); justify-content: center; }
#head_wrap .hm_text_links { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
#head_wrap .hm_fbox a { width: 100%; min-width: 0; }
#head_wrap .hm_fbox img { display: block; width: 100%; object-fit: cover; border-radius: 9px; }
#head_wrap .two img { height: 150px; }
#head_wrap .four img { height: 120px; }
}

@media screen and (max-width: 860px) {
#head_wrap dl { display: flex; align-items: center; min-height: 72px; padding: 16px 20px; }
#head_wrap .logo { width: 24px; height: 30px; object-fit: contain; }
#head_wrap dd { margin: 0 0 0 10px; }
#head_wrap dd img { width: 75px; }
#head_wrap .site-branding { display: flex; align-items: center; font-size: 10px; font-weight: 500; }
#head_wrap .site-branding span { margin: 0 0 0 15px; }

#head_wrap button { background: none; border: none; cursor: pointer; appearance: none; outline: none; }
.site-icon { position: fixed; top: 15px; left: 15px; z-index: 100; }
.menu-toggle-btn { position: fixed; top: 16px; right: 20px; z-index: 300; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; }
.admin-bar .menu-toggle-btn { top: 62px; }
.css-open-icon { position: absolute; width: 40px; height: 40px; border: 1px solid #E5E7EB; border-radius: 50%; background: #fff; transition: opacity 0.3s ease, transform 0.3s ease; }
.pink-bar { position: absolute; left: 50%; margin-left: -10px; top: 50%; width: 20px; height: 2px; background-color: #ff69b4; }
.pink-bar:nth-child(1) { margin-top: -6px; }
.pink-bar:nth-child(2) { margin-top: -1px; }
.pink-bar:nth-child(3) { margin-top: 4px; }
.css-close-icon { position: absolute; width: 32px; height: 32px; background: transparent; display: flex; justify-content: center; align-items: center; opacity: 0; transform: rotate(-90deg) scale(0.8); transition: opacity 0.3s ease, transform 0.3s ease; }
.css-close { position: relative; width: 20px; height: 20px; }
.css-close:before, .css-close:after { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: #333; margin-top: -1px; }
.css-close:before { transform: rotate(45deg); }
.css-close:after { transform: rotate(-45deg); }
body.menu-is-active .css-open-icon { opacity: 0; transform: scale(0.8); }
body.menu-is-active .css-close-icon { opacity: 1; transform: rotate(0) scale(1); }
.slide-menu { position: fixed; top: 0; right: 0; width: 100%; height: 100dvh; background: #fff; z-index: 200; overflow-y: auto; overscroll-behavior: contain; transform: translateX(105%); visibility: hidden; transition: transform .42s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .42s; }
.slide-menu.is-active { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.slide-menu-inner { position: relative; min-height: 100%; padding: 72px 0 0; }
.menu-site-icon { position: absolute; top: 0; left: 0; display: flex; align-items: center; width: 100%; height: 72px; padding: 0 24px; border-bottom: 1px solid #eee; }
.slide-menu .logo { flex: 0 0 auto; width: 24px; height: 30px; object-fit: contain; }
.menu-list { display: flex; flex-direction: column; gap: 0; padding-bottom: 0; }
.menu-list > li { padding: 0; border-bottom: 1px solid #eee; }
.menu-list > li:last-child { margin-top: 0; padding: 24px; border-bottom: 0; }
.menu-list > .menu-home { display: block; }
.menu-list > .menu-contact { position: static; padding: 24px; border-top: 0; background: #FFF; }
.menu-list li > a,
.menu-list .accordion dt { display: flex; align-items: center; min-height: 64px; padding: 16px 24px; font-size: 18px; font-weight: 400; line-height: 32px; }
.menu-list .accordion dt { justify-content: space-between; background: none; cursor: pointer; }
.menu-list .accordion dt::after { content: ""; width: 8px; height: 8px; margin-right: 3px; border-right: 2px solid #1a1a1a; border-bottom: 2px solid #1a1a1a; transform: rotate(45deg) translateY(-2px); transition: transform .22s ease; }
.menu-list .accordion dt.open { padding: 16px 24px; background: none; color: #1a1a1a; }
.menu-list .accordion dt.open::after { transform: rotate(225deg) translate(-2px, -2px); }
.menu-list .accordion dd { display: none; margin: 0; padding: 8px 0; border-top: 1px solid #eee; background: #fff; }
.menu-list .accordion dt.open + dd { display: block; }
.menu-list .accordion dd .child_list { display: flex; flex-direction: column; gap: 0; }
.menu-list .accordion dd a { display: flex; align-items: center; min-height: 48px; padding: 10px 24px 10px 48px; color: #666; font-size: 16px; font-weight: 400; line-height: 28px; }
.slide-menu.tmpl .menu-list > .menu-contact > .contact_btn { display: flex !important; justify-content: center; align-items: center; gap: 8px; margin: 0; padding: 14px 24px; width: 100%; min-height: 56px; visibility: visible; opacity: 1; color: #FFF !important; font-size: 16px; font-weight: 400; line-height: 28px; border-radius: 8px; background: #E91E8C !important; background-color: #E91E8C !important; box-shadow: none; }
.menu-list .contact_btn::after { content: ""; width: 18px; height: 18px; background: url(../images/arrow_07.png) center / contain no-repeat; }
.menu-list .contact_btn:hover { opacity: 1 !important; }

}






/* フッター */
@media screen and (min-width: 861px) {
.main-content { position: relative; z-index: 3; background: linear-gradient(to bottom, #ffffff 0%, #ffffff calc(100% - 300px), transparent calc(100% - 300px), transparent 100%); margin-bottom: 0; min-height: 150vh; }
.arch { height: 100px; }
.arch img { max-width: none; width: 100%; height: 100%; }
.footer { position: fixed; top: 0; left: 0; width: 100%; z-index: 1; min-height: 980px; box-sizing: border-box; will-change: transform; display: flex; flex-direction: column; justify-content: space-between; }
.footer-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 2; background-color: rgba(255, 255, 255, 1); will-change: opacity; pointer-events: auto; }

#common_form { margin-top: 100px; padding: 80px 0; background: #F7F6FC; position: relative; z-index: 11; }
#common_form dl { display: flex; gap: 60px; margin-left: auto; margin-right: auto; width: 90%; max-width: 1200px; }
#common_form dt { width: 60%; max-width: 636px; }
#common_form dd { flex: 1; display: grid; place-content: center; margin: 0 0 0 0; }
#common_form dd p { margin: 30px 0; }

#foot_wrap { display: flex; flex-direction: column; justify-content: flex-end; width: 100%; }

#foot_wrap .sec_01 { padding: 100px 0 100px 0; margin: -100px 0 0 0; overflow-x: hidden; background: url(../images/foot_logo.png) no-repeat left bottom 10px; }
#foot_wrap .sec_01 .fl_box { display: flex; align-items: stretch; gap: 60px; }
#foot_wrap .sec_01 .l_box { width: calc( 100% / 3 ); font-size: 16px; }
#foot_wrap .sec_01 .l_box ul { display: flex; flex-direction: column; gap: 25px; margin: 40px 0 0 0; }
#foot_wrap .sec_01 .l_box li { display: flex; }
#foot_wrap .sec_01 .l_box li:first-child::before { content: ""; margin: 0 15px 0 0; width: 32px; height: 32px; background: url(../images/foot_icon_01.png) no-repeat left top; }
#foot_wrap .sec_01 .l_box li:last-child::before { content: ""; margin: 0 15px 0 0; width: 32px; height: 32px; background: url(../images/foot_icon_02.png) no-repeat left top; }
#foot_wrap .sec_01 .r_box { display: flex; flex-direction: column; gap: 60px; width: calc( 100% / 3 - 1px ); }
#foot_wrap .sec_01 .r_box dt { font-size: 24px; font-weight: 700; }
#foot_wrap .sec_01 .r_box dt::after { content: ""; display: block; margin: 10px 0 0 0; width: 32px; height: 2px; background: #E94F86; }
#foot_wrap .sec_01 .r_box dd { margin: 30px 0 0 0; }
#foot_wrap .sec_01 .r_box dd a:first-child { border-top: solid 1px #E5E7EB; }
#foot_wrap .sec_01 .r_box dd a { display: block; padding: 15px 0; border-bottom: solid 1px #E5E7EB; background: url(../images/arrow_04.png) no-repeat right center; }
#foot_wrap .sec_01 .line { width: 1px; background: #E5E7EB; }

#foot_wrap .sec_02 { display: flex; justify-content: space-between; padding: 20px 5%; background: linear-gradient(90deg, #E94F86 31.67%, #3FA8E5 90.87%); }
}
@media screen and (max-width: 860px) {
#top_wrap .hl_mini { margin-bottom: 8px; }
#common_form .hl_mini { margin-bottom: 8px; }

#common_form { margin: 0; padding: 40px 24px; background: #F7F6FC; }
#common_form dl { width: 100%; }
#common_form dd { width: 100%; }
#common_form h2 { font-size: 30px; line-height: 40px; }
#common_form dd p { margin: 16px 0; font-size: 16px; line-height: 24px; }
#common_form .grad_txt_btn { margin-top: 0; }
#common_form .grad_txt_btn::after { margin-left: 12px; width: 40px; height: 40px; background-size: 40px; }

#foot_wrap .sec_01 { padding: 40px 20px; overflow-x: hidden; background: #fff; }
#foot_wrap .sec_01 .fl_box { display: flex; flex-direction: column; gap: 32px; width: 100%; }
#foot_wrap .sec_01 .fl_box > .l_box { order: 3; }
#foot_wrap .sec_01 .fl_box > .r_box:nth-child(5) { order: 1; }
#foot_wrap .sec_01 .fl_box > .r_box:nth-child(3) { order: 2; }
#foot_wrap .sec_01 .fl_box > .line { display: none; }
#foot_wrap .sec_01 .l_box { padding-top: 0; font-size: 16px; line-height: 28px; }
#foot_wrap .sec_01 .l_box p { line-height: 28px; }
#foot_wrap .sec_01 .l_box ul { display: flex; flex-direction: column; gap: 20px; margin: 20px 0 0; }
#foot_wrap .sec_01 .l_box li { display: flex; }
#foot_wrap .sec_01 .l_box li:first-child::before { content: ""; flex: 0 0 32px; margin: 0 16px 0 0; width: 32px; height: 32px; background: url(../images/foot_icon_01.png) no-repeat left top / 32px; }
#foot_wrap .sec_01 .l_box li:last-child::before { content: ""; flex: 0 0 32px; margin: 0 16px 0 0; width: 32px; height: 32px; background: url(../images/foot_icon_02.png) no-repeat left top / 32px; }
#foot_wrap .sec_01 .r_box { display: flex; flex-direction: column; gap: 32px; }
#foot_wrap .sec_01 .r_box dl { padding-bottom: 32px; border-bottom: 1px solid #E5E7EB; }
#foot_wrap .sec_01 .r_box dt { font-size: 18px; font-weight: 700; line-height: 28px; }
#foot_wrap .sec_01 .r_box dd { display: flex; flex-direction: column; gap: 12px; margin: 16px 0 0; }
#foot_wrap .sec_01 .r_box dd a:first-child { border-top: 0; }
#foot_wrap .sec_01 .r_box dd a { display: block; padding: 0; border: 0; background: none; font-size: 14px; line-height: 22px; }

#foot_wrap .sec_02 { display: flex; flex-direction: column; align-items: center; padding: 10px 20px; text-align: center; background: linear-gradient(90deg, #E94F86 31.67%, #3FA8E5 90.87%); font-size: 12px; line-height: 20px; }
#foot_wrap .sec_02 p { text-align: center; font-size: 12px; line-height: 20px; }
}





/* アーカイブ上部 */
@media screen and (min-width: 861px) {

}
@media screen and (max-width: 860px) {

}
