@charset "utf-8";

@media screen and (max-width: 768px) {
   
	body {
    -webkit-text-size-adjust: none;
    padding-top: 75px;
  }
  
  p {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  
  br.sp {
    display: inline !important;
  }
  br.pc,img.pc {
    display: none;
  }
	img.sp {
		display: inline-block;
	}
  
  
  /*===== header =====*/
  header {
    left: 0;
    width: 100%;
    height: 75px;
    background-color: rgba(255,255,255,0);
  }
  header.top {
    background-color: rgba(255,255,255,0);
  }
  
  h1 {
    position: relative;
    z-index: 5000;
    display: inline-block;
    font-size: 10px;
		line-height: 1em;
		width: 90px;
    padding: 30px 0 0;
		margin-left: 25px;
  }
  header a.ig {
    right: 68px;
    top: 27px;
  }
  header a.ig img {
    width: 21px;
    height: auto;
  }
  .menu_btn {
    right: 25px;
    top: 30px;
  }
  .menu_btn .menu-trigger {
    position: relative;
    z-index: 10;
    width: 23px;
    height: 16px;
  }
  .menu_btn .menu-trigger div:nth-of-type(2) {  
    top: 7px;
    left: -6px;  
  }
  .menu_btn .menu-trigger div:nth-of-type(3) {  
    top: 14px;
  }

  .menu_btn.active .menu-trigger div:nth-of-type(1) {    
    transform: translateY(7px) rotate(-45deg);
  }
  .menu_btn.active .menu-trigger div:nth-of-type(2) {
    width: 0;
    height: 0;
    left: 12px;
  }
  .menu_btn.active .menu-trigger div:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }

  
  
  /*===== menu =====*/
  #menu .cont {
    display: block;
    position: static;
    left: auto;
    top: auto;
  }
  #menu .cont .inner {
    overflow-y: scroll;
    padding-bottom: 85px;
  }
  #menu .cont .inner::after {
    content: "";    
    display: block;
    width: 219px;
    height: 56px;
    margin: 70px auto 0;
    background: url("../img/aruhome_illust.png") no-repeat 0 0 / 219px 56px;
  }
  #menu .cont .inner h2 {
    display: none;
  }
  #menu .cont .inner ul:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 65px);
    margin: 120px auto 0;
  }
  #menu .cont .inner ul:nth-of-type(1) li {
    font-size: 16px;
    width: 130px;
    margin-bottom: 40px;
  }
  #menu .cont .inner ul:nth-of-type(2) {
    display: block;
    width: 200px;
    margin: 5px auto 0;
  }
  #menu .cont .inner ul:nth-of-type(2) li {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }
  #menu .cont .inner ul:nth-of-type(2) li a {
    font-size: 16px;
  }
  #menu .cont .inner ul:nth-of-type(2) li:nth-of-type(1) a::before {
    width: 22px;
    height: 15px;
    margin-right: 15px;
    background: url("../img/mail.png") no-repeat 0 0 / 22px 15px;  
  }
  #menu .cont .inner ul:nth-of-type(3) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 76px;
    margin: 40px auto 0;
  }
  #menu .cont .inner ul:nth-of-type(3) li:nth-of-type(1) a img {
    width: 29px;
    height: auto;
  }
  #menu .cont .inner ul:nth-of-type(3) li:nth-of-type(2) a img {
    width: 27px;
    height: auto;
  }
  
  
  /*===== contact_area =====*/
  .contact_area div {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 45px 35px;
  }
  .contact_area div::after {
    display: none;
  }
  .contact_area div h2 {
    font-size: 33px;
    letter-spacing: 0.03em;
    line-height: 1em;
    margin-bottom: 25px;
  }
  .contact_area div p {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    width: 100%;
  }
  .contact_area div a.more_btn {
    display: block;
    position: absolute;
    right: 25px;
    bottom: -38px;
    font-size: 14px;
    padding-top: 23px;
  }
  
  
  /*===== footer =====*/
  footer {
    padding: 68px 30px 64px;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner .sp_box h2 {
		width: 150px;
    margin-bottom: 45px;
  }
  footer .inner .sp_box ul:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  footer .inner .sp_box ul:nth-of-type(1) li {
    width: 135px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
  }
  footer .inner .sp_box ul:nth-of-type(1) li a {
    display: block;
    font-size: 15px;
    line-height: 1em;
    padding-bottom: 7px;
  }
  footer .inner .sp_box ul:nth-of-type(2) {
    background: url("../img/aruhome_illust.png") no-repeat 100% 100% / 157px 40px;
  }
  footer .inner .sp_box ul:nth-of-type(2) li {
    margin-bottom: 14px;
  }
  footer .inner .sp_box ul:nth-of-type(2) li a {
    display: flex;
    flex-wrap: wrap;    
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    width: 135px;
    height: 33px;
    background-color: #333;
  }
  footer .inner .sp_box ul:nth-of-type(2) li:nth-of-type(1) a::before {
    content: "";
    display: block;
    width: 22px;
    height: 15px;
    margin-right: 10px;
    background: url("../img/mail.png") no-repeat 0 0 / 22px 15px;  
  }
  footer .inner .sp_box ul:nth-of-type(3) {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  footer .inner .sp_box ul:nth-of-type(3) li {
    margin-right: 12px;
  }
  footer .inner .sp_box ul:nth-of-type(3) li a {
    display: block;
  }
  footer .inner .sp_box ul:nth-of-type(3) li:nth-of-type(1) a img,
  footer .inner .sp_box ul:nth-of-type(3) li:nth-of-type(2) a img {
    width: 20px;
    height: auto;
  }
  footer .inner .sp_box ul:nth-of-type(3) li:nth-of-type(3) a img {
    width: 18px;
    height: auto;
  }
  footer .inner .sp_box .copy {
    font-size: 10px;
    line-height: 1em;
    text-align: right;
    margin-top: -10px;
  }
  
  
  /*===== common =====*/
  a.more_btn {    
    font-size: 15px;
    line-height: 1.375em;
    text-align: center;
    width: 75px;
    height: 75px;
    padding-top: 20px;
  }
  
  h2.midashi {
    font-size: 33px;
    margin-bottom: 35px;
  }
  
  #page_head {
    display: block;
    margin-bottom: 35px;
  }
  #page_head .catch {
    width: 100%;
    height: 250px;
    margin-bottom: 60px;
  }
  #page_head h2 {
    font-size: 33px;
    line-height: 1em;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  #page_head2 {
    padding: 25px 0 30px;
  }
  #page_head2 h2 {
    font-size: 33px;
    letter-spacing: 0.03em;
  }
  
  
  /*===== top page =====*/
  #top_slide {
    height: 388px;
    margin-left: 25px;
  }
  #top_slide .swiper-slide {
    margin-right: 5px;
  }
  #top_slide .swiper-slide img {    
    height: 388px;
  }
  
  #top_slide .text {
    position: absolute;
    left: 15px;
    bottom: -137px;
  }
  #top_slide .text div {
    font-size: 58px;
  }

  .scrolldown {
    position: absolute;
    left: auto;
    right: 25px;
    bottom: -128px;
    z-index: 40000;
  }
  /* line */
  .scrolldown::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 118px;
    background: #fff;
  }
  /* 丸の描写 */
  .scrolldown::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    z-index: 10;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    animation:
      circlemove_sp 3.0s ease-in-out infinite,
      cirlemovehide_sp 3.0s ease-out infinite;
  }
  
  
  #top_blog {
    width: calc(100% - 50px);
    margin: 190px auto 75px;
  }
  #top_blog #blog_list {
    margin-bottom: 0;
  }
  
  #top_blog #blog_list .text_wrap {
    width: 100%;
    padding: 23px 3px 25px;
    border-bottom: 1px solid #fff;
  }
  #top_blog #blog_list .text_wrap h2 {
    text-align: left;
    margin-bottom: 5px;
  }
  #top_blog #blog_list .text_wrap p {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.54em;
  }
  
  #top_blog a.more_btn {    
    right: 0;
    bottom: -35px;
  }
  
  
  #top_about {  
    padding: 70px 25px 75px;
  }
  #top_about .inner {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #top_about .inner .i {
    width: 100%;
    height: 230px;
    margin-bottom: 35px;
  }
  #top_about .inner .text {
    width: 100%;
    padding-right: 0;
  }
  #top_about .inner .text p {    
    line-height: 1.92em;
  }
  #top_about .inner .text p br {
    display: none;
  }
  #top_about .inner .text p.m {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.54em;
  }
  #top_about a.more_btn {    
    right: 25px;
    bottom: -35px;
    padding-top: 19px;
  }
  
  
  #top_service {
    padding: 70px 0 0;    
  }
  #top_service .inner div.wrap {
    width: 100%;
  }
  #top_service .inner div.wrap div.left,
  #top_service .inner div.wrap div.right {
    width: 25px;
    padding: 160px 0 280px;
  }
  #top_service .inner div.wrap div.left div,
  #top_service .inner div.wrap div.right div {
    position: sticky;
    top: 100px;
  }
  #top_service .inner div.wrap div.left div span,
  #top_service .inner div.wrap div.right div span {
    font-size: 13px;
    letter-spacing: 0.05em;
    width: 130px;
  }
  #top_service .inner div.wrap div.left div span {
    left: 3px;
  }
  #top_service .inner div.wrap div.right div span {
    right: 3px;
  }
  #top_service ul {
    display: block;
    width: calc(100% - 50px);
  }
  #top_service ul::before,
  #top_service ul::after {
    font-size: 13px;
  }
  #top_service ul::before {
    left: -75px;
  }
  #top_service ul::after {
    right: -75px;
  }
  #top_service ul li {
    text-align: center;
    width: 100%;
    padding: 36px 0 35px;
  }
  #top_service ul li:nth-of-type(3) {
    border-bottom: 1px solid #fff;
  }
  #top_service ul li:nth-of-type(2n) {
    border-left: none;
  }
  #top_service ul li .no {
    font-size: 37px;
  }
  #top_service ul li .icon {
    margin: 20px 0 25px;
  }
  #top_service ul li .icon img {
    width: 90px;
  }
  #top_service ul li h3 {
    font-size: 25px;
    line-height: 1.18em;
    margin-bottom: 20px;
  }
  #top_service ul li h3 div {
    font-size: 14px;
    margin-top: 12px;
  }
  #top_service ul li p {
    font-size: 13px;
    line-height: 1.86em;
    width: 100%;
    padding: 0 30px;
    margin: auto;
  }
  #top_service ul li .btn a {
    font-size: 15px;
    letter-spacing: 0.03em;
    width: 43px;
    height: 32px;
    margin: 35px auto 0;
  }


  #top_works {
    padding: 70px 0 95px;
  }
  #top_works .slide_box {
    position: relative;
    width: 100%;
    margin: auto;
  }
  #top_works .works_slide .swiper-slide .title {
    left: 0;
    bottom: -50px;
    z-index: 1000;
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 1em;
    width: 100%;
    height: auto;
    padding: 0 0 0 25px;
    background-color: transparent;
  }
  #top_works .works_slide .swiper-slide .title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: -1;
    width: 90px;
    height: 90px;
    background-color: #807b7f;
  }
  #top_works .works_slide .swiper-slide .title span.no {
    font-size: 35px;
    margin-bottom: 15px;
  }
  #top_works .works_slide .swiper-slide .title span.t {
    display: block;
    background-color: #807b7f;
  }
  #top_works .works_slide .swiper-slide .slide-img {
    width: 100% !important;
    height: 275px !important;
  }
  #top_works .works_slide .swiper-slide .more_btn {
    right: 25px;
    bottom: -135px;
    padding-top: 18px;
  }
  
  #top_works .box {
    bottom: -85px;
  }
  #top_works .box .progressbar {
    left: 25px;
    width: 111px;
  }
  #top_works .box .progressbar.a::after {
    webkit-animation: prog_sp 4000ms ease 0s infinite normal;
    animation: prog_sp 4000ms ease 0s infinite normal;
  }
  #top_works .box .swiper-pagination {
    position: absolute;
    left: 124px;
    top: -4px;
    font-size: 9px;
    line-height: 1em;
    width: 80px;
  }
  
  #top_works .arrow_btn {
    text-align: left;
    width: 100%;
    padding-left: 25px;
    margin: 120px auto 0;
  }
  #top_works .arrow_btn a.arrow {
    font-size: 15px;
    height: 30px;
  }
  
  
  /*===== about =====*/
  #about {}
  
  #about .first_text {
    padding: 0 25px;
    margin: 0;
  }
  #about .first_text h3 {
    position: static;
    left: auto;
    top: auto;
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #about .first_text .box {    
    margin-left: 0;  
  }
  #about .first_text .box p {
    font-size: 14px;
    line-height: 1.92em;
    margin-bottom: 2em;
  }
  #about .first_text .box p.b {
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 2.05em;  
    margin-bottom: 1.5em;
  } 
  
  #about .movie {
    width: 325px;
    height: 215px;
    margin: 40px auto 75px;
  }
  #about .movie .movie_btn {
    left: calc(50% - 28px);
    top: calc(50% - 28px);
    width: 56px;
    height: 56px;
  }
  #about .movie .movie_btn span::after {
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 5px);
    border-style: solid;
    border-width: 9px 0 9px 14px;
    border-color: transparent transparent transparent #fff;
  }
  #movie_box iframe {
    width: 100%;
    height: 210px;
  }
  
  #about .promise ul {
    display: block;
    width: calc(100% - 50px);
  }
  #about .promise ul::before,
  #about .promise ul::after {
    font-size: 13px;
  }
  #about .promise ul::before {
    left: -74px;
  }
  #about .promise ul::after {
    right: -74px;
  }
  #about .promise ul li {
    display: block;
    width: 100%;
    padding: 0 0 40px;
    border-bottom: none;
  }
  #about .promise ul li .i {
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
  }
  #about .promise ul li .text {
    width: 255px;
    margin: auto;
  }
  #about .promise ul li .text h3 {
    position: relative;
    font-size: 18px;
    letter-spacing: 0.07em;
    text-align: center;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #about .promise ul li .text h3 span {
    display: block;
    position: static;
    left: auto;
    top: auto;
    font-size: 41px;
    letter-spacing: 0.03em;
    line-height: 1em;
  }
  #about .promise ul li .text p {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.84em;
  }
  
  #about .profile {
    padding: 70px 0 65px;
  }
  #about .profile h3 {
    font-size: 17px;
    padding-bottom: 10px;
  }
  #about .profile .flex {
    display: block;
    width: 100%;
    padding: 0 25px;
    margin: 35px auto 0;
  }
  #about .profile .flex p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.7em;
    margin-bottom: 0;
  }
  #about .profile .flex .pro {
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
  }
  #about .profile .flex .pro .i {
    margin-bottom: 40px;
  }
  #about .profile .flex .pro h4 {
    font-size: 18.72px;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
  }
  #about .profile .flex .pro a {
    font-size: 14px;
    width: 275px;
    height: 40px;
    margin: 30px auto 0;
  }
  #about .profile .flex .pro a::before {
    width: 20px;
    height: 20px;
    background: url("../img/ig.png") no-repeat 0 0 / 20px 20px;
    margin-right: 15px;
  }
  #about .profile .flex .pro p {
    text-align: left;
  }
  #about .profile .flex .msg {
    width: 100%;
  }
  #about .profile .flex .msg h4 {
    font-size: 17px;
    margin-bottom: 25px;
  }  
  #about .profile .flex .msg table {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  #about .profile .flex .msg table::before {
    top: -28px;
    width: 100%;
  }
  #about .profile .flex .msg td {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.92em;
    vertical-align: top;
    padding: 3px 0;
  }
  
  
  /*===== service =====*/
  #service {
    padding-bottom: 0;
  }
  #service .unit {
    width: calc(100% - 50px);
    padding: 25px 0 45px;
    margin: 0 auto 50px;
  }
	#service .unit:last-of-type {
		padding: 25px 0 45px;
	}
  
  #service .unit .i {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  
  #service .unit .no {
    position: static;
    left: auto;
    top: auto;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-align: center;
    transform: rotate(0);
    margin-bottom: 15px;
  }
  
  #service .unit h3 {
    font-size: 27px;
    letter-spacing: 0.03em;
    line-height: 1.1em;
    margin-bottom: 25px;
  }
  #service .unit h3 div {
    font-size: 14px;
    margin-top: 12px;
  }
  
  #service .unit .box1 {
    display: flex;
    justify-content: center;
    text-align: left;
    width: calc(100% - 40px);    
    margin: auto;
    background-color: #fff;
  }
  #service .unit .box1 p {
    font-size: 15px;
    line-height: 1.6em;    
    padding: 12px 0;
    background-color: transparent;
  }
  #service .unit .box1 ul {
    width: 100%;
    padding: 0 15px;
  }
  #service .unit .box1 ul li {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6em;
    padding: 18px 0 15px 20px;
  }
  #service .unit .box1 ul li::before {
    left: 0;
    top: 25px;
    width: 13px;
    height: 13px;
  }
  #service .unit .box1 ul li span {
    display: none;
  }
  #service .unit .box1 ul li span.e {
    display: inline-block;
    font-size: 12px;
    vertical-align: 2px;
    padding: 2px 3px;
  }
  #service .unit .box1 ul li div {
    position: relative;
    left: -20px;
    font-size: 13px;
    line-height: 1.61em;
    margin-top: 12px;
    width: calc(100% + 20px);
  }
  
  #service .unit .box2 {
    width: 100%;
    padding: 0 20px;
    margin: 35px auto 40px;
  }
  #service .unit .box2 p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.92em;
  }
	
	#service .unit .zu {
		padding: 0 20px;
		margin: 0 0 40px;
	}
	
	#service .unit .cv {
		width: 275px;
		height: 356px;
		margin: 0 auto 50px;
	}
	#service .unit .cv .read {
		right: -15px;
		bottom: 15px;
		font-size: 14px;
		width: 70px;
		height: 70px;
		padding-top: 22px;
		background: #333 url("../img/read_arrow.png") no-repeat 50% 42px / 22px 11px;
	}
  
  #service .unit .box3 {
    padding: 35px 20px 25px;
  }
  #service .unit .box3 h4 {
    font-size: 14px;
    width: 100%;
    padding-top: 55px;
    background-size: 63px 42px;
    margin-bottom: 25px;
  }
  #service .unit .box3 ul {
    width: 100%;
  }
  #service .unit .box3 ul li {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.76em;
    padding-left: 20px;
    margin-bottom: 0.5em;
  }
  #service .unit .box3 ul li::before {
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
  }
  
  #service .unit .sf {
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
  #service .unit .sf h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #service .unit .sf h4::after {
    width: 13px;
    height: 13px;
  }
  
  #service .unit .sf dl dt {
    position: relative;
    font-size: 14px;
    line-height: 1.64em;
    padding: 30px 0 15px 60px;
  }
  #service .unit .sf dl dt span {
    position: absolute;
    left: 0;
    top: 30px;
  }
  #service .unit .sf dl dd {
    font-size: 13px;
    line-height: 1.76em;
    padding: 0 0 20px;
  }
  
  #service .unit a.btn {  
    font-size: 13px;
    width: 180px;
    height: 40px;
    margin: 30px auto 0;
  }


  /*===== works =====*/
  #works {
    width: 100%;
  }
  #works.w_cat {
    width: 100%;
    max-width: auto;
    min-width: auto;
    margin-left: 0;
  }
  
  #works h2,
  #works .works_cat {
    display: none;
  }
  
  #works.w_cat h2 {
    display: block;
    position: static;
    left: auto;
    top: auto;
    font-size: 33px;
    text-align: center;
    width: 100%;
    padding: 25px 0 40px;
  }
  #works.w_cat .works_cat {
    display: block;
    width: 100%;
    padding: 0;
  }
  #works.w_cat .works_cat ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: static;
    left: auto;
    top: auto;
    width: calc(100% - 80px);
    margin: 0 auto 45px;
  }
  #works.w_cat .works_cat ul li {
    font-size: 15px;
    margin-bottom: 0;
  }
  
  #works .list {
    display: block;
    width: 100%;
    min-height: auto;
  }
  #works .list .unit,
  #works .list .unit.l {
    width: 100%;
    min-width: auto;
    margin-bottom: 55px;
  }
  #works .list .unit .i,
  #works .list .unit.l .i {
    height: 250px;
    margin-bottom: 30px;
  }
  #works .list .unit .text {
    position: relative;
    padding-left: 75px;
  }
  #works .list .unit .text .no {
    left: 25px;
    top: -5px;
    font-size: 34px;
  }
  #works .list .unit .text h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #works .list .unit .text .cat {
    font-size: 14px;    
  }
  #works .list .unit .text a.btn {
    font-size: 15px;
    width: 164px;
    padding-bottom: 12px;
    margin-top: 30px;
  }
  #works .list .unit.l .text a.btn {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }
  #works .list .unit .text a.btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 10px;
    height: 12px;
    background: url("../img/d_arrow.png") no-repeat 0 0 / 10px 12px;
  }
  
  #works .cont {
    width: 100%;
    margin-left: 0;
    padding-bottom: 75px;
  }
  #works .cont .catch {
    width: 100%;
    height: 250px;
  }
  #works .cont .flex {
    display: block;
    width: calc(100% - 50px);
    padding: 30px 0 20px;
    margin: 50px auto;
  }
  #works .cont .flex .detail {
    width: calc(100% - 55px);
    padding: 0 0 25px 0;
    margin-left: 55px;
  }
  #works .cont .flex .detail .no {
    position: absolute;
    left: -55px;
    top: -4px;
    font-size: 32px;
    letter-spacing: 0.03em;
    line-height: 1em;
  }
  #works .cont .flex .detail h3 {
    font-size: 26px;
  }
  #works .cont .flex .detail .cat {
    font-size: 14px;
    margin: 15px 0 20px;
  }
  #works .cont .flex .detail table td {
    font-size: 12px;
    line-height: 2em;
  }
  #works .cont .flex .detail table tr td:nth-of-type(1) {
    width: 7em;
  }
  #works .cont .flex .concept {
    width: calc(100% - 55px);
    margin-left: 55px;
    padding: 25px 0 0;
    border-left: none;
    border-top: 1px solid #fff;
  }
  #works .cont .flex .concept h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #works .cont .flex .concept p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.92em;
  }
  #works .cont .img_box img {
    margin-bottom: 10px;
  }
  #works .cont a.btn {
    font-size: 14px;
    width: 180px;
    height: 40px;
    margin: 50px auto 0;
  }
  
  
  /*===== voice =====*/
  #voice {
    text-align: center;
    width: 100%;
    padding: 0 25px 10px;
    margin-left: 0;
  }
  #voice h3 {
    font-size: 18px;
    letter-spacing: 0.06em;
    padding: 60px 0 0;
    margin-bottom: 0;
  }
  #voice h3:nth-of-type(1)::before {
    left: calc(50% - 23px);
    top: 0;
    width: 57px;
    height: 43px;
    background: url("../img/icon_pc.png") no-repeat 0 0 / 57px 43px;
  }
  #voice h3:nth-of-type(2)::before {
    left: calc(50% - 32px);
    top: 0;
    width: 65px;
    height: 42px;
    background: url("../img/icon_madori.png") no-repeat 0 0 / 65px 42px;
  }
  #voice h3:nth-of-type(3)::before {
    left: calc(50% - 32px);
    top: 0;
    width: 57px;
    height: 56px;
    background: url("../img/icon_home.png") no-repeat 0 0 / 57px 56px;
  }
  #voice h3:nth-of-type(3) span {
    margin-top: 10px;
  }
  #voice ul {
    margin-bottom: 50px;
  }
  #voice ul li {
    font-size: 13px;
    line-height: 1.77em;
    text-align: left;
    padding: 35px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  
  
  /*===== qa =====*/
  #qa {
    width: 100%;
    padding: 0 25px;
    padding-bottom: 0;
  }
  #qa h3 {
    font-size: 17px;
    letter-spacing: 0.01em;
  }
  #qa dl {
    margin-bottom: 70px;
  }
  #qa dl dt {
    position: relative;
    font-size: 14px;
    padding: 25px 40px 20px 45px;
  }
  #qa dl dt::after {
    top: 30px;
    width: 13px;
    height: 13px;
  }
  #qa dl dt span {
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
    font-size: 23px;
  }
  #qa dl dd {
    font-size: 13px;
    line-height: 1.7em;
  }
  #qa dl dd div {
    padding: 0 0 25px;
  }
  
  
  /*===== blog =====*/
  #blog_list {
    display: block;
    width: calc(100% - 50px);
    border-bottom: none;
    margin: 0 auto 120px;
  }

  #blog_list .category_list {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 90px;
  }
  #blog_list .category_list .fix {
    display: flex;
    position: static;
    left: auto;
    top: auto;
    padding: 0 25px;
  }

  #blog_list .category_list h3 {
    height: 24px;
    margin-right: 50px;
  }
  
  #blog_list .category_list a.past {
    position: absolute;
    left: calc(50% - 105px);
    bottom: -70px;
    font-size: 14px;
    line-height: 1em;
    width: 210px;
    height: 37.5px;
    margin-top: 0;
  }
  
  #blog_list .list_wrap {
    position: relative;
    width: 100%;
    border-left: none;
  }
  #blog_list .list_wrap li:last-of-type {
    border-bottom: 1px solid #fff;
  }
  #blog_list .list_wrap li a {
    padding: 28px 0;
  }
  #blog_list .list_wrap li .i {
    width: 125px;
    height: 90px;
    margin-right: 15px;
  }
  #blog_list .list_wrap li .text {
    position: relative;
    width: calc(100% - 140px);
    padding-right: 0;
  }
  #blog_list .list_wrap li .text .sub {
    font-size: 9px;
    margin-bottom: 13px;
  }
  #blog_list .list_wrap li .text .title {
    font-size: 13px;
    line-height: 1.46em;
  }
  #blog_list .list_wrap li .text span.arrow {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 12px;
    line-height: 1em;
    width: 65px;
    height: 1em;
    margin-top: 15px;
  }
  #blog_list .list_wrap li .text span.arrow::before,
  #blog_list .list_wrap li .text span.arrow::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    width: 25px;
    height: 1px;
    background-color: #fff;
  }
  #blog_list .list_wrap li .text span.arrow::before {
    left: 40px;
  }
  #blog_list .list_wrap li .text span.arrow::after {  
    left: 65px;
    width: 8px;
    transform: rotate(-130deg);
    transform-origin: left bottom;
  }
  
  .pagenavi {
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 100%;
    padding: 0 25px;
  }
  .pagenavi span,
  .pagenavi a {
    font-size: 15px;
    width: 25px;
    height: 25px;
    padding: 7px !important;
    margin: 0 5px !important;
  }
  .pagenavi .nextpostslink::before,
  .pagenavi .nextpostslink::after,
  .pagenavi .previouspostslink::before,
  .pagenavi .previouspostslink::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .pagenavi .nextpostslink::after {
    left: 100%;
    width: 8px;
    transform: rotate(-130deg);
    transform-origin: left bottom;
  }
  .pagenavi .previouspostslink::after {
    left: 0;
    width: 8px;
    transform: rotate(-50deg);
    transform-origin: left bottom;
  }
  
  #blog {
    display: block;
    width: 100%;
    padding: 25px 25px 75px;
    margin: auto;
  }
  #blog .cat_list {
    display: none;
    width: 100%;
  }
  #blog .cont {
    width: 100%;
  }
  #blog .cont .h {
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
  }
  #blog .cont .h .sub {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 12px;
  }
  #blog .cont .h h2 {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 1.55em;
  }
  #blog .cont h3 {
    font-size: 18px;
    padding-bottom: 3px;
    margin-bottom: 25px;
  }
  #blog .cont p {
    font-size: 14px;
    line-height: 1.92em;
    margin-bottom: 2em;
  }
  #blog .cont figure {
    margin: 30px 0;
  }
  
  .pager {
    width: 100%;
    margin: auto;
  }
  .pager td {
    width: 60px;
  }
  .pager tr td:nth-of-type(2) {
    width: 205px;
  }
  .pager tr td:nth-of-type(1) a,
  .pager tr td:nth-of-type(3) a {
    width: 30px;
    height: 30px;
  }
  .pager tr td:nth-of-type(1) a::before {
    bottom: 10px;
  }
  .pager tr td:nth-of-type(1) a::after {
    bottom: 10px;
  }
  .pager tr td:nth-of-type(2) a {
    font-size: 14px;
    width: 100%;
    height: 37px;
  }
  .pager tr td:nth-of-type(3) a::before {
    bottom: 10px;   
  }
  .pager tr td:nth-of-type(3) a::after {
    bottom: 10px;
  }
  
  
  /*===== contact =====*/
  #contact {
    width: calc(100% - 50px);
    padding-bottom: 60px;
  }
  #contact .inq p.first {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.98em;
    margin-bottom: 85px;
  }
  #contact .inq p.first::after {
    left: calc(50% - 100px);
    bottom: -42px;
    width: 200px;
  }
  #contact td p {
    font-size: 13px;
  }
  #contact tr td:nth-of-type(1) {
    padding: 0 0 15px;
  }
  #contact tr td:nth-of-type(1) span.kome {
    display: inline-block;
    margin-left: 0.2em;
  }
  #contact tr td:nth-of-type(2) {  
    padding-bottom: 37px;
  }
  #contact tr td:nth-of-type(2) div {
    min-height: 50px;
    padding: 10px 5px;
  }
  #contact tr td:nth-of-type(2) div.ck1,
  #contact tr td:nth-of-type(2) div.ck2 {
    padding: 0 22px;
  }
  #contact tr td:nth-of-type(2) div.ck1 .wpcf7-form-control {
    display: block;
    padding: 25px 0 5px;
  }
  #contact tr td:nth-of-type(2) div.ck1 .wpcf7-form-control .wpcf7-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  #contact tr td:nth-of-type(2) div.ck2 .wpcf7-form-control {
    height: auto;
    padding: 25px 0 5px;
  }
  #contact tr td:nth-of-type(2) div.ck2 .wpcf7-form-control .wpcf7-list-item {
    width: 50%;
    margin-bottom: 20px;
  }
  
  .inq label {
    font-size: 13px;
  }
  .inq .wpcf7-list-item-label {
    font-size: 13px;
  }
  
  .inq label::before {
    top: 3px;
  }
  
  #contact .ac .a {
    font-size: 13px;
    line-height: 1.8em;
  }
  #contact .ac label::before {
    top: 2px;
    width: 11px;
    height: 11px;
  }
  #contact .ac label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    top: 2px;
    width: 11px;
    height: 11px;
  }
  
  #contact .btn {
    width: 180px;
    margin: 30px auto 0;
  }
  .wpcf7-submit {
    font-size: 15px;
    width: 100%;
    height: 40px;
  }
  
  
  .reCAPTCHA_text p {
    font-size: 10px;
    line-height: 1.8em;
    margin-top: 30px;
  }

}

@keyframes circlemove_sp {
  0% {bottom: 118px;}
  100% {bottom: -5px;}
}

@keyframes cirlemovehide_sp {
  0% {opacity: 0}
  50% {opacity: 1;}
  80% {opacity: 0.9;}
  100% {opacity: 0;}
}

@keyframes prog_sp {
  0% {
      width: 0;
  }
  100% {
      width: 111px;
  }
}