.yum {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.yug {
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: 600;
}
img {
    border-style: none;
    vertical-align: bottom;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
.ap_hidden {
    display: none !important;
    visibility: hidden;
}
a {
    text-decoration: none;
    color: #333333;
    transition: 0.5s;
}
a:hover {
    color: #0064b0;
    transition: 0.5s;
}
.fs16 {
    font-size: 1.6rem;
}
.fs18 {
    font-size: 1.8rem;
}
.fs20 {
    font-size: 2rem;
}
.fs22 {
    font-size: 2.2rem;
}
.fs24 {
    font-size: 2.4rem;
}
.fs26 {
    font-size: 2.6rem;
}
.fs28 {
    font-size: 2.8rem;
}
.fs30 {
    font-size: 3rem;
}
.fs32 {
    font-size: 3.2rem;
}
.fs34 {
    font-size: 3.4rem;
}
.fs36 {
    font-size: 3.6rem;
}
.fs38 {
    font-size: 3.8rem;
}
.fs40 {
    font-size: 4rem;
}
.fs42 {
    font-size: 4.2rem;
}
.fs44 {
    font-size: 4.4rem;
}
.fs46 {
    font-size: 4.6rem;
}
.fs48 {
    font-size: 4.8rem;
}
.fs50 {
    font-size: 5rem;
}
.fs52 {
    font-size: 5.2rem;
}
.fs54 {
    font-size: 5.4rem;
}
.fs56 {
    font-size: 5.6rem;
}
.fs58 {
    font-size: 5.8rem;
}
.fs60 {
    font-size: 6rem;
}
html {
    font-size: 62.5%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1400px) {
    html {
        font-size: 55%;
    }
}
@media screen and (max-width: 1200px) {
    html {
        font-size: 50%;
    }
    a, p, th, td, ul, ol, li, dl, dt, dd {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    html {
        font-size: 45%;
    }
}
@media screen and (max-width: 599px) {
    html {
        font-size: 40%;
    }
    span, a, p, th, td, ul, ol, li, dl, dt, dd {
        font-size: 14px;
    }
}
.fixed_16fs {
    font-size: 16px;
}
.fixed_14fs {
    font-size: 14px;
}
.fixed_12fs {
    font-size: 12px;
}
@media screen and (max-width: 1400px) {
    .fixed_16fs_sp {
        font-size: 16px !important;
    }
    .fixed_14fs_sp {
        font-size: 14px !important;
    }
    .fixed_12fs_sp {
        font-size: 12px !important;
    }
}
body {
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    color: #333333;
    background: #fff;
    letter-spacing: 0.08em;
    overflow-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
    max-width: 100vw;
    word-wrap: break-word;
}
ul {
    list-style: none;
}
section {
    padding: 5rem 0;
}
section.padding_none {
    padding: 0;
}
.sm_side {
    padding: 0 2rem;
}
.ap_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.ap_pagetop {
    cursor: pointer;
}
.ap_tb_visible {
    display: none;
}
.ap_sm_visible {
    display: none;
}
@media screen and (max-width: 769px) {
    .ap_tb_visible {
        display: block;
    }
    .ap_tb_hidden {
        display: none !important;
    }
}
@media screen and (max-width: 599px) {
    .ap_sm_hidden {
        display: none !important;
    }
    .ap_sm_visible {
        display: block;
    }
}
.ap_flex {
    display: flex;
}
.ap_flex.reverse {
    flex-direction: row-reverse;
}
.ap_flex.end {
    justify-content: flex-end;
}
.ap_flex.center {
    position: relative;
    align-items: center;
}
.ap_flex.wrap {
    flex-wrap: wrap;
}
.ap_flex.just_center {
    justify-content: center;
}
.ap_flex.between {
    justify-content: space-between;
}
.ap_flex.around {
    justify-content: space-around;
}
.ap_flex.stretch {
    align-items: stretch;
}
.column2, .column3, .column4, .column5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column2.center, .column3.center, .column4.center, .column5.center {
    align-items: center;
}
@media screen and (max-width: 1279px) {
    .column2, .column3, .column4, .column5 {
        justify-content: space-around;
    }
}
.column2>figure, .column2>div, .column2>li, .column2>img {
    width: 48%;
}
@media screen and (max-width: 767px) {
    .column2>figure, .column2>div, .column2>li, .column2>img {
        width: 100%;
    }
}
.column3>figure, .column3>div, .column3>li, .column3>img {
    width: 31.7%;
}
@media screen and (max-width: 767px) {
    .column3>figure, .column3>div, .column3>li, .column3>img {
        width: 100%;
    }
}
.column4>figure, .column4>div, .column4>li, .column4>img {
    width: 23.2%;
}
@media screen and (max-width: 1279px) {
    .column4>figure, .column4>div, .column4>li, .column4>img {
        min-width: 45%;
    }
}
.column5>figure, .column5>div, .column5>li, .column5>img {
    width: 17%;
}
@media screen and (max-width: 1279px) {
    .column5>figure, .column5>div, .column5>li, .column5>img {
        min-width: 45%;
    }
}
.ap_pointer {
    cursor: pointer;
}
.ap_pointer_none {
    pointer-events: none;
}
.ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.ap_bold {
    font-weight: bold;
}
.ap_underline {
    text-decoration: underline;
}
.ma {
    margin: 0 auto;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 0.5rem;
}
.mb10 {
    margin-bottom: 1rem;
}
.mb15 {
    margin-bottom: 1.5rem;
}
.mb20 {
    margin-bottom: 2rem;
}
.mb25 {
    margin-bottom: 2.5rem;
}
.mb30 {
    margin-bottom: 3rem;
}
.mb35 {
    margin-bottom: 3.5rem;
}
.mb40 {
    margin-bottom: 4rem;
}
.mb45 {
    margin-bottom: 4.5rem;
}
.mb50 {
    margin-bottom: 5rem;
}
.mb55 {
    margin-bottom: 5.5rem;
}
.mb60 {
    margin-bottom: 6rem;
}
.mb65 {
    margin-bottom: 6.5rem;
}
.mb70 {
    margin-bottom: 7rem;
}
.mb75 {
    margin-bottom: 7.5rem;
}
.mb80 {
    margin-bottom: 8rem;
}
.mb85 {
    margin-bottom: 8.5rem;
}
.mb90 {
    margin-bottom: 9rem;
}
.mb95 {
    margin-bottom: 9.5rem;
}
.mb100 {
    margin-bottom: 10rem;
}
.mt0 {
    margin-top: 0.5rem;
}
.mt10 {
    margin-top: 1rem;
}
.mt15 {
    margin-top: 1.5rem;
}
.mt20 {
    margin-top: 2rem;
}
.mt25 {
    margin-top: 2.5rem;
}
.mt30 {
    margin-top: 3rem;
}
.mt35 {
    margin-top: 3.5rem;
}
.mt40 {
    margin-top: 4rem;
}
.mt45 {
    margin-top: 4.5rem;
}
.mt50 {
    margin-top: 5rem;
}
.mt55 {
    margin-top: 5.5rem;
}
.mt60 {
    margin-top: 6rem;
}
.mt65 {
    margin-top: 6.5rem;
}
.mt70 {
    margin-top: 7rem;
}
.mt75 {
    margin-top: 7.5rem;
}
.mt80 {
    margin-top: 8rem;
}
.mt85 {
    margin-top: 8.5rem;
}
.mt90 {
    margin-top: 9rem;
}
.mt95 {
    margin-top: 9.5rem;
}
.mt100 {
    margin-top: 10rem;
}
.ap_center_text {
    text-align: center !important;
}
.ap_right_text {
    text-align: right !important;
}
.ap_left_text {
    text-align: left !important;
}
.ap_primary, .ap_primary a, a.ap_primary {
    color: #0064b0;
}
.ap_secondary, .ap_secondary a, a.ap_secondary {
    color: #f9e33d;
}
.ap_thirdly, .ap_thirdly a, a.ap_thirdly {
    color: #baeafc;
}
.ap_red, .ap_red a, a.ap_red {
    color: #ff0000;
}
.ap_orange, .ap_orange a, a.ap_orange {
    color: #ff8800;
}
.ap_blue, .ap_blue a, a.ap_blue {
    color: #0000bf;
}
.ap_purple, .ap_purple a, a.ap_purple {
    color: #884898;
}
.ap_green, .ap_green a, a.ap_green {
    color: #00ff2a;
}
.ap_yellow, .ap_yellow a, a.ap_yellow {
    color: #ffe100;
}
.ap_pink, .ap_pink a, a.ap_pink {
    color: #ff00dd;
}
.ap_gray, .ap_gray a, a.ap_gray {
    color: #969696;
}
.ap_black, .ap_black a, a.ap_black {
    color: #111;
}
.ap_white, a.ap_white .ap_white a {
    color: #fff;
}
.ap_bg_primary {
    background: #0064b0;
}
.ap_bg_secondary {
    background: #f9e33d;
}
.ap_bg_thirdly {
    background: #baeafc;
}
#header {
    position: relative;
}
.ap_menu_btn_trigger {
    position: relative;
    width: 30px;
    height: 25px;
    cursor: pointer;
}
.ap_menu_btn_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 50px;
}
.ap_menu_btn_trigger, .ap_menu_btn_trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
}
.ap_menu_btn_trigger span:nth-of-type(1) {
    top: 0;
}
.ap_menu_btn_trigger span:nth-of-type(2) {
    top: 11px;
}
.ap_menu_btn_trigger span:nth-of-type(3) {
    bottom: 0;
}
.ap_menu_btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}
.ap_menu_btn_trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
}
@-webkit-keyframes active-btn05-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-btn05-bar02 {
    100% {
        height: 0;
    }
}
.ap_menu_btn_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}
.wrap.not_found [class*="ap_col_child"] {
    display: flex;
    align-items: center;
    min-height: 30vh;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    color: #666;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
    display: block;
    padding: 0.7em;
    border: 1px solid #666;
    width: 100%;
    transition: 0.25s;
    appearance: none;
    background: #fff;
    border-radius: 3px;
    min-height: 4rem;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="tel"]:hover, textarea:hover, textarea:focus, select:hover, select:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="date"]:focus {
    transition: 0.25s;
    box-shadow: 0px 0px 10px 0.2px #0064b0;
    outline: 0;
}
input[type="text"]:hover::placeholder, input[type="email"]:hover::placeholder, input[type="password"]:hover::placeholder, input[type="date"]:hover::placeholder, input[type="tel"]:hover::placeholder, textarea:hover::placeholder, textarea:focus::placeholder, select:hover::placeholder, select:focus::placeholder, input[type="text"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="password"]:focus::placeholder, input[type="tel"]:focus::placeholder, input[type="date"]:focus::placeholder {
    font-size: 0;
    color: #fff;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.wpcf7-list-item {
    position: relative;
    display: block;
    margin: 0 0 1rem 0;
}
.wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: relative;
    top: -3px;
    margin-right: 2rem;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
}
@media screen and (min-width: 599px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.ap_contact_form_wrap input[type="submit"] {
    background: #0064b0;
    border: 2px solid #0064b0;
    color: #fff;
    padding: 2rem 2rem;
    margin: 2rem 0;
    font-size: 2rem;
    min-width: 30rem;
    border-radius: 1rem;
    transition: 0.5s;
    cursor: pointer;
}
.ap_contact_form_wrap input[type="submit"]:hover {
    color: #0064b0;
    background: #fff;
}
.ap_height_center {
    align-items: center;
    border-bottom: 1px dotted #0064b0;
    padding: 2rem 0;
    display: flex;
}
.ap_height_center .ap_contact_left {
    width: 30%;
}
.ap_height_center .ap_contact_left p {
    font-weight: bold;
}
.ap_height_center .ap_contact_right {
    width: 70%;
}
.ap_required {
    background: #0064b0;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    padding: 0.5rem;
    margin-left: 1rem;
}
.address_wrap p > span {
    font-size: 14px;
    min-width: 100px;
    text-align: left;
    flex-shrink: 0;
}
.address_wrap > p, .address_wrap label {
    width: 100%;
}
.address_wrap > p {
    margin-bottom: 10px;
}
.wpcf7-spinner {
    display: none;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.3rem;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("/img/check.png") no-repeat center;
    background-size: contain;
}
@media screen and (max-width: 769px) {
    .ap_height_center {
        display: block;
    }
    .ap_height_center .ap_contact_left {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .ap_height_center .ap_contact_right {
        width: 100%;
    }
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-links a, .nav-links span {
    min-width: 3rem;
    min-height: 3rem;
    color: #c3c3c3;
    display: block;
    text-align: center;
    margin: 0 0.8rem;
    padding: 0 1rem;
}
.nav-links span {
    color: #0064b0;
}
.prev.page-numbers, .next.page-numbers {
    min-width: 5rem;
    min-height: 5rem;
    border-radius: 5px;
    background: #F6F6F6;
    color: #0064b0;
    border: 1px solid #c3c3c3;
    line-height: 5rem;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
}
.ap_menu {
    display: none;
    transition: 0.5s;
    z-index: 999;
    padding: 3rem 3rem 2.5rem 3rem;
    background: #0064b0;
}
@media screen and (max-width: 1024px) {
    .ap_menu {
        display: block;
    }
}
.ap_menu_box {
    position: fixed;
    width: 100vw;
    transition: 0.5s;
    height: 0;
    overflow-y: scroll;
    top: 0;
    opacity: 0;
    display: none;
    z-index: 999;
    background: #0064b0;
    padding: 5rem 2rem;
}
.ap_menu_box ul li {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
.ap_menu_box ul li a {
    display: block;
    padding: 2.5rem 0;
    text-align: left;
    font-size: 16px;
    position: relative;
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.ap_menu_box ul li a::before {
    content: "";
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 50px;
}
.ap_menu_box ul li a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #0064b0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 6px;
}
.ap_menu_box_contact {
    max-width: 300px;
    margin: 5rem auto 10rem;
    width: 90%;
}
.ap_menu_box_contact a:first-child {
    display: block;
    margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
    .ap_menu_box {
        display: block;
    }
}
.ap_menu_box.opacity {
    opacity: 1;
}
.ap_menu_box.open {
    height: 100vh;
}
.scrollanime {
    opacity: 0;
}
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.top_fadein_auto {
    opacity: 0;
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnime {
    0% {
        opacity: 0;
        transform: translatey(20px);
    }
    100% {
        opacity: 1;
        transform: translatey(0);
    }
}
.zoom {
    position: relative;
    overflow: hidden;
    display: block;
    width: 50%;
}
.zoom img {
    object-fit: cover;
    width: 100%;
    transition: 0.5s;
}
.zoom:hover img {
    transform: scale(1.1);
}
.dokidoki {
    animation-name: dokidoki;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
.delay_time02 {
    animation-delay: 0.2s;
}
.delay_time04 {
    animation-delay: 0.4s;
}
.delay_time06 {
    animation-delay: 0.6s;
}
a {
    transition: 0.3s;
}
a:hover {
    transform: scale(0.98);
}
.ap_common_btn {
    background: #fff;
    border: 1px solid #0064b0;
    color: #0064b0;
    font-weight: bold;
    font-size: 2.4rem;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
}
.ap_common_btn img {
    max-width: 16px;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px #666;
    background: #fff;
    z-index: 999;
}
.ap_pc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2rem;
}
.ap_pc_header_h1 {
    width: 15%;
}
.ap_pc_header_menu {
    width: 50%;
    max-width: 650px;
}
.ap_pc_header_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ap_pc_header_menu ul li {
    padding: 0 1rem;
    white-space: nowrap;
}
.ap_pc_header_contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
}
.ap_pc_header_contact a {
    width: 48%;
}
@media screen and (max-width: 1400px) {
    .ap_pc_header_menu li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .ap_pc_header_menu {
        display: none;
    }
    .ap_pc_header {
        padding: 0 0 0 2rem;
    }
    .ap_menu_btn_trigger span {
        background: #fff;
    }
    .ap_pc_header_h1 {
        width: 20%;
    }
    .ap_pc_header_contact {
        width: 50%;
    }
}
@media screen and (max-width: 599px) {
    .ap_pc_header_h1 {
        width: 50%;
    }
    .ap_pc_header_contact {
        display: none;
    }
}
footer {
    background: #333333;
    padding: 7rem 0;
}
footer p, footer a, footer span, footer b, footer h1, footer h2 {
    color: #fff;
}
.ap_ft_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 5rem;
    margin-bottom: 8rem;
}
.ap_ft_area_left {
    width: 55%;
}
.ap_ft_area_left h1 {
    font-size: 5.5rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}
.ap_ft_area_left h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
}
.ap_ft_area_left p {
    line-height: 2em;
    font-weight: 400;
}
.ap_ft_area_right {
    width: 40%;
}
.ap_ft_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ap_ft_menu_left h1 {
    width: 80%;
}
.ap_ft_menu_right nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3rem;
    flex-wrap: wrap;
}
.ap_ft_menu_right nav ul li {
    padding: 0 1.5rem;
}
.ap_ft_menu_right_link {
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ap_ft_menu_right_link a {
    margin: 0 1rem;
}
.ap_ft_small_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.ap_ft_small_menu li {
    padding: 0 1rem;
}
.ap_ft_small_menu li a {
    font-size: 16px;
    font-weight: 400;
}
.copy {
    padding: 1rem 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.ap_elm_blink {
    padding: 15rem 0;
}
@media screen and (max-width: 769px) {
    .ap_ft_area_left h1 {
        font-size: 4rem;
    }
    .ap_ft_area_left h2 {
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 599px) {
    .ap_ft_area {
        display: block;
        margin-bottom: 3rem;
    }
    .ap_ft_area_left {
        width: 100%;
    }
    .ap_ft_area_right {
        width: 100%;
        max-width: 400px;
        margin: 2rem auto 0;
        display: block;
    }
    .ap_ft_menu {
        display: block;
    }
    .ap_ft_menu_left {
        margin-bottom: 5rem;
        text-align: center;
    }
    .ap_ft_menu_left h1 {
        margin: 0 auto;
    }
    .ap_ft_menu_right_link {
        display: block;
    }
    .ap_ft_menu_right_link a {
        width: 80%;
        display: block;
        margin: 2rem auto;
    }
    .ap_ft_menu_right nav ul li {
        width: 48%;
    }
    .ap_ft_small_menu {
        justify-content: center;
    }
    .ap_ft_small_menu li a {
        font-size: 12px;
        font-weight: 400;
    }
    .copy {
        font-size: 10px;
    }
}
.ap_first_view {
    background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg01.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0 5rem 0;
    text-align: center;
    position: relative;
    overflow: clip;
}
.ap_first_view_img_01 {
    position: absolute;
    width: auto;
    top: 10rem;
    z-index: 1;
    height: min(38.3333vw, 460px); /* ← 460 / 12 = 38.3333vw */
    left: calc(50% - 46rem);
    right: 50%;
    transform: translate(-50%, 0);
}
.ap_first_view_img_02 {
    position: absolute;
    width: auto;
    bottom: -2rem;
    z-index: 1;
    height: min(60.8333vw, 730px); /* 730 / 12 = 60.8333 */
    right: 50%;
    left: calc(50% + 50rem);
    transform: translate(-50%, 0);
}
.ap_first_view_h2 {
    width: 50%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ap_first_view_h1_01 {
    width: 60%;
    max-width: 680px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ap_first_view_h1_02 {
    width: 70%;
    max-width: 950px;
    margin: -5px auto;
    position: relative;
    z-index: 3;
}
.ap_first_view_h1_03 {
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ap_first_view_box {
    background: #fff;
    max-width: 770px;
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 1.5rem;
}
.ap_first_view_box h3 {
    background: #0064b0;
    color: #fff;
    padding: 1rem 1rem;
    font-size: 21px;
    font-weight: 400;
}
.ap_first_view_box h3 b {
    font-weight: bold;
}
.ap_first_view_box h3 img {
    position: absolute;
    width: 9.5rem;
    top: -2rem;
    right: -5rem;
}
.ap_first_view_box_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3rem;
    flex-wrap: wrap;
}
.ap_first_view_box_flex img {
    width: 18%;
}
@media screen and (max-width: 1024px) {
    .ap_first_view_img_02 {
        right: 0rem;
        left: 90%;
    }
    .ap_first_view_img_01 {
        left: 10%;
        right: 0;
    }
    .ap_first_view_box h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 599px) {
    .ap_first_view_box h3 {
        font-size: 14px;
        text-align: left;
        padding-left: 2rem;
    }
    .ap_first_view_h2 {
        width: 95%;
        max-width: 500px;
    }
    .ap_first_view_h1_01 {
        width: 95%;
        margin-bottom: 2rem;
        max-width: 450px;
    }
    .ap_first_view_h1_02 {
        width: 85%;
        max-width: 450px;
    }
    .ap_first_view_h1_03 {
        width: 80%;
        margin-bottom: 2rem;
        max-width: 450px;
    }
    .ap_first_view_box {
        width: 95%;
        max-width: 450px;
    }
    .ap_first_view_box_flex {
        padding: 2rem 30% 0rem 2rem;
        flex-wrap: wrap;
    }
    .ap_first_view_box_flex img {
        width: 48%;
        margin-bottom: 2rem;
    }
    .ap_first_view_box_flex img:last-child {
        display: none;
    }
    .ap_first_view_img_02 {
        right: 0rem;
        bottom: -2rem;
        left: 85%;
        z-index: 3;
        height: min(70.8333vw, 850px);
    }
    .ap_first_view_box h3 img {
        right: 0rem;
    }
    .ap_first_view_img_01 {
        top: 15rem;
    }
}
@media screen and (max-width: 420px) {
    .ap_first_view_img_02 {
        height: min(83.3333vw, 1000px);
    }
}
@media screen and (max-width: 350px) {
    .ap_first_view_box h3 {
        font-size: 10px;
    }
}
.ap_contact_area {
    background: #0064b0;
    position: relative;
    z-index: 2;
    padding: 3rem 0;
}
.ap_contact_area h1 {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}
.ap_contact_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
.ap_contact_flex a {
    width: 47%;
}
.ap_contact_flex a img {
    width: 100%;
}
@media screen and (max-width: 599px) {
    .ap_contact_flex {
        display: block;
    }
    .ap_contact_flex a {
        display: block;
        width: 90%;
        max-width: 400px;
        margin: 2rem auto;
    }
    .ap_contact_area h1 {
        margin-bottom: -1.5rem;
    }
}
.ap_top01 {
    background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg02.webp), url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg03.webp);
    background-position: top center, bottom center;
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    overflow: clip;
}
.ap_top01_title01 {
    width: 90%;
    max-width: 1040px;
}
.ap_top01_title02 {
    width: 65%;
    max-width: 720px;
}
.ap_top01_box {
    background: #fff;
    margin-top: 9rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    box-shadow: 0 0 10px #666;
}
.ap_top01_box_title_h1 {
    background: #0064b0;
    padding: 1rem;
    font-size: 4.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
}
.ap_top01_box_title_h1 b {
    font-size: 6rem;
    color: #f9e33d;
    margin: 0 -3rem 0 1rem;
}
.ap_top01_box_title_img {
    position: absolute;
    width: auto;
    top: -4rem;
    z-index: 1;
    height: min(8.3333vw, 100px);
    right: 50%;
    left: calc(50% + 38rem);
    transform: translate(-50%,0);
}
.ap_top01_box_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    background-image: linear-gradient(to right,#969696 3px,transparent 3px);
    background-size: 9px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 4.5rem 0;
}
.ap_top01_box_flex >img {
    width: 54%;
}
.ap_top01_box_flex.reverse {
    flex-direction: row-reverse;
}
.ap_top01_box_flex_content {
    width: 39%;
}
.ap_top01_box_flex_content h2 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.ap_top01_box_flex_content h2 b {
    font-size: 5rem;
    color: #0064b0;
    font-weight: bold;
}
.ap_top01_box_flex_content p {
    line-height: 1.8em;
    letter-spacing: 0;
}
.ap_top01_box_flex:last-child {
    background-image: none;
    padding: 4.5rem 0 2rem;
}
@media screen and (max-width: 769px) {
    .ap_top01_box_title_h1 {
        font-size: 3.5rem;
    }
    .ap_top01_box_title_h1 b {
        font-size: 4rem;
    }
    .ap_top01_box_title_img {
        left: calc(50% + 25rem);
    }
    .ap_top01_box {
        padding-top: 2.5rem;
    }
    .ap_top01_box_flex_content h2 b {
        font-size: 3rem;
    }
    .ap_top01_box_flex_content h2 {
        font-size: 3rem;
    }
    .ap_top01_box_flex_content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    .ap_top01_box_flex {
        display: block;
    }
    .ap_top01_box_flex > img {
        width: 100%;
    }
    .ap_top01_box_flex_content {
        width: 100%;
    }
    .ap_top01_box_flex_content h2 {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .ap_top01_box_title_img {
        left: auto;
        height: 50px;
        right: -7rem;
    }
    .ap_top01_box_title_h1 {
        font-size: 20px;
    }
    .ap_top01_box_title_h1 b {
        font-size: 20px;
        margin: 0 -2rem 0 0rem;
    }
}
@media screen and (max-width: 420px) {
    .ap_top01_box_title_h1 {
        font-size: 16px;
    }
    .ap_top01_box_title_h1 b {
        font-size: 16px;
    }
}
@media screen and (max-width: 350px) {
    .ap_top01_box_title_h1 {
        font-size: 14px;
    }
    .ap_top01_box_title_h1 b {
        font-size: 14px;
    }
}
.ap_top02 {
    background: #0064b0 url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg04.webp);
    background-position: center top;
    background-size: 37%;
    background-repeat: no-repeat;
    padding: 5rem 0 8rem 0;
}
.ap_top02_title {
    text-align: center;
    border-bottom: 1px solid #fff;
    position: relative;
    color: #fff;
    margin-bottom: 4rem;
}
.ap_top02_title > img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: min(33.3333vw, 400px);
}
.ap_top02_title_h1 {
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.ap_top02_title_h2 {
    font-size: 2.8rem;
    max-width: 900px;
    margin: 0 auto;
}
.ap_top02_title_h2 b {
    font-weight: bold;
}
.ap_top02_title_h3 {
    width: 60%;
    max-width: 680px;
    margin: 2rem auto 3rem;
}
.ap_top02_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 5rem;
    flex-wrap: wrap;
}
.ap_top02_flex > img {
    width: 22%;
    margin: 1rem 0 2rem;
}
@media screen and (max-width: 1024px) {
    .ap_top02_title > img {
        display: none;
    }
    .ap_top02_title_h2 {
        font-size: 16px;
    }
    .ap_top02_title_h3 {
        width: 80%;
    }
}
@media screen and (max-width: 769px) {
    .ap_top02 h1 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 599px) {
    .ap_top02_flex > img {
        width: 48%;
    }
    .ap_top02_flex {
        max-width: 400px;
        margin: 0 auto 3rem;
    }
    .ap_top02_title_h3 {
        width: 100%;
    }
}
.ap_top03 {
    background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg05.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0 8rem 0;
}
.ap_top03 h1 {
    font-size: 6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 4rem;
}
.ap_top03_box {
    background: #fff;
    padding-bottom: 3rem;
}
.ap_top03_box > h2 {
    background: #0064b0;
    padding: 1rem 2rem;
    text-align: left;
    margin-bottom: 2.5rem;
}
.ap_top03_box > h2 img {
    max-height: 4.5rem;
    object-fit: contain;
}
.ap_top03_box_price_flex, .ap_top03_box_content {
    padding: 0 3rem;
}
.ap_common_box {
    background: #baeafc;
    padding: 3rem;
    line-height: 1.8em;
}
.ap_common_box b {
    font-weight: bold;
    color: #0064b0;
}
.ap_top03_box_content {
    letter-spacing: 0;
}
.ap_top03_box_price_flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 3.5rem;
}
.ap_top03_box_price_flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    background-image: linear-gradient(to right,#666666 3px,transparent 3px);
    background-size: 9px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
}
.ap_top03_box_price_flex_content b {
    background: #0064b0;
    color: #fff;
    font-size: 16px;
    padding: 0.5rem 3rem;
    margin-right: 1rem;
}
.ap_top03_box_price_flex_content span.zeikomi {
    color: #666;
    font-size: 14px;
    margin-left: 1rem;
}
.ap_top03_box_price_flex_content span.big {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-left: 0;
}
.ap_top03_box_price_flex_content p {
    max-width: 400px;
}
.ap_top03_box_price_flex .ap_top03_box_first:nth-child(even) {
    padding-left: 3rem;
    padding-right: 0;
}
.ap_top03_box_price_flex .ap_top03_box_second:nth-child(even) {
    padding-left: 3rem;
    padding-right: 0;
}
.ap_top03_box_price_flex_content h3 {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 2rem;
}
.ap_top03_box_price_flex_content h3::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #0064b0;
    margin-right: 1rem;
    border-radius: 50px;
    flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
    .ap_top03_box_price_flex {
        display: block;
    }
    .ap_top03_box_price_flex_content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .ap_top03_box_price_flex .ap_top03_box_first:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }
    .ap_top03_box_price_flex .ap_top03_box_second:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 599px) {
    .ap_top03_box_price_flex_content h3 {
        font-size: 14px;
    }
    .ap_top03_box_price_flex_content b {
        font-size: 12px;
    }
    .ap_top03_box_price_flex_content span.zeikomi {
        font-size: 12px;
    }
    .ap_top03_box_price_flex_content span.big {
        font-size: 18px;
    }
    .ap_top03_box_price_flex_content h3::before {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 430px) {
    .ap_top03_box_price_flex_content {
        display: block;
    }
}
.ap_top04 {
    /*background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg06.webp);*/
    background-position: center;
    background-size: 25px;
    background-repeat: repeat;
    position: relative;
    padding: 8rem 0 15rem;
    overflow-x: clip;
}
.ap_top04_kazari01 {
    position: absolute;
    right: -5rem;
    top: 30%;
    max-width: 300px;
    height: 15%;
}
.ap_top04_kazari02 {
    position: absolute;
    left: -4rem;
    top: 50%;
    max-width: 300px;
    height: 15%;
}
.ap_top04_kazari03 {
    position: absolute;
    right: -3rem;
    bottom: 5rem;
    max-width: 450px;
    height: 15%;
}
.ap_top04_h1 {
    width: 70%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ap_top04_box {
    background: #fff;
    box-shadow: 0 0 10px #666;
    padding: 7rem 5rem;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20rem;
    flex-wrap: wrap;
}
.ap_top04_box > h2 {
    position: absolute;
    top: -3rem;
    background: #0064b0;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    padding: 1rem 6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.ap_top04_box::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    background: #baeafc;
    bottom: -5rem;
    right: -5rem;
    z-index: -1;
}
.ap_top04_title_img {
    margin-left: auto;
    margin-right: -4rem;
    display: block;
    margin-top: -30rem;
    position: relative;
    height: min(33.3333vw, 400px);
}
.ap_top04_box_left_img, .ap_top04_box_right_img {
    position: relative;
    margin-bottom: 3rem;
}
.ap_top04_box_left_img_icon, .ap_top04_box_right_img_icon {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: -1px;
}
.ap_top04_box_left_img_icon {
    height: min(6.6667vw, 80px);
    width: auto;
}
.ap_top04_box_right_img_icon {
    height: min(7.5vw, 90px);
    bottom: -3px;
    width: auto;
}
.ap_top04_box .arrow {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
    height: min(4.1667vw, 50px);
}
.ap_top04_box_left {
    width: 48%;
}
.ap_top04_box_right {
    width: 48%;
}
.ap_top04 .ap_common_btn {
    margin-top: -10rem;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .ap_top04_title_img {
        display: none;
    }
    .ap_top04_h1 {
        display: block;
        margin-bottom: 10rem;
    }
}
@media screen and (max-width: 769px) {
    .ap_top04_box > h2 {
        font-size: 18px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 599px) {
    .ap_top04_box_left {
        width: 100%;
        margin-bottom: 5rem;
    }
    .ap_top04_box_right {
        width: 100%;
    }
    .ap_top04_box .arrow {
        display: none;
    }
    .ap_top04 {
        background-size: 12px;
    }
    .ap_top04_box > h2 {
        font-size: 14px;
    }
    .ap_top04_box_left_img_icon {
        height: 30px;
    }
    .ap_top04_box_right_img_icon {
        height: 40px;
    }
    .ap_top04_box {
        margin-bottom: 10rem;
    }
    .ap_top04_kazari01, .ap_top04_kazari02, .ap_top04_kazari03 {
        display: none;
    }
    .ap_top04_box {
        padding: 5rem 3rem;
    }
    .ap_top04 .ap_common_btn {
        margin-top: 0rem;
    }
    .ap_top04 {
        padding: 8rem 0 8rem;
    }
}
@media screen and (max-width: 430px) {
    .ap_top04_h1 {
        width: 95%;
    }
}
.ap_top05 {
    background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg07.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ap_top05 .ap_inner > h2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 1rem;
}
.ap_top05 .ap_inner > h1 {
    font-weight: bold;
    color: #0064b0;
    font-size: 7rem;
    text-align: center;
    margin-top: -3rem;
    margin-bottom: 3rem;
}
.ap_top05_box {
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
    padding: 3rem 5rem;
    width: 90%;
}
.ap_top05_box >img {
    max-width: 150px;
}
.ap_top05_box:nth-of-type(2n) {
    margin-left: auto;
    margin-right: 0;
}
.ap_top05_box_right {
    padding-left: 5rem;
    line-height: 1.8em;
}
.ap_top05_box_right h2 {
    font-weight: bold;
    color: #0064b0;
}
.ap_top05_box_right b {
    font-weight: bold;
    color: #0064b0;
}
@media screen and (max-width: 769px) {
    .ap_top05_box {
        display: block;
        width: 100%;
        padding: 3rem 3rem;
    }
    .ap_top05_box_right {
        padding-left: 0;
        line-height: 1.3em;
    }
    .ap_top05_box_right h2 {
        margin-bottom: 2rem;
        text-align: center;
    }
    .ap_top05_box img {
        margin: 0 auto 3rem;
        display: block;
    }
    .ap_top05 .ap_inner > h1 {
        font-size: 4rem;
    }
}
.ap_top06 .ap_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ap_top06_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.ap_top06_title h1 {
    font-weight: bold;
    color: #0064b0;
    font-size: 5.5rem;
}
.ap_top06_title a {
    text-decoration: underline;
    color: #0064b0;
}
.ap_top06_company, .ap_top06_news {
    width: 45%;
}
.ap_top06_company > p {
    margin-bottom: 2rem;
}
.ap_common_table {
    border-collapse: collapse;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.ap_common_table tr {
    background-image: linear-gradient(to right,#969696 3px,transparent 3px);
    background-size: 9px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.ap_common_table td, .ap_common_table th {
    text-align: left;
    padding: 2rem 1rem;
}
.ap_common_table th {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.ap_common_table th::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #0064b0;
    margin-right: 1rem;
    border-radius: 50px;
    flex-shrink: 0;
}
.ap_top06_news a.link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right,#969696 3px,transparent 3px);
    background-size: 9px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.ap_top06_news a.link img {
    width: 3rem;
}
.ap_top06_news a.link:hover {
    transform: scale(1);
}
.ap_top06_news .data {
    color: #969696;
}
@media screen and (max-width: 1024px) {
    .ap_top06 .ap_inner {
        display: block;
    }
    .ap_top06_company, .ap_top06_news {
        width: 100%;
    }
    .ap_top06_company {
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 769px) {
    .ap_common_table th::before {
        width: 10px;
        height: 10px;
    }
    .ap_top06_title h1 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 599px) {
    .ap_common_table th, .ap_common_table td {
        width: 100%;
    }
    .ap_common_table td {
        display: block;
    }
    .ap_common_table th {
        padding-bottom: 0;
    }
}
.ap_top07 .ap_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ap_top07 .ap_inner a {
    width: 30%;
}
@media screen and (max-width: 599px) {
    .ap_top07 .ap_inner {
        display: block;
    }
    .ap_top07 .ap_inner a {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 1rem auto;
    }
}
.ap_child_header {
    background: #0064b0;
    position: relative;
    min-height: 25rem;
}
.ap_child_header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #fff;
    font-weight: bold;
    font-size: 7.2rem;
    white-space: nowrap;
}
.top_pankuzu {
    color: #fff;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0;
    font-size: 14px;
}
.top_pankuzu p, .top_pankuzu a, .top_pankuzu span {
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 769px) {
    .ap_child_header h1 {
        font-size: 4.2rem;
    }
    .ap_child_header {
        min-height: 20rem;
    }
}
@media screen and (max-width: 599px) {
    .top_pankuzu {
        font-size: 10px;
    }
    .top_pankuzu p, .top_pankuzu a, .top_pankuzu span {
        font-size: 10px;
    }
    .ap_child_header h1 {
        font-size: 24px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 450px) {
    .ap_child_header h1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 350px) {
    .ap_child_header h1 {
        font-size: 18px;
    }
}
.ap_top06.archive .ap_top06_news {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.ap_top06.archive .ap_inner {
    display: block;
}
.ap_top05.archive {
    position: relative;
    background: #fff url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg03.webp);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ap_top05.archive .ap_top05_box {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px #969 6;
    max-width: 1000px;
    margin: 5rem auto !Important;
}
.ap_top04.archive {
    padding: 15rem 0 1rem;
}
.Privacy {
    max-width: 1000px;
    margin: 0 auto;
}
.ap_common_page h2 {
    color: #0064b0;
    font-size: 18px;
    font-weight: bold;
}
.ap_service01_h1 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 3rem;
}
.ap_service01_text {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 3rem;
    line-height: 2em;
}
@media screen and (max-width: 599px) {
    .ap_service01_text {
        line-height: 1.2em;
    }
}
.ap_service02 {
    background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/sbg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8rem 0 2rem 0;
}
.ap_service02 .ap_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
.ap_service02 .ap_inner >img {
    width: 29%;
}
.ap_service02 .ap_inner >img:nth-child(2) {
    margin-bottom: 10rem;
}
.ap_service02_arrow {
    position: absolute;
    top: -17rem;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    width: 12rem !Important;
}
@media screen and (max-width: 599px) {
    .ap_service02 {
        padding: 4rem 0 4rem 0;
    }
    .ap_service02 .ap_inner {
        flex-wrap: wrap;
    }
    .ap_service02 .ap_inner > img {
        width: 59%;
    }
    .ap_service02 .ap_inner > img:nth-child(2) {
        margin-bottom: -4rem;
        margin-left: auto;
        margin-right: 0;
        margin-top: -7rem;
    }
    .ap_service02_arrow {
        top: -13rem;
    }
}
.ap_service03 {
    background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/sbg02.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 5rem 0 5rem 0;
    overflow: clip;
}
.ap_service03_h1 {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}
.ap_service03_h2 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.ap_service03_h3 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 10rem;
}
.ap_service03_flex {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    position: relative;
}
.ap_service03_flex > img {
    width: 55%;
    max-width: 1015px;
    margin-left: -5rem;
}
.ap_service03_flex.reverse {
    flex-direction: row-reverse;
}
.ap_service03_flex.reverse > img {
    margin-right: -5rem;
    margin-left: 0;
}
.ap_service03_flex_content {
    max-width: 450px;
    width: 45%;
}
.ap_service03_flex_content h3 {
    width: 60%;
    max-width: 240px;
    margin-bottom: 2rem;
}
.ap_service03_flex_content h2 {
    font-size: 5rem;
    font-weight: bold;
    color: #0064b0;
    margin-bottom: 2rem;
}
.ap_service03_flex_content P {
    line-height: 1.8em;
}
.ap_service03_flex .ap_service03_simg07 {
    width: 80%;
    max-width: 30rem;
    position: absolute;
    right: 7%;
    bottom: 0;
    z-index: -1;
}
@media screen and (max-width: 1024px) {
    .ap_service03_flex .ap_service03_simg07 {
        max-width: 25rem;
        right: 0%;
        bottom: -5rem;
    }
}
@media screen and (max-width: 769px) {
    .ap_service03_flex_content h2 {
        font-size: 3rem;
    }
    .ap_service03_flex_content P {
        line-height: 1.5em;
        font-size: 15px;
    }
    .ap_top03 h1 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 599px) {
    .ap_service03_h3 {
        width: 100%;
        max-width: 1000px;
        margin: 5rem auto 5rem;
    }
    .ap_service03_flex {
        display: block;
    }
    .ap_service03_flex > img {
        width: 100%;
        max-width: inherit;
    }
    .ap_service03_flex_content {
        width: 90%;
        max-width: inherit;
        margin: 0 auto;
    }
    .ap_service03_flex_content h3 {
        max-width: 150px;
    }
    .ap_service03_flex_content P {
        font-size: 14px;
    }
}
.ap_service04 {
    background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/sbg03.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5rem 0 5rem 0;
    position: relative;
    margin-top: 10rem;
    overflow-x: clip;
}
.ap_simg08 {
    position: absolute;
    bottom: 0;
    height: min(51.6667vw, 620px);
    right: 50%;
    left: calc(50% + 35rem);
    transform: translate(-50%,0);
}
.ap_service04_h2 {
    max-width: 660px;
    width: 80%;
}
.ap_service04_h1 {
    max-width: 830px;
    width: 70%;
    margin-bottom: 2rem;
}
.ap_service04_text {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1200px) {
    .ap_simg08 {
        left: calc(50% + 35rem);
    }
}
@media screen and (max-width: 769px) {
    .ap_service04 {
        margin-top: 0rem;
    }
    .ap_service04_text {
        font-size: 10px;
        max-width: 300px;
        letter-spacing: 0;
    }
    .ap_simg08 {
        right: -4rem;
    }
    .ap_service04_h1 {
        width: 85%;
    }
    .ap_simg08 {
        left: calc(75%);
    }
}
@media screen and (max-width: 599px) {
    .ap_service04_text {
        font-size: 8px;
    }
}
.ap_service05_box_wrap {
    background: #fff;
    box-shadow: 0 0 10px #666;
    padding: 7rem 5rem;
    position: relative;
    margin-bottom: 20rem;
}
.ap_service05_box_wrap::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    background: #baeafc;
    bottom: -5rem;
    right: -5rem;
    z-index: -1;
}
.ap_service05 {
    background: url(https://www.keiyou-bs.co.jp/kabibusters-chiba/img/bg06.webp);
    background-position: center;
    background-size: 25px;
    background-repeat: repeat;
    position: relative;
    padding: 8rem 0 1rem;
    overflow-x: clip;
}
.ap_service05_h1 {
    max-width: 965px;
    width: 100%;
    margin: 0 auto 3rem;
}
.ap_service05_box_01_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto 5rem;
}
.ap_service05_box_01_flex img {
    max-width: 300px;
    margin-right: 5rem;
    width: 70%;
}
.ap_service05 h2 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
.ap_service05 h2::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #0064b0;
    margin-right: 1rem;
    border-radius: 50px;
    flex-shrink: 0;
}
.ap_service05_box_02 {
    background: #baeafc;
    padding: 4rem 2rem;
}
.ap_service05_box_02 > h1 {
    max-width: 455px;
    margin: 0 auto 3rem;
}
.ap_service05_box_02_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ap_service05_box_02_flex > div {
    width: 33%;
    border-right: 1px solid #969696;
    padding: 0 3rem;
}
.ap_service05_box_02_flex > div:last-child {
    border-right: none;
}
.ap_service05_box_03 h1 {
    max-width: 455px;
    margin: 5rem auto 3rem;
}
.ap_service05_box_03_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ap_service05_box_03_flex img, .ap_service05_box_03_flex .ap_service05_box_03_flex_content {
    width: 48%;
}
.ap_service05_box_04 h1 {
    max-width: 455px;
    margin: 5rem auto 3rem;
}
.ap_service05_box_04_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ap_service05_box_04_flex img {
    width: 30%;
}
.ap_service05_box_04_flex .ap_service05_box_04_flex_content {
    width: 65%;
}
.ap_service05_box_01_flex_content .ap_gray {
    margin-top: 2rem;
    font-size: 14px;
}
@media screen and (max-width: 769px) {
    .ap_service05_h1 {
        width: 90%;
        max-width: 350px;
    }
    .ap_service05_box_01_flex {
        display: block;
    }
    .ap_service05_box_01_flex img {
        max-width: 300px;
        margin: 5rem auto 3rem;
        display: block;
    }
    .ap_service05 h2 {
        font-size: 18px;
    }
    .ap_service05 h2::before {
        width: 10px;
        height: 10px;
    }
    .ap_service05_box_02_flex {
        display: block;
    }
    .ap_service05_box_02_flex > div {
        width: 100%;
        border-right: none;
        margin-bottom: 3rem;
    }
    .ap_service05_box_03_flex {
        flex-direction: column-reverse;
    }
    .ap_service05_box_03_flex img, .ap_service05_box_03_flex .ap_service05_box_03_flex_content {
        width: 100%;
    }
    .ap_service05_box_03_flex img {
        margin-bottom: 5rem;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .ap_service05_box_03_flex_content > div:first-child {
        margin-bottom: 5rem;
    }
    .ap_service05_box_04_flex {
        display: block;
    }
    .ap_service05_box_04_flex img {
        width: 100%;
        max-width: 200px;
        display: block;
        margin: 0 auto 5rem;
    }
    .ap_service05_box_04_flex .ap_service05_box_04_flex_content {
        width: 100%;
    }
    .ap_service05_box_04_flex .ap_service05_box_04_flex_content > div {
        margin-bottom: 3rem;
    }
    .ap_service05_box_04_flex .ap_service05_box_04_flex_content .ap_gray {
        margin-top: 2rem;
    }
    .ap_service05_box_wrap {
        margin-bottom: 8rem;
        padding: 7rem 4rem;
    }
    .ap_service05 {
        background-size: 12px;
    }
    .ap_service05_box_02 {
        padding: 4rem 2rem;
    }
}
.ap_service06 .ap_inner {
    max-width: 1000px;
}
.ap_service06 h1 {
    font-size: 6rem;
    font-weight: bold;
    color: #0064b0;
    text-align: center;
    margin-bottom: 4rem;
}
.ap_service06_box_num .num {
    width: 8rem;
    height: 8rem;
    border: 2px solid #0064b0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #0064b0;
    font-size: 4rem;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}
.ap_service06_box {
    position: relative;
    width: 100%;
    padding-left: 12rem;
    margin-bottom: 5rem;
}
.ap_service06_box h2 {
    font-weight: bold;
    color: #0064b0;
    font-size: 4rem;
    margin-bottom: 3rem;
}
.ap_service06_box_wrap {
    position: relative;
}
.ap_service06_box_wrap::before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #0064b0;
    position: absolute;
    left: 4rem;
    z-index: -1;
}
.ap_service06 .ap_pc_header_contact {
    width: 100%;
    margin-top: 2rem;
    display: flex !important;
}
@media screen and (max-width: 769px) {
    .ap_service06_box_num .num {
        width: 6rem;
        height: 6rem;
        font-size: 3rem;
    }
    .ap_service06_box {
        padding-left: 8rem;
    }
    .ap_service06_box_wrap::before {
        left: 3rem;
    }
    .ap_service06_box h2 {
        font-size: 18px;
    }
    .ap_service06 h1 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 599px) {
    .ap_service06 .ap_pc_header_contact {
        display: block !important;
    }
    .ap_service06 .ap_pc_header_contact a {
        display: block;
        margin: 2rem auto;
        max-width: 300px;
        width: 100%;
    }
}
.news_pager {
    justify-content: space-between;
}
.news_pager .ap_flex, .news_pager a, .news_pager p {
    width: 30%;
    color: #0064b0;
    text-decoration: underline;
}
.news_pager a {
    text-align: center;
}
.news_pager .end {
    justify-content: flex-end;
}
.ap_news_pager_title {
    text-align: center;
}
.ap_news_pager_title h2 {
    font-size: 3rem;
    color: #0064b0;
}
/*追従ボタン*/
.ap_all_btn_sp,.grecaptcha-badge {
	display:none;
}

@media only screen and (max-width: 599px) {
.ap_all_btn_sp {
    width: 100%;
    background: #80B2D5;
    display: block;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    z-index: 998;
	transition:0.5s;
}
	.ap_all_btn_sp_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
}
	.ap_all_btn_sp.on{
		opacity:0;
		z-index:-1;
	}
}
.ap_common_page h3 {
  font-size: clamp(1.8rem, 1.8vw + 1rem, 3.4rem);
  margin-bottom: clamp(1rem, 1vw, 1.5rem);
  padding-bottom: clamp(1rem, 1vw, 1.5rem);
  border-bottom:3px solid #0064b0;
  color: #0064b0;
}