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

@keyframes left-in-anim {
30% {
opacity: 0;
transform: translateX(-150%);
}
70% {
transform: translateX(5%);
}
90% {
transform: translateX(-2%);
}
100% {
opacity: 1;
transform: translate(0%);
}
}
@keyframes right-in-anim {
50% {
opacity: 0;
transform: translateX(100%);
}
80% {
transform: translateX(-5%);
}
90% {
transform: translateX(2%);
}
100% {
opacity: 1;
transform: translateX(0%);
}
}
@keyframes left-inup-anim {
50% {
opacity: 0;
transform: translate(-150%,-80px);
}
84% {
transform: translate(5%,-80px);
}
92% {
transform: translate(-2%,-80px);
}
100% {
opacity: 1;
transform: translate(0%,-80px);
}
}
@keyframes fade-in-anim {
35% {
opacity: 0;
transform: scale(1.2);
}
50% {
transform: scale(1);
}
70% {
transform: scale(1.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes bottom-in-anim {
60% {
opacity: 0;
transform: translateY(100%);
}
80% {
transform: translateY(-6%);
}
96% {
transform: translateY(3%);
}
100% {
opacity: 1;
transform: translateY(0%);
}	
}
@keyframes show-anim {
70% {
opacity: 0;
transform: scale(1.2);
}
77% {
transform: scale(1);
}
84% {
transform: scale(1.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes catch-up-anim {
0% {
opacity: 0;
transform: translateY(100%);
}
70% {
transform: translateY(-5%);
}
85% {
transform: translateY(3%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
h3.h3-p{
font-weight: 900;
line-height: 1.4;
}
h3.h3-p span{
font-weight: 900;
color: #229238;
}
.popup-btn{
position: relative;
/*background-color: #3c96ff;*/
border-radius: 20px;
background-image: url("../images/fukidashi.png");
background-repeat: no-repeat;
background-size: contain;
}
.popup-btn a{
display: block;
}
.popup-btn p{
font-weight: 900;
color: #fff;
}
.popup-btn img{
position: absolute;
}
.entry-btn{
text-align: center;	
background-color: #231815;
margin: 0 auto;
border-radius: 10px;
}
.entry-btn a{
display: block;
color: #fff;
width: 100%;
line-height: 1;
font-weight: 600;
}
.entry-btn a span{
display: block;
color: #fff02f;
font-weight: 600;
}
.b-box{
text-align: center;
background-color: #111;
color: #fff;
font-weight: 600;
}
/*--------------------
hero
--------------------*/
#hero h1 {
width: 20%;
max-width: 160px;
margin: 0 auto;
}
/*
img#heroImg {
display: block;
width: auto;
margin: 0 auto;
}
*/
img#heroImg {
display: block;
width: 100%;
max-width: 960px;
margin: 0 auto;
}
#hero > div{
background-color: #fff52f;
background-image: radial-gradient(#adb03b 13%, transparent 33%),radial-gradient(#adb03b 13%, transparent 33%);
background-position: 0 0, 3px 3px;
background-size: 6px 6px;
}
#hero .box{
display: flex;
align-items: center;
}
#hero .box h2{
background-color: #111;
border-radius: 30px;
text-align: left;
background-image: url("../images/arrow.png");
background-repeat: no-repeat;
}
#hero .box h2 a{
display: block;
color: #fff52f;
font-weight: 600;
}
#hero .box p{
font-weight: 500;
}
/*--------------------
#teamwork
--------------------*/
#teamwork{
background: #fff;
}
#teamwork .Wrap .flex > div:first-of-type {
position: relative;
}
#teamwork  .Wrap .flex > div:first-of-type .mens-3{
position: relative;
z-index: 2;
}
#teamwork .mens-3.left-in.active{
opacity: 0;
transform: translateX(-150%);
animation: left-in-anim 2.2s ease-out forwards;
}
#teamwork  .Wrap .flex > div:first-of-type .bonn{
position: absolute;
z-index: 0;
}
#teamwork .popup-btn a{
transform: rotate(-5deg);
}
#teamwork .Wrap .flex > div:last-of-type > img{
position: absolute;
z-index: -1;
}
/*モーダルウィンドウ中身*/
#teamwork .js_modalCont .flex div{
position: relative;
}
#teamwork .js_modalCont .strong{
position: absolute;
}
#teamwork .js_modalCont .flex div{
background-image: url("../images/bg-Bonn.png");
background-repeat: no-repeat;
background-size: contain;
background-position: left center;
}
#teamwork .js_modalCont ul li h4{
font-weight: 900;
}
#teamwork .js_modalCont ul li p{
font-weight: 400;
}
/* チームワーク　サイドイン(右) */
#teamwork .right-in.active{
opacity: 0;
animation: right-in-anim 1.8s ease-out forwards;
}
/*--------------------
#member
--------------------*/
#member .box{
position: relative;
}
#member .Wrap > img{
position: absolute;
z-index: -1;
}
#member .Wrap .flex{
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
z-index: 1;
}
#member .Wrap .flex li{
position: relative;
background-image: url("../images/bg-Bonn02.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
#member .Wrap .flex li img:last-of-type{
position: absolute;
top: 0;
left: 0;
}
#member .Wrap h3.h3-p{
position: absolute;
transform: rotate(-15deg);
z-index: 1;
}
#member .popup-btn a{
transform: rotate(-5deg);
}
#member .popup-btn p span{
line-height: 1.5em;
}
/*モーダルウィンドウ中身*/
#member .js_modalCont{
position: relative;
}
#member .js_modalCont .variety{
position: absolute;
}
#member .js_modalCont h2 p{
text-align: center;
font-weight: 600;
}
#member .js_modalCont .flex li img{
background-image: url("../images/bg-Bonn02.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
#member .js_modalCont .flex li h3{
font-weight: 900;
}
#member .js_modalCont .flex li h5{
font-weight: 600;
}
#member .js_modalCont > h4{
font-weight: 900;
}
#member .js_modalCont > p{
font-weight: 400;
}
/* メンバー　サイドイン(左) */
#member .left-inup.active{
opacity: 0;
transform: translate(-150%,-80px);
animation: left-inup-anim 1.8s ease-out forwards;
}
/* メンバー　顔 */
#member .fade-in.active{
opacity: 0;
transform: scale(1.2);
animation: fade-in-anim 3.0s ease-out forwards;
}
/*--------------------
#about
--------------------*/
#about{
background-image: url("../images/bg-dots.jpg");
background-size: cover;
background-repeat: no-repeat;
}
#about .box{
position: relative;
background-image: url("../images/title-charm.png");
background-repeat: no-repeat;
background-position: center bottom;
}
#about h3.h3-p{
text-align: center;
}
#about .popup-btn{
margin: 0 auto;
}
#about .popup-btn a{
transform: rotate(-5deg);
}
#about .popup-btn p span{
line-height: 1.5em;
}
#about .strong,
#about .shibire,
#about .yakan,
#about .otokomae{
position: absolute;
}
#about .strong{
z-index: 2;
}
#about .strong.bg,
#about .shibire.bg{
background-size: 100%;
background-repeat: no-repeat;
}
#about .otokomae.right-in.active{
opacity: 0;
animation: right-in-anim 3.0s ease-out forwards;
}
#about .yakan.right-in.active{
opacity: 0;
animation: right-in-anim 2.4s ease-out forwards;
}
/*モーダルウィンドウ中身*/
#about .js_modalCont.about{
position: relative;
}
#about .js_modalCont.about h2 p{
font-weight: 600;
}
#about .js_modalCont.about .about{
position: absolute;
}
#about .js_modalCont.about > ul li:last-of-type{
padding-bottom: 0;
}
#about .js_modalCont.about > ul li h4{
font-weight: 900;
}
#about .js_modalCont.about > ul li p{
font-weight: 600;
}
#about .js_modalCont.about > ul li p span{
display: block;
}
#about .js_modalCont.about > ul li table th{
text-align: justify;
text-align-last: justify;
text-justify: inter-ideograph;
}
#about .js_modalCont.about a.map{
display: block;
border: solid 1px #333;
text-align: center;
}
#about .js_modalCont.about .logo{
display: block;
margin-left: auto;
position: absolute;
}
/* 会社概要　ダウンアップ */
#about .bottom-in.active{
opacity: 0;
transform: rotate(3deg) translateY(100%);
animation: bottom-in-anim 2.4s ease-out forwards;
}
/*モーダルウィンドウ中身*/	
#about .js_modalCont.charm .reason{
position: relative;
}
#about .js_modalCont.charm .reason img{
position: absolute;
}
#about .js_modalCont.charm .reason img.charm{
z-index: 2;
}
#about .js_modalCont.charm .reason img.skeleton{
z-index: 3;
}
#about .js_modalCont.charm .reason h3{
background-image: url("../images/question.png");
background-repeat: no-repeat;
font-weight: 900;
}
#about .js_modalCont.charm .reason h3 span{
color: #229238;
font-weight: 900;
}
#about .js_modalCont.charm .list{
position: relative;
background-color: #F2F0E9;
}
#about .js_modalCont.charm .list > p{
font-weight: 600;
}
#about .js_modalCont.charm .list ol{
counter-reset: count 0;
}
#about .js_modalCont.charm .list ol li{
position: relative;
}
#about .js_modalCont.charm .list ol li:before{
content: counter(count) ". ";
counter-increment: count 1;
}
#about .js_modalCont.charm .list ol li{
font-weight: 900;
}
#about .js_modalCont.charm .list ol li:last-of-type p{
padding-bottom: 0;
}
#about .js_modalCont.charm .list ol li:nth-child(2) img,
#about .js_modalCont.charm .list ol li:nth-child(3) img{
position: absolute;
}
#about .js_modalCont.charm .survey{
background-image: url("../images/survey.png");
background-repeat: no-repeat;
}
#about .js_modalCont.charm .survey h3{
font-weight: 900;
}
#about .js_modalCont.charm .survey h3 span{
display: block;
color: #229238;
font-weight: 900;
}
#about .js_modalCont.charm .survey p{
font-weight: 600;
}
#about .js_modalCont.charm .survey img{
display: block;
}
#about .js_modalCont.charm .survey-list > li{
background-color: #F2F0E9;
}
#about .js_modalCont.charm .survey-list > li h5{
font-weight: 600;
}
#about .js_modalCont.charm .survey-list > li ul{
display: flex;
flex-wrap: nowrap;
}
#about .js_modalCont.charm .survey-list > li ul li img{
display: block;
}
#about .js_modalCont.charm .survey-list > li ul li p{
text-align: center;
}
/*--------------------
#news
--------------------*/
#news .box .inner{
position: relative;
background-color: #fff;
}
#news .box .inner h3{
text-align: center;
}

#news .box .inner .flex{
display: flex;
justify-content: space-between;
align-items: flex-end;
margin: 0 auto;
}
#news .box .inner .flex div{
display: flex;
align-items: flex-end;
}
#news .box .inner .flex div img{
border-radius: 50%;
border: solid 1px #999;
}
#news .box .inner .flex div p span{
display: block;
}

#news ul{
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}
#news ul li{
position: relative;
}
#news ul li:before{
content: "";
display: block;
padding-top: 100%;
}
#news ul li img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
object-fit: cover;
}
/*--------------------
#justice
--------------------*/
#justice .inner{
background-repeat: no-repeat;
background-size: contain;
opacity: 0;
transition: 1s;
}
#justice .inner.one{
opacity: 1;
transition: 1s;
}
#justice .inner.show.active{
opacity: 0;
transform: scale(1.2);
animation: show-anim 4.0s ease-out forwards;
}
#justice .box{
position: relative;
}
#justice .box > h3{
background-image: url("../images/bg-Bonn03.png");
background-repeat: no-repeat;
background-size: contain;
background-position: right center;
position: absolute;
transition: 1s;
}
#justice .box > h3.one{
opacity: 0;
transition: 1s;
}
#justice .box > img,
#justice .box > .seid{
position: absolute;
}
#justice .box > p.seid{
z-index: 2;
}
#justice h3{
font-weight: 900;
}
#justice h3 span{
font-weight: 600;
display: block;
}
#justice p{
font-weight: 500;
line-height: 1.6em;
}
/* 正義文章表示 */
#justice .display.active{
opacity: 0;
animation: display-anim 3.0s ease-out forwards;
}
@keyframes display-anim {
50% {
opacity: 0;
transform: scale(1);
}
65% {
transform: scale(1.3);
}
80% {
transform: scale(1);
}
90% {
transform: scale(1.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}

/*
#justice .hide.done{
opacity: 0;
}
#justice .animate__animated{
opacity: 0;
}
#justice .animate__animated.animate__zoomIn{
opacity: 1;
}
*/

/*
#justice .hide.done{
opacity: 0;
}
#justice .in{
opacity: 0;
}
#justice .in.done{
opacity: 1;
}
*/

/* ボールキャッチ非表示 */
#justice .hide.active{
opacity: 1;
animation: fade-out .1s ease-in-out 2.0s 1 normal forwards;
}
@keyframes fade-out {
50% {
opacity: 0;
}
100% {
opacity: 0;
}
}

#justice .in.active{
opacity: 0;
animation: fade-in .1s ease-in-out 2.0s 1 normal forwards;
}
@keyframes fade-in {
50% {
opacity: 1;
}
100% {
opacity: 1;
}
}

/* ボールキャッチ表示 */
#hero .catch-up{
opacity: 0;
}
#hero .catch-up.done{
opacity: 0;
transform: translateY(100%);
animation: catch-up-anim 1s ease-out forwards;
animation-delay: 2.5s;
}
/* ==========================
モーダル（ポップアップ）
========================== */
.js_modalWrap {
opacity: 0;
z-index: -1;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.js_modalWrap.active {
animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
animation: modalClose 0.3s ease forwards;
}
.js_modalBG {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
position: absolute;
top: calc(50% + 30px) ;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background-color: #fff;
}
.js_modalCont {
overflow-y: scroll;
}
.js_modalContInner > .js_modalClose + * {
margin-top: 0;
}
.js_modalClose {
display: block;
position: absolute;
top: 10.5px;
right: 10.5px;
cursor: pointer;
z-index: 1001;
}
.js_modalClose::before{
content: "close";
font-weight: 900;
color: #919191;
position: absolute;	
padding: 0 5px 5px 5px;
border-bottom: solid 5px #afb0b0;
}
@keyframes modalOpen {
0% {
opacity: 0;
}
100% {
opacity: 1;
z-index: 1000;
}
}
@keyframes modalClose {
0% {
opacity: 1;
z-index: 1000;
}
100% {
opacity: 0;
}
}




@media (max-width: 560px){
.nobr{
display: none;
}
h3.h3-p{
font-size: 2.0rem;
}
h3.h3-p span{
font-size: 2.0rem;
}
.popup-btn{
padding: 55px;
}
.popup-btn p{
font-size: 2.2rem;
}
.entry-btn{
width: 100%;
padding: 15px 0;
margin-bottom: 20px;
}
.entry-btn a{
font-size: 2.0rem;
}
.entry-btn a span{
font-size: 1.2rem;
padding-top: 5px;
}
.b-box{
font-size: 1.6rem;
padding: 3px 10px 5px;
margin-bottom: 30px;
}
/*--------------------
hero
--------------------*/
#hero{
padding-top: 70px;
}
/*
#hero h1 {
width: 20%;
padding: 10px 0 20px;
}
*/
#hero h1 {
padding: 10px 0 20px;
}
#hero .box{
padding-top: 15px;
}
#hero .box img{
width: 30px;
padding-right: 30px;
}
#hero .box h2{
width: 220px;
padding: 3px 0px 5px 20px;
margin-bottom: 5px;
background-size: 20px;
background-position: right 15px center;
}
#hero .box h2 a{
font-size: 1.4rem;
}
#hero .box p{
font-size: 1.4rem;
padding-bottom: 10px;
}
/*--------------------
#teamwork
--------------------*/
#teamwork{
padding-top: 30px;
}
#teamwork .Wrap .flex > div{
transform: translateY(30px);
}
#teamwork .Wrap .flex > div:first-of-type {
padding-bottom: 25px;
}
#teamwork .Wrap .flex > div:first-of-type h2{
padding-bottom: 10px;
}
#teamwork  .Wrap .flex > div:first-of-type .mens-3{
display: block;
width: 50%;
margin: 0 auto;
}
#teamwork .Wrap .flex > div:first-of-type .bonn{
width: 80%;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
}
#teamwork .Wrap .flex > div h3{
padding: 0 0 10px 20px;
}
#teamwork .popup-btn{
background-position: center;
}
#teamwork .popup-btn p{
padding-bottom: 20px;
}
#teamwork .popup-btn img{
bottom: -35px;
right: -10px;
width: 45%;
}
#teamwork .Wrap .flex > div:last-of-type > img{
width: 40%;
top: 150px;
left: 30px;
}
/*モーダルウィンドウ中身*/
#teamwork .js_modalCont h2 img{
width: 60%;
}
#teamwork .js_modalCont .flex > img{
display: block;
width: 70%;
margin-top: 20px;
}
#teamwork .js_modalCont .flex div{
padding-top: 30px;
}
#teamwork .js_modalCont .flex div .h3-p{
padding-bottom: 30px;
}
#teamwork .js_modalCont .strong{
width: 25%;
right: 5px;
top: -40px;
}
#teamwork .js_modalCont ul li h4{
font-size: 2.0rem;
padding-bottom: 7px;
}
#teamwork .js_modalCont ul li p{
padding-bottom: 30px;
}
/*--------------------
#member
--------------------*/
#member{
padding-top: 80px;
}
#member .Wrap > img{
width: 35%;
top: 300px;
left: 10%;
}
#member .Wrap .flex li{
width: 33.333%;
height: 190px;
}
#member .Wrap h2{
padding-bottom: 60px;
}
#member .Wrap h2 img{
padding-bottom: 10px;
}
#member .Wrap h3.h3-p{
top: 90px;
right: 0px;
transform: rotate(-10deg);
}
#member .popup-btn{
max-width: 370px;
transform: rotate(3deg);
}
#member .popup-btn p span{
padding-bottom: 10px;
}
#member .popup-btn img{
top: 40px;
right: -20px;
width: 40%;
}
/*モーダルウィンドウ中身*/
#member .js_modalCont .variety{
width: 30%;
top: 50px;
right: 0;
}
#member .js_modalCont h2 img{
width: 60%;
}
#member .js_modalCont h2 p{
text-align: left;
font-size: 1.2rem;
padding: 5px 0 20px 10px;
}
#member .js_modalCont .flex{
padding-bottom: 50px;
}
#member .js_modalCont .flex li{
padding-bottom: 30px;
border-bottom: dotted 1px #333;
}
#member .js_modalCont .flex li:nth-child(2){
padding-top: 30px;
}
#member .js_modalCont .flex li:last-of-type{
padding-bottom: 0;
border-bottom: none;
}
#member .js_modalCont .flex li img{
display: block;
width: 75%;
margin: 0 auto;
}
#member .js_modalCont .flex li:first-of-type img{
margin: 0;
}
#member .js_modalCont .flex li > div{
padding: 0 10px;
}
#member .js_modalCont .flex li h3{
font-size: 1.6rem;
padding-bottom: 10px;
}
#member .js_modalCont .flex li h4{
padding-bottom: 5px;
}
#member .js_modalCont .flex li table{
display: block;
padding-bottom: 20px;
}
#member .js_modalCont .flex li table tr{
padding-bottom: 10px;
}
#member .js_modalCont .flex li table th{
width: 55px;
padding-bottom: 5px;
}
#member .js_modalCont .flex li table td{
padding-bottom: 5px;
}
#member .js_modalCont .flex li h5{
padding-bottom: 5px;
}
#member .js_modalCont .flex li p{
font-size: 1.4rem;
}
#member .js_modalCont > h4{
font-size: 2.0rem;
padding-bottom: 10px;
}
#member .js_modalCont > p{
padding-bottom: 30px;
}
/*--------------------
#about
--------------------*/
#about{
padding: 80px 0 150px;
}
#about .box{
background-size: 200px;
}
#about h2{
margin: 0 auto 20px;
}
#about h3.h3-p{
padding-bottom: 80px;
}
#about .popup-btn{
width: 70%;
transform: rotate(3deg);
}
#about .popup-btn p{
padding-left: 10px;
}
#about .popup-btn p span{
padding-bottom: 10px;
}
#about .popup-btn img{
bottom: 30px;
right: 10px;
width: 40%;
}
#about .strong{
bottom: -160px;
width: 30%;
}
#about .strong.bg{
height: 142px;
}
#about .shibire{
right: 20px;
top: -73px;
width: 30%;
}
#about .shibire.bg{
height: 80px;
}
#about .yakan{
right: -20px;
bottom: -50px;
width: 30%;
}
#about .otokomae{
right: 2%;
bottom: 190px;
width: 40%;
}
/*モーダルウィンドウ中身*/
#about .js_modalContInner.about {
width: 90%;
/*max-height: 70vh;*/
padding: 20px 0;
}
#about .js_modalCont.about .about{
top: 55px;
right: 0px;
width: 22%;
}
#about .js_modalCont.about h2{
padding: 0 5%;
}
#about .js_modalCont.about h2 img{
display: block;
width: 60%;
margin: 0 auto;
}
#about .js_modalCont.about h2 p{
width: 80%;
font-size: 1.2rem;
padding-top: 15px;
}
#about .js_modalCont.about > ul{
padding: 30px 5% 0 5%;
}
#about .js_modalCont.about > ul > li{
padding-bottom: 30px;
}
#about .js_modalCont.about > ul li h4{
font-size: 2.0rem;
padding-bottom: 10px;
}
#about .js_modalCont.about > ul li:last-of-type p{
padding-bottom: 20px;
}
#about .js_modalCont.about > ul li table tr{
padding-bottom: 10px;
}
#about .js_modalCont.about > ul li table th{
width: 57px;
padding-right: 10px;
padding-bottom: 5px;
}
#about .js_modalCont.about > ul li table td{
padding-bottom: 5px;
}
#about .js_modalCont.about > ul li ul{
padding-bottom: 30px;
}
#about .js_modalCont.about > ul li ul li{
padding-bottom: 5px;
}
#about .js_modalCont.about a.map{
width: 100px;
padding: 0 10px 2px;
margin: 0 0 30px 5%;
}
#about .js_modalCont.about .logo{
width: 70px;
transform: translateY(-70px);
right: 5%;
}
#about .js_modalCont.about .entry-btn{
width: 90%;
}
/*モーダルウィンドウ中身*/	
#about .js_modalCont.charm .reason img.charm{
top: 10px;
left: 0;
width: 33%;
}
#about .js_modalCont.charm .reason img.skeleton{
bottom: -5px;
left: -10px;
width: 26%;
}
#about .js_modalCont.charm .reason img.title-charm{
top: 0;
left: 30%;
width: 17%;
}
#about .js_modalCont.charm .reason img.otokomae{
top: 30px;
right: 10%;
width: 40%;
}
#about .js_modalCont.charm .reason h3{
background-size: 30%;
background-position: right 0px bottom 10px;
font-size: 2.0rem;
padding: 90px 0 20px 50%;
text-indent: 5em;
line-height: 1.2;
}
#about .js_modalCont.charm .reason h3 span{
font-size: 2.4rem;
padding: 0 10px;
}
#about .js_modalCont.charm .list{
padding: 30px 5%;
margin-bottom: 50px;
}
#about .js_modalCont.charm .list > p{
font-size: 1.4rem;
padding-bottom: 30px;
}
#about .js_modalCont.charm .list ol li{
font-size: 4.2vw;
padding-bottom: 7px;
}
#about .js_modalCont.charm .list ol li p{
font-size: 1.4rem;
padding: 7px 0 20px;
}
#about .js_modalCont.charm .list ol li:nth-child(2) p,
#about .js_modalCont.charm .list ol li:nth-child(3) p{
width: 80%;
}
#about .js_modalCont.charm .list ol li:nth-child(2) img{
width: 20%;
bottom: 45px;
right: -5px;
}
#about .js_modalCont.charm .list ol li:nth-child(3) img{
width: 21%;
bottom: 70px;
right: -5px;
}
#about .js_modalCont.charm .survey{
background-size: 80%;
background-position: right -10px bottom 65px;
}
#about .js_modalCont.charm .survey h3{
font-size: 2.0rem;
padding-bottom: 20px;
}
#about .js_modalCont.charm .survey h3 span{
font-size: 2.0rem;
}
#about .js_modalCont.charm .survey p{
font-size: 1.4rem;
padding-bottom: 15px;
}
#about .js_modalCont.charm .survey img{
    width: 70%;
    padding: 10px 0 30px;
margin: 0 auto;
}
#about .js_modalCont.charm .survey img{
width: 70%;
padding-bottom: 10px;
}
#about .js_modalCont.charm .survey-list > li{
padding: 10px 5%;
margin-bottom: 30px;
}
#about .js_modalCont.charm .survey-list > li h5{
font-size: 1.4rem;
padding-bottom: 10px;
}
#about .js_modalCont.charm .survey-list > li ul{

}
#about .js_modalCont.charm .survey-list > li ul li img{
width: 70%;
margin: 0 auto 10px;
}
#about .js_modalCont.charm .survey-list > li ul li p{
font-size: 1.0rem;
}
/*--------------------
#news
--------------------*/
#news .box .inner{
padding: 30px 20px;
}
#news .box .inner h2{
max-width: 370px;
margin-bottom: 30px;
}
#news .box .inner h3{
font-size: 5vw;
margin-bottom: 10px;
}
#news .box .inner .flex{
padding-bottom: 10px;
}
#news .box .inner .flex div{
align-items: center;
}
#news .box .inner .flex div img{
width: 40px;
margin-right: 10px;
}
#news .box .inner .flex div p{
font-size: 1.6rem;
margin-right: 10px;
}
#news .box .inner .flex div p span{
font-size: 1.0rem;
}
#news .box .inner .flex > img{
width: 70px;
}

#news ul{
width: 94%;
}
#news ul li{
width: 33.333%;
}
/*--------------------
#justice
--------------------*/
#justice{
background-image: url("../images/fukidashi02-sp.png");
padding: 70px 0 120px;
margin: 0 auto;
background-repeat: no-repeat;
background-size: contain;
}
#justice .box > .seid{
bottom: -90px;
right: 50px;
width: 30%;
}
#justice .box > h3{
padding: 70px 40px 70px 0;
bottom: -80px;
right: 70px;
}
#justice .box > img,
#justice .box > div.seid{
width: 90px;
max-width: 150px;
bottom: -150px;
right: -20px;
}
#justice h3{
font-size: 6vw;
padding-bottom: 10px;
}
#justice h3 span{
font-size: 1.8rem;
padding: 5px 0 0 10px;
}
#justice p{
width: calc(100% - 110px);
font-size: 1.4rem;
padding-left: 10px;
}
/* ==========================
モーダル（ポップアップ）
========================== */
.js_modalContInner {
width: 80%;
max-height: 70vh;
padding: 20px;
}
.js_modalCont {
max-height: 70vh;
}
.js_modalClose {
top: -30px;
}
.js_modalClose::before{
top: 50px;
right: 10px;	
}
.js_modalClose::before,
.js_modalClose::after {
background-color: #fff;
}
}

@media (min-width: 561px){
.onbr{
display: none;
}
h2.h2-tag img{
width: 50%;
}
.popup-btn p{
font-size: 2.6rem;
}
.entry-btn{
width: 50%;
padding: 10px 0;
margin-bottom: 10px;
transition: .3s;
}
.entry-btn:hover{
transform: scale(1.1);
transition: .3s;
}
.entry-btn a{
font-size: 2.6rem;
}
.entry-btn a span{
font-size: 1.6rem;
padding-top: 10px;
}
.b-box{
font-size: 1.8rem;
padding: 5px 0 7px;
margin-bottom: 50px;
}
/*--------------------
hero
--------------------*/
#hero{
padding-top: 50px;
}
#hero h1 {
padding: 30px 0 50px;
}
#hero .box{
padding-top: 20px;
}
#hero .box img{
width: 40px;
padding-right: 30px;
}
#hero .box h2{
width: 280px;
padding: 3px 0px 5px 20px;
margin-bottom: 10px;
background-size: 25px;
background-position: right 15px center;
}
#hero .box h2 a{
font-size: 1.8rem;
}
#hero .box p{
font-size: 1.8rem;
padding-bottom: 15px;
}
/*--------------------
#teamwork
--------------------*/
#teamwork{
padding-top: 70px;
}
#teamwork .Wrap .flex{
display: flex;
justify-content: center;
align-items: flex-start;
}
#teamwork .Wrap .flex > div:first-of-type h2{
width: 100%;
padding-bottom: 20px;
}
#teamwork  .Wrap .flex > div:first-of-type .mens-3{
transform: translateY(5px);
}
#teamwork .Wrap .flex > div:first-of-type .bonn{
right: -50px;
}
#teamwork .Wrap .flex > div:last-of-type {
position: relative;
transform: translateY(60px);
}
#teamwork .popup-btn{
max-width: 370px;
padding: 50px 60px 60px;
}
#teamwork .popup-btn p{
padding-bottom: 20px;
}
#teamwork .popup-btn:hover img{
transform: scale(1.1) rotate(10deg);
transition: .3s;
}

/*モーダルウィンドウ中身*/
#teamwork .js_modalCont h2{
width: 50%;
}
#teamwork .js_modalCont .flex{
display: flex;
justify-content: space-between;
align-items: center;
}
#teamwork .js_modalCont .flex div{
width: calc(60% - 50px) ;
}
#teamwork .js_modalCont ul li h4{
padding-bottom: 10px;
}
#teamwork .js_modalCont ul li p{
font-size: 1.8rem;
padding-bottom: 50px;
}
/*--------------------
#member
--------------------*/
#member .Wrap .flex li{
width: 33.333%;
}
#member .Wrap h2{
display: flex;
justify-content: center;
align-items: center;
}
#member .Wrap h2 img{
width: 50%;
}
#member .Wrap h3.h3-p{
right: 40px;
}
#member .popup-btn{
width: 50%;
max-width: 370px;
transform: translateY(-50px);
padding: 60px 30px 100px 80px;
}
#member .popup-btn p span{
padding-bottom: 10px;
}
#member .popup-btn img{
top: 80px;
right: 10px;
width: 40%;
transition: .3s;
}
#member .popup-btn:hover img{
transform: scale(1.1) rotate(-10deg);
transition: .3s;
}
/*モーダルウィンドウ中身*/
#member .js_modalCont .variety{
width: 12%;
top: 150px;
left: 28%;
}
#member .js_modalCont h2{
width: 50%;
margin: 0 auto 30px;
}
#member .js_modalCont h2 p{
font-size: 2.4rem;
padding-top: 15px;
}
#member .js_modalCont .flex{
display: flex;
justify-content: space-between;
}
#member .js_modalCont .flex li{
width: 33.333%;
}
#member .js_modalCont .flex li img{
width: 85%;
margin: 0 auto;
display: block;
}
#member .js_modalCont .flex li > div{
border-right: dotted 1px #333;
}
#member .js_modalCont .flex li:first-of-type > div{
border-left: dotted 1px #333;
}
#member .js_modalCont .flex li h3{
font-size: 1.8rem;
padding-bottom: 10px;
}
#member .js_modalCont .flex li h4{
padding-bottom: 5px;
}
#member .js_modalCont .flex li table{
display: block;
height: 90px;
}
#member .js_modalCont .flex li table tr{
padding-bottom: 10px;
}
#member .js_modalCont .flex li table th{
width: 55px;
padding-bottom: 5px;
}
#member .js_modalCont .flex li table td{
padding-bottom: 5px;
}
#member .js_modalCont .flex li h5{
padding-bottom: 5px;
}
#member .js_modalCont .flex li p{
font-size: 1.4rem;
}
#member .js_modalCont > h4{
padding-bottom: 10px;
}
/*--------------------
#about
--------------------*/
#about{
padding: 200px 0;
}
#about h2 img{
display: block;
width: 50%;
margin: 0 auto 20px;
}
#about h3.h3-p{
padding-bottom: 30px;
}
#about .popup-btn{
width: 50%;
max-width: 370px;
padding: 50px 0px 70px 50px;
}
#about .popup-btn p{
text-align: center;
width: 260px;
}
#about .popup-btn p span{
padding-bottom: 10px;
}
#about .popup-btn img{
bottom: -10px;
right: -10px;
width: 43%;
transition: .3s;
}
#about .popup-btn:hover img{
transform: scale(1.1) rotate(10deg);
transition: .3s;
}
/*モーダルウィンドウ中身*/
#about .js_modalContInner.about {
padding: 40px 0;
}
#about .js_modalCont.about h2{
padding: 0 40px;
}
#about .js_modalCont.about h2 img{
display: block;
width: 50%;
margin: 0 auto 20px;
}
#about .js_modalCont.about h2 p{
text-align: center;
font-size: 2.4rem;
margin-bottom: 30px;
}
#about .js_modalCont.about > ul{
padding: 50px 40px 0 40px;
}
#about .js_modalCont.about > ul > li{
padding-bottom: 50px;
}
#about .js_modalCont.about > ul li h4{
padding-bottom: 10px;
}
#about .js_modalCont.about > ul li p{
font-size: 1.8rem;
padding-bottom: 30px;
}
#about .js_modalCont.about > ul li p span{
padding-top: 10px;
}
#about .js_modalCont.about > ul li table tr{
padding-bottom: 10px;
}
#about .js_modalCont.about > ul li table th{
width: 65px;
padding-right: 15px;
padding-bottom: 5px;
}
#about .js_modalCont.about > ul li table td{
padding-bottom: 5px;
}
#about .js_modalCont.about > ul li ul{
padding-bottom: 30px;
}
#about .js_modalCont.about > ul li ul li{
padding-bottom: 5px;
}
#about .js_modalCont.about a.map{
padding: 0 10px 2px;
transition: .3s;
}
#about .js_modalCont.about a:hover{
background: #333;
border: solid 1px #333;
color: #fff;
transition: .3s;
}
#about .js_modalCont.about .logo{
width: 100px;
transform: translateY(-100px);
right: 40px;
}
/*モーダルウィンドウ中身*/	
#about .js_modalCont.charm .list{
margin-bottom: 50px;
}
#about .js_modalCont.charm .list > p{
font-size: 1.8rem;
padding-bottom: 40px;
}
#about .js_modalCont.charm .list ol li{
font-size: 3.0rem;
padding-bottom: 10px;
}
#about .js_modalCont.charm .list ol li p{
font-size: 1.8rem;
padding: 10px 0 50px;
}
#about .js_modalCont.charm .survey h3{
font-size: 3.0rem;
}
#about .js_modalCont.charm .survey h3 span{
font-size: 3.0rem;
}
#about .js_modalCont.charm .survey p{
font-size: 1.8rem;
padding-bottom: 10px;
}
#about .js_modalCont.charm .survey img{
width: 230px;
padding-bottom: 15px;
}
#about .js_modalCont.charm .survey-list > li{
display: flex;
padding: 30px;
margin-bottom: 30px;
}
#about .js_modalCont.charm .survey-list > li h5{
font-size: 1.6rem;
width: 40%;
}
#about .js_modalCont.charm .survey-list > li ul{
width: 60%;
}
#about .js_modalCont.charm .survey-list > li ul li img{
width: 70%;
margin: 0 auto 10px;
}
/*--------------------
#news
--------------------*/
#news .box .inner{
padding: 30px 0;
}
#news .box .inner h2{
width: 50%;
max-width: 370px;
margin: 0 auto 20px;
}
#news .box .inner h3{
margin-bottom: 10px;
}
#news .box .inner .flex{
width: 80%;
padding-bottom: 10px;
}
#news .box .inner .flex div img{
width: 60px;
margin-right: 15px;
}
#news .box .inner .flex div p{
font-size: 2.2rem;
margin-right: 10px;
}
#news .box .inner .flex div p:last-of-type{
padding-bottom: 5px;
}
#news .box .inner .flex div p span{
font-size: 1.2rem;
}
#news .box .inner .flex div p span:last-of-type{
display: inline-block;
padding-left: 10px;
}
#news .box .inner .flex > img{
width: 100px;
}	
#news ul{
width: 80%;
}
#news ul li{
width: 25%;
}
/*--------------------
#justice
--------------------*/
#justice{
padding-top: 20px;
}
#justice .inner{
background-image: url("../images/fukidashi02-pc.png");
width: 600px;
padding: 130px 100px 80px 100px;
margin: 0 auto;
}
#justice h3{
padding: 0 0 15px 20px;
}
#justice h3 span{
font-size: 2.2rem;
padding: 10px 0 0 30px;
}
#justice p{
padding-left: 50px;
}
/* ==========================
モーダル（ポップアップ）
========================== */
.js_modalContInner {
padding: 40px;
}
.js_modalClose {
top: -30px;
}
.js_modalClose::before{
top: 60px;
right: 30px;	
}
.js_modalClose::before,
.js_modalClose::after {
background-color: #fff;
}
}

@media (min-width: 561px) and (max-width: 1024px){
h3.h3-p{
font-size: 2.4rem;
}
h3.h3-p span{
font-size: 2.4rem;
}
.popup-btn p span{
font-size: 2.4rem;
}
/*--------------------
hero
--------------------*/
/*
#hero h1 {
width: 15%;
}
*/
/*--------------------
#teamwork
--------------------*/
#teamwork .Wrap .flex > div:first-of-type{
width: 45%;
}
#teamwork .Wrap .flex > div:last-of-type{
width: 55%;
}
#teamwork  .Wrap .flex > div:first-of-type .mens-3{
width: 70%;
padding-left: 20px;
}
#teamwork .Wrap .flex > div:first-of-type .bonn{
width: 100%;
bottom: -50px;
}
#teamwork .Wrap .flex > div h3{
padding: 0px 0 10px 40px;
}
#teamwork .popup-btn img{
bottom: -45px;
right: -30px;
width: 50%;
}
#teamwork .Wrap .flex > div:last-of-type > img{
width: 35%;
top: 160px;
left: 60px;
}
#teamwork .js_modalCont .flex{
padding-top: 20px;
}
#teamwork .js_modalCont .flex > img{
width: 45%;
margin: 0 auto;
}
#teamwork .js_modalCont .strong{
width: 21%;
right: 0px;
top: -60px;
}
#teamwork .js_modalCont .flex div{
padding-left: 20px;
}
#teamwork .js_modalCont ul li h4{
font-size: 2.4rem;
}
/*--------------------
#member
--------------------*/
#member{
padding-top: 130px;
}
#member .Wrap > img{
width: 25%;
top: 400px;
left: 16%;
}
#member .Wrap h3.h3-p{
top: 100px;
}
#member .js_modalCont .flex{
padding-bottom: 50px;
}
#member .Wrap .flex li{
height: 350px;
}
#member .js_modalCont .flex li > div{
padding: 0 15px;
}
#member .js_modalCont .flex li table{
font-size: 1.4rem;
}
#member .js_modalCont > h4{
font-size: 2.4rem;
}
#member .js_modalCont > p{
padding-bottom: 20px;
}
#member .js_modalCont .entry-btn{
margin-top: 30px;
}
/*--------------------
#about
--------------------*/
#about{
padding: 100px 0 200px;
}
#about .box{
background-size: 45%;
}
#about .strong{
bottom: -220px;
width: 170px;
}
#about .strong.bg{
height: 240px;
}
#about .shibire{
right: 30%;
top:  -95px;
width: 130px;
}
#about .shibire.bg{
height: 100px;
}
#about .yakan{
right: 0px;
bottom: -160px;
width: 150px;
}
#about .otokomae{
right: 2%;
bottom: 200px;
width: 180px;
}
/*モーダルウィンドウ中身*/	
#about .js_modalCont.about .about{
top: 110px;
right: 0px;
width: 15%;
}
#about .js_modalCont.about > ul li h4{
font-size: 2.4rem;
}
#about .js_modalCont.about a.map{
width: 100px;
margin: 0 0 60px 40px;
}
/*モーダルウィンドウ中身*/	
#about .js_modalCont.charm .reason img.charm{
top: 0;
left: 0;
width: 26%;
}
#about .js_modalCont.charm .reason img.skeleton{
bottom: -30px;
left: -15px;
width: 20%;
}
#about .js_modalCont.charm .reason img.title-charm{
top: 0;
left: 25%;
width: 12%;
}
#about .js_modalCont.charm .reason img.otokomae{
top: 25px;
left: 39%;
width: 35%;
}
#about .js_modalCont.charm .reason h3{
background-size: 30%;
background-position: right 0px bottom;
font-size: 3.0rem;
padding: 140px 0 0 56%;
margin-bottom: 30px;
text-indent: 2em;
line-height: 1.4;
}
#about .js_modalCont.charm .reason h3 span{
font-size: 3.0rem;
padding: 0 10px;
}
#about .js_modalCont.charm .list{
padding: 5%;
}
#about .js_modalCont.charm .list ol li:nth-child(2) p,
#about .js_modalCont.charm .list ol li:nth-child(3) p{
width: 80%;
}
#about .js_modalCont.charm .list ol li:nth-child(2) img{
width: 20%;
top: 40px;
right: -10px;
}
#about .js_modalCont.charm .list ol li:nth-child(3) img{
width: 20%;
top: 50px;
right: -15px;
}
#about .js_modalCont.charm .survey{
background-size: 55%;
background-position: right 0px bottom;
}
#about .js_modalCont.charm .survey h3{
padding: 40px 0 20px;
}
/*--------------------
#news
--------------------*/

/*--------------------
#justice
--------------------*/
#justice .box > img,
#justice .box > .seid{
width: 140px;
bottom: -160px;
right: -30px;
}
#justice .box > p.seid{
bottom: 0px;
right: 130px;
width: 20%;
}
#justice .box > h3{
bottom: 20px;
right: 90px;
padding: 110px 100px 110px 0;
}
#justice h3{
font-size: 2.4rem;
}
#justice p{
font-size: 1.4rem;
}
/* ==========================
モーダル（ポップアップ）
========================== */
.js_modalContInner {
width: calc(90% - 80px) ;
max-height: 800px;
}
.js_modalCont {
max-height: 800px;
}
}

@media screen and (min-width: 1025px){
h3.h3-p{
font-size: 2.8rem;
}
h3.h3-p span{
font-size: 2.8rem;
}
.popup-btn p{
font-size: 3.2rem;
}
/*--------------------
hero
--------------------*/
/*
#hero h1 {
width: 150px;
}
img#heroImg {
height: calc(100vh - 395px);
}
*/
/*--------------------
#teamwork
--------------------*/
#teamwork .Wrap .flex > div{
width: 50%;
}
#teamwork  .Wrap .flex > div:first-of-type .mens-3{
width: 60%;
padding-left: 50px;
}
#teamwork .Wrap .flex > div:first-of-type .bonn{
width: 80%;
bottom: -20px;
}
#teamwork .popup-btn img{
bottom: -45px;
right: 20px;
width: 40%;
transition: .3s;
}
#teamwork .Wrap .flex > div:last-of-type > img{
width: 40%;
top: 200px;
left: 60px;
}
#teamwork .Wrap .flex > div h3{
padding: 0px 0 30px 40px;
}
#teamwork .js_modalCont .flex > img{
width: 35%;
margin-left: auto;
}
#teamwork .js_modalCont .strong{
width: 23%;
right: 0px;
top: -40px;
}
#teamwork .js_modalCont .flex div{
padding: 60px 0 60px 50px;
}
#teamwork .js_modalCont ul li h4{
font-size: 3.0rem;
}
/*--------------------
#member
--------------------*/
#member{
padding-top: 180px;
}
#member .Wrap > img{
width: 25%;
top: 500px;
left: 16%;
}
#member .Wrap .flex{
transform: translateY(-30px);
}
#member .Wrap h3.h3-p{
top: 130px;
}
#member .js_modalCont .flex{
padding-bottom: 30px;
}
#member .Wrap .flex li{
height: 430px;
}
#member .js_modalCont .flex li > div{
padding: 0 30px;
}
#member .js_modalCont > h4{
font-size: 3.0rem;
}
#member .js_modalCont > p{
font-size: 1.8rem;
padding-bottom: 30px;
}
/*--------------------
#about
--------------------*/
#about{
padding: 200px 0;
}
#about .box{
background-size: 40%;
}
#about .strong{
bottom: -210px;
width: 200px;
}
#about .strong.bg{
height: 280px;
}
#about .shibire{
right: 30%;
top:  -115px;
width: 160px;
}
#about .shibire.bg{
height: 125px;
}
#about .yakan{
right: -35px;
bottom: 18px;
width: 160px;
}
#about .otokomae{
right: 2%;
bottom: 385px;
width: 230px;
transition: .3s;
}
#about .otokomae:hover{
transform: scale(1.1) rotate(-10deg);
transition: .3s;
}
/*モーダルウィンドウ中身*/	
#about .js_modalCont.about .about{
top: 140px;
right: 50px;
width: 13%;
}
#about .js_modalCont.about > ul li h4{
font-size: 3.0rem;
}
#about .js_modalCont.about a.map{
width: 60px;
margin: 0 0 50px 40px;
}
/*モーダルウィンドウ中身*/	
#about .js_modalCont.charm .reason img.charm{
top: 0;
left: 0;
width: 23%;
}
#about .js_modalCont.charm .reason img.skeleton{
bottom: -60px;
left: -20px;
width: 19%;
}
#about .js_modalCont.charm .reason img.title-charm{
top: 0;
left: 23%;
width: 12%;
}
#about .js_modalCont.charm .reason img.otokomae{
top: 45px;
left: 39%;
width: 25%;
}
#about .js_modalCont.charm .reason h3{
background-size: 30%;
background-position: right 40px bottom;
font-size: 3.0rem;
padding: 150px 0 0 50%;
margin-bottom: 50px;
text-indent: 2em;
}
#about .js_modalCont.charm .reason h3 span{
font-size: 3.0rem;
padding: 0 10px;
}
#about .js_modalCont.charm .list{
padding: 60px 40px;
}
#about .js_modalCont.charm .list ol li:nth-child(2) img{
width: 15%;
top: 10px;
right: 60px;
}
#about .js_modalCont.charm .list ol li:nth-child(3) img{
width: 20%;
top: 10px;
right: 0px;
}
#about .js_modalCont.charm .survey{
background-size: contain;
background-position: right 80px bottom;
}
#about .js_modalCont.charm .survey h3{
padding: 80px 0 20px;
}

/*--------------------
#news
--------------------*/

/*--------------------
#justice
--------------------*/
#justice .box > img,
#justice .box > .seid{
width: 20%;
max-width: 180px;
bottom: -240px;
right: 0;
}
#justice .box > p.seid{
bottom: 70px;
right: 180px;
width: 15%;
}
#justice .box > p.seid img{
transition: .3s;
}
#justice .box > p.seid:hover img{
transform: scale(1.1) rotate(10deg);
transition: .3s;
}
#justice .box > h3{
bottom: 100px;
right: 90px;
padding: 110px 100px 110px 0;
}
#justice h3{
font-size: 2.8rem;
}
#justice p{
font-size: 1.8rem;
}
/* ==========================
モーダル（ポップアップ）
========================== */
.js_modalContInner {
width: 800px;
max-width: 100%;
max-height: 600px;
}
.js_modalCont {
max-height: 600px;
}
}
