.fadeIn {
    opacity : 0;
    transition : all 1000ms;
}
 
.fadeIn.appear {
    opacity : 1;
}
main{
    opacity : 0;
    /* transform : translate(0, 20px); */
    transition : all 1000ms;
}
 
main.show {
    opacity : 1;
    /* transform : translate(0, 0); */
}
@media screen and (min-width: 1025px) {

  .hover_basic {
    opacity: 1;
    transition: all 0.3s ease;
  }

  .hover_basic:hover {
    opacity: 0.7;
  }

  .hover_basic .arrow {
    transform: translateY(0);
    transition: transform 0.25s ease-out;
  }

  .hover_basic:hover>.arrow {
    transform: translateY(2px) !important;
  }

  br.sp {
    display: none;
  }

  #header nav {
    width: auto;
    padding-right: 4.5vw;
  }

  #header nav ul {
    width: auto;
  }

  #header nav .menu li a {
    padding-left: 13px;
    background-image: url(../../images/wi.png);
    background-repeat: no-repeat;
    background-position: 0% 43%;
  }

  .pagetop {
    font-size: 0;
    background: url(../images/pagetop.png) no-repeat;
    background-size: 100%;
    width: 94px;
    height: 94px;
    position: fixed;
    right: 26px;
    bottom: 180px;
    cursor: pointer;
  }
.simplebar-track.simplebar-vertical {
  display: none !important;
  visibility: hidden !important;
}
  main {
    color: #333;
    padding-top: 70px;
  }

  main img {
    width: 100%;
    max-width: 100%;
  }

  .main {
    padding: 120px 0;
    background: url(../images/circle01.svg) no-repeat top center;
    overflow: hidden;
  }

  .main-title {
    width: 588px;
    margin: 0 auto 50px;
    position: relative;
   
  }

  .main-title:before {
    content: '';
    display: block;
    width: 190px;
    height: 190px;
    background: url(../images/icon_budge.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -78px;
    left: -216px;

  }
  .main .inner {
     opacity : 0;
    transform : translate(0, 20px);
    transition : all 1000ms;
  }
  main.show .main .inner {
    opacity: 1;
    transform: none;
  }

  .main .inner {
    max-width: 588px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }

  .main .inner:before {
    content: '';
    display: block;
    width: 760px;
    height: 760px;
    background: url(../images/circle02.svg) no-repeat center center;
    position: absolute;
    left: -827px;
    top: -250px;
  }

  .main .inner:after {
    content: '';
    display: block;
    width: 760px;
    height: 760px;
    background: url(../images/circle02.svg) no-repeat center center;
    position: absolute;
    right: -838px;
    top: 111px;
  }

  .main-image {
    width: 218px;
  }

  .main .link-list {
    width: 330px;
    position: relative;
  }

  .main .link-list:before {
    content: '';
    display: block;
    background: url(../images/fukidashi.png) repeat-x center bottom;
    background-size: contain;
    width: 330px;
    height: 78.5px;
  }

  .main .link-list .item {
    height: 80px;
    background: url(../images/bg_line.svg) repeat-x center bottom;
    display: flex;
    align-items: center;
    position: relative;
  }

  .main .link-list .item img {
    width: 300px;
  }

  .main .link-list .item .arrow {
    display: block;
    width: 15px;
    height: 10px;
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 18.5px;
    transform: translateY(-50%);

  }

  .main .link-list .item.--large {
    height: 90px;
  }

  .media {
    padding: 60px 0;
  }

  .media-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    color: #003670;
    line-height: 3;
    letter-spacing: 0.03em;
    vertical-align: middle;
    background: url(../images/bg_line.svg) repeat-x center bottom;
    margin-bottom: 40px;
  }

  .media-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 40px;
  }

  .media-title span {
    display: block;
    max-width: 926px;
    margin: 0 auto;
    position: relative;
  }

  #link01 .media-title span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 73px;
    background: url(../images/num01.svg) no-repeat;
    padding-right: 18px;
  }

  #link02 .media-title span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 69px;
    height: 73px;
    background: url(../images/num02.svg) no-repeat;
    padding-right: 18px;
  }

  #link03 .media-title span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 73px;
    background: url(../images/num03.svg) no-repeat;
    padding-right: 18px;
  }

  #link04 .media-title span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 71px;
    height: 73px;
    background: url(../images/num04.svg) no-repeat;
    padding-right: 18px;
  }

  #link01 .media-image {
    width: 750px;
    height: 308px;
    margin: 0 auto;
  }

  #link02 .media-image {
    width: 657px;
    height: 194px;
    margin: 0 auto;
  }

  #link04 .media-image {
    width: 300px;
    height: 223px;
    margin: 0 auto 60px;
  }

  .stripe-table {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 926px;
    margin: 0 auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }

  .stripe-table tr:nth-of-type(odd) {
    background: rgba(215, 182, 90, 0.2);
  }

  .stripe-table tr {
    height: 50px;
    line-height: 50px;
    text-align: left;
  }

  .stripe-table th {
    width: 68.3%;
    font-weight: normal;
    padding-left: 90px;
  }

  .stripe-table td::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 10px;
    background: url(../images/arrow02.svg) no-repeat;
    margin-right: 10px;
  }

  .stripe-table .tag {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    border-radius: 9px;
    padding: 4px 0 2px;
    text-align: center;
    width: 64px;
    display: inline-block;
    margin-right: 10px;
  }

  .tag-gold {
    color: #fff;
    background: #D8B250;
  }

  .tag-platinum {
    color: #fff;
    background: #626099;
  }

  .tag-vip {
    color: #fff;
    background: #373675;
    font-family: "Libre Baskerville", serif;
  }

  .tag-svip {
    color: #fff;
    background: #17214D;
    font-family: "Libre Baskerville", serif;
  }

  .media-desc {
    max-width: 926px;
    margin: 40px auto 0;
  }

  .media-desc dt {
    max-width: 926px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #D7B65A;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    font-feature-settings: "palt";
  }

  .media-desc dd {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-align: left;
    margin-top: 16px;
    font-feature-settings: "palt";
  }

  .media-desc .detail {
    margin: 24px auto;
  }

  .heading .subtitle {
    color: #0090D5;
    font-weight: 600;
    font-size: 16px;
    font-family: Inter;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 24px;
  }

  .heading .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    margin-bottom: 48px;
  }

  .detail {
    width: 340px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }

  .detail a {
    color: #fff;
    background: #444;
    border: 1px solid #444;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }

  .detail a:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 25px;
    transform: rotate(-135deg);
  }

  .detail a:hover {
    border-color: #333;
    color: #333;
    background: #fff;
  }
  .detail a:hover:before {
    border-color: #333;
  }

  .small-list li {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .contact {
    background-color: #eee;
    padding: 100px 20px 150px;
  }

  .contact-box {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #333;
  }

  .contact-box dt {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 12px 0;
    margin: 0 16px;
    border-bottom: 1px solid #333;
  }

  .contact-box dd {
    padding: 40px 16px;
  }

  .contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-list li {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .contact-list li:nth-child(2) {
    margin-left: 40px;
  }

  .contact-list li .ttl {
    text-align: center;
    margin-right: 16px;
    line-height: 1;
  }

  .contact-list li .small {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 8px;
    text-align: left;
    font-feature-settings: "palt";
  }

  .contact-list li .tel {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #0090D5;
    /* margin-left: 16px; */
  }

  .contact-list li .tel a {
    color: #0090D5;
  }

  .notice {
    max-width: 670px;
    margin: 120px auto 100px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    background: #0066A0;
    padding: 40px 60px;
    box-sizing: border-box;
  }

  .notice-desc {
    max-width: 550px;
    margin: 0 auto
  }

  .notice-desc dt {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../images/bg_line02.svg) repeat-x center bottom;
  }

  .notice-desc dd {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;

  }

  .guide {
    padding-bottom: 140px;
  }

  .guide-heading {
    width: 405px;
    height: 44px;
    line-height: 44px;
    border-radius: 27px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    background: #0090D5;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .guide-box {
    width: 750px;
    margin: 0 auto;
    background: rgba(0, 144, 213, 0.1);
    position: relative;
    padding: 60px 59px 50px;
    box-sizing: border-box;
    position: relative;
  }

  .guide-block {
    padding-bottom: 30px;
  }

  .guide-block+.guide-block {
    padding: 30px 0;
    background: url(../images/bg_line03.svg) repeat-x center top;
  }

  .guide-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #003670;
    margin-bottom: 12px;

  }

  .guide-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }

  .guide .small-list {
    margin-top: 5px;
  }

  .small-list li {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-indent: -1em;
    margin-left: 1em;

  }

  .guide-image {
    height: 127px;
  }

}

@media screen and (max-width: 1024px) {
  br.pc {
    display: none;
  }

  br.sp {
    display: block;
  }

  main {
    padding-top: 40px;
  }

  main img {
    width: 100%;
  }

  :root {
    --sp-width: 390;
  }

  #header nav {
    display: block;
    position: absolute;
    background: none;
    width: auto;
    height: auto;
    top: calc(10 / var(--sp-width) * 100vw);
    right: calc(15 / var(--sp-width) * 100vw);
  }

  #header nav ul li {
    font-size: 0.95em;
    padding: 0;
  }

  #header nav .menu li a {
    padding-left: calc(13 / var(--sp-width) * 100vw);
    background-image: url(../../images/wi.png);
    background-repeat: no-repeat;
    background-position: 0% 43%;
  }

  .main .inner {
    width: calc(340 / var(--sp-width) * 100vw);
    margin: 0 auto;
    padding: calc(88 / var(--sp-width) * 100vw) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
     opacity : 0;
    transform : translate(0, 20px);
    transition : all 1000ms;
  }
  main.show .main .inner {
    opacity: 1;
    transform: none;
  }
  .main:after {
    content: '';
    display: block;
    width: calc(629 / var(--sp-width) * 100vw);
    height: calc(626 / var(--sp-width) * 100vw);
    background: url(../images/circle_sp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(-31 / var(--sp-width) * 100vw);
    left: calc(-120 / var(--sp-width) * 100vw);
  }

  .main {
    position: relative;
    overflow: hidden;
    padding-bottom: calc(56 / var(--sp-width) * 100vw);
  }

  .main-title {
    width: calc(340 / var(--sp-width) * 100vw);
    margin: 0 auto calc(35 / var(--sp-width) * 100vw);
    position: relative;
  }

  .main:before {
    content: '';
    display: block;
    width: calc(94 / var(--sp-width) * 100vw);
    height: calc(94 / var(--sp-width) * 100vw);
    background: url(../images/icon_budge_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(-15 / var(--sp-width) * 100vw);
    left: calc(-12 / var(--sp-width) * 100vw);
    z-index: 1;
  }

  .main-image {
    width: calc(140 / var(--sp-width) * 100vw);
  }

  .link-list {
    width: calc(200 / var(--sp-width) * 100vw);
    z-index: 10;
    position: relative;
  }

  .main .link-list:before {
    content: '';
    display: block;
    background: url(../images/fukidashi.png) repeat-x center bottom;
    background-size: contain;
    width: calc(197 / var(--sp-width) * 100vw);
    height: calc(47 / var(--sp-width) * 100vw);
  }

  .main .link-list .item {
    height: calc(54 / var(--sp-width) * 100vw);
    background: url(../images/bg_line.svg) repeat-x center bottom;
    display: flex;
    align-items: center;
    position: relative;
  }

  .main .link-list .item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 1vw;
  }

  .main .link-list .item.--large {
    height: calc(60 / var(--sp-width) * 100vw);
  }

  .main .link-list .item .arrow {
    display: block;
    width: 2vw;
    height: 1.3vw;
    background: url(../images/arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .media+.media {
    margin-top: calc(96 / var(--sp-width) * 100vw);
  }

  .media-title {
    font-size: 1.4286em;
    color: #003670;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.03em;
    vertical-align: middle;
    padding-bottom: calc(20 / var(--sp-width) * 100vw);
    margin-bottom: calc(30 / var(--sp-width) * 100vw);
    background: url(../images/bg_line.svg) repeat-x center bottom;
  }

  .media-title span {
    display: block;
    width: calc(295 / var(--sp-width) * 100vw);
    margin: 0 auto;
    position: relative;
  }

  .media-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    vertical-align: middle;
    width: calc(350 / var(--sp-width) * 100vw);
    margin: 0 auto calc(30 / var(--sp-width) * 100vw);
  }

  .media-image {
    margin: 0 auto;
  }

  #link01 .media-title span {
    padding-left: calc(50 / var(--sp-width) * 100vw);
  }

  #link02 .media-title span {
    padding-left: calc(64 / var(--sp-width) * 100vw);

  }

  #link03 .media-title span {
    padding-left: calc(65 / var(--sp-width) * 100vw);

  }

  #link04 .media-title span {
    padding-left: calc(65 / var(--sp-width) * 100vw);

  }

  #link01 .media-title span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: calc(29 / var(--sp-width) * 100vw);
    height: calc(50 / var(--sp-width) * 100vw);
    background: url(../images/num01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
  }

  #link02 .media-title span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: calc(47 / var(--sp-width) * 100vw);
    height: calc(50 / var(--sp-width) * 100vw);
    background: url(../images/num02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
  }

  #link03 .media-title span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: calc(48 / var(--sp-width) * 100vw);
    height: calc(50 / var(--sp-width) * 100vw);
    background: url(../images/num03.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
  }

  #link04 .media-title span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: calc(49 / var(--sp-width) * 100vw);
    height: calc(50 / var(--sp-width) * 100vw);
    background: url(../images/num04.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
  }

  #link01 .media-image {
    width: calc(350 / var(--sp-width) * 100vw);
  }

  #link02 .media-image {
    width: calc(350 / var(--sp-width) * 100vw);
  }

  #link04 .media-image {
    width: calc(250 / var(--sp-width) * 100vw);
  }

  .stripe-table {
    font-size: 1.1429em;
    letter-spacing: 0.05em;
    width: calc(350 / var(--sp-width) * 100vw);
    margin: 0 auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: calc(30 / var(--sp-width) * 100vw);
  }

  .stripe-table th {
    font-weight: normal;
    width: calc(190 / var(--sp-width) * 100vw);
    padding: calc(16 / var(--sp-width) * 100vw) 0 calc(16 / var(--sp-width) * 100vw) calc(25 / var(--sp-width) * 100vw);
  }

  .stripe-table td:before {
    content: '';
    display: block;
    width: calc(24 / var(--sp-width) * 100vw);
    height: calc(10 / var(--sp-width) * 100vw);
    background: url(../images/arrow02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }

  .stripe-table tr:nth-of-type(odd) {
    background: rgba(215, 182, 90, 0.2);
  }

  .stripe-table td {
    line-height: 1.35;
    padding-left: calc(32 / var(--sp-width) * 100vw);
    position: relative;
  }

  .stripe-table .tag {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    border-radius: calc(9 / var(--sp-width) * 100vw);
    padding: 3px 0;
    text-align: center;
    width: calc(64 / var(--sp-width) * 100vw);
    display: block;
    margin-bottom: calc(8 / var(--sp-width) * 100vw);
  }

  .tag-gold {
    color: #fff;
    background: #D8B250;
  }

  .tag-platinum {
    color: #fff;
    background: #626099;
  }

  .tag-vip {
    color: #fff;
    background: #373675;
    font-family: "Libre Baskerville", serif;
  }

  .tag-svip {
    color: #fff;
    background: #17214D;
    font-family: "Libre Baskerville", serif;
  }

  .media-desc {
    width: calc(350 / var(--sp-width) * 100vw);
    margin: 0 auto calc(30 / var(--sp-width) * 100vw);
  }

  .media-desc dt {
    max-width: 100%;
    height: auto;
    padding-top: calc(10 / var(--sp-width) * 100vw);
    padding-bottom: calc(10 / var(--sp-width) * 100vw);
    border-top-left-radius: calc(20 / var(--sp-width) * 100vw);
    border-top-right-radius: calc(20 / var(--sp-width) * 100vw);
    background: #D7B65A;
    color: #fff;
    font-weight: 700;
    font-size: 1.2857em;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    font-feature-settings: "palt";
    margin-bottom: calc(20 / var(--sp-width) * 100vw);
  }

  .media-desc dd {
    font-size: 1.1429em;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: left;
    margin-top: calc(20 / var(--sp-width) * 100vw);
    font-feature-settings: "palt";
  }

  .detail {
    font-size: 1.1429em;
    letter-spacing: 0;
    width: calc(262 / var(--sp-width) * 100vw);
    height: calc(56 / var(--sp-width) * 100vw);
    line-height: calc(56 / var(--sp-width) * 100vw);
    margin: 0 auto calc(20 / var(--sp-width) * 100vw);
    text-align: center;
    position: relative;
  }

  .detail a {
    color: #fff;
    background: #444;
    border: 1px solid #444;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }

  .detail a:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 2.5vw;
    height: 2.5vw;
    right: 4.5vw;
    top: 6vw;
    transform: rotate(-135deg);
  }

  .small-list li {
    font-size: 0.8em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-indent: -1em;
    margin-left: 1em;
  }

  .contact {
    background-color: #eee;
    padding: calc(80 / var(--sp-width) * 100vw) calc(20 / var(--sp-width) * 100vw);
  }

  .heading .subtitle {
    font-size: 1.1429em;
    margin-bottom: calc(20 / var(--sp-width) * 100vw);
    color: #0090D5;
    font-weight: 600;
    font-family: Inter;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .heading .title {
    font-size: 1.7143em;
    letter-spacing: 0.05em;
    margin-bottom: calc(40 / var(--sp-width) * 100vw);
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  .notice {
    width: calc(350 / var(--sp-width) * 100vw);
    margin: calc(100 / var(--sp-width) * 100vw) auto calc(160 / var(--sp-width) * 100vw);
    border-radius: calc(20 / var(--sp-width) * 100vw);
    overflow: hidden;
    color: #fff;
    background: #0066A0;
    padding: calc(40 / var(--sp-width) * 100vw) calc(20 / var(--sp-width) * 100vw);
    box-sizing: border-box;
  }

  .notice-desc dt {
    font-weight: 600;
    font-size: 2.286em;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: calc(20 / var(--sp-width) * 100vw);
    margin-bottom: calc(20 / var(--sp-width) * 100vw);
    background: url(../images/bg_line02.svg) repeat-x center bottom;
  }

  .notice-desc dd {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
    font-feature-settings: "palt";
  }

  .contact-box {
    border: 1px solid #333;
  }

  .contact-box dt {
    font-weight: 700;
    font-size: 1.1429em;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    padding: calc(16 / var(--sp-width) * 100vw) 0;
    margin: 0 calc(8 / var(--sp-width) * 100vw);
    border-bottom: 1px solid #333;
  }

  .contact-list {
    display: block;
  }

  .contact-box dd {
    padding: calc(30 / var(--sp-width) * 100vw) calc(24 / var(--sp-width) * 100vw);
  }

  .contact-list li {
    display: block;
    line-height: 1;
    text-align: left;
  }

  .contact-list li .tel {
    font-size: 2.286em;
    font-weight: 700;
    line-height: 1;
    margin-left: 0;
    text-align: left;
    margin-top: calc(12 / var(--sp-width) * 100vw);
    display: block;
  }

  .contact-list li .tel a {
    color: #0090D5;
  }

  .contact-list li:nth-child(2) {
    margin-left: 0;
    margin-bottom: 0;
  }

  .contact-list li .ttl {
    font-size: 1.1429em;
    letter-spacing: 0.05em;
  }

  .contact-list li .small {
    display: block;
    font-size: 0.8571em;
    letter-spacing: 0;
    margin-top: calc(8 / var(--sp-width) * 100vw);
    text-align: left;
    font-feature-settings: "palt";
  }

  .pagetop {
    font-size: 0;
    background: url(../images/pagetop.png) no-repeat;
    background-size: 100%;
    width: calc(54 / var(--sp-width) * 100vw);
    height: calc(54 / var(--sp-width) * 100vw);
    position: fixed;
    right: calc(10 / var(--sp-width) * 100vw);
    bottom: calc(10 / var(--sp-width) * 100vw);
    cursor: pointer;
  }

  .guide {
    padding-bottom: calc(100 / var(--sp-width) * 100vw);
  }

  .guide-box {
    width: calc(350 / var(--sp-width) * 100vw);
    margin: 0 auto;
    background: rgba(0, 144, 213, 0.1);
    position: relative;
    padding: calc(60 / var(--sp-width) * 100vw) calc(20 / var(--sp-width) * 100vw);
    box-sizing: border-box;
    position: relative;
  }

  .guide-heading {
    width: calc(238 / var(--sp-width) * 100vw);
    height: calc(78 / var(--sp-width) * 100vw);
    line-height: 1.4;
    padding: 2.6vw 0;
    box-sizing: border-box;
    border-radius: calc(45 / var(--sp-width) * 100vw);
    font-weight: 700;
    font-size: 1.5714em;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    background: #0090D5;
    position: absolute;
    top: calc(-43 / var(--sp-width) * 100vw);
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .guide-title {
    font-weight: 700;
    font-size: 1.5714em;
    line-height: 1.6;
    color: #003670;
    margin-bottom: calc(12 / var(--sp-width) * 100vw);

  }

  .guide-text {
    font-weight: 500;
    font-size: 1.1429em;
    line-height: 1.75;
  }
  .guide-image {
    overflow-x: scroll;
  }
   .guide-image img {
     width: 162vw;
   }
  /* .guide-image::-webkit-scrollbar {
  background: #ccc;
  width:  calc(8 / var(--sp-width) * 100vw);
  height:  calc(8 / var(--sp-width) * 100vw);
  border-radius: 20px;
} */
 .simplebar-track.simplebar-horizontal {
  background-color: #ccc; 
  border-radius: 20px;
  height: calc(8 / var(--sp-width) * 100vw);
  margin-top: 5px !important; 
  position: relative; 
}

.simplebar-track.simplebar-horizontal {
  background-color: #ccc;
  border-radius: 20px;
  height: calc(8 / var(--sp-width) * 100vw);
  margin-top: 5px !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  background: #909090;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 101% !important;
  height: 100% !important;
  border-radius: 20px;
  opacity: 1!important;
}
  /* .guide-image::-webkit-scrollbar-thumb {
  background-color: #909090;
  border-radius: 20px;
  } */
  .guide-block {
    padding-bottom: calc(30 / var(--sp-width) * 100vw);
  }

  .guide-block+.guide-block {
    padding: calc(30 / var(--sp-width) * 100vw) 0;
    background: url(../images/bg_line03.svg) repeat-x center top;
  }

  .guide .small-list {
    margin-top: calc(5 / var(--sp-width) * 100vw);
  }


  .small-list li {
    font-weight: 500;
    font-size: 0.8571em;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-indent: -1em;
    margin-left: 1em;
  }
}