/*
Theme Name: re-sol.jp
Author: Teruhisa Osawa
Version: 1.0
*/

*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:pretty}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

*{
box-sizing:border-box;
}
html, body {
height:100%;
font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-feature-settings : "palt"
}
body{
margin:0;
font-size:15px;
color:rgb(0,0,0);
-webkit-text-size-adjust: 100%;
overflow-x: hidden;
height:100%;
}

a{
text-decoration:none;
opacity:1;
line-height:100%;
font-weight:700;
}
a:hover {
-webkit-transition:0.7s;
-moz-transition:0.7s;
-o-transition:0.7s;
transition:0.7s;
}
a img:hover {
-moz-opacity:0.5;
opacity:0.5;
}
a:hover{
color:#1625e9;
cursor:pointer;
}
a.link img:hover,
a.link:hover{
opacity:1;
}
p,dt,dd,td,th,div,li,a{
line-height:1.8;
}
p{
letter-spacing:1px;
}

img{
max-width:100%;
height:auto;
vertical-align:bottom;
}

a.tel,
a.tel img{
opacity:1;
font-weight:500;
cursor:default;
}
.rst ul,
.rst{
margin:0;
padding:0;
}
.rst li{
margin:0;
padding:0;
list-style:none;
}


.flex{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.flex2{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex2.reverse{
flex-direction:row-reverse
}

.en{
font-family: 'Noto Sans JP', sans-serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
}

.serif{
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight:normal;
font-style: normal;
}
img{
max-width:100%;
height:auto;
}
img.shadow,
.shadow img{
width:100%;
height:auto;
box-shadow: 0px 0px 10px #ccc;
}
table{
border-collapse:collapse
}
.pcbr{
display:block;
}
.blue{
color: rgb(0, 147, 189);
}
.uline{
border-bottom:1px solid #000;
}
sup{
font-size:10px;
}
.yellow{
color: rgb(255, 200, 25);
}

/*====================================================
LAYOUT
====================================================*/
#wrapper{
width:100%;
height:100%;
position:relative;
margin:0 auto;
}
.w1280{
width:1280px;
margin:0 auto;
}
.w1180{
width:1180px;
margin:0 auto;
}
.w1280{
width:98%;
}
.w90{
width:90%;
margin:0 auto;
}
.pcwrap{
width:720px;
margin:0 auto;
}

/*====================================================
HEADER
====================================================*/
#header{
position:fixed;
height:120px;
top:0;
left:0;
right:0;
bottom:0;
margin:0 auto;
background:#fff;
z-index:11;
padding:0 7rem;
}
#header.active{
box-shadow: 2px 2px 2px 2px rgba(100, 100, 100, 0.1);
}
.hdwrap{
position:relative;
width:100%;
height:auto;
}
#header .sitelogo{
position:absolute;
left:0;
top:1rem;
font-size:24px;
line-height:1.5;
width:140px;
height:35px;
z-index:10;
}
#mn{
position:relative;
top:70px;
z-index:10;
padding:0.5rem 0;
font-weight:700;
}
#mn ul{
justify-content:flex-end;
}
#mn ul li{
margin-left:2rem;
}
#mn .mnbtn{
display:none;
}

#mn.active .mncnt{
display:none;
width:100%;
background:#eee;
padding:1rem 0;
}
#mn.active ul li a{
display:block;
padding:0.3rem;
}
#mn.active .mnbtn{
display:block;
}

/*====================================================
BREADCRUMB
====================================================*/
#breadcrumb{
background:rgb(245 245 244);
padding:0.3rem 0 0.3rem 7rem;
margin-bottom:2rem;
}
#breadcrumb li a,
#breadcrumb li{
font-size:14px;
}
#breadcrumb li:after{
content:">";
right:10px;
color:#666;
}
#breadcrumb li{
margin-right:0.5rem;
}
#breadcrumb li a{
padding-right:0.5rem;
font-size:12px;
font-weight:normal;
color:#666;
}
#breadcrumb li:last-child:after{
content:"";
}


/*====================================================
SPNAVI
====================================================*/
.spmn{
top:0.5rem;
right:0;
position: absolute;
cursor: pointer;
width: 50px;
height:50px;
border-radius: 5px;
z-index:12;
}
.spmn span{
display: inline-block;
transition: all .4s;
position: absolute;
left: 10px;
height: 3px;
border-radius: 2px;
background: #000;
}
.spmn.active{
position:fixed;
right:1rem;
top:1rem;
}
.spmn.active span{
background: #000;
}
.spmn span:nth-of-type(1) {
top:15px; 
width: 70%;
}
.spmn span:nth-of-type(2) {
top:23px;
width: 60%;
}
.spmn span:nth-of-type(3) {
top:31px;
width: 40%;
}
.spmn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-135deg);
width: 30%;
}
.spmn.active span:nth-of-type(2) {
opacity: 0;
}
.spmn.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(135deg);
width: 30%;
}


#nav{
display:none;
position:fixed;
overflow-y: auto;
top:0;
left:0;
right:0;
bottom:0;
background:#fff;
width:100%;
height:100%;
z-index:11;
transition:0.5s;
}
#nav.active{
display:block;
animation:0.5s fadein2 forwards;
}
.navwrap{
width:640px;
padding:1rem;
margin:0 auto;
position:relative;
}
#nav nav{
margin: 4rem 1.5rem 1rem 1.5rem;
}
#nav ul li{
background: url(https://inote.co.jp/v2/common/img/arw6.png) no-repeat left 12px;
background-size: 24px 24px;
padding-left: 32px;
border-bottom:1px solid #ddd;
}
#nav ul li a{
padding:0.75em;
display:block;
}

/*====================================================
MAIN, PAGE
====================================================*/
main{
margin-top:120px;
margin-bottom:6rem;
}
#vm {
background-color: #000;
overflow-x: auto;
}
#vm ul {
display: flex;
width: max-content;
margin: 0 auto;
}
#vm ul li a {
display: flex;
align-items: center;
justify-content: center;
display: inline-block;
padding: 10px 25px;
height: 50px;
font-size: 15px;
color: #fff;
text-decoration: none;
}
#vm ul li a:hover {
background-color: #cc0000;
}

.sec{
margin-bottom:6rem;
position:relative;
}
.sec h2{
font-weight:700;
line-height:1.5;
margin-bottom:3.5rem;
font-size:30px;
text-align:center;
}
.sec h2 .jp{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, rgb(255,200,25) 0%) repeat scroll 0 0;
}
.sec h2 .en{
display:block;
font-weight:800;
}

.sec .readmore{
position:absolute;
right:0;
top:0;
}
.sec .readmore a{
padding:0.5rem;
border:1px solid #ddd;
}
.rsvbox{
padding:4rem 0;
}

.mnbtn{
text-align:right;
}
.mnbtn:hover{
cursor:pointer;
}
.catch{
position:relative;
padding:7rem 0;
background:url(https://inote.co.jp/v2/common/img/topbg.png) center center;
margin-bottom:6rem;
}
.catch.area{
margin-bottom:4rem;
}
#marketing h3,
.catch h1{
background:rgb(255,200,25);
font-size:24px;
line-height:1.5;
padding:0.7rem 0 0.7rem 5rem;
margin-bottom:2rem;
width:60%;
font-weight:700;
}
h1.copy{
background:none;
}
.catch.marketing h1{
color:#fff;
background:rgb(0,147,189);
}
.catch.beauty h1{
color:#fff;
background:rgb(253,86,74);
}
.catch .description{
margin-bottom:2rem;
}
#marketing h2,
.catch .copy{
padding-left:7rem;
font-size:36px;
margin-bottom:4rem;
line-height:1.5;
font-weight:700;
}

.home .catch .en{
font-size:18px;
color:rgb(0, 147, 189);
display:block;
margin-left:7rem;
margin-bottom:1rem;
z-index:2;
position:relative;
}
.home .catch .copy{
margin-bottom:2rem;
background:url(https://inote.co.jp/v2/common/img/topbg2.png) center center;
z-index:2;
position:relative;
}
.home .catch .description{
z-index:2;
position:relative;
}
#marketing p,
.catch p{
padding-left:7rem;
font-size:17px;
}
.catch_btn{
width:60%;
padding-left:7rem;
}
.btn2,
.catch_btn li{
margin:0 0 3rem 0;
width:47.5%;
}
.solutionbox .btn2{
margin:0 auto 2rem auto;
}
#service .btn2{
width:55%;
}
.catch_btn.top li{
width:480px;
margin-right:1.5rem;
}
.btn2 a,
.catch_btn li a{
font-size:21px;
border:2px solid rgb(0 122 255);
border-bottom:4px solid rgb(0 100 200);
background:#fff;
text-align:center;
display:block;
border-radius:3rem;
padding:1rem 2rem;
font-weight:700;
}
.btn2 a,
.catch_btn li.btn1 a{
color:#fff;
background:rgb(0 122 255);
}
.btn2 a:hover,
.catch_btn li a:hover{
text-decoration:underline;
border-bottom:4px solid rgb(0 100 200);
}
.catch_btn li.btn2 a{
color:rgb(0 122 255);
}

.catch .img{
width:500px;
position:absolute;
top:10%;
right:4rem;
z-index:5;
}

.topttl{
font-size:24px;
font-weight:bold;
margin-bottom:1rem;
}
.topttl .jp{
display:block;
margin-left:1.9rem;
}
.h3d,
.h3c{
margin-top:2rem;
}
.h3d .num,
.h3c .num{
color:#fff;
}
.h3d .num{
background:rgb(253,86,74);
}
#service .h3{
font-size:24px;
margin:3rem 0 2rem 0;
}
#service .h3 .en{
display:block;
}
#service h3.h3b{
font-weight:bold;
font-size:28px;
}
#service.sec2 .svc h3{
margin:2rem 0;
}
#service h4{
line-height:1.5;
font-size:21px;
margin-bottom:2rem;
}
#service.top h4{
width:auto;
padding:0 1rem;
}
#service .des1{
font-size:21px;
margin-bottom:1.5rem;
color:#000;
}
#service .des2{
margin-bottom:1.5rem;
}
#service .svc{
position:relative;
}
#service .svc .img{
position:absolute;
right:1rem;
top:30%;
width:180px;
}
#service .svc p{
margin-bottom:2rem;
}
#service .svc p.big{
margin-bottom:1rem;
color:rgb(0,147,189);
}
#service .svc ul{
margin-bottom:2.5rem;
}
#service h5{
font-size:21px;
margin-bottom:1rem;
}
.svcbox{
position:relative;
padding:1.5rem;
background: url(https://inote.co.jp/v2/common/img/topbg.png) center center;
margin-bottom:2rem;
}
.svcbox p{
margin-bottom:1rem;
}
.svcbox ul li{
background:#fff;
border-radius:3rem;
margin-bottom:0.5rem;
padding:0.2rem 1rem;
margin-right:0.6rem;
font-size:12px;
}
.svcbox .arw15{
position:absolute;
right:1.5rem;
top:1.5rem;
width:42px;
height:42px;
}
.svcbox h6{
font-size:21px;
margin:0 0 1rem 0;
}
.tags{
margin-bottom:1.5rem;
}
.tags li{
margin-right:1rem;
font-weight:bold;
}
.sec p.copy2{
margin-bottom:2rem;
}

.sec .h3{
color:rgb(0,147,189);
font-size:24px;
margin:3rem 0;
line-height:1.5;
}

.sec .h4{
margin-bottom:2rem;
font-weight:700;
}
.sec .h4 span{
color:rgb(0,147,189);
background:rgb(0,147,189);
color:#fff;
font-size:21px;
border-radius:2rem;
padding:0.3rem 1.5rem;
}
.sec div.h4 span{
font-size:18px;
}
.sec2 p{
margin-bottom:1rem;
}
.sec2 .catch_btn{
margin:3rem 0 0 0;
}
.sec2 .catch_btn li{
margin-bottom:0;
}

.sec2 h3{
font-size:21px;
margin-bottom:1.5rem;
}
#service h4,
.num{
margin-right:1rem;
background:rgb(255,200,25);
color:#000;
border-radius:2rem;
padding:0.3rem 1.5rem;
font-weight:700;
}
#service h4{
display:inline-block;
text-align:center;
}
#feature{
background:rgb(245,245,244);
padding:4rem 0 0 0;
}
#point2,
#feature2{
background:rgb(221,230,236);
padding:4rem 0;
}
#point2{
padding-bottom:1rem;
}
#feature .item{
margin-top:4rem;
}
#feature .item .txt{
width:50%;
margin-bottom:2rem;
}
#feature .item .img{
width:40%;
}
.solve{
margin-top:1rem;
padding-top:4rem;
background:url(https://inote.co.jp/v2/common/img/arw2.png) no-repeat center top;
background-size:40px 37px;
color:rgb(0, 147, 189);
}
.solve p{
font-weight:bold;
font-size:18px;
}
.solve p.big{
font-size:36px;
}
ul.check li{
padding:0.5rem 0.5rem 0.5rem 36px;
background:url(https://inote.co.jp/v2/common/img/ico_check2.png) no-repeat left 9px;
background-size:28px 28px;
}
ol.number li{
padding:0.5rem 0.5rem 0.5rem 36px;
background:url(https://inote.co.jp/v2/common/img/n01.png) no-repeat left 9px;
background-size:28px 28px;
}
ol.number li:nth-child(2){background:url(https://inote.co.jp/v2/common/img/n02.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(3){background:url(https://inote.co.jp/v2/common/img/n03.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(4){background:url(https://inote.co.jp/v2/common/img/n04.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(5){background:url(https://inote.co.jp/v2/common/img/n05.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(6){background:url(https://inote.co.jp/v2/common/img/n06.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(7){background:url(https://inote.co.jp/v2/common/img/n07.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(8){background:url(https://inote.co.jp/v2/common/img/n08.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(9){background:url(https://inote.co.jp/v2/common/img/n09.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(10){background:url(https://inote.co.jp/v2/common/img/n10.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(11){background:url(https://inote.co.jp/v2/common/img/n11.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(12){background:url(https://inote.co.jp/v2/common/img/n12.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(13){background:url(https://inote.co.jp/v2/common/img/n13.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(14){background:url(https://inote.co.jp/v2/common/img/n14.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(15){background:url(https://inote.co.jp/v2/common/img/n15.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(16){background:url(https://inote.co.jp/v2/common/img/n16.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(17){background:url(https://inote.co.jp/v2/common/img/n17.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(18){background:url(https://inote.co.jp/v2/common/img/n18.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(19){background:url(https://inote.co.jp/v2/common/img/n19.png) no-repeat left 9px;background-size:28px 28px;}
ol.number li:nth-child(20){background:url(https://inote.co.jp/v2/common/img/n20.png) no-repeat left 9px;background-size:28px 28px;}

.tbl1,
.tbl1 th,
.tbl1 td{
border-collapse: collapse;
border:1px solid #333;
}
.tbl1{
width:100%;
margin-bottom:4rem;
}
.tbl1 th,
.tbl1 td{
width:33%;
text-align:center;
padding:0.5rem;
background:#fff;
}
.tbl1 td{
background:#eee;
}

.tbl1 th.ot{
background:#ddd;
}
.tbl1 th.us{
background:#efc838;
font-weight:700;
}
.tbl1 td.us{
background:#ffefab;
font-weight:700;
font-size:28px;
}

.btn1{
width:240px;
}
.btn3 a{
background:url(https://inote.co.jp/v2/common/img/arw9.png) no-repeat left center;
background-size:24px 24px;
padding-left:32px;
font-weight:bold;
font-size:21px;
line-height:24px;
}

.caseimg_cnt .item a:hover,
.btn3 a:hover{
border-bottom:1px solid #1625e9;
}
.arwr{
margin-bottom:2rem;
}
.arwr li{
background:url(https://inote.co.jp/v2/common/img/ico_arwr.png) no-repeat left 4px;
background-size:24px 24px;
padding-left:32px;
margin-bottom:0.5rem;
}
#service .item{
margin-bottom:5rem;
}

.caseimg{
margin-left:1.5rem;
margin-bottom:2rem;
}
.caseimg_end .end,
.caseimg_stt .stt{
width:75px;
height:75px;
background:rgb(255, 200, 25);
border-radius:50%;
line-height:75px;
text-align:center;
margin-right:1rem;
border:2px solid #000;
display:block;
position:absolute;
z-index:2;
left:-37px;
}
.caseimg_stt .stt{
top:0;
}
.caseimg_end .end{
bottom:0;
}
.caseimg_cnt{
border-left:2px solid rgb(0, 0, 0);
margin-left:37px;
padding-left:3.4rem;
position:relative;
}
.caseimg_cnt .txt{
background:rgb(243, 250, 255);
padding:0.5rem 1rem;
margin-bottom:1rem;
font-weight:700;
font-size:21px;
}
.caseimg_cnt .item:last-child .txt{
margin-bottom:0;
}
#point3 .caseimg_cnt .item:last-child .txt{
margin-bottom:1rem;
}
.caseimg_cnt .point .txt{
color:#fff;
background: rgb(88 147 187);
}
.caseimg_cnt .item{
padding-bottom:2rem;
margin-bottom:2rem;
position:relative;
}
.caseimg_cnt .item:after{
content:"";
position:absolute;
left:20px;
width:30px;
height:45px;
background:url(https://inote.co.jp/v2/common/img/arw7.png) no-repeat;
background-size:30px 45px;
}
.caseimg_cnt .item.first:before{
content:"";
position:absolute;
left:20px;
top:-57px;
width:30px;
height:45px;
background:url(https://inote.co.jp/v2/common/img/arw7.png) no-repeat;
background-size:30px 45px;
}
.caseimg_cnt .item.last{
padding:0;
margin:0;
}
.caseimg_cnt .item.last:after{
position:static;
background:none;
}
.caseimg_cnt .item p{
position:absolute;
left:6rem;
}
.caseimg_cnt .item a{
border-bottom:1px solid #000;
}
.caseimg_cnt .repeat{
padding-left:1rem;
}
.caseresult{
background:rgb(245, 245, 244);
border-radius:2rem;
padding:2rem;
margin-bottom:4rem;
font-size:18px;
}
.caseresult .txt{
width:65%;
}
.caseresult .img{
width:30%;
}
.caseresult p{
margin-top:1rem;
}

#plan .item{
border:2px solid #ccc;
border-radius:2rem;
padding:1.5rem;
margin-bottom:3rem;
position:relative;
}
#plan .item.last{
margin-bottom:1rem;
}
#plan .item h3{
text-align:center;
}
#plan ul{
margin-bottom:1rem;
}
#plan li{
padding-left:30px;
border-bottom:1px solid #ddd;
padding:0.3rem 0.3rem 0.3rem 30px;
}
.ico_price{
background:url(https://inote.co.jp/v2/common/img/ico_price.png) no-repeat left center;
background-size:21px 21px;
}
.ico_cal{
background:url(https://inote.co.jp/v2/common/img/ico_cal.png) no-repeat left center;
background-size:21px 21px;
}
.ico_time{
background:url(https://inote.co.jp/v2/common/img/ico_time.png) no-repeat left 10px;
background-size:21px 21px;
}
.ico_price2{
background:url(https://inote.co.jp/v2/common/img/ico_price2.png) no-repeat left center;
background-size:21px 21px;
}
.ico_cal2{
background:url(https://inote.co.jp/v2/common/img/ico_cal2.png) no-repeat left center;
background-size:21px 21px;
}
.ico_time2{
background:url(https://inote.co.jp/v2/common/img/ico_time2.png) no-repeat left center;
background-size:21px 21px;
}
#plan .item .no1{
position:absolute;
top:1rem;
right:2rem;
background:url(https://inote.co.jp/v2/common/img/ico_crown.png) no-repeat center center;
background-size:cover;
color:#fff;
width:85px;
height:103px;
padding-top:40px;
line-height:1.3;
text-align:center;
}
#plan .item.plan2{
background:rgb(243, 250, 255);
border:2px solid rgb(0,147,189);
}
#plan .item.plan2 li,
#plan .item.plan2 h3{
color:rgb(0,147,189);
}

#introduce .item{
padding:1.5rem;
border-radius:1.5rem;
background:rgb(243, 250, 255);
margin-bottom:3rem;
position:relative;
}
#introduce .item:after{
position:absolute;
content:"";
width:18px;
height:22px;
left:0;
right:0;
bottom:-2rem;
margin:0 auto;
background: url(https://inote.co.jp/v2/common/img/arw5.png) no-repeat bottom center;
background-size: 18px 22px;
}
#introduce .item:last-child:after{
background:none;
}
#introduce .step{
color:rgb(0, 147, 189);
width:20%;
text-align:center;
font-size:18px;
line-height:1.3;
display:block;
margin-top:1rem;
font-weight:700;
}
#introduce.sec2 p{
margin-bottom:0;
}
#introduce .step .big{
display:block;
}
#introduce .txt{
width:75%;
}

.casebox{
border:1px solid #999;
padding:1.5rem;
border-radius:1.5rem;
margin-bottom:2rem;
}
.casebox h4{
color:rgb(0, 147, 189);
position:relative;
}
.casebox h4 .ln {
font-size:16px;
background:#fff;
position:relative;
z-index:1;
padding-right:0.5rem;
}
.casebox h4::after {
content:"";
width:100%;
height:1px;
display:block;
background-color:rgb(0, 147, 189);
position:absolute;
top:50%;
left:0;
z-index:0;
}
.casebox ul{
margin-bottom:1.5rem;
}
#what ul li{
background:rgb(255, 200, 25);
font-weight:700;
width:24%;
text-align:center;
border-radius:0.5rem;
padding:1rem 0.5rem;
}
.mokuteki{
margin-top:2rem;
}
.mokuteki .item{
background:rgb(243, 250, 255);
border-radius:50%;
width:45%;
height:320px;
text-align:center;
padding-top:1.5rem;
}
.mokuteki p{
margin-top:1rem;
}
.mokuteki .item img{
width:40%;
margin:0 auto;
}
.catch_page{
padding-top:3rem;
margin-bottom:4rem;
}
.catch_page h1{
font-size:36px;
margin-bottom:2rem;
line-height:1.5;
font-weight:700;
}

#recruit dt{
font-weight:700;
font-size:18px;
margin-bottom:1rem;
}
#recruit dd{
margin-bottom:2rem;
}
#recruit .refine li{
margin-bottom:0.5rem;
width:24%;
}
#recruit .refine li a{
display:block;
background:rgb(245 245 244);
font-size:14px;
padding:0.3rem;
text-align:center;
}
#recruit .refine li.on a{
color:#fff;
background:rgb(0, 147, 189);
}
#recruit .refine ul:before{
content:"";
display: block;
width:23%;
order:1;
}
#recruit .refine ul:after {
content: "";
display: block;
width: 24%;
height: 0;
}
#recruit .item{
background:rgb(245 245 244);
border:1px solid #ccc;
padding:1rem;
margin-bottom:2rem;
}
.rinfo{
padding-bottom:1rem;
margin-bottom:1rem;
border-bottom:1px solid #ddd;
}
.rinfo li{
padding:0.1rem 1rem;
margin:0 0.5rem 0.5rem 0;
background:#ddd;
text-align:center;
font-size:15px;
}
.loadmore{
margin:2rem auto 4rem auto;
}
.btn_more{
text-align:center;
}
.btn_more a{
margin:4rem auto 0 auto;
width:240px;
border:2px solid #000;
display:block;
padding:0.5rem 2.5rem;
border-radius:5rem;
}
.view-more-button.btn_more .arw11,
.bliss_loadmore .arw11,
.btn_more a .arw11{
padding-right:24px;
background:url(https://inote.co.jp/v2/common/img/arw11.png) no-repeat right center;
background-size:18px 6px;
}

.view-more-button.btn_more,
.bliss_loadmore.btn_more{
margin:0 auto;
background:none;
color:#000;
width:240px;
border:2px solid #000;
display:block;
padding:0.5rem 2.5rem;
border-radius:5rem;
font-size:15px;
height:auto;
line-height:1.7;
}
.bliss_loadmore.btn_more:hover{
background:none;
color:#000;
}
.loading-img img{
margin:0 auto;
text-align:center;
}
#product .btn_more a{
margin-top:1rem;
width:100%;
}
.catch_recruit{
margin-bottom:4rem;
}
.catch_recruit h1{
margin-bottom:1.5rem;
}
.item.solution h3 a,
.catch_recruit h1.solution{
color: rgb(0, 147, 189);
}
.catch_recruit .bname{
margin-bottom:1.5rem;
}
.catch_recruit .rinfo{
padding-bottom:2rem;
margin-bottom:2rem;
}

#recruit_single.sec h2{
text-align:left;
margin-bottom:2.5rem;
}

.box{
margin-bottom:4rem;
}
.box h2{
position:relative;
padding-top:1.8rem;
font-size:28px;
text-align:left;
margin-bottom:2rem;
}
.box h2::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 32px;
height: 4px;
background: #F9BB2B;
}
#media_single .box{
margin-bottom:4rem;
}
#recruit_single .box h2{
padding-top:0;
color:rgb(0, 147, 189);
}
#recruit_single .box h2:before{
display:none;
}

.tbl2{
width:100%;
margin-bottom:3rem;
border-top:1px solid #999;
}
.tbl2 td,
.tbl2 th{
border-bottom:1px solid #999;
padding:1rem;
vertical-align:top;
text-align:left;
}
.tbl2 th{
white-space:nowrap;
}
#media{
padding-top:2rem;
}
.rmedia .item,
#media .item{
margin-bottom:3rem;
}
.rmedia .img img,
#media .img img{
width:100%;
margin-bottom:1rem;
}
#media_single .cat,
.rmedia .cat,
#media .cat{
margin-bottom:1rem;
color:#F9BB2B;
}
#media .cat li{
margin-right:0.3rem;
}
#media .cat li:after{
content:", ";
}
#media .cat li:last-child:after{
content:"";
}
#media .item h2{
text-align:left;
margin-bottom:1.5rem;
}
.rmedia .item p{
font-size:18px;
}
#media_single .date{
font-size:12px;
color:rgb(153, 153, 153);
}
.search2 li,
.mtag li{
margin:0 0.7rem 0.7rem 0;
}
.search2 li a,
.mtag li a{
border:1px solid #e6e6e6;
padding:0.6rem 1rem;
border-radius:0.3rem;
color:#666;
display:block;
}
.mtag li a:hover{
background:#e6e6e6;
color:#666;
text-decoration:none;
}

.main{
margin-bottom:6rem;
}
.side ul{
margin-bottom:4rem;
}
.search1 li{
width:48%;
border-bottom:1px solid #000;
}
.search1 li:nth-child(2),
.search1 li:first-child{
border-top:1px solid #000;
}
.search1 li a{
padding:1.5rem 0.5rem 1.5rem 0.5rem;
display:block;
}
#media_single .cat{
margin-bottom:1.5rem;
}
#media_single h1{
margin-bottom:2rem;
line-height:1.5;
font-size:28px;
}
.contents img{
width:100%;
margin:2.5rem 0;
}

.sns img{
width:48px;
}
.sns li{
margin-right:1rem;
}
.relate{
margin-bottom:3rem;
}
.relate .item{
border-bottom:1px solid #000;
padding:1rem 0;
}
.relate .item:first-of-type{
border-top:1px solid #000;
}
.relate a{
padding:1rem;
display:block;
font-size:21px;
color:rgb(0, 147, 189);
background:url(https://inote.co.jp/v2/common/img/topbg.png) center center;
margin-bottom:1rem;
position:relative;
}
.relate a:after{
width:42px;
height:42px;
right:1rem;
content:"";
position:absolute;
background:url(https://inote.co.jp/v2/common/img/arw16.png) right center no-repeat;
background-size:42px 42px;
}


#form .formttl h1{
margin-bottom:2rem;
}
#form ,formttl p{
margin-bottom:2rem;
}
#form .formttl{
margin-bottom:2rem;
}
.acceptance a{
content:"";
background:url(https://inote.co.jp/v2/common/img/ico_link.png) no-repeat right center;
background-size:21px 21px;
padding-right:32px;
}
#form dt{
font-weight:700;
margin-bottom:0.5rem;
}
#form dd{
margin-bottom:1rem;
}
#form dt .req{
color:#cc0000;
font-size:12px;
border:1px solid #cc0000;
padding:0.1rem 0.3rem;
}
#form dl textarea,
#form dl input[type="text"],
#form dl input[type="email"]{
width:100%;
box-sizing:border-box;
padding:0.5rem;
}
#form dl dd label{
display:block;
margin-bottom:0.5rem;
display: flex;
align-items: center;
}
#form input[type="radio"],
#form input[type="checkbox"]{
border:1px solid #000;
width:18px;
height:18px;
margin-right:0.5rem;
}
#form .label{
display:flex;
align-items: center;
}
#form .chkbox .wpcf7-list-item{
display:block;
}
#form .wpcf7-list-item{
margin-left:0;
}
#form dl input[type="date"],
#form dl select{
padding:0.5rem;
}

.btn_submit{
margin:0 auto;
width:360px;
}
.btn_submit input{
color:#fff;
background:rgb(0 122 255);
border-radius:3rem;
font-weight:700;
border-top:0px;
border-left:0px;
border-right:0px;
border-bottom: 4px solid rgb(0 100 200);
padding:1rem 2rem;
width:100%;
font-size:18px;
}
.btn_submit input:hover{
cursor:pointer;
text-decoration:underline;
}
#product h3{
margin-bottom:3rem;
}
#product h4{
font-size:18px;
margin-bottom:1.5rem;
}
#product .item{
margin-bottom:5rem;
}
#product .item2{
margin-bottom:5rem;
}
#product .item2 .img{
width:50%;
margin:3rem auto;
}
#product .item2 p{
margin-bottom:2rem;
}
.comingsoon{
text-align:center;
padding:5rem 0;
margin:0 auto;
}
.link li{
width:32%;
}
.link li a{
border:1px solid #000;
display:block;
padding:0.7rem 0.5rem;
font-size:16px;
text-align:center;
}
.link li a:hover{
text-decoration:underline;
}
.beauty .ttl{
/*border:1px solid rgb(0, 147, 189);*/
border-radius:5rem;
background:rgb(243, 250, 255);
font-size:21px;
font-weight:bold;
text-align:center;
padding:1rem;
}
.beauty .txt{
border-left:1px solid rgb(0, 147, 189);
margin-left:15%;
padding:1rem 0 1rem 2rem;
position:relative;
}
.beauty .txt:after{
position:absolute;
content:"";
bottom:0;
left:-12px;
right:0;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 20px solid rgb(112,150,187);
}
.beauty .txt2{
height:80px;
background:url(https://inote.co.jp/v2/common/img/arw7.png) no-repeat center center;
background-size:30px 45px;
}
.catchcopy span{
font-size:21px;
font-weight:bold;
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffb80 0%) repeat scroll 0 0;
}
.yoko{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.yoko dt{
width: 15%;
padding:1rem;
margin-bottom:0.5rem;
border-bottom:1px solid #ddd;
}
.yoko dd{
width: 85%;
padding:1rem;
border-bottom:1px solid #ddd;
margin-bottom:0.5rem;
}
#member .item{
margin-bottom:3rem;
}
#member .item .img{
width:25%;
margin-bottom:1.5rem;
}
#member .item .img img{
width:100%;
height:auto;
}
#member .item .txt{
width:70%;
padding-top:0.5rem;
}
#member .item .txt2{
margin-bottom:2rem;
}
#member .item h3{
font-size:32px;
margin-bottom:3rem;
font-weight:normal;
}
#member .item h3 .mttl{
display:block;
font-size:16px;
margin-bottom:2rem;
}
#vision .img{
width:60%;
margin:2rem auto 0 auto;
}
.mokuji{
margin:2rem 0 4rem 0;
}
.mokuji dt{
margin-bottom:1.5rem;
}
.mokuji li{
border-bottom:1px solid #e6e6e6;
}
.mokuji a{
padding:0.4rem 0;
display:block;
font-weight:normal;
background:url(https://inote.co.jp/v2/common/img/arw10.png) no-repeat right center;
background-size:8px 5px;
}

.img.marketing{
width:65%;
margin:0 auto 2rem auto;
}
#point1 .item{
margin-bottom:2rem;
}
#point1 .item .item_in{
border:2px solid #FEC724;
padding:1.5rem 1.5rem 0.5rem 1.5rem;
border-radius:1rem;
margin-bottom:0.5rem;
}
#point2 .item{
margin-bottom:4rem;
}
h4.h4b{
margin-bottom:2rem;
}
#point1 .num3{
font-size:36px;
font-weight:bold;
color:#FEC724;
padding-left:1rem;
}
h4.h4b span{
font-size:21px;
font-weight:bold;
border:2px solid #000;
}
h4.h4c{
margin-bottom:2rem;
text-align:center;
font-size:24px;
}
.sec p.stgoal{
font-size:24px;
margin-bottom:2rem;
}


#creative .item{
margin-bottom:5rem;
}
#creative dl{
margin-bottom:2rem;
}
#creative dl dt{
font-weight:700;
margin-bottom:0.5rem;
background:url(https://inote.co.jp/v2/common/img/arw10.png) no-repeat left 12px;
background-size:15px 10px;
padding-left:24px;
font-size:18px;
}
#creative dl dd{
margin-left:2rem;
margin-bottom:2rem;
}
.naiyo{
border:1px solid #000;
border-radius:1.5rem;
padding:1.5rem 1.0rem 0.5rem 1.0rem;
margin-bottom:2rem;
}
.naiyo li{
margin-bottom:0.5rem;
}
#creative h5{
font-size:18px;
margin-bottom:1rem;
}
.number2 li{
background:#F3FAFF;
font-weight:bold;
margin-bottom:27px;
padding:0.5rem 1rem;
position:relative;
font-size:18px;
}
.number2 li:after{
content:"";
position:absolute;
bottom:-27px;
left:22px;
width:14px;
height:27px;
background:url(https://inote.co.jp/v2/common/img/arw12.png) no-repeat;
background-size:14px 27px;
}
.number2 li:last-child:after{
background:none;
position:static;
}
.number2 li .nm{
color:#0093BD;
font-weight:900;
}
.points{
display:block;
background:#0095C6;
color:#fff;
width:120px;
padding:0.3rem 1rem;
font-size:18px;
text-align:center;
}
#point2.sec .h3{
margin:1rem 0;
}
#point2 .item_in{
background:#fff;
padding:1.5rem;
}
#point2.sec h4{
background:#FEC724;
font-size:21px;
font-weight:bold;
padding:0.5rem 1rem;
margin-bottom:1rem;
}
#point2 .item p{
margin-bottom:2rem;
}
#point2{
margin-bottom:10rem;
}
#point3{
position:relative;
}
#point3:before{
content:"";
position:absolute;
width:80px;
height:70px;
top:-110px;
left:0;
right:0;
margin:0 auto;
background:url(https://inote.co.jp/v2/common/img/arw13.png) no-repeat top center;
background-size:80px 70px;
}
.stgoal{
position:relative;
width:100%;
height:150px;
}
.stgoal .goal,
.stgoal .start{
border-radius:50%;
border:2px solid #000;
line-height:95px;
text-align:center;
display:block;
width:100px;
height:100px;
font-weight:bold;
background:#FFD700;
position:absolute;
z-index:3;
font-size:20px;
}
.stgoal .start{
left:0;
}
.stgoal .goal{
right:0;
}
.stgoal .sgline{
width:100%;
height:7px;
background:#000;
position:absolute;
top:48px;
z-index:2;
}
.stgoal:after{
content:"";
position:absolute;
background:url(https://inote.co.jp/v2/common/img/arw14.png) no-repeat center bottom;
background-size:cover;
width:30px;
height:84px;
margin:0 auto;
left:0;
right:0;
bottom:0;
}
.sgp{
margin:0 auto 3rem auto;
padding-left:30%;
font-size:24px;
}
.casetop,
.casebtm{
background:#FFD700;
text-align:center;
padding:1rem;
font-size:21px;
font-weight:bold;
border:2px solid #000;
}
#concept .caseimg_cnt,
#point3 .caseimg_cnt{
padding-top:4.5rem;
padding-bottom:1rem;
}
#concept .caseimg_cnt .item:last-child .txt,
#point3 .caseimg_cnt .item:last-child{
margin-bottom:1rem;
}
#concept.sec .h3{
margin-bottom:1.5rem;
}
#concept .topttl{
line-height:2;
margin-bottom:1.5rem;
}
#concept .topttl .jp{
background:#F2F2F2;
border-radius:0.5rem;
margin-left:2rem;
font-size:18px;
padding:0.6rem 1rem;
margin-top:0.5rem;
}
#point3 .process{
position:absolute;
left:-14px;
top:30%;
background:#fff;
border:1px solid #000;
padding:0.2rem 0;
line-height:1.3;
z-index:2;
font-size:18px;
letter-spacing:2px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
#point3 .caseimg_cnt .txt{
padding-left:8%;
}

#marketing .item{
padding: 4rem 0;
background: url(https://inote.co.jp/v2/common/img/topbg.png) center center;
width:90%;
margin:0 auto 2rem auto;
}
#marketing p{
margin-bottom:2rem;
}
#marketing .btn2{
width: 600px;
padding-left: 7rem;
}

.ul1 li{
padding:1rem;
border-bottom:1px solid #ddd;
}
#about h3{
border-bottom:1px solid #ddd;
padding:1rem;
margin:0;
}

#profile h3{
margin:2rem 0;
font-size:21px;
}

#profile p{
margin-bottom:2rem;
}
#profile img{
margin:2rem 0;
}

.vision dl{
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom:3rem;
}
.vision dt{
width: 40%;
padding: 1rem;
margin-bottom: 1rem;
background: rgb(88, 147, 187);
font-size:110%;
color:#fff;
font-weight:bold;
border-radius:1rem 0 0 1rem;
position:relative;
height:60px;
}
.vision dt:after {
content: "";  
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid rgb(88, 147, 187);
position: absolute; right: -30px; top: 0;
}
.vision dd{
height:60px;
width: 60%;
padding: 1rem 1rem 1rem 60px;
margin-bottom: 1rem;
background: rgb(243, 250, 255);
font-weight:bold;
font-size:110%;
border-radius:0 1rem 1rem 0;
}

.base dt{
font-weight:bold;
margin-bottom:0.5rem;
}
.base dd{
margin-bottom:1.5rem;
}

.urlbox {
margin-bottom:2rem;
}

.urlbox a{
display:block;
padding:1rem;
font-size:120%;
background: url(https://inote.co.jp/v2/common/img/topbg.png) center center;
position:relative;
color: rgb(0, 147, 189);
}
.urlbox a:after{
content:"";
width:32px;
height:32px;
top:1rem;
right:15px;
background: url(https://inote.co.jp/v2/common/img/arw16.png) center center;
background-size:cover;
position:absolute;;
}

/*====================================================
SWIPER
====================================================*/
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px !important;
  top: 25% !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 32px;
    width: 32px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 32px;
    width: 32px;
  }
}
.swiper-button-prev::after {
  background-image: url(https://tomoakis.heteml.net/th/v1/img/ico_lt.png);
}
.swiper-button-next::after {
  background-image: url(https://tomoakis.heteml.net/th/v1/img/ico_gt.png);
}



/*====================================================
SINGLE, ARCHIVE
====================================================*/

/*====================================================
FOOTER
====================================================*/
#footer{
background:#000;
padding:3rem 2rem;
color:#fff;
}

.gotop{
width:36px;
height:36px;
position:fixed;
right:1rem;
bottom:1rem;
opacity:0.7;
}

.goform{
text-align:center;
position:fixed;
right:1rem;
bottom:70px;
z-index:11;
}
.goform a{
min-width:240px;
display:block;
padding:1.7rem;
border-radius:1rem;
color:#fff;
background:#007AFF;
}
.goform ul li{
margin-bottom:1rem;
}
.goform ul li:last-child{
margin:0;
}
.goform.mkg a{
padding:0.7rem;

}
#footer ul{
margin-bottom:2rem;
}
.ftbox{
margin-left:2rem;
}
.ftbox .img{
width:42px;
margin-right:1.5rem;
}
.ftbox .txt{
padding-top:1.8rem;
}
.ftbox .txt .ftlink{
margin-bottom:0.5rem;
font-size:14px;
}
.copyright{
font-size:14px;
}

/*====================================================
ANIMATION
====================================================*/
.ani{
opacity:0;
}
.ani.active {
animation:2s fadein forwards;
position:relative;
}
.ani2.active {
animation:0.5s fadein forwards;
}
@keyframes fadein {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes fadein2 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*====================================================
BASE
====================================================*/
strong{font-weight:700;}
.ctr{text-align:center;}
.tgt{text-align:right;}
.tlt{text-align:left;}
.bold{font-weight:bold;}
.mb02{margin-bottom:0.2rem;}
.mb03{margin-bottom:0.3rem;}
.mb05{margin-bottom:0.5rem;}
.mt05{margin-top:0.5rem;}
.mb1{margin-bottom:1rem;}
.mb15{margin-bottom:1.5rem;}
.mb2,p.mb2{margin-bottom:2rem;}
.mb25{margin-bottom:2.5rem;}
.mb3,p.mb3{margin-bottom:3rem;}
.mb4{margin-bottom:4rem;}
.mb6{margin-bottom:6rem;}
.mb8{margin-bottom:8rem;}
.mt2{margin-top:2rem;}
.pt05{padding-top:0.5rem;}
.pb1{padding-bottom:1rem;}
.pt1{padding-top:1rem;}
.pt2{padding-top:2rem;}
.pt4{padding-top:4rem;}
.pt6{padding-top:6rem;}
.pt8{padding-top:8rem;}
.fff{color:#fff;}
.red{color:#E30000;}
.big{font-size:150%;}
.big .small{font-size:80%;}
.med{font-size:120%;}
.small{font-size:75%;}
.txtlt{text-align:left;}
.txtgt{text-align:right;}
.txtctr{text-align:center;}
.lh1{line-height:1;}
.img img,
.img100 img,
.img100{
width:100%;
height:auto;
}

strike{
color:#d62154;
}
.yline{
color:#000;
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffb80 0%) repeat scroll 0 0;
}
.yline2{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgb(255,200,25) 0%) repeat scroll 0 0;
}

.shadow{text-shadow: rgba(0,0,0,0.5) 2px 2px 5px;}
.newsboxsp,
.none,
.sp{display:none;}
.pc{display:block;}


.fff{color:#fff;}

.grecaptcha-badge { visibility: hidden; }


/*====================================================
MEDIA QUERY
====================================================*/

@media screen and (max-width: 1380px) {
.catch .img{
width:420px;
}
}
@media screen and (max-width: 1300px) {
.catch .img{
width:360px;
}
#marketing h3,
.catch_btn,
.catch h1{
width:70%;
}
}
@media screen and (max-width: 1180px) {
.pcwrap{
width:auto;
margin:0 7rem;
}
.catch .img{
display:none;
}
#marketing h3,
.catch_btn,
.catch h1{
width:90%;
}
.submn{
width:100%;
}
}

@media screen and (max-width: 960px) {
.link li{
width:100%;
margin-bottom:0.5rem;
}
}
@media screen and (max-width: 900px) {
.catch{
padding:4rem 0;
}
#marketing p,
.catch p{
font-size:17px;
padding:0 4rem;
}
#marketing h2,
.catch .copy{
font-size:36px;
padding-left:4rem;
margin-bottom:3rem;
}
#marketing h3,
.catch h1{
padding-left:2.5rem;
}
#marketing .btn2,
.catch_btn{
padding-left:4rem;
}
.catch_btn.flex{
display:block;
}
#service .btn2,
.catch_btn.top li,
.btn2,
.catch_btn li{
text-align:center;
width:100%;
margin-bottom:1.5rem;
}
.btn2{
margin-bottom:3rem;
}
.catch_btn li a{
font-size:18px;
}
.catch_btn li.btn1{
margin-bottom:1.5rem;
}
#marketing h3,
.catch_btn,
.catch h1{
width:85%;
}
.catch_btn.top{
width:90%;
padding-left:0;
margin:0 auto;
}
#what ul li{
width:48.5%;
margin-bottom:1rem;
}
}
@media screen and (max-width: 800px) {
body{
font-size:17px;
}
.pcwrap{
width:100%;
margin:0 auto;
padding:0 2rem;
}
#header{
width:100%;
padding:0 2rem;
}
#breadcrumb{
padding-left:2rem;
}
.big{
font-weight:700;
font-size:18px;
}
#introduce .step .big{
font-size:32px;
}
.pcbr{
display:inline;
}

.gotop{
bottom:80px;
}
.goform{
bottom:0;
right:0;
width:100%;
}
.goform.mkg a,
.goform a{
padding:1rem;
border-radius:0;
}
#footer ul{
margin-bottom:4rem;
}
#footer{
padding-bottom:6rem;
}

.goform ul{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.goform ul li{
width:49%;
margin:0;
}
.goform ul li a{
padding:0.5rem;
line-height:1.5;
min-width:100%;
}
}
@media screen and (max-width: 720px) {
.spbr{
display:block;
}
.caseimg_end .ttl,
.caseimg_stt .ttl{
font-weight:700;
}

#freature .item.flex2,
.caseresult.flex2{
display:block;
}
#feature .item .txt,
.caseresult .txt{
width:100%;
}
#feature .item .img,
.caseresult .img{
width:60%;
margin:0 auto;
}
.navwrap{
width:100%;
}
.caseimg{
margin-left:0;
}
.caseimg_cnt .item p {
font-size:15px;
left:4rem;
}
.caseimg_cnt .txt{
font-size:18px;
}
.caseresult{
font-size:21px;
}
.caseresult.point{
font-size:16px;
}
.solve .big,
#service .svc .big{
font-size:24px;
}
.tbl1 th, .tbl1 td{
font-size:12px;
}
.tbl1 td.ot,
.tbl1 td.us{
font-size:21px;
}
.sec h2{
}
#mn ul li{
font-size:18px;
margin:0.3rem 1rem;
}
.med {
font-size: 110%;
}
.mokuteki .item{
width: 49%;
height: 220px;
}
.btn_more{
width:100%;
}
.btn_more a{
display:block;
}
#service .svc .img{
right:0;
position:static;
margin:0 auto 1rem auto;
width:240px;
}

.yoko dt{
width:25%;
}
.yoko dd{
width:75%;
}
#media_single .cat,
.rmedia .cat,
#media .cat{
font-size:14px;
}
.sec2 .rmedia h2,
#media h2{
font-size:18px;
}
.search2 li,
.mtag li {
margin: 0 0.4rem 0.4rem 0;
}
.search2 li a,
.mtag li a{
font-size:12px;
padding:0.4rem 0.7rem;
}
.btn_more a{
font-size:15px;
}
.search1 li a{
padding:1rem 0.3rem;
font-size:14px;
}
.mokuji a{
font-size:15px;
}
#marketing .btn2{
width:70%;
}
.catch h1{
padding:1.2rem 0 1.2rem 1.5rem
}
}

@media screen and (max-width: 640px) {
#marketing h2,
.catch .copy{
font-size:32px;
padding-left:3rem;
padding-right:3rem;
}
#marketing h3{
font-size:21px;
}
#marketing p,
.catch p{
padding:0 3rem;
}
#introduce.sec2 h3{
font-size:20px;
}
#form .formttl h1{
font-size:24px;
}
.img.marketing{
width:90%;
}
.sec p.stgoal{
font-size:21px;
}
#marketing .btn2{
width:80%;
margin:0 auto;
padding:0;
}
.sgp{
padding-left:20%;
font-size:21px;
}
#point3 .caseimg_cnt{
padding-left:2.5rem;
}
#product .item2 .img{
width:80%;
}
#member .item h3{
font-size:24px;
margin-bottom:2rem;
}
#member .item .img{
width:42%;
}
#member .item .txt{
width:50%;
}
#member .item h3 .mttl{
margin-bottom:1.5rem;
}
#member.sec2 p{
font-size:14px;
}
#vision .img{
width:80%;
}
.vision dt{
width:38%;
padding:1rem 0 1rem 1rem;
}
.vision dt:after{
right:-29px;
}
.vision dd{
width:62%;
padding-right:0.5rem;
padding-left:32px;
}
.vision dt,
.vision dd{
font-size:15px;
}
.home .catch .en{
margin-left:3rem;
}
#recruit_single iframe{
width:100%;
}
}
@media screen and (max-width: 480px) {
.home .catch .copy{
font-size:28px;
padding-left:2rem;
padding-right:0;
}
.home .catch .en{
margin-left:2rem;
}
.home .catch p{
padding:0 2rem;
}
#introduce.sec2 h3{
font-size:18px;
}
#plan .item{
}
#nav ul li a{
font-size:14px;
}
#recruit .refine li{
margin-bottom:0.5rem;
width:49%;
}
}
/* Re:Sol プロフィールページ */
#profile .profile-section-title {
  position: relative !important;
  margin: 58px 0 20px !important;
  padding-bottom: 10px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

#profile .profile-section-title::after {
  content: "" !important;
  display: block !important;
  width: 44px !important;
  height: 5px !important;
  margin-top: 9px !important;
  background: #f5c518 !important;
}

#profile .profile-section-title:first-of-type {
  margin-top: 38px !important;
}

#profile .profile-lead {
  margin: 0 0 28px !important;
  font-size: 16px !important;
  line-height: 2 !important;
}

#profile .profile-body p {
  margin: 0 0 24px !important;
  line-height: 2 !important;
}

#profile .profile-axis {
  margin: 30px 0 !important;
  padding: 24px 26px 22px !important;
  border-left: 4px solid #f5c518 !important;
  background: #f8f8f8 !important;
}

#profile .profile-axis__heading {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 12px !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

#profile .profile-axis__number {
  color: #d8a800 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
}

#profile .profile-axis__title {
  display: inline-block !important;
  line-height: 1.4 !important;
}

#profile .profile-axis__number {
  color: #d8a800 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}

#profile .profile-axis p {
  margin: 0 !important;
  line-height: 2 !important;
}

#profile .profile-history {
  margin-top: 28px !important;
  border-top: 1px solid #e5e5e5 !important;
}

#profile .profile-history__intro {
  padding: 18px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  line-height: 1.9 !important;
}

#profile .profile-history__item {
  display: flex !important;
  gap: 18px !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  line-height: 1.9 !important;
}

#profile .profile-history__year {
  flex: 0 0 58px !important;
  color: #d8a800 !important;
  font-weight: 700 !important;
}

#profile .profile-history__text {
  flex: 1 !important;
}

@media screen and (max-width: 767px) {
  #profile .profile-section-title {
    margin-top: 44px !important;
    font-size: 20px !important;
  }

  #profile .profile-axis {
    padding: 20px 18px !important;
  }

  #profile .profile-axis__heading {
    gap: 10px !important;
    font-size: 17px !important;
  }

  #profile .profile-axis__number {
    font-size: 17px !important;
  }

  #profile .profile-history__item {
    gap: 12px !important;
  }

  #profile .profile-history__year {
    flex-basis: 50px !important;
  }
}

/* Re:Sol MVV */
#vision .resol-mvv {
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 0 20px 90px !important;
  color: #222 !important;
}

#vision .resol-mvv__item {
  margin: 0 !important;
  padding: 30px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

#vision .resol-mvv__item:first-child {
  padding-top: 0 !important;
}

#vision .resol-mvv__item:last-child {
  border-bottom: none !important;
}

#vision .resol-mvv__label {
  display: inline-block !important;
  width: auto !important;
  margin: 0 0 16px !important;
  padding-bottom: 7px !important;
  color: #222 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  border-bottom: 5px solid #f5c518 !important;
  text-align: left !important;
}

#vision .resol-mvv__text {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  color: #222 !important;
  font-size: 16px !important;
  line-height: 2 !important;
  text-align: left !important;
}

#vision .resol-mvv__value {
  padding: 24px 28px !important;
  background: #f7f7f7 !important;
  border-left: 4px solid #f5c518 !important;
}

#vision .resol-mvv__value .resol-mvv__label {
  margin-bottom: 14px !important;
}

#vision .resol-mvv__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#vision .resol-mvv__list li {
  position: relative !important;
  padding-left: 18px !important;
  color: #222 !important;
  font-size: 16px !important;
  line-height: 2 !important;
  text-align: left !important;
}

#vision .resol-mvv__list li::before {
  content: "・" !important;
  position: absolute !important;
  left: 0 !important;
}

#vision .resol-mvv__tagline {
  padding: 30px 0 !important;
  background: #fff !important;
  border-bottom: none !important;
}

#vision .resol-mvv__tagline .resol-mvv__label {
  color: #222 !important;
  border-bottom-color: #1b2a4a !important;
}

#vision .resol-mvv__tagline .resol-mvv__text {
  color: #222 !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
}

@media screen and (max-width: 767px) {
  #vision .resol-mvv {
    padding: 0 24px 60px !important;
  }

  #vision .resol-mvv__item {
    padding: 24px 0 !important;
  }

  #vision .resol-mvv__label {
    font-size: 20px !important;
  }

  #vision .resol-mvv__text,
  #vision .resol-mvv__list li {
    font-size: 15px !important;
  }

  #vision .resol-mvv__value,
  #vision .resol-mvv__tagline {
    padding: 20px 18px !important;
  }

  #vision .resol-mvv__tagline .resol-mvv__text {
    font-size: 19px !important;
  }
}