@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*共通----------*/
p,ul,li,dl,dt,dd,div,h1,h2,h3,h4,h5 {
    margin: 0;
	padding: 0;
	list-style: none;
}
body {
  position: relative;
  z-index: 0;
}
html {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
/*unit----------*/
.unit {
    position: fixed;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8vh;
    padding: 0 7vw;
    margin-top: 3vh;
    top: 0;
	left: 0;
}
.unit .left {
    width: 13vw;
}
.unit .left .logo {
}
.unit .left .logo a {
}
.unit .right {
}
.unit .right ul {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.unit .right ul li {
	list-style: none;
}
.unit .right ul li a {
    color: #000;
    text-decoration: none;
    padding: 0 0.5vw;
    margin: 0 1vw;
    font-size: 1.4vw;
}
.unit .right ul li.insta {
    position: relative;
    z-index: 0;
}
.unit .right ul li.insta img {
    width: 1.5vw;
}
.unit .right ul li.open_menu {
}
.unit .unit_inner {
	display: none;
}
.unit .unit_inner .inner_box {
}
.unit .unit_inner .inner_box ul {
}
.unit .unit_inner .inner_box ul li {
}
.unit .unit_inner .inner_box ul li a {
}
.unit .unit_inner .inner_box .sns {
}
.unit .unit_inner .inner_box .sns .insta {
}
.unit .unit_inner .inner_box .sns .insta a {
}
.sub_unit {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.sub_unit div {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 1vw;
    padding-top: 3vw;
    font-size: 1vw;
    background-color: #e6e6e6;
	position: relative;
	z-index: 0;
}
.sub_unit .file {
	margin-top: 1vw;
}
.sub_unit div::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.5vw;
    height: 1.5vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 0.9vw;
    left: 0;
    right: 0;
    margin: auto;
}
.sub_unit .online::before {
  background-image: url(./asset/img/cart.png);
}
.sub_unit .file::before {
  background-image: url(./asset/img/file.png);
}
.sub_unit div a {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*TOP共通----------*/
.fadein {
  opacity: 0;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  transform: translate(0px, 20px);
}
.fadein.on {
  opacity: 1;
  transform: translate(0px, 0px);
}
.top_section {
  margin: 3.5rem 0;
  padding: 3rem 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.top_box {
    width: 1200px;
    max-width: 85%;
    margin: 0 auto;
}
.link_box {
    position: relative;
    z-index: 0;
    transition: all ease 0.8s 0s;
    -webkit-transition: all ease 0.8s 0s;
    -moz-transition: all ease 0.8s 0s;
    width: 150px;
    max-width: 90%;
    margin: 5vw auto 0;
    text-align: center;
    font-size: 1.1vw;
    border: 1px solid #000;
    padding: 1vw 0;
}
.link_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 25%;
    height: 1px;
    background-color: #000;
    top: 0;
    bottom: 0;
    right: -12.5%;
    margin: auto;
}
.link_box:hover {
}
.link_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.tih2 {
    color: #a6a6a6;
    font-size: 1.5vw;
    margin: 0;
    margin-bottom: 3vw;
}
.tih2 span {
    display: block;
    color: #000;
    font-size: 2.8vw;
}
/*TOPPAGE----------*/
#top_fv {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#top_fv .top_fvbg {
    position: absolute;
    z-index: -1;
    width: 75vw;
    height: calc(100vh - 13vh);
    bottom: 0;
    right: 0;
    overflow: hidden;
}
#top_fv .top_fvbg .img_box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
  margin: 0 auto;
  transform-origin: center;
}
#top_fv .top_fvbg .swiper-slide-active .img_box, #top_fv .top_fvbg .swiper-slide-duplicate-active .img_box, #top_fv .top_fvbg .swiper-slide-prev .img_box {
  -webkit-animation: 6s linear 0s forwards alternate zoom;
  animation: 6s linear 0s forwards alternate zoom;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1.0, 1.0);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1.0, 1.0);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
#top_fv .top_fvbg .img_box.img_bg01 {
  background-image: url(./asset/img/fv01.jpg);
}
#top_fv .top_fvbg .img_box.img_bg02 {
  background-image: url(./asset/img/fv02.jpg);
}
#top_fv .top_fvbg .img_box.img_bg03 {
  background-image: url(./asset/img/fv03.jpg);
}
#top_fv .fv_p {
    margin-left: 10vw;
    margin-top: 20vh;
}
#top_fv .fv_p span {
    display: inline-block;
    font-size: 3vw;
    background-color: #fff;
    padding: 0.5vw 2.5vw;
}
#top_fv .scr_bar {
	position: absolute;
    bottom: 0;
    left: 6vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.3vw;
    padding-bottom: 20vh;
}
#top_fv .scr_bar::before {
    content: "";
    background-color: #000;
    width: 2px;
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
}
#top_01 {
}
#top_01 .top_box {}
#top_01 .top_box .inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
}
#top_01 .top_box .inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #eeeeee;
    width: 50%;
    height: 50%;
    bottom: 0;
    top: 30%;
    left: 10%;
    margin: auto;
}
#top_01 .top_box .inner .text_box {
    width: 50%;
}
#top_01 .top_box .inner .text_box .tih2 {
}
#top_01 .top_box .inner .text_box .tih2 span {
}
#top_01 .top_box .inner .text_box p {
    font-size: 1.2vw;
    line-height: 180%;
}
#top_01 .top_box .inner .img_box {
    width: 50%;
}
#top_01 .top_box .inner .img_box ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;

}
#top_01 .top_box .inner .img_box ul li {
	width: 49%;
	list-style: none;
}
#top_01 .top_box .inner .img_box ul li:nth-of-type(2) {
    padding-top: 20vh;
}
#top_01 .top_box .inner .img_box ul li img {
}
#top_02 {
}
#top_02 .top_box {
}
#top_02 .top_box .tih2 {
}
#top_02 .top_box .tih2 span {
}
#top_02 .top_box .container01 {
}
#top_02 .top_box .swiper-slide {
	background-color: #fff;
}
#top_02 .top_box .swiper-slide .inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
}
#top_02 .top_box .swiper-slide .inner .img_box {
    width: 40%;
    padding-bottom: 5vw;
}
#top_02 .top_box .swiper-slide .inner .img_box img {
}
#top_02 .top_box .swiper-slide .inner .text_box {
    width: 50%;
    position: relative;
    z-index: 0;
}
#top_02 .top_box .swiper-slide .inner .text_box ul {
}
#top_02 .top_box .swiper-slide .inner .text_box ul li {
    list-style: none;
	color: #d2d2d2;
    font-size: 1.9vw;
}
#top_02 .top_box .swiper-slide .inner .text_box ul li:not(:last-of-type) {
    margin-bottom: 0.5vw;
}
#top_02 .top_box .swiper-slide .inner .text_box ul li.active {
	color: #000;
    position: relative;
    z-index: 0;
}
#top_02 .top_box .swiper-slide .inner .text_box ul li.active::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30%;
    height: 2px;
    background-color: #000;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -35%;
}
#top_02 .top_box .swiper-slide .inner .text_box h4 {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    font-size: 10vw;
    line-height: 100%;
	color: #dddddd;
}
#top_02 .top_box .swiper-slide .inner .text_box p {
    font-size: 1.2vw;
    margin-top: 6vw;
    letter-spacing: 1px;
}
.swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100px;
    bottom: 0;
    left: calc(25% - 100px);
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background-color: #a6a6a6;
	cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

#top_02 .top_box .link_box {
}
#top_02 .top_box .link_box a {
}
#top_03 {
	position: relative;
	z-index: 0;
}
#top_03::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 70%;
	height: 100%;
	background-color: #eeeeee;
    top: 0;
    left: 0;
}
#top_03 .top_box {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#top_03 .top_box .tih2 {
}
#top_03 .top_box .tih2 span {
}
#top_03 .top_box .navi_box {
}
#top_03 .top_box .swiper-container02 {
    width: 100%;
}
#top_03 .top_box .swiper-slide {
}
#top_03 .top_box .swiper-slide a.link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top_03 .top_box .swiper-slide .img_box {
}
#top_03 .top_box .swiper-slide .text_box {
}
#top_03 .top_box .swiper-slide .text_box dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2vw;
    margin: 0.5vw 0 0;
}
#top_03 .top_box .swiper-slide .text_box dl dt {
}
#top_03 .top_box .swiper-slide .text_box dl dd {
    margin-left: 30px;
}
#top_03 .top_box .swiper-slide .text_box dl dd a {
    color: #000;
    text-decoration: none;
}
#top_03 .top_box .swiper-slide .text_box p {
    font-size: 1.4vw;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "<"!important;
    width: 35px!important;
    height: 35px!important;
    font-size: 35px!important;
    line-height: 35px!important;
    color: #000!important;
    font-weight: 100;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: ">"!important;
    width: 35px!important;
    height: 35px!important;
    font-size: 35px!important;
    line-height: 35px!important;
    color: #000!important;
    font-weight: 100;
}
.swiper-button-next, .swiper-button-prev {
    width: 50%!important;
    height: 100%!important;
}
#top_03 .top_box .navi_box {
    width: 100px!important;
    height: 35px!important;
    position: relative!important;
    z-index: 0!important;
}
#top_03 .top_box .link_box {
}
#top_03 .top_box .link_box a {
}
#top_04 {
}
#top_04 .top_box {
	position: relative;
    z-index: 0;
}
#top_04 .top_box .tih2 {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
#top_04 .top_box .tih2 span {
}
#top_04 .top_box .top04_contbox {
}
#top_04 .top_box .top04_contbox ul {
    width: calc(50% + 110px);
    margin: 0 0 0 auto;
}
#top_04 .top_box .top04_contbox ul li {
    list-style: none;
	position: relative;
	z-index: 0;
}
#top_04 .top_box .top04_contbox ul li:not(:last-of-type) {
	margin-bottom: 2vw;
}
#top_04 .top_box .top04_contbox ul li a.link {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#top_04 .top_box .top04_contbox ul li .text_box {
}
#top_04 .top_box .top04_contbox ul li .text_box dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2vw;
}
#top_04 .top_box .top04_contbox ul li .text_box dl dt {
}
#top_04 .top_box .top04_contbox ul li .text_box dl dd {
    margin-left: 30px;
}
#top_04 .top_box .top04_contbox ul li .text_box dl dd a {
    color: #000;
    text-decoration: none;
}
#top_04 .top_box .top04_contbox ul li .text_box p.ti {
    font-size: 1.4vw;
}
#top_04 .top_box .top04_contbox .link_box {
}
#top_04 .top_box .top04_contbox .link_box a {
}
#top_05 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./asset/img/top05_bg.jpg);
	color: #fff;
    margin-bottom: 0;
}
#top_05 .top_box {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
#top_05 .top_box .left {
}
#top_05 .top_box .left .tih2 {
	color: #fff;
}
#top_05 .top_box .left .tih2 span {
	color: #fff;
}
#top_05 .top_box .left p {
    font-size: 1.3vw;
}
#top_05 .top_box .right {
    margin: 6vw auto 0;
}
#top_05 .top_box .right div {
    position: relative;
    z-index: 0;
    text-align: center;
    border: 1px solid #fff;
    padding: 2vw 3vw;
	letter-spacing: 1px;
}
#top_05 .top_box .right div a {
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top_05 .top_box .right div span {
	position: relative;
	z-index: 0;
    padding-left: 35px;
}
#top_05 .top_box .right div span::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#top_05 .top_box .right .mail {
    font-size: 1.4vw;
}
#top_05 .top_box .right .mail span::before {
  background-image: url(./asset/img/mail.png);
}
#top_05 .top_box .right .mail a {
}
#top_05 .top_box .right .tel {
    font-size: 1.2vw;
    margin-top: 1vw;
}
#top_05 .top_box .right .tel span::before {
  background-image: url(./asset/img/tel.png);
}
#top_05 .top_box .right .tel a {
}
.footer {
	background-color: #cccccc;
}
.footer .inner_box {
    width: 1200px;
    max-width: 85%;
    margin: 0 auto;
    padding: 3vw 0;
}
.footer .inner_box ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .inner_box ul li {
    list-style: none;
}
.footer .inner_box ul li:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .inner_box ul li .img_box {
    width: 100%;
}
.footer .inner_box ul li img {
    width: 150px;
    max-width: 100%;
}
.footer .inner_box ul li .about_box {
    font-size: 1.2vw;
}
.footer .inner_box ul li .about_box p {
    margin-top: 2vw;
}
.footer .inner_box ul li .about_box .link {
    position: relative;
    z-index: 0;
    text-align: center;
    border: 1px solid #000;
    padding: 0.5vw 0;
    width: 150px;
    max-width: 100%;
    margin-top: 2vw;
}
.footer .inner_box ul li .about_box .link a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer .inner_box ul li .contact_box {
    padding-right: 5%;
}
.footer .inner_box ul li .contact_box p {
    margin-top: 2vw;
    font-size: 1.2vw;
    line-height: 180%;
}
.footer .inner_box ul li .contact_box .sns {
    margin-top: 2vw;
}
.footer .inner_box ul li .contact_box .sns .insta {
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 0;
}
.footer .inner_box ul li .contact_box .sns .insta a {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer .inner_box ul li .f_menu {
}
.footer .inner_box ul li .f_menu dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.footer .inner_box ul li .f_menu dl dt {
}
.footer .inner_box ul li .f_menu dl dd {
}
.footer .inner_box ul li .f_menu dl dd p ,
.footer .inner_box ul li .f_menu dl dt p {
    position: relative;
    z-index: 0;
    font-size: 1.3vw;
    padding: 1vw 2vw;
}
.footer .inner_box ul li .f_menu dl dd p a ,
.footer .inner_box ul li .f_menu dl dt p a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer .cop {
	font-size: 1vw;
    width: 1200px;
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 5vw;
}
/*サブ共通----------*/
.sub_fv {
    width: 100%;
    background-color: #000;
    height: 30vh;
    margin-top: 13vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.sub_fv .subtih1 {
    color: #fff;
    text-align: center;
    font-size: 1.8vw;
    letter-spacing: 1px;
    padding-left: 8vw;
}
.sub_fv .subtih1 span {
    display: block;
    font-size: 2.5vw;
    letter-spacing: 3px;
}
.subtih2 {
    font-size: 1.6vw;
    margin-bottom: 2vw;
}
/*会社案内----------*/
#com_fv {
  background-image: url(./asset/img/com_fv.jpg);
}
#com_01 {
}
#com_01 .top_box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#com_01 .top_box .img_box {
    width: 45%;
}
#com_01 .top_box .text_box {
	width: 50%;
}
#com_01 .top_box .text_box h2 {
}
#com_01 .top_box .text_box p {
    font-size: 1.2vw;
}
#com_01 .top_box .text_box p.name {
    text-align: right;
    margin-top: 2vw;
}
#com_02 {
    background-color: #e6e6e6;
}
#com_02 .top_box {
}
#com_02 .top_box .inner:not(:last-of-type) {
	margin-bottom: 3vw;
}
#com_02 .top_box .subtih2 {
	position: relative;
	z-index:0;
    padding-bottom: 12px;
}
#com_02 .top_box .subtih2::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	height: 3px;
    width: 27px;
	background-color:#000 ;
}
#com_02 .top_box .inner dl {
    font-size: 1.3vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#com_02 .top_box .inner dl:not(:last-of-type) {
	margin-bottom: 1.5vw;
}
#com_02 .top_box .inner dl dt {
    margin-right: 1vw;
}
#com_02 .top_box .inner dl dd {
}
#com_03 {
}
#com_03 .top_box {
}
#com_03 .top_box .img_box {
    background-color: #000;
    width: 600px;
	max-width: 100%;
    margin: 0 auto;
    height: 300px;
    margin-bottom: 2vw;
}
#com_03 .top_box .text_box {
}
#com_03 .top_box .text_box dl {
    margin-bottom: 1vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#com_03 .top_box .text_box dl dt {
    width: 13%;
    border-bottom: 1px solid #000;
    font-size: 1.4vw;
    padding: 0.5vw 0;
    margin-right: 14%;
}
#com_03 .top_box .text_box dl dd {
    font-size: 1.3vw;
}
#com_04 {
    position: relative;
    z-index: 0;
}
#com_04::before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #e5e5e5;
	bottom: 0;
	right: 0;
	width: 40%;
	height: 60%;
}
#com_04 .top_box {
}
#com_04 .top_box .map_box {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
/*事業案内----------*/
#ser_fv {
  background-image: url(./asset/img/ser_fv.jpg);
}
#ser_01 {
}
#ser_01 .top_box {
	position: relative;
	z-index: 0;
}
#ser_01 .top_box::after ,
#ser_01 .top_box::before {
	content: "";
	position: absolute;
	z-index: -1;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
#ser_01 .top_box::before {
  background-image: url(./asset/img/ser01_01.jpg);
	bottom: 0;
	left: 0;
	width: 40%;
	height: 70%;
}
#ser_01 .top_box::after {
  background-image: url(./asset/img/ser01_02.jpg);
	top: 0;
	right: 0;
	width: 20%;
	height: 90%;
}
#ser_01 .top_box dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
#ser_01 .top_box dl dt {
    width: 30%;
    font-size: 2.8vw;
}
#ser_01 .top_box dl dd {
    width: 65%;
    font-size: 1.2vw;
    padding-right: 5%;
}
#ser_02 {
}
#ser_02 .top_box {
    width: 100%;
    max-width: 100%;
}
#ser_02 .top_box .subtih3 {
    font-size: 2.8vw;
    width: 1200px;
    max-width: 85%;
    margin: 0 auto;
}
#ser_02 .top_box .subtih3 span {
    display: block;
    font-size: 1.5vw;
    color: #595959;
}
#ser_02 .top_box .inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#ser_02 .top_box .inner .text_box {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10vw;
}
#ser_02 .top_box .inner .text_box h2 {
    font-size: 2.8vw;
    margin-bottom: 3vw;
}
#ser_02 .top_box .inner .text_box h2 span {
    display: block;
}
#ser_02 .top_box .inner .text_box p {
    font-size: 1.3vw;
    line-height: 180%;
}
#ser_02 .top_box .inner .text_box .link_box {
    margin: 3vw auto 3vw;
}
#ser_02 .top_box .inner .text_box ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#ser_02 .top_box .inner .text_box ul li {
    list-style: none;
    width: 30%;
}
#ser_02 .top_box .inner .img_box {
    width: 35%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    height: 100%;
    display: block;
}
#ser_02 .top_box .inner.inner01 .img_box {
  background-image: url(./asset/img/ser02_side_01.jpg);
}
#ser_02 .top_box .inner.inner02 .img_box {
  background-image: url(./asset/img/ser02_side_02.jpg);
}
#ser_02 .top_box .inner.inner03 .img_box {
  background-image: url(./asset/img/ser02_side_03.jpg);
}
/*プライバシーポリシー----------*/
#priva_01 {
    padding: 7rem 0;
}
#priva_01 .top_box {
	font-size: 1.3vw;
}
#priva_01 h2 {
	text-align: center;
}
#priva_01 p {
	line-height: 180%;
}
#priva_01 dl {
    margin-top: 3vw;
}
#priva_01 dl dt {
	padding: 1vw;
    background-color: #e5e5e5;
}
#priva_01 dl dd {
	line-height: 180%;
	padding: 1vw;
}
/*お知らせ(一覧)----------*/
#news_fv {
  background-image: url(./asset/img/com_fv.jpg);
}
#news_01 {
}
#news_01 .top_box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#news_01 .top_box .cat_box {
    width: 25%;
	margin-right: 5%;
}
#news_01 .top_box .cat_box ul {
}
#news_01 .top_box .cat_box ul li {
    list-style: none;
}
#news_01 .top_box .cat_box ul li:not(:last-of-type) {
	margin-bottom: 2vw;
}
#news_01 .top_box .cat_box ul li a  {
    position: relative;
    z-index: 0;
    transition: all ease 0.8s 0s;
    -webkit-transition: all ease 0.8s 0s;
    -moz-transition: all ease 0.8s 0s;
    width: 150px;
    max-width: 90%;
    margin: 0vw auto 0 0;
    text-align: center;
    font-size: 1.1vw;
    border: 1px solid #000;
    padding: 1vw 0;
	display: block;
	color: #000;
	text-decoration: none;
}
#news_01 .top_box .cat_box ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 25%;
    height: 1px;
    background-color: #000;
    top: 0;
    bottom: 0;
    right: -12.5%;
    margin: auto;
}
#news_01 .top_box .post_box {
	width: 70%;
}
#news_01 .top_box .post_box .inner {
}
#news_01 .top_box .post_box .inner dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	position: relative;
	z-index: 0;
    border-bottom: 1px solid #000;
}
#news_01 .top_box .post_box .inner:first-of-type dl {
	border-top: 1px solid #000;
}
#news_01 .top_box .post_box .inner dl a.link {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#news_01 .top_box .post_box .inner dl dt {
}
#news_01 .top_box .post_box .inner dl dd {
    margin-left: 3vw;
}
#news_01 .top_box .post_box .inner dl dd a {
	text-decoration: none;
	color: #000;
}
#news_01 .top_box .post_box .inner dl {
    padding: 1.5vw 0;
    font-size: 1.3vw;
}
#news_01 .top_box .subtih2 {
    margin: 0 auto 4vw;
    font-size: 3vw;
    width: 100%;
    text-align: center;
}
/*お知らせ（詳細）----------*/
#newsdetil_01 {
    padding: 7rem 0;
}
#newsdetil_01 .top_box {
	font-size: 1.3vw;
}
#newsdetil_01 h2 {
	text-align: center;
}
#newsdetil_01 p {
	line-height: 180%;
}
#newsdetil_01 dl {
    margin-top: 3vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#newsdetil_01 dl dt {
}
#newsdetil_01 dl dd {
}
#newsdetil_01 dl dd a {
	color: #000;
	text-decoration: none;
}
#newsdetil_01 .cont_box {
	margin: 5vw 0;
}
/*実績紹介----------*/
#works_fv {
  background-image: url(./asset/img/ser_fv.jpg);
}
#works_01 {
    overflow: unset;
}
#works_01 .top_box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#works_01 .top_box .post_box {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#works_01 .top_box .post_box .inner {
    width: 31%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 0;
}
#works_01 .top_box .post_box .inner a.link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#works_01 .top_box .post_box .inner img {
}
#works_01 .top_box .side_box {
    width: 20%;
    position: sticky;
    top: 13%;
}
#works_01 .top_box .side_box div {
}
#works_01 .top_box .side_box div:not(:last-of-type) {
	margin-bottom: 3vw;
}
#works_01 .top_box .side_box div h4 {
    font-size: 1.8vw;
    border-bottom: 3px solid #000;
}
#works_01 .top_box .side_box .cat ul {
}
#works_01 .top_box .side_box .cat ul li {
    list-style: none;
}
#works_01 .top_box .side_box .cat ul li a {
    padding: 0.5vw 1vw;
    display: block;
    margin: 0.25vw 0;
    color: #000;
    text-decoration: none;
}
#works_01 .top_box .side_box .archive select {
    width: 100%;
    margin-top: 10px;
    font-size: 1.5vw;
}
#works_01 .top_box .side_box .archive option {
    font-size: 1.5vw;
}
/*実績紹介（詳細）----------*/
#works_01.detial .top_box .post_box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#works_01.detial .top_box .post_box .gallery_box {
    width: 100%;
	position: relative;
	overflow: hidden;
}
#works_01.detial .top_box .post_box .gallery_box .swiper-wrapper {
    align-items: center;
}
#works_01.detial .top_box .post_box .gallery_box .swiper-slide {
	text-align: center;
    max-height: 800px;
}
#works_01.detial .top_box .post_box .swiper-button-prev:after {
    background-color: #fff;
    border-radius: 50%;
    left: 55px;
    text-align: center;

}
#works_01.detial .top_box .post_box .swiper-button-next:after {
    background-color: #fff;
    border-radius: 50%;
    right: 55px;
    text-align: center;

}
#works_01.detial .top_box .post_box h2 {
    font-size: 1.8vw;
    margin: 5vw 0 3vw;
	width: 100%;
}
#works_01.detial .top_box .post_box h2 span {
	display: block;
	font-size: 1.3vw;
	color: #c9c9c9;
}
#works_01.detial .top_box .post_box .cont_box {
	font-size: 1.4vw;
    width: 100%;
}
#works_01.detial .top_box .post_box .cont_box h4 {
    font-size: 1.8vw;
	margin-bottom: 20px;
}
#works_01.detial .top_box .post_box .cont_box h4 span {
	border-bottom: 2px solid #000;
}
.thumbnail {
	margin-top: 10px;
}
.thumbnail .slick-track {
  transform: unset !important;
	width: auto!important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 5) !important;
}
.thumbnail .slick-current {
  opacity: 1;
}
/*お問い合わせ----------*/
#con_fv {
  background-image: url(./asset/img/con_fv.jpg);
}
#con_01 {
}
#con_01 .top_box {
}
#con_01 .top_box p.con_text {
    text-align: center;
    line-height: 200%;
    font-size: 1.5vw;
    margin-bottom: 5vw;
}
#con_01 .top_box .inner {
    width: 550px;
    margin: 0 auto;
    margin-bottom: 3vw;
    max-width: 100%;
}
#con_01 .top_box .inner h4 {
    font-size: 1.6vw;
    border-bottom: 2px solid #000;
    margin-bottom: 1vw;
}
#con_01 .top_box .inner p {
    line-height: 180%;
    font-size: 1.3vw;
}
#con_01 .top_box .inner p.tel {
    line-height: 100%;
    font-size: 2.8vw;
    text-align: center;
    padding: 1vw 0;
}
#con_01 .top_box .inner p.tel span {
    position: relative;
    z-index: 0;
    padding-left: 3.5vw;
}
#con_01 .top_box .inner p.tel span::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(./asset/img/tel_b.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 70%;
    width: 100%;
}
#con_01 .top_box .inner .link {
    position: relative;
    z-index: 0;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 1.5vw;
    padding: 2vw 0;
    margin-top: 1vw;
}
#con_01 .top_box .inner .link a {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#con_01 .top_box .contact_box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
#con_01 .top_box .contact_box .left {
    width: 25%;
}
#con_01 .top_box .contact_box .left ul {
}
#con_01 .top_box .contact_box .left ul li {
    list-style: none;
    width: 100%;
    background-color: #e6e6e6;
    font-size: 1.3vw;
    padding: 1.5vw;
    color: #616365;
}
#con_01 .top_box .contact_box .left ul li span {
    display: block;
    font-size: 1vw;
}
#con_01 .top_box .contact_box .left ul li.active {
    background-color: #666666;
    color: #fff;
}
#con_01 .top_box .contact_box .right {
    width: 70%;
	margin-left: 5%;
}
#con_01 .top_box .contact_box .right p {
    font-size: 1.3vw;
}
#con_01 .top_box .contact_box .right p span {
	color: #ff0000;
}
#con_01 .top_box .contact_box .right dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5vw;
    font-size: 1.4vw;
}
#con_01 .top_box .contact_box .right dl dt {
    width: 33%;
}
#con_01 .top_box .contact_box .right dl dt span {
	color: #ff0000;
}
#con_01 .top_box .contact_box .right dl dd {
    width: 67%;
}
#con_01 .top_box .contact_box .right dl dd textarea {
    width: 100%;
}
#con_01 .top_box .contact_box .right .check {
    width: 450px;
    max-width: 100%;
    border: 1px solid #000;
    padding: 2vw 0;
    margin: 3vw auto;
}
#con_01 .top_box .contact_box .right .check dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0;
}
#con_01 .top_box .contact_box .right .check dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5vw;
}
#con_01 .top_box .contact_box .right .check dl dt a {
	color: #000;
	font-size: 1.8vw;
}
#con_01 .top_box .contact_box .right .check dl dd {
    width: 100%;
    text-align: center;
}
#con_01 .top_box .contact_box .right .botton {
	text-align: center;
}
#con_01 .top_box .contact_box .right .botton input[type="submit"] {
    padding: 1.5vw 3vw;
    font-size: 1.4vw;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 40px;
	cursor: pointer
}
/*オンライン相談窓口----------*/
#online_fv {
  background-image: url(./asset/img/ser_fv.jpg);
}
.online_sec {
}
.online_sec .text {
    text-align: center;
    font-size: 1.8vw;
    border-top: 1px solid #000;
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
    padding-top: 3vw;
    margin-top: -3vw;
}
.online_sec .link {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
    text-align: center;
    padding: 1.5vw 0;
    font-size: 1.3vw;
    position: relative;
    z-index: 0;
    cursor: pointer;
    margin-top: 2vw;
}
.online_sec .link::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transform-origin: left;
}
.online_sec .link a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.online_sec h4 {
    font-size: 1.8vw;
    margin-top: 5vw;
    margin-bottom: 1vw;
    text-align: center;
}
.online_sec p {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}
.online_sec ul {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 6vw;
}
.online_sec ul li {
    width: 25%;
	list-style: none;
    padding: 0 2vw;
    position: relative;
    z-index: 0;
}
.online_sec ul li:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 85%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    position: absolute;
    z-index: -1;
}
.online_sec ul li:not(:last-of-type)::after {
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    right: -15px;
    margin: auto;
    position: absolute;
    z-index: -1;
    background-image: url(./asset/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.online_sec ul li dl {
}
.online_sec ul li dl dt {
    text-align: center;
    padding-top: 6vw;
    position: relative;
    z-index: 0;
    font-size: 1.4vw;
    margin-bottom: 1vw;
}
.online_sec ul li dl dt::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 4vw;
	height: 4vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.online_sec ul li:nth-of-type(1) dl dt::before {
  background-image: url(./asset/img/online_icon01.png);
}
.online_sec ul li:nth-of-type(2) dl dt::before {
  background-image: url(./asset/img/online_icon02.png);
}
.online_sec ul li:nth-of-type(3) dl dt::before {
  background-image: url(./asset/img/online_icon03.png);
}
.online_sec ul li:nth-of-type(4) dl dt::before {
  background-image: url(./asset/img/online_icon04.png);
}
.online_sec ul li dl dd {
    font-size: 1.3vw;
}
#contact_form {
	padding-top: 15vw;
    margin-top: -15vw;
}
@media screen and (min-width:1100px) {
/*unit----------*/
.unit {
    height: 70px;
    padding: 0 77px;
    margin-top: 26px;
}
.unit .left {
    width: 143px;
}
.unit .right ul li a {
    padding: 0 5.5px;
    margin: 0 11px;
    font-size: 15.4px;
}
.unit .right ul li.insta img {
    width: 16.5px;
}
.sub_unit div {
    padding: 11px;
    padding-top: 33px;
    font-size: 11px;
}
.sub_unit .file {
	margin-top: 11px;
}
.sub_unit div::before {
    width: 16.5px;
    height: 16.5px;
    top: 9.9px;
}
/*TOP共通----------*/
.link_box {
    margin: 55px auto 0;
    font-size: 12.1px;
    padding: 11px 0;
}
.tih2 {
    font-size: 16.5px;
    margin-bottom: 33px;
}
.tih2 span {
    font-size: 30.8px;
}
/*TOPPAGE----------*/
#top_fv {
    height: 100vh;
}
#top_fv .top_fvbg {
    width: 85%;
    height: calc(100vh - 113px);
}
#top_fv .fv_p {
    margin-left: 121px;
    margin-top: 175px;
}
#top_fv .fv_p span {
    font-size: 33px;
    padding: 5.5px 27.5px;
}
#top_fv .scr_bar {
    left: 66px;
    font-size: 14.3px;
    padding-bottom: 175px;
}
#top_01 .top_box .inner .text_box p {
    font-size: 13.2px;
}
#top_01 .top_box .inner .img_box ul li:nth-of-type(2) {
    padding-top: 175px;
}
#top_02 .top_box .swiper-slide .inner .img_box {
    padding-bottom: 55px;
}
#top_02 .top_box .swiper-slide .inner .text_box ul li {
    font-size: 20.9px;
}
#top_02 .top_box .swiper-slide .inner .text_box ul li:not(:last-of-type) {
    margin-bottom: 5.5px;
}
#top_02 .top_box .swiper-slide .inner .text_box h4 {
    font-size: 110px;
}
#top_02 .top_box .swiper-slide .inner .text_box p {
    font-size: 13.2px;
    margin-top: 66px;
}
	#top_03 .top_box .swiper-slide .text_box dl {
    font-size: 13.2px;
    margin: 5.5px 0 0;
}
#top_03 .top_box .swiper-slide .text_box p {
    font-size: 15.4px;
}
#top_04 .top_box .top04_contbox ul li:not(:last-of-type) {
	margin-bottom: 22px;
}
#top_04 .top_box .top04_contbox ul li .text_box dl {
    font-size: 13.2px;
}
#top_04 .top_box .top04_contbox ul li .text_box p.ti {
    font-size: 15.4px;
}
#top_05 .top_box .left p {
    font-size: 14.3px;
}
#top_05 .top_box .right {
    margin: 66px auto 0;
}
#top_05 .top_box .right div {
    padding: 22px 33px;
}
#top_05 .top_box .right .mail {
    font-size: 15.4px;
}
#top_05 .top_box .right .tel {
    font-size: 13.2px;
    margin-top: 11px;
}
.footer .inner_box {
    padding: 33px 0;
}
.footer .inner_box ul li .about_box {
    font-size: 13.2px;
}
.footer .inner_box ul li .about_box p {
    margin-top: 22px;
}
.footer .inner_box ul li .about_box .link {
    padding: 5.5px 0;
    margin-top: 22px;
}
.footer .inner_box ul li .contact_box p {
    margin-top: 22px;
    font-size: 13.2px;
}
.footer .inner_box ul li .contact_box .sns {
    margin-top: 22px;
}
.footer .inner_box ul li .f_menu dl dd p ,
.footer .inner_box ul li .f_menu dl dt p {
    font-size: 14.3px;
    padding: 11px 22px;
}
.footer .cop {
    padding-bottom: 55px;
	font-size: 11px;
}
/*サブ共通----------*/
.sub_fv {
    height: 263px;
    margin-top: 113px;
}
.sub_fv .subtih1 {
    font-size: 19.8px;
    padding-left: 88px;
}
.sub_fv .subtih1 span {
    font-size: 27.5px;
}
.subtih2 {
    font-size: 17.6px;
    margin-bottom: 22px;
}
/*会社案内----------*/
#com_01 .top_box .text_box p {
    font-size: 13.2px;
}
#com_01 .top_box .text_box p.name {
    margin-top: 22px;
}
#com_02 .top_box .inner:not(:last-of-type) {
	margin-bottom: 33px;
}
#com_02 .top_box .inner dl {
    font-size: 14.3px;
}
#com_02 .top_box .inner dl:not(:last-of-type) {
	margin-bottom: 16.5px;
}
#com_02 .top_box .inner dl dt {
    margin-right: 11px;
}
#com_03 .top_box .img_box {
    margin-bottom: 22px
}
#com_03 .top_box .text_box dl {
    margin-bottom: 11px;
}
#com_03 .top_box .text_box dl dt {
    font-size: 15.4px;
    padding: 5.5px 0;
}
#com_03 .top_box .text_box dl dd {
    font-size: 14.3px;
}
/*事業案内----------*/
#ser_01 .top_box dl dt {
    font-size: 30.8px;
}
#ser_01 .top_box dl dd {
    font-size: 13.2px;
}
#ser_02 .top_box .subtih3 {
    font-size: 30.8px;
}
#ser_02 .top_box .subtih3 span {
    font-size: 16.5px;
}
#ser_02 .top_box .inner .text_box {
    padding: 0 110px;
}
#ser_02 .top_box .inner .text_box h2 {
    font-size: 30.8px;
    margin-bottom: 33px;
}
#ser_02 .top_box .inner .text_box p {
    font-size: 14.3px;
}
#ser_02 .top_box .inner .text_box .link_box {
    margin: 33px auto 33px;
}
/*プライバシーポリシー----------*/
#priva_01 .top_box {
	font-size: 14.3px;
}
#priva_01 dl {
    margin-top: 33px;
}
#priva_01 dl dt {
	padding: 11px;
}
#priva_01 dl dd {
	padding: 11px;
}
/*お知らせ----------*/
#news_01 .top_box .cat_box ul li:not(:last-of-type) {
	margin-bottom: 22px;
}
#news_01 .top_box .cat_box ul li a  {
    font-size: 12.1px;
    padding: 11px 0;
}
#news_01 .top_box .post_box .inner dl dd {
    margin-left: 33px;
}
#news_01 .top_box .post_box .inner dl {
    padding: 16.5px 0;
    font-size: 14.3px;
}
#news_01 .top_box .subtih2 {
    margin: 0 auto 44px;
    font-size: 33px;
}
/*お知らせ（詳細）----------*/
#newsdetil_01 .top_box {
	font-size: 14.3px;
}
#newsdetil_01 dl {
    margin-top: 33px;
}
#newsdetil_01 .cont_box {
	margin: 55px 0;
}
/*実績紹介----------*/
#works_01 .top_box .side_box div:not(:last-of-type) {
	margin-bottom: 33px;
}
#works_01 .top_box .side_box div h4 {
    font-size: 19.8px;
}
#works_01 .top_box .side_box .cat ul li a {
    padding: 5.5px 11px;
    margin: 2.75px 0;
}
#works_01 .top_box .side_box .archive select {
    font-size: 16.5px;
}
#works_01 .top_box .side_box .archive option {
    font-size: 16.5px;
}
/*実績紹介（詳細）----------*/
#works_01.detial .top_box .post_box h2 {
    font-size: 19.8px;
    margin: 55px 0 33px;
    width: 100%;
}
#works_01.detial .top_box .post_box h2 span {
    font-size: 14.3px;
}
#works_01.detial .top_box .post_box .cont_box {
    font-size: 15.4px;
}
/*お問い合わせ----------*/
#con_01 .top_box p.con_text {
    font-size: 16.5px;
    margin-bottom: 55px;
}
#con_01 .top_box .inner {
    margin-bottom: 33px;
}
#con_01 .top_box .inner h4 {
    font-size: 17.6px;
    margin-bottom: 11px;
}
#con_01 .top_box .inner p {
    font-size: 14.3px;
}
#con_01 .top_box .inner p.tel {
    font-size: 30.8px;
    padding: 11px 0;
}
#con_01 .top_box .inner p.tel span {
    padding-left: 38.5px;
}
#con_01 .top_box .inner .link {
    font-size: 16.5px;
    padding: 22px 0;
    margin-top: 11px;
}
#con_01 .top_box .contact_box .left ul li {
    font-size: 14.3px;
    padding: 16.5px;
}
#con_01 .top_box .contact_box .left ul li span {
    font-size: 11px;
}
#con_01 .top_box .contact_box .right p {
    font-size: 14.3px;
}
#con_01 .top_box .contact_box .right dl {
    margin-top: 16.5px;
    font-size: 15.4px;
}
#con_01 .top_box .contact_box .right .check {
    padding: 22px 0;
    margin: 33px auto;
}
#con_01 .top_box .contact_box .right .check dl dt {
    margin-bottom: 5.5px;
}
#con_01 .top_box .contact_box .right .check dl dt a {
	font-size: 19.8px;
}
#con_01 .top_box .contact_box .right .botton input[type="submit"] {
    padding: 16.5px 33px;
    font-size: 15.4px;
}
/*オンライン相談窓口----------*/
.online_sec .text {
    font-size: 19.8px;
    padding: 0 44px;
    padding-top: 33px;
    margin-top: -33px;
}
.online_sec .link {
    padding: 16.5px 0;
    font-size: 14.3px;
    margin-top: 22px;
}
.online_sec h4 {
    font-size: 19.8px;
    margin-top: 55px;
    margin-bottom: 11px;
}
.online_sec ul {
    margin-bottom: 66px;
}
.online_sec ul li {
    padding: 0 22px;
}
.online_sec ul li dl dt {
    padding-top: 66px;
    font-size: 15.4px;
    margin-bottom: 11px;
}
.online_sec ul li dl dt::before {
	width: 44px;
	height: 44px;
}
.online_sec ul li dl dd {
    font-size: 14.3px;
}
#contact_form {
	padding-top: 165px;
    margin-top: -165px;
}
}
@media screen and (max-width:800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
.unit .left {
    width: 30vw;
}
	.unit .right ul li {
    display: none;
}
.unit .right ul li.open_menu {
    display: block;
    position: relative;
    z-index: 0;
    width: 30px;
    height: 20px;
}
.unit .right ul li.open_menu span {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.unit .right ul li.open_menu span:nth-of-type(1) {
	top: 0;
}
.unit .right ul li.open_menu span:nth-of-type(2) {
	top: 0;
	bottom: 0;
    margin: auto;
}
.unit .right ul li.open_menu span:nth-of-type(3) {
	bottom: 0;
}
.unit .unit_inner {
    background-color: #ccccccf5;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all ease 0.8s 0s;
    -webkit-transition: all ease 0.8s 0s;
    -moz-transition: all ease 0.8s 0s;
	opacity: 0;
	pointer-events: none;
}
.unit .left ,
.unit .right {
    position: relative;
    z-index: 100;
}
.unit.active .unit_inner {
	opacity: 1;
	pointer-events: auto;
}
.unit .unit_inner .inner_box {
    width: 100%;
}
.unit .unit_inner .inner_box ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 4vw;
}
.unit .unit_inner .inner_box ul li a {
    color: #000;
    text-decoration: none;
}
.unit .unit_inner .inner_box .sns .insta {
    width: 15px;
    height: 15px;
    margin: 0 auto;
}
.sub_unit {
    top: unset;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
    align-content: center;
}
.sub_unit div {
    -ms-writing-mode: unset;
    writing-mode: unset;
    padding: 2vw;
    padding-top: 6vw;
    font-size: 3.2vw;
    width: 50%;
    text-align: center;
}
.sub_unit .file {
    margin-top: 0;
    border-left: 1px solid #999;
}
.sub_unit div::before {
    width: 4vw;
    height: 4vw;
}
#top_fv .fv_p span {
    font-size: 8vw;
}
#top_fv .scr_bar {
    font-size: 2.9vw;
}
#top_01 .top_box .inner .text_box {
    width: 100%;
}
.tih2 {
    font-size: 4vw;
    margin-bottom: 5vw;
}
.tih2 span {
    font-size: 6vw;
}
#top_01 .top_box .inner .text_box p {
    font-size: 2.9vw;
    line-height: 180%;
}
#top_01 .top_box .inner .img_box {
    width: 100%;
}
#top_01 .top_box .inner::before {
    width: 100%;
    height: 40%;
    top: 20%;
}
.top_section {
    margin: 2rem 0;
    padding: 1.5rem 0;
}
#top_02 .top_box .swiper-slide .inner .img_box {
    width: 100%;
}
#top_02 .top_box .swiper-slide .inner .text_box {
    width: 100%;
}
#top_02 .top_box .swiper-slide .inner .text_box ul li {
    font-size: 4.5vw;
}
#top_02 .top_box .swiper-slide .inner .text_box h4 {
    font-size: 20vw;
}
#top_02 .top_box .swiper-slide .inner .text_box h4 {
    font-size: 20vw;
}
.swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 10px;
    height: 70px;
    bottom: unset;
    left: -6%;
    top: 15%;
    flex-direction: column;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.link_box {
    font-size: 2.9vw;
    padding: 2vw 0;
}
#top_03 .top_box .swiper-slide .text_box dl {
    font-size: 2.9vw;
    margin: 2vw 0 1vw;
}
#top_03 .top_box .swiper-slide .text_box p {
    font-size: 3.5vw;
}
#top_04 .top_box .tih2 {
    position: relative;
}
#top_04 .top_box .top04_contbox ul {
    width: 100%;
    margin: 0 0 0 auto;
}
#top_04 .top_box .top04_contbox ul li .text_box dl {
    font-size: 2.9vw;
}
#top_04 .top_box .top04_contbox ul li .text_box p.ti {
    font-size: 3.5vw;
}
#top_04 .top_box .top04_contbox ul li:not(:last-of-type) {
    margin-bottom: 4vw;
}
#top_05 .top_box .left p {
    font-size: 3vw;
}
#top_05 .top_box .right .mail {
    font-size: 3.5vw;
}
#top_05 .top_box .right .tel {
    font-size: 3.2vw;
    margin-top: 2vw;
}
#top_05 .top_box .right div {
    padding: 4vw 5vw;
}
.footer .inner_box ul li .img_box {
    text-align: center;
}
.footer .inner_box ul li .about_box {
    font-size: 2.9vw;
    width: 100%;
    text-align: center;
}
.footer .inner_box ul li .about_box p {
    margin-top: 4vw;
}
.footer .inner_box ul li .about_box .link {
    padding: 3.5vw 0;
    margin: 0 auto;
    margin-top: 4vw;
}
.footer .inner_box ul li .contact_box p {
    margin-top: 4vw;
    font-size: 2.9vw;
    text-align: center;
}
.footer .inner_box ul li .contact_box {
    padding-right: 0;
    width: 100%;
}
.footer .inner_box ul li .contact_box .sns .insta {
    margin: 0 auto;
}
.footer .inner_box ul li {
    width: 100%;
}
.footer .inner_box ul li .f_menu dl dd p, .footer .inner_box ul li .f_menu dl dt p {
    font-size: 3.2vw;
    padding: 2vw 2vw;
}
.footer .inner_box ul li .f_menu dl {
    margin-top: 4vw;
}
.footer .inner_box {
    padding: 6vw 0;
}
.footer .cop {
    font-size: 2.7vw;
    padding-bottom: 20vw;
    text-align: center;
}
/*サブ共通----------*/
.sub_fv {
    height: 20vh;
}
.sub_fv .subtih1 {
    font-size: 4vw;
    padding-left: 10vw;
}
.sub_fv .subtih1 span {
    font-size: 5vw;
    margin-bottom: 3vw;
}
.subtih2 {
    font-size: 3.6vw;
    margin-bottom: 2vw;
}
/*会社案内----------*/
#com_01 .top_box .img_box {
    width: 100%;
}
#com_01 .top_box .text_box {
    width: 100%;
    margin-top: 5vw;
}
#com_01 .top_box .text_box p {
    font-size: 2.9vw;
    line-height: 180%;
}
#com_01 .top_box .text_box p.name {
    margin-top: 4vw;
}
#com_02 .top_box .inner dl {
    font-size: 3vw;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
#com_02 .top_box .inner dl:not(:last-of-type) {
    margin-bottom: 3vw;
}
#com_02 .top_box .inner:not(:last-of-type) {
    margin-bottom: 5vw;
}
#com_03 .top_box .img_box {
    height: 150px;
    margin-bottom: 5vw;
}
#com_03 .top_box .text_box dl {
    margin-bottom: 2vw;
}
#com_03 .top_box .text_box dl dt {
    width: 30%;
    font-size: 3.1vw;
    padding: 1vw 0;
    margin-right: unset;
}
#com_03 .top_box .text_box dl dd {
    font-size: 3vw;
    width: 100%;
    margin-top: 1vw;
}
#com_04 .top_box .map_box iframe{
	height: 250px;
}
/*事業案内----------*/
#ser_01 .top_box dl dt {
    width: 100%;
    font-size: 5vw;
    margin-bottom: 5vw;
}
#ser_01 .top_box dl dd {
    width: 100%;
    font-size: 3vw;
    padding-right: 0;
    line-height: 180%;
}
#ser_01 .top_box::before {
    width: 60%;
    height: 30%;
}
#ser_01 .top_box::after {
    width: 45%;
    height: 50%;
}
#ser_02 .top_box .subtih3 {
    font-size: 5vw;
}
#ser_02 .top_box .subtih3 span {
    font-size: 3.5vw;
}
#ser_02 .top_box .inner .text_box h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
}
#ser_02 .top_box .inner .text_box p {
    font-size: 2.9vw;
}
#ser_02 .top_box .inner .text_box .link_box {
    margin: 5vw auto 5vw;
}
#ser_02 .top_box .inner .text_box ul li {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2vw;
}
#ser_02 .top_box .inner .img_box {
    min-height: 550px;
    width: 25%;
}
#ser_02 .top_box .inner .text_box {
    width: 75%;
    padding: 0 5vw;
}
/*プライバシーポリシー----------*/
#priva_01 {
    padding: 5rem 0;
}
#priva_01 .top_box {
    font-size: 2.9vw;
}
#priva_01 dl {
    margin-top: 5vw;
}
#priva_01 dl dt {
    padding: 2vw;
}
#priva_01 dl dd {
    padding: 2vw;
}
/*お知らせ----------*/
#news_01 .top_box .cat_box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5vw;
}
#news_01 .top_box .cat_box ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#news_01 .top_box .cat_box ul li {
    width: 48%;
}
#news_01 .top_box .cat_box ul li a {
    font-size: 2.9vw;
    padding: 2vw 0;
}
#news_01 .top_box .post_box {
    width: 100%;
}
#news_01 .top_box .post_box .inner dl {
    padding: 3vw 0;
    font-size: 3vw;
}
#news_01 .top_box .post_box .inner dl dd {
    margin-left: 4vw;
}
#news_01 .top_box .post_box .inner dl dd:nth-of-type(2) {
	display: block;
	width: 100%;
    margin-top: 1vw;
    margin-left: 0vw;
}
#news_01 .top_box .subtih2 {
    font-size: 5vw;
}
/*お知らせ（詳細）----------*/
#newsdetil_01 .top_box {
    font-size: 2.9vw;
}
#newsdetil_01 dl {
    margin-top: 5vw;
}
/*お問い合わせ----------*/
#con_01 .top_box p.con_text {
    font-size: 3.4vw;
    margin-bottom: 10vw;
}
#con_01 .top_box .inner {
    margin-bottom: 5vw;
}
#con_01 .top_box .inner h4 {
    font-size: 3.8vw;
    margin-bottom: 2vw;
}
#con_01 .top_box .inner p.tel {
    font-size: 5vw;
    padding: 2vw 0;
}
#con_01 .top_box .inner p.tel span {
    padding-left: 6vw;
}
#con_01 .top_box .inner p {
    font-size: 2.9vw;
}
#con_01 .top_box .inner .link {
    font-size: 3.5vw;
    padding: 3vw 0;
    margin-top: 2vw;
}
#con_01 .top_box .contact_box .left {
    width: 100%;
}
#con_01 .top_box .contact_box .left ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#con_01 .top_box .contact_box .left ul li span {
    font-size: 2.7vw;
}
#con_01 .top_box .contact_box .left ul li {
    width: 33%;
    font-size: 3.2vw;
    padding: 2.5vw 0;
    text-align: center;
}
#con_01 .top_box .contact_box .right {
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
}
#con_01 .top_box .contact_box .right p {
    font-size: 3vw;
}
#con_01 .top_box .contact_box .right dl {
    margin-top: 4.5vw;
    font-size: 3.2vw;
}
#con_01 .top_box .contact_box .right dl dt {
    width: 100%;
    margin-bottom: 1vw;
}
#con_01 .top_box .contact_box .right dl dd {
    width: 100%;
}
#con_01 .top_box .contact_box .right dl dd input[type="text"] {
    width: 100%;
}
#con_01 .top_box .contact_box .right #tel dd input[type="text"] {
    width: 25%;
}
#con_01 .top_box .contact_box .right #address dd input[type="text"] {
    width: 25%;
}
#con_01 .top_box .contact_box .right .check dl dt a {
    font-size: 4vw;
}
#con_01 .top_box .contact_box .right .check {
    padding: 4vw 0;
    margin: 6vw auto;
}
#con_01 .top_box .contact_box .right .botton input[type="submit"] {
    padding: 3vw 6vw;
    font-size: 3.5vw;
}
/*実績紹介----------*/
#works_01 .top_box .post_box {
    width: 100%;
}
#works_01 .top_box .post_box .inner {
    width: 48%;
}
#works_01 .top_box .side_box {
    width: 100%;
}
#works_01 .top_box .side_box div h4 {
    font-size: 3.8vw;
}
#works_01 .top_box .side_box div:not(:last-of-type) {
    margin-bottom: 5vw;
}
#works_01 .top_box .side_box .archive select {
    font-size: 3.5vw;
}
#works_01 .top_box .side_box .archive option {
    font-size: 3.5vw;
}
/*実績紹介（詳細）----------*/
#works_01.detial .top_box .post_box .swiper-button-next:after {
    right: 1vw;
}
#works_01.detial .top_box .post_box .swiper-button-prev:after {
    left: 1vw;
}
#works_01.detial .top_box .post_box .gallery_box .swiper-slide {
    max-height: 600px;
}
#works_01.detial .top_box .post_box {
    margin-bottom: 10vw;
}
#works_01.detial .top_box .post_box h2 {
    font-size: 5vw;
    margin: 5vw 0 3vw;
}
#works_01.detial .top_box .post_box h2 span {
    font-size: 2.8vw;
}
#works_01.detial .top_box .post_box .cont_box {
    font-size: 3vw;
}
}