@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;/*スクロールをゆっくりする*/
}

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;
    font-weight: 500;
    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: 8%;
    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;
    font-size: 1.1vw;
    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;
}
/*main*/
/*タイトル*/
.list-box ul {
    display: flex;
    padding-top: 1%;
    padding-left: 74%;
    background-color: #FAFAFA;
}

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

.list-box ul li::after {
    content: " > " ;
    color: #223BBC;
}

.list-box ul li:nth-of-type(2)::after {
    content: "";
}

.list-box ul li:nth-child(2) {
    display: block;
    margin-left: 1%;
}


.list-box ul li a {
    color: #223BBC;
    font-size: 1.2vw;
    text-decoration: none;
}

main section h2 {
    padding-top: 0.7%;
    padding-left: 8.5%;
    padding-bottom: 3%;
    color: #222;
    font-size: 2.8vw;
    background-color: #FAFAFA;
}

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

.container-box {
    width: 89%;
    margin-top: 2.5%;
}

.img-box1 {
    display: block;
    width: 70%;
    margin-left: 11.5%;
}

.container-box p {
    margin-top: 3.3%;
    font-size: 1.3vw;
}

/*下二つの箱*/
.parent-box {
    display: flex;
    margin-top: 6.2%;
}

.parent-child-box:nth-of-type(1) {
    width: 45.5%;
    margin-right: 4%;
}

.parent-child-box:nth-of-type(2) {
    width: 45.5%;
}

.parent-child-box section {    
    margin-bottom: 5%;
    border-radius: 5px;
    border: 1px solid #d8d7d7;
}

.parent-child-box h3 {
    padding: 5%;
    border-bottom: 1px solid #d8d7d7;
    background-color: #EFF9FF;
}

.parent-child-box h3 a {
    text-decoration: none;
}

.parent-child-box h3:nth-of-type(1) a {
    color: #222;
    font-size: 1.3vw;
    font-weight: 600;
}

.parent-child-box h3:nth-of-type(1) a:hover{
    color: #EC9121;
}

.parent-child-box h3:nth-of-type(1) a:hover i {
    color: #EC9121;
}

.parent-child-box .fa-circle-chevron-right {
    margin-right: 2%;
    color: #223BBC;
    font-size: 1.3vw;
}

.parent-child-box .fa-folder-open {
    margin-left: 2%;
    color: #223BBC;
    font-size: 1.3vw;
}

.parent-child-box h4 {
    height: 5vw;
    padding: 5%;
    font-size: 1.3vw;
    font-weight: 500;
}

.parent-child-box:nth-of-type(2) h4:nth-of-type(2) {
    margin-top: -17%;
    height: 4%;
}

.parent-child-box:nth-of-type(2) h4:nth-of-type(2) a:hover {
    color: #EC9121;
}

.parent-child-box:nth-of-type(2) h4:nth-of-type(2) a:hover i {
    color: #EC9121;
}

.parent-child-box h4 a {
    color: #223BBC;
}

.parent-child-box .fa-chevron-right {
    margin-right: 4%;
    color: #223BBC;
}

.parent-child-box h4:nth-of-type(1) a:hover{
    color: #EC9121;
}

.parent-child-box h4:nth-of-type(1) a:hover i {
    color: #EC9121;
}

/*三つ目の箱*/
.container-box:nth-of-type(2) {
    width: 24.5%;
}

.container-box a {
    text-decoration: none;
}

.container-box ul li {
    list-style-type: none;
}

/*3-1*/
.child-box2 {
    border-radius: 5px;
    border: 1px solid #c1c1c1;
}

/*写真*/
.child-box2 img {
    display: block;
    width: 79%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
}

/*1つ目ログイン*/
.login-flex-box .child-box2:nth-of-type(1) a:nth-of-type(1) {
    display: block;
    width: 80%;
    padding: 6%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    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-flex-box .child-box2:nth-of-type(1) a:nth-of-type(1):hover {
    background: rgb(255,192,0);
    background: linear-gradient(90deg, rgba(255,192,0,1) 100%, rgba(255,157,0,1) 100%);
}

.login-flex-box .child-box2:nth-of-type(1)  a:nth-of-type(1) i {
    margin-right: 5%;
    color: #fff;
    font-size: 1.1vw;
}

.login-flex-box .child-box2:nth-of-type(1)  a:nth-of-type(1) span {
    color: #fff;
    font-size: 1.33vw;
    font-weight: 600;
    text-align: center;
}

/*1つ目ログイン下*/
.login-flex-box .child-box2:nth-of-type(1)  a:nth-of-type(2) {
    display: block;
    margin-top: 3%;
    padding-bottom: 3%;
}

.login-flex-box .child-box2:nth-of-type(1) a:nth-of-type(2) i {
    margin-left: 10%;
    margin-right: 2%;
    color: #223BBC;
    font-size: 1.1vw;
}

.login-flex-box .child-box2:nth-of-type(1) a:nth-of-type(2) span {
    color: #222;
    font-size: 1.2vw;
    font-weight: 600;
    text-align: center;
}

.login-flex-box .child-box2:nth-of-type(1) a:nth-of-type(2):hover i {
    color: #EC9121;
}

.login-flex-box .child-box2:nth-of-type(1) a:nth-of-type(2):hover span {
    color: #EC9121;
}

/*2つ目ログイン*/
.login-flex-box .child-box2:nth-of-type(2) a:nth-of-type(1) {
    display: block;
    width: 80%;
    padding: 6%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    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-flex-box .child-box2:nth-of-type(2) a:nth-of-type(1):hover {
    background: rgb(255,192,0);
    background: linear-gradient(90deg, rgba(255,192,0,1) 100%, rgba(255,157,0,1) 100%);
}

.login-flex-box .child-box2:nth-of-type(2) a:nth-of-type(1) i {
    margin-right: 5%;
    color: #fff;
    font-size: 1.1vw;
}

.login-flex-box .child-box2:nth-of-type(2) a:nth-of-type(1) span{
    color: #fff;
    font-size: 1.33vw;
    font-weight: 600;
    text-align: center;
}

/*2つ目ログイン下*/
.login-flex-box .child-box2:nth-of-type(2) a:nth-of-type(2) {
    display: block;
    margin-top: 3%;
    padding-bottom: 3%;
}

.login-flex-box .child-box2:nth-of-type(2) a:nth-of-type(2) i {
    margin-left: 10%;
    margin-right: 2%;
    color: #223BBC;
    font-size: 1.1vw;
}

.login-flex-box .child-box2:nth-of-type(2) a:nth-of-type(2) span {
    color: #222;
    font-size: 1.2vw;
    font-weight: 600;
    text-align: center;
}

.login-flex-box .child-box2:nth-of-type(2) a:nth-of-type(2):hover i {
    color: #EC9121;
}

.login-flex-box .child-box2:nth-of-type(2) a:nth-of-type(2):hover span {
    color: #EC9121;
}


/*みなトク画像*/
.child-box3 {
    margin-top: 3%;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
}
.child-box3 a {
    display: block;
    margin: 3%;
    text-align: center;
}

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

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

/*店舗案内*/
.child-box3-box {
    padding-bottom: 4%;
    border-top: 1px solid #c1c1c1;
    background-color: #FDF8DD;
}

.child-box3-box a {
    display: block;
    width: 80%;
    padding: 6%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    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%);
}

.child-box3-box 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%);
}

.child-box3-box a i {
    margin-left: 4%;
    margin-right: 2%;
    color: #fff;
    font-size: 1.1vw;
}

.child-box3-box a span {
    color: #fff;
    font-size: 1.2vw;
    text-align: center;
}

/*採用について*/
.child-box4 {
    margin-top: 5%;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
}

.child-box4 h4 {
    height: 50%;
    color: #fff;
    font-size: 1.2vw;
    font-weight: 600;
    text-align: center;
    background-color: #223BBC;
}

.child-box4 li {
    line-height: 2.5;
    list-style-type: none;
    border-top: 1px solid #c1c1c1;
}

.child-box4 .fa-circle-chevron-right {
    color: #223BBC;
    margin-left: 4%;
    margin-right: 5%;
}

.child-box4 a {
    text-decoration: none;
}

.child-box4 span {
    color: #222;
    font-size: 1.2vw;
    font-weight: 600;
    text-decoration: none;
}

.child-box4 a:hover span {
    color: #EC9121;
}

.child-box4 .fa-folder-open {
    color: #223BBC;
    margin-left: 4%;
}

.child-box4 a:hover i {
    color: #EC9121;
}

/*よくある質問*/
.child-box5 {
    margin-top: 5%;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    background-color: #FEFBEA;
}

.child-box5 a:nth-of-type(1) {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.child-box5 a:nth-of-type(1) i {
    color: #223BBC;
    font-size: 1.3vw;
}

.child-box5 a:nth-of-type(1) span {
    color: #223BBC;
    font-size: 1.2vw;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.child-box5 a:hover i {
    color: #EC9121;
}

.child-box5 a:hover span {
    color: #EC9121;
}

/*一番下文字*/
.child-box6 a {
    display: block;
    margin-top: 3%;
    margin-left: 5%;
    color: #223BBC;
    font-size: 1.3vw;
    font-weight: 500;
    text-decoration: none;
}

.child-box6 i {
    margin-right: 1%;
}

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

/*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;
}

.footer-flex-box2 ul li a:hover {
    color: #EC9121;
}

/*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%;
    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;
}