/*
Theme Name:enishi
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/

*{font-family:"Zen Maru Gothic", sans-serif,"Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



body {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
    background: #fffbdf;
    overflow-x: clip;
}

* html body{  
    overflow: hidden;  
	height: 100%;
	font-size:90%
}

:root{
	--orange: #f26427;
	--brown: #ceb757;
	--green: #80bc9c;
	--frame_radius: 10px;
}

/*各種基本クラス初期設定*/

.fixed{
    position: fixed;
}

.clear
{
clear:both;
}

a {  
    transition: 0.3s ease-in-out;  
}  
/*a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}*/


.fade {  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide,.thanks{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;

}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

a{
	color:#333333;
	text-decoration:none;
}



p{
    font-size: 16px;
	margin:15px 0 20px 0px;
	line-height:180%;
	letter-spacing:0px;
	text-align: justify;
}

p a{color:#00688C;}

ol{
}

ol li{
margin:10px 0px;
line-height:160%;
}

/*文字サイズ・基本装飾*/

.strong{font-weight:bold!important;}

.big{
font-size:125%!important;

}

.v_big{
font-size:150%!important;
}

.vv_big{
font-size:180%!important;
}

table .big{
color: #2968BE;
}

.blue{color:#0085B2;}

.bun{
    text-indent: 1em;
}

.mincho{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.textright{
text-align:right!important;
}
.textcenter{
text-align:center!important;
}
.small{
font-size:85%!important;
}

.v_small{
font-size:70%!important;
}


hr{
border:none;
border-bottom:solid 1px #cccccc;
margin:50px 0px;
}


.link_box {
    border: #0070B3 2px solid;
    padding: 14px 25px;
    color: #0070B3;
	font-weight:bold;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}
.link_box:after{
right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070B3;
    border-right: 1px solid #0070B3;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    display: block;
    content: "";
}

/*YouTube Googlemap*/

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	
}

.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*テーブル設定*/

table{
clear: both;
table-layout: fixed;
border-collapse: collapse;
margin-left:0px;
margin-top:15px;
margin-bottom:55px;
width:100%;
}


th,td{
padding: 10px 5px 10px 7px;
vertical-align: top;
color: #111111;
line-height:160%;
letter-spacing:0px;
}

th span,td span{

}

th p,td p{
font-size:100%;
margin:10px 0!important;
}

/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}
#panel > h3 {
    border-left:none!important;
    border-bottom: solid 1px white!important;
    background-color: #00779c!important;
    color: #fff!important;
    cursor: pointer;
    padding: 10px!important;
    position: relative;
    margin: 0px auto!important;
    max-width: 96%;
    font-size: 100%!important;
    letter-spacing: 2px;
}

#panel > h3:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
#panel > .active:after{
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 10px;
    box-sizing: border-box;
}
#panel .ac p{

}



/*イメージ*/
img{
    max-width:100%; 
    border:none;
	height:auto;
}

.center{
text-align:center!important;
display: block!important;
margin: 10px auto 0!important
}


/*サイトヘッダー*/
#header {
    z-index: 13;
    width: 100%;
    padding: 0.3% 3%;
    box-sizing: border-box;
    position: relative;
    top: 0;
    display: block;
    /* box-shadow: 0 0 5px #eee; */
    transition: 0.3s ease-in-out;
    /* max-width: 1280px; */
    margin: 0 auto;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
}

#header.isActive{
	background: #fff;
}

#headercont {
    margin: 0 auto 0 0;
    width: 90%;
}


/*サイトヘッダーをオン・オフしたいとき*/
/*
#home #header {
    opacity: 0;
	position: fixed;
}

#home #header.isActive{
    opacity: 1;
    transition: all 800ms;
}

*

/*ロゴ*/

#header h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 7rem;
    width: 25%;
    vertical-align: bottom;
}

#header h1 a {
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(img/logo.svg) no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
}

/*ヘッダーメニュー*/
.header-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* padding: 0 7%; */
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.header-inner .menu-item:last-child {
    width: 13%;
    margin: 0% 0 0;
}

.header-inner .menu-item:last-child a {
    width: 100%;
    text-align: center;
    padding: 3% 2%;
}

.header-inner > ul {
    display: flex;
    width: 95%;
    align-items: center;
    flex-wrap: nowrap;
}

.contact_btn {
    position: relative;
    position: fixed;
    top: 0;
    right: 0%;
    width: 12%;
    background: var(--orange);
    border-radius: 0 0 0 var(--frame_radius);
    overflow: hidden;
}

.contact_btn::before {
    content: "";
    position: absolute;
    background: #fff;
    border: solid 2px var(--orange);
    border-top: 0;
    border-radius: 0 0 0 var(--frame_radius);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
	transition: all 0.8s;
	opacity: 0;
}

.contact_btn:hover::before {
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    transition: all 0.8s;
	opacity: 1;
}

.contact_btn a {
    position: relative;
    color: #fff;
    padding: 40% 0% 20%;
    display: block;
    width: 100%;
    border-radius: 0 0 0 var(--frame_radius);
	border: solid 2px var(--frame_radius);
    box-sizing: border-box;
    text-align: center;
    font-size: 1.25rem;
	z-index: 3;
}

.contact_btn a:hover {
    color: var(--orange);
	transition: all 0.5s;
}

.contact_btn a::before {
    content: "";
    display: inline-block;
    width: 25%;
    height: 25%;
    max-width: 50px;
    background: url(img/icon_mail.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
}

.contact_btn a:hover::before {
    background: url(img/icon_mail-hover.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	transition: all 0.5s;
}

.header-contact {
	background: #111;
	color:#fff;
    border-radius: 50px;
    padding: 5px 50px;
}
.header-contact a{
display:block;
	color:#fff;
}

.header-menu-item {
    padding: 20px;
}

.header-menu-item a {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

.header-menu-item a span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #aaa;
}



/*ローダー*/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 201;
    }


#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin-top: -80px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 200;
}

#loader img{

}

.bounce {
  -webkit-animation: bounce_4933 2.5s ease infinite;
          animation: bounce_4933 2.5s ease infinite;
  transform-origin: 50% 50%;
  height:74px;
}

@-webkit-keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

@keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

.no1,.no2,.no3{
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

/*トップページレイアウト*/

*{
	transition: all 0.5s;
}

a{
	transition: all 0.5s;
}

a::hover{
	transition: all 0.5s;
}

figure{
	margin: 0;
	line-height: 0;
}

.flex_box{
	display: flex;
}

.arrow{
	transition: all 0.5s;
}

article:hover .arrow  {
	transition: all 0.5s;
    transform: translateX(10px);
}

.recruit_bunner {
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 99;
    width: 25%;
    overflow: hidden;
    border-radius: 15px;
    line-height: 0;
    border: solid #ffffff;
    max-width: 400px;
}
.recruit_bunner:hover{
    
}

.top_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: -1%;
    height: 40%;
    background: url(img/illust_ribbon.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.catch {
    position: relative;
    margin: 0 auto;
    padding: 8% 0 0;
    max-width: 1600px;
}

.catch .flexslider .slides > li{
    border-radius: var(--frame_radius) 0 0 var(--frame_radius);
    overflow: hidden;
}

.catch .flexslider {
    margin: 0 0 0 auto;
    width: 75%;
}

.catch_text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 650px;
    margin: 0;
    width: 50%;
    position: absolute;
    left: 3%;
    top: 50%;
    z-index: 2;
}

.catch_copy {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    color: var(--orange);
    font-weight: 500;
    align-items: flex-start;
}

.catch_copy span {
    display: inline;
    background: #fff;
    margin: 0 0 1%;
    padding: 1%;
    white-space: nowrap;
}

.catch_message {
    font-size: 1.125rem;
    position: relative;
    width: 80%;
    line-height: 2;
    text-shadow: 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf, 0 0 10px #fffbdf;
}

.path_top1 {
    display: inline-block;
    width: 11%;
    height: 55%;
    background: url(img/path_top1.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -35%;
    right: 15%;
    z-index: 2;
}

.path_top2 {
    content: "";
    display: inline-block;
    width: 15%;
    height: 15%;
    background: url(img/path_top2.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 1%;
}

.catch_slider{
	
}

.catch_slider .swiper-slide {
    max-width: 800px;
    width: 50%;
}

.catch_slider .swiper-slide figure {
    margin: 0;
    line-height: 0;
    border-radius: 70px;
    overflow: hidden;
    border: solid 1px;
}

.catch_slider .swiper-slide figure img{
	width: 100%;
}

.catch_slider .swiper-slide .more_link {
    display: block;
    border-radius: 50px;
    padding: 1% 3%;
    width: fit-content;
    display: flex;
    align-items: center;
    background: #fff;
    border: solid 1px var(--orange);
    position: relative;
    top: -1rem;
}

.catch_slider .swiper-slide .more_link::before{
	content: "●";
	font-size: 150%;
	color: var(--orange);
}

.about.about {
    margin: 3% auto;
    position: relative;
    padding: 5% 0;
}

.about_bg {
    background: url(img/illust_ribbon2.webp);
    background-size: 105%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    left: 0;
    right: 0;
    top: -50%;
    bottom: -50%;
    z-index: -1;
}

.about_text {
    width: 35%;
    /* margin: 0 10% 0 auto; */
    position: relative;
    left: 50%;
}

.about_copy {
    color: var(--orange);
    font-size: 130%;
    letter-spacing: normal;
}

.about_message {
    margin: 5% 0 15%;
}

.about .link_wrap {
    background: #fff;
    letter-spacing: normal;
    color: var(--orange);
    border-radius: 50px;
    border: solid 2px var(--orange);
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 50%;
    max-width: 225px;
}

.about .more_link {
    color: var(--orange);
    padding: 8% 9%;
    display: block;
    box-sizing: unset;
    text-align: center;
	position: relative;
	z-index: 2;
}

.link_wrap:hover{
	transition: all 0.5s;
}

.about .more_link:hover {
    color: #fff;
}

.link_wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--orange);
  -webkit-transition: 1s;
  transition: 1s;
	z-index: 0;
}

.link_wrap:hover::before{
  width: 100%;
	transition: all 1s;
}

.section_title {
    margin: 0 auto;
    text-align: center;
    width: 20%;
}

.sub_title {
    font-weight: 600;
    font-size: 1rem;
}

.service {
    background: var(--brown);
    max-width: 1200px;
    margin: 0 auto 5%;
    border-radius: var(--frame_radius);
    padding: 5% 3%;
    box-sizing: border-box;
	width: 85%;
	position: relative;
}

.path_service1 {
    content: "";
    display: inline-block;
    width: 7%;
    height: 15%;
    background: url(img/path_service1.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -9%;
    right: 5%;
}

.path_service2 {
    content: "";
    display: inline-block;
    width: 10%;
    height: 15%;
    background: url(img/path_service2.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    right: 15%;
}

.service .sub_title {
    font-weight: 600;
}

.service>.sub_title{
	color: #fff;
}

.service .flex_box {
    gap: 1.5rem;
    margin: 5% auto;
}

.service_box {
    background: #fff;
    border-radius: var(--frame_radius);
    transition: all 0.5s;
    width: 80%;
    margin: 5% auto;
}

.service_box:hover figure img{
	transition: all 0.5s;
	transform: scale(1.05,1.05);
}

.service_box .sub_title {
    padding: 0 0 0.5rem 0;
    border-bottom: dashed 2px var(--orange);
}

.service_box a {
    display: flex;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box;
    padding: 5%;
}

.service_box .product_slider{
	
}

.service_box .slider-container {
    width: 45%;
	overflow: hidden;
    border-radius: var(--frame_radius);
}

.service_box:hover .slider-container .product_slider{
    transform: scale(1.1 , 1.1);
}

.service_img {
    border-radius: var(--frame_radius);
    overflow: hidden;
    width: 50%;
	line-height: 0;
}

.service_text {
    width: 55%;
}

.service .arrow {
    width: 2.5rem;
}

.qa_link {
    display: block;
    margin: 0 auto;
    width: fit-content;
    background: #fff;
    padding: 2% 5% 2% 12%;
    border-radius: 100px;
    position: relative;
    letter-spacing: normal;
}

.qa_link::before {
    content: "";
    background: url(img/path_qa.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    left: 8%;
}

.qa_link span {
    padding: 0 0 0.5rem 0;
    border-bottom: dashed 2px var(--orange);
    display: block;
    font-size: 150%;
    margin: 0 0 0.5rem 0;
}

.c-r {
    background: var(--green);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: var(--frame_radius);
    padding: 3% 3%;
    box-sizing: border-box;
    width: 85%;
    position: relative;
}

.path_company1 {
    display: inline-block;
    width: 7%;
    height: 12%;
    background: url(img/path_company1.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -7%;
    left: 10%;
}

.path_company2 {
    content: "";
    display: inline-block;
    width: 7%;
    height: 10%;
    background: url(img/path_company2.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2%;
    left: -2%;
}

.c-r .flex_box{
    justify-content: space-between;
}

.c-r article {
    background: #fff;
    width: 48%;
    padding: 0%;
    box-sizing: border-box;
    border-radius: var(--frame_radius);
}
.c-r a {
    padding: 10%;
    display: block;
}

.c-r_img {
    border-radius: var(--frame_radius);
    overflow: hidden;
}


.c-r article:hover .c-r_img img{
	transition: all 0.5s;
	transform: scale(1.05,1.05);
}


.c-r_text{
	
}

.c-r_title {
    width: 35%;
    margin: 5% 0 0 0;
}

.c-r .arrow{
    width: 2.5rem;
}

.company{
	
}

.company .c-r_title{
    width: 45%;
    line-height: 1.25;
}

.path_slider1 {
    content: "";
    display: inline-block;
    width: 7%;
    height: 30%;
    background: url(img/path_slider1.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -25%;
    left: 10%;
    z-index: 2;
}

.path_slider2 {
    content: "";
    display: inline-block;
    width: 6%;
    height: 22%;
    background: url(img/path_slider2.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -2%;
    left: 21%;
}

.recruit-loop{
    z-index: 2;
}

.loop-wrap {
  display: flex;
  overflow-x: clip;
	position: relative;
}

.loop {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex;
}

.loop-item {
  width: calc(100vw / 4);
}

.loop-item img {
    display: block;
    width: 90%;
    border-radius: 40px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.recruit-loop .loop-item:nth-child(even) {
    transform: translateY(40px);
}

.bottom_bg {
    display: block;
    height: 30vw;
    background: url(img/illust_sinjiko.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.clouds_wrap{
	
}

.clouds_wrap img{
	display: block;
}

.cls-1 {
	fill: #fff;
}

#clouds{

}

.cloud-loop1 {
    margin: -7% auto 7%;
}

.cloud-loop2 {
    margin: 4% auto;
    transform: translateY(-1rem);
}

.cloud-loop3 {
    margin: -5% auto -6%;
}

.cloud li {
    width: calc(100vw / 1);
}

#cloud1{
	animation: scroll-left 50s infinite linear .5s both;
}

#cloud1 img {
    width: 15%;
    border-radius: 0px;
}

#cloud2 {
    animation: scroll-left 80s infinite linear -40s both;
}

#cloud2 img {
    width: 25%;
    border-radius: 0px;
}

#cloud3 {
    animation: scroll-left 100s infinite linear .5s both;
}

#cloud3.cloud li {
    width: calc(100vw / 1);
}

#cloud3 img {
    width:40%;
    border-radius: 0px;
}

.contact_wrap {
    padding: 1% 0;
    margin: 0% auto 0;
	background: url(img/img_contact.webp);
	background-size: cover;
	background-position: center;
}

.contact {
    margin: 10% auto;
    color: var(--orange);
    max-width: 1000px;
    background: #ffffffd4;
    padding: 3%;
    box-sizing: border-box;
    border-radius: var(--frame_radius);
	position: relative;
}

.path_contact1 {
    content: "";
    display: inline-block;
    width: 10%;
    height: 30%;
    background: url(img/path_contact1.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -30%;
    left: 7%;
    z-index: 2;
}

.path_contact2 {
    content: "";
    display: inline-block;
    width: 9%;
    height: 35%;
    background: url(img/path_contact2.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -8%;
    left: -2%;
}

.contact_box {
    display: flex;
    justify-content: center;
    gap: 10%;
    margin: 5% auto;
}

.tel {
    color: var(--orange);
    font-size: 1.25rem;
}

.tel_numb {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.tel_numb::before {
    content: "";
    background: url(img/icon_tel.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 2.5rem;
    height: 2rem;
    margin: 0 0.5rem 0 0;
}

.tel_time{
	
}

.mail{
	
}

.mail a {
    padding: 4.5% 8%;
    background: var(--orange);
    color: #fff;
	border: solid 2px var(--orange);
    font-size: 1.25rem;
    letter-spacing: normal;
    border-radius: 10px;
    white-space: nowrap;
    display: flex;
    gap: 1rem;
}

.mail a:hover{
    background: #fff;
    color: var(--orange);
}

.mail a::before {
    content: "";
    background: url(img/icon_mail.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 5.5rem;
    height: 2rem;
	transition: all 0.5s;
}

.mail a:hover::before{
    background: url(img/icon_mail-hover.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	transition: all 0.5s;
}

/*アニメーション*/

@keyframes fuwa {
  0% { transform: translateY(0px); animation-timing-function: ease; }
  25% { transform: translateY(30px); animation-timing-function: ease; }
  50% { transform: translateY(00px); animation-timing-function: ease; }
  75% { transform: translateY(30px); animation-timing-function: ease; }
  100% { transform: translateY(0px); }
}

.fuwa {
  animation: fuwa 10s ease 0s infinite;
}

.fuwa2 {
  animation: fuwa 10s ease 0.5s infinite;
}

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

@keyframes fuwa {
  0% { transform: translateY(0px); animation-timing-function: ease; }
  25% { transform: translateY(10px); animation-timing-function: ease; }
  50% { transform: translateY(00px); animation-timing-function: ease; }
  75% { transform: translateY(10px); animation-timing-function: ease; }
  100% { transform: translateY(0px); }
}

}

/* ボタン */
.more-link {
    color: #333;
    font-size: 1rem;
    display: block;
    position: relative;
    padding: 0 2rem 0px 0;
    text-align: end;
    letter-spacing: 1px;
	transition: all 0.5s;
}

.more-link.--s {
    line-height: 38px;
}

.more-link::before {
    content: "";
    background-image: url(img/icon_arrow-o.svg);
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
	transition: all 0.5s;
}


/* 記事一覧・1つ目と2つ目が違うサイズ */

.works_box {
    display: flex;
    gap: 75px;
}

.first_box {
    width: 40%;
}

.second_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.second_box .newpickup_box {
    width: 45%;
}

.newpickup_box .thumb img {
    border: 2px solid #333;
    width: 100%;
    object-fit: cover;
}

.first_box .newpickup_box .thumb img {
    aspect-ratio: 535 / 384;
}

.second_box .newpickup_box .thumb img {
    aspect-ratio: 32 / 23;
}

.text-block h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tags {
    text-align: left;
}

.tag-item {
    background: #333;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    display: inline-block;    
}

.tag-item a{
	display:inline;
	color:#fff;
}



/*トピックススライダー*/
.swiper-button-next:after, .swiper-button-prev:after {
    color: #999;
}

/*新着情報*/
.topics_area {
    max-width: 1200px;
    margin: 10% auto;
    width: 85%;
}

.topics_area .flex-box {
    gap: 10%;
    display: flex;
    background: #fff;
    padding: 7% 7%;
    box-sizing: border-box;
    border-radius: var(--frame_radius);
	position: relative;
}

.path_topics1 {
    content: "";
    display: inline-block;
    width: 8%;
    height: 35%;
    background: url(img/path_topics1.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -15%;
    right: 10%;
}


.path_topics2 {
    content: "";
    display: inline-block;
    width: 7%;
    height: 30%;
    background: url(img/path_topics2.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    right: -1%;
}

.topics_area .section_title{
    text-align: justify;
    width: 12%;
    padding: 2% 0 0;
}

.topics {
    flex-grow: 1;
}

.topics h3 {
    border-bottom: 1px solid var(--green);
}

.topics h3 a {
    display: flex;
    gap: 10%;
    padding: 3% 3%;
}

.topics .more-link {
    margin: 5% 0 0 auto;
	transition: all 0.5s;
}

.topics .more-link:hover::before {
    transform: translate(10px, -50%);
	transition: all 0.5s;
}

#list ul{
    width:100%;
    margin:0 auto;
    padding:0;
    max-width:100%;
    display: inline-block;
}

#list li h3{
    font-size: 1.15rem;
	font-weight:bold;
    margin: 5px 0px 3px;
    width: 100%;
    line-height: 130%;
    letter-spacing: 0;
    text-align: justify;
}

#list li h3 a{
font-size: 0.9rem;
}

#list li p{
    padding: 5px 0px;
    font-size: 80%;
    margin: 0px;
    color: #888;
}

#home .topics .date {
    text-align: center;
    display: block;
    padding: 0;
    font-size: 14px;
    color: #707070;
    margin: 0;
}


.readmore{
display:block;
float:right;
}

.date{
    font-weight: bold;
    text-align: right;
    display: block;
    font-size: 0.75rem;
    color: #555;
}

.cat{
    color: #fff;
    padding: 5px 0px;
    font-size: 95%;
    display: inline-block;
}

#cboxTitle,#cboxCurrent {
    display: none!important;
}




/*カテゴリー用記事リスト*/

#page #list ul {
text-align:left;
}

#page #list ul li{

margin:5px;
padding: 5px;
}

#sidebar #list ul{
padding:0!important;
}
#sidebar #list ul li{
margin:5px 0px!important;
padding:5px 0px !important;
}

#page #list .thumb{
max-width:100%;
height:auto;
}

#page #list .thumb img{
    left: 0%!important;
    position: relative;
    width: 100%;
    transform: translate(-0%,-0%); 
}

.seven_box .date{
    color: #00a5d9;
}

.seven_box .cat-name{

    background: #00a5d9;
    color: #fff;
    padding: 1px 4px;
    font-size: 90%;
}


/*コンテンツ・基本レイアウト*/


#wrap{
margin: 0px auto;
min-height: 100%;
max-width: 100%;
padding: 0px 0 0px 0;
z-index: 3;
}

.cont {
margin: 0px auto 0px;
width: 100%;
padding: 10px 0px 30px;
z-index: 1;
max-width: 1260px;
}

/*見出し*/

#page h2{

}



/*固定ページ用*/

#page .cont p{

}

#main_con{

}



/*単独ページの共通設定*/
#page #main p {
    text-align: justify;
    font-size: 100%;
    line-height: 1.8;
    margin: 1% 0;
}

#page #main h2{


}

#page #main h3{

}



#page #main .center_h3{

}

#page #main h3 span{

}


.page_title{
}

h4{

}

h4{
}


/*サイドバー */


/*フッター*/
#footer {
    overflow: hidden;
    min-width: 100%;
    position: relative;
    bottom: 0px;
    padding: 10% 0;
    background: url(img/illust_ribbon.webp);
    background-size: cover;
    background-position: top;
}

#footer .cont {
    max-width: 1100px;
}

.menu_list{
    display: flex;
    gap: 0 2%;
    /* white-space: nowrap; */
    width: 75%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.menu-item a{
	position: relative;
}

.menu-item a::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background: var(--orange);
    left: 0;
    bottom: 0%;
    width: 0%;
	transition: all 0.5s;
}

.menu-item a:hover::after {
    width: 100%;
	transition: all 0.5s;
}

.menu-item:last-child a::after{
	content: none;
}

.menu-item:last-child {
    display: block;
    width: 100%;
    text-align: right;
    margin: 1% 0 0;
}

.menu-item:last-child a{
    background: linear-gradient(135deg, #fbb03b 0%, #f15a24 50%, #fbb03b 100%);
	background-size: 200% 100%;
    padding: 0.5% 4%;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
}

.menu-item:last-child a:hover {
  background-position: 100% 0;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10%;
    letter-spacing: 1px;
}

.footer_logo {
    width: 25%;
}

.ft_bottom {
    margin: 5% auto 0;
    text-align: end;
    max-width: 1100px;
    letter-spacing: normal;
    font-size: 1.25rem;
}

.foot_menu{
    text-align: left;
}

.foot_menu {
    display: flex;
    justify-content: space-between;
}

.foot_menu_list h3 {
    color: #796A56;
    font-size: 22px;
    padding-bottom: 20px;
}

.foot_menu ul li{
    padding: 7px 0;
}

.foot_menu .sns-link {
    display: flex;
    gap: 20px;
    height: fit-content;
}

.ft_bottom .footer_logo {
    width: 360px;
}

.ft_bottom .footer_info p {
    font-size: 18px;
}

.ft_bottom .footer_info address {
    font-style: normal;
}


/*固定ページメインタイトル*/

#pageheader{
    width: 100%;
    height: 120px;
    padding: 200px 0 0;
    position: relative;
    z-index: 8;
}

.pageheader_cont{
    max-width: 1260px;
    margin: auto;
    height: 100%;
    position: relative;
}

.pageheader_cont h2 {

}


.pageheader_cont .left {
}

.about_head{
}

.recruit_head{
}

.contact_head{
}



/*メインコンテンツ*/
#main{
max-width: 100%;
margin:auto;
width:100%;
font-size: 100%;
z-index: 1;
padding: 5px;
vertical-align: top;
display: inline-block;
}


.post{
z-index:1;
}

.entrytext{
	margin: auto;
    width: 1000px;
    max-width: 100%;
    padding: 80px 0;
}



.postnav{
    padding: 20px 0;
    border-top: 1px solid #111;
    position: relative;
	display: flex;
    justify-content: space-between;
}

.postnav .prev{
text-align:left;
}

.postnav .prev a{
font-weight:bold;
}

.postnav .next{
text-align:right;
}

.postnav .next a{
font-weight:bold;
}



/*カテゴリー一覧設定*/
/*トピックス専用*/
.topics_h3{
	background: none!important;
    font-size: 115%!important;
    margin: 10px 0!important;
    padding: 5px 0px!important;
    border: none!important;
}

#imagetopics{
display : flex;
  flex-wrap : wrap;
  justify-content:start;
	
}

.cate_block figure{

}

.cate_block{
width: 33.3%;
    max-width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 20px;
    padding: 5px 10px 5px;
}
.cate_left{
display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    padding: 10px!important;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
}

#topics{
	
}

.news_block .date {
    text-align: justify;
    color: var(--orange);
    font-size: 1.5rem;
}

.news_block{
    background: #fff;
    margin: 12px 0;
    border-radius: 10px;
    color: #111;
    padding: 1%;
    box-sizing: border-box;	
}

.morelink{
	text-align:right;
}

.news_block h3 a{
color:#111!important;	
}

.morelink a{
    background: linear-gradient(to bottom, #333 0%, #000 100%);
    border: none !important;
	color:#fff!important;
}



/*各固定ページ設定 エディタ内で利用*/

.page_cont{
	max-width: 1080px;
    margin: auto;
    padding: 30px 0 80px;
}

.page_box {
    width:100%;
    text-align:center;
    margin:10px auto 15px;
    display:flex;
    gap: 25px;
}

.page_table th,.page_table td {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.page_table th {
    background-color: #eee;
}

.page #main h2{
	
	
}
/********事業紹介*************/

/********採用情報*************/

/********問合わせ*************/
.contact_table th span{
background:#e6c550;
font-size:80%;
}

.contact_table tr{
border-bottom: 1px solid;
}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
	font-weight:bold;
text-align:left;
}

.contact_table td input{
margin: 8px;
    font-size: 1rem;
    padding: 5px;
    box-sizing: border-box;
max-width:90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  min-width: 190px;
  text-align: left;
  letter-spacing: 0;
}


/********会社概要*************/

.gaiyou,.enkaku {
    margin: 40px 0 80px;
    letter-spacing: 0;
    font-size: 100%;
}

.gaiyou th , .gaiyou td{
text-align:left;
font-weight:bold;
border-bottom:1px solid #111;
padding: 25px 8px 25px 8px;
}

.gaiyou th a, .gaiyou td a{
padding-bottom:5px;
border-bottom:1px solid #111;
}

.gaiyou th{
min-width:70px;
text-align: left;
}
.gaiyou td{
}

.enkaku th,.enkaku td{
padding:1%;
	font-weight:bold;
text-align:left;
border-bottom:1px solid #111;
}
.enkaku td{}
.enkaku th {
    min-width: 130px;
}

.aisatsu{
	
	
}


/*ワードプレス仕様補足スタイル*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.gallery{
	clear:both;
}

.gallery img {
    border: none!important;
    padding: 5px;
    box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }



/* お問い合わせフォーム調整 */
.wpcf7-form {
    padding: 20px 0;
    margin-top: -50px;
    border-radius: 0;
    background: #fff;}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea    {width:80%; height:150px;}   /*テキストエリア幅*/
 
.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {
width: 30%;
    background: #111;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    display: block;
    margin: auto;
}/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:100;
}
#page-top a {
background: url(img/up.png) no-repeat;;
text-decoration: none;
color: #fff;
width: 45px;
height: 45px;
text-indent: -99999px;
display: block;
}

#page-top a:hover {
width: 45x;
margin-bottom: 0px;
height: 45px;
}


/*　スマイルアイコン非表示　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}


/*タブ*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        -moz-appearance: none;
	     appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display:none;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	transition: transform 1.5s, opacity 1.5s;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display:block;
opacity: 1;
background: rgb(255,255,255,0.9);
color: #333;
    box-sizing: border-box;
    padding: 4%;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
background: rgb(200,200,200,0.87);
    color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: 6px;
font-weight:bold;
background:rgb(255,255,255,0.9);
color:#333;
}
.cp_tab .cp_tabpanel {
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
}

div.wpcf7 {
margin: 0;
padding: 50px 0 0 0px!important;
}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 


/*ドロップダウンメニューCSS*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;

}
.dropmenu li a{
  display: block;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 240px!important;
  border-radius:5px;
}
.dropmenu li ul li{
    margin:0px!important;
    background: #fff!important;
    width: 240px!important;
    line-height: 150%;
    opacity: 0.8;
}
.dropmenu li ul li a{
  padding: 10px 5px!important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing:1px;
  font-weight: normal;
color:#513F2D;
width: 230px!important;
}

.dropmenu li:hover > a{
  background: #dddddd;
  color:#ffffff;
}
.dropmenu li a:hover{
  color:#ffffff;
  background:none;
}

.dropmenu li ul li a:hover{
background:#eeeeee;
color:#ffffff!important;
}


/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}


/*パンくずリスト*/
.breadcrumbs{
 font-size: 80%;
 margin-left: 5px;
 margin-bottom:15px;

}
.breadcrumbs span{
padding: 0 7px;
	font-weight:bold;
	
}

.breadcrumbs a {
    font-weight: bold;
    /* border-radius: 20px; */
}

.breadcrumbs>span:last-of-type{
    border-bottom: 1px solid #f26427;
}

/*レスポンシブ基本CSS*/

.pcheader{display:block; min-width:1260px;}
.mobileheader{display: none!important;}
.pc{display:block;}
.mobile{display: none!important;}
.mbr{display:none;}
#header,.catch_area,#pageheader,#wrap, #container,.slide00,#footer,.panel_bg{min-width:1260px;}
.drawer-hamburger{display:none!important;}

#page #main .now,.now{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
	padding:80px 0;
}




@media screen and (max-width: 768px){
	
#page #main .now,.now{

    font-size: 1.2rem;


}	
	

.mbr{display:inline-block;}

.pcheader{display:none!important;}
.mobileheader{display: block!important;}
.pc{display:none!important;}
.mobile{display: block!important;}

#header,#pageheader,#wrap,#container, #footer,.slide00,.panel_bg,.flexslider,.catch_area{min-width:auto; max-width:100%; }
.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
max-width:100%;
width:100%;
	
margin:0px;
box-sizing:border-box;
}

#header{
    max-width: 100%;
    min-width: 100%;
    position: relative;
    background: #fff;
    padding: 3% 3%;
}
	
#headercont{
    max-width: 100%;
    min-width: 100%;
    /* padding: 30px 30px 10px 30px; */
    margin: 0px;
    height: auto;
    display: block;
    box-sizing: border-box;
}
	
#top_mainmenu{display:none;}
.mobileheader{display:block!important;
width: 100%;
}

.longtable{
    overflow-x: scroll;
}



#pageheader {
    height: unset;
    padding: 15% 0;
}

#list{
max-width:100%;
margin:auto;
}


#main_con{
padding:5px;
box-sizing:border-box;
}


#main_menu{display:none;}


#header h1{
    display: block;
    height: 3rem; 
    width: 40%;
    z-index: 10;
}	
	
#header h1 a{
    display: block;
    vertical-align: bottom;
	/*height: 35px;
    width: 180px;*/
    background-size: contain;
}

.pageheader_cont h2 {

}

#page .cont {
    box-sizing: border-box;
    width: 90%;
}
	
#page #wrap {
    padding: 1% 0 0%;
}


/*トップページ*/

.page_cont {
     padding: 0; 
}

p {
    font-size: 14px;
}

.top_bg {
    background-size: 170%;
    background-position: -10rem top;
}

.catch {
    margin: unset;
    padding: unset;
}

.catch .flexslider {
    width: 100%;
}

.catch .flexslider .slides > li {
    border-radius: 0;
}

.catch_text {
    margin: -5% auto 0%;
    padding: 0% 0 0%;
    width: 90%;
    transform: translateX(0%);
    flex-direction: column;
    position: relative;
    left: 0%;
    top: 0;
}

.catch_copy {
    width: 100%;
    font-size: 1.25rem;
}

.catch_message {
    font-size: 1rem;
	width: 100%;
}

.path_top1{
    width: 12%;
    height: 20%;
    top: -15%;
    right: 10%;
}

.path_top2 {
    width: 7%;
    height: 10%;
    top: 0%;
    right: -2%;
}

.catch_slider .swiper-slide {
    width: 90%;
}

.catch_slider .swiper-slide figure {
    border-radius: 50px;
}

.about_text{
    width: 100%;
    margin: 0% auto 10%;
    left: 0%;
}

.about.about {
    margin: 10% auto;
}

.about_message{
    margin: 15% auto 10%;
    width: 85%;
}

.about_copy{
    margin: 0 0 10% auto;
    display: block;
    width: 58%;
    font-size: 100%;
    line-height: 1.8;
}

.about_bg{
    background: url(img/illust_ribbon2-mobile.webp);
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: -2.5rem center;
    top: -5%;
    bottom: 65%;
    z-index: -1;
}

.about .more_link {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.about .link_wrap {
    display: block;
    margin: 0 auto;
}

.service {
    width: 90%;
	padding: 10% 5%;
}

.path_service1 {
    width: 15%;
    height: 5%;
    top: -3%;
}

.path_service2 {
    width: 11%;
    height: 5%;
    top: 2%;
    right: 15%;
}

.service .flex_box {
    margin: 5% auto 10%;
    flex-direction: column;
}

.section_title{
    width: 40%;
}

.service_box a {
    flex-direction: column;
}

.service_box {
    width: 100%;
}

.service_box .slider-container {
    width: 100%;
}

.service_img {
    width: 100%;
}

.service_text {
    width: 100%;
}

.service .arrow {
    width: 2rem;
}

.qa_link {
    padding: 2% 13% 2% 25%;
    font-size: 0.75rem;
}

.qa_link span {
    padding: 0 0 0rem 0;
    font-size: 170%;
    margin: 0 0 0.3rem 0;
}

.qa_link::before {
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.c-r {
    width: 90%;
    padding: 10% 5%;
}

.path_company1 {
    width: 12%;
    height: 5%;
    top: -2%;
    left: 20%;
}

.path_company2 {
    width: 10%;
    height: 10%;
    top: -1%;
    left: 5%;
}

.c-r .flex_box {
    flex-direction: column;
	gap: 1.5rem;
}

.c-r article {
    width: 100%;
}

.c-r .arrow {
    width: 2rem;
}

.topics_area .flex-box {
    flex-direction: column;
}

.path_topics1 {
    width: 13%;
    height: 20%;
    top: -10%;
    right: 10%;
}

.path_topics2 {
    width: 12%;
    height: 20%;
    top: 7%;
    right: -2%;
}

.topics_area .section_title {
    text-align: center;
    width: 40%;
    padding: 0% 0 5%;
}

.topics_area {
    margin: 10% auto;
    width: 90%;
}

.topics h3 {
}

.topics h3 a {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    letter-spacing: 1px;
	font-size: 14px;
    padding: 4% 5%;
}

.bottom_bg {
    height: 10rem;
    background: url(img/illust_sinjiko.webp);
    background-size: 160%;
    background-position: -10rem;
}

.loop-item {
    width: calc(100vw / 2);
}

.loop {
    animation: scroll-left 20s infinite linear .5s both;
}

.path_slider1 {
    width: 10%;
    height: 30%;
    top: -25%;
    left: 6%;
}

.path_slider2 {
    width: 10%;
}

.contact_box {
	gap: 1rem;
    flex-direction: column;
    align-items: center;
}

.tel {
    text-align: center;
}

.contact {
    padding: 10% 3% 5%;
    width: 90%;
}

.path_contact1 {
    width: 20%;
    height: 15%;
    top: -18%;
    left: 20%;
}

.path_contact2 {
    width: 15%;
    height: 35%;
    top: -10%;
    left: 5%;
}

/* フッター */
#footer {
    padding: 30px 0;
}

#footer .cont {
    flex-direction: column;
    gap: 30px;
}

.menu-item{
    text-align: end;
    font-size: 14px;
}

.footer-info {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    gap: 2rem;
    letter-spacing: normal;
}

.footer_logo {
    width: 100%;
}

.footer-info h2 {
    width: 70%;
    margin: 0 auto;
    max-width: 250px;
}

.foot_menu {
    text-align: left;
    flex-wrap: wrap;
    width: 87%;
    margin: auto;
    gap: 20px;
}

.foot_menu > ul {
    flex-direction: column;
    gap: 10px;
}

.foot_menu > ul li {
    font-size: 16px;
}

.foot_menu .sns-link {
    gap: 20px;
    margin: 50px auto;
    width: 40%;
}

.foot_menu .product-menu {
    padding-left: 20px;
    border-left: 1px solid #999;
}

.ft_bottom {
    display: block;
    font-size: 0.6rem;
    text-align: left;
    width: 100%;
    padding: 10%;
}
.ft_bottom .footer_logo {
    width: 230px;
}

.menu_list{
    gap: 0.25rem 4%;
    width: 100%;
    justify-content: end;
}

.menu-item:last-child a {
    padding: 0.5% 10%;
}

/* button */


/*カテゴリー・投稿*/	

.cate_block {
    max-width: 90%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px;
    display: block;
}
	.cat{

	}

#page .cate_right {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 3px!important;
}


/* 固定ページ */




/*お問い合わせ*/
	.contact_table{
    table-layout: fixed;		
	}
	
#page #main .contact_table p{
		text-align:left;
	}
	
#page #main .contact_cont p {
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 0.80rem;
    letter-spacing: 0;
}
	
.page_cont article {
    padding: 0;
    text-align: left;
}	
	
	
/*その他基本設定*/	

#main{
box-sizing:border-box;
}


.long_table{
overflow-x:scroll;
}


	
.footmenu ul {
    padding: 10px 0px;
    font-size: 90%;
}
.contact_table td,.contact_table th,.service td,.service th{
display:block;
}

.product_area  .black_link{

}
	

	
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	    display: flex;
    z-index: -1;
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    top:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: rgba(0,0,0,.5);
    /*動き*/
    transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
position: fixed;
    background: #fffbdf;
    z-index: 999;
    width: 50%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10% 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    #g-nav.panelactive #g-nav-list {
        width : 100%;
        padding: 10% 5%;
        box-sizing: border-box;
    }

.menu_bg {
    width: 35%;
    background: #333;
    padding: 30% 2.5%;
    box-sizing: border-box;

}
	
.tel-info a {
    font-size: 20px;
    border-left: none;
    padding-left: 0;
    white-space: nowrap;
}		
	
    
}

#g-nav #g-nav-list h2 {
    color: #2d955d;
    text-align: center;
    margin: 10% auto;
    font-weight: normal;
    font-size: 1.3rem !important;
    width: 70%;
}

#g-nav-list {
    padding: 40px;
    width: 100%;
}

#g-nav-list .title {
    font-size: 18px;
}

#g-nav-list .title::after {
    bottom: 1px;
    height: 6px;
    width: 25px;
    background-color: #bbb;
}

#g-nav-list .links-item {
    width: 45%;
}

#g-nav-list .link_area-links {
    gap: 20px;
}

#g-nav-list .links-item p {
    font-size: 16px;
    white-space: nowrap;
}

#g-nav-list .links-item a {
    gap: 15px;
}

.tel-info {
    gap: 20px;
    margin: 50px auto;
}

.tel-info p {
    font-size: 20px;
    white-space: nowrap;
}



#g-nav-list .link-box {
    padding: 15px;
    font-size: 16px;
    gap: 10px;
    letter-spacing: 0;
}

#g-nav-list .link-box img {
    width: 25px;
}


/*ナビゲーション*/
#g-nav .top_bg {
    height: 100%;
    background: url(img/illust_ribbon.webp);
    background-repeat: no-repeat;
    background-position: -6rem bottom;
    background-size: 130%;
}

#g-nav ul {
    margin: 5px auto 30px;
    max-width: 92%;
    z-index: 998;
    top: 50%;
    left: 50%;
    display: block;
}

#g-nav.panelactive ul {
    min-width: auto;
}

#g-nav.panelactive .contact_menu{

}

#g-nav.panelactive ul .tel_button{
	
}
#g-nav.panelactive ul .tel_button a{
	border: none;
    padding: 8px 0;
}


#g-nav.panelactive .contact_menu .contact_link{
    position: relative;
    text-align: center;
    background: #111;
    border-radius: 100px;
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

#g-nav.panelactive .contact_menu .contact_link:before{
content: "";
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 25px;
    background: url(img/mail_icon.png) no-repeat left;
    background-size: cover;
    margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav .menu-title {
    font-size: 25px;
    padding: 0 0 10px 5%;
    font-weight: 700;
}

#g-nav .menu-title span {
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

#g-nav .menu-items {
    gap: 15px;
}

#g-nav .menu-items li {
    list-style: none;
    text-align: left; 
    width: auto;
    padding: 10px 5px;
}

#g-nav .menu-items li a {
    color: #111;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
}

#g-nav .menu-items li a > img {
    max-width: 50px;
    height: 13vw;
}

#g-nav .menu-items li a > span {
    font-size: 10px;
    display: block;
}

@media screen and (min-width: 768px) {
    #g-nav.panelactive #g-nav-list {
        width: 60%;
    }

    #g-nav .menu-items li {
        width: 22%;
        max-width: 22%;
        height: 150px;
    }

    #g-nav .menu-items li a {
        font-size: 15px;
    }
    
    #g-nav .menu-items li a > span {
        line-height: 20px;
    }
	

	
}

h1 a {
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(img/logo.svg) no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
}

.header-wrap.mobile{
    width: 50%;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 3.5%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #d3dd7c;
    border-radius: 50%;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
	top: 35%;
}

.openbtn1 span:nth-of-type(2) {
	top: 50%;
}

.openbtn1 span:nth-of-type(3) {
	top: 65%;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translate(-50%) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translate(-50%) rotate(45deg);
    width: 30%;
}

.openbtn1 p {
    position: absolute;
    bottom: -30px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .openbtn1 {
        width: 50px;
        height: 50px;
        }  
    .openbtn1 span {
        left: 50%;
        transform: translate(-50%);
        }

    .openbtn1.active span:nth-of-type(1) {
        top: 50%;
        left: 50%;
        width: 60%;
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 50%;
        left: 50%;
        width: 60%;
    }
}