@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# typography
    ##Utilities class
# Normalize
    ## Element
        ### Field
# Layout
  ## Header
    ### Menu
    ### Main visual
  ## Content
    ### Btn
    ### Border
    ### Title
  ## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typhography
--------------------------------------------------------------*/
@import url(./typho.css);

@font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;

    font-display: block;
    src: url("fonts/icomoon.eot?78o7gn");
    src: url("fonts/icomoon.eot?78o7gn#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?78o7gn") format("truetype"),
    url("fonts/icomoon.woff?78o7gn") format("woff"),
    url("fonts/icomoon.svg?78o7gn#icomoon") format("svg");
}

@font-face {
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;

    font-display: block;
    src: url("fonts/iconfont.woff") format("woff");
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: never;
}

.icon-arrow_left:before {
    content: "\e903";

    color: #0077e1;
}

.icon-arrow_btm:before {
    content: "\e900";

    color: #e0f4fa;
}

.icon-arrow_top:before {
    content: "\e901";

    color: #e0f4fa;
}

.icon-arrow_right:before {
    content: "\e902";

    color: #0077e1;
}

.icon-phone:before {
    content: "\e942";
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-minus:before {
    content: "\ea0b";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-new-tab:before {
    content: "\ea7e";
}

#header .icon {
    line-height: 1;

    -webkit-transition: color .3s ease;
            transition: color .3s ease;
}

#header .icon::before,
.contact_box .icon::before {
    font-family: "iconfont" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1;
}

.icon.-pin::before {
    content: "\EA01";
}

.icon.-mail::before {
    content: "\EA02";
}

.icon.-mobile::before {
    content: "\EA03";
}

.icon.-arrow::before {
    content: "\EA04";
}

.icon.-twitter::before {
    content: "\EA05";
}

.icon.-facebook::before {
    content: "\EA06";
}

.icon.-instagram::before {
    content: "\EA07";
}

.icon.-phone::before {
    content: "\EA08";
}

.icon.-device::before {
    content: "\EA09";
}

.icon.-calendar::before {
    content: "\EA0A";
}

.icon.-equal::before {
    content: "\EA0B";
}

.icon.-plus::before {
    content: "\EA0C";
}

.icon.-device2::before {
    content: "\EA0D";
}

.icon.-cross::before {
    content: "\EA0E";
}



/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

#wrapper {
    width: 100%;
    min-width: 1150px;
    margin: 0 auto;
}

.inner,
.m_inner,
.s_inner {
    width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.m_inner {
    width: 990px;
}

.s_inner {
    width: 866px;
}

.inner:after,
.m_inner:after,
.s_inner:after {
    display: block;
    clear: both;

    content: "";
}

.switch-pc {
    display: block;
}

.switch-sp {
    display: none;
}

.fl_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fl_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
}

.fl_box_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
}

.lead_md {
    font-size: 18px;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#header {
    width: 100%;
}

/*#header .head_m {
    width: 100%;
    height: 58px;
    background-color: #000;
}*/

#header .head_m {
    position: fixed;
    top: 0;
    z-index: 999;

    width: 100%;
    height: 58px;

    transition: .5s;
    transform: translateY(0);

    background-color: #000;
}
#header .head_m.hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
#header .head_m {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#header .head_m.sticky.fixed {
    position: fixed;
    top: 0;
    z-index: 4;

    display: block;
    width: 100%;

    -webkit-animation-name: stickySlideDown;
            animation-name: stickySlideDown;
}

#header .head_m.normal.fixed {
    position: fixed;
    top: 0;
    z-index: 4;

    width: 100%;
    min-width: 1150px;
}

#header .head_m::after {
    display: block;
    clear: both;

    content: "";
}

#header .logo_mark {
    float: left;
    width: 40px;
    padding-top: 8.5px;
}

#header .logo_mark a {
    display: block;

    line-height: 1;
}

#header .h_nav {
    position: relative;

    float: right;
    /*width: 572px;*/
    width: 655px;
}

#header .h_nav li {
    float: left;
    /*margin-right: 19px;*/
    margin-right: 27px;
}

#header .h_nav li a {
    display: block;

    color: #fff;
}

#header .h_nav li.ico {
    padding: 16px 0;
}
#header .h_nav li.ico2 {
    padding: 19px 0;
}
#header .h_nav li.ico3 {
    padding: 18px 0;
}
#header .h_nav li.ico a:hover {
    opacity: 1;
}

#header .h_nav li.ico a:hover .icon {
    opacity: 1;
    color: #0077e1;
}
/*shuusei 20210928*/
#header .h_nav li .img-svg {
    width: 12px;
}
#header .h_nav li.ico {
    padding: 16px 0;
    margin-right: 21px;
}
#header .h_nav li.ico2 .img-svg {
    width: 13px;
}
@media all and (-ms-high-contrast:none) {
    #header .h_nav li.ico2 .img-svg {
        width: 14px;
    }
}
/*end shuusei*/
/*#header .h_nav li.ico span {
    display: inline-block;
}*/

#header .h_nav li .icon {
    vertical-align: middle;
}

#header .h_nav li .icon.-pin {
    font-size: 1.05rem;
}

#header .h_nav li .icon.-mail {
    font-size: .8rem;
}

#header .h_nav li .icon.-mobile {
    margin-right: 6px;

    font-size: 1.1rem;

    color: #fff;
}

#header .h_nav .tel_number {
    margin-top: -4px;
    /*font-size: 14px;*/

    font-size: 16px;
    font-weight: 500;

    letter-spacing: 2px;

    color: #fff;
}
#header .h_nav .tel_sm {
    font-size: 10px;

    letter-spacing: 1.2px;
}

#header .h_nav .h_btn {
    width: 163px;
    margin-top: 12px;
    margin-bottom: 13px;
}
#header .h_nav .aga_h_btn {
    width: 184px;

    border: 1px solid #0077e1;
}
#header .caption_color {
    color: #0077e1;
}

#header .h_nav .h_btn .btn-primary {
    display: table;
    width: 100%;
    height: 32px;

    font-size: 11px !important;
}

/* @media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #header .h_nav .h_btn .btn-primary span {
        position: relative;
        top: 5px;
    }
} */

#header .h_nav .h_btn:first-child {
    width: 184px;
    margin-right: 20px;
}
#header .h_nav .tb_blog {
    display: flex;
    height: 34px;

    line-height: 34px;

    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#header .h_nav .tb_blog span {
    letter-spacing: 1.2px;
}
#header .h_nav .tb_blog span.icon {
    padding-right: 5px !important;
}
#header .h_nav .tb_blog span.icon_aga {
    padding-right: 20px !important;
}
@media only screen and (max-width: 768px) {
    #header .head_m {
        position: fixed;
        top: 0;

        width: 100%;
        height: 50px;
    }
    #header .h_nav li {
        margin-right: 25px;
    }
    .tel-span {
        margin-top: 4px;
    }
    #header .h_nav li .img-svg {
        width: 13px;
    }
    #header .h_nav li:nth-child(2) .img-svg {
        width: 14px;
    }
}

@media only screen and (max-width: 480px) {
    #header .h_nav li {
        margin-right: 21px;
    }
    #header .h_nav {
        width: 190px!important;
    }
}
.btn-toggle-menu {
    position: absolute;
    top: 20px;
    right: 0;

    display: block;
    width: 15.5px;
    height: 16px;

    cursor: pointer;
}

.btn-toggle-menu .line {
    position: absolute;
    left: 0;

    display: block;
    width: 15.5px;
    height: 1.74px;

    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;

    border-radius: 0;
    background: #0077e1;
}

.btn-toggle-menu .line.line-1 {
    top: 0;
}

.btn-toggle-menu .line.line-2 {
    top: 50%;

    margin-top: -1px;
}

.btn-toggle-menu .line.line-3 {
    top: 100%;

    margin-top: -1px;
}

.btn-toggle-menu.collapsed .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
       -moz-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
}

.btn-toggle-menu.collapsed .line-2 {
    opacity: 0;
}

.btn-toggle-menu.collapsed .line-3 {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
       -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
            transform: translateY(-7px) translateX(0) rotate(-45deg);
}

#header .head_logo {
    height: 57px;
    margin-top: 57px;

    background-color: #fff;
}

#header .logo {
    padding: 17px 0;

    font-size: 24px;
}

#header .logo a {
    display: block;

    line-height: 1;
}

.txt_blue {
    color: #0077e1;
}

.txt_gold {
    color: #bba170;
}

#header .logo img {
    vertical-align: middle;
}

#header .logo .c_logo {
    position: relative;
    top: -2px;

    width: 123px;
    margin-left: 27px;
}
.tel-span {
    line-height: 1.0;

    color: #fff!important;
}
a.sou-btn {
    color: #0077e1!important;
    background-color: #fff;
}
.icon-left {
    padding-left: 0;
}
.yan-icon {
    font-size: 1.25rem;
}

#header .h_nav .menu_iconsp {
    display: flex;
    padding: 12px 0;

    align-items: center;
    flex-wrap: wrap;
    /*justify-content: end;*/
}
/*--------------------------------------------------------------
### Menu
--------------------------------------------------------------*/
#gnav {
    /* position: absolute;*/
    position: fixed;
    top: 58px;
    z-index: 9999;

    display: none;
    width: 100%;
    min-width: 1150px;
}

#gnav.sticky {
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

#gnav.sticky.fixed {
    position: fixed;
    top: 0;
    z-index: 4;

    display: block;
    width: 100%;

    -webkit-animation-name: stickySlideDown;
            animation-name: stickySlideDown;
}

@-webkit-keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);

        opacity: .7;
    }

    100% {
        transform: translateY(0);

        opacity: 1;
    }
}



@keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);

        opacity: .7;
    }

    100% {
        transform: translateY(0);

        opacity: 1;
    }
}

.g_navi {
    z-index: 4;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 58px;

    background-color: #0077e1;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g_navi > ul > li {
    float: left;
    margin-left: 32px;
}

.g_navi > ul > li:first-child {
    margin-left: 0;
}

#gnav li a {
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
}

.g_navi li p a {
    position: relative;
    z-index: 1;

    display: block;
    padding: 17px 0;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: -.65px;

    color: #fff;
}

.g_navi li ul.dropdown {
    position: absolute;
    top: 57px;
    left: 0;

    width: 100%;
    padding: 25px 0 30px;

    text-align: center;
    pointer-events: none;

    background-color: #f5f5f5;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g_navi li ul.dropdown.open {
    z-index: 2;

    pointer-events: auto;

    opacity: 1;
}

.g_navi li ul.dropdown li {
    position: relative;

    display: inline-block;
    height: auto;
    margin-right: 20px;

    color: #000;
    border: 0;
}

.g_navi li ul.dropdown li:last-child {
    margin-right: 0;
}

.g_navi ul.dropdown .s_info {
    position: relative;

    width: 187px;
    height: 194px;

    text-align: center;

    border-radius: 10px;
}

.g_navi ul.dropdown .s_info .m_img {
    width: 100%;
    height: auto;
}

.g_navi ul.dropdown .s_info:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    background: url(/operation/aga/common/img/bg_nav_menu.png) no-repeat;
    background-size: 100% auto;
}

.g_navi li ul.dropdown .m_box {
    position: absolute;
    top: -5px;
    left: -8px;

    width: 80px;
    height: 84px;
    padding: 10px 0 8px;
}

.g_navi li ul.dropdown .m_box .num {
    width: 22px;
    height: 22px;

    font-size: 13px;
}

.g_navi ul.dropdown .s_info_body {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}

.g_navi ul.dropdown .s_tit {
    margin-right: 0 !important;
    margin-bottom: 4px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    color: #0077e1;
}

.g_navi ul.dropdown .s_copy {
    margin-bottom: 5px;

    font-size: 12px;
    font-weight: 500;
}

.g_navi ul.dropdown .btn-primary {
    width: 110px;
    height: 28px;
    margin: 0 auto 10px;

    font-size: 10px;
}

.icon-right:after {
    position: absolute;
    top: 50%;
    right: 8px;

    content: "\e902";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #0077e1;
}

.g_navi li ul.dropdown li a:hover {
    opacity: .7;
}

.txt_b {
    font-weight: 700;

    color: #0077e1;
}

.m_box {
    position: relative;

    box-sizing: border-box;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgb(0, 0, 0, .16);
       -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 8px rgb(0, 0, 0, .16);
}

.m_box img {
    width: 100%;
    height: auto;

    border-radius: 10px;
}

.m_box .num {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-flex;

    font-weight: 500;

    color: #fff;
    background-color: #0077e1;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
}

/*--------------------------------------------------------------
### main_visual
--------------------------------------------------------------*/

#main_visual {
    position: relative;

    background-color: #000;
}

#main_visual.bg_blk {
    background-color: #000;
}

#main_visual .pic {
    position: relative;

    max-width: 1280px;
    margin: 0 auto;
}

#main_visual.ovl .pic {
    background-color: #000;
}

#main_visual.ovl .pic img {
    opacity: .7;
}

.obj-fit img {
    font-family: "object-fit: cover;";
}

#main_visual .pic img {
    width: 100%;
    height: 400px;
}

#main_visual .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 100%;

    text-align: center;
}

#main_visual .copy_wrap {
    position: absolute;
    top: 49%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#main_visual .pg_title {
    color: #0077e1;
}
#main_visual .pg_title .pg_eng_title {
    font-size: 30px;
    font-weight: bold;
}
#main_visual .pg_title .pg_eng_title.myriad {
    font-family: "myriad-pro";
    font-size: 18px;
    font-weight: bold;
}
.pg_bd {
    font-weight: bold;
}

#main_visual .pg_title_en {
    display: block;
    padding-top: 6px;

    font-size: 32px;
    font-weight: 500;
    line-height: 1.65;

    color: #fff;
}
#main_visual .pg_title_en.cjk {
    font-family: "Noto Sans JP";
}
#main_visual .copy {
    margin-top: 20px;

    font-size: 12px;

    color: #fff;
}
#main_visual .copy.cjk {
    font-family: "Noto Sans JP";
}

/*--------------------------------------------------------------
## content
--------------------------------------------------------------*/
#content.top {
    border-top: 10px solid #bba170;
}

#content {
    border-top: 22px solid #bba170;
}
#content.top.renew {
    border-top: 22px solid #bba170;
}

.section {
    position: relative;

    margin: 30px 0 60px;
}

.section:after {
    display: block;
    clear: both;

    content: "";
}

.bold {
    font-weight: 700;
}

.sec_bg {
    position: relative;
}

.bg_white {
    background-color: #fff;
}

/*--------------------------------------------------------------
    ### title
--------------------------------------------------------------*/

.title {
    margin: 30px 0;

    text-align: center;

    color: #0077e1;
}

.title_price {
    /* margin: 130px 0 20px 0; */
    margin: 90px 0 20px 0;

    text-align: center;

    color: #0077e1;
}

.title_fact {
    margin: 130px 0 20px 0;

    text-align: center;

    color: #0077e1;
}

.title_en {
    display: block;

    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;

    color: #000;
}

.title_sm {
    margin: 30px 0;

    font-size: 30px;

    text-align: center;

    color: #0077e1;
}


.copy_lg {
    font-size: 18px;
}

.copy_lg span {
    font-weight: 500;
}

/*--------------------------------------------------------------
    ### btn
--------------------------------------------------------------*/
.btn_wrap {
    margin: 30px 0;

    text-align: center;
}

.btn_gp .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    text-align: center;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.btn {
    margin-bottom: 10px;

    line-height: 1;
}

.btn a,
.btn-outline a,
.s-btn-outline,
.submit_btn,
.btn_group li a {
    position: relative;

    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    font-size: 12px;

    letter-spacing: .1em;

    color: #fff !important;
    background-color: #0077e1;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn a {
    width: 146px;
    height: 36px;

    font-weight: 500;

    letter-spacing: .2em;
}

.btn.md a {
    width: 360px;
    height: 40px;

    font-size: 14px;
}

.btn.lg a {
    width: 492px;
    height: 67px;

    font-size: 19px;
}


.s-btn-outline {
    width: 121px;
    height: 26px;

    color: #0077e1 !important;
    border: 1px solid #0077e1;
    background-color: #fff;
}

.btn-outline:not(:last-of-type) {
    margin-bottom: 10px;
}

.btn-outline a {
    position: relative;

    width: 552px;
    height: 68px;

    font-size: 24px;
    font-weight: 500;

    letter-spacing: .02em;

    color: #0077e1 !important;
    border: 3px solid #0077e1;
    background-color: #fff;
}

.btn-outline a::after {
    position: absolute;
    top: 50%;
    right: 20px;

    font-family: "icomoon" !important;
    font-size: .8em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;

    content: "\e902";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: none;
}

.btn-outline.md a {
    width: 296px;
    height: 36px;

    font-size: 12px;
}

.btn-outline.md a::after {
    right: 10px;
}

.btn-outline.gray a {
    width: 245px;
    height: 50px;

    font-size: 22px;
    font-weight: 400;

    color: #939393 !important;
    border-color: #939393;
}

.btn-outline.gray a::after {
    content: "";
}
.btn-outline.gray.renew a {
    width: 268px;
    height: 68px;

    font-family: "Noto Sans JP";
    font-size: 20px;
}

.btn_list {
    text-align: center;
}

.btn_list.mgb {
    margin-top: 20px;
}

.btn_list.mgb .btn-outline.gray {
    margin-top: 76px;
}

.btn_list.mgb .btn-outline:not(:last-of-type) {
    margin-bottom: 27px;
}

.btn_close {
    width: 122px;
    height: 36px;
    margin-bottom: 10px;
    box-sizing: border-box;

    font-size: 15px;
    line-height: 27px;

    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;

    color: #939393;
    border: 3px solid #939393;
    background-color: #fff;
}


.btn-primary {
    display: table;

    text-align: center;

    color: #fff !important;
    background-color: #0077e1;
}

.btn-primary span {
    display: table-cell;

    vertical-align: middle;
}



/*------------  .bg_box    ------------*/

.bg_box {
    padding: 40px 50px 60px;
    box-sizing: border-box;

    border-radius: 20px;
    background-color: #f3f3f3;
}

.bg_box .lead {
    text-align: center;
}

.tab_menu {
    width: 684px;
    padding-top: 3px;
    padding-left: 3px;
    margin: 38px auto 45px;
    box-sizing: border-box;

    text-align: center;
}

.tab_menu li {
    position: relative;

    float: left;
    width: 342px;
    height: 68px;
    padding: 11px 28px;
    margin-top: -3px;
    margin-left: -3px;

    font-size: 22px;

    cursor: pointer;
    text-align: left;

    color: #0077e1;
    border: 3px solid #0077e1;
    background-color: #fff;
}

.tab_menu:not(.slider-nav) li {
    letter-spacing: .2em;
}

.tab_menu li::after {
    position: absolute;
    top: 50%;
    right: 20px;

    font-family: "icomoon" !important;
    font-size: .8rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;

    content: "\e900";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: none;
}

.tab_menu li.active {
    color: #fff;
    background-color: #0077e1;
}

.tab_menu li.active::after {
    color: #e0f4fa;
}

.tab_content {
    display: none;
}

.tab_content.current {
    display: block;
}

.sec_desc {
    padding: 0 80px;
    margin: 52px 0 55px;
}


/*------- card -------*/

.card_wrap:not(:first-of-type) {
    margin-top: 70px;
}

.card_wrap .tit {
    margin: 12px 0;

    font-size: 32px;
    font-weight: 700;

    text-align: center;

    color: #0077e1;
}

.s_card_gp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
}

.s_card {
    padding: 0 8px;
    margin-top: 15px;
}

.s_card_gp .s_card {
    box-sizing: border-box;
}

.s_card .card_in {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-direction: column;

    text-align: center;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #0077e1;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
       -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

    -webkit-box-direction: column;
}

.s_card .img {
    display: inline-flex;
    height: 160px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
}

.s_card .img img {
    width: 97px;
}

.s_card .s_card_body {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 84px;
    padding: 12.5px 15px;

    background-color: #0077e1;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    flex: 1 1 auto;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    justify-content: start;
}

.s_card .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    text-align: left;
    letter-spacing: -1px;

    color: #fff;
}

.s_card .s_card_body:after {
    position: absolute;
    top: 50%;
    right: 11px;

    display: block;

    font-family: "icomoon" !important;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;

    content: "\e902";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #e0f4fa;
}

.s_card_gp.col_1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s_card_gp.col_1 .s_card_body {
    min-height: 94px;
    padding-left: 25px;
}

.s_card .pic {
    padding: 0;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
}

.s_card .pic img {
    width: 100%;
    height: 100%;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.trouble_list .s_card .name {
    font-size: 17px;
}

.bg_box.box_md {
    padding: 62px 44px 85px;
}

.box_md .card_wrap:not(:first-of-type) {
    margin-top: 80px;
}

.box_md .s_card {
    margin-top: 32px;
}

.s_card .s_card_body.md {
    min-height: 62px;
}

.s_card .s_card_body.md .name {
    font-size: 18px;
}

.sec_equipment .s_card .pic {
    height: 182px;
}

.fnd_link {
    margin-top: 32px;
}

.fnd_link li {
    padding-bottom: 5px;

    font-size: 18px;

    text-align: right;

    color: #0077e1;
}

.fnd_link li a {
    color: #0077e1;
}

.fnd_link li span {
    position: relative;
    top: -1px;

    display: inline-block;
    margin-left: 10px;

    vertical-align: middle;
}

/*------- column -------*/

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
}

.col {
    float: left;
    margin-left: 16px;
}

.col_1 {
    width: 100%;
    margin-left: 0;
}

/*------- mv_alert -------*/

.mv_alert {
    padding: 20px 20px;

    text-align: center;

    background: #f5f5f5;
}
.mv_alert.alert1 {
    padding: 20px 20px 10px;
}
.mv_alert.alert2 {
    padding: 10px 20px 20px;
}

.mv_alert .txt {
    min-height: 20px;

    font-size: 13px;
    line-height: 2;

    color: #7d7d76;
}

.mv_alert .txt a {
    min-height: 20px;
    padding: 1px 0 1px 30px;

    background: url(/operation/aga/top/img/alert.png) center left/ 22px 20px no-repeat;
}

.mv_alert .txt a:hover {
    opacity: .8;
}

/*------- sec_about -------*/

.about_bl_wrap {
    min-height: 642px;

    background: #f7f7f7 url(/operation/aga/top/img/bg_about.png) no-repeat;
    background: -webkit-image-set(url("/operation/aga/top/img/bg_about.webp")1x) no-repeat #f7f7f7;
    background-size: cover;
}

.about_bl_wrap .inner {
    position: relative;

    min-height: 642px;

    background: url(/operation/aga/top/img/img_about.png) no-repeat left bottom 60px;
    background: -webkit-image-set(url("/operation/aga/top/img/img_about.webp")1x) no-repeat left bottom 60px;
    background-size: 1120px auto;
}

.about_bl_wrap .about_copy {
    width: 668px;
    padding-top: 65px;
    margin: 0 auto;
}

.about_copy .cp_tit {
    margin-bottom: 16px;

    font-size: 28px;
    font-weight: 700;

    color: #0077e1;
}

.about_copy .lead_md {
    line-height: 2;
}

.about_bl_wrap .btn_wrap {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
}


/********* about_step **********/

.about_step .about_step_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
}

/* .about_step h3 {
    padding-left: 30px;
    text-indent: -30px;
} */

.about_step .about_step_bl {
    width: 258px;
    margin-right: 29px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.about_step .about_step_bl h4 {
    font-size: 14px;
}

.about_step .about_step_bl .number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 22px;
    height: 22px;
    margin-right: 8px;

    font-size: 12px;

    text-indent: 0;

    color: #fdfdfd;
    background: #333;

    align-items: center;
    -webkit-box-align: center;
    /* font-family: '小塚ゴシック Pr6N', 'sans-serif'; */
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_step .about_step_bl:nth-child(4n) {
    margin-right: 0;
}

.about_step .about_step_bl .img {
    margin: 20px 0 17px;
}

.about_step .about_step_bl p {
    line-height: 2;
}

.about_step .about_step_bl p span {
    display: block;
    padding-top: 10px;

    color: #000;
}

/*------- sec_menu -------*/

#sec_menu .bg_box {
    padding: 40px 54px 65px;
    margin-top: 40px;
}

.menu_list {
    margin-top: 7px;
}

.menu_list li {
    position: relative;

    width: 152px;
    margin-top: 30px;
    margin-right: 20px;

    text-align: center;
}

.menu_list li:last-child {
    width: 100%;
}

.menu_list .mbox_wrap {
    position: relative;
    z-index: 1;
}

.menu_list .m_box {
    position: relative;

    width: 152px;
    min-height: 158px;
    padding: 16px 0 14px;
    margin: 0 auto;
}

.menu_list li.menu_stop .m_box:before,
.menu_list li.menu_stop:after,
.menu_list li.menu_strong .m_box:before,
.menu_list li.menu_grow:after,
.menu_list li.menu_clean .m_box::after {
    position: absolute;
    top: 50%;
    right: -50%;
    z-index: 0;

    display: block;
    width: 50%;
    height: 10px;

    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: .1;
    background-color: #0077e1;
}


.menu_list li.menu_stop:after {
    top: 70%;
    right: inherit;
    left: 90%;

    width: 200%;

    -webkit-transform: translate(-50%) rotate(60deg);
            transform: translate(-50%) rotate(60deg);
}

.menu_list li.menu_grow:after {
    top: 70%;
    right: inherit;
    left: 10%;

    width: 200%;

    -webkit-transform: translate(-50%) rotate(120deg);
            transform: translate(-50%) rotate(120deg);
}


.menu_list li.menu_clean .m_box:after {
    top: -51%;
    right: inherit;
    left: 50%;

    width: 100%;

    -webkit-transform: translate(-50%) rotate(90deg);
            transform: translate(-50%) rotate(90deg);
}

.menu_list .m_box .num {
    width: 28px;
    height: 29px;

    font-size: 15px;
}

.menu_name {
    margin-top: 5px;

    font-size: 29px;
    font-weight: bold;

    color: #0077e1;
}

.menu_list .lead_md {
    line-height: 1.7;

    color: #000;
}

.menu_col_wrap:after {
    display: block;
    clear: both;

    content: "";
}

.menu_col {
    position: relative;

    float: left;
    margin-top: 50px;
}

.menu_col .pic {
    position: relative;

    min-height: 465px;
}

.menu_col .menu_equip {
    position: absolute;
    right: 0;
    bottom: -38px;
    left: 0;

    font-size: 0;

    text-align: center;
}

.menu_col .menu_equip li {
    display: inline-block;
    width: 177px;
    margin: 0 5px;
}

.menu_col .mbox_wrap {
    position: absolute;
    top: 39px;
    left: 32px;

    text-align: center;
}

.menu_col .m_box {
    width: 131px;
    min-height: 138px;
    padding: 16px 0 12px;
}

.menu_col .m_box .num {
    width: 32px;
    height: 34px;

    font-size: 19px;
}

.menu_col .menu_name {
    font-size: 26px;

    color: #bba170;
}

.menu_col .lead_md {
    color: #fff;
}

.menu_col .btn_wrap {
    margin: 45px 0 0;
}

/*------- faq&knowledge -------*/
.g_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 596px;
    padding: 24px 44px 56px;
    flex-direction: column;

    border-radius: 20px;
    background-color: #f5f5f5;
}

.g_box .item {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding-left: 85px;
    margin-top: 20px;

    font-size: 19px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
}

.g_box .item.switch-sp {
    display: none;
}

.g_box .item:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;
    width: 60px;
    height: 60px;

    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.knowledge .item:before {
    background: url(/operation/aga/top/img/icon_avatar.png) no-repeat;
    background-size: 60px auto;
}

.g_box .item a {
    display: inline-block;

    text-decoration: underline;

    color: #7d7d76;
}
.g_box.cjk .item a {
    font-family: "Noto Sans JP";
}

.g_box .category {
    font-size: 10px;
    font-weight: bold;

    text-decoration: none;

    color: #bba170;
}

.g_box .btm_center {
    position: absolute;
    right: 0;
    bottom: 46px;
    left: 0;

    width: 100%;

    text-align: center;
}

.faq .item:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: .1em;

    font-family: "Noto Sans", sans-serif;
    font-size: 40px;

    content: "Q";
    text-align: center;

    color: #c6c7c7;
    border: 1px solid #c6c7c7;
    border-radius: 50%;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*------- m_card -------*/
#menu_pickup {
    margin-bottom: 170px;
}

#menu_pickup .title {
    margin-bottom: 37px;
}

.m_card {
    width: 258px;
    height: 370px;
    margin-right: 29px;
}

.m_card:last-child {
    margin-right: 0;
}


.m_card a {
    position: relative;

    display: block;
    width: 100%;
    height: 100%;
}

.m_card a:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    background: url(/operation/aga/common/img/bg_pickup_menu.png) no-repeat;
    background-size: 100% auto;
}

.m_card .m_img {
    width: 100%;
    height: auto;

    border-radius: 20px;
}

.m_card .m_box {
    width: 112px;
    padding: 12px 0 11px;
    margin: 0 auto 10px;
}

.m_card .card_body {
    position: absolute;
    top: 145px;
    right: 0;
    left: 0;

    text-align: center;
}

.m_card .card_tit {
    margin-bottom: 14px;

    font-size: 30px;
    font-weight: 700;
    line-height: 1;

    color: #0077e1;
}

.m_card .card_copy {
    margin-bottom: 5px;

    font-size: 18px;
    font-weight: 500;

    color: #000;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#ft_tel {
    min-height: 88px;
    margin-top: 140px;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

#ft_tel .tel_col {
    display: table;
    float: left;
    min-height: 88px;
}

#ft_tel li {
    display: table-cell;

    vertical-align: middle;
}

#ft_tel .tel_copy {
    padding-right: 70px;

    font-size: 21px;
}

#ft_tel .icon_mobile::before {
    position: relative;
    top: 8px;

    display: inline-block;

    font-family: "iconfont" !important;
    font-size: 1.86rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1;

    content: "\EA03";
    vertical-align: top;
}

#ft_tel .tel {
    display: inline-block;
    padding-left: 13px;

    font-size: 28px;
}

#ft_tel .tel .time {
    display: block;

    font-size: 12px;

    text-align: center;
}

#ft_tel .btn_gp {
    display: table;
    float: right;
    height: 88px;
}

#ft_tel .btn-primary {
    width: 234px;
    height: 48px;
    margin-left: 24px;

    font-size: 14px;
}

#ft_breadcrumb {
    height: 40px;

    background-color: #000;
}

#ft_breadcrumb li {
    float: left;
    padding: 12px 0 12px 15px;

    font-size: 10px;

    color: #cecece;
}

#ft_breadcrumb li a {
    display: block;

    color: #cecece;
}

#ft_breadcrumb li a:after {
    display: inline-block;
    margin-left: 15px;

    font-family: "icomoon" !important;
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;

    content: "";
    content: "\e902";
    vertical-align: middle;
    text-transform: none;

    color: #646464;

    speak: never;
}

#ft_breadcrumb .ico_logo img {
    width: 22px;
}

#footer {
    position: relative;

    padding: 0 0 10px;

    color: #fff;
    background-color: #000;
}

#footer .inner {
    position: relative;
}

#footer .ft_home {
    padding-top: 22px;

    font-size: 12px;
    font-weight: 700;
}

.ft_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 230px;
}

.ft_nav ul:not(:first-of-type) {
    margin-left: 85px;
}

.ft_nav ul li ul {
    padding-top: 5px;
    margin-left: 0;
}

.ft_nav li {
    padding-top: 15px;

    font-size: 12px;
}

.ft_nav a,
.ft_home a {
    display: block;
    clear: both;

    color: #fff;
}

.ft_nav li ul li {
    padding-top: 5px;
    padding-left: 12px;
}

/* 20211008 shuusei */
.ft_nav .ft_search_clinic {
    padding-top: 15px;
}

.ft_nav .ft_search_clinic ul {
    float: left;
}

.ft_nav .ft_search_clinic ul:last-child {
    margin-left: 48px;
}

.ft_sns {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,0);
}

.ft_sns li {
    float: left;

    font-size: 23px;
}

.ft_sns li:not(:first-of-type) {
    margin-left: 22px;
}

.ft_sns li a {
    color: #989898;
}

.ft_logo_mark {
    margin-bottom: 40px;

    text-align: center;
}

.ft_logo_mark img {
    width: 65px;
}

.copyright {
    font-size: 10px;

    text-align: center;

    color: #bba170;
}

.ft_logo_mark {
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
## Breakpoint
--------------------------------------------------------------*/

@media only screen and (min-width: 769px) {
    .fl_md_between {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fl_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .g_navi {
        z-index: 4;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .g_navi ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }

    .g_navi li ul.dropdown {
        z-index: 0;

        -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in;
        pointer-events: none;

        opacity: 0;
    }

    .g_navi li ul.dropdown li.switch-sp {
        display: none;
    }

    .g_navi > ul > li.mn_price {
        margin-left: 25px;
    }

    .g_navi > ul > li.mn_case {
        margin-left: 12px;
    }

    .g_navi ul:not(.dropdown) li > p {
        white-space: nowrap;
    }

    .g_navi ul:not(.dropdown) li:nth-child(1) > p {
        margin-right: 6px;
    }

    .g_navi ul:not(.dropdown) li:nth-child(2) > p {
        position: relative;

        margin-right: 8px;
    }

    .g_navi ul:not(.dropdown) li:nth-child(5) > p {
        margin-right: 10px;
    }

    .g_navi ul:not(.dropdown) li:first-child > p a {
        margin-left: 10px;
    }

    .g_navi li .parents a:after {
        margin-left: 13px;

        font-family: "icomoon" !important;
        font-size: .65rem;
        -moz-osx-font-smoothing: grayscale;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;

        content: "\e900";

        opacity: .69;
        color: #fff;
    }

    .g_navi li.active .parents a::after {
        content: "\e901";
    }

    br.sp {
        display: none;
    }

    .btn_group ul li:nth-child(3n) {
        margin-right: 0;
    }

    .col_md_6 .s_card {
        width: 16.6%;
    }

    .col_md_4 .s_card {
        width: 25%;
        padding: 0 16px;
    }

    .col_md_3 .s_card {
        width: 33.3%;
        padding: 0 16px;
    }

    .col_md_2 {
        position: relative;

        width: calc(50% - 30px);
    }

    .menu_col {
        width: calc(50% - 11px);
        margin-left: 22px;
    }

    .menu_col:nth-of-type(2n+1) {
        margin-left: 0;
    }

    .s_card_gp.col_1 .s_card {
        width: 338px;
    }

    .s_card_gp.col_1 .img img {
        width: 192px;
    }

    .trouble_list .s_card img {
        width: 89px;
    }

    .s_card .img_lg img {
        position: relative;
        top: -8px;
        left: -12px;

        width: 108px;
    }

    .s_card .img_sm img {
        width: 77px;
    }


    #ft_breadcrumb .ico_logo {
        padding-left: 0;
    }
}


@media only screen and (max-width: 768px) {
    #wrapper {
        min-width: inherit;
    }

    .inner,
    .m_inner,
    .s_inner {
        max-width: 100%;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .inner.sh0610 {
        padding: 0 15px;
    }

    .inner-fluid {
        padding: 0 17px;
    }

    .switch-pc {
        display: none;
    }

    .switch-sp {
        display: block;
    }

    br.pc {
        display: none;
    }

    br.sp {
        display: block;
    }

    .lead_md {
        font-size: 14px;
    }

    /*--------------------------------------------------------------
    ## header
    --------------------------------------------------------------*/
    #header {
        width: 100%;
        min-height: 100px;
    }

    #header .head_m {
        position: fixed;
        z-index: 3;

        width: 100%;
        height: 50px;
    }

    #header .logo_mark {
        width: 37px;
        padding-top: 4px;
        margin-left: 6px;
    }

    #header.inner {
        width: 100%;
    }

    #header .h_nav {
        /*width: 150px;*/
        width: 205px;
    }

    #header .h_nav li a {
        /*line-height: 1.5;*/
        line-height: 1;
    }

    #header .h_nav li.ico {
        padding: 12px 0;
    }

    #header .h_nav li .icon {
        vertical-align: middle;
    }
    #header .h_nav li .icon.-pin {
        font-size: 1.5rem;
    }

    #header .h_nav li .icon.-mail {
        font-size: 1.12rem;
    }

    #header .h_nav li .icon.-mobile {
        font-size: 1.5rem;
    }

    #header .h_nav li span {
        vertical-align: middle;
    }

    #header .h_nav li span.tel_number {
        display: none;
    }

    .btn-toggle-menu {
        top: 15px;
        right: 20px;

        width: 19.5px;
        height: 18px;
    }

    .btn-toggle-menu .line {
        width: 19.5px;
        height: 2px;
    }

    .btn-toggle-menu.collapsed .line-1 {
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
           -moz-transform: translateY(10px) translateX(0) rotate(45deg);
                transform: translateY(10px) translateX(0) rotate(45deg);
    }

    #header .head_logo {
        height: 47.5px;
        padding-top: 50px;
        margin-top: 0;
    }

    #header .logo {
        padding: 16px 0;
        margin-left: 17px;

        font-size: 17px;
    }

    #header .logo .c_logo {
        position: relative;
        top: -2px;

        display: inline-block;
        width: 92px;
        margin-left: 21px;
    }

    #header .logo img {
        vertical-align: middle;
    }

    #header .nav_wrap {
        float: none;
        width: 100%;
    }
    .yan-icon {
        width: 30px;
        height: 30px;
        margin-right: -18px;

        font-size: 1.5rem;
    }
    .ph-icn {
        color: #fff!important;
    }
    /*--------------------------------------------------------------
    ### Menu
    --------------------------------------------------------------*/
    #header .head_in {
        padding-bottom: 0;
    }

    .nav_wrap {
        position: static;
    }

    #gnav {
        position: fixed;
        top: 50px;
        z-index: 100;

        display: none;
        width: 100%;
        height: 100vh;
        min-width: inherit;
        padding-bottom: 50px;
        margin: 0;
        overflow-y: auto;
        clear: both;

        border-top: 1px solid #333;
        background-color: #000;

        -webkit-overflow-scrolling: touch;
    }

    #gnav.sticky.fixed {
        display: none;
    }

    .g_navi {
        height: auto;
        flex-direction: column;

        background-color: #000;
    }

    #gnav ul {
        width: 100%;
        padding: 0 0 111px;
    }

    #gnav li {
        float: none;
        margin-left: 0;

        border-bottom: 1px solid #333;
    }

    #gnav li p {
        position: relative;

        padding: 21px 20px;
        margin-bottom: 0;

        font-size: 14px;
        line-height: 1;
    }

    #gnav li a {
        position: relative;

        display: block;
        padding: 0;
    }

    #gnav li p a {
        padding: 0 10px 0 0;
        margin-left: 0;
    }

    #gnav li p.parents {
        position: relative;
    }

    #gnav li.menu-sp-tog .tog_icn {
        position: absolute;
        right: 0;

        width: 18px;
        height: 18px;
        margin: 0;

        text-align: center;
    }

    #gnav li.menu-sp-tog .tog_icn:before,
    #gnav li.menu-sp-tog .tog_icn:after {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;
        margin: 0 auto;

        content: "";
        transition: transform .25s ease-out;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: #0077e1;
    }

    #gnav li.menu-sp-tog .tog_icn:before {
        width: 14px;
        height: 1px;
    }

    #gnav li.menu-sp-tog .tog_icn:after {
        width: 1px;
        height: 14px;
    }

    #gnav li.menu-sp-tog > p.open .tog_icn:before {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    #gnav li.menu-sp-tog > p.open .tog_icn:after {
        background-color: transparent;
    }

    #gnav li ul.dropdown {
        position: relative;
        top: 0;
        left: 0;

        display: none;
        width: 100%;
        padding: 5px 0 20px;

        text-align: left;
        pointer-events: auto;

        opacity: 1;
        background: #333;
    }

    #gnav li ul.dropdown li {
        width: 100%;
        margin: 15px 0 0;

        font-size: 11px;
        line-height: 1.8;

        color: #cecece;
        border-bottom: none;
    }

    #gnav li ul.dropdown .s_info {
        display: none;
    }

    #gnav li ul.dropdown li a {
        padding: 0 28px;

        color: #cecece;
    }

    #gnav .sns ul {
        padding: 0 0 20px;

        text-align: center;
    }

    #gnav .sns ul li {
        display: inline-block;

        border-bottom: none;
    }

    #gnav .sns a {
        padding: 0 5px;

        font-size: 22px;

        color: #989898;
    }


    /*--------------------------------------------------------------
    ### main_visual
    --------------------------------------------------------------*/

    #main_visual.ovl .pic img:after {
        opacity: .5;
    }

    #main_visual .pic img {
        width: 100%;
        height: 67vw;
    }

    #main_visual .copy_wrap {
        top: 50%;

        width: 100%;
    }
    #main_visual .pg_title .pg_eng_title.myriad {
        font-size: 13px;
    }
    #main_visual .pg_title_en {
        padding-top: 0;

        font-size: 23px;
    }
    #main_visual .copy.cjk {
        font-size: 11px;
    }

    /*--------------------------------------------------------------
    ## Content
    --------------------------------------------------------------*/

    #content {
        border-width: 12.5px;
    }

    #main {
        padding-bottom: 43px;
    }

    .fl_center_sp {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: center !important;
    }

    .bd-sp-top {
        margin: 2.8em 0;

        border-top: 1px solid #777;
    }

    .pic-wide {
        margin: 0 -15px;
    }

    .section {
        margin: 15px 0 30px;
    }


    /*--------------------------------------------------------------
    ### title
    --------------------------------------------------------------*/

    .title {
        margin-bottom: 20px;

        font-size: 24px;
    }

    .title_price {
        margin: 40px 0 20px 0;

        font-size: 24px;
    }

    .title_fact {
        margin: 50px 0 0 0;

        font-size: 24px;
    }

    .title_sm {
        margin-bottom: 20px;

        font-size: 18px;
    }

    .title_en {
        font-size: 18px;
    }

    .copy_lg {
        font-size: 14px;
    }


    /*--------------------------------------------------------------
    ### button
    --------------------------------------------------------------*/

    .btn_wrap {
        margin-bottom: 10px;
    }

    .btn a {
        height: 34px;
        max-width: 138px;
    }

    .btn.md a {
        height: 34px;
        max-width: 190px;

        font-size: 12px;
    }

    .btn.lg a {
        height: 34px;
        max-width: 274px;

        font-size: 12px;
    }



    .btn_close {
        width: 79px;
        height: 23px;

        font-size: 10px;
        line-height: 19px;

        border-width: 1.5px;
    }

    .btn-outline a {
        height: 34px;
        max-width: 274px;

        font-size: 12px;

        border-width: 1.5px;
    }

    .btn-outline.gray a {
        height: 34px;
        max-width: 134px;

        font-size: 10px;
    }

    .btn-outline a:after {
        right: 10px;

        font-size: .9em;
    }

    .btn_group {
        margin-bottom: 0;
    }

    .btn_group ul {
        /* width: 78.4%; */
        width: 70%;
        margin: 0 auto;
    }

    .btn_group ul li {
        width: 100%;
        height: 31px;
        margin-right: 0;
        margin-bottom: 17px;
    }

    .btn_group .btn_wrap {
        margin-bottom: 0;
    }

    .btn-outline.gray.renew a {
        height: 34px;

        font-size: 10px;
    }

    /*------------  .bg_box    ------------*/
    .bg_box {
        padding: 20px 22px 30px;
        box-sizing: border-box;

        border-radius: 10px;
        background-color: #f3f3f3;
    }

    .bg_box .lead {
        font-size: 12px;
    }

    .tab_menu {
        position: relative;
        left: 2px;

        width: 100%;
        margin: 19px 0 20px;
    }

    .tab_menu li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50%;
        height: 9.1vw;
        padding: 0 3.6vw .3vw;

        font-size: 2.93vw;

        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .tab_menu li::after {
        right: 9px;

        font-size: 1em;

        content: "\e902";
        -webkit-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
    }

    .card_wrap .tit {
        margin: 6px 0 4px;

        font-size: 19px;
    }

    .s_card_gp {
        margin: 0 -6px;
    }

    .s_card {
        padding: 0 6px;
        margin-top: 13px;
    }

    .s_card .card_in {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
           -moz-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
                box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
    }

    .col_sp_3 .s_card {
        width: 33.3%;
    }

    .col_sp_2 .s_card {
        width: 50%;
    }

    .s_card .img {
        height: 25.2vw;

        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .s_card .img img {
        max-width: 60%;
    }

    .col_sp_2 .s_card {
        width: 50%;
    }

    .s_card .s_card_body {
        min-height: 42px;
        padding: 5px 8px;
    }

    .s_card .s_card_body:after {
        right: 6px;

        font-size: .4rem;
    }

    .s_card .name {
        font-size: 11px;
    }

    .card_wrap:not(:first-of-type) {
        margin-top: 32px;
    }

    .sec_desc {
        padding: 0 15px;
        margin: 22px 0;
    }

    .s_card_gp.col_1 {
        margin: 0;
    }

    .s_card_gp.col_1 .s_card {
        width: 100%;
        padding: 0;
    }

    .s_card_gp.col_1 .s_card_body {
        min-height: 42px;
        padding-left: 20px;
    }

    .s_card_gp.col_1 .s_card_body:after {
        right: 8px;
    }

    .trouble_list .s_card .s_card_body {
        min-height: 55px;
    }

    .s_card .img_lg img {
        position: relative;
        top: -1%;
        left: -6%;

        max-width: 70%;
    }

    .trouble_list .s_card .name {
        font-size: 11px;
    }


    .bg_box.box_md {
        padding: 22px 22px 33px;
    }

    .bg_box.box_md .tit {
        margin-bottom: 0;
    }

    .box_md .card_wrap:not(:first-of-type) {
        margin-top: 51px;
    }

    .bg_box.box_md .s_card_gp {
        margin: 0 -9.5px;
    }

    .bg_box.box_md .s_card {
        padding: 0 9.5px;
        margin-top: 21px;
    }

    .sec_equipment .s_card .pic {
        height: 30vw;

        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .sec_equipment .s_card .pic img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .s_card .s_card_body.md .name,
    .fnd_link li {
        font-size: 11px;
    }

    .fnd_link li {
        padding-bottom: 9px;
    }

    .s_card .s_card_body.md {
        min-height: 38px;
    }

    .fnd_link {
        margin-top: 21px;
    }

    .mv_alert .txt {
        font-size: .6em;
    }

    .mv_alert .txt a {
        padding: 0 0 0 24px;
        /*background-size: 19px 14px;*/

        background-size: contain;
    }

    /*------------  sec_about    ------------*/

    .about_bl_wrap {
        min-height: 101.3vw;

        background: #f7f7f7 url(/operation/aga/top/img/bg_about_sp.png) no-repeat;
        background: -webkit-image-set(url("/operation/aga/top/img/bg_about_sp.webp")1x) no-repeat #f7f7f7;
        background-size: 100% auto;
    }

    .about_bl_wrap .inner {
        min-height: 101.3vw;

        background: url(/operation/aga/top/img/img_about_sp.png) no-repeat left bottom 4.5vw;
        background: -webkit-image-set(url("/operation/aga/top/img/img_about_sp.webp")1x) no-repeat left bottom 4.5vw;
        background-size: 100% auto;
    }

    .about_bl_wrap .about_copy {
        width: auto;
        padding-top: 8vw;
    }

    .about_copy .cp_tit {
        margin-bottom: 3.8vw;

        font-size: 20px;

        text-align: center;
        letter-spacing: 1px;
    }

    .about_copy .lead_md {
        padding: 0 34px;
    }

    .about_bl_wrap .btn_wrap {
        bottom: 3.8vw;

        margin-bottom: 0;
    }

    .about_bl_wrap .btn_wrap .btn {
        margin-bottom: 0;
    }


    /* about_step */
    .about_step {
        margin-bottom: 0;
    }

    .about_step .about_step_in {
        margin-top: 30px;
    }

    .about_step .about_step_bl {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .about_step .about_step_bl h3,
    .about_step .about_step_bl h4 {
        font-size: 17px;
    }

    .about_step .about_step_bl .number {
        font-size: 13px;
    }

    .about_step .about_step_bl .img {
        margin: 11px 0 15px;
    }

    .about_step .about_step_bl .img img {
        width: 100%;
    }

    .about_step .about_step_bl p span {
        padding-top: 10px;

        text-align: right;
    }

    .about_step .about_step_bl p span.long_t {
        letter-spacing: -.5px;
    }


    /*------------  sec_menu    ------------*/
    #sec_menu .bg_box {
        padding: 20px 17px 50px;
        margin: 20px -17px 0;

        border-radius: 0;
    }

    .menu_list {
        margin-top: 0;
    }

    .menu_list ul {
        padding: 0;
    }

    .menu_list li {
        max-width: 90px;
        margin-top: 21px;
        margin-right: 12.5px;
    }

    .menu_list li.menu_grow {
        margin-right: 0;
    }

    .menu_list li:last-child {
        max-width: 100%;
        margin-right: 0;
    }

    .menu_list li.menu_stop .m_box:before,
    .menu_list li.menu_stop:after,
    .menu_list li.menu_strong .m_box:before,
    .menu_list li.menu_grow:after,
    .menu_list li.menu_clean .m_box::after {
        height: 5px;
    }

    .menu_list li.menu_stop:after {
        top: 72%;
    }

    .menu_list li.menu_grow:after {
        top: 72%;
    }

    .menu_list .m_box {
        max-width: 90px;
        min-height: 88px;
        padding: 10px 0 9px;

        border-radius: 5px;
    }

    .menu_list .m_box img {
        border-radius: 5px;
    }

    .menu_list .m_box .num {
        width: 17px;
        height: 17px;

        font-size: 10px;
    }

    .menu_name {
        font-size: 19px;
    }

    .menu_list .lead_md {
        font-size: 10px;
    }

    .menu_col {
        margin-top: 37px;
    }

    .menu_col .pic {
        min-height: 85vw;
    }

    .menu_col .mbox_wrap {
        top: 26px;
        left: 31px;
    }

    .menu_col .m_box {
        max-width: 90px;
        min-height: 94px;
        padding: 10px 0 9px;
    }

    .menu_col .m_box .num {
        width: 23px;
        height: 23px;

        font-size: 13px;
    }

    .menu_col .menu_name {
        font-size: 19px;
    }

    .menu_col .lead_md {
        font-size: 10px;
    }

    .menu_col .menu_equip {
        bottom: -15vw;
    }

    .menu_col:first-child .menu_equip {
        bottom: -5vw;
    }

    .menu_col .menu_equip li {
        width: 33.3%;
        margin: 0 2px;
    }

    .menu_col:first-child .btn_wrap {
        margin-top: 8vw;
    }

    .menu_col:not(:first-of-type) .btn_wrap {
        margin-top: 18vw;
    }

    /*------------  faq&knowledge    ------------*/

    .g_box {
        min-height: auto;
        padding: 10px 23px 30px;
    }

    .g_box ul {
        margin-bottom: 47px;
    }

    .g_box .btm_center {
        position: relative;
        right: 0;
        bottom: inherit;
        left: 0;

        margin-bottom: 0;
    }

    .g_box .item {
        position: relative;

        min-height: 40px;
        padding-left: 53px;
        margin-top: 14px;

        font-size: 14px;
    }

    .g_box .item.switch-sp {
        display: flex;
    }

    .g_box .item:before {
        width: 39px;
        height: 39px;
    }

    .g_box .category {
        font-size: 9px;
    }

    .knowledge .item:before {
        background-size: 39px auto;
    }

    .faq .item:before {
        font-size: 26px;
    }

    /*------------  m_card    ------------*/
    #menu_pickup {
        margin-bottom: 80px;
    }

    #menu_pickup .title {
        margin-bottom: 16px;
    }

    .m_card {
        width: 48.5%;
        height: 61vw;
        margin-right: 2.9%;
        margin-bottom: 1.5%;
    }

    .m_card:nth-child(2n) {
        margin-right: 0;
    }

    .m_card a:before {
        border-radius: 10px;
        background-image: url(/operation/aga/common/img/bg_pickup_menu_sp.png);
        background-size: 100% 100%;
    }

    .m_card .m_img {
        width: 99.7%;

        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .m_card .card_body {
        top: auto;
        bottom: 3px;
    }

    .m_card .m_box {
        width: 18.3vw;
        padding: 8px 0 7px;

        border-radius: 5px;
        -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
           -moz-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
                box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
    }

    .m_card .m_box img {
        border-radius: 5px;
    }

    .m_card .card_tit {
        margin-bottom: 3px;

        font-size: 19px;
    }

    .m_card .card_copy {
        font-size: 10px;
        font-weight: 400;
    }

    /*--------------------------------------------------------------
    ## ft_breadcrumb
    --------------------------------------------------------------*/
    .ft_wrap {
        position: relative;
        /*padding-top: 28.6vw;*/

        padding-top: 61px;
    }

    #ft_breadcrumb {
        position: relative;

        height: 46px;

        border-bottom: 1px solid #666;
    }

    #ft_breadcrumb li {
        padding: 15px 0 15px 15px;

        white-space: nowrap;
    }

    /*--------------------------------------------------------------
    ## Footer
    --------------------------------------------------------------*/
    #footer {
        min-height: auto;
        padding: 0 0 8px;
    }

    .contact_box {
        position: absolute;
        bottom: -29vw;
        z-index: 2;

        width: 100%;
        /*height: 28.6vw;*/

        -webkit-transition: all .2s ease;
                transition: all .2s ease;
        text-align: center;
        /*background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, .5)), color-stop(90%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to top, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 90%);*/
    }

    .ft_wrap.move .contact_box {
        position: absolute;
        top: 0;

        height: 24vw;
    }
    .contact_box {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
/*
    .contact_box.sticky {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
    } */

    .contact_box.sticky.hide {
        bottom: -29vw;
    }

    .contact_box li {
        float: left;
        width: 33.3%;

        text-align: center;
    }

    .contact_box li a {
        display: block;
    }

    .contact_box .icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 20vw;
        height: 20vw;
        box-sizing: border-box;

        color: #0077e1;
        border: 1.5px solid #0077e1;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
           -moz-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
                box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contact_box .icon.-phone {
        font-size: 9.6vw;
    }

    .contact_box .icon.-device {
        font-size: 9.8vw;
    }

    .contact_box .icon.-calendar {
        font-size: 12.2vw;
    }

    .contact_box .txt {
        display: block;
        margin-top: 3px;

        font-size: 2.9vw;

        color: #fff;
    }

    #footer .ft_home,
    .ft_nav li {
        padding-top: 0;
    }

    #footer .ft_home a,
    .ft_nav li a {
        position: relative;

        padding: 19px 17px;
        box-sizing: border-box;

        border-bottom: 1px solid #666;
    }

    .ft_nav {
        margin-bottom: 124px;

        flex-wrap: wrap;
    }

    .ft_nav ul {
        width: 100%;
        margin-left: 0 !important;
    }

    .ft_nav .dropdown {
        display: none;
        padding: 10px 0 12px;

        background-color: #333;
    }

    .ft_nav .dropdown a {
        padding: 10px 28px;

        color: #cecece;
        border: 0;
    }

    .ft_nav li.menu-sp-tog .tog_icn {
        position: absolute;
        right: 25px;

        width: 18px;
        height: 18px;
        margin: 0;

        text-align: center;
    }

    .ft_nav li.menu-sp-tog .tog_icn:before,
    .ft_nav li.menu-sp-tog .tog_icn:after {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;
        margin: 0 auto;

        content: "";
        transition: transform .25s ease-out;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: #0077e1;
    }

    .ft_nav li.menu-sp-tog .tog_icn:before {
        width: 14px;
        height: 1px;
    }

    .ft_nav li.menu-sp-tog .tog_icn:after {
        width: 1px;
        height: 14px;
    }

    .ft_nav li.menu-sp-tog > a.open .tog_icn:before {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    .ft_nav li.menu-sp-tog > a.open .tog_icn:after {
        background-color: transparent;
    }

    .ft_nav li ul li {
        padding-top: 0;
        padding-left: 0;
    }

    .ft_nav .ft_search_clinic {
        padding-top: 0;
    }

    .ft_nav .ft_search_clinic ul {
        float: none;
        padding-top: 0;
    }

    .ft_nav .ft_search_clinic ul:last-child {
        margin-left: 0;
    }

    .ft_sns {
        position: relative;
        bottom: auto;

        margin-bottom: 70px;

        text-align: center;
    }

    .ft_sns ul {
        display: inline-block;
    }

    .ft_logo_mark img {
        width: 45px;
    }

    .spb_70px {
        padding-bottom: 70px !important;
    }

    .smb_70px {
        margin-bottom: 70px !important;
    }

    .smb_60px {
        margin-bottom: 60px !important;
    }

    .smb_50px {
        margin-bottom: 50px !important;
    }
    .ft-counseling {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        flex-wrap: wrap;
    }

    .ft-mail,
    .ft-ph {
        display: flex;

        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft-newgp .ft-right {
        width: 100%;

        border-right: 2px solid #0077e1;
        border-bottom: 2px solid #0077e1;
    }
    .ft-newgp .ft-right a span {
        font-size: 10px;

        text-align: center;

        color: #0077e1;
    }
    .ft-newgp .ft-right a span {
        font-size: 13px;
    }
    .ft_text {
        height: 22px;

        font-size: 10px;
        line-height: 22px;

        text-align: center;
        letter-spacing: 2px;

        color: #fff;
        background: #0077e1;
    }

    #ft_counsel.ft_mrg {
        background: #0077e1;
    }

    .ft-counseling li {
        width: 50%;
        padding: 9px 0;

        border-right: 2px solid #0077e1;
        border-left: 2px solid #0077e1;
        background: #fff;
    }

    .ft-counseling li:last-child {
        border-right: none;
        border-left: none;
    }
    .ft-counseling li a {
        display: flex;

        align-items: center;
        justify-content: center;
    }

    .ft-counseling li a span {
        padding-left: 8px;

        font-size: 3.25vw;
        font-weight: 500;

        text-align: center;
        letter-spacing: 3px;

        color: #0077e1;
    }
}


@media only screen and (max-width: 320px) {
    #gnav li ul.dropdown li {
        font-size: 12px;
    }

    .tab_menu li {
        padding: 0 1vw .3vw;
    }

    .tab_menu li::after {
        right: 5px;

        font-size: 6px;
    }

    .s_card .name,
    .s_card .s_card_body.md .name {
        font-size: .8vw;
    }

    .about_copy .lead_md {
        padding: 0 34px;

        font-size: 12px;
    }

    .menu_list li,
    .menu_list .m_box {
        max-width: 82px;
    }
}

/* 20210210 phyo add */
#main_visual .subbnrwrap {
    left: 0;

    width: 100%;

    transform: translate(0, -50%);
}
.mv_subwrap {
    width: 100%;
    max-width: 960px;
    padding: 0 60px;
    margin: 0 auto;
}

.mv_subwrapin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

.mv_img {
    width: 134px;
    height: 140px;

    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 1);
       -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 1);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 1);
}

.mv_img img {
    border-radius: 10px;
}

.mv_desptxt {
    width: calc(100% - 170px);
    padding-left: 30px;
}

.mv_desptxt .mv_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    width: 26px;
    height: 26px;
    margin-right: 10px;

    font-size: 16px;

    color: #fff;
    background: #0077e1;

    align-items: center;
    justify-content: center;
}

#main_visual .mv_desptxt .pg_title p {
    display: flex;

    font-size: 30px;

    align-items: center;
}

#main_visual .mv_desptxt .pg_title {
    text-align: left;
}

#main_visual .mv_desptxt .pg_title_en {
    padding-top: 0;

    line-height: 1.4;
}

#main_visual .mv_desptxt .copy {
    margin-top: 15px;

    text-align: left;
}

@media only screen and (max-width: 768px) {
    .mv_subwrap {
        padding: 0 25px;
    }

    .mv_img {
        width: 83px;
        height: 86px;
    }

    .mv_desptxt {
        width: calc(100% - 85px);
        padding-left: 15px;
    }

    .mv_desptxt .mv_num {
        width: 17px;
        height: 17px;
        margin-right: 8px;

        font-size: 10px;
    }

    #main_visual .mv_desptxt .pg_title p {
        font-size: 19px;
    }

    #main_visual .copy {
        margin-top: 13px;
    }
}
/*20210330*/
.new_bgbox .menu_name {
    color: #bba170;
}
.in_boxgp {
    width: 100%;
    max-width: 1119px;
    margin: 0 auto;
}
/*start fact*/
.fact_2boxgp {
    display: -webkit-box;
    display:    -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    margin: 0 -30px;

    flex-wrap: wrap;
}
.fact_col2box {
    width: 50%;
    padding: 25px 30px;
}
.fact_pa {
    font-size: 24px;
    font-weight: 700;

    color: #b49768;
}
.fact_ttl {
    font-size: 24px;
    font-weight: 700;

    color: #000;
}
.fact_img {
    max-width: 398px;
    padding-top: 40px;
    margin: 0 auto;
}
.fact_img img {
    width: 100%;
}
.fact_top {
    padding-top: 20px;
}
#in-price  .mbox_wrap {
    text-align: center;
}
#in-price .m_box {
    width: 116px;
    min-height: 120px;
    padding: 16px 0 12px;
    margin: 0 auto;
}
#in-price .menu_name {
    font-size: 23px;

    color: #bba170;
}
#in-price .m_box .num {
    width: 21px;
    height: 21px;

    font-size: 12px;
}
#in-price .prc-wrap {
    float: left;
    width: 35%;
}

#in-price .row {
    justify-content: space-between;
}
.prc-yen {
    float: right;
    width: 63%;
    padding-top: 30px;
}
.prcyen-txt {
    font-size: 32px;
    font-weight: 700;

    color: #b49768;
}
.prcyen-lists {
    padding-top: 15px;

    font-size: 21px;
    font-weight: 500;
}
.prcyen-lists li {
    position: relative;

    padding-left: 7px;
}
.prcyen-lists li:before {
    position: absolute;
    top: -7px;
    left: 0;

    width: 10px;
    height: 10px;

    content: ".";

    color: #000;
}
#in-price .lead_md {
    font-size: 20px;
}
.prc-gp {
    width: 529px;
    height: 340px;
    padding: 42px 20px;

    background: #f3f3f3;
}
.yen_btn {
    padding-top: 15px;

    text-align: center;
}
#in-price .fact_col2box {
    padding: 20px 30px;
}
.inner_prctl {
    width: 100%;

    border-collapse: collapse;

    border: 2px solid #0077e1;
}
.inner_prctl th {
    border-bottom: 2px solid #0077e1;
}
.inner_prctl th {
    padding: 35px 0;

    font-size: 43px;
    font-weight: normal;
}
.inner_prctl td {
    width: 20%;
    padding: 35px 0 10px;
}

.prctb_list p {
    font-size: 28px;
    font-weight: normal;
    line-height: 1;

    text-align: center;

    color: #0077e1;
}
.prctb_list span {
    font-size: 172px;
}
.prctb_txt {
    font-size: 16px;
}
.inner_prctl tr:first-child {
    border-bottom: 1px solid red;
}
td.prctb_secli {
    padding: 0 35px 35px;

    font-weight: normal;

    text-align: left;
}
.prc_tl {
    padding-bottom: 40px;
}
.new_m_img {
    border-radius: 10px!important;
}
.new_tit {
    margin-bottom: 6px!important;
}
.fact_img05 {
    padding-top: 10px;
}
.fact_img_08 {
    padding-top: 60px;
}
.fact_0304_pad {
    padding-top: 60px;
}
@media only screen and (max-width: 768px) {
    .fact_col2box {
        width: 100%;
    }
    .fact_pa,
    .fact_ttl {
        font-size: 17.5px;
    }
    .prc-gp {
        width: 100%;
        height: auto;
    }
    .fact_2boxgp {
        margin: 0;
    }
    .fact_col2box {
        padding: 25px 0;
    }
    #in-price .fact_col2box {
        padding: 20px 0;
    }
    .prcyen-txt {
        font-size: 23px;
    }
    .prcyen-lists {
        font-size: 15px;
    }
    #in-price .lead_md {
        font-size: 10px;
    }
    #in-price .menu_name {
        font-size: 17px;
    }
    .prc-yen {
        width: 58%;
    }
    .inner_prctl td {
        width: 58%;
        padding: 25px 14px;
    }
    .inner_prctl th {
        padding: 25px 0;

        font-size: 20.5px;
    }
    .prctb_p {
        font-size: 15.5px;

        color: #0077e1;
    }
    .prctb_list span {
        font-size: 139px;
    }
    td.prctb_secli {
        padding: 0 20px 25px;
    }
    .prctb_txt {
        font-size: 10px;
    }
    .prctb_p span {
        border-bottom: 2px solid #0077e1;
    }
    .fact_img {
        max-width: 297px;
    }
    .fact_img_08 {
        padding-top: 40px;
    }
    #sec_menu .menu_col .menu_name {
        font-size: 26px;
    }
    #sec_menu .menu_col_wrap .menu_col .m_box {
        margin: 0 auto;
    }
    #sec_menu .menu_col_wrap .menu_col .lead_md {
        font-size: 16px;
    }
}
@media only screen and (max-width: 375px) {
    .prctb_list span {
        font-size: 120px;
    }

    #header .h_nav {
        width: 165px!important;
    }
    #header .h_nav li {
        margin-right: 15px;
    }
    #sec_menu .menu_col_wrap .menu_col .mbox_wrap {
        top: 9px;
    }
    #sec_menu .new_bgbox {
        padding: 20px 13px 50px;
    }
}
@media only screen and (max-width: 320px) {
    .inner_prctl td {
        padding: 25px 5px;
    }
    .prc-yen {
        width: 56%;
    }
    .prcyen-txt {
        font-size: 22px;
    }
    #sec_menu .menu_col_wrap .menu_col .menu_name {
        font-size: 19px;
    }
    #sec_menu .menu_col_wrap .menu_col .lead_md {
        font-size: 10px;
    }
}

/*end fact*/

/*20220117 追加*/
@media only screen and (max-width: 320px) {
    #ft_breadcrumb li{
        padding: 15px 0 15px 10px;
    }
}

/*20220520 追加*/
.fl_box_center .menutop_li_sty{
    display: inline-block;
}

/* 20220519 Top Page's Access */
.acctop-section .acctop-inner {
    padding: 65px 75px 44px 75px;
    border-radius: 20px;
    background: #f5f5f5;
}
.acctop-section .acctop-inner-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #0b77e1;
    margin-bottom: 7px;
}
.acctop-section .acctop-sec {
    margin-bottom: 12px;
}
.acctop-section .acctop-btn-gp {
    display: -webkit-box;
    display:    -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    margin: 0 -10px;

    flex-wrap: wrap;
}
.acctop-section .acctop-btn-gp li {
    width: 20%;
    padding: 20px 10px;
    color: #fff;
    box-sizing: border-box;
}
.acctop-section .acctop-btn-gp li a {
    position: relative;
    padding: 6px;
    color: #fff;
}
.acctop-section .acctop-btn-gp li a::after {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 10px;
    height: 10px;
    content: "";
    transform: translateY(-50%);
    background: url("/operation/aga/top/img/access_arr.png") no-repeat;
    background-size: 10px;
}
.acctop-section .acctop-link {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #7f7f7f;
}
.acctop-section .acctop-btn {
    margin-top: 55px;
}
.acctop-section .acctop-btn a {
    display: block;
    max-width: 146px;
    padding: 8px 5px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #0b77e1;
}
.acctop-section .title {
    margin: 137px 0 49px 0;
}
@media only screen and (max-width: 768px) {
    .acctop-section .title {
        margin: 49px 0 12px 0;
    }
    .acctop-section .acctop-inner-ttl {
        padding-bottom: 0;
        font-size: 17.5px;
    }
    .acctop-section .acctop-link {
        font-size: 10.5px;
    }
    .acctop-section .acctop-btn-gp li {
        width: 50%;
        padding: 13.5px 5px 0 5px;
    }
    .acctop-section .acctop-btn-gp {
        margin: 0 -5px;
    }
    .acctop-section .acctop-inner {
        padding: 24px 17px 27px 17px;
        border-radius: 10px;
    }
    .acctop-section .acctop-sec {
        margin-bottom: 22px;
    }
    .acctop-section .acctop-btn {
        margin-top: 27.5px;
    }
    .acctop-section .acctop-btn a {
        max-width: 138px;
        padding: 7.5px 5px;
    }
    .acctop-section .acctop-btn-gp li a::after {
        right: 6px;
        width: 8px;
        height: 8px;
        background-size: 8px;
    }
    .acctop-section .acctop-btn-gp li a {
        padding: 7px 5px;
    }
}
/* 20230209 ヘッダー崩れ修正 */
.h_nav .switch-pc ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.banner_content {
  max-width: 100%;
  margin-top: 60px;
}

.banner_content.inner_content {
  margin-top: 20px;
}

.banner_content img {
  max-width: 100%;
  height: auto;
}

.banner_static a {
  display: block;
  margin-top: 20px;
}

.banner_static a:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .banner_content {
    margin-top: 40px;
  }
  .banner_content.inner_content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.btn2_wrap {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.btn2 a {
  color: #fff !important;
  font-size: 4.27vw;
  letter-spacing: .1em;
  width: 51.2vw;
  height: 12.4vw;
  box-sizing: border-box;
  background: #BBA170;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50vw;
}
.btn3 a {
    color: #fff !important;
    font-size: 4.27vw;
    letter-spacing: .1em;
    width: 51.2vw;
    height: 12.4vw;
    box-sizing: border-box;
    background: #0077e1;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50vw;
}

@media screen and (min-width:768px) {
  .btn2 a {
    font-size: 26px;
    width: 304px;
    height: 66px;
  }
  .btn3 a {
        font-size: 20px;
        width: 800px;
        height: 66px;
  }
}


/* 2024.04.25 add for online */
#gnav .g_navi_banner ul {
  padding: 40px 20px;
}

#gnav .g_navi_banner ul li:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (max-width:768px) {
  .btn3 a {
    font-size: 3.27vw;
    width: 92vw;
    height: 8vw;
  }

  .ft-counseling {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2px;
  }

  .ft-counseling li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-right: none;
    border-left: none;
    float: none;
  }

  .ft-counseling li .ft-ph {
    flex-wrap: nowrap;
  }

  .ft-counseling li:nth-of-type(1) svg {
    width: 6.8vw;
    height: auto;
  }

  .ft-counseling li:nth-of-type(2) svg {
    width: 5.733vw;
    height: auto;
  }

  .ft-counseling li:nth-of-type(3) svg {
    width: 6.4vw;
    height: auto;
  }

  .ft-newgp .ft-right a span {
    font-size: 2.2vw;
  }

  ul.ft-counseling:after {
    display: none;
  }

  #sec_menu .bg_box {
    padding: 20px 17px 21.333vw;
  }

  .menu_col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 2.133vw;
    padding: 2.4vw 2.933vw;
    border: 2px solid #707070;
    border-radius: 2.667vw;
    float: none;
    background: #FFF;
  }

  .menu_col:nth-of-type(n+2){
    margin-top: 20.533vw;
  }

  .menu_col .pic {
    order: 2;
    min-height: auto;
  }

  .menu_col .pic img {
    width: 27.417vw;
    height: auto;
    border-radius: 1.333vw;
  }

  .menu_col .mbox_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2.133vw;
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    flex: 1;
  }

  .menu_col .mbox_wrap .m_box{
    width: 24.667vw;
    height: 25.867vw;
    max-width: inherit;
    min-height: inherit;
    border-radius: 1.333vw;
  }

  .menu_col .mbox_wrap .m_title{
    flex: 1;
    text-align: center;
  }

  .menu_col .btn_wrap {
    position: absolute;
    left: 50%;
    bottom: -14.359vw;
    transform: translate(-50%,0);
  }

  #sec_menu .menu_col .menu_name {
    font-size: 7.067vw;
  }

  #sec_menu .menu_col_wrap .menu_col .lead_md {
    margin-top: 2.267vw;
    font-size: 3.467vw;
    line-height: 1.4;
    color: #000000;
  }

  .menu_col .menu_name {
    margin-top: 0;
    line-height: 1;
  }
}


/* 2024.07.18 add for banner */
section.banner {
    margin: 60px 0;
}

section.banner .inner {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}

/* 2024.07.18 add for menucard */
.card_container {
    display: grid;
    width: 100%;
}
.card_container.card_1col {
    grid-template-columns: 1fr;
}
.card_container.card_2col {
    grid-template-columns: 1fr 1fr;
}
.card_container.card_3col {
    grid-template-columns: 1fr 1fr 1fr;
}
.card_container.card_4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.card_container.card_5col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.card_container .card {
    display: grid;
    grid-template-rows: subgrid;
}


/* 2024.09.27 add for repay */
.secRepay .inner {
    width: calc(100vw / var(--viewport) * 670);
    margin: 0 auto;
}
.secRepay .ttl_aco {
    color: #fff;
    font-size: calc(100vw / var(--viewport) * 29);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background: #000;
    margin-top: 40px;
    padding: calc(100vw / var(--viewport) * 18) 0 calc(100vw / var(--viewport) * 22);
    position: relative;
    cursor: pointer;
}
.secRepay .ttl_aco:before,
.secRepay .ttl_aco:after {
content: "";
background: #fff;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.secRepay .ttl_aco:before {
width: calc(100vw / var(--viewport) * 30);
height: calc(100vw / var(--viewport) * 4);
right: calc(100vw / var(--viewport) * 23);
}
.secRepay .ttl_aco:after {
width: calc(100vw / var(--viewport) * 4);
height: calc(100vw / var(--viewport) * 30);
right: calc(100vw / var(--viewport) * 36);
}
.secRepay .ttl_aco.active:after {
display: none;
}
.secRepay .body_aco {
display: none;
}
.secRepay .body_aco h3 {
font-size: calc(100vw / var(--viewport) * 36);
font-weight: bold;
padding-bottom: calc(100vw / var(--viewport) * 18);
border-bottom: 1px solid #000;
margin-top: calc(100vw / var(--viewport) * 34);
margin-bottom: calc(100vw / var(--viewport) * 18);
}
.secRepay .body_aco .text {
font-size: calc(100vw / var(--viewport) * 22);
}
.secRepay .body_aco .btn_close {
color: #000;
font-size: calc(100vw / var(--viewport) * 34);
text-align: center;
text-decoration: underline;
width: 100%;
height: auto;
border: none;
margin-top: calc(100vw / var(--viewport) * 32);
cursor: pointer;
}

@media screen and (min-width:768px) {
  .secRepay .inner {
    width: calc(100vw / var(--viewport) * 670);
    max-width: 1130px;
    margin: 0 auto;
  }
  .secRepay .ttl_aco {
    font-size: 38px;
    padding: 23px 0 29px;
  }
  .secRepay .ttl_aco:before {
    width: 49px;
    height: 7px;
    right: 36px;
  }
  .secRepay .ttl_aco:after {
    width: 7px;
    height: 49px;
    right: 57px;
  }
  .secRepay .body_aco {
    padding: 0 100px;
  }
  .secRepay .body_aco h3 {
    font-size: 30px;
    padding-bottom: 18px;
    margin-top: 58px;
    margin-bottom: 18px;
  }
  .secRepay .body_aco .text {
    font-size: 20px;
  }
  .secRepay .body_aco .btn_close {
    font-size: 32px;
    margin-top: 77px;
  }
}

.sec-bnr a {
    display: block;
    width: 100%;
    height: 100%;
}

.sec-bnr a:nth-of-type(n+2) {
    margin-top: 30px;
}

.sec-bnr.lower-page {
    margin-top: 70px;
}

@media screen and (max-width:768px) {
    .sec-bnr.lower-page {
        margin-top: 28px;
    }
}

.sec-bnr.bnr_consultation {
    margin-top: 90px;
}

@media screen and (max-width:768px) {
    .sec-bnr.bnr_consultation {
        margin-top: 60px;
    }
}

.inner-fluid.tree-fea:has(.banner) .bnr_cp_202506 {
    margin-top: 4rem;
}

/* 202506 */
.bnr_cp_202506 {
    display: block;
}
.bnr_cp_202506_wrapper {
    max-width: 1120px;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .bnr_cp_202506_wrapper {
        padding: 0 17px;
    }
}
.inner-fluid.tree-fea:has(.banner) .bnr_cp_202506_wrapper {
    max-width: 997px;
}
@media screen and (max-width:768px) {
    .inner-fluid.tree-fea:has(.banner) .bnr_cp_202506_wrapper {
        margin-top: calc(100vw / var(--viewport) * 50);
        padding: 0;
    }
}

/* 20260130 */
.ft_sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft_sns li a:has(.icon-tiktok),
.ft_sns li a:has(.icon-twitter){
    display: block;
    position: relative;
    width: 23px;
    height: 23px;
}
.icon-tiktok,
.icon-twitter {
    display: block;
    position: relative;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.icon-tiktok {
    background: url(/operation/aga/common/img/tiktok.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.icon-twitter {
    background: url(/operation/aga/common/img/twitter.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.icon-twitter:before {
    display: none;
}

@media only screen and (max-width: 768px) {
    #gnav .sns ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #gnav .icon-tiktok,
    #gnav .icon-twitter {
        width: 22px;
        height: 22px;
    }
    #gnav .sns a {
        padding: 0 8px;
    }
}