@charset "utf-8";
/* CSS Document */

/*------ 共通 ------*/
body {
	display: block;
	font-size: 15px;
	font-family: 'IBM Plex Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
    overflow-x: hidden;
}

body, html {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.center {
    text-align: center;
}

/*--- 見出し ---*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: 16px;
    line-height: 28px;
}
/*--- 見出しここまで ---*/

div {
    display: block;
}

main {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

ol, ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

dd {
    margin-left: 0;
}

figure {
    display: block;
    margin: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

img {
    width: 100%;
    border-style: none;
}

/* -----オートフェードイン----- */
.autofade {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* -----オートフェードインここまで----- */

/* -----スクロールフェードイン----- */
.effect-fade {
    opacity : 0;
    transform : translate(0, 80px);
    transition : all 1000ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}
/* -----スクロールフェードインここまで----- */
@media (min-width: 968px) {
    .bigpchidden {
        display: none!important;
    }
}

@media (min-width: 768px) {
    .pchidden {
        display: none!important;
    }
}

@media (max-width: 967px) {
    .sptabhidden {
        display: none!important;
    }
}   

@media (max-width: 767px) {
    .sphidden {
        display: none!important;
    }
}

.mt-0 {
    margin-top: 0!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-45 {
    margin-bottom: 45px;
}


.pt-0 {
    padding-top: 0!important;
}

.width50 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.width90 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*------ 共通ここまで ------*/

/*------ SLICK SLIDER ------*/
.slick-next {
    right: 20px;
    z-index: 99;
}

.slick-prev {
    left: 15px;
    z-index: 100;
}
/*------ SLICK SLIDER END ------*/

/*------ HEADER ------*/
header {
    width: 100vw;    
    position: fixed;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    height: 120px;
    z-index: 1000;
    transition: 0.5s;
}

header.change-color {
    background-color: rgba(255, 255, 255, 0.5); //スクロールしたあとのヘッダー背景色　
}

.navi {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
}

.navi img {
    width: 180px;
    height: 100%;
    margin-top: 0;
}

.navi-menu {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: auto;
    box-sizing: border-box;
    padding: 30px;
}

li.menu-item {
    padding-top: 15px;
    margin-right: 30px;
    font-weight: 600;
    font-style: normal;
    color: #0E5466;
    transition: 0.5s;
}

li.menu-item:hover {
    opacity: 0.6;
} 

.navi .contactbtn {
    background: -webkit-linear-gradient(left, #FD052C, #FC8C7A);
    background: linear-gradient(to right, #FD052C, #FC8C7A);
    width: 160px;
    height: 40px;
    border-radius: 30px;
    padding: 12px 0;
    margin-top: 0px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
}

.navi .contactbtn:hover {
    opacity: 0.7;
}

.contactbtn a:hover {
    color: #ffffff;
}

@media (min-width: 768px max-width: 967px) {
    .navi {
        width: 95%;
    }
}

@media (max-width: 967px) {
    header {
        height: 60px;
    }

    h1 {
        padding-bottom: 30px;
    }

    .navi img {
        margin-top: 0px!important;
        width: 90px;
    }

    .navi .contactbtn {
        width: 180px;
        height: 40px;
        margin-top: 15px;
        padding-top: 10px!important;
    }

    a .contactbtn {
        font-weight: 600;
    }
}

/*--- HAMBURGER MENU --- */
#nav-toggle {
    position: fixed;
    top: 13px;
    right: 13px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 30px;
    border: solid 2px #0E5466;
    transition: 0.5s;
}

#nav-toggle > div {
    position: relative;
    top: 10px;
    left: 10px;
    width: 8px;
}

#nav-toggle span {
    display: block;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    height: 2px;
    width: 16px;
    background-color: #0E5466;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 7px;
}

#nav-toggle span:nth-child(3) {
  top: 14px;
}

/*--- 展開時ボタントグル ---*/
.open #nav-toggle {
    border: solid 1px #0E5466;
}

.open #nav-toggle span {
    background: #0E5466;
    top: 14px;
    left: 2px;
}

.open #nav-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 14px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

#gloval-nav {
    width: 100%;
    height: 100vh;
    background-color:#ECF4F4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transform: translateX(100%);
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
    display: block;
    color: #08709B;
    font-weight: 700;
    padding: 18px 0;
    transition: color 0.6s ease;
}

#gloval-nav a:hover {
    opacity: 0.6;
}

#gloval-nav .contactbtn {
    padding: 0;
}

#gloval-nav .contactbtn a {
    color: #ffffff;
    font-size: 18px;
}

#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: 5px;
  font-size: 18px;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.45s;
}

#gloval-nav .contactbtn {
    background: -webkit-linear-gradient(left, #FD052C, #FC8C7A);
    background: linear-gradient(to right, #FD052C, #FC8C7A);
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 20px 0;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
}

#gloval-nav .contactbtn:hover {
    opacity: 0.7;
}

#gloval-nav .contactbtn a:hover {
    color: #ffffff;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.6s;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#nav-toggle {
  z-index: 100;
}

#gloval-nav {
  z-index: 10;
}
/*--- HAMBURGER MENU END --- */

/*--- STICKY HAMBURGER MENU --- */
.hamburger-menu2 {
    position: fixed;
}

.sp-menu-btn2 {
    position: fixed;
    top: 15px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border-radius: 30px;
    border: solid 1px #0E5466;
    transition: 0.5s;
}

.sp-menu-btn2 span,
.sp-menu-btn2 span:before,
.sp-menu-btn2 span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #0E5466;
    position: absolute;
    transition: 0.5s;
}
.sp-menu-btn2 span:before {
    bottom: 8px;
}
.sp-menu-btn2 span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .sp-menu-btn2 {
    border: solid 1px #0E5466;
}

#menu-btn-check:checked ~ .sp-menu-btn2 span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .sp-menu-btn2 span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #0E5466;
}
#menu-btn-check:checked ~ .sp-menu-btn2 span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #0E5466;
}

#menu-btn-check {
    display: none;
}

.sp-menu-content2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #F2F2F2;
    transition: all 0.5s;/*アニメーション設定*/
}

.sp-menu-content2 ul {
    padding: 120px 60px 0;
}

.sp-menu-content2 ul li {
    list-style: none;
    height: 90px;
    text-align: center;
}

.sp-menu-content2 ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color: #272727;
    text-decoration: none;
    padding: 30px 15px 10px 0;
    position: relative;
}

.sp-menu-content2 ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .sp-menu-content2 {
    left: 0;/*メニューを画面内へ*/
}
/*--- STICKY HAMBURGER MENU END --- */

.sp-header-btn img {
    width: 60px;
    height: 60px;
}
/*------ HEADER END ------*/

/*------ SCROLL HEADER ------*/
.scrollheader {
    height: 100px;
    background-color: rgb(255, 255, 255, 0.8);
}

.fix {
    width: 100vw;    
    position: fixed;
    top: 0;
    left: 50%;
    transform: translatex(-50.2%);
    padding: 0;
    z-index: 888;
}

@media screen and (max-width: 767px) {
.fix {
    width: 100%; 
}

.scrollheader {
    height: 70px;
}
}
/*------ SCROLL HEADER END ------*/

.content-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
.content-container {
    max-width: 720px;
    overflow: hidden;
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
}
}

.content-inner p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .content-inner p {
        font-size: 15px;
        line-height: 25px;
    }
}

/*------ KVセクション ------*/
.header-section {
    width: 100vw;    
    position: relative;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    background-image: url(./images/kv-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 120px;
}

.top_cv {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: url(./images/kv-bg-right2.png);
    background-size: 80%;
    background-position: right;
    background-repeat: no-repeat;
}

.content-inner {
    width: 95%;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-inner img {
    margin-top: 30px;
}

.kv-section {
}

.kv {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 0 0 45px;
}

.kv img {
    width: 50%;
}

.kv .button {
    position: absolute;
    width: 320px;
    margin-top: 0;
    bottom: 90px;;
}

.kv .contactbtn {
    background: -webkit-linear-gradient(left, #FD052C, #FC8C7A);
    background: linear-gradient(to right, #FD052C, #FC8C7A);
    width: 50%;
    height: 60px;
    border-radius: 30px;
    padding: 21px 0 0 40px;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.kv .contactbtn:hover {
    opacity: 0.7;
}

.kv .contactbtn::before {
    content: "";
    position: absolute;
    background-image: url(./images/car_fill.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    top: 15px;
    left: 200px;
}

.lightoff {
    animation: flash 1s linear infinite;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@media (min-width: 1900px) {
    .kv {
        height: 70vh;
    }

    .kv img {
        margin-top: 80px;
    }
}

@media (min-width: 2000px) {
    .kv {
        height: 80vh;
    }

    .kv img {
        width: 60%;
        margin-top: 300px;
    }
}

@media (max-width: 767px) {
    .header-section {
        padding-top: 70px;
    }

    .top_cv {
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .kv {
        height: 600px;
    }

    .kv img {
        width: 100%;
        margin-top: 180px;
    }

    .kv h1 {
        padding-bottom: 0;
    }

    .kv .contactbtn {
        width: 100%;
        height: 60px;
        border-radius: 30px;
        padding: 21px 0 0 40px;
        margin-top: 15px;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .kv .contactbtn::before {
        width: 26px;
        height: 26px;
        top: 15px;
        left: 64px;
    }
}

@media (max-width: 290px) {
    .kv .contactbtn::before {
        left: 40px;
    }
}

/*---- CAR BRAND LOOP ----*/
.carbrand-loop {
    background-color: #ffffff;
    padding: 30px 0;
}

.brandslide {
    width: 100%;
    height: 42px; /* 画像の高さ */
    background-image: url(./images/brand_logo.png);
    background-repeat: repeat-x;
    background-size: auto 42px; /* 画像の高さ */
    animation: loop 30s linear infinite;
}
@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -850px 0; /* 画像のマイナス幅 */
    }
}

@media (max-width: 767px) {
.carbrand-loop {
    background-color: #ffffff;
    padding: 15px 0;
}

.brandslide {
    width: 100%;
    height: 30px; /* 画像の高さ */
    background-image: url(./images/brand_logo.png);
    background-repeat: repeat-x;
    background-size: auto 30px; /* 画像の高さ */
    animation: loop 30s linear infinite;
}
}

/*---- SECTION 1 ----*/
.section1 {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: url(./images/sec1-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
}

.section1 h2 {
    color: #0E8787;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 60px;
    text-align: center;
}

.section1 .content-inner {
    padding: 60px 0;
}

.section1 img {
    width: 100%;
    max-width: 840px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section1 p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.sec1-upper-2column {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}

.sec1-upper-2column-left {
    width: 40%;
}

.sec1-upper-2column-right {
    width: 56%;
    padding-top: 30px;
}

.section-cta1 {
    background-color: #ffffff;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .section1 h2 {
        font-size: 24px;
        margin-bottom: 45px;
        text-align: center;
    }

    .section1 .content-inner {
        padding: 30px 0;
    }

    .section1 img {
        width: 100%;
        margin-top: 0;
    }

    .sec1-upper-2column {
        display: block;
        -webkit-display: block;
    }

    .sec1-upper-2column-left {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .sec1-upper-2column-right {
        width: 100%;
        padding-top: 30px;
    }
}

.cta-inner {
    width: 93%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.button {
    transition: .2s;
    animation: bigger 0.5s ease 0s infinite alternate;
    transform-origin:center;
}

@keyframes bigger {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

a img:hover {
    transition: 0.5s;
    opacity: 0.7;
}

@media (max-width: 767px) {
    h2 {
        font-size: 18px;
    }
}
/*---- SECTION 1 END ----*/

/*---- SECTION BORDER ----*/
.section-border {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

.section-border img {
    width: 100%;
    margin-bottom: -5px;
}
/*---- SECTION BORDER END ----*/

/*---- SECTION 2 ----*/
.section2 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    background-image: url(./images/sec2-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    padding-bottom: 60px;
}

.section2 h2 {
    color: #ffffff;
    background-color: #08709B;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    text-align: center;
    padding: 60px 0;
}

.section2 p {
    color: #ffffff;
}

.sec2-upper-2column {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    position: relative;
}

.sec2-upper-2column-left {
    width: 25%;
}

.sec2-upper-2column-right {
    width: 70%;
}

.sec2-upper-2column-left img {
    width: 62%;
    display: block;
    margin-left: auto;
    margin-right: 15px;
}

.sec2-upper-2column-right p {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.0rem;
}

@media (max-width: 967px) {
    .section2::after {
        height: 30px;
        bottom: -20px;
    }

    .section2 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section2 h2 span {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .section2 {
        padding-bottom: 30px;
    }

    .section2 h2 {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
        padding: 30px 0;
    }

    .section2 img {
        margin-top: 0;
    }

    .section2 .content-inner {
        width: 100%;
    }
}
/*---- SECTION 2 END ----*/

/*---- SECTION 3 ----*/
.section3 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    background-image: url(./images/sec3-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
    padding: 90px 0;
}

.sec3-head {
    display: block;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.section3 h2 {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 0;
    border-top: solid 3px #ffffff;
    border-bottom: solid 3px #ffffff;
}

.sec3-3column {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 60px;
}

.sec3-3column-item {
    width: 32%;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 10px 20px 0px rgba(0, 97, 104, 0.8);
}

.sec3-3column-item h3 {
    color: #08709B;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 1px #08709B;
    margin: 15px 0 30px;
}

.sec3-3column-item .price {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-align: center;
}

.sec3-3column-item .price span {
    color: #111111;
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    margin-right: 5px;
}

.sec3-3column-item .itembtn {
    background: -webkit-linear-gradient(left, #0093BE, #44D7D7);
    background: linear-gradient(to right, #0093BE, #44D7D7);
    width: 100%;
    height: 52px;
    border-radius: 40px;
    padding: 18px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.sec3-3column-item .itembtn:hover {
    opacity: 0.7;
}

.sec3-3column-item .itembtn a:hover {
    color: #ffffff;
}

.sec3-3column-item .contactbtn {
    background: -webkit-linear-gradient(left, #FD052C, #FC8C7A);
    background: linear-gradient(to right, #FD052C, #FC8C7A);
    width: 100%;
    height: 52px;
    border-radius: 40px;
    padding: 18px 0;
    margin-top: 0px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.sec3-3column-item .contactbtn:hover {
    opacity: 0.7;
}

.sec3-3column-item .contactbtn a:hover {
    color: #ffffff;
}

.sec3-3column-item img {
    margin-top: 0;
}

@media (max-width: 767px) {
    .section3 {
        padding: 30px 0;
    }

    .section3 h2 {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
        padding: 30px 0;
        border-top: solid 2px #ffffff;
        border-bottom: solid 2px #ffffff;
    }

    .sec3-3column {
        display: block;
        -webkit-display: block;
        margin-top: 30px;
    }

    .sec3-3column-item {
        width: 100%;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0px 5px 10px 0px rgba(0, 97, 104, 0.8);
        margin-bottom: 15px;
    }

.sec3-3column-item h3 {
    color: #08709B;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 1px #08709B;
    margin: 15px 0 30px;
}

.sec3-3column-item .price {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-align: center;
}

.sec3-3column-item .price span {
    color: #111111;
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    margin-right: 5px;
}

.sec3-3column-item .itembtn {
    background: -webkit-linear-gradient(left, #0093BE, #44D7D7);
    background: linear-gradient(to right, #0093BE, #44D7D7);
    width: 100%;
    height: 52px;
    border-radius: 40px;
    padding: 18px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.sec3-3column-item .itembtn:hover {
    opacity: 0.7;
}

.sec3-3column-item .itembtn a:hover {
    color: #ffffff;
}

.sec3-3column-item .contactbtn {
    background: -webkit-linear-gradient(left, #FD052C, #FC8C7A);
    background: linear-gradient(to right, #FD052C, #FC8C7A);
    width: 100%;
    height: 52px;
    border-radius: 40px;
    padding: 18px 0;
    margin-top: 0px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.sec3-3column-item .contactbtn:hover {
    opacity: 0.7;
}

.sec3-3column-item .contactbtn a:hover {
    color: #ffffff;
}

.sec3-3column-item img {
    margin-top: 0;
}
}
/*---- SECTION 3 END ----*/

/*---- SECTION CTA ----*/
.section-cta {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: url(./images/sec-cta-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}

.section-cta h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 60px;
    text-align: center;
}

.section-cta h2 span {
    display: block;
    color: #F8F875;
    margin-bottom: 15px;
}

.section-cta .button {
    width: 420px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .section-cta {
        padding-bottom: 30px;
        background-position: 33%;
    }

    .section-cta {
        padding: 30px 10px;
    }

    .section-cta h2 {
        font-size: 20px;
        line-height: 30px;;
        margin-bottom: 30px;
    }

    .section-cta .button {
        width: 100%;
    }  
}
/*---- SECTION CTA END ----*/

/*---- SECTION 4 ----*/
.section4 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    background-image: url(./images/sec4-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    padding-bottom: 0px;
}

.section4 h2 {
    color: #ffffff;
    background-color: #08709B;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    text-align: center;
    padding: 60px 0;
}

.flow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0;
}

.flow-content {
    width: 100%;
}

.flow-content-item {
    border-radius: 15px;
    padding: 45px 30px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.05);
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}

.flow-content-inner-left {
    width: 24%;
    padding-right: 30px;
    border-right: solid 1px #D8D8D8;
}

.flow-content-inner-right {
    width: 72%;
}

.flow-content-item::after {
    position: absolute;
    content: "";
    background-image: url(./images/sec4-flow-after.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 72px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.flow-content-item h3 {
    color: #418B89;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 30px;
    margin-bottom: 10px;
    display: block;
}

.flow-content-item p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
}

.flow-content-item img {
    margin-top: 0;
}

.flow-content-item-last {
    border-radius: 15px;
    padding: 30px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.05);
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flow-content-item-last h3 {
    color: #418B89;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 30px;
    margin-bottom: 10px;
    display: block;
}

.flow-content-item-last p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
}

.flow-content-item-last img {
    margin-top: 0;
}

@media (max-width: 767px) {
    .section4 {
        padding: 0;
    }

    .section4 h2 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
        padding: 30px 0;
    }

    .flow::before {
        width: 70px;
        height: 98px;
        top: -110px;
        left: 0px;
    }

    .flow::after {
        width: 73px;
        height: 98px;
        top: -110px;
        right: 0px;
    }

    .flow-content-item {
        margin-bottom: 50px;
        padding: 30px 20px;
        display: block;
        -webkit-display: block;
    }

    .flow-content-inner-left {
        width: 100%;
        margin-bottom: 30px;
        border: none;
    }

    .flow-content-inner-right {
        width: 100%;
    }

    .flow-content-item-last {
        margin-bottom: 0;
        padding: 30px 20px;
        display: block;
        -webkit-display: block;
    }

    .flow-content-item h3 {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }

    .flow-content-item h3 span {
        display: block;
        margin-bottom: 10px;
    }

    .flow-content-item-last h3 {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }

    .flow-content-item-last h3 span {
        display: block;
        margin-bottom: 10px;
    }
}

/*---- SECTION 4 END ----*/

/*---- SECTION 5 ----*/
.section5 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    background-color: #F8FFFE;
    padding: 60px 0;
}

.section5 h2 {
    color: #08709B;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 60px;
    text-align: center;
    padding: 30px 0;
    border-top: solid 3px #08709B;
    border-bottom: solid 3px #08709B;
}

.person-content {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.person-item {
    width: 48%;
    border: solid 3px #08709B;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
}

.person-item-upper {
    display: flex;
    -webkit-display: flex;
    justify-content: left;
    -webkit-justify-content: left;
}

.person-item-upper img {
    width: 90px;
    height: 90px;
    margin-top: 0;
    margin-right: 30px;
}

.person-item-upper-right {
    padding-top: 10px;
}

.person-item-upper h5 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #08709B;
}

.person-item-upper p {
    margin-top: 0;
    color: #08709B;
}

.person-item-lower p {
    font-size: 18px;
    font-weight: 500;
    color: #08709B;
}

@media (max-width: 767px) {
    .section5 {
        padding: 30px 0 15px;
    }

    .section5 h2 {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
        padding: 30px 0;
        border-top: solid 2px #08709B;
        border-bottom: solid 2px #08709B;
    }

    .person-item {
        width: 100%;
        margin-bottom: 15px;
        padding: 30px 15px;
    }

    .person-item-upper h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .person-item-lower p {
        font-size: 15px;
        line-height: 27px;
    }
}

/*---- SECTION 5 END ----*/

/*---- SECTION 6 ----*/
.section6 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    background-image: url(./images/sec6-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
    padding-bottom: 60px;
}

.section6 h2 {
    color: #ffffff;
    background-color: #08709B;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    text-align: center;
    padding: 60px 0;
}

.sec6-inner {
    padding-top: 30px;
}

.faq-content {
    padding: 10px 30px;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 30px 0;
    transition: 0.5s;
}

.faq-content:hover {
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
}

.faq-content a {
    color: #0D27CE;;
    text-decoration: underline;
    transition: 0.5s;
}

.faq-content a:hover {
    opacity: 0.6;
}

.faq-content .far {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.acd-check {
    display: none;
}

.acd-label {
    color: #0E5466;
    display: block;
    margin-bottom: 1px;
    padding: 2.4rem 3.8rem;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    cursor: pointer;
}

.acd-label::before {
    content: "Q";
    position: absolute;
    color: #ffffff;
    background-color: #0E8787;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 5px 5px 5px 7px;
    left: 1.6rem;
    top: 2.2rem;
}

.acd-label::after{
    background-image: url(./images/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0.6rem;
    padding: 0.6rem;
    position: absolute;
    right: 1.6rem;
    top: 2.45rem;
    color: #ffffff;
}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 2.0rem;
    visibility: hidden;
    transition: 0.3s;
    position: relative;
}

.acd-content::before {
    content: "A";
    position: absolute;
    color: #ffffff;
    background-color: #FF4D6B;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 6px 5px 5px 9px;
    left: 1.6rem;
    top: 0rem;
}

.acd-content p {
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.6rem;
    padding-left: 1.85rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 0;
}

.acd-check:checked + .acd-label::after{
    background-image: url(./images/chevron-up-solid.svg);
}

.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0 2.0rem 2.4rem;
    visibility: visible;
}

@media (max-width: 767px) {
    .section6 {
        padding: 0 0 15px;
    }

    .section6 h2 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
        padding: 30px 0;
    }

    .faq-content {
        padding: 10px 15px;
        border-radius: 10px;
        margin: 15px 0 30px;
    }

    .acd-label {
        padding: 15px 35px;
        font-size: 15px;
        line-height: 23px;
    }

    .acd-label::before {
        left: 1px;
        top: 12px;
        font-size: 16px;
        padding: 6px 5px 4px 8px;
    }

    .acd-content {
        padding: 0 35px;
    }

    .acd-check:checked + .acd-label + .acd-content {
        padding: 15px 35px; 
    }

    .acd-content p {
        padding-left: 0;
        font-size: 15px;
        line-height: 23px;
    }

    .acd-label::after{
        right: 0px;
        top: 22px;
    }

    .acd-content::before {
        left: 1px;
        top: 12px;
        font-size: 16px;
        padding: 6px 5px 4px 9.5px;
    }
}
/*---- SECTION 6 END ----*/

/*---- SECTION 7 ----*/
.section7 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    background-image: url(./images/sec7-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
    padding-bottom: 60px;
}

.section7 h2 {
    color: #ffffff;
    background-color: #08709B;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    text-align: center;
    padding: 60px 0;
}

.section7 .content-inner {
    background-color: #FCFBF4;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 60px 60px;
}

.sec7-2column {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}

.sec7-2column-left {
    width: 56%;
}

.sec7-2column-right {
    width: 40%;
}

.sec7-2column table {
    width: 100%;
    padding-top: 60px;
    margin-bottom: 60px;
}

.sec7-2column th {
    border-bottom: solid 1px #D8D8D8;
    padding: 45px 0;
    color: #0E5466;
    font-weight: 700;
    font-style: normal;
    width: 30%;
}

.sec7-2column td {
    border-bottom: solid 1px #D8D8D8;
    padding: 45px 0;
    color: #707070;
    font-weight: 500;
    font-style: normal;
    width: 70%;
}

.section7 img {
    width: 100%;
    display: block;
}

.map {
    margin-top: 45px;
}

.map iframe {
    width: 100%;
}

.map-under p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    color: #707070;
}

.map-under p span {
    font-weight: 700;
    color: #BC002C;
}

@media (max-width: 767px) {
    .section7 {
        padding: 0 0 15px;
    }

    .section7 h2 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
        padding: 30px 0;
    }

    .section7 .content-inner {
        padding: 30px 15px;
    }

    .sec7-2column {
        display: block;
        -webkit-display: block;
    }

    .sec7-2column-left {
        width: 100%;
    }

    .sec7-2column-right {
        width: 100%;
    }

    .sec7-2column table {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .sec7-2column th {
        padding: 30px 0;
    }

    .sec7-2column td {
        padding: 30px 0;
    }

    .map {
        margin-top: 30px;
    }

    .map-under p {
        font-size: 15px;
        line-height: 27px;
    }
}
/*---- SECTION 7 END ----*/

/*---- SECTION CONTACT ----*/
.section-contact {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: block;
    background-image: url(./images/sec-contact-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
    padding: 60px 0 120px;
}

.section-contact .content-inner {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin-top: 30px;
    padding: 60px;
    box-shadow: 0px 5px 10px 0px rgba(0, 97, 104, 0.5);
}

.section-contact h2 {
    color: #08709B;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 60px;
    text-align: center;
    padding: 30px 0;
    border-top: solid 3px #08709B;
    border-bottom: solid 3px #08709B;
}

.sec-contact-2column {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}

.sec-contact-2column-left {
    width: 48%;
    background-color: #DCEFED;
    border-radius: 10px;
    padding: 30px;
}

.sec-contact-2column-left-inner {
    background-color: #EDF8F7;
    border-radius: 5px;
    padding: 30px 30px 15px;
}

.sec-contact-tel {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}

.sec-contact-tel img {
    margin-top: 0;
    margin-bottom: 15px;
}

.sec-contact-tel-left {
    width: 64%;
}  

.sec-contact-tel-right {
    width: 26%;
}

.sec-contact-tel-right p {
    font-weight: 500;
    font-size: 13px;
    color: #707070;
}

.sec-contact-tel-right p span {
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #0E5466;
}

.section-contact h3 {
    color: #08709B;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
    text-align: center;
}

.sec-contact-2column-right {
    width: 48%;
    background-color: #DCEFED;
    border-radius: 10px;
    padding: 30px;
}

.sec-contact-2column-right p {
    font-weight: 500;
    text-align: center;
    margin-top: 45px;
}

.section-contact .contactbtn {
    background: -webkit-linear-gradient(left, #FD052C, #FC8C7A);
    background: linear-gradient(to right, #FD052C, #FC8C7A);
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding: 21px 0 0 30px;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.section-contact .contactbtn:hover {
    opacity: 0.7;
}

.section-contact .contactbtn::before {
    content: "";
    position: absolute;
    background-image: url(./images/car_fill.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    top: 15px;
    left: 160px;
}

@media (max-width: 767px) {
    .section-contact {
        padding: 30px 0 90px;
    }

    .section-contact .content-inner {
        margin-top: 0;
        padding: 30px 15px;
    }

    .section-contact h2 {
        font-size: 24px;
    }

    .sec-contact-2column {
        display: block;
        -webkit-display: block;
    }

    .sec-contact-2column-left {
        width: 100%;
        padding: 30px 15px;
        margin-bottom: 15px;
    }

    .sec-contact-2column-left-inner {
        padding: 30px 15px 15px;
    }

    .sec-contact-tel-left {
        width: 66%;
    }

    .sec-contact-tel-right {
        width: 26%;
    }

    .sec-contact-tel-right p {
        margin-top: 0;
    }

    .sec-contact-tel-right p span {
        font-size: 13px;
    }

    .section-contact h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .sec-contact-2column-right {
        width: 100%;
        padding: 30px 15px;
    }

    .sec-contact-2column-right p {
        margin-top: 30px;
    }

    .section-contact .contactbtn {
        padding: 21px 0 0 30px;
    }

    .section-contact .contactbtn::before {
        left: 80px;
    }
}

@media (max-width: 290px) {
    .section-contact .contactbtn::before {
        left: 40px;
    }
}
/*---- SECTION 10 END ----*/

/*------ メインセクションここまで ------*/

/*------ Footer ------*/
footer {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    position: relative;
    font-size: 13px;
    color: #ffffff;
    padding: 30px 0;
    text-align: center;
    background: #0E5466;
}

footer::before {
    content: "";
    position: absolute;
    background-image: url(./images/wave.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

footer a {
    color: #3e3f3f;
}

footer a:hover {
    color: #ef6683;
    opacity: 0.7;
    transition: 0.5s;
}

footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
    footer {
        margin: 0;
        padding: 15px 15px 105px;
    }

    footer::before {
        top: -50px;
    }

    footer p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
footer {
    margin: 0;
    padding: 15px 15px 105px;
    font-size: .8rem;
}

footer::before {
    top: -50px;
}

footer p {
    font-size: 13px;
    margin-top: 0px;
    line-height: 24px;
}

footer img {
    width: 120px;
    margin-top: 0px;
    margin-bottom: 30px;
}
}

.footer__copy {
    color: #ffffff;
    margin-top: 0px;
}

@media (min-width: 768px) {
.footer__copy {
    padding: 2.5rem 0;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
}

.fixbanner {
    bottom: 0;
    left: 0;
    position: fixed;
    padding: 0;
    text-align: right;
    z-index: 888;
}

.fixnanner img:hover {
    transition: 0.5s;
    opacity: 0.7;
}

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    position: fixed;
    bottom: 30px;
    right: 80px;
    color: #fff;
    cursor: pointer;
    background-color: #C5C5C5;
    z-index: 900;
}

.scrollup_inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    height: 6.5px;
    width: 6.5px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-40%, -25%) rotate(-135deg);
}

.scrollup_inner p {
    font-size: 10px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -25%);
}

.scrollup:hover {
    z-index: 999;
    opacity: 0.7;
    transition: 0.5s;
}

.footer-fix {
    top: 30px;
    right: 0;
    position: fixed;
    padding: 0;
    text-align: right;
    z-index: 888;
}

.footer-fix img:hover {
    transition: 0.5s;
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
.footer-fix {
    bottom: -5px;
    top: auto;
    width: 100%; 
    right: 0;
}
}

/*------ Footer SP------*/
    @media (max-width: 767px) {
    .footer__copy {
        padding: 15px 0;
        font-size: 13px;
        text-align: left;
        font-weight: bold;
        text-align: center;
    }

    .footer__copy p {
        text-align: center;
        font-size: 10px;
        line-height: 16px;
    }

    .footer-link {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .scrollup {
        right: 15px;
        bottom: 75px;
    }
}

.foreign-car-title {
    text-align: center;
    color: white;
    font-size: 30px;
}


.transparent-space {
    width: 100%; /* 必要なら全幅 */
    height: 0px; /* 高さをゼロに */
    margin: 0;
    padding: 0;
    border: none !important; /* 重要度を上げて白枠を完全に無効化 */
    background: none !important; /* 背景を完全に透明に */
    visibility: hidden; /* 視覚的にも非表示に */
}

.center-container {
    display: flex;
    justify-content: center;  /* 水平方向の中央揃え */
    align-items: center;      /* 垂直方向の中央揃え */
    width: 100%;              /* 親要素全体を使用 */
    margin: 20px 0;           /* 上下の余白 */
    text-align: center;       /* テキスト中央寄せ */
    flex-direction: column;   /* 子要素を縦方向に並べる */
}

.same-font {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 20px 0;
    color: white;
    text-align: center;  /* 念のための中央寄せ */
}

/* スマホ用のフォントサイズ調整 */
@media (max-width: 768px) {
    .same-font {
        font-size: 22px;
    }
}


/* PC用のLINEボタンの位置調整 */
ul.navi-menu li img[alt="LINEで友だち追加"] {
    margin-top: -1px !important; /* 優先度を強制的に上げる */
}

/* 既存のスタイルを保ったまま非表示にする */
.sec3-3column-item.dummy {
    visibility: hidden;
}



/*------ Footer SPここまで------*/
/*------ Footerここまで ------*/