@charset "UTF-8";
.fnt-noto {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}
header {
    height: 0;
    background: none;
    padding: 16px;
    position: absolute;
}
header .logo {
    position: absolute !important;
    left: 47px;
    top: 48px;
    width: 320px;
}

@media screen and (min-width: 768px) {

    .has_nav  header {

        position: fixed;
    }

       .has_nav  header .logo {
        display: none;
    }
}
@media screen and (max-width: 1340px) {
    header .logo {
        left: 30px;
        top: 44px;
        width: 290px;
        transform: none;
    }
}
@media screen and (max-width: 1170px) {
    header .logo {
        top: 124px;
    }
}
header .hd-container .group {
    justify-content: flex-end;
    padding: 0 0 0 32px;
    height: auto;
}
@media screen and (max-width: 1170px) {
    header .hd-container .group {
        justify-content: center;
        padding: 0 20px;
    }
}
header .hd-container #navigation {
    background-color: #fff;
    padding: 5px 32px 0px 27px;
}
header .hd-container .g_nav > ul {
    height: 83px;
    align-items: center;
    gap: 34px;
}
header .hd-container .g_nav > ul li a {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.0em;
    text-align: center;
    line-height: 24px;
    color: #4B4B4B;
}
header .hd-container .g_nav > ul li a .eng {
    text-transform: uppercase;
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    background: linear-gradient(90deg, #34559E 30%, #2A8FB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
header .hd-container .g_nav > ul li a:hover, header .hd-container .g_nav > ul li a.active {
    opacity: 0.8;
}
@media screen and (max-width: 1290px) {
    header .hd-container .g_nav > ul {
        gap: 15px;
    }
}
@media screen and (max-width: 999px) {
    header .hd-container .g_nav > ul {
        gap: 10px;
    }
    header .hd-container .g_nav > ul li a .eng {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    header:before {
        display: none;
    }
    header .logo {
        position: absolute;
        left: 20px;
        top: 25px;
        width: 240px;
        transform: none;
    }
    header .hd-container #navigation {
        background: url("../img/allon4/hd_bg.png") no-repeat 0 0/cover;
        padding: 10px 10px 72px;
    }
    header .hd-container .g_nav > ul {
        height: auto;
        background-color: #fff;
        height: 100%;
        align-content: center;
        padding: 60px 24px 90px;
        min-height: calc(100vh - 82px);
        height: auto;
    }
    header .hd-container .g_nav > ul li {
        padding: 0px 0 42px;
    }
    header .hd-container .g_nav > ul li:last-child {
        padding-bottom: 0 !important;
    }
    header .hd-container .g_nav > ul li a {
        gap: 20px;
        display: flex;
        text-align: left;
    }
    header .hd-container .g_nav > ul li a .eng {
        width: 140px;
        font-size: 24px;
    }
}
#footer {
    padding: 63px 30px 80px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    position: relative;
    color: #72706E;
}
#footer:after {
    content: '';
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #34559E 52%, #2A8FB1 100%);
}
#footer p {
    padding-bottom: 24px;
}
#footer .wrap {
    max-width: 1080px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
#footer .info {
    max-width: 480px;
    padding-bottom: 50px;
}
#footer address {
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 767px) {
    #footer {
        padding: 48px 20px 160px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        position: relative;
    }
    #footer:after {
        height: 120px;
    }
    #footer .wrap {
        padding: 0;
        display: block;
    }
    #footer .footer-logo {
        width: 305px;
        margin: 0 0 24px;
        margin: 0 auto 38px;
    }
    #footer .info {
        padding-bottom: 0;
    }
    #footer address {
        padding-top: 10px;
        text-align: center;
        position: static;
        font-size: 11px;
    }
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.slick-arrow {
    background: url("../img/allon4/prev.png") no-repeat 0 0/100%;
    width: 48px;
    height: 96px;
    position: absolute;
    top: calc(50% - 85px);
    left: 45px;
    border: none;
    text-transform: lowercase;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
    font-size: 0;
    padding: 0;
}
.slick-arrow:hover {
    opacity: 0.8;
}
.slick-arrow.slick-next {
    background: url("../img/allon4/next.png") no-repeat 0 0/100%;
    left: auto !important;
    right: 45px;
}
@media screen and (max-width: 1366px) {
    .slick-arrow {
        left: 20px;
    }
    .slick-arrow.slick-next {
        right: 20px;
    }
}
@media screen and (max-width: 999px) {
    .slick-arrow {
        left: 20px;
    }
    .slick-arrow.slick-next {
        right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .slick-arrow {
        width: 24px;
        height: 48px;
    }
}
@media screen and (max-width: 767px) {
    .toggleMenu {
        background: url("../img/allon4/ham_bg.png") no-repeat center/100%;
        right: 15px;
        top: 6px;
    }
    .toggleMenu .menu-trigger {
        width: 24px;
        height: 13px;
    }
    .toggleMenu .menu-trigger span {
        background-color: #fff;
        height: 1px;
    }
    .toggleMenu .menu-trigger span:nth-of-type(2) {
        top: 6px;
    }
    .toggleMenu.is-active .menu-trigger span:nth-of-type(1) {
        transform: translateY(6px) rotate(-30deg);
        top: 0px;
    }
    .toggleMenu.is-active .menu-trigger span:nth-of-type(3) {
        transform: translateY(-6px) rotate(30deg);
        bottom: 0px;
        width: 100%;
    }
    .navOpen header .logo {
        display: none;
    }
    #fix-btn {
        z-index: 9999999999999999;
    }
    #fix-btn ul li {
        position: relative;
        border-top-left-radius: 8px;
        overflow: hidden;
        border-top-right-radius: 8px;
    }
}
h2, h3, h4 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
i {
    font-style: normal;
}
#wrapper {
    padding: 0;
    overflow: visible;
}
body {
    background-color: #fff;
    color: #4B4B4B;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
}
#key {
    color: #fff;
    background: url("../img/allon4/key_bg.jpg") no-repeat center/cover;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    height: 768px;
    gap: 16px;
    position: relative;
}
#key .copy {
    background: url("../img/allon4/key_ar.png") no-repeat center bottom/8px;
    font-family: "Petrona", serif;
    font-weight: 300;
    font-style: normal;
    white-space: nowrap;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    z-index: 9;
    bottom: 64px;
    right: 70px;
    line-height: 40px;
    padding-bottom: 106px;
}
#key .copy span {
    font-size: 12px;
    letter-spacing: 0.13em;
}
@media screen and (max-width: 999px) {
    #key .copy {
        right: 20px;
        bottom: 30px;
        top: 220px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    #key .copy {
        right: 5px;
        bottom: 34px;
        top: 119px;
        text-align: left;
        background-size: 7px;
    }
    #key .copy span {
        font-size: 10px;
        letter-spacing: 0.08em;
    }
}
#key .lead {
    background: url("../img/allon4/key_p1.jpg") no-repeat center/cover;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0.28em;
    width: 58.471%;
    padding: 30px;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}
#key .lead .info {
    max-width: 650px;
    margin: 0 auto;
}
#key .lead h2 {
    max-width: 644px;
    margin-bottom: 40px;
}
#key .lead .t {
    background-color: #fff;
    display: inline-block;
    line-height: 29px;
    color: #0A1B73;
    font-size: 24px;
    letter-spacing: 0.16em;
    padding: 0 5px;
    margin-right: 5px;
}
#key .lead p {
    padding-bottom: 8px;
}
#key .lead .f_16 {
    font-size: 16px;
    letter-spacing: 0.08em;
}
#key .photo {
    width: calc(41.529% - 16px);
    position: relative;
}
#key .photo dt {
    position: absolute;
    list-style-position: outside;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#key .photo dd {
    height: 100%;
}
@media screen and (max-width: 999px) {
    #key {
        display: block;
        height: auto;
    }
    #key .lead {
        width: 100%;
        padding: 340px 30px 20px;
        margin-bottom: 16px;
    }
    #key .lead .txt {
        position: absolute;
        z-index: 1;
        top: 670px;
    }
    #key .photo {
        width: 100%;
    }
    #key .photo dd {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    #key {
        padding: 10px;
    }
    #key .lead {
        background: none;
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 36px;
    }
    #key .lead h2 {
        margin: 0 0 10px;
        max-width: 100%;
    }
    #key .lead p {
        padding-bottom: 16px;
    }
    #key .lead .t {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.04em;
        padding: 0 2px;
        margin: 0 5px;
    }
    #key .lead .txt {
        padding: 0 20px;
        top: 132vw;
        letter-spacing: 0.04em;
    }
    #key .lead .txt .f_16 {
        font-size: 15px;
        line-height: 24px;
    }
    #key .photo dd {
        height: auto;
    }
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}
.wrap {
    max-width: 1180px;
    padding: 0;
}
#content p:not(:last-child) {
    padding-bottom: 32px;
}
#sec1 {
    background: url("../img/allon4/sec1_t.png") no-repeat center 0/1270px, url("../img/allon4/sec1_bg.jpg") no-repeat center/cover;
    padding: 140px 30px 98px;
}
#sec1 h2 {
    width: 90%;
    max-width: 775px;
    margin: 0 auto 60px;
}
#sec1 .lead {
    justify-content: space-between;
    justify-content: space-between;
}
#sec1 .lead .txt {
    max-width: 634px;
    width: 60%;
    order: -1;
    letter-spacing: 0;
    line-height: 40px;
    position: relative;
    padding: 47px 0 0;
    margin-top: 28px;
}
#sec1 .lead .txt:before {
    content: '';
    background: url("../img/allon4/line1.png") repeat 0 0/100%;
    width: 84px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
}
#sec1 .lead .photo {
    width: 37.8%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    #sec1 .lead {
        display: block;
    }
    #sec1 .lead .txt {
        width: auto;
        max-width: 100%;
    }
    #sec1 .lead .photo {
        float: right;
        margin-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    #sec1 {
        background: url("../img/allon4/sec1_bg_sp.jpg") no-repeat center 0/cover;
        padding: 0px 20px 64px;
    }
    #sec1 h2 {
        width: auto;
        margin: 0 0 0 -10px;
    }
    #sec1 .lead {
        display: block;
    }
    #sec1 .lead .txt {
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
        line-height: 32px;
    }
    #sec1 .lead .photo {
        width: auto;
        padding: 0 5px;
    }
}
#sec2 {
    background: url("../img/allon4/risk.png") no-repeat right bottom/571px, url("../img/allon4/sec2_bg.jpg") no-repeat center 0/cover;
    color: #fff;
    padding: 96px 30px 82px;
    position: relative;
    overflow: hidden;
}
#sec2:before {
    content: '';
    background: url("../img/allon4/sec2_deco.png") no-repeat 0 0/100%;
    width: 131px;
    height: 100px;
    position: absolute;
    top: 70px;
    right: calc(50% - 635px);
}
@media screen and (max-width: 1200px) {
    #sec2:before {
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    #sec2:before {
        top: 13px;
        width: 130px;
        right: -10px;
    }
}
#sec2 h2 {
    text-align: center;
    margin-bottom: 60px;
}
#sec2 h2 span {
    font-weight: 300;
    letter-spacing: 0.04em;
    font-size: 48px;
    display: inline-block;
    line-height: 1.2;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
#sec2 .txt {
    padding-bottom: 73px;
}
@media screen and (max-width: 999px) {
    #sec2 h2 span .sp {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    #sec2 {
        background: url("../img/allon4/sec2_bg_sp.jpg") no-repeat 0 0/cover;
        padding: 64px 20px 0;
    }
    #sec2 h2 {
        margin-bottom: 26px;
    }
    #sec2 h2 span {
        font-size: 32px;
        line-height: 48px;
        padding-bottom: 16px;
        display: block;
    }
    #sec2 h2 span .sp {
        display: block !important;
    }
    #sec2 .txt {
        padding-bottom: 43px;
    }
    #sec2 .point {
        margin: 0 -20px;
    }
}
.contact_shared_allon {
    background: url("../img/allon4/contact_bg.jpg") no-repeat center 0/cover;
    text-align: center;
    padding: 40px 30px 67px;
}
.contact_shared_allon h2 {
    font-size: 36px;
    line-height: 1.6666;
    padding-bottom: 28px;
    color: #fff;
}
.contact_shared_allon ul {
    justify-content: center;
    gap: 15px;
}
.contact_shared_allon ul li {
    max-width: 494px;
}
@media screen and (max-width: 767px) {
    .contact_shared_allon {
        background: url("../img/allon4/contact_bg_sp.jpg") no-repeat center 0/cover;
        padding: 40px 0px 48px;
    }
    .contact_shared_allon h2 {
        font-size: 26px;
        line-height: 60px;
        padding-bottom: 24px;
        white-space: nowrap;
    }
    .contact_shared_allon ul {
        gap: 24px 0;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
    }
    .contact_shared_allon ul li {
        width: 100%;
    }
}

@media screen and (max-width: 390px) {
	.contact_shared_allon h2 {
		font-size: 22px;
	}
}

#sec3 {
    background: url("../img/allon4/sec3_bg.jpg") no-repeat center 0/cover;
    padding: 96px 30px;
    /*
  .graphic {
  background: #FFFFFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 243, 255, 1) 100%);
    position: relative;
    padding:80px 30px;
    margin-bottom: 48px;
    &:before {
      
      content: '';
      
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: url("../img/allon4/ll.png")  no-repeat 0 0 /auto 100%,url("../img/allon4/lr.png")  no-repeat right 0/auto 100%,url("../img/allon4/lt.png") no-repeat 0 0/100% ,url("../img/allon4/lb.png")  no-repeat 0 bottom /100%;
    }
    ul  {
      
      max-width: 1135px;
      margin: 0 auto;
      justify-content: space-between;
      align-items: center;
      li {
        width: 322px;
        &:nth-child(2) {
          width: 346px;
          position: relative;
          margin-left: 60px;
          &:before {
            
            content: '';
            border-left: 1px solid #C3CAD0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: -60px;
          }
        }
        &:nth-child(3) {
          width: 312px;
        }
      }
    }
    
    @media screen and (max-width: 1330px) {
      
      ul {
        gap:60px;
        justify-content: center;
          li{
        
        &:nth-child(2) {
          margin-left: 0;
          &:before {
            left: -30px;
          }
        }
      }
      }
    }
  }
  */
}
#sec3 .wrap {
    max-width: 1270px;
}
#sec3 h2 {
    max-width: 1082px;
    margin: 0 auto 64px;
}
#sec3 .txt {
    max-width: 1180px;
    margin: 48px auto 0;
}
#sec3 .note {
    font-size: 14px;
    line-height: 24px;
    margin-top: -5px;
}
@media screen and (max-width: 767px) {
    #sec3 {
        background: url("../img/allon4/sec3_bg_sp1.jpg") no-repeat center 0/100%, url("../img/allon4/sec3_bg_sp2.jpg") no-repeat center bottom/100%;
        padding: 64px 20px;
    }
    #sec3 h2 {
        margin: 0 -8px 48px 0;
    }
    #sec3 .txt {
        margin-top: 40px;
    }
    #sec3 .note {
        margin-top: -10px;
    }
    #sec3 .graphic {
        margin: 0 -8px;
    }
}
#ap .lead {
    background: url("../img/allon4/ap_t.png") no-repeat center 0/1366px, url("../img/allon4/ap_bg.jpg") no-repeat center bottom/cover;
    padding: 96px 30px 65px;
}
@media screen and (max-width: 1366px) {
    #ap .lead {
        background-size: 100%, cover;
    }
}
#ap .lead .group {
    justify-content: space-between;
    justify-content: space-between;
    display: flex;
}
#ap .lead .txt {
    max-width: 634px;
    width: 62%;
}
#ap .lead .photo {
    width: 35%;
    max-width: 390px;
    margin-right: 50px;
}
@media screen and (max-width: 1200px) {
    #ap .lead .photo {
        margin-right: 0;
    }
}
#ap .lead h2 {
    max-width: 723px;
    margin: 0 auto 95px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    #ap .lead .group {
        display: block;
    }
    #ap .lead .txt {
        width: auto;
        max-width: 100%;
    }
    #ap .lead .txt:before {
        content: '';
        float: right;
        width: 38%;
        height: 57vw;
    }
    #ap .lead .photo {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    #ap .lead {
        padding: 0 0 64px;
    }
    #ap .lead h2 {
        max-width: 100%;
        margin: 0 auto 48px;
    }
    #ap .lead .group {
        display: block;
        padding: 0 20px;
    }
    #ap .lead .txt {
        max-width: 100%;
        width: 100%;
        line-height: 32px;
    }
    #ap .lead .photo {
        width: auto;
        max-width: 100%;
        height: 64.103vw;
        overflow: hidden;
        margin: 30px 20px 0;
    }
}
#ap .sec-ap {
    background: url("../img/allon4/ap_bg2.jpg") no-repeat center/cover;
    position: relative;
    padding: 60px 10px 65px;
}
#ap .sec-ap .wrap {
    border-bottom: 1px solid transparent;
    background: linear-gradient(90deg, #34559E, #2A8FB1) no-repeat bottom;
    background-size: 100% 1px;
    position: relative;
}
#ap .sec-ap .wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 15px;
    width: 1px;
    background: linear-gradient(0deg, #34559E, #2A8FB1) no-repeat bottom;
}
#ap .sec-ap .wrap:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 164px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
}
@media screen and (max-width: 1200px) {
    #ap .sec-ap .wrap:before {
        width: 84px;
    }
}
#ap .sec-ap h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.25;
    overflow: hidden;
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* cho Firefox */
    color: transparent;
    position: relative;
}
#ap .sec-ap h3:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 82px;
    top: 50%;
    left: 0;
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
}
@media screen and (max-width: 999px) {
    #ap .sec-ap h3 .sp {
        display: block !important;
    }
}
#ap .sec-ap h4 {
    text-align: center;
    margin: 12px 0 -6px;
    font-size: 20px;
    line-height: 32px;
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media screen and (max-width: 999px) {
    #ap .sec-ap h4 {
        font-size: 18px;
    }
}
#ap .sec-ap .info {
    width: 50%;
    padding: 0px 00px 32px;
}
#ap .sec-ap .info .txt {
    max-width: 530px;
    padding: 27px 20px 0;
    margin: 0px auto 0;
}
#ap .sec-ap .info:nth-child(2) h3:before {
    right: 0;
    left: auto;
}
@media screen and (max-width: 1200px) {
    #ap .sec-ap h3:before {
        width: 42px;
    }
}
@media screen and (max-width: 767px) {
    #ap .sec-ap {
        padding: 64px 20px;
    }
    #ap .sec-ap .wrap {
        flex-wrap: wrap;
        gap: 32px 0;
        padding-bottom: 22px;
    }
    #ap .sec-ap .wrap:before, #ap .sec-ap .wrap:after {
        display: none;
    }
    #ap .sec-ap h3 {
        font-size: 32px;
        padding-top: 32px;
    }
    #ap .sec-ap h3:before {
        width: 100%;
        top: 0;
    }
    #ap .sec-ap .info {
        width: 100%;
        padding: 0;
    }
    #ap .sec-ap .info .txt {
        margin: 0;
        max-width: 100%;
        padding: 32px 0 0;
    }
}
#plan .plan {
    position: relative;
}
#plan .plan .lead {
    background: url("../img/allon4/plan_bg1.jpg") no-repeat center 0/cover;
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
}
#plan .plan .lead h2 {
    max-width: 1366px;
}
#plan .plan .info {
    width: 70%;
    /* cố định 520px */
    max-width: 590px;
    /* đảm bảo responsive trên màn nhỏ */
    margin-left: auto;
    /* đẩy sang sát bên phải */
    margin-top: calc(130px - 100vh);
    margin-right: 70px;
    background-color: #fff;
    padding: 40px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 999px) {
    #plan .plan .info {
        padding: 30px 20px;
    }
}
#plan .plan .info h3 {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 0.16em;
    line-height: 1;
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
#plan .plan .info h4 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    padding: 24px 0 40px;
}
#plan .plan .info h4:after {
    content: '';
    background: url("../img/allon4/sec4_deco1.png") no-repeat 0 0/100%;
    width: 18px;
    height: 15px;
    position: absolute;
    right: 0;
    top: -8px;
    z-index: 1;
}
#plan .plan .info h4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 14px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
}
#plan .plan:nth-child(2) .lead {
    background: url("../img/allon4/plan_bg2.jpg") no-repeat center 0/cover;
    align-items: flex-end;
    justify-content: flex-end;
}
#plan .plan:nth-child(2) .lead h2 {
    margin-bottom: -12px;
}
#plan .plan:nth-child(2) .info {
    margin-right: 0;
    margin-left: 70px;
}
@media screen and (max-width: 999px) {
    #plan .plan .lead {
        height: 55vw;
    }
    #plan .plan .info {
        margin: -5vw 30px 0 !important;
        width: auto;
        max-width: 100%;
        padding: 40px;
        box-sizing: border-box;
    }
    #plan .plan:nth-child(2) .lead {
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    #plan .plan .lead {
        height: 125vw;
        background: url("../img/allon4/plan_bg1_sp.jpg") no-repeat 0 0/cover;
    }
    #plan .plan .info {
        margin: -200px 20px 0 !important;
        padding: 40px 20px;
    }
    #plan .plan .info h3 {
        font-size: 32px;
        margin-bottom: 32px;
    }
    #plan .plan .info h4 {
        font-size: 20px;
        line-height: 32px;
        padding: 32px 0 24px;
    }
    #plan .plan:nth-child(2) .lead {
        background: url("../img/allon4/plan_bg2_sp.jpg") no-repeat 0 0/cover;
    }
}
.slick-track {
    padding-bottom: 30px;
}
#flow {
    background: linear-gradient(91deg, #ffffff 40%, #D3E7FD 100%);
    padding-bottom: 96px;
    overflow: hidden;
    position: relative;
}

#flow:before {
    content: '';
    background: url("../img/allon4/flow_bg1.png") no-repeat center 0/1366px, url("../img/allon4/flow_bg.png") repeat-x center bottom/1366px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
@media screen and (min-width: 1366px) {
    #flow:before {
        background-size: 100%, 100%;
    }
}
@media screen and (max-width: 767px) {
    #flow:before {
        background: url("../img/allon4/flow_bg_sp.png") no-repeat center 0/100%, url("../img/allon4/flow_bg2_sp.png") repeat-x center bottom/100%;
    }
}
#flow .lead {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 69px 0px 72px;
}
#flow .lead h2 {
    max-width: 840px;
    margin: 0 auto;
	position: relative;
}

#flow .lead h2::before{
	    content: "";
    background: url("../img/allon4/Flow@2x.png") no-repeat;
    position: absolute;
    top: -70px;
    left: -237px;
    width: 563px;
    height: 400px;
    background-size: 100%;
}
#flow .lead .txt {
    padding: 65px 0;
}
#flow .lead .shape {

    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #flow .lead {
        padding: 50px 20px 48px;
    }
	#flow .lead h2::before{
		display: none;
	}
    #flow .lead .txt {
        padding: 40px 0;
        line-height: 28px;
        letter-spacing: 0.08em;
    }
    #flow .lead .shape {
        margin: 0 -20px;
    }
}
#flow .js-slider {
    padding-left: 118px;
    margin-left: calc(50% - 685px);
    margin-left: 0;
    margin-bottom: 63px;
    position: relative;
    z-index: 1;
}
#flow .js-slider .item {
    background: url("../img/allon4/flow_gd.jpg") no-repeat center/100% 100%;
    width: 540px !important;
    padding: 20px;
    min-height: 768px;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    z-index: 1;
    margin-right: 50px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1200px) {
    #flow .js-slider .item {
        margin-right: 30px;
    }
}
#flow .js-slider .item .num {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
}
#flow .js-slider .item .info {
    padding: 0 20px;
}
#flow .js-slider .item h3 {
    color: #183062;
    font-size: 24px;
    line-height: 36px;
    padding: 20px 0 25px;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}
#flow .js-slider .item h3 span {
    letter-spacing: 0.04em;
}
#flow .js-slider .item h3:before {
    content: '';
    background: url("../img/allon4/line1.png") repeat 0 0/58px;
    width: 48px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#flow .js-slider .item .photo {
    padding-bottom: 0;
}
@media screen and (max-width: 1366px) {
    #flow .js-slider {
        margin-left: 0;
        padding-left: 90px;
    }
}
@media screen and (max-width: 999px) {
    #flow .js-slider {
        padding-left: 90px;
    }
}
@media screen and (max-width: 767px) {
    #flow .js-slider {
        padding-left: 40px;
        margin-left: 0;
        margin-bottom: 60px;
    }
    #flow .js-slider .item {
        width: 310px !important;
        padding: 10px;
        min-height: 750px;
        margin-right: 20px;
        padding: 10px;
    }
    #flow .js-slider .item h3 {
        font-size: 19px;
        line-height: 32px;
        padding: 12px 0 8px;
        margin-bottom: 15px;
    }
    #flow .js-slider .item h3:before {
        background-size: 58px;
        width: 28px;
        height: 2px;
    }
    #flow .js-slider .item h3 span {
        font-size: 17px;
    }
    #flow .js-slider .item .info {
        padding: 0 10px;
    }
    #flow .js-slider .item .num {
        position: absolute;
        right: 17px;
        bottom: -5px;
        z-index: 1;
        left: -110px;
    }
}
@media screen and (max-width: 375px) {
    #flow .js-slider {
        padding-left: 30px;
    }
}
#flow .sec-end {
    background-color: #fff;
    padding: 56px 40px 40px;
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
}
#flow .sec-end h3 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    font-size: 32px;
    line-height: 1.6;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
#flow .sec-end ul li {
    padding-left: 15px;
    text-indent: -15px;
}
@media screen and (max-width: 1190px) {
    #flow .sec-end {
        margin-left: 30px;
        margin-right: 30px;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #flow .sec-end {
        margin-left: 20px;
        margin-right: 20px;
        padding: 56px 20px 20px;
    }
    #flow .sec-end h3 {
        font-size: 20px;
        padding-bottom: 24px;
        left: 20px;
        right: 20px;
        top: 14px;
        letter-spacing: 0.04em;
    }
}
@media screen and (max-width: 767px) {
    #flow {
        padding-bottom: 64px;
        background: url("../img/allon4/flow_gd_sp.jpg") no-repeat 0/100% 100%;
    }
}
.h2-tit {
    position: relative;
    padding: 28px 0 48px;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: left;
    background: linear-gradient(90deg, #34559E 20%, #2A8FB1 30%, #2A8FB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.h2-tit:before {
    content: '';
    background: url("../img/allon4/line1.png") repeat 0 0/58px;
    width: 48px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
    .h2-tit {
        font-size: 32px;
    }
}
#doctor {
    overflow: hidden;
}
#doctor .lead {
    position: relative;
    z-index: 1;
    padding: 68px 30px 64px;
}
#doctor .lead:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 480px;
    background: url("../img/allon4/doctor.png") no-repeat right 0/1366px, url("../img/allon4/doctor_bg.jpg") no-repeat center 0/cover;
}
@media screen and (max-width: 999px) {
    #doctor .lead:before {
        background-size: 100%, cover;
    }
}
@media screen and (max-width: 767px) {
    #doctor .lead:before {
        background: url("../img/allon4/doctor_bg_sp.jpg") no-repeat center 0/100%;
        height: 145vw;
    }
}
#doctor .lead .doctor {
    justify-content: space-between;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04);
    padding: 40px;
    margin-top: 25px;
}
@media screen and (max-width: 999px) {
    #doctor .lead .doctor {
        padding: 40px 30px;
    }
}
#doctor .lead .doctor .photo {
    width: 45.5%;
}
#doctor .lead .doctor .info {
    width: 51%;
    max-width: 550px;
}
#doctor .lead .doctor .info h3 {
    font-size: 24px;
    line-height: 48px;
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 13px;
}
#doctor .lead .doctor .info h3 span {
    font-size: 18px;
}
#doctor .lead .doctor .info .note {
    position: relative;
    padding: 17px 0 0;
}
#doctor .lead .doctor .info .note:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 380px;
    height: 1px;
    background: linear-gradient(90deg, #34559E 0%, #2A8FB1 100%);
}
#doctor .lead .doctor .info .tbl-info {
    font-size: 15px;
    line-height: 24px;
}
#doctor .lead .doctor .info .tbl-info dl {
    margin-bottom: 16px;
    font-weight: 400;
}
#doctor .lead .doctor .info .tbl-info ul li {
    padding-left: 15px;
    text-indent: -15px;
}
#doctor .lead .doctor .info .tbl-info dt {
    color: #183062;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    align-items: center;
    gap: 15px;
    display: flex;
}
#doctor .lead .doctor .info .tbl-info dt:after {
    content: '';
    background: url("../img/allon4/line1.png") repeat 0 0/25px;
    width: 24px;
    height: 2px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    #doctor .lead .doctor {
        margin-top: 0px;
        padding: 20px;
        display: block;
    }
    #doctor .lead .doctor .photo, #doctor .lead .doctor .info {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #doctor .lead {
        padding: 70px 20px 64px;
    }
}
#doctor .group_bg {
    position: relative;
    z-index: 1;
    padding-bottom: 65px;
}
#doctor .group_bg:before {
    content: '';
    position: absolute;
    top: 177px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/allon4/case_gr.jpg") no-repeat center/cover;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    #doctor .group_bg {
        padding-bottom: 0;
    }
}
#doctor .achievements {
    background: url("../img/allon4/achievements.png") no-repeat right 0/79.21%, url("../img/allon4/doctor_bg1.png") no-repeat right 0/auto 100%, url("../img/allon4/gr_bg1.jpg") no-repeat 0 0/cover;
    padding: 60px 45px 50px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 6;
    max-width: 1270px;
    margin-bottom: 45px;
}
@media screen and (max-width: 1240px) {
    #doctor .achievements {
        margin: 0 30px 50px;
        width: auto;
    }
}
@media screen and (max-width: 1200px) {
    #doctor .achievements {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    #doctor .achievements {
        background: url("../img/allon4/achievements_bg_sp.jpg") no-repeat 0 0/cover;
        padding: 62px 20px 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #doctor .achievements .h2-tit {
        font-size: 28px;
        padding: 33px 0 53px;
        margin-right: -20px;
    }
}
#doctor .case {
    position: relative;
    z-index: 1;
    background: url("../img/allon4/case.png") no-repeat right 0/329px, url("../img/allon4/case_bg.png") no-repeat right bottom/100%;
    padding: 17px 0 0;
}
#doctor .case .h2-tit {
    max-width: 1180px;
    margin: 0 auto;
}
@media screen and (max-width: 1240px) {
    #doctor .case .h2-tit {
        max-width: 100%;
        margin: 0 30px;
    }
}
#doctor .case .js-slider1 {
    margin-left: calc(50% - 684px);
    margin-left: 0;
    padding: 0px 0 0 93px;
    position: relative;
    z-index: 3;
    margin-top: 25px;
}
#doctor .case .js-slider1 .menu {
    width: 800px !important;
    margin-right: 50px;
    background-color: #fff;
    padding: 30px 20px 45px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04);
}
#doctor .case .js-slider1 .menu .photo {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
#doctor .case .js-slider1 .menu .photo li {
    position: relative;
}
#doctor .case .js-slider1 .menu .photo li span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    background-color: #8991A3;
    line-height: 30px;
    width: 78px;
    position: absolute;
    left: 10px;
    top: -10px;
    z-index: 1;
    font-family: "Petrona", serif;
    font-weight: 300;
    font-style: normal;
}
#doctor .case .js-slider1 .menu .photo li:nth-child(2) span {
    background-color: #2A8FB1;
}
#doctor .case .js-slider1 .menu .tbl-price {
    letter-spacing: 0.04em;
}
#doctor .case .js-slider1 .menu .tbl-price dl {
    padding: 8px 0 9px;
    display: table;
    width: 100%;
}
#doctor .case .js-slider1 .menu .tbl-price dl:not(:last-child) {
    border-bottom: 1px solid #C1CFD8;
}
#doctor .case .js-slider1 .menu .tbl-price dl dt, #doctor .case .js-slider1 .menu .tbl-price dl dd {
    display: table-cell;
}
#doctor .case .js-slider1 .menu .tbl-price dl dt {
    text-align: center;
    color: #183062;
    font-weight: 500;
    width: 180px;
}
@media screen and (max-width: 999px) {
    #doctor .case .js-slider1 .menu {
        width: 650px !important;
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    #doctor .case .js-slider1 .menu {
        width: 330px !important;
        margin-right: 10px;
        padding: 30px 20px;
    }
    #doctor .case .js-slider1 .menu .photo {
        gap: 10px;
        margin-bottom: 0;
    }
    #doctor .case .js-slider1 .menu .photo li span {
        width: 52px;
        line-height: 22px;
        font-size: 14px;
        left: 5px;
    }
    #doctor .case .js-slider1 .menu .tbl-price dl {
        display: block;
        padding: 8px 0 9px;
        line-height: 28px;
    }
    #doctor .case .js-slider1 .menu .tbl-price dl dt, #doctor .case .js-slider1 .menu .tbl-price dl dd {
        display: block;
        width: auto;
        text-align: left;
        padding: 0;
    }
}
@media screen and (max-width: 1366px) {
    #doctor .case .js-slider1 {
        margin-left: 0;
        padding: 0 0 66px 68px;
    }
}
@media screen and (max-width: 999px) {
    #doctor .case .js-slider1 {
        margin-left: 0;
        padding: 0 0 66px 68px;
    }
}
@media screen and (max-width: 767px) {
    #doctor .case {
        padding: 10px 0 110px;
        background: url(../img/allon4/case_sp.png) no-repeat right 0/100%, url(../img/allon4/case_bg_sp.png) no-repeat right bottom/100%;
        margin-bottom: 0px;
    }
    #doctor .case .h2-tit {
        font-size: 40px;
        margin: 0 20px;
    }
    #doctor .case .slick-arrow {
        top: auto;
        bottom: 0;
        left: 40px;
        transform: none;
    }
    #doctor .case .slick-arrow.slick-next {
        right: 40px;
    }
    #doctor .case .js-slider1 {
        padding: 0 0 44px 20px;
        margin-top: 0;
    }
}
#secondopinion  {
        overflow: hidden;
}
#secondopinion .lead {
    background: url("../img/allon4/secondopinion.png") no-repeat center 0/1366px, url("../img/allon4/secondopinion_bg.jpg") no-repeat center/cover;
    padding: 64px 30px;

}
#secondopinion .lead h2 {
    max-width: 740px;
    margin: 0 auto 64px;
}
@media screen and (max-width: 1366px) {
    #secondopinion .lead {
        background-size: 100%, cover;
    }
}
@media screen and (max-width: 767px) {
    #secondopinion .lead {
        background: url("../img/allon4/secondopinion_bg_sp.jpg") no-repeat center 0/cover;
        padding: 64px 20px;
    }
    #secondopinion .lead h2 {
        max-width: 100%;
        margin: 0 auto 32px;
    }
    #secondopinion .lead .txt {
        padding: 0 20px;
    }
}
#secondopinion .staff {
    padding: 96px 0px;
}
#secondopinion .staff .wrap {
    max-width: 1366px;
}
#secondopinion .staff .photo li {
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 223px;
    height: 436px;
}
#secondopinion .staff .photo li:nth-child(2) {
    left: auto;
    right: calc(50% - 50vw);
    width: 323px;
}
#secondopinion .staff .info {
    max-width: 720px;
    margin: 0 auto;
    min-height: 435px;
    padding: 32px 0 0 0;
}
#secondopinion .staff .info .txt {
    max-width: 620px;
}
@media screen and (max-width: 1160px) {
    #secondopinion .staff .photo li:nth-child(2) {
        width: 270px;
    }
    #secondopinion .staff .info {
        margin: 0 290px 0 240px;
        width: auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 999px) {
    #secondopinion .staff .info {
        min-height: 100px;
        margin: 0 30px;
    }
    #secondopinion .staff .info .txt {
        max-width: 100%;
    }
    #secondopinion .staff .photo {
        margin-bottom: 32px;
        display: flex;
        justify-content: space-between;
        height: 56vw;
        position: relative;
    }
    #secondopinion .staff .photo li {
        height: 100%;
        width: 35.89%;
    }
    #secondopinion .staff .photo li:nth-child(2) {
        width: 59.23%;
    }
}
@media screen and (max-width: 767px) {
    #secondopinion .staff {
        padding: 48px 0 64px;
    }
    #secondopinion .staff .info {
        margin: 0 20px;
    }
    #secondopinion .staff .info .h2-tit {
        padding-bottom: 30px;
    }
    #secondopinion .staff .photo {
        height: auto;
        margin-bottom: 0;
    }
    #secondopinion .staff .photo li {
        position: static;
        height: auto;
    }
}
#treatment {
    background: url("../img/allon4/treatment.png") no-repeat center 0/100%, url("../img/allon4/treatment_bg.jpg") no-repeat center 0/cover;
    color: #fff;
    padding: 80px 30px 96px;
    font-size: 15px;
    line-height: 32px;
}
#treatment .wrap {
    max-width: 960px;
}
#treatment h2 {
    text-align: center;
    padding-bottom: 48px;
}
#treatment h2 span {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    display: inline-block;
}
#treatment .photo {
    padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
    #treatment {
        background: url("../img/allon4/treatment_bg_sp_01.jpg") no-repeat 0 0/100%, url("../img/allon4/treatment_bg_sp.jpg") no-repeat 0 0/cover;
        padding: 80px 20px 64px;
    }
    #treatment h2 {
        padding-bottom: 30px;
    }
    #treatment h2 span {
        font-size: 30px;
        display: block;
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 767px) and (max-width: 389px) {
    #treatment h2 span {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    #treatment .photo {
        padding-bottom: 34px;
    }
}
#access {
    position: relative;
    background-color: #F5F2EF;
}
#access .wrap {
    max-width: 100%;
}
#access h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 18px;
}
#access h2 span {
    font-family: "Petrona", serif;
    font-weight: 300;
    font-style: normal;
    color: #82734D;
    font-size: 20px;
    letter-spacing: 0.1em;
}
#access .info, #access .gmap {
    width: 50%;
    position: relative;
    padding: 60px 20px 66px;
}
#access .shop {
    max-width: 486px;
    margin: 0 auto;
}
#access .shop h1 {
    font-weight: 400;
}
#access .shop dl {
    display: table;
    width: 100%;
}
#access .shop dl dt, #access .shop dl dd {
    display: table-cell;
    border-bottom: 1px solid #CDD6DD;
    line-height: 24px;
    padding: 18px 0;
}
#access .shop dl dd {
    padding-left: 12px;
}
#access .shop dl dt {
    color: #867D65;
    font-weight: 500;
    border-bottom: 1px solid;
    width: 101px;
}
#access .gmap {
    padding: 0 !important;
}
#access .gmap iframe {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    #access .wrap {
        display: block;
    }
    #access h2 {
        font-size: 32px;
        margin-bottom: 28px;
    }
    #access .info, #access .gmap {
        width: 100%;
    }
    #access .info {
        padding: 60px 20px 63px;
    }
    #access .shop {
        max-width: 100%;
    }
    #access .shop dl dt, #access .shop dl dd {
        padding: 15px 0 16px;
    }
    #access .shop dl dt {
        width: 65px;
        white-space: nowrap;
    }
    #access .shop dl dd {
        padding-left: 16px;
    }
    #access .gmap {
        height: 73.5vw;
    }
}