@charset "utf-8";

/*
reset
--------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
* {
    box-sizing: border-box;
}

/*
base
--------------------------------------------------
*/
body {
    line-height: 1.8;
    font-size: 16px;
    color: var(--color-font-base);
    font-family: var(--font-family-base);
}
@media screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}

input, select, textarea {
    font-family:inherit;
    font-size:inherit;
}
input:focus, textarea:focus {
    background: #fbfbfb;
}
a {
    color: #333;
    text-decoration: none;
    /* transition: all 0.3s; */
}
.alpha,
.alpha-img {
    transition: all 0.3s;
}
.alpha:hover {
    text-decoration: none;
    opacity: 0.7;
}
.alpha-img:hover {
    opacity: 0.7;
}
a:active, a:focus {
    outline: none;
}
img,
iframe {
    height: auto;
    max-width: 100%;
}
img {
    vertical-align: bottom;
}
strong {
    font-weight: 700;
}
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}


/*
utility
--------------------------------------------------
*/
/*
utility > display
--------------------------------------------------
*/
.u-sp {
    display: none !important;
}
@media screen and (max-width: 640px) {
    .u-pc {
        display: none !important;
    }
    .u-sp {
        display: block !important;
    }
}

.u-border-none {
    border: none !important;
}

/*
utility > text
--------------------------------------------------
*/
.u-text-align-c {
    text-align: center !important;
}
.u-text-align-l {
    text-align: left;
}
.u-text-align-r {
    text-align: right;
}
.u-text-bold {
    font-weight: 700;
} 
.u-visually-hidden {
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    margin: -1px !important;
}

/*
component
--------------------------------------------------
*/
/*
component > button
--------------------------------------------------
*/
.c-button {
    color: var(--color-font-white);
    line-height: 1;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s;
}

/*
component > arrow
--------------------------------------------------
*/
.c-arrow {
    position: relative;
    padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-arrow {
    padding-left: 32px;
  }
}
.c-arrow::before {
    content: "";
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/arrow-icon.svg) no-repeat left center;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 9px;
    left: 0;
}
@media screen and (max-width: 768px) {
  .c-arrow::before {
    width: 26px;
    height: 26px;
    top: 7px;
  }
}
.c-arrow02 {
    position: relative;
}
.c-arrow02::after {
    content: "\f054";
    font-family: "FontAwesome";
    color: var(--color-font-blue);
    position: absolute;
    right: 0;
}
@media screen and (max-width: 670px) {
    .c-arrow02::after {
        top: 35%;
    }
  }

/*
component > title
--------------------------------------------------
*/
.c-title-level2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
    .c-title-level2 {
      font-size: 24px;
      margin-bottom: 30px;
    }
  }
@media screen and (max-width: 768px) {
  .c-title-level2 {
    font-size: 28px;
  }
}
.c-title-level3 {
    border-top: 1px solid #d3cfc1;
    border-bottom: 1px solid #d3cfc1;
    padding: 75px 0;
    margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
    .c-title-level3 {
        padding: 35px 0;
        margin-bottom: 55px;
    }
}
.c-title-level3__title {
    color: var(--color-font-dark-brown);
    font-size: 26px;
    font-family: var(--font-family-mincho);
    text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-title-level3__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
    .c-title-level3__title {
      font-size: 18px;
    }
}
.c-title-level4 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #d3cfc1;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .c-title-level4 {
        font-size: 16px;
    }
}
.c-title-level4::before {
    content: '';
    width: 8px;
    height: 6px;
    background: var(--color-font-gray);
    margin-right: 10px;
}
.c-title-level4-2 {
    font-size: 22px;
    border-bottom: 1px solid #d3cfc1;
    padding-bottom: 15px;
    margin-bottom: 70px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-title-level4-2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
    .c-title-level4-2 {
        margin-bottom: 35px;
        font-size: 18px;
    }
}
.c-title-level5 {
    display: flex;
    align-items: center;
    font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .c-title-level5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
    .c-title-level5 {
      font-size: 18px;
    }
  }
.c-title-level5::before {
    content: '';
    width: 20px;
    height: 3px;
    background: var(--color-font-gray);
    margin-right: 10px;
}

/*
component > pager
--------------------------------------------------
*/
.c-pager__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
}
.c-pager__item {
    min-width: 80px;
    text-align: center;
}
.c-pager__item:first-child a,
.c-pager__item:last-child a {
    position: relative;
}
.c-pager__item:first-child a::before {
    content: "\f053";
    font-family: "FontAwesome";
    color: var(--color-font-blue);
    position: absolute;
    left: -19px;
    top: -1px;
}
.c-pager__item:last-child a::after {
    content: "\f054";
    font-family: "FontAwesome";
    color: var(--color-font-blue);
    position: absolute;
    right: -19px;
    top: -1px;
}


/*
animation
--------------------------------------------------
*/


/*
variable
--------------------------------------------------
*/
/*
variable > color
--------------------------------------------------
*/
:root {
    --color-font-base: #333;
    --color-font-light-blue: #62aad9;
    --color-font-blue: #0a78c6;
    --color-font-dark-brown: #8b6e10;
    --color-font-brown: #917826;
    --color-font-white: #fff;
    --color-font-gray: #d3cfc1;
    
    --color-bg-blue: #0a78c6;
    --color-bg-light-brown: #c3a34d;
    --color-bg-purple: #c3a3c9;
    --color-bg-green: #b5be4f;
    --color-bg-white: #fff;
}
.bg-gray {
    background-color: #f4f3f0;
}
.bg-yellow {
    background-color: #fff9dd;
}
.bold {
    font-weight: 700 !important;
}

/*
variable > content-width
--------------------------------------------------
*/
:root {
    --width-content-1200: 1200px;
    --width-content-1000: 1000px;
    --width-content-960: 960px;
}

/*
variable > font
--------------------------------------------------
*/
:root {
    --font-family-base: 'Noto Sans JP', sans-serif;
    --font-family-roboro: 'Roboto', sans-serif;
    --font-family-mincho: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

/*
variable > z-index
--------------------------------------------------
*/
:root {
    --z-index-modal: 100;
    --z-index-header: 30;
    --z-index-menu: 10;
    --z-index-default: 1;
}

/*
layout
--------------------------------------------------
*/
/*
layout > container
--------------------------------------------------
*/
.l-container-1200 {
    max-width: var(--width-content-1200);
    margin: 0 auto;
}
.l-container-1000 {
    max-width: var(--width-content-1000);
    margin: 0 auto;
}
.l-container-960 {
    max-width: var(--width-content-960);
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .l-container-1200,
    .l-container-1000,
    .l-container-960 {
        width: 95%;
        margin: 0 auto;
    }
}

/*
layout > header
--------------------------------------------------
*/
.header {
    padding: 15px 0 10px;
}
@media screen and (max-width: 640px) {
    .header {
        padding: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--color-bg-white);
        height: 90px;
    }
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .header__inner {
        height: 90px;
    }
}
.header__logo {
    width: 29%;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 35%;
  }
}
@media screen and (max-width: 670px) {
    .header__logo {
      width: 30%;
    }
  }
@media screen and (max-width: 640px) {
    .header__logo {
      width: 70%;
    }
}
.header__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 56.7%;
}
@media screen and (max-width: 1024px) {
    .header__contents {
      width: 68%;
    }
}
@media screen and (max-width: 768px) {
  .header__contents {
    display: block;
    width: 55%;
  }
}
@media screen and (max-width: 670px) {
    .header__contents {
      width: 62%;
    }
}
.header__tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 61.2%;
}
@media screen and (max-width: 768px) {
  .header__tel {
    width: 100%;
  }
}
.header__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 36.7%;
    gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .header__list {
    width: 60%;
    margin-left: auto;
  }
}
.header__text {
    font-weight: 500;
}
.header__tel-number {
    font-family: var(--font-family-roboro);
    font-size: 30px;
    font-weight: 500;
}
.header__tel-number::before {
    content: "";
    display: inline-block;
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/free-dial-icon01.svg) no-repeat left center;
    width: 39px;
    height: 22px;
}
.header__item {
    width: calc(100%/2);
}
.header__item a {
    border-radius: 20px;
}
.header__item:first-child a {
    background: var(--color-bg-blue);
}
.header__item:first-child a:hover {
    background: rgba(10,120,198,0.7);
}
.header__item:last-child a {
    background: var(--color-bg-light-brown);

}
.header__item:last-child a:hover {
    background: rgba(195,163,77,0.7);
}
.header__item a {
    font-size: 14px;
}

/*
layout > header > global-nav
--------------------------------------------------
*/
.global-nav {
    margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
    .global-nav {
        background: #fff;
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 98;
        left: 0;
        top: 70px;
        overflow-y: scroll;
    }
}
@media screen and (max-width: 640px) {
    .global-nav__item {
        background: #f4f3f0;
        border-top: 1px solid #cbcbcb;
    }
    .global-nav__item:last-child {
        border-bottom: 1px solid #cbcbcb;
    }
}
.global-nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .global-nav__list {
        display: block;
    }
}
.global-nav__item a {
    font-weight: 500;
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 768px) {
  .global-nav__item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 670px) {
    .global-nav__item a {
      font-size: 11px;
    }
}
@media screen and (max-width: 640px) {
    .global-nav__item a {
      padding: 20px;
      display: block;
      font-size: 18px;
    }
}
.global-nav__item a::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #3F51B5;
    transition: all 0.3s;
}
@media screen and (max-width: 640px) {
    .global-nav__item a::after {
        background: none;
    }
}
.global-nav__item a:hover::after {
    width: 100%;
}
.global-nav__item .current::after {
    width: 100%;
}
@media screen and (max-width: 640px) {
    .global-nav__list02 {
        background: var(--color-bg-white);
        padding: 15px 30px;
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .global-nav__item02 a {
        padding: 10px 20px;
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .global-nav__item02 a::before {
        width: 18px;
        height: 18px;
        top: 17px;
        left: -5px;
    }
}
.global-nav__item:last-child span {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/external-link-icon.svg) right center no-repeat;
    padding-right: 20px;
}
@media screen and (max-width: 640px) {
    .js-accordion-title03 {
        font-size: 18px;
        font-weight: 500;
        position: relative;
        padding: 20px;
        background: #f4f3f0;
        border-top: 1px solid #cbcbcb;
    }
    .js-accordion-title03::before {
        background: #958759;
        content: "";
        height: 2px;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: rotate(90deg);
        transition: transform .3s ease-in-out;
        width: 15px;
     }
     .js-accordion-title03::after {
        background: #958759;
        content: "";
        height: 2px;
        position: absolute;
        right: 25px;
        top: 50%;
        transition: opacity .3s ease-in-out;
        width: 15px;
     }
     .js-accordion-title03.open::before {
        transform: rotate(180deg);
      }
     .js-accordion-title03.open::after {
        opacity: 0;
     }
     .global-nav__item02 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
     }
     .global-nav__item02:last-child {
        margin-bottom: 0;
     }
}

/*
layout > header > menu
--------------------------------------------------
*/
.menu {
    display: none;
}
@media screen and (max-width: 640px) {
    .menu {
        display: block;
        height: 25px;
        position: absolute;
        right: 20px;
        top: 32px;
        width: 30px;
        z-index: 99;
    }
    .menu__line{
        background: #918d8d;
        display: block;
        height: 2px;
        position: absolute;
        transition:transform .3s;
        width: 100%;
    }
    .menu__line--center{
        top: 12px;
    }
    .menu__line--bottom{
        bottom: 0;
    }
    .menu__line--top.active{
        top: 9px;
        transform: rotate(45deg);
    }
    .menu__line--center.active{
        transform:scaleX(0);
    }
    .menu__line--bottom.active{
        bottom: 14px;
        transform: rotate(135deg);
    }
}
@media screen and (max-width: 640px) {
    .sp-nav-contents {
        margin-bottom: 100px;
    }
    .sp-nav-contents__text {
        max-width: 285px;
        margin: 10px auto 0;
        font-size: 18px;
        font-weight: 500;
    }
    .sp-nav-contents__tel-number {
        font-family: var(--font-family-roboro);
        font-size: 35px;
        font-weight: 500;
        text-align: center;
    }
    .sp-nav-contents__tel-number::before {
        content: "";
        display: inline-block;
        background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/free-dial-icon02.svg) no-repeat left center;
        width: 53px;
        height: 30px;
        position: relative;
        top: 2px;
    }
    .sp-nav-contents__tel a {
        background: var(--color-bg-light-brown);
        color: var(--color-font-white);
        display: block;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        padding: 20px;
    }
    .sp-nav-contents__tel span {
        position: relative;
    }
    .sp-nav-contents__tel span::before {
        content: "";
        display: inline-block;
        background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/footer-tel-icon.svg) no-repeat center;
        width: 21px;
        height: 28px;
        position: absolute;
        left: -30px;
        top: 0;
    }
    .sp-nav-contents__list {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .sp-nav-contents__list {
        display: flex;
        justify-content: center;
    }
    .sp-nav-contents__item {
        width: calc(100%/2);
    }
    .sp-nav-contents__item a {
        color: var(--color-font-white);
        display: block;
        font-size: 17px;
        font-weight: 900;
        text-align: center;
        padding: 20px;
    }
    .sp-nav-contents__item--first a {
        background: var(--color-bg-blue);
    }
    .sp-nav-contents__item--first span {
        position: relative;
    }
    .sp-nav-contents__item--first span::before {
        content: "";
        display: inline-block;
        background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/footer-contact-icon.svg) no-repeat center;
        width: 24px;
        height: 17px;
        position: absolute;
        left: -30px;
        top: 25%;
    }
    .sp-nav-contents__item--second a {
        background: #af86b7;
    }
    .sp-nav-contents__item--second span {
        position: relative;
    }
    .sp-nav-contents__item--second span::before {
        content: "";
        display: inline-block;
        background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/footer-flower-icon.svg) no-repeat center;
        width: 24px;
        height: 24px;
        position: absolute;
        left: -30px;
        top: 8%;
    }
    .sp-nav-contents__logo {
        text-align: center;
    }
    .sp-nav-contents__address {
        max-width: 315px;
        margin: 10px auto 0;
    }
}

/*
layout > main
--------------------------------------------------
*/
.main {
    margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
    .main {
        margin-bottom: 100px;
    }
}

/*
layout > footer
--------------------------------------------------
*/
.footer__sentence {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #cbcbcb;
    max-width: 543px;
    margin: 0 auto 20px;
    padding-bottom: 5px;
}
@media screen and (max-width: 640px) {
    .footer__sentence {
        text-align: left;
        padding: 0 10px 15px;
        width: 90%;
        margin: 0 auto 10px;
    }
}
.footer__sentence::before {
    /* content: '';
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #cbcbcb transparent;
    border-width: 20px 19.5px 0 0;
    bottom: -20px;
    right: 30.1px; */
    content: "";
    position: absolute;
    border-top: 20px solid #cbcbcb;
    border-right: 20px solid transparent;
    /* width: 0;
    height: 0; */
    right: 30px;
    top:100%;
}
.footer__sentence::after {
    /* content: '';
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 19px 19px 0 0;
    bottom: -18px;
    right: 30px; */
    content: "";
    position: absolute;
    border-top: 18px solid #fff;
    border-right: 18px solid transparent;
    /* width: 0;
    height: 0; */
    right: 31px;
    top:100%;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 540px;
    margin: 0 auto;
    gap: 0 10px;
}
@media screen and (max-width: 640px) {
    .footer__inner {
        display: block;
    }
}
.footer__tel {
    font-family: var(--font-family-roboro);
    font-size: 40px;
    font-weight: 500;
    width: 57.9%;
}
@media screen and (max-width: 640px) {
    .footer__tel {
        width: 100%;
        text-align: center;
    }
}
.footer__tel::before {
    content: "";
    display: inline-block;
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/free-dial-icon02.svg) no-repeat left center;
    width: 50px;
    height: 28px;
}
.footer__button {
    width: 40.7%;
}
@media screen and (max-width: 640px) {
    .footer__button {
        width: 65%;
        margin: 0 auto;
    }
}
.footer__button a {
    background: var(--color-bg-blue);
    border-radius: 25px;
    padding: 15px 0;
}
@media screen and (max-width: 640px) {
    .footer__button a {
        padding: 20px 0;
        font-size: 16px;
    }
}
.footer__button a:hover {
    background: rgba(10,120,198,0.7);
}

.footer__inner02 {
    max-width: 1100px;
    margin: 110px auto;
    display: flex;
    justify-content: space-between;
    gap: 0 69px;
}
@media screen and (max-width: 1024px) {
  .footer__inner02 {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
    .footer__inner02 {
      display: block;
      width: 100%;
      margin: 50px auto;
    }
}
.footer__contents {
    width: calc(100%/4);
}
@media screen and (max-width: 640px) {
    .footer__contents {
        width: calc(100%/1);
    }
}
.footer__title {
    font-size: 22px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
    .footer__title {
        position: relative;
        font-size: 18px;
        border-top: 1px solid #cbcbcb;
        border-bottom: none;
        padding: 15px 0 0 20px;
    }
    .footer__title::before {
        background: #958759;
        content: "";
        height: 2px;
        position: absolute;
        right: 25px;
        top: 60%;
        transform: rotate(90deg);
        transition: transform .3s ease-in-out;
        width: 15px;
    }
    .footer__title::after {
        background: #958759;
        content: "";
        height: 2px;
        position: absolute;
        right: 25px;
        top: 60%;
        transition: opacity .3s ease-in-out;
        width: 15px;
    }
    .footer__title.open::before {
        transform: rotate(180deg);
    }
    .footer__title.open::after {
        opacity: 0;
    }
}
.footer__list--irregular {
    margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
    .footer__list--irregular {
        margin-bottom: 0;
    }
}
.footer__item {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__item {
    font-size: 13px;
  }
}
.footer__item a {
    padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer__item a {
    padding-left: 23px;
  }
}
.footer__item a::before {
    width: 22px;
    height: 22px;
    top: 4px;
}
@media screen and (max-width: 768px) {
  .footer__item a::before {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}
.footer__text {
    font-weight: 500;
}
@media screen and (max-width: 640px) {
    .footer__text {
        padding: 15px 0 0 20px;
        border-top: 1px solid #cbcbcb;
    }
}
.footer__text a {
    position: relative;
    padding-right: 20px;
}
.footer__text a::after {
    content: "\f08e";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}
.footer__inner03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #c9c9c9;
    padding: 0 10px 18px;
}
@media screen and (max-width: 640px) {
    .footer__inner03 {
        display: block;
        width: 90%;
        margin: 0 auto 20px;
    }
}
.footer__logo {
    width: 28.2%;
    margin-right: auto;
}
@media screen and (max-width: 640px) {
    .footer__logo {
        width: 90%;
        margin: 0 auto;
    }
}
.footer__list02 {
    width: 25%;
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .footer__list02 {
    width: 35%;
  }
}
.footer__item02 {
    width: calc(100%/2);
}
.footer__item02 a {
    border-radius: 20px;
    font-size: 14px;
}
.footer__item02:first-child a {
    background: var(--color-bg-blue);
}
.footer__item02:first-child a:hover {
    background: rgba(10,120,198,0.7);
}
.footer__item02:last-child a {
    background: var(--color-bg-light-brown);
}
.footer__item02:last-child a:hover {
    background: rgba(195,163,77,0.7);
}
.footer__inner04 {
    margin: 0 auto 60px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .footer__inner04 {
        display: block;
        margin: 0 auto 30px;
    }
}
.simulation .footer__inner04 {
    margin: 0 auto 300px;
}
.footer__address,
.footer__copyright {
    font-size: 14px;
}
@media screen and (max-width: 670px) {
    .footer__address,
    .footer__copyright {
        font-size: 11px;
    }
}
@media screen and (max-width: 640px) {
    .footer__address {
        width: 90%;
        margin: 0 auto 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    .footer__copyright  {
        display: block;
        text-align: center;
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    .footer-nav {
        display: flex !important;
    }
    .footer-nav__item {
        width: calc(100%/3);
    }
    .footer-nav__item a {
        color: var(--color-font-white);
        display: block;
        font-size: 16px;
        font-weight: 900;
        text-align: center;
        padding: 40px 10px 10px;
    }
    .footer-nav__item:nth-child(1) a {
        background: var(--color-bg-blue);
        position: relative;
    }
    .footer-nav__item:nth-child(1) a::before {
        content: "";
        display: inline-block;
        background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/footer-contact-icon.svg) no-repeat center;
        width: 24px;
        height: 17px;
        position: absolute;
        left: 42%;
        top: 16px;
    }
    .footer-nav__item:nth-child(2) a {
        background: var(--color-bg-light-brown);
        position: relative;
    }
    .footer-nav__item:nth-child(2) a::before {
        content: "";
        display: inline-block;
        background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/footer-tel-icon.svg) no-repeat center;
        width: 21px;
        height: 28px;
        position: absolute;
        left: 42%;
        top: 11px;
    }
    .footer-nav__item:nth-child(3) a {
        background: #af86b7;
        position: relative;
    }
    .footer-nav__item:nth-child(3) a::before {
        content: "";
        display: inline-block;
        background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/footer-flower-icon.svg) no-repeat center;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 42%;
        top: 11px;
    }
    .accordion-content02 {
        display: none;
        padding: 0 40px;
    }
}

/*
page > top > common
--------------------------------------------------
*/

/*
page > top
--------------------------------------------------
*/
.top-mv-contents {
    position: relative;
}
@media screen and (max-width: 640px) {
    .top-mv-contents {
        top: 90px;
    }
}
.top-mv-contents__image img {
    width: 100%;
}

.top-menu {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .top-menu {
        width: 80%;
    }
}
.top-menu__list {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .top-menu__list {
    width: 95%;
  }
}
.top-menu__item {
    width: calc(100%/3);
    background: #fff;
}
@media screen and (max-width: 670px) {
    .slick-slide {
        margin: 0 10px;
    }
}
@media screen and (max-width: 640px) {
    .slick-slide {
        margin: 0;
    }
}
@media screen and (max-width: 640px) {
.slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
}
.slick-arrow:hover {
    opacity: 0.7;
}
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.slick-next {
    right: -30px;
}
  .slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}
.slick-prev {
    left: -30px;
}
.slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
  }
}

.top-mv {
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-mv {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
    .top-mv {
      width: 70%;
    }
}
.top-mv__text01 {
    font-size: 43px;
    font-family: var(--font-family-mincho);
}
@media screen and (max-width: 1024px) {
  .top-mv__text01 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__text01 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
    .top-mv__text01 {
      font-size: 26px;
    }
}
.top-mv__text02 {
    font-size: 26px;
    font-family: var(--font-family-mincho);
    text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-mv__text02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__text02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
    .top-mv__text02 {
      font-size: 18px;
      text-align: left;
    }
}

.top-menu02__inner {
    display: flex;
    justify-content: space-between;
    gap: 0 120px;
    margin: 100px 0 80px;
}
@media screen and (max-width: 640px) {
    .top-menu02__inner {
        display: block;
        margin: 120px 0 20px;
    }
}
.top-menu02__link {
    width: calc(100%/2);
}
@media screen and (max-width: 640px) {
    .top-menu02__image {
        margin-bottom: 20px;
    }
}
.top-menu02__caption {
    font-size: 24px;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-menu02__caption {
    font-size: 22px;
  }
}

.outside-right {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.outside-right__contents {
    margin-right: calc(50% - 50vw);
    background: #f4f8fc;
    height: 380px;
}
@media screen and (max-width: 640px) {
    .outside-right__contents {
        height: 30px;
    }
}

.top-funeral__inner {
    display: flex;
    align-items: flex-start;
    margin: -300px 0 20px;
}
@media screen and (max-width: 640px) {
    .top-funeral__inner {
        margin: 0 0 20px;
    }
}
.top-funeral__title {
    font-size: 28px;
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    width: 10.4%;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    margin-right: 12.5%;
    padding: 20px 0 5px;
    letter-spacing: .8em;
}
@media screen and (max-width: 670px) {
    .top-funeral__title {
        font-size: 19px;
    }
}
@media screen and (max-width: 640px) {
    .top-funeral__title {
        font-size: 20px;
        margin-right: 4%;
    }
}
.top-funeral__contents {
    width: 85.6%;
}
.top-funeral__image {
    margin-bottom: 35px;
}
.top-funeral__sub-title {
    color: var(--color-font-blue);
    font-size: 20px;
    margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
    .top-funeral__sub-title {
        font-size: 18px;
    }
}
.top-funeral__title02 {
    color: var(--color-font-blue);
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-funeral__title02 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
    .top-funeral__title02 {
      font-size: 20px;
    }
}
.top-funeral__sentence {
    font-size: 18px;
    line-height: 2;
    max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .top-funeral__sentence {
    font-size: 18px;
  }
}
.top-funeral__inner02 {
    display: flex;
    max-width: 582px;
    margin: 30px 0 40px 22%;
}
@media screen and (max-width: 640px) {
    .top-funeral__inner02 {
        flex-direction: column-reverse;
        margin: 20px 0 30px;
    }
}
.top-funeral__sentence02 {
    font-size: 18px;
    width: 49.3%;
    margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .top-funeral__sentence02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
    .top-funeral__sentence02 {
        width: 100%;
    }
}
.top-funeral__image02 {
    width: 46.3%;
}
@media screen and (max-width: 640px) {
    .top-funeral__image02 {
        width: 100%;
        margin-bottom: 10px;
    }
}
.top-funeral__list {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    max-width: 582px;
    margin: 0 0 150px 22%;
}
@media screen and (max-width: 640px) {
    .top-funeral__list {
        margin: 0 0 70px;
    }
}
.top-funeral__item {
    width: calc(100%/2);
}
.top-funeral__item a {
    background-color: var(--color-bg-blue);
    border-radius: 30px;
    font-size: 20px;
    padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .top-funeral__item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
    .top-funeral__item a {
      font-size: 16px;
      border-radius: 10px;
      height: 100px;
      line-height: 1.3;
    }
}
.top-funeral__item a:hover {
    background: rgba(10,120,198,0.7);
}

.top-notice {
    margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
    .top-notice {
        margin-bottom: 60px;
    }
}
.top-notice__list {
    max-width: 800px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .top-notice__list {
    width: 85%;
  }
}
.top-notice__item {
    border-bottom: 2px solid #d3cfc1;
}
.top-notice__item a {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 670px) {
    .top-notice__item a {
        display: block;
    }
}
.top-notice__left {
    width: 27%;
}
@media screen and (max-width: 768px) {
    .top-notice__left {
        width: 30%;
    }
}
@media screen and (max-width: 670px) {
    .top-notice__left {
        width: 100%;
    }
}
.top-notice__right {
    width: 70%;
}
@media screen and (max-width: 768px) {
    .top-notice__right {
        width: 67%;
    }
}
@media screen and (max-width: 670px) {
    .top-notice__right {
        width: 100%;
    }
}
.top-notice__date {
    color: var(--color-font-brown);
    margin-right: 20px;
    width: 5em;
    display: inline-block;
}
.top-notice__category {
    color: var(--color-font-white);
    display: inline-block;
    font-size: 13px;
    border-radius: 14px;
    padding: 2px 0 3px;
    text-align: center;
    width: 100px;
}
.top-notice__category--info {
    background: var(--color-bg-purple);
}
.top-notice__category--voice {
    background: var(--color-bg-green);
}
.top-notice__category--recruitment-info {
    background: #3baec9;
}
.top-notice__to-link {
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width: 768px) {
  .top-notice__to-link {
    font-size: 22px;
  }
}
.top-notice__to-link a::before {
    top: 4px;
}

.top-recruitment__inner {
    display: flex;
    justify-content: space-between;
    max-width: 990px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-recruitment__inner {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
    .top-recruitment__inner {
      display: block;
    }
}
.top-recruitment__image {
    width: 40.4%;
}
@media screen and (max-width: 640px) {
    .top-recruitment__image {
        width: 100%;
        margin-bottom: 10px;
    }
}
.top-recruitment__contents {
    width: 55.5%;
}
@media screen and (max-width: 640px) {
    .top-recruitment__contents {
        width: 100%;
    }
}
.top-recruitment__sub-title {
    color: var(--color-font-blue);
    font-size: 20px;
    font-weight: 500;
}
.top-recruitment__title {
    color: var(--color-font-blue);
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}
.top-recruitment__sentence {
    font-size: 18px;
    margin-bottom: 15px;
}
.top-recruitment__to-link {
    font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top-recruitment__to-link {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
    .top-recruitment__to-link {
      text-align: center;
    }
}
.top-recruitment__to-link a::before {
    top: 4px;
}

/*
page > layer > common
--------------------------------------------------
*/
.layer-mv {
    height: 280px;
    position: relative;
}
@media screen and (max-width: 768px) {
  .layer-mv {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
    .layer-mv {
      height: 100px;
      position: relative;
      top: 82px;
      margin-bottom: 100px;
    }
  }
.layer-mv__level2 {
    font-size: 32px;
    font-family: var(--font-family-mincho);
    max-width: 994px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
@media screen and (max-width: 1024px) {
  .layer-mv__level2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .layer-mv__level2 {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
    .layer-mv__level2 {
      font-size: 18px;
    }
  }
.layer-mv.duties {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/duties/duties-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.floral-tribute {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/floral-tribute/floral-tribute-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.urgent {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/urgent/urgent-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.consultation {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/consultation/consultation-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.flow {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/flow/flow-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.plan {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/plan/plan-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.simulation {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/simulation/simulation-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.notice {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/notice/notice-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.policy {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/policy/policy-mv.jpg) no-repeat left top;
    background-size: cover;
}
.layer-mv.contact {
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/contact/contact-mv.jpg) no-repeat left top;
    background-size: cover;
}

.breadcrumb__list {
    display: flex;
    margin: 20px auto 40px;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    font-size: 13px;
    white-space: nowrap;
    word-break: keep-all;
    overflow-x: auto;
  }
}
.breadcrumb__item:not(:last-of-type)::after {
    content: "＞";
    margin: 0 10px;
}

.layer-lead {
    font-size: 22px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .layer-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
    .layer-lead {
      font-size: 16px;
    }
}

/*
page > duties
--------------------------------------------------
*/
.duties-business__inner {
    max-width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 75px 0;
}
@media screen and (max-width: 640px) {
    .duties-business__inner {
        gap: 40px 0;
    }
}
.duties-business__contents {
    width: 29%;
}
@media screen and (max-width: 640px) {
    .duties-business__contents {
        width: 47%;
    }
}
.duties-business__image {
    margin-bottom: 30px;
}
.duties-business__section {
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    .duties-business__section {
        font-size: 14px;
    }
}

/*
page > floral-tribute
--------------------------------------------------
*/
.floral-tribute-introduction__inner {
    max-width: 900px;
    margin: 0 auto 65px;
    display: flex;
    justify-content: space-between;
    gap: 0 45px;
}
@media screen and (max-width: 640px) {
    .floral-tribute-introduction__inner {
        flex-wrap: wrap;
        gap: 0 15px;
    }
}
.floral-tribute-introduction__contents {
    width: 30%;
    margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
    .floral-tribute-introduction__contents {
        width: 47%;
    }
}
.floral-tribute-introduction__image {
    margin-bottom: 25px;
}
.floral-tribute-order {
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #D3CFC1;
    border-radius: 5px;
    padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .floral-tribute-order {
    padding: 25px;
  }
}
.floral-tribute-order__title {
    font-size: 22px;
    font-weight: 500;
    padding: 0 25px;
    background: #fff;
    margin: -46px auto 40px;
    width: 15em;
    text-align: center;
}
@media screen and (max-width: 1024px) {
  .floral-tribute-order__title {
    font-size: 20px;
  }
}
.floral-tribute-order__inner {
    max-width: 847px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #D3CFC1;
    padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .floral-tribute-order__inner {
    display: block;
  }
}
.floral-tribute-order__tel {
    width: 34.7%;
    border-right: 1px solid #d3cfc1;
}
@media screen and (max-width: 768px) {
  .floral-tribute-order__tel {
    width: 100%;
    border-right: none;
  }
}
.floral-tribute-order_tel-text {
    font-size: 18px;
    font-weight: 500;
}
.floral-tribute-order_number {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--font-family-roboro);
    display: flex;
    align-items: center;
}
.floral-tribute-order_number span {
    color: var(--color-font-blue);
    font-size: 36px;
    font-weight: 500;
    font-family: var(--font-family-roboro);
    margin-left: 10px;
}
.floral-tribute-order__fax {
    width: 63.6%;
}
@media screen and (max-width: 768px) {
  .floral-tribute-order__fax {
    width: 100%;
  }
}
.floral-tribute-order__inner02 {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
  .floral-tribute-order__inner02 {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
    .floral-tribute-order__inner02 {
      display: block;
    }
}
.floral-tribute-order_fax-text {
    font-size: 18px;
    font-weight: 500;
    width: 24.8%;
    border-right: 1px solid #d3cfc1;
    margin-right: auto;
}
@media screen and (max-width: 640px) {
    .floral-tribute-order_fax-text {
        width: 100%;
        border-right: none;
    }
}
.floral-tribute-order_fax-text02 {
    font-size: 13px;
    font-weight: 500;
}
.floral-tribute-order__inner03 {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
  .floral-tribute-order__inner03 {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
    .floral-tribute-order__inner03 {
      display: block;
    }
}
.floral-tribute-order_number02 {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--font-family-roboro);
    display: flex;
    align-items: center;
}
.floral-tribute-order_number02 span {
    color: var(--color-font-blue);
    font-size: 36px;
    font-weight: 500;
    font-family: var(--font-family-roboro);
    margin-left: 10px;
}
.floral-tribute-order_button {
    width: 44.4%;
}
@media screen and (max-width: 640px) {
    .floral-tribute-order_button {
        width: 65%;
        margin: 0 auto;
    }
}
.floral-tribute-order_button a {
    background: #2770A5;
    border-radius: 10px;
    color: var(--color-font-white);
    font-weight: 500;
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
}
.floral-tribute-order_button a:hover {
    background: rgba(39,112,165,0.7);
}
.floral-tribute-order__inner04 {
    max-width: 808px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .floral-tribute-order__inner04 {
        display: block;
    }
}
.floral-tribute-order_line-text {
    width: 17.8%;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px solid #d3cfc1;
    padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .floral-tribute-order_line-text {
    width: 21%;
  }
}
@media screen and (max-width: 670px) {
    .floral-tribute-order_line-text {
      width: 26%;
    }
}
@media screen and (max-width: 640px) {
    .floral-tribute-order_line-text {
      width: 100%;
      border-right: none;
    }
}
.floral-tribute-order__inner05 {
    width: 79.7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 670px) {
    .floral-tribute-order__inner05 {
        width: 73%;
    }
}
@media screen and (max-width: 640px) {
    .floral-tribute-order__inner05 {
        width: 100%;
        display: block;
    }
}
.floral-tribute-order_line-text02 {
    width: 63%;
    font-size: 13px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  .floral-tribute-order_line-text02 {
    width: 76%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
    .floral-tribute-order_line-text02 {
      width: 100%;
      margin: 0 0 20px 0;
    }
}
.floral-tribute-order__image {
    width: 13.6%;
}
@media screen and (max-width: 640px) {
    .floral-tribute-order__image {
        width: 30%;
        margin: 0 auto;
    }
}

/*
page > urgent
--------------------------------------------------
*/
.urgent__inner {
    max-width: 757px;
    margin: 0 auto 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}
@media screen and (max-width: 670px) {
    .urgent__inner {
        display: block;
    }
}
.urgent__contents {
    width: 59.3%;
    position: relative;
    left: 70px;
}
@media screen and (max-width: 670px) {
    .urgent__contents {
        left: 0;
        width: 100%;
    }
}
.urgent__image {
    width: 40.5%;
    position: relative;
    top: -35px;
    right: 70px;
}
@media screen and (max-width: 670px) {
    .urgent__image {
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
.urgent__text {
    color: var(--color-font-light-blue);
    font-size: 24px;
    font-weight: 500;
}
@media screen and (max-width: 670px) {
    .urgent__text {
        font-size: 22px;
        text-align: center;
    }
}
.urgent__text span {
    border-bottom: 2px solid #62aad9;
    display: inline-block;
    margin-bottom: 20px;
}
.urgent__text02 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (max-width: 670px) {
    .urgent__text02 {
        font-size: 24px;
        text-align: center;
    }
}
.urgent__tel {
    font-size: 59px;
    font-family: var(--font-family-roboro);
    font-weight: 500;
    margin-top: -10px;
}
@media screen and (max-width: 768px) {
    .urgent__tel {
        font-size: 50px;
    }
}
@media screen and (max-width: 670px) {
    .urgent__tel {
        font-size: 40px;
        margin-top: 10px;
        text-align: center;
    }
}
.urgent__tel::before {
    content: "";
    display: inline-block;
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/free-dial-icon03.svg) no-repeat left center;
    width: 65px;
    height: 37px;
}
@media screen and (max-width: 640px) {
    .urgent__tel::before {
        position: relative;
        top: 3px;
    }
}

.urgent-hospital {
    margin-bottom: 140px;
}
@media screen and (max-width: 640px) {
    .urgent-hospital {
        margin-bottom: 70px;
    }
}
.urgent-hospital__inner {
    max-width: 853px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.urgent-hospital__number {
    width: 5.2%;
    border-right: 1px solid #d3cfc1;
    padding: 30px 0;
    color: #958759;
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
    .urgent-hospital__number {
        padding: 30px 30px 30px 20px;
        font-size: 18px;
    }
}
.urgent-hospital__contents {
    width: 91.6%;
}
@media screen and (max-width: 640px) {
    .urgent-hospital__contents {
        padding-left: 20px;
    }
}
.urgent-hospital__sentence {
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
    .urgent-hospital__sentence {
        font-size: 18px;
    }
}
.urgent-hospital__annotation {
    font-weight: 500;
    font-size: 15px;
}
.urgent-hospital__button a {
    background: var(--color-bg-blue);
    max-width: 280px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 20px 0;
    font-weight: 700;
}
.urgent-hospital__button a:hover {
    background: rgba(10,120,198,0.7);
}
.urgent-home__sentence {
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .urgent-home__sentence {
        font-size: 16px;
    }
}

/*
page > consultation
--------------------------------------------------
*/
.consultation .layer-lead {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
  .consultation .layer-lead {
    font-size: 16px;
  }
}
.consultation-advantages {
    margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
    .consultation-advantages {
        margin-bottom: 60px;
    }
}
.consultation__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
@media screen and (max-width: 640px) {
    .consultation__inner {
        flex-wrap: wrap;
        gap: 0;
    }
}
.consultation__contents {
    width: calc(100%/3);
    background: #f4f3f0;
    border-radius: 5px;
    padding: 30px 0 57px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
    .consultation__contents {
        width: 47%;
        padding: 30px 10px 40px;
        display: flex;
        margin-bottom: 20px;
     }
}
.consultation__number {
    margin-bottom: 38px;
    width: 100%;
    text-align: center;
}
.consultation__number-text {
    color: #b7b3a5;
    font-size: 35px;
    border-bottom: 1px solid #b7b3a5;
    display: inline-block;
}
.consultation-advantages__sentence {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .consultation-advantages__sentence {
        font-size: 18px;
    }
}
.consultation-possible {
    margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
    .consultation-possible {
        margin-bottom: 60px;
    }
}
.consultation-possible__sentence {
    max-width: 900px;
    margin: 10px auto 20px;
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    .consultation-possible__sentence {
        font-size: 16px;
    }
}

.consultation-point {
    margin-bottom: 95px;
}
@media screen and (max-width: 640px) {
    .consultation-point {
        margin-bottom: 45px;
    }
}
.consultation__contents02 {
    max-width: 884px;
    margin: 0 auto;
}
.consultation__title {
    padding-left: 32px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.consultation__title::before,
.consultation__title::after {
    content: "";
    display: block;
    position: absolute;
}
.consultation__title::before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #d3cfc1;
    border-radius: 2px;
    left: 0;
    top: 6px;
}
.consultation__title::after{
    border-left: 2px solid #958759;
    border-bottom: 2px solid #958759;
    width: 6px;
    height: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 8px;
    top: 14px;
}
.consultation-point__sentence {
    font-size: 18px;
    margin: 0 0 25px 32px;
}

.consultation-knowledge .consultation__title {
    margin-bottom: 30px;
}
.consultation-knowledge .consultation__title--irregular {
    margin-bottom: 0;
}
.consultation-knowledge__list {
    margin: 0 0 25px 32px;
}
.consultation-knowledge__item {
    font-size: 15px;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
}

/*
page > flow
--------------------------------------------------
*/
.flow-confirmation .layer-lead {
    font-size: 18px;
}
.accordion {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #d3cfc1;
}
.accordion__title {
    cursor: pointer;
    background: #f4f3f0;
    border-bottom: 1px solid #d3cfc1;
    font-size: 18px;
    padding: 20px 30px;
    position: relative;
}
.accordion__contents {
    display: none;
    padding: 20px 30px;
}
.accordion__title::after {
    border-right: solid 2px #958759;
    border-top: solid 2px #958759;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 32px;
    top: 30%;
    transform: rotate(135deg);
}
.accordion__title.open {
    background: #fff;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 30px 20px 10px;
}
@media screen and (max-width: 640px) {
    .accordion__title.open {
        padding: 20px 30px 20px 30px;
    }
}
.accordion__title.open::after {
    border-right: none;
    border-top: none;
}
.accordion__title.open::before,
.accordion__title.open::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 2px;
    height: 28px;
    background: #958759;
}
@media screen and (max-width: 640px) {
    .accordion__title.open::before,
    .accordion__title.open::after {
        right: 39px;
    }
}
.accordion__title.open::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.accordion__title.open::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.accordion__inner {
    max-width: 740px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
}
@media screen and (max-width: 640px) {
    .accordion__inner {
        display: block;
        margin: 0 auto 40px;
    }
}
.accordion__contents02 {
    width: 58.5%;
}
@media screen and (max-width: 640px) {
    .accordion__contents02 {
        width: 100%;
        margin-bottom: 20px;
    }
}
.accordion__image {
    width: 36.4%;
}
@media screen and (max-width: 640px) {
    .accordion__image {
        width: 100%;
    }
}
.accordion__item02 {
    display: flex;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.accordion__item02::before {
    content: '';
    width: 12px;
    height: 3px;
    background: var(--color-font-gray);
    margin-right: 10px;
    position: relative;
    top: 12px;
}
.accordion__text {
    font-size: 18px;
    margin-left: 22px;
}
.accordion__inner02 {
    max-width: 740px;
    margin: 40px auto 88px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
@media screen and (max-width: 640px) {
    .accordion__inner02 {
        display: block;
        margin: 40px auto;
    }
}
.accordion__contents03,
.accordion__contents04 {
    width: 48.6%;
    border-radius: 5px;
    padding: 20px;
}
@media screen and (max-width: 640px) {
    .accordion__contents03,
    .accordion__contents04 {
        width: 100%;
        margin-bottom: 20px;
    }
}
.accordion__contents03 {
    border: 1px solid #d3cfc1;
}
.accordion__contents04 {
    border: 1px solid #adc3d1;
}
.accordion__title02 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.accordion__text02 {
    padding-left: 32px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.accordion__text02::before,
.accordion__text02::after {
    content: "";
    display: block;
    position: absolute;
}
.accordion__text02::before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #d3cfc1;
    border-radius: 2px;
    left: 0;
    top: 4px;
}
.accordion__text02::after{
    border-left: 2px solid #958759;
    border-bottom: 2px solid #958759;
    width: 6px;
    height: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 8px;
    top: 12px;
}
.accordion__contents04 .accordion__text02::before {
    border: 2px solid #adc3d1;
}
.accordion__contents04 .accordion__text02::after{
    border-left: 2px solid #0d78c6;
    border-bottom: 2px solid #0d78c6;
}
.accordion__annotation {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px 0 0 33px;
}

/*
page > plan
--------------------------------------------------
*/
.tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 10px;
    max-width: 747px;
    margin: 0 auto 65px;
}
@media screen and (max-width: 640px) {
    .tab-list {
        display: block;
    }
}
.tab-list__item {
    width: 32.1%;
    height: 62px;
    cursor: pointer;
    background: var(--color-bg-blue);
    border: 1px solid #0a78c6;
    border-radius: 200px;
    color: var(--color-font-white);
    font-weight: 700;
    text-align: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tab-list__item {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
    .tab-list__item {
      width: 48%;
    }
}
@media screen and (max-width: 640px) {
    .tab-list__item {
        width: 100%;
    }
}
.tab-list__item:hover,
.tab-list__item.select {
    color: var(--color-font-blue);
    background: var(--color-bg-white)
}
.tab-list__sub-title {
    font-size: 15px;
    width: 100%;
    margin-top: 5px;
}
.tab-list__title {
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
}
.tab-list__item:last-child .tab-list__title {
    margin-bottom: 0;
}
.tab-contents.hide{
    display:none;
}
.tab-contents__inner {
    max-width: 900px;
    margin: 0 auto 75px;
    display: flex;
    justify-content: space-between;
}
.tab-contents__inner--irregular {
    display: block;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner {
        margin: 0 auto 35px;
        display: block;
    }
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 90px;
      }
}
.tab-contents__image {
    width: 46.6%;
}
@media screen and (max-width: 640px) {
    .tab-contents__image {
        width: 100%;
        margin-bottom: 10px;
    }
}
.tab-contents__text {
    width: 50%;
}
.tab-contents__inner--irregular .tab-contents__text {
    width: 100%;
}
@media screen and (max-width: 640px) {
    .tab-contents__text {
        width: 100%;
    }
}
.tab-contents__title {
    font-size: 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
    .tab-contents__title {
        font-size: 18px;
    }
}
.tab-contents__sentence {
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    .tab-contents__sentence {
        font-size: 16px;
    }
}
.tab-contents__inner02 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px auto 80px;
}
.tab-contents__inner02--second,
.tab-contents__inner02--third {
    margin: 25px auto 20px;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner02 {
        margin: 25px auto 40px;
    }
}
.tab-contents__inner02::after {
    content: "";
    display: block;
    width: 49%;
}
@media screen and (max-width: 768px) {
  .tab-contents__inner02.tab-contents__inner02--second::after {
    width: 38%;
  }
  .tab-contents__inner02.tab-contents__inner02--third::after {
    width: 17.8%;
  }
}
@media screen and (max-width: 670px) {
    .tab-contents__inner02::after {
        width: 22%;
    }
}
@media screen and (max-width: 640px) {
    .tab-contents__inner02::after {
        width: 49%;
    }
}
.tab-contents__box {
    width: 15%;
    border: 1px solid #d3cfc1;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    height: 150px;
}
@media screen and (max-width: 1024px) {
  .tab-contents__box {
    width: 14.9%;
  }
}
@media screen and (max-width: 768px) {
  .tab-contents__box {
    width: 17.8%;
  }
}
@media screen and (max-width: 670px) {
    .tab-contents__box {
      width: 22%;
    }
}
@media screen and (max-width: 640px) {
    .tab-contents__box {
      width: 47%;
    }
}
.tab-contents__image02 {
    width: 100%;
    margin-top: auto;
}
.tab-contents__text02 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: auto;
}
.tab-contents__text02 span {
    font-size: 13px;
}
.tab-contents__text03 {
    font-size: 18px;
    margin-bottom: 80px;
}
.tab-contents__text03--irregular {
    margin-left: 29px;
}
@media screen and (max-width: 640px) {
    .tab-contents__text03--irregular {
        margin-left: 0;
    }
}
.tab-contents__inner03 {
    display: flex;
    gap: 0 36px;
    margin: 25px auto 80px;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner03 {
        flex-wrap: wrap;
        margin: 25px auto 40px;
    }
}
.tab-contents__inner03 .tab-contents__box {
    width: 13.5%;
    height: 135px;
    position: relative;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner03 .tab-contents__box {
        width: 44%;
        margin-bottom: 20px;
    }
}
.tab-contents__inner03 .tab-contents__box:not(:last-child)::after {
    content: "\f054";
    font-family: "FontAwesome";
    color: var(--color-font-dark-brown);
    font-size: 24px;
    position: absolute;
    right: -26px;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner03 .tab-contents__box:nth-child(2n)::after {
        content: "";
    }
}
.tab-contents__inner04 {
    max-width: 790px;
    margin: 25px 0 80px 30px;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
.tab-contents__inner04--irregular {
    margin: 25px 0 20px 30px;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner04 {
        margin: 25px 0 80px 0;
        display: block;
    }
    .tab-contents__inner04--irregular {
        margin: 25px 0 20px 0;
    }
}
.tab-contents__cost-contents {
    width: calc(100%/2);
    border-radius: 5px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .tab-contents__cost-contents {
        width: calc(100%/1);
        margin-bottom: 20px;
    }
}
.tab-contents__cost-contents:first-child,
.tab-contents__cost-contents02:first-child {
    background: #f4f3f0;
}
.tab-contents__cost-contents:last-child,
.tab-contents__cost-contents02:last-child {
    border: 1px solid #d3cfc1;
}
.tab-contents__cost-contents02 {
    width: calc(100%/2);
    border-radius: 5px;
    height: 200px;
}
.tab-contents__cost-contents03,
.tab-contents__cost-contents04 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.tab-contents__cost-contents03 {
    padding-top: 30px;
}
.tab-contents__cost-contents04 {
    padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
    .tab-contents__cost-contents02 {
        width: calc(100%/1);
        margin-bottom: 20px;
    }
}
.tab-contents__cost-text,
.tab-contents03__cost-text {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
}
@media screen and (max-width: 670px) {
    .tab-contents__cost-text,
    .tab-contents03__cost-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .tab-contents__cost-text,
    .tab-contents03__cost-text {
        font-size: 18px;
    }
}
.tab-contents__cost-price,
.tab-contents03__cost-price {
    font-size: 40px;
    font-weight: 500;
    font-family: var(--font-family-roboro);
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .tab-contents__cost-price,
    .tab-contents03__cost-price {
        font-size: 34px;
    }
}
.tab-contents04__cost-price {
    font-size: 26px;
    font-weight: 500;
    font-family: var(--font-family-roboro);
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .tab-contents04__cost-price {
        font-size: 20px;
    }
}
.tab-contents04__cost-text {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-family-roboro);
    line-height: 1;
    margin: -20px 10px 0;
}
@media screen and (max-width: 670px) {
    .tab-contents__cost-price,
    .tab-contents03__cost-price {
        font-size: 28px;
    }
    .tab-contents04__cost-price {
        font-size: 17px;
    }
}
@media screen and (max-width: 640px) {
    .tab-contents__cost-price,
    .tab-contents03__cost-price {
        font-size: 40px;
    }
    .tab-contents04__cost-price {
        font-size: 24px;
    }
}
.tab-contents__cost-price-en,
.tab-contents03__cost-price-en {
    font-size: 22px;
    font-family: var(--font-family-base);
    margin-left: 10px;
}
.tab-contents__cost-price-tax,
.tab-contents03__cost-price-tax {
    font-size: 18px;
}
@media screen and (max-width: 786px) {
    .tab-contents__cost-price-tax,
    .tab-contents03__cost-price-tax {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .tab-contents__cost-price-en,
    .tab-contents03__cost-price-en {
        font-size: 18px;
    }
}
.tab-contents04__cost-price-en {
    font-size: 18px;
    font-family: var(--font-family-base);
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .tab-contents04__cost-price-en {
        font-size: 16px;
    }
}
@media screen and (max-width: 670px) {
    .tab-contents04__cost-price-en {
        font-size: 13px;
    }
}
@media screen and (max-width: 640px) {
    .tab-contents04__cost-price-en {
        font-size: 16px;
    }
}
.tab-contents04__cost-price-tax {
    font-size: 14px;
}
@media screen and (max-width: 670px) {
    .tab-contents04__cost-price-tax {
        font-size: 13px;
    }
}
@media screen and (max-width: 640px) {
    .tab-contents04__cost-price-tax {
        font-size: 14px;
    }
}
.tab-contents__cost-price .tab-contents__cost-price-text {
    font-size: 18px;
}
.tab-contents__inner05 {
    max-width: 800px;
    margin: 25px 0 125px 30px;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner05 {
        margin: 25px 0 100px 0;
        display: block;
    }
}
.tab-contents__inner05--irregular {
    max-width: 1000px;
    margin: 0 auto 100px;
    gap: 0 50px;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner05--irregular {
        display: block;
    }
}
.tab-contents-plan__left {
    width: 52.5%;
}
@media screen and (max-width: 640px) {
    .tab-contents-plan__left {
        width: 100%;
        margin-bottom: 30px;
    }
}
.tab-contents-plan__sentence {
    margin: 13px 0 20px;
    font-size: 20px;
    line-height: 1.5;
}
.tab-contents-plan__sentence--irregular {
    margin: 35px 0 85 25px;
}
@media screen and (max-width: 640px) {
    .tab-contents-plan__sentence--irregular {
        margin: 20px 0 40 23px;
    }
}
.tab-contents__inner06 {
    max-width: 400px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
.tab-contents-plan__text01 {
    width: 35%;
    border-right: 1px solid #707070;
    padding: 10px 0;
    height: 3em;
}
.tab-contents-plan__text01--irregular {
    width: 40%;
}
.tab-contents-plan__text02 {
    width: 71.5%;
    display: flex;
    align-items: center;
    line-height: 2.8;
}
.tab-contents-plan__right {
    width: 43.7%;
}
.tab-contents-plan__right-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding: 0 15px 10px;
    margin-bottom: 30px;
}
.tab-contents-plan__right-title h5 {
    font-size: 20px;
    font-weight: 700;
}
.tab-contents-plan__right-title p {
    font-size: 22px;
    font-weight: 700;
}
@media screen and (max-width: 640px) {
    .tab-contents-plan__right {
        width: 100%;
    }
}
.tab-contents-plan__title {
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.plan-table {
    width: 100%;
}
/* .plan-table tr:nth-child(1) th {
    background: #f4f3f0;
}
.plan-table tr:nth-child(2) th,
.plan-table tr:nth-child(2) td,
.plan-table tr:nth-child(6) th,
.plan-table tr:nth-child(6) td {
    background: #fff9dd;
} */
.plan-table__head,
.plan-table__data {
    padding: 10px 9px;
    border-top: 1px solid #d3cfc1;
    font-size: 13px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .plan-table__head,
    .plan-table__data {
        font-size: 12px;
        padding: 10px 6px;
    }
}
@media screen and (max-width: 670px) {
    .plan-table__head,
    .plan-table__data {
        font-size: 10px;
        padding: 10px 5px;
    }
}
@media screen and (max-width: 640px) {
    .plan-table__head,
    .plan-table__data {
        font-size: 13px;
        padding: 10px 9px;
    }
}
.plan-table__head {
    text-align: left;
}
.plan-table__data {
    text-align: right;
}
.plan-table tr:last-child .plan-table__head,
.plan-table tr:last-child .plan-table__data {
    border-bottom: 1px solid #d3cfc1;
}
/* .plan-table tr:nth-child(1) th,
.plan-table tr:nth-child(1) td,
.plan-table tr:nth-child(2) th,
.plan-table tr:nth-child(2) td,
.plan-table tr:nth-child(6) th,
.plan-table tr:nth-child(6) td {
    font-size: 15px;
    font-weight: 700;
}
.plan-table tr:last-child th {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.plan-table tr:last-child td {
    font-size: 18px;
    font-weight: 700;
} */
.plan-table__indent {
    padding-left: 2em;
}
.plan-simulation {
    max-width: 680px;
    margin: 0 auto;
    border: 2px solid #0a78c6;
    border-radius: 5px;
    padding: 40px 0;
}
.plan-table__total {
    color: #0A78C6;
    font-size: 17px;
    font-weight: 700;
}
@media screen and (max-width: 670px) {
    .plan-table__total {
        font-size: 16px;
    }
}
.tab-contents__inner07 {
    max-width: 900px;
    margin: 0 auto 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
@media screen and (max-width: 640px) {
    .tab-contents__inner07 {
        margin: 0 auto 50px;
        display: block;
    }
}
.tab-contents__inner07-conts {
    width: 46.6%;
}
@media screen and (max-width: 768px) {
    .tab-contents__inner07-conts {
        width: 45%;
    }
}
@media screen and (max-width: 640px) {
    .tab-contents__inner07-conts {
        width: 100%;
        margin-bottom: 40px;
    }
}
.tab-contents__inner07__image {
    margin-bottom: 10px;
}
.tab-contents__inner07-wrap {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.tab-contents__inner07-wrap__text {
    width: auto;
    margin-right: auto;
}
.tab-contents__inner07-wrap__price {
    width: auto;
    text-align: right;
}
.tab-contents__inner07-wrap__price .tab-contents__inner07-wrap__price02 {
    font-size: 22px;
    margin-left: 15px;
}
@media screen and (max-width: 768px) {
    .tab-contents__inner07-wrap__price .tab-contents__inner07-wrap__price02 {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .plan-simulation {
        padding: 20px;
    }
}
.plan-simulation__inner {
    max-width: 582px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
}
@media screen and (max-width: 640px) {
    .plan-simulation__inner {
        display: block;
    }
}
.plan-simulation__contents {
    width: 59.4%;
}
@media screen and (max-width: 640px) {
    .plan-simulation__contents {
        width: 100%;
        margin-bottom: 20px;
    }
}
.plan-simulation__text {
    color: var(--color-font-blue);
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 60px;
    line-height: 1.5;
}
/* @media screen and (max-width: 640px) {
    .plan-simulation__text {
        padding-left: 0;
    }
} */
.plan-simulation__text span {
    font-size: 25px;
    font-weight: 700;
}
.plan-simulation__text::before {
    content: "";
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/plan/calc-icon.svg) no-repeat left center;
    display: inline-block;
    width: 48px;
    height: 70px;
    position: absolute;
    left: 0;
    top: -3px;
}
.plan-simulation__button {
    width: 37.8%;
}
@media screen and (max-width: 640px) {
    .plan-simulation__button {
        width: 65%;
        margin: 0 auto;
    }
}
.plan-simulation__button a {
    background: var(--color-bg-blue);
    border-radius: 25px;
    padding: 15px 0;
}
.plan-simulation__button a:hover {
    background: rgba(10,120,198,0.7);
}

/*
page > simulation
--------------------------------------------------
*/
.section-radio {
    max-width: 900px;
    margin: 0 auto 85px;
    background: #f7f9fa;
    border-radius: 5px;
    padding: 50px 0;
    position: relative;
}
@media screen and (max-width: 640px) {
    .section-radio {
        margin: 0 auto 20px;
    }
}
.section-radio::after {
    content: '';
    width: 35px;
    height: 35px;
    border-top: solid 2px #958759;
    border-right: solid 2px #958759;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: rotate(135deg);
}
@media screen and (max-width: 640px) {
    .section-radio::after {
        left: 45%;
        bottom: 0;
    }
}
.section-radio__title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
    .section-radio__title {
        font-size: 18px;
    }
}
.section-radio__sentence {
    margin-bottom: 25px;
    text-align: center;
}
.section-radio .size {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}
@media screen and (max-width: 670px) {
    .section-radio .size {
        flex-wrap: wrap;
    }
}
.section-radio .section-radio-contents {
    width: 16%;
    border: 1px solid #adc3d1;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
}
.section-radio .section-radio-contents-irregular {
    /* padding: 20px 15px; */
    padding: 30px 0;
    width: 10%;
    padding-left: 0;
    text-align: center;
}
@media screen and (max-width: 670px) {
    .section-radio .section-radio-contents {
        width: 31%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
    .section-radio .section-radio-contents {
        width: 47%;
    }
}
.section-radio .radio {
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    font-size: 17px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-radio .radio {
    font-size: 15px;
    padding-left: 27px;
  }
}
.section-radio .radio::before {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #333;
}
@media screen and (max-width: 768px) {
    .section-radio .radio::before {
        left: 6px;
    }
}
.section-radio .radio-irregular {
    top: 10px;
    /* padding-left: 22px; */
    padding: 10px 0 0 0;
}
/* @media screen and (max-width: 768px) {
  .section-radio .radio-irregular {
        padding-left: 15px;
    }
} */
.section-radio .radio-irregular::before {
    /* left: 23px; */
    left: 40%;
    top: -15px;
    transform: translateY(0);
}
@media screen and (max-width: 670px) {
    .section-radio .radio-irregular::before {
        left: 45%;
    }
}
/* @media screen and (max-width: 768px) {
    .section-radio .radio-irregular::before {
        left: 17px;
    }
} */
.section-radio3 .radio::before {
    left: 12px;
    top: 13px;
}
.section-radio .radio.checked::after {
    content: '';
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000;
    border: 1px solid #000;
}
@media screen and (max-width: 768px) {
    .section-radio .radio.checked::after {
        left: 10px;
    }
}
.section-radio .radio-irregular.checked::after {
    top: -11px;
    transform: translateY(0);
    left: 39px;
}
@media screen and (max-width: 768px) {
    .section-radio .radio-irregular.checked::after {
        /* left: 32px; */
        left: 47.5%;
    }
}
.section-radio__title02 {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid#d3cfc1;
    margin-bottom: 10px;
    padding: 0 10px 13px;
    line-height: 1.5;
}
.section-radio__sentence02 {
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 10px;
}
.section-radio__list {
    margin-bottom: 20px;
}
.section-radio__item {
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
}
.section-radio__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
    line-height: 1.5;
}
.section-radio__title03 {
    font-size: 15px;
    font-weight: 500;
    margin-left: 17px;
}
.section-radio__price {
    font-size: 18px;
    font-weight: 500;
}
.section-radio__member {
    color: var(--color-font-brown);
}
.section-radio-contents .c-title-level5 {
    border-top: 1px solid#d3cfc1;
    font-size: 16px;
    font-weight: 500;
    padding-top: 13px;
    margin: 20px 0 10px;
}
.section-radio-contents .c-title-level5::before {
    width: 12px;
}
.section-radio__text {
    font-size: 15px;
    margin: 0 0 10px 17px;
}
.section-radio__price-contents {
    border: 1px solid #d3cfc1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}
.section-radio__title04 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.2;
}
.section-radio__title05 {
    margin: 0 0 15px 33px;
    /* text-align: center; */
}
@media screen and (max-width: 670px) {
    .section-radio__title05 {
        margin: 0 0 15px 25px;
    }
}
.section-radio__price02 {
    font-size: 25px;
    font-family: var(--font-family-roboro);
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}
.section-radio__price02 span {
    font-size: 18px;
    font-family: var(--font-family-base);
}
.section-radio__price-contents--member {
    border: none;
    background: #f4f3f0;
}
.section-radio__price-contents-area {
    margin-top: auto;
}

.section-radio2 .size {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}
.section-radio2 .section-radio-contents {
    width: 31.7%;
    display: flex;
    flex-direction: column;
}
.section-radio2 .section-radio-contents--irregular {
    width: 23.1%;
}
@media screen and (max-width: 768px) {
    .section-radio2 .section-radio-contents {
        width: 31.5%;
    }
    .section-radio2 .section-radio-contents--irregular {
        width: 22.9%;
    }
}
@media screen and (max-width: 670px) {
    .section-radio2 .section-radio-contents {
        width: 47%;
    }
    .section-radio2 .section-radio-contents--irregular {
        width: 47%;
    }
}
@media screen and (max-width: 640px) {
    .section-radio2 .section-radio-contents {
        width: 100%;
    }
    .section-radio2 .section-radio-contents--irregular {
        width: 100%;
    }
}
.section-radio2 .radio {
    margin-bottom: 10px;
    padding-left: 33px;
    line-height: 1.5;
}
@media screen and (max-width: 640px) {
    .section-radio2 .radio {
        padding-left: 25px;
    }
}
.section-radio2 .radio::before {
    left: 11px;
}
@media screen and (max-width: 640px) {
    .section-radio2 .radio::before {
        left: 0;
    }
}
.section-radio2 .radio.checked::after {
    left: 15px;
    top: 13px;
}
@media screen and (max-width: 768px) {
  .section-radio2 .radio.checked::after {
    top: 14px;
  }
  .section-radio2--irregular .radio.checked::after {
    top: 11px;
  }
}
@media screen and (max-width: 640px) {
    .section-radio2 .radio.checked::after {
        left: 4px;
    }
    .section-radio3 .radio.checked::after {
        top: 13px;
    }
}
.section-radio2::after {
    border: none;
}
.section-radio2--irregular::after {
    content: '';
    width: 35px;
    height: 35px;
    border-top: solid 2px #958759;
    border-right: solid 2px #958759;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: rotate(135deg);
}
.section-radio__price-contents-area {
    margin-top: auto;
    padding-top: 25px;
}
.simulation-guide {
    background: #f7f7f7;
}
.simulation-guide__inner {
    padding: 33px 0 63px;
    max-width: 747px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .simulation-guide__inner {
        width: 95%;
    }
}
.simulation-guide__title {
    color: var(--color-font-blue);
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 7px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .simulation-guide__title {
        font-size: 22px;
    }
  }
.simulation-guide__text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.simulation-guide__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 10px;
}
.simulation-guide__item {
    width: 32.1%;
}
@media screen and (max-width: 768px) {
  .simulation-guide__item {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
    .simulation-guide__item {
      width: 48%;
    }
}
.simulation-guide__item a {
    width: 100%;
    height: 62px;
    background: var(--color-bg-blue);
    border: 1px solid #0a78c6;
    border-radius: 200px;
    color: var(--color-font-white);
    font-weight: 700;
    text-align: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.simulation-guide__item a:hover {
    color: var(--color-font-blue);
    background: var(--color-bg-white)
}
.simulation-guide__sub-title {
    font-size: 15px;
    width: 100%;
    margin-top: 5px;
}
.simulation-guide__title02 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
}
.simulation-guide__item:last-child .simulation-guide__title02 {
    margin-bottom: 0;
}
.simulation .calc {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #f4f3f0;
    z-index: var(--z-index-modal);
    margin-top: 100px;
    /* padding: 30px 0 10px; */
    padding: 20px 0;
}
.calc__inner {
    /* display: flex; */
    display: block;
    /* justify-content: space-between; */
    align-items: center;
}
@media screen and (max-width: 640px) {
    .calc__inner {
        display: block;
    }
}
.calc__price {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .calc__price {
        display: block;
    }
}
.calc__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    /* margin-bottom: 45px; */
    position: relative;
    width: 40%;
    margin-bottom: 0;
}
@media screen and (max-width: 640px) {
    .calc__title {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 40px;
    }
}
.calc__title::after {
    content: '';
    /* width: 35px;
    height: 35px; */
    width: 30px;
    height: 30px;
    border-top: solid 2px #958759;
    border-right: solid 2px #958759;
    position: absolute;
    /* left: 50%; */
    /* left: 93%; */
    left: 295px;
    /* bottom: -25px; */
    bottom: 4px;
    /* transform: rotate(135deg); */
    transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
    .calc__title::after {
        width: 24px;
        height: 24px;
        left: 50%;
        bottom: -20px;
        transform: rotate(135deg);
    }
}
.calc__title--member {
    font-size: 25px;
    width: 60%;
}
@media screen and (max-width: 640px) {
    .calc__title--member {
        font-size: 22px;
        width: 100%;
        margin-bottom: 10px;
    }
}
.calc__title--member::after {
    border: none;
}
.simulation .calc .result {
    font-size: 32px;
    font-family: var(--font-family-roboro);
    margin: 0 5px 0 10px;
}
.simulation .calc .result2 {
    background: #917826;
    border-radius: 5px;
    color: var(--color-font-white);
    /* font-size: 60px; */
    font-size: 46px;
    font-family: var(--font-family-roboro);
    padding: 5px 30px 0;
    margin: 0 5px 0 25px;
}
@media screen and (max-width: 640px) {
    .simulation .calc .result2 {
        font-size: 40px;
        padding: 5px 15px 0;
    }
}
.calc__title02 {
    position: relative;
    bottom: -3px;
}
.calc__title02--member {
    color: var(--color-font-brown);
    /* bottom: -15px; */
    bottom: -4px;
}
@media screen and (max-width: 640px) {
    .calc__title02--member {
        left: 0;
    }
}
.calc__title03 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.calc__title03 a {
    position: relative;
    padding-right: 25px;
}
.calc__title03 a::after {
    content: "\f08e";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}
.calc__tel-number {
    font-size: 42px;
    font-weight: 500;
    font-family: var(--font-family-roboro);
    text-align: center;
}
.calc__tel-number::before {
    content: "";
    display: inline-block;
    background: url(/ad-apcenter-sougi/wp-content/themes/apcenter-sougi/assets/images/common/free-dial-icon02.svg) no-repeat left center;
    width: 50px;
    height: 28px;
}
.calc__button {
    max-width: 220px;
    margin: 0 auto;
}
.calc__button a {
    background: var(--color-bg-blue);
    border-radius: 25px;
    padding: 15px 0;
}
.calc__button a:hover {
    background: rgba(10,120,198,0.7);
}

/*
page > notice
--------------------------------------------------
*/
.pagination {
    max-width: 522px;
    margin: 65px auto 0;
}
.screen-reader-text {
    display: none;
}
.page-numbers {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    position: relative;
}
.page-numbers li {
    color: var(--color-font-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 26px;
    height: 26px;
}
.page-numbers li a {
    background: #fff;
    color: var(--color-font-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 26px;
    height: 26px;
    padding-bottom: 2px;
    transition: all 0.3s;
}
.page-numbers li a:hover ,
.page-numbers .current {
    background: var(--color-bg-blue);
    border-radius: 2px;
    color: var(--color-font-white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    padding-bottom: 2px;
    transition: all 0.3s;
}
.page-numbers li a:hover,
.page-numbers .current:hover {
    background: rgba(10,120,198,0.7);
    transition: all 0.3s;
}
.fas {
    position: relative;
    top: 1px;
}

/*
page > notice-details
--------------------------------------------------
*/
.c-title-level3__inner {
    max-width: 234px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}
.post-date {
    width: 53.8%;
    font-size: 18px;
    font-family: var(--font-family-mincho);
    color: var(--color-font-dark-brown);
    text-align: right;
}
.c-title-level3__inner .top-notice__category {
    width: 42.7%;
    margin-right: 0;
}
.notice-details__button {
    max-width: 220px;
    margin: 35px auto 0;
}
.notice-details__button a {
    background: var(--color-bg-blue);
    border-radius: 25px;
    padding: 15px 0;
}
.notice-details__button a:hover {
    background: rgba(10,120,198,0.7);
}
.notice-details-pager {
    border-top: 2px solid #d3cfc1;
    margin-top: 50px;
    padding-top: 40px;
}
.notice-details-pager ul {
    max-width: 250px;
    margin: 0 auto;
}
.notice-details-pager li {
    font-weight: 700;
}

/*
page > policy
--------------------------------------------------
*/
.policy .layer-lead {
    font-size: 18px;
    text-align: left;
}
.policy-contents {
    max-width: 970px;
    margin: 20px 0 60px 30px;
    font-size: 18px;
}
.policy-contents__sentence--irregular {
    margin-bottom: 30px;
}

/*
page > contact
--------------------------------------------------
*/
.contact .layer-lead {
    font-size: 18px;
    text-align: left;
}
.contact .layer-lead span {
    font-size: 16px;
}
.contact__sentence {
    max-width: 655px;
    margin: 0 auto 50px;
}
.contact__sentence span {
    color: var(--color-font-brown);
}
.contact__form {
    max-width: 500px;
    margin: 0 auto;
}
.contact__item {
    margin-bottom: 30px;
}
.contact__item label {
    font-weight: 500;
}
.contact__item label .contact__annotation {
    color: var(--color-font-brown);
    margin-left: 5px;
}
.contact__checkbox {
    margin-left: 40px;
}
.contact__form input[type="radio"] {
    position: relative;
    top: -2px;
}
.contact__box01 {
    border: 1px solid #cbcbcb;
    width: 380px;
    padding: 10px;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
@media screen and (max-width: 640px) {
    .contact__box01 {
        width: 100%;
    }
}
.contact__box02 {
    border: 1px solid #cbcbcb;
    width: 500px;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .contact__box02 {
        width: 100%;
    }
}
.contact__box01:focus,
.contact__box02:focus {
    outline: 1px solid #cbcbcb;
}
.contact__item input::placeholder {
    color: #bababa;
}
.contact__item dt {
    margin-bottom: 8px;
}
.contact__sentence02 {
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.contact__sentence02 span {
    color: var(--color-font-brown);
}
.contact__sentence02 a {
    color: var(--color-font-blue);
}
.contact__button {
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.contact__button input {
    background: var(--color-bg-blue);
    border: none;
    border-radius: 25px;
    color: var(--color-font-white);
    cursor: pointer;
    transition: all 0.3s;
    padding: 15px 0;
    font-weight: 700;
    width: 47.8%;
    margin: 0 auto;
}
.contact__button input:hover {
    background: rgba(10,120,198,0.7);
}
.contact__previous {
    margin-right: auto;
}
.wpcf7-spinner {
    display: none;
}
