@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Noto_Sans_JP';
    src: url(../font/Noto_Sans_JP/static/NotoSansJP-Medium.ttf);
}

/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}*/

html {
    scroll-behavior: smooth;/*スクロールをゆっくりする*/
}

body {
    font-family: 'Noto_Sans_JP';
}

header {
    display: flex;
}

h1 {
    width: 17%;
    margin-left: 5.5%;
    margin-top: 2%;

}

h1 img {
    width: 105%;
    height: 80%;
}

/*nav*/
nav {
    width: 100%;
    margin-top: 1%;
}

.header-nav-box {
    display: flex;
}

.header-nav-box ul {
    display: flex;
    width: 36.2%;
    margin-left: auto;
}

.header-nav-box ul li { 
    width: calc( 100% / 3 );
    list-style-type: none;
}

.header-nav-box ul li a {
    display: block;
    width: fit-content;
    font-size: 0.95vw;
    list-style: 2;
    color: #222;
    text-decoration: none;
    text-align: center;
}

/*map-nav*/
.map span {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.map a {
    padding: 20% 10% 8%;
}

.map a:hover i {
    color: #fff;
}

.map a:hover span {
    color: #fff;
}

.map a:hover {
    border-radius: 3px;
    background-color: #223BBC;
}

.map i {
    position: relative;
    top: -0.5vw;
    font-size: 1.5vw;
    color: #223BBC;
}

/*question-nav*/
.question span {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.question a {
    padding: 20% 10% 8%;
}

.question a:hover i {
    color: #fff;
}

.question a:hover span {
    color: #fff;
}

.question a:hover {
    border-radius: 3px;
    background-color: #223BBC;
}

.question i {
    position: relative;
    top: -0.5vw;
    font-size: 1.5vw;
    color: #223BBC;
}

/*search-nav*/
.search span {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.search a {
    padding: 20% 25% 8%;
}

.search a:hover i {
    color: #fff;
}

.search a:hover span {
    color: #fff;
}

.search a:hover {
    border-radius: 3px;
    background-color: #223BBC;
}

.search i {
    position: relative;
    top: -0.5vw;
    font-size: 1.5vw;
    color: #223BBC;
}

/*login*/
.login-box {
    width: 11.5%;
    margin-top: 1.5%;
    margin-right: 6.5%;
}

.login-box a {
    display: block;
    padding: 10%;
    font-size: 1.1vw;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: rgb(255,192,0);
    background: linear-gradient(90deg, rgba(255,192,0,1) 19%, rgba(255,157,0,1) 100%);
}

.login-box a:hover {
    background: rgb(255,192,0);
    background: linear-gradient(90deg, rgba(255,192,0,1) 100%, rgba(255,157,0,1) 100%);
}

.login-box i {
    margin-right: 10%;
    color: #fff;
    font-size: 1.1vw;
}

.login-box span {
    color: #fff;
    text-align: center;
}

/*header下一つ目*/
.loop-box {
    width: 87.5%;
    margin-top: 0.8%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2%;
    color: red;
    font-size: 1.7vw;
    font-weight: 1000;
    border: 1px solid red;
    border-radius: 5px;
    background-color: #FDF4F9;
    overflow: hidden;
}

.loop-child-box {
    display: flex;
}

.loop-child-box p {
    white-space : nowrap;
}

.loop-child-box p:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop-child-box p:last-child {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.nav-box2 {
    background-color: #223BBC;
}

.nav-box2 ul {
    display: flex;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3%;
    border-right: 1px solid #fff;
    background-color: #223BBC;
}

.nav-box2 ul li {
    width: calc( 100% / 4 );
    list-style-type: none;
    border-left: 1px solid #fff;
}

.nav-box2 ul li a {
    display: block;
    padding: 5%;
    font-size: 1.15vw;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

/*.nav-box2 hover*/
.nav-box2 ul li:hover a {
    color: #223BBC;
    background-color: #fff;
}

/*header下二つ目*/
.nav-box3 ul {
    display: flex;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.nav-box3 ul li {
    width: calc( 100% / 7 );
    list-style-type: none;
}

.nav-box3 ul li a {
    display: block;
    padding-top: 9%;
    padding-bottom: 5%;
    font-size: 1.15vw;
    font-weight: 800;
    color: #223BBC;
    text-align: center;
    text-decoration: none;
}

/*smartで使うものなので領域事消した*/
.nav-box3 .fa-chevron-right {
    display: none;
}

.nav-box3 .fa-chevron-down {
    display: block;
    font-size: 0.9vw;
}

/*.nav-box3 hover*/
.nav-box3 ul li:hover {
    background-color: #F4F4F4;
}

/*main-visual*/
.main-visual img {
    display: block;
    width: 70%;
    margin-right: auto;
}

.main-visual {
    background-color: #009fe3;
}

.main-visual2 img {
    display: block;
    width: 70%;
    margin-right: auto;
}

.main-visual2 {
    background-color: #0C3BBC;
}

.main-visual-container {
    position: relative;
}

/*main-visual-img hover*/
.main-visual:hover {
    opacity: 0.8;
}

.main-visual2:hover {
    opacity: 0.8;
}

/*position*/
.position-box {
    position: fixed;
    width: 5%;
    margin-top: 1%;
    right: 0;
    z-index: 100;
}

.position-box li {
    margin-top: 3%;
    color: #fff;
    list-style-type: none;
    background: rgb(255,192,0);
    background: linear-gradient(90deg, rgba(255,192,0,1) 0%, rgba(255,157,0,1) 58%);
}

.position-box li a {
    display: block;
    padding-top: 25%;
    padding-bottom: 25%;
    color: #fff;
    text-decoration: none;
}

.position-box i {
    display: block;
    font-size: 1.5vw;
    text-align: center;
}

.position-box li a:hover {
    color: #FFB513;
    background-color: #fff;
}

/*main-visual-nav*/
.main-visual-nav {
    display: block;
    position: absolute;
    top: 5%;
    left: 69.5%;
    width: 25%;
    border-radius: 3px;
    background-color: rgba(63, 125, 180, 0.5);
}

.main-visual-nav-child-box {
    width: 85%;
    margin-top: 4.5%;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
}

.main-visual-nav-child-box p:nth-child(1) {
    font-size: 1.19vw;
    font-weight: 800;
    width: 90%;
    margin: 0 auto;
}

.main-visual-nav-child-box p:nth-child(2) {
    display: block;
    margin-top: -1.1%;
    font-size: 0.9vw;
}

.main-visual-nav-child-box p:nth-child(3) a {
    display: block;
    padding: 5%;
    margin: 3% auto 3%;
    color: #fff;
    font-size: 1.65vw;
    font-weight: 500;
    letter-spacing: 3px;
    text-decoration: none;
    border-radius: 3px;
    background: rgb(255,192,0);
    background: linear-gradient(90deg, rgba(255,192,0,1) 19%, rgba(255,157,0,1) 100%);
}

.main-visual-nav-child-box p:nth-child(3) a:hover {
    background: rgb(255,192,0);
    background: linear-gradient(90deg, rgba(255,192,0,1) 100%, rgba(255,157,0,1) 100%);
}

.main-visual-nav-child-box p:nth-child(4) a {
    display: block;
    margin-bottom: 3%;
    font-size: 1.19vw;
    text-decoration: none;
}

.main-visual-nav-child-box p:nth-child(4) a:hover {
    opacity: 0.5;
}

.main-visual-nav-child-box p:nth-child(4) span {
    font-style: normal;
    color: #222;
    font-size: 1.19vw;
}

.fa-wifi {
    font-size: 1.2vw;
}

.main-visual-nav-child-box2 ul {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.main-visual-nav-child-box2 ul li {
    width: calc( 100% / 2 );
    margin-left: 1%;
    margin-right: 1%;
    list-style-type: none;
}

.main-visual-nav-child-box2 ul li a {
    display: block;
    padding: 8%;
    font-size: 1vw;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    background: rgb(78,153,243);
    background: linear-gradient(90deg, rgba(78,153,243,1) 0%, rgba(50,119,203,1) 0%, rgba(36,64,191,1) 100%);
}

.main-visual-nav-child-box2 ul li a:hover {
    background: rgb(78,153,243);
    background: linear-gradient(90deg, rgba(78,153,243,1) 0%, rgba(80,158,246,1) 0%, rgba(59,114,220,1) 100%);
}

.main-visual-nav-flex-box {
    display: flex;
    margin-top: 3%;
}

.main-visual-nav-flex-box i {
    display: block;
    text-align: center;
    font-size: 1.5vw;
}

.main-visual-nav-flex-box span {
    display: block;
    margin-top: 3%;
    text-align: center;
}

.main-visual-nav-flex-box2 {
    display: flex;
    margin-top: 2%;
    margin-bottom: 3%;
}

.main-visual-nav-flex-box2 i {
    display: block;
    text-align: center;
    font-size: 1.5vw;
}

.main-visual-nav-flex-box2 span {
    display: block;
    margin-top: 3%;
    text-align: center;
}

/*main-visual-banner*/
.main-visual-nav-child-box3 a:nth-last-of-type(1),.main-visual-nav-child-box3 a:nth-last-of-type(2),.main-visual-nav-child-box3 a:nth-last-of-type(3),.main-visual-nav-child-box3 a:nth-last-of-type(4),.main-visual-nav-child-box3 a:nth-last-of-type(5) {
    display: none;
}

.main-visual-nav-child-box3 {
    display: flex;
    position: absolute;
    top: 110%;
}

.main-visual-nav-child-box3 a:hover {
    opacity: 0.5;
}

.main-visual-nav-child-box3 img {
    width: 100%;
}

.main-visual-nav-child-box3 .fa-chevron-left {
    margin-top: 15%;
    margin-right: 3%;
    color: #fff;
    font-size: 2.5vw;
}

.main-visual-nav-child-box3 .fa-chevron-right {
    margin-top: 15%;
    margin-left: 3%;
    color: #fff;
    font-size: 2.5vw;
}

/*main*/
/*スクロールボタン*/
.scroll-button {
    opacity: 0.8;
    position: fixed;
    width: 5%;
    height: 5%;
    top: 89%;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.main-box {
    background-color: #FCEFF0;
}

.main-box p a {
    margin-left: 5.5%;
    font-style: normal;
    color: red;
    text-decoration: none;
}

.main-box p a:hover {
    opacity: 0.5;
}

.main-box p:nth-child(1) a {
    line-height: 4;
    font-weight: 800;
    font-size: 1.3vw;
}

.main-box .fa-folder-open {
    margin-left: 0.7%;
}

.main-box p:nth-child(2) a {
    line-height: 3;
    font-size: 1.3vw;
}

.main-box .fa-circle-exclamation {
    margin-right: 0.7%;
    font-size: 1.75vw;
}

/*section1*/
.section-box1 {
    padding: 3.1%;
    background-color: #EFF9FF;
}

.section-box1 h2 {
    margin-bottom: 3.2%;
    font-size: 1.88vw;
    text-align: center;
}

.section-child-box {
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.section-child-box p {
    width: 95%;
}

.section-child-box a {
    display: block;
    width: ( 100% / 6 );
    margin-top: 3%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 3%;
    color: #222;
    font-size: 1.2vw;
    font-style: normal;
    text-decoration: none;
    border-radius: 3px;
    background-color: #fff;
}

.section-child-box i {
    display: block;
    text-align: center;
    margin-top: 25%;
    position: relative;
    font-size: 3.2vw;
    color: #223BBC;
}

.section-child-box span {
    display: block;
    text-align: center;
    margin-top: 23%;
    margin-bottom: 15%;
}

.section-child-box p:nth-child(3) span {
    display: block;
    margin-top: 10%;
    white-space: pre-wrap;
}

/*hover*/
.section-child-box a:hover i {
    color: #fff;
}

.section-child-box a:hover span {
    color: #fff;
}

.section-child-box a:hover {
    border-radius: 3px;
    background-color: #223BBC;
}

/*section一番下*/
.section-child-box2 {
    display: flex;
    width: 95%;
    margin-top: 1.4%;
    margin-left: auto;
    margin-right: auto;
}

.section-child-box2 h3 {
    position: relative;
    width: 13.5%;
    padding: 2%;
    margin-left: 0.2%;
    margin-right: 0.4%;
    color: #fff;
    font-style: normal;
    font-size: 1.3vw;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    background-color: #223BBC;
}

.section-child-box2 h3::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #223BBC;
}

.section-child-box2 p {
    width: 30%;
    background-color: #fff;
}

.section-child-box2 a {
    display: block;
    margin: 4%;
    padding: 1%;
    color: #223BBC;
    font-style: normal;
    text-decoration: none;
}

.section-child-box2 p:nth-of-type(2) a {
    border-left: 1px solid #E1E1E1;
}

.section-child-box2 p:nth-of-type(3) a {
    border-left: 1px solid #E1E1E1;
}

.section-child-box2 a:hover {
    color: #EC9121;
}

.section-child-box2 span {
    display: inline-block;
    margin-left: 25%;
    margin-bottom: 1%;
    font-size: 1.5vw;
}

.section-child-box2 i {
    display: inline-block;
    margin-top: 1%;
    margin-left: 3%;
    font-size: 2.5vw;
}


/*section2*/
.section-box2 {
    padding: 3.3%;
    background-color: #F6F6F6;
}

.section-box2 h2 {
    margin-bottom: 2.5%;
    font-size: 1.88vw;
    text-align: center;
}

.section-box2-flex {
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5%;
    box-shadow: 5px 5px 30px #cbcbcb;
}

.section-box2-flex p {
    width: 95%;
}

.section-box2-flex a {
    display: block;
    width: ( 100% / 6 );
    padding: 7%;
    text-decoration: none;
    background-color: #fff;
    border-left: 0.5px solid #E1E1E1;
}

.section-box2-flex p:nth-of-type(1) a {
    border-left: none;
}

.section-box2-flex i {
    display: block;
    text-align: center;
    margin-top: 20%;
    position: relative;
    font-size: 3.2vw;
    color: #223BBC;
}

.section-box2-flex span {
    display: block;
    margin-top: 20%;
    margin-bottom: 32%;
    color: #222;
    font-size: 1.25vw;
    font-weight: 800;
    text-align: center;
}

.section-box2-flex a:hover i {
    color: #fff;
}

.section-box2-flex a:hover span {
    color: #fff;
}

.section-box2-flex a:hover {
    background-color: #223BBC;
}

/*section3*/
.section-box3 {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #223BBC;
}

.section-box3 h2 {
    color: #fff;
    margin-bottom: 2.5%;
    font-size: 1.88vw;
    text-align: center;
}

.section-box3-container {
    display: flex;
    overflow: hidden;
}

.section-box3-flex {
    display: flex;
    animation: loop-img 10s linear infinite;
}

@keyframes loop-img {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.section-box3-container:hover .section-box3-flex {
    animation-play-state: paused;
}

.section-box3-child {
    width: 30vw;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    margin-right: 2%;
}

.section-box3-child a {
    display: block;
    text-decoration: none;
}

.section-box3-child a:hover {
    opacity: 0.5;
}

.section-box3-child img {
    width: 100%;
}

.section-box3-child span {
    display: block;
    color: #fff;
    font-size: 1vw;
    white-space: pre-wrap;
}

.section-box3-child span:nth-of-type(1) {
    width: 30%;
    text-align: center;
    border-radius: 5px;
    background-color: #485fce;
}

.section-box3-child span:nth-of-type(2) {
    font-size: 1.4vw;
    font-weight: 500;
}

.section-box8:hover .loop-bnr {
    animation-play-state: paused;
}

/*section4*/
.section-box4 {
    position: relative;
    padding: 2.95%;
    background-color:#EEE4D4;
}

.section-box4 h2 {
    color: #222;
    margin-bottom: 4%;
    font-size: 1.88vw;
    text-align: center;
}

.section-box4-flex {
    display: flex;
    width: 91.5%;
    margin-left: auto;
}

.section-box4-flex:nth-of-type(2) {
    margin-bottom: 2.25%;
}

.section-box4-flex img {
    width: 8%;
    height: 1%;
    margin-top: 3%;
    margin-right: 3%;
}

.section-box4-flex p {
    margin: 3%;
}

.section-box4-flex:nth-of-type(1) a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12%;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 800;
    text-decoration: none;
    border-radius: 5px;
    background: rgb(78,153,243);
    background: linear-gradient(90deg, rgba(78,153,243,1) 0%, rgba(50,119,203,1) 0%, rgba(36,64,191,1) 100%);
}

.section-box4-flex:nth-of-type(1) a:hover {
    background: rgb(78,153,243);
    background: linear-gradient(90deg, rgba(78,153,243,1) 0%, rgba(80,158,246,1) 0%, rgba(59,114,220,1) 100%);
}

.section-box4-flex:nth-of-type(2) a {
    display: block;
    text-align: center;
    width: 146%;
    padding: 19%;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 800;
    text-decoration: none;
    border-radius: 5px;
    background: rgb(78,153,243);
    background: linear-gradient(90deg, rgba(78,153,243,1) 0%, rgba(50,119,203,1) 0%, rgba(36,64,191,1) 100%);
}

.section-box4-flex:nth-of-type(2) a:hover {
    background: rgb(78,153,243);
    background: linear-gradient(90deg, rgba(78,153,243,1) 0%, rgba(80,158,246,1) 0%, rgba(59,114,220,1) 100%);
}

.img-box {
    position: absolute;
    width: 41.3%;
    top: 0;
    left: 52%;
}

/*section5*/
.section-box5 {
    padding: 3.1%;
    background-color: #F6F6F6;
}

.section-box5 h2 {
    color: #222;
    margin-bottom: 3.5%;
    font-size: 1.88vw;
    text-align: center;
}

/*Q*/
.section-box5-child {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}


.section-box5-child p {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}

.section-box5-child a {
    text-decoration: none;
}

.section-box5-child img {
    width: 5%;
    vertical-align: bottom;
} 

.section-box5-child span {
    margin-left: 2%;
    color: #223BBC;
    font-size: 1.29vw;
}

.section-box5-child a:hover span {
    color: #EC9121;
    border-bottom: 1px solid #EC9121;;
}

/*section5の下*/
.section-box5-flex {
    display: flex;
    width: 96%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
}

.section-box5-flex p {
    width: calc( 100% / 5 );
}

.section-box5-flex a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 113%;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #fff;
}

.section-box5-flex i {
    margin-top: 20%;
    font-size: 3.2vw;
    color: #223BBC;
}

.section-box5-flex span:nth-of-type(1) {
    display: block;
    margin-top: 10%;
    color: #223BBC;
    font-size: 1.2vw;
    font-weight: 800;
    white-space: pre-wrap;
}

.section-box5-flex span:nth-of-type(2) {
    color: #222;
    font-size: 1.2vw;
    font-weight: 800;
}

.section-box5-flex a:hover i {
    color: #fff;
}

.section-box5-flex a:hover span {
    color: #fff;
}

.section-box5-flex a:hover {
    background-color: #223BBC;
}

/*よくある質問ポタン*/
.section-box5-flex + p {
    width: 28.5%;
    margin-top: 6.2%;
    margin-left: auto;
    margin-right: auto;
}

.section-box5-flex + p a {
    display: block;
    line-height: 3;
    text-align: center;
    color: #222;
    font-size: 1.6vw;
    font-weight: 800;
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #E9E9E9;
    box-shadow: 0px 10px 3px -8px #cbcbcb;
    transition: 0.5;
}

.section-box5-flex + p a:hover{
    color: #fff;
    background-color: #223BBC;
    transition: 0.5;
}

/*section-box6*/
.section-box6 {
    display: flex;
    width: 89%;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap:0 1px;
}
    
.tab-label {
    margin-bottom: 3%;
    color: #222;
    font-size: 1.5vw;
    font-weight: 600;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #223BBC;
	padding: 1% 1%;
    order: -1;/*横並びの中で順序を決めている。*/
    flex: 1;/*領域に収めるために、どのように伸長・収縮させるか*/
    text-align: center;
}

.tab-content {
    width: 100%;
	display: none;
    /*触ってるところ以外は消した*/
}

.tab-switch:checked+.tab-label {/*checkボタン時にラベルがどう表示されるか*/
    color: #223BBC;
    border-left: 1px solid #223BBC;
    border-right: 1px solid #223BBC;
    border-top: 1px solid #223BBC;
    border-bottom: none;
}

.tab-switch:checked+.tab-label+.tab-content {
	display: block;/*触ると開くようにした*/
}

.tab-switch {
	display: none;/*チェックボタン消した*/
}

.section-box6 time {
    color: #222;
    font-size: 1.29vw;
    font-weight: 500;
}

.section-box6 ul li{
    margin-bottom: 2%;
    list-style: none;
    border-bottom: 1px solid #c8c8c8;
}

.section-box6 ul li a {
    text-decoration: none;
}

.section-box6 i {
    margin-right: 0.3%;
    margin-bottom: 2%;
    font-size: 1.2vw;
    color: #223BBC;
}

.section-box6 .fa-file-pdf {
    margin-left: 0.5%;
    color: red;
}

.section-box6 .fa-folder-open {
    margin-left: 0.5%;
    color: #223BBC;
}

.section-box6 span {
    color: #223BBC;
    font-size: 1.29vw;
    font-weight: 500;
}

.section-box6 ul li a:hover {
    color: #EC9121;
}

.section-box6 ul li a:hover span {
    color: #EC9121;
}

.section-box6 ul li a:hover .fa-file-pdf {
    color: #EC9121;
}

/*すべて見るボタン*/
.section-box6 p {
    width: 30%;
    margin-left: 85%;
    margin-bottom: 3%;
    text-align: center;
}

.section-box6 p a {
    color: #223BBC;
    font-size: 1.5vw;
    font-weight: 600;
    text-decoration: none;
}

.section-box6 p a i {
    font-size: 1.5vw;
    margin-right: 0.5%;
}

.section-box6 p a:hover {
    color: #EC9121;
}

/*section7*/
.section-box7 {
    padding: 1%;
    line-height: 2;
    background-color: #EFF9FF;
}

.section-box7 h3 {
    font-size: 1.4vw;
    margin-left: 5%;
}

.section-box7 a {
    font-size: 1.3vw;
    font-weight: 800;
    color: #223BBC;
    text-decoration: none;
}

/*矢印アイコン*/
.section-box7 .fa-circle-chevron-right {
    margin-right: 0.7%;
    margin-left: 5%;
    font-size: 1.3vw;
}

/*ファイルアイコン*/
.section-box7 .fa-folder-open {
    margin-left: 0.7%;
    font-size: 1.3vw;
}

.section-box7 a:hover {
    color: #EC9121;
}

/*section-box8*/
.section-box8 {
    display: flex;
    overflow: hidden;
    background-color: #F6F6F6;
}

.section-box8 ul li {
    list-style-type: none;
}

.section-box8 a {
    width: 25vw;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    margin-right: 0.5%;
    display: block;
}

.section-box8 a:hover {
    opacity: 0.5;
}

.section-box8 img {
    width: 100%;
}

.loop-bnr {
    display: flex;
    animation: loop-bnr 80s linear infinite;
}

@keyframes loop-bnr {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.section-box8:hover .loop-bnr {
    animation-play-state: paused;
}

/*section-box9*/
.section-box9 {
    display: flex;
    width: 89%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.section-box9 p {
    font-size: 1.3vw;
    font-weight: 600;
    margin-top: 1%;
    margin-bottom: 1%;
}

.section-box9 a {
    color: #222;
    text-decoration: none;
}

.section-box9 a:hover {
    opacity: 0.8;
}

.sns-box {
    display: flex;
    width: 17%;
    margin-left: auto;
}

.sns-box a {
    margin-left: 15%;
}

.sns-box img {
    width: 100%;
    margin-top: 20%;
}

.sns-box img:hover {
    opacity: 0.8;
}

/*footer1*/
.footer-container{
    padding: 3.3%;
    background-color: #F6F6F6;
}

.footer-flex-box{
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.footer-box {
    width: calc( 100% / 6 );
}

.footer-box  a:hover {
    color: #EC9121;
}

.footer-box:nth-child(1) {
    margin-right: 2%;
}

.footer-box:nth-child(2) {
    margin-right: 2%;
}

.footer-box:nth-child(3) {
    margin-right: 2%;
}

.footer-box:nth-child(4) {
    margin-right: 2%;
}

.footer-box:nth-child(5) {
    margin-right: 2%;
}

.footer-box h3 {
    margin-bottom: 10%;
    border-bottom: 1px solid #c8c8c8;
}

.footer-box h3 a {
    display: block;
    margin-bottom: 5%;
    font-size: 1.19vw;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.footer-box ul li {
    margin-top: 10%;
    list-style-type: none;
}

.footer-box ul li a {
    font-size: 1.1vw;
    color: #222;
    text-decoration: none;
}

/*footer2*/
.footer-flex-box2 ul{
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.footer-flex-box2 ul li {
    margin-bottom: 2%;
    padding-right: 1%;
    padding-left: 1%;
    line-height: 1;
    border-right: 1px solid #c8c8c8;
    list-style-type: none;
}

.footer-flex-box2 ul li a {
    font-size: 1.1vw;
    color: #222;
    text-decoration: none;
}


/*footer3*/
.footer-flex-box2 {
    display: flex;
}

.footer-flex-box2 p {
    margin-left: 3.5%;
    font-size: 1.1vw;
}

.footer-flex-box2:nth-of-type(4) {
    margin-top: 3%;
}

.footer-flex-box2:nth-of-type(4)  p:nth-of-type(1){
    font-size: 1.5vw;
}

/*footer-img*/
.footer-flex-box3 {
    display: flex;
    width: 87%;
    margin: 3% auto 3%;
}

.footer-flex-box3 a:hover {
    opacity: 0.5;
}

.footer-flex-box3 img {
    width: 100%;
    height: 5vw;
    vertical-align: bottom;
}

.footer-flex-box3 a:nth-child(1) {
    margin-right: 1%;
    width: 50%;
}

.footer-flex-box3 a:nth-child(2) {
    margin-right: 1%;
    width: 20%;
}

.footer-flex-box3 a:nth-child(3) {
    margin-top: 0.1%;
    margin-right: 3%;
    width: 16%;
}

.footer-flex-box3 a:nth-child(4) {
    margin-right: 1%;
    width: 36%;
}

.footer-flex-box3 a:nth-child(5) {
    margin-top: 0.1%;
    margin-right: 1%;
    width: 15%;
}

.footer-flex-box3 a:nth-child(6) {
    margin-top: 0.1%;
    width: 20%;
}

/*copy*/
footer p small {
    display: block;
    margin-bottom: 2%;
    text-align: center;
    font-size: 1vw;
    color: #222;
}