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

/*==================================
	base
==================================*/
* {
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
    /* 10px */
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", "Oswald", YuGothic, sans-serif;
    color: #FFF;
    height: 100%;
    width: 100%;
    background: #000;
    font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
ul,
li,
dl,
dt,
dd,
p {
    font-weight: 400;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

section {
    position: relative;
    text-align: center;
}

a {
    color: #fff;
    text-decoration: none;
    display: block;
}

a:hover {
    text-decoration: none;
}

.outer {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.inner {
    max-width: 1080px;
    width: 86.66%;
    margin: 0 auto;
}

.jp {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.en {
    font-family: "Oswald", sans-serif;
}

.pcOnly {
    display: block;
}

.spOnly {
    display: none;
}

#contents {
    padding-bottom: 200px;
}

.linkoff {
    pointer-events: none;
    opacity: 0.5;
}

/* 1500以上*/
@media screen and (min-width: 1500px) {}

/* 1499以下*/
@media screen and (max-width: 1499px) {}

/* 750以上*/
@media screen and (min-width: 750px) {

    .telnum,
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* 749以下*/
@media screen and (max-width: 764px) {
    body {
        font-size: 1.4rem;
    }

    img {
        width: 100%;
    }

    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }

    #contents {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 749px) {
    body {
        font-size: 1.4rem;
    }

    img {
        width: 100%;
    }

    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }

    #contents {
        padding-bottom: 100px;
    }
}

.scroll-hint-icon {
    top: 120px;
}

/*==================================
	parts
==================================*/
/* font */
.faxnum {
    pointer-events: none;
}

.disIB {
    display: inline-block;
}

.disB {
    display: block;
}

.taC {
    text-align: center;
}

.taL {
    text-align: left;
}

.taR {
    text-align: right;
}

.fwR {
    font-weight: 400;
}

.fwB {
    font-weight: 700;
}

.fwBK {
    font-weight: 900;
}

.lh18 {
    line-height: 1.8;
}

.lh20 {
    line-height: 2;
}

/* btn */
.btnswipe {
    text-align: left;
}

.btnswipe a {
    padding: 10px;
}

.btnswipe a .arr {
    padding-left: 15px;
    position: relative;
}

.btnswipe a .arr:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.btnswipe a.btnhoverbg {
    position: relative;
    color: #000;
}

.btnswipe a.btnhoverbg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.btnswipe a.btnhoverbg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: #fff;
}

.btnswipe a.btnhoverbg:hover {
    opacity: 1;
    background: none;
}

.btnswipe a.btnhoverbg:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/*.btnswipe a.btnhoverbg:hover:after { background: none;}*/
.btnswipe a.btnhoverbg:before {
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
}

/*a.btnhoverbg:hover { color: #fff;}*/

@media screen and (max-width: 749px) {
    .btnswipe a {
        padding: 8px;
    }

    .btnswipe a .arr {
        padding-left: 10px;
    }

    .btnswipe a .arr:before {
        border-width: 3px 0 3px 4px;
    }
}

/* margin */
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb140 {
    margin-bottom: 140px;
}

.mb150 {
    margin-bottom: 150px;
}

@media screen and (max-width: 749px) {
    .mt10 {
        margin-top: 5px;
    }

    .mt20 {
        margin-top: 10px;
    }

    .mt30 {
        margin-top: 15px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .mt50 {
        margin-top: 25px;
    }

    .mt60 {
        margin-top: 30px;
    }

    .mt70 {
        margin-top: 35px;
    }

    .mt80 {
        margin-top: 40px;
    }

    .mt90 {
        margin-top: 45px;
    }

    .mt100 {
        margin-top: 50px;
    }

    .mt110 {
        margin-top: 55px;
    }

    .mt120 {
        margin-top: 60px;
    }

    .mt130 {
        margin-top: 65px;
    }

    .mt140 {
        margin-top: 70px;
    }

    .mt150 {
        margin-top: 75px;
    }

    .mb10 {
        margin-bottom: 5px;
    }

    .mb20 {
        margin-bottom: 10px;
    }

    .mb30 {
        margin-bottom: 15px;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .mb50 {
        margin-bottom: 25px;
    }

    .mb60 {
        margin-bottom: 30px;
    }

    .mb70 {
        margin-bottom: 35px;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .mb90 {
        margin-bottom: 45px;
    }

    .mb100 {
        margin-bottom: 50px;
    }

    .mb110 {
        margin-bottom: 55px;
    }

    .mb120 {
        margin-bottom: 60px;
    }

    .mb130 {
        margin-bottom: 65px;
    }

    .mb140 {
        margin-bottom: 70px;
    }

    .mb150 {
        margin-bottom: 75px;
    }
}

/* modaal */
.modaal-box {
    display: none;
}

.modaal-content-container {
    padding: 0;
}

.modaal-container {
    background: none;
    text-align: center;
    width: auto;
}

.modaal-iframe-elem {
    min-height: 60vh;
}

.modaal-btn.icoZoom,
.modaal-btn.icoPlay {
    position: relative;
}

.modaal-btn.icoZoom:before,
.modaal-btn.icoPlay:before {
    position: absolute;
    content: "";
}

.modaal-btn.icoZoom:before {
    background: url("../img/icon_zoom.png") no-repeat;
    background-size: cover;
    width: 47px;
    height: 47px;
    bottom: -8px;
    left: -30px;
}

.modaal-btn.icoPlay:before {
    background: url("../img/icon_play.png") no-repeat;
    background-size: cover;
    width: 82px;
    height: 82px;
    bottom: 12px;
    right: 20px;
}

@media screen and (max-width: 764px) {
    .modaal-btn.icoZoom:before {
        width: 6.27vw;
        height: 6.27vw;
        bottom: -1.06;
        left: -4vw;
    }

    .modaal-btn.icoPlay:before {
        width: 10.94vw;
        height: 10.94vw;
        bottom: 1.6vw;
        right: 2.67vw;
    }
}

/* sp_accordion */
.sp_accordion .sp_accordion_tit {
    font-size: 2.4rem;
    padding: 20px 20px 20px 90px;
    line-height: 1;
    font-weight: 700;
    pointer-events: none;
    position: relative;
    background: url("../img/accordion_tit.jpg") center bottom no-repeat;
    background-size: 100% 100%;
}

.sp_accordion .sp_accordion_tit:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: url("../img/ico_accordion.png");
    left: 50px;
}

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

@media screen and (max-width: 1099px) {
    .sp_accordion .sp_accordion_tit {
        font-size: 3vw;
        padding: 3vw 2vw 3vw 8.5vw;
        pointer-events: all;
        background: url("../img/accordion_tit_sp.jpg") center bottom no-repeat;
        background-size: 100% 100%;
    }

    .sp_accordion .sp_accordion_cont {
        display: none;
    }

    .sp_accordion .sp_accordion_tit:before {
        width: 3.6vw;
        height: 3.6vw;
        left: 3.5vw;
        background-size: 100% 100%;
    }

    /*.sp_accordion .sp_accordion_tit.open:before { transform: rotate(180deg);}*/
}

@media screen and (max-width: 764px) {
    .sp_accordion .sp_accordion_tit {
        font-size: 4vw;
        padding: 4.8vw 2vw 4.8vw 8.5vw;
    }
}

/* accordion */
.accordion .accordion_tit {
    font-size: 2.4rem;
    padding: 20px 20px 20px 90px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    background: url("../img/accordion_tit.jpg") center bottom no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.accordion .accordion_tit:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: url("../img/ico_accordion.png");
    left: 50px;
}

/*.accordion .accordion_tit.open:before { transform: rotate(180deg);}*/
.accordion .accordion_cont {
    display: none;
    font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
    .accordion .accordion_tit {
        font-size: 3.74vw;
        padding: 4vw 2vw 4vw 8.5vw;
        background: url("../img/accordion_tit_sp.jpg") center bottom no-repeat;
        background-size: 100% 100%;
    }

    .accordion .accordion_tit:before {
        width: 3.6vw;
        height: 3.6vw;
        left: 3.5vw;
        background-size: 100% 100%;
    }

    .accordion .accordion_cont {
        font-size: 3.2vw;
    }
}

/*==================================
	header
==================================*/

header#hd {
    background: #fff;
    position: fixed;
    z-index: 40;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 1.6rem;
}

header#hd .inner {
    height: 100px;
    max-width: 1720px;
    padding: 0 105px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

header#hd .hd_logo {
    width: 73px;
}

header#hd .hd_logo img {
    width: 100%;
}

header#hd .pcOnly {
    width: calc(100% - 0px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header#hd .anchorlist {
    display: flex;
}

header#hd .anchorlist li {
    margin-left: 60px;
}

header#hd .anchorlist li div.disabled{
    color: #b4b4b4;
    font-weight: 700;
}

header#hd .anchorlist li a {
    color: #000;
    font-weight: 700;
}

header#hd .list {
    display: flex;
    align-items: center;
}

header#hd .list li {
    margin-left: 20px;
}

header#hd .list li img {
    vertical-align: baseline;
}

header#hd .list li:first-child {
    margin-left: 0;
}

header#hd .list li:nth-child(1) img {
    width: 76px;
}

header#hd .list li:nth-child(2) img {
    width: 48px;
}

header#hd .list li:nth-child(3) img {
    width: 103px;
}

header#hd .list li:nth-child(4) img {
    width: 89px;
}

header#hd nav {
    position: fixed;
    top: -100vh;
    width: 100%;
    height: 100vh;
    padding: 60px 0;
    display: block;
    background: #222;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 20;
    opacity: 0;
}

header#hd nav ul li a {
    display: block;
}

header#hd #navArea nav .logo {
    margin-bottom: 70px;
    text-align: center;
}

header#hd #navArea nav .logo a {
    display: inline-block;
}

header#hd #navArea nav .hdNav,
header#hd #navArea nav .hdNavSub {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

header#hd #navArea nav .hdNav {

}

header#hd #navArea .hdNav_container {
    width: 84.3%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header#hd #navArea .hdNav_left {
    width: 33.7%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#hd #navArea .hdNav_left .logo {
    width: 50.6%;
}

header#hd #navArea .hdNav_left .logo a {
    display: block;
}

header#hd #navArea .hdNav_left .logo a img {
    width: 100%;
    display: block;
}

header#hd #navArea .hdNav_right {
    width: 61.1%;
    display: flex;
    justify-content: space-between;
}

header#hd #navArea .hdNav_right .hdNav:first-child {
    width: 37.1%;
    display: flex;
    flex-direction: column;
}

header#hd #navArea .hdNav_right .hdNav:last-child {
    width: 62.1%;
    display: flex;
    flex-direction: column;
}

header#hd #navArea nav .hdNav li,
header#hd #navArea nav .hdNavSub li {
    margin: 0 0 50px 0;

    font-size: 2.2rem;
    letter-spacing: 0;
}



header#hd #navArea nav .hdNav li a,
header#hd #navArea nav .hdNavSub li a,header#hd #navArea nav .hdNav li div.disabled {
    padding-left: 20px;
    position: relative;
}
header#hd #navArea nav .hdNav li div.disabled{
    color: #8d94a8;
}
header#hd #navArea nav .hdNav li a:before,
header#hd #navArea nav .hdNavSub li a:before,header#hd #navArea nav .hdNav li div.disabled:before {
    content: "▶︎";
    position: relative;
    margin-right: 10px;
    font-size: 0.8rem;
    line-height: 3rem;
    vertical-align: middle;
    top: -2px;
}

header#hd .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: calc(50% - 840px);
    width: 40px;
    height: 24px;
    transition: all .5s;
    cursor: pointer;
    z-index: 20;
}

header#hd .toggle_btn span {
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #000;
    transition: all .3s ease;
    margin: auto;
    left: 0;
    right: 0;
    transform-origin: center;
    border-radius: 3px;
}

header#hd .toggle_btn span:nth-child(1) {
    top: 8px;
}

header#hd .toggle_btn span:nth-child(2) {
    top: 18px;
}

header#hd .toggle_btn span:nth-child(3) {
    top: 28px;
}

header#hd #mask {
    display: none;
    transition: all .5s;
}

/* open */
.open {
    overflow: hidden;
}

.open header#hd nav {
    right: 0;
    opacity: 1;
    z-index: 70;
    background: #1c2951;
    display: flex;
    align-items: center;
}

.open header#hd .toggle_btn {

    z-index: 80;
}

.open header#hd .toggle_btn span {
    background-color: #fff;
}

.open header#hd .toggle_btn span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
}

.open header#hd .toggle_btn span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.open header#hd .toggle_btn span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
}

/* menu move keyframes */
header#hd nav {
    animation: SlideOut 1.4s;
    top: -100vh;
    transition: all 0.6s;
}

.open header#hd nav {
    animation: SlideIn .4s;
    top: 0;
    transition: all 0.6s;
}

@media screen and (max-width: 1680px) {
    header#hd .toggle_btn {
        right: 20px;
    }
}

@media screen and (max-width: 1399px) {
    header#hd .anchorlist li {
        margin-left: 3vw;
    }

    header#hd .anchorlist li:first-child {
        margin-left: 30px;
    }
}


@media screen and (max-width: 1199px) {
    header#hd .anchorlist li {
        font-size: 1.4rem;
    }

    header#hd .anchorlist li:first-child {
        margin-left: 40px;
    }





    header#hd #navArea nav .hdNav {
        margin-bottom: 25px;
    }



}

@media screen and (max-width: 1030px) {
    .anchorlist{
        display: none!important;
    }
        header#hd .pcOnly .list {
        position: absolute;
        right: 18.5vw;
    }
}

@media screen and (max-width: 764px) {
    
    header#hd {
        height: 20vw;
        min-height: 50px;
    }
    header#hd #navArea nav .logo a {
        width: 24.6%;
        max-width: 185px;
        margin: 0 auto;
    }

    header#hd .inner {
        height: 20vw;
        min-height: 50px;
    }

    header#hd .pcOnly .list {
        position: absolute;
        right: 18.5vw;
    }

    header#hd .list li {
        margin-left: 4vw;
    }

    header#hd .list li:first-child {
        margin-left: 0;
    }

    header#hd .list li:nth-child(1) img {
        width: 10vw;
    }

    header#hd .list li:nth-child(2) img {
        width: 6.6vw;
    }

    header#hd .list li:nth-child(3) img {
        width: 13vw;
    }

    header#hd .list li:nth-child(4) img {
        width: 10.7vw;
    }

    header#hd .pcOnly .anchorlist {
        display: none;
    }

    header#hd .hd_logo {
        width: 13.5vw;
        top: 0;
        bottom: 0;
        left: 7vw;
        position: absolute;
        margin: auto;
        display: flex;
        align-items: center;
    }

    header#hd .toggle_btn {
        right: 3.7%;
        top: 6.6vw;
        width: 8.1vw;
        height: 5vw;
    }

    header#hd .toggle_btn span {
        width: 8.1vw;
        height: 0.75vw;
    }

    header#hd .toggle_btn span:nth-child(1) {
        top: 1vw;
    }

    header#hd .toggle_btn span:nth-child(2) {
        top: 3vw;
    }

    header#hd .toggle_btn span:nth-child(3) {
        top: 4.8vw;
    }

    .open header#hd .toggle_btn span:nth-child(1) {
        top: 2.25vw;
    }

    .open header#hd .toggle_btn span:nth-child(3) {
        top: 2.25vw;
    }

    header#hd #navArea .hdNav_container {
        width: 87.2%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    header#hd #navArea .hdNav_left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header#hd #navArea .hdNav_left .logo {
        width: 100%;
    }

    header#hd #navArea .hdNav_left .logo a {
        display: block;
    }

    header#hd #navArea .hdNav_left .logo a img {
        width: 100%;
        display: block;
    }

    header#hd #navArea .hdNav_right {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    header#hd #navArea .hdNav_right .hdNav:first-child {
        width: 43.27%;
        display: flex;
        flex-direction: column;
    }

    header#hd #navArea .hdNav_right .hdNav:last-child {
        width: 52.73%;
        display: flex;
        flex-direction: column;
    }

    header#hd #navArea nav .hdNav li a,
    header#hd #navArea nav .hdNavSub li a,header#hd #navArea nav .hdNav li div.disabled {
        padding-left: 0px;
        position: relative;
    }

    header#hd #navArea nav .hdNav li a:before,
    header#hd #navArea nav .hdNavSub li a:before,header#hd #navArea nav .hdNav li div.disabled:before {
        content: "▶︎";
        position: relative;
        margin-right: 10px;
        font-size: 1.6vw;
        line-height: 3rem;
        vertical-align: middle;
        top: -2px;
    }

    .open header#hd nav {
        align-items: flex-start;
    }
}

@media screen and (max-width: 899px) {
    header#hd #navArea nav .logo {
        margin-bottom: 25px;
    }

    header#hd #navArea nav .hdNav li,
    header#hd #navArea nav .hdNavSub li {
        font-size: 2vw;
        margin-bottom: 4.6vw;
    }

}

@media screen and (max-width: 749px) {
    header#hd #navArea nav .logo {
        margin-bottom: 25px;
    }

    header#hd #navArea nav .hdNav li,
    header#hd #navArea nav .hdNavSub li {
        font-size: 3.7vw;
        margin-bottom: 4.6vw;
    }


}


/*==================================
	footer
==================================*/
footer{
    padding-top: 114px;
    padding-bottom: 20px;
    background: #000000;
position: relative;
z-index: 1;
}

/* floating */
.floating .list {
    display: none;
}

@media screen and (max-width: 764px) {
    .floating {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        z-index: 30;
    }

    .floating .list {
        display: flex;
        width: 100%;
        height: 16vw;
        max-height: 80px;
        background: url("../img/floating_bg.jpg") center top no-repeat;
        background-size: cover;
    }

    .floating .list li {
        width: calc(33.33% - 1px);
        border-left: solid 1px;
        border-left-color: rgba(255, 255, 255, .2);
    }

    .floating .list li:nth-child(1) {
        width: 33.33%;
        border-left: none;
    }

    .floating .list li a {
        font-style: italic;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 3rem;
    }
}

@media screen and (max-width: 749px) {
    .floating .list li a {
        font-size: 4vw;
    }
}

footer .footer_flex01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

footer .footer_logo_container {
    width: 29.6%;
}

footer .footer_logo_container a img {
    width: 100%;
}

footer .footer_internet_list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer_internet_list01 .footer_internet_item {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

footer .footer_internet_list01 .footer_internet_item:nth-child(1) a {
    width: 69.3%;

}

footer .footer_internet_list01 .footer_internet_item:nth-child(2) a {
    width: 48.1%;

}

footer .footer_internet_list01 .footer_internet_item:nth-child(3) a {
    width: 90%;

}

footer .footer_internet_list01 .footer_internet_item:nth-child(4) a {
    width: 79.3%;

}

footer .footer_logo_title {
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}

footer .footer_flex02 {
    display: flex;
    justify-content: space-between;
}

footer .footer_flex02 .footer_bottom_logo {
    width: 72.2%;
}

footer .footer_flex02 .footer_internet_list01 {
    display: flex;
    justify-content: flex-start;
}

footer .footer_flex02 .footer_bottom_logo .footer_internet_item:nth-child(1) {
    width: 31.7%;
    margin-right: 7.1%;
}

footer .footer_flex02 .footer_bottom_logo .footer_internet_item img {
    width: 100%;
}

footer .footer_flex02 .footer_bottom_logo .footer_internet_item:nth-child(1) a {
    width: 100%;
}

footer .footer_flex02 .footer_bottom_logo .footer_internet_item:nth-child(2) {
    width: 30.7%;
}

footer .footer_flex02 .footer_bottom_logo .footer_internet_item:nth-child(2) a {
    width: 100%;
}

footer .footer_flex02 .footer_bottom_sns {
    width: 25.4%;
}

footer .footer_flex02 .footer_bottom_logo .caution {
    font-family: "Noto Sans JP", sans;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 10px;
    line-height: 2;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .sns_title {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    font-family: "Noto Sans JP", sans;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item:nth-child(2) {
    width: 15.6%;
    margin: 0;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item:nth-child(3) {
    width: 15.7%;
    margin: 0;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item:nth-child(4) {
    width: 15.3%;
    margin: 0;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item:nth-child(5) {
    width: 17.8%;
    margin: 0;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item a {
    width: 100%;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item img {
    width: 100%;
}

footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .copyright {
    margin-top: 15px;
    width: 100%;
    font-family: "Noto Sans JP", sans;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
}

@media screen and (max-width: 1099px) {
    footer .footer_flex01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 52px;
    }

    footer .footer_logo_container {
        width: 50.6%;
    }

    footer .footer_logo_container:nth-child(2) {
        margin-bottom: 30px;
    }

    footer .footer_logo_container a img {
        width: 100%;
    }

    footer .footer_internet_list01 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer .footer_internet_list01 .footer_internet_item {
        width: 50%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    footer .footer_internet_list01 .footer_internet_item:nth-child(1) a {
        width: 69.3%;

    }

    footer .footer_internet_list01 .footer_internet_item:nth-child(2) a {
        width: 46.1%;
        margin-left: 19%;
    }

    footer .footer_internet_list01 .footer_internet_item:nth-child(3) a {
        width: 90%;

    }

    footer .footer_internet_list01 .footer_internet_item:nth-child(4) a {
        width: 79.3%;
        margin-top: -14%;
        margin-left: 23%;
    }

    footer .footer_logo_title {
        font-family: "Noto Sans JP", sans;
        font-weight: 700;
        font-size: 3.2vw;
        text-align: center;
        margin-bottom: 10px;
    }

    footer .footer_flex02 {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    footer .footer_flex02 .footer_bottom_logo {
        width: 79%;
        margin: 0 auto;
    }

    footer .footer_flex02 .footer_internet_list01 {
        display: flex;
        justify-content: flex-start;
    }

    footer .footer_flex02 .footer_bottom_logo .footer_internet_item:nth-child(1) {
        width: 48.7%;
        margin-right: 4.1%;
                margin-bottom: 17px;
    }

    footer .footer_flex02 .footer_bottom_logo .footer_internet_item img {
        width: 100%;
    }

    footer .footer_flex02 .footer_bottom_logo .footer_internet_item:nth-child(1) a {
        width: 100%;
    }

    footer .footer_flex02 .footer_bottom_logo .footer_internet_item:nth-child(2) {
  width: 45.7%;
        position: relative;
        left: 7%;
              margin-bottom: 17px;
    }

    footer .footer_flex02 .footer_bottom_logo .footer_internet_item:nth-child(2) a {
        width: 100%;
        margin-left: 0;
    }

    footer .footer_flex02 .footer_bottom_sns {
     width: 55%;
          margin: 0 auto 65px;
    }

    footer .footer_flex02 .footer_bottom_logo .caution {
        font-family: "Noto Sans JP", sans;
        font-weight: 500;
        font-size: 2.6vw;
        text-align: left;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .sns_title {
        width: 100%;
        margin-bottom: 15px;
        display: block;
        font-family: "Noto Sans JP", sans;
        font-weight: 700;
     font-size: 3.2vw;
        text-align: left;
    }

    footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item:nth-child(2) {
        width: 15.6%;
          margin-left: 4%;
    }

    footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item:nth-child(3) {
         width: 14.7%;
        margin-left: -4%;
    }
   footer .footer_bottom_sns  .footer_internet_list01 .footer_internet_item:nth-child(4) a {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item:nth-child(4) {
        width: 15.3%;
        margin: 0;
    }

    footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item:nth-child(5) {
        width: 17.8%;
        margin: 0;
    }
   footer .footer_bottom_sns  .footer_internet_list01 .footer_internet_item:nth-child(5) a {
        width: 100%;
margin-top: -4%;
        margin-left: -29%;
    }
    footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item a {
        width: 100%;
    }

    footer .footer_flex02 .footer_bottom_sns .footer_internet_list01 .footer_internet_item img {
        width: 100%;
    }

    footer .footer_flex02 .copyright {
  margin-top: 39px;
        width: 100%;
        font-family: "Noto Sans JP", sans;
        font-weight: 500;
        font-size: 2.6vw;
        text-align: center;
    }
footer {
    padding-top: 45px;
    padding-bottom: 20px;
    background: #000000;
}
}
