@charset "UTF-8";
@import url(default.css);

h1{ text-align: center; font-size: 36px; margin: 0px; padding: 0px; }
h2{ font-size: 32px; margin: 0px; padding: 0px; font-weight: bold; }
h3{ text-align: center; font-size: 28px; margin: 0px; padding: 0px; }
.defW{ max-width: 1170px; margin: 0px auto; }

.nodeco{ text-decoration: none; }
a:hover > img{
    cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

html body {
line-height: 1.629;
}


.is-fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0,178,169,0.8);
    text-align: center;
    padding: 10px 0px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.toplink a{ text-decoration: none; }



.GM{
    background-color: #5dc2b2;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
}

.navbar-default .navbar-nav > li > a{
    color:#FFF;
    text-decoration: none;
    width: 147px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 10px;
}

.navbar-default .navbar-nav > li > a.small{
    width: 100px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover{
    color:#FFF;
    text-decoration: none;
/*    background-image: url(../image/gmBG.png);
    background-repeat: no-repeat;
    background-position: center*/

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: none;
    background-color: #00b2a9;
}

.navbar { margin-bottom: 0px; }

.mainImage{
    background-image: url(../image/mainImage.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 59vw;
    position: relative;
}

.maincomitBtn{
    position: absolute;
    top: 42vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 35vw;
}

.box1{
    max-width: 900px;
    margin: 0px auto;
    padding: 10px 0px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.box1text{
    margin-top: 50px;
    max-width: 100%;
}
.f_table .business_table td p img {
    max-width: 350px;
    width: 100%;
    }
.box1>.title{
    background-color: #00b2a9;
    border-bottom: 10px #ffe900 solid;
    color: #FFF;
    padding: 24px;
}
.box1>ul{
    margin: 30px 40px;
}
.box1>ul>li{
    text-align: left;
    list-style: none;
    font-size: 25px;
    line-height: 40px;
}
.box1>ul>li:before{
    content: "\f1db";
    font-family: FontAwesome;
    color: #00b2a9;
    margin-right: 10px;
}

.boxRelative{ position: relative; }

.box2{ background-color: #00b2a9; overflow:hidden; color: #FFF; font-size: 15px; padding-top: 2%; }
.box2Title{ }
.box2Strleft{ padding: 0 4% 0 2%; font-weight: bold; line-height: 25px; }
.box2StrRight{ padding: 0 4% 0 4%; font-weight: bold; line-height: 25px; }
.box2Str1Img{
    position: absolute;
    top:10%;
    right: 7%;
}

.box3{ background-color: #ffe900; overflow:hidden; font-size: 15px;  }
.box3Body{ min-height: 190px;}
.box3Title{ padding-top: 40px; text-align: left; }
.box3Strleft{ padding: 0 4% 0 3%; font-weight: bold; line-height: 25px; }
.box3StrRight{ padding: 0 0% 0 4%; font-weight: bold; line-height: 25px; }

.box3Str1Img{
    position: absolute;
    top:-10%;
    left: 9%;
}

.box4{ background-color: #00b2a9; overflow:hidden; color: #FFF; font-size: 15px; padding-top: 2%; padding-bottom: 40px; }
.box4Title{   }
.box4Title2{   }
.box4Strleft{ padding: 1% 4% 0 3%; font-weight: bold; line-height: 25px; }
.box4StrRight{ padding: 1% 0% 0 4%; font-weight: bold; line-height: 25px; }
.box3Str1Img{
    position: absolute;
    top:-10%;
    left: 9%;
}

.backRitsu{ max-width: 47%; width: 47%; margin: 0; padding: 4% 0 0 7%; float: left; text-align: right; }
.bank{ max-width: 53%; width: 53%; margin: 0; padding: 3% 5% 0 2%; float: right; }

.comitArea{
    background-image: url(../image/bg1.png);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.comitFont{
    font-weight: bold;
    font-size:18px;
}

.nagareArea{
    padding-bottom: 50px;
    margin-top: 50px;
}

.nagareBody{
    float: left;
    max-width: 22%;
    margin-left: 4%;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.nagareBody:first-child{
    margin-left: 0;
}
.nagareArrow{
    float: left;
    position: relative;
    padding-top: 10%;
}
.nagareArrow:after {
    content: "\f054";
    font-family: FontAwesome;
    float: left;
    position: absolute;
    top:35%;
    left:3%;
    font-size: 3vw;
    margin-left: 8px;
    color: #CCC;
}

.nagareTitle{
    background-color: #00b2a9;
    padding: 5px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.nagareStr{
    padding: 15px;
    text-align: left;
    min-height: 100px;
}

.voiceArea{
    padding: 50px 0;
    padding-bottom: 50px;
    background-color: #00b2a9;
    background-image: url(../image/voiceBG.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    color: #FFF;
}

.voiceBody{
    background-color: #FFF;
    margin-top: 50px;
    padding: 0px 10px;
}
.voiceL{ color: #c975c0; font-weight: bold; font-size: 16px; }
.voiceM{ color: #00b2a9; font-weight: bold; font-size: 16px; }
.voiceL:before,
.voiceM:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 30px;
    margin-right: 10px;
}
.voiceStr{
    color: #333;
    padding: 5px 10px 5px 40px;
}

.faqArea{
    padding: 50px 0;
    padding-bottom: 50px;
    margin-top: 0px;
    background-color: #deeaea;
}


.faqBody{ box-shadow: 10px 10px 10px rgba(0,0,0,0.2); margin-top: 30px; }
.qTitle{
    background-image: url(../image/qTitle.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: #00b2a9;
    padding: 4% 12% 3% 12%;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    cursor: pointer;
}
.aStr{
    background-color: #FFF;
    padding: 10px;
}

.CamArea{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.acMenu dt{
    display:block;
    text-align:left;
    cursor:pointer;
}
.acMenu dt:after{
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 15%;
    right:15px;
    font-size:30px;

}
.acMenu dd{
    background:#f2f2f2;
    text-align:cleft;
    display:none;
    padding:10px;
    background-color: #FFF;
}
.acMenu dd>div{
    background-image: url(../image/a.png) ;
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: top left;
    padding-left: 50px;
}
.acMenu dt.active{

}
.acMenu dt.active:after{
    content: "\f139";
    font-family: FontAwesome;
}

.imgwrap {
    position: relative;
    width: 100%;
    background-color: #ffe900;
    color: #00b2a9;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
}
.imgwrap:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}
.circleStr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.circle3{
    text-align: center;
    background-color: #ffe900;
    color: #00b2a9;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top:0;
    right:3%;
    font-size: 25px;
    z-index: 2;
}
.circleStr{
    line-height: 15px;
    padding-top: 19px;
}
.mcenter{ margin: 20px 10px; max-width: 50%; width: auto; height: auto; }

footer a{ color: #999; text-decoration: none; margin-top: 20px; }

div.contactPage{ padding-bottom: 3%;
    color: #999;
}

.subpage_i{
    color:#00b2a9;
}

.notopborder{ border-top: none; }
.bottomborder1 { border-bottom:#00b2a9 1px solid; }

.form-horizontal .form-group .mr-15{ margin-right: -15px !important; }
.form-group{ margin-bottom: 0px;}
.form-horizontal .control-label{ padding-top: 15px;}

@media only screen and (min-width:1400px){
    .nagareArrow:after {
        top:25%;
    }
}

@media only screen and (max-width:991px){
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }
    .CamArea{
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .mcenter{ margin: 20px 15px; max-width: 90%; width: auto; height: auto; }

    footer{ padding-bottom: 13%; }
    .hyouTitle{ text-align: left; }

}

@media only screen and (max-width:846px){

    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }
    .CamArea{
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .nagareArea{ padding-bottom: 20px; margin-top: 20px; }
    .nagareBody{
        float: none;
        max-width: 90%;
        width: 90%;
        margin: -10px 5%;
    }
    .nagareBody:first-child{ margin: -10px 5%; }
    .nagareArrow{ float: none; position: relative; padding-top: 0; }
    .nagareArrow:after {
        content: "\f078";
        font-family: FontAwesome;
        float: none;
        position: relative;
        top: 0%;
        left: 0%;
        margin-left: 0;
        font-size: 13vw;
    }
    .nagareStr{ font-size: 18px; }

    .voiceArea{ padding: 30px 0; margin-top: 30px; }
    .hyouTitle{ text-align: left; }
}
@media only screen and (max-width:767px){
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 6%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }

    .CamArea{ padding-top: 20px; padding-bottom: 0px; margin-top: 0px; }
    .backRitsu{ max-width: 94%; width: 94%; margin: 3%; padding: 20px 0 0 0; float: none; text-align: center; }
    .bank{ max-width: 94%; width: 94%; margin: 3%; padding: 0; float: none; text-align: center; }

    .faqBody{ margin-top: 10px;}
    .qTitle{ height: 70px;}
    footer{ padding-bottom: 18%; }
    .hyouTitle{ text-align: left; }

}
@media only screen and (max-width:640px){

    h1{ font-size: 24px; }
    h3{ font-size: 20px; }
    .box1>ul{
        margin: 10px 10px;
        padding: 10px 0px;
    }
    .box1>ul>li{
        text-align: left;
        list-style: none;
        font-size: 16px;
        line-height: 25px;
    }
    .box1text{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}

    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 40px; text-align: left; }
    .box3Strleft{ padding-left: 5%;}
    .box3StrRight{ padding-top: 0%; padding-left: 5%;}
    .box4Title2{ margin-top: 30px; }

    .navbar-default .navbar-nav{ max-width: 100%;}
    .navbar-default .navbar-nav > li{ width: 100%; text-align: center; border-bottom: 1px dotted #FFF;}
    .navbar-default .navbar-nav > li > a{ width: 100%; text-align: center; margin: 0px;}
    .navbar-default .navbar-nav > li > a.small{ width: 100%; text-align: center; margin: 0px;}
    .navbar-default .navbar-nav > li:last-child{ border-bottom: none;}
    .navbar-default .navbar-nav > li > a:hover{ background-image: none; }
    .navbar-default .navbar-nav { margin: 0px; }

    .CamArea{ padding-top: 20px; padding-bottom: 0px; margin-top: 0px; }
    .backRitsu{ max-width: 94%; width: 94%; margin: 3%; padding: 20px 0 0 0; float: none; text-align: center; }
    .bank{ max-width: 94%; width: 94%; margin: 3%; padding: 0; float: none; text-align: center; }

    .qTitle{ min-height: 60px;}

    footer{ padding-bottom: 20%; }
    .hyouTitle{ text-align: left; }
}
td iframe {
width: 100%;
max-width: 100%;
}
img {
width: auto;
height: auto;
max-width: 100%;
}



/*   ここからカスタムCSS    */

@font-face{
    font-family:'original';
    src:url('../font/Ronde-B_square.woff') format('woff'), /* Modern Browsers */
    url('../font/Ronde-B_square')  format('opentype'); /* Safari, Android, iOS */
}
@font-face{
    font-family:'original2';
    src:url('../font/Kaisotai-Next-UP-B.woff') format('woff'), /* Modern Browsers */
    url('../font/Kaisotai-Next-UP-B')  format('opentype'); /* Safari, Android, iOS */
}
@font-face{
    font-family:'original3';
    src:url('../font/Mamelon-5-Hi-Regular.woff') format('woff'), /* Modern Browsers */
    url('../font/Mamelon-5-Hi-Regular')  format('opentype'); /* Safari, Android, iOS */
}
@font-face{
    font-family:'original4';
    src:url('../font/nicokaku_v1.woff') format('woff'), /* Modern Browsers */
    url('../font/nicokaku_v1')  format('opentype'); /* Safari, Android, iOS */
}
@font-face{
    font-family:'sp';
    src:url('../font/emoir-kaku.woff') format('woff'), /* Modern Browsers */
    url('../font/emoir-kaku')  format('opentype'); /* Safari, Android, iOS */
}

h2 {
letter-spacing: 3px;
}
.list_img {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
}
.text_area b {
    text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
    padding-right: 3px;
padding-left: 3px;
}





.form_area .contsBody.comit-bb {
padding-top: 40px;
}

.head_left_top * {
    font-family: 'sp',"Noto Sans", "Noto Sans JP";
	letter-spacing: 2px;
	font-weight: normal;
}
h2 *  {
    font-family: 'sp',"Noto Sans", "Noto Sans JP";
}
.about_title {
    font-family: 'sp',"Noto Sans", "Noto Sans JP";
	text-align: left;
	font-size: 1.2em;
	line-height: 1.8em;
	padding-left: 80px;
	min-height: 100px;
	padding-top: 10px;
}
.about_title span {
font-family: 'sp',"Noto Sans", "Noto Sans JP";
font-size: 1.5em;
color: #fdd630;
margin-left: -3px;
text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}
.about_box {
background-color: #fff;
border-radius: 10px;
padding: 30px 20px;
margin-top: 20px;
min-height: 530px;
}

.about_text {
margin-top: 20px;
font-size: .8em;
text-align: left;
}


ul.list.three {
margin-top: 25px;
}

ul.list.three li {
width: 33.3333333%;
padding: 20px 25px;
}
ul.list.three li .about_title {
background-repeat: no-repeat;
background-position: center left;
background-size: auto;
}
ul.list.three li:nth-child(1) .about_title {
background-image: url(../image/number1.png);
}
ul.list.three li:nth-child(2) .about_title {
background-image: url(../image/number2.png);
}
ul.list.three li:nth-child(3) .about_title {
background-image: url(../image/number3.png);
}
.character1 .cc.inner {
    padding-bottom: 7rem;
}

body {
background: #ffffff;
color: #242424;
}
* {
font-family: 'Noto Sans JP', sans-serif;
}
.orange_area {
    background: rgba(253,214,48,.3);
position: relative;
padding: 3rem 0 0;
position: relative;
}
.orange_area.black {
    background: #333;
    color: #fff;
}
h2 img {
    max-width: 90px;
    margin-right: auto;
    margin-left: auto;
}

.box_center b {
text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}


.shapedividers_com-494{
    overflow:hidden;
    position:relative;
    min-height: 150px;
    }
    .shapedividers_com-494::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 120px;
    background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 476.62 100.69"><path fill="%23ffffff" d="M476.62 100.69V0l-238.3 95.47L0 0v100.69Z"/></svg>'); 
    }
    
    @media (min-width:2100px){
    .shapedividers_com-494::before{
    background-size: 100% calc(2vw + 120px);
    }
    }
     

    .shapedividers_com-6119{
        overflow:hidden;
        position:relative;
        min-height: 100px;
        }
        .shapedividers_com-6119::before{ 
        content:'';
        font-family:'shape divider from ShapeDividers.com';
        position: absolute;
        z-index: 3;
        pointer-events: none;
        background-repeat: no-repeat;
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw; 
        background-size: 100% 120px;
        background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 476.62 100.69"><path fill="%23ff0080" d="M476.62 100.69V0l-238.3 95.47L0 0v100.69Z"/></svg>'); 
        }
        
        @media (min-width:2100px){
        .shapedividers_com-6119::before{
        background-size: 100% calc(2vw + 120px);
        }
        }
         



.inner {
max-width: 1000px;
margin-right: auto;
margin-left: auto;
}
h2 {
text-align: center;
font-size: 2.4em;
padding-bottom: 30px;
line-height: 1.3em;
}
h2 span {
font-size: .7em;
}
b {
    color: #fdd630;
    font-size: 1em;
}
h2 b {
    text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}
.nav_right b {
    text-shadow: none;
    color: #000;
}
.title b {
    background-color: #fdd630;
    color: #333;
    padding-right: 5px;
    padding-left: 5px;
}
.black .text_area {
    color: #fff;
}



.text_area {
word-wrap: normal;
color: #000;
font-size: 18px;
line-height: 1.6;
text-align: center;
font-weight: 400;
}
ol li {
font-size: 17px;
}
.ul-list {
max-width: 500px;
margin-right: auto;
margin-left: auto;
margin-top: 35px;
}
.ul-list li {
font-size: 17px;
margin-bottom: 10px;
}
ol {
max-width: 500px;
margin-right: auto;
margin-left: auto;
margin-top: 35px;
}
.head_top_text span {
    color: #fff;
    background-color: #000;
    font-weight: 900;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 1.5em;
}
.head_bottom {
    font-size: 3em;
    font-weight: 900;
    margin-top: 10px;
}
.head_text {
    font-size: 5em;
    font-family: 'sp',"Noto Sans", "Noto Sans JP";
    color: #fdd630;
    text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}
.head_text span {
    font-family: 'sp',"Noto Sans", "Noto Sans JP";
}
.list_box p {
    font-size: 20px;
    margin-top: 25px;
    text-align: center;
}

.head_box {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;

}
.head_top_text {
    padding-top: 70px;
}
.orange {
    position: relative;
}
.head_img {
    position: absolute;
    right: 0;
    bottom: -10%;
    max-width: 580px;
    top: 0;
    margin: auto;
    max-height: 580px;
}


.text_area * {
    font-size: 18px;
    line-height: 1.6;
}
.head_box {
padding: 110px 0;
}
.head_left,.head_right {
display: inline-block;
width: 50%;
font-size: 16px;
vertical-align: top;
}
.nav_right .list li a b {
    font-family: 'sp',"Noto Sans", "Noto Sans JP";
}

.head_left_bottom {
font-size: 0;
margin-top: -10px;
}
.head_left_bottom_left,.head_left_bottom_right {
display: inline-block;
width: 50%;
font-size: 16px;
text-align: center;
vertical-align: middle;
}

.head_left_top {
margin: 0 0 20px;
font-size: 2.3em;
font-weight: bold;
}

.orange_area.green {
    background: rgba(77,201,255,.1);
position: relative;
}



.head_box {
    padding-right: 0;
    padding-left: 0;
}
.character1 .cc.inner {
max-width: 1150px;
}
.arrow {
text-align: center;
margin-top: 25px;
}
ul.list {
padding: 0;
margin: 0 auto;
font-size: 0;
max-width: 1500px;
}
ul.list li {
font-size: 18px;
list-style: none;
width: 25%;
display: inline-block;
vertical-align: top;
text-align: center;
}
.title {
min-height: 90px;
margin-bottom: 15px;
font-weight: bold;
}
.big-font {
    font-weight: bold;
    font-size: 2.5em;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.menu .center {
    background-color: transparent;
}



.a b {
color: #000;
}
.big-font b {
font-style: italic;
padding-right: 5px;
padding-left: 5px;
text-decoration: underline;
font-family: 'sp',"Noto Sans", "Noto Sans JP";
}
.center {
text-align: center;
background-color: #fff;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 20px;
}



.character2 .character_area {
    background-image: url(../image/img_woman2.png);
    background-repeat: no-repeat;
    background-position: 100% 2%;
    margin-right: auto;
    margin-left: auto;
    background-size: 300px;
}
.question_button label {
    display: block;
    max-width: 200px;
    margin: 30px auto;
    padding: 1em 0;
    border: 1px solid #333;
    border-radius: 100px;
    background-color: #fdd630;
    color: #333;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.question_button　label:hover {
    background-color: #ffffff;
    color: #fdd630;
}
.normal_area {
padding-top: 70px;
padding-bottom: 70px;
}
.acd-check{
    display: none;
}


.acd-content{
    opacity: 0;
    transition: .5s;
    overflow: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    overflow: hidden;
height: auto;
visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content .q_box{
    display: block;
height: auto;
}
.qa {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-between;
}
.q_box {
    width: 49%;
    border: 1px solid #F1F1F1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
}


.question .q {
    font-size: 17px;
    padding: 0;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    position: relative;
    min-height: 40px;
    padding-left: 50px;
    padding-top: 10px;
padding-bottom: 10px;
}
.q span {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #fdd630;
    color: #000;
    text-align: center;
    font-size: 1.5em;
    line-height: 32px;
    border-radius: 5px;
    font-weight: 900;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.a span {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 900;
    left: 0;
    top: 0;
    margin: auto;
}
.qa {
    padding-top: 150px;
}
.a {
padding-left: 50px;
}

.list_box {
background-color: #fff;
border-radius: 10px;
margin-top: 50px;
padding: 40px;
}
.list_box ul.list li {
    margin-bottom: 35px;
}



.question .a {
padding: 0;
padding-left: 50px;
font-size: 17px;
position: relative;
}
footer ul.list {
max-width: 1000px;
text-align: center;
}
footer {
margin-top: 30px;
}
footer ul.list li a {
color: #000;
font-size: 15px;
}
.copyright {
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
.question {
padding: 20px;
margin-bottom: 50px;
}
.cv_line {
max-width: 400px;
margin-right: auto;
margin-left: auto;
margin-top: 45px;
}
.top_box {
display: block;
text-align: center;
color: #fff;
background-color: #fdd630;
font-size: .7em;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 25px;
border-radius: 5px;
position: relative;
}
.head_left_bottom_left img {
max-width: 170px;
margin-right: auto;
margin-left: auto;
}

.top_box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fdd630;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
bottom: -12px;
}

.form_area .inner {
padding: 50px 20px;
background-color: #fff;
border: 2px solid #fdd630;
border-radius: 5px;
}
.form_area {
background-color: rgba(253,214,48,.3);
padding-top: 150px;
padding-bottom: 100px;
}
.row {
font-size: 16px;
margin-right: 0;
margin-left: 0;
margin-bottom: 30px;
}
h2 i {
margin-right: 5px;
}
.btn-success {
padding: 1rem 0;
border: 1px solid #000;
border-radius: 100px;
background-color: #fdd630;
text-align: center;
color: #000;
}
body .btn-success:hover {
    color: #fff;
background-color: #fdd630 !important;
border-color: #fdd630 !important;
}
form-group .col-sm-4 {

}
.col-sm-4.col-sm-offset-4 {
margin-left: auto;
margin-right: auto;
float: none;
}
.btn-success {
text-decoration: none;
}
.contsClear.thanks01 {
max-width: 1000px;
padding: 30px;
margin-right: auto;
margin-left: auto;
font-size: 17px;
}
.contsBody.comit-bb {
padding-top: 100px;
padding-bottom: 100px;
}

.company_cv a {
    display: block;
    max-width: 500px;
    margin: 50px auto 30px;
    padding: 1em 0;
    border: 1px solid #000;
    border-radius: 100px;
    background-color: #fff;
    color: #333;
    font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
}
table.business_table {
width: 100%;
}
table.business_table th {
border: 1px solid #000;
padding: 15px;
font-size: 17px;
background-color: rgba(253,214,48,.3);
}
table.business_table td {
border: 1px solid #000;
padding: 15px;
font-size: 17px;
}
.policy_text p {
margin-bottom: 30px;
}

.policy_title {
font-weight: bold;
font-size: 1.3em;
margin-bottom: 10px;
}
.head_right {
text-align: center;
padding-top: 20px;
}
.head_right img {
max-width: 400px;
width: 100%;
}
.acd-check:checked + .acd-label + .acd-content {
padding-top: 30px;
}
.nav {
max-width: 1400px;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
font-size: 0;
}
.nav_left,.nav_right {
display: inline-block;
width: 50%;
font-size: 0;
vertical-align: middle;
box-sizing: border-box;
position: relative;
}
.nav_left {
padding-top: 15px;
}

.nav ul.list li {
    width: 100%;
    font-size: 40px;
    text-align: right;
}
.nav ul.list li i {
    margin-right: 10px;
}

.nav ul.list li a {
text-decoration: none;
}
.nav ul.list {
    max-width: 700px;
    margin-right: 0;
    position: relative;
    width: 100%;
}


.header {
position: fixed;
width: 100%;
top: 35px;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgb(255,255,255);
z-index: 9999;
padding-bottom: 10px;
}
.menu a i {
margin-right: 5px;
}
.head_bottom img {
    max-width: 220px;
    display: inline-block;
    margin-left: 15px;
}

.menu a {
  text-decoration: none;
  color: #000;
}

.menu ul {
list-style: none;
font-size: 16px;
margin: 0;
padding: 0;
color: #000;
}

.menu {
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 100;
position: absolute;
top: 0;
left: -400px;
height: 100vh;
padding: 4em 5em 3em;
background-color: rgb(255, 219, 46);
z-index: 20;
position: fixed;
max-width: 400px;
}

.menu ul li {
padding: 1em 1em;
border-bottom: 1px solid #000;
max-width: 350px;
width: 260px;
}

.menu.open {
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
left: 0;
z-index: 99999;
}


.drawers {
position: absolute;
right: -100px;
top: 0;
overflow: hidden;
}

.drawer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  height: 70px;
  padding: 0 1em;
}

/* タブレット以下のサイズで表示 */

@media (max-width: 768px) {
  .drawers {
    display: block;
  }
  .drawer {
    height: 60px;
  }
}

.navbar_toggle {
  z-index: 999;
cursor: pointer;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #333;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.kousin b {
    text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}
.big-font b {
    text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

/*ハンバーガーメニューの開閉*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar_toggle {
  margin: 0 0 0 auto;
}
.head_left_top {
min-height: 255px;
position: relative;
background-image: url(../image/border8-3.png);
background-size: contain;
background-repeat: no-repeat;
margin-bottom: 0;
padding: 60px 0;
background-position: left;
line-height: 1.4em;
}
.head_left_top::before {
background-image: url(../image/border8-parts2.png);
position: absolute;
content: "";
width: 57px;
height: 44px;
bottom: -1.5px;
right: 90px;
left: 0;
margin: auto;
background-color: #fff;
background-size: contain;
}
.box_center {
width: 92.5%;
margin-right: 0;
margin-left: auto;
}



@media only screen and (min-width:701px){
.ip_only {
display: none !important;
}
}
@media only screen and (max-width:500px){
.head_left_top * {
letter-spacing: 3px;
}
.list_box ul.list li {
    width: 50%;
}
.list_box p {
    font-size: 15px;
}
.qa {
    display: block;
}
.q_box {
    width: 100%;
}
.qa {
    padding-top: 10px;
}
.nav_right .list li a b {
    font-family: 'Noto Sans JP', sans-serif;
  }

.head_box {
padding-right: 10px;
padding-left: 10px;
}
.head_right {
display: none;
}
.pc_only {
display: none !important;
}
.head_left, .head_right {
width: 100%;
}
.head_left_bottom_right {
padding-right: 20px;
}

.head_box {
padding: 85px 0 50px;
}
.head_left_top {
font-size: 2em;
line-height: 1.3em;
min-height: 190px;
padding: 50px 0 0;
background-position: center;
}
.box_center {
width: 94%;
margin-right: 0;
margin-left: auto;
}
.head_left_top::before {
background-image: url(../image/border8-parts2.png);
position: absolute;
content: "";
width: 39px;
height: 32px;
bottom: 1px;
right: 90px;
left: 0;
margin: auto;
background-color: #fff;
background-size: contain;
background-repeat: no-repeat;
}
body ul.list.two .box_center {
font-size: 1.3em;
line-height: 1.3em;
margin-right: 0;
text-align: left;
padding-top: 25px;
}
body .center .log {
    max-width: 250px;
}
body .review_text::before {
width: 39px;
height: 32px;
right: -22px;
}
body .center .logo {
max-width: 200px;
}
body .inner.mw800 {
margin-top: 20px;
margin-bottom: 20px;
}



body ul.list.two li {
vertical-align: middle;
}
body ul.list.two li:last-child {
z-index: 999999;
position: relative;
padding-left: 20px;
}
body ul.list.two {
padding-right: 5px;
padding-left: 5px;
}


.head_right {
margin-top: 30px;
}
.orange_area {
background-size: contain;
    padding-bottom: 0;
    padding-top: 3em;
}
body .footer_text {
    font-size: 1.5em;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-radius: 50px;
}
.f_table {
    padding-right: 10px;
    padding-left: 10px;
}





body .question .a {
line-height: 2em;
}
.form_area .inner {
padding-top: 100px;
}
.inner {
    padding-right: 10px;
    padding-left: 10px;
}


.header {
top: 20px;
padding-right: 5px;
padding-left: 5px;
}
body .drawers {
    right: -55px;
}
body .about_box {
min-height: 0;
}
.head_img {
    max-width: 250px;
    margin-top: 25px;
}


.head_top_text {
    padding-top: 30px;
  }
  .head_top_text span {
    font-size: 1.2em;
  }
  .head_text {
    font-size: 2.2em;
  }
.head_img {
  position: relative;
}
.head_box {
    padding-right: 15px;
    padding-left: 15px;
}
.head_bottom {
    font-size: 2em;
}

.menu {
max-width: 300px;
}
.list_box {
    padding: 20px;
}



.menu.open {
max-width: 300px;
padding-right: 20px;
padding-left: 20px;
width: 100%;
}
body ul.list.three li {
    width: 100%;
    padding: 20px 15px;
margin-top: 20px;
}

.orange_area.character1 .text_area {
font-size: 17px;
text-align: center;
}
.nav_left {
width: 60%;
}
.nav_right {
width: 20%;
}


.nav ul.list {
max-width: 200px;
}
.nav_left {
max-width: 300px;
}
.nav ul.list {
margin-right: auto;
}
.nav ul.list li {
margin-top: 0;
font-size: 30px;
}
.nav ul.list li a {
font-size: 15px;
}
.nav ul.list li a i {
    margin-right: 3px;
}
.text_area {
padding-right: 20px;
padding-left: 20px;
text-align: left;
}
ul.list li {
width: 100%;
margin-top: 40px;
}
.title {
min-height: 0;
margin-bottom: 10px;
}
.cv_line {
    max-width: 330px;
    margin-top: 30px;
}
.character_area .text_area {
text-align: center;
}
.character2 .character_area {
background-size: 95px;
background-position-y: top;
background-position-x: 95%;
}
.acd-content {
padding-right: 15px;
padding-left: 15px;
}
.company_cv a {
max-width: 360px;
margin-right: 10px;
margin-left: 10px;
}
footer ul.list {
margin-top: 0;
}
footer ul.list li {
width: 50%;
margin-top: 0;
}
.company_cv a {
font-size: 1em
}
.big-font {
font-weight: bold;
font-size: 1.6em;
margin-top: 50px;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 0;
}

footer {
padding-bottom: 10px;
}
.form_area .inner {
border: none;
border-radius: 0;
}
.form_area {
padding-top: 0;
padding-bottom: 0;
}
.contsBody.comit-bb {
padding-top: 0;
padding-bottom: 0;
}
footer a {
margin-top: 0;
}

.head_left_bottom_right img {
    max-width: 230px;
width: 100%;
}
.head_left_bottom_left img {
max-width: 115px;
width: 100%;
}

body .normal_area {
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
font-size: 1.8em;
}
.text_area {
font-size: 15px;
}
ol {
padding-right: 10px;
}
.question .a {
    padding: 0 10px;
    font-size: 16px;

}
.question .a {
  padding: 0 10px 0 50px;
}

}


.movetext{opacity:0;}
.movetext o{opacity:0;}


.track {
position: fixed;
width: 100%;
z-index: 10000;
background: rgba(0,0,0,.4);
bottom: -500px;
}
.track_line {
width: 60%;
margin: 15px auto 10px;
color: #FFF;
}
.track_line a {
display: block;
border: 2px solid #fff;
border-radius: 5px;
max-width: 350px;
margin-right: auto;
margin-left: auto;
}

@media (min-width: 1001px) {
.track {
background: none;
}
.track_line {
    width: 100%;
    margin: 5px auto;
}
.track_line a {
margin-right: 5px;
}




}

@media (min-width: 501px) and (max-width: 900px) {
    body .kousin table tbody th {
        padding: 1em 1em;
        font-size: 15px;
    }


.head_left, .head_right {
width: 100%;
}
.head_left_top::before {
bottom: 0;
}
.box_center {
width: 90%;
margin-right: auto;
margin-left: auto;
max-width: 435px;
}
.head_left_top {
background-position: center;
}
.head_left_bottom {
margin-top: -20px;
}
.head_left_bottom_right {
padding-right: 30px;
}
.head_left_bottom_left {
text-align: right;
padding-right: 30px;
}
ul.list.three {
text-align: center;
}

ul.list.three li {
    width: 100%;
max-width: 600px;
}
.normal_area ul.list li {
width: 50%;
max-width: 300px;
}
.character2 .character_area {
background-size: 100px;
background-position: 95% 0px;
}


}
@media (min-width: 801px) and (max-width: 900px) {
.head_left_top {
font-size: 2.2em;
}
.box_center {
    width: 87%;
}
.head_left_top::before {
bottom: 3%;
}
.head_left, .head_right {
width: 50%;
}


}



.Twitter_text {
text-align: center;
font-size: 5rem;
margin-bottom: 1.5em;
}
.Twitter_text span {
background: linear-gradient(transparent 85%, #fff799 85%);
font-weight: bold;
}
@media (min-width: 700px){
.Twitter_text {
font-size: 5rem;
margin-bottom: 1.5em;
}
}
@media (max-width: 699px){

body .head_left_top {
background-size: 97%;
}
body .nav_left img {
max-width: 300px;
}




.Twitter_text {
font-size: 25px;
margin-bottom: 0;
padding-right: 10px;
padding-left: 10px;
}
}
.Twitter_time {
text-align: center;
margin: auto !important;
border: #1da1f2 3px solid !important;
border-radius: 10px !important;
max-width: 900px;
padding: 90px 20px 30px;
background-color: #1da1f2;
position: relative;
overflow: hidden !important;
}
.Twitter_time:before {
content: "";
background-image: url(../image/Twitter_Social_Icon_Circle_Color.png);
position: absolute;
top: -13px;
right: 0;
left: 0;
margin: auto;
width: 110px;
height: 90px;
background-size: cover;
}
@media (max-width: 834px){
.Twitter_time {
margin-top: 5em;
}
}
@media (max-width: 834px){
    .row input.item_box {
        max-width: 200px;
    }
.Twitter_time {
padding: 70px 20px 20px !important;
}
.Twitter_time::before {
width: 90px;
height: 70px;
}
}
.Twitter_area {
background: transparent;
padding-top: 100px;
padding-bottom: 20px;
border: none;
}
.nav_left img {
max-width: 300px;
}


.scroll {
margin: auto;
width: 100%;
font-size: 1em;
line-height: 1.5em;
text-align: center;
color: #000000;
background: #fff;
overflow: hidden;
padding: 7px 0;
padding-top: 20px;
}
.scroll .animation{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 50s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}
.scroll .animation .notice{
background-color: #009688;
color: #fff;
font-size: .8em;
padding: 3px;
border-radius: 5px;
margin-right: 5px;
}

.kousin {
overflow: auto;
width: 100%;
max-width: 800px;
height: 250px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #fff;
line-height: 1.5em;
margin-right: auto;
margin-left: auto;
margin-bottom: 60px;
padding-left: 5px;
padding-right: 5px;
font-size: 1.2em;
padding-top: 15px;
padding-bottom: 15px;
}


.kousin table th {
    background-color: #f0efeb;
}
.kousin table tbody th {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #444444;
font-weight: 600;
padding: 1em 1.41575em;
text-align: left;
vertical-align: top;
}
.kousin table {
border-collapse: collapse;
}
.kousin table tbody td {
padding: 1em 1.41575em;
text-align: left;
vertical-align: top;
background-color: transparent !important;
border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.kousin table {
    border-radius: 3px;
width: 100%;
}
.kousin::-webkit-scrollbar {
    width: 15px;
}
.kousin::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
.kousin::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#09C9D9;
}
.review_text::before {
background-image: url(../image/border8-parts3.png);
position: absolute;
content: "";
width: 60px;
height: 60px;
bottom: 0;
margin: auto;
background-color: #fff;
background-size: contain;
top: 0;
right: 14px;
background-repeat: no-repeat;
background-position: center;
transform: rotate(17deg);
}
.review_text {
    min-height: 255px;
    position: relative;
    background-image: url(../image/border8-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding: 60px 0;
    background-position: center;
    line-height: 1.4em;
}
ul.list.two li {
width: 25%;
}
ul.list.two li:first-child {
width: 75%;
}
.inner.mw800 {
max-width: 800px;
margin-top: 100px;
margin-bottom: 100px;
}
ul.list.two .box_center {
font-size: 2.3em;
line-height: 1.3em;
margin-right: -50px;
text-align: left;
}
.box_center * {
    font-family: 'sp',"Noto Sans", "Noto Sans JP";
}
.center .logo {
max-width: 350px;
margin-top: 40px;
}
#year,#month,#day {
max-width: 70px;
display: inline-block;
margin-right: 5px;
}
#address_number {
max-width: 150px;
display: inline-block;
margin-left: 5px;
}
body .row {
border-bottom: 1px solid #ddd;
padding-bottom: 30px;
}
#job_text,#address {
margin-top: 15px;
}
.row input {
max-width: 250px;
}

.text_message {
  display: none;
}
.text_none {
  display: block;
}
.attention_text {
display: none;
}
.attention_text {
font-size: .9em;
margin-top: 10px;
}
.attention_text input {
margin-top: 10px;
}
.attention_text .label-primary {
margin-right: 5px;
}
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #fdd630;
    border-color: #fdd630;
    opacity: .8;
}
.row input#upload_file {
max-width: 100%;
border: none;
}
.law_box p {
font-size: 17px;
margin-bottom: 20px;
}
.law_box h3 {
text-align: left;
font-weight: bold;
margin-top: 40px;
margin-bottom: 10px;
}
#item_name1,#item_name2,#item_name3 {
margin-bottom: 10px;
}


.f_table {
max-width: 700px;
width: 100%;
margin-right: auto;
margin-left: auto;
margin-bottom: 90px;
}

.item_box,.qu_box {
display: inline-block;
}
.row input.qu_box {
    max-width: 50px;
    margin-right: 5px;
}


/*全共通*/

.bgextend{
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;/*　はみ出た色要素を隠す　*/
    opacity:0;
    font-size: 1em;
  }
  
  @keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
  
    to {
      opacity:1;  
  }
  }
  
  /*中の要素*/
  .bgappear{
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
  }
  
  @keyframes bgextendAnimeSecond{
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
  }
  }
  
  /*左から右*/
  .bgLRextend::before{
    animation-name:bgLRextendAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fdd630;/*伸びる背景色の設定*/
  }
  @keyframes bgLRextendAnime{
    0% {
      transform-origin:left;
      transform:scaleX(0);
    }
    50% {
      transform-origin:left;
      transform:scaleX(1);
    }
    50.001% {
      transform-origin:right;
    }
    100% {
      transform-origin:right;
      transform:scaleX(0);
    }
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  .bgappearTrigger,
  .bgLRextendTrigger{
      opacity: 0;
  }


  h2 span.bgappearTrigger.bgappear {
    font-size: 1em;
  }

  .footer_img {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }


.footer_text {
font-family: 'sp',"Noto Sans", "Noto Sans JP";
text-align: center;
font-size: 3em;
border: 3px solid;
padding: 20px;
border-radius: 100px;
position: relative;
margin-bottom: 15px;
}

.footer_text::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: -40px;
    margin: auto;
    bottom: -.65vw;
    display: inline-block;
    text-align: center;
    z-index: 1;
    transform: rotate(45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;

}

.list_box ul.list li img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 220px;
}



