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


/*基本構成*/

*{font-family:"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: #fff915;
	overflow-x: clip;
}

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

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

.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{
	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:0px 0 0px 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{
    font-weight: bold;
    margin: 10px 0px;
}

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

/*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: 25px 0% 0;
    box-sizing: border-box;
    position: relative;
    top: 0;
    background-color: #fff915;
    display: block;
    /* box-shadow: 0 0 5px #eee; */
    transition: 0.3s ease-in-out;
}

#header::after {
    content: "";
    background-image: url(img/header-curv.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 99%;
    bottom: -200%;
    z-index: 3;
    right: -10%;
    left: -10%;
	width: 100%;
}
/*サイトヘッダーをオン・オフしたいとき*/
/*
#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: 80px;
    width: 190px;
    vertical-align: bottom;
}

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

#g-nav h1 a {
    height: 70px;
    width: 180px;
}

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

.header_box-right{
    width: 80%;
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
	    flex-wrap: wrap;
}

.header-sns li {
    padding: 0 30px;
}

.header-sns li a {
    font-size: 13px;
}

.header-insta a {
    position: relative;
    padding-left: 30px;
}

.header-insta a::before {
    content: "";
    background-image: url(img/icon-insta.png);
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

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

.b-cont ul li {
    padding: 2% 1%;
    font-size: 1.1rem;
}

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

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

.header-menu.t-cont{
	
}

.t-cont li {
    padding: 0px 10px;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 20px;
    background: #000;
    letter-spacing: normal;
}

.t-cont .bg-g {
    background: green;
}

.b-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: normal;
    width: 100%;
    margin: 1% 0 0;
}

.b-cont ul {
    width: 60%;
}

.b-cont .header-tel {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-family: "bahnschrift", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 0.9;
    width: 30%;
	min-width: 260px;

}

.b-cont .header-tel span {
    font-weight: 500;
    font-size: 50%;
}

.b-cont .header-menu-item::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(50% - 8px);
    width: 25px;
    height: 20px;
    line-height: 0;
}

.topic-parts::before{
	background: url(img/icon_mono-topics.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.bus-parts::before{
	background: url(img/icon_mono-bus.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.reco-parts::before{
	background: url(img/icon_mono-flug.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}




/*ローダー*/

#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;
}

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

.bg-g{
	background: green;
}

.c-orange {
    color: #ff7d39 !important;
}

a{
	color: inherit;
	font-size: inherit;
}

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

.thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.line_img {
    line-height: 0;
    margin: 0 0 -5px;
}

.cooper{
	font-family: "cooper-black-std", serif;
	font-weight: 400;
	font-style: normal;
}

.bahnschrift{
    font-family: "bahnschrift", sans-serif;
}

.area {
  display: none;
}

.area.is-active {
  display: block;
}

.title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: bold;
}

.title .cooper {
    display: block;
    font-size: 70%;
    color: #ff7d39;
}

.FV_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	overflow:hidden;
}

.main-v {
    max-width: 1200px;
}

.FV_area .illust_box {
    position: relative;
    width: 1600px;
    margin-top: 0;
    /* left: 50%; */
    transform: translateY(-80%);
	width: 100%;
    max-width: 100%;
}


/*.FV_area .bg-c {
    height: 10vh;
    width: 100%;
    background: url(img/top/FV_cloud.webp);
    background-size: 110%;
}*/
.FV_area .bg-m {
    height: 303px;
    /* width: 2400px; */
    /* margin-left: calc(50% - 1200px); */
    background: url(img/top/FV_bottom-line.webp) bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* max-width: 1600px; */
    /* min-width: 1280px; */
    bottom: 0;
    max-width: 100%;
}


.FV_area .front {
    position: relative;
    bottom:0;
}
.FV_area .FV_illust1 {
    position: absolute;
    left: 5%;
    width: 13%;
    bottom: 0;
    z-index: 3;
    transform: translate(0, 78%);
}

.FV_area .FV_illust2 {
    position: absolute;
    left: 23%;
    width: 10%;
    z-index: 2;
    top: 0;
    transform: translate(0, -37%);
}

.FV_area .FV_illust3 {
    position: absolute;
    left: 41%;
    width: 13%;
    z-index: 2;
    top: 0;
    transform: translate(0, -50%);
}

.FV_area .FV_illust4 {
    position: absolute;
    right: 13%;
    width: 11%;
    top: 0;
    z-index: 2;
    transform: translate(0, -30%);
}

.FV_area .FV_sub-img {
    position: absolute;
    right: 20%;
    width: 25%;
    top: 0;
    z-index: 2;
    transform: translate(0, -69%);
}

.front div{
    width: 15%;
}

.about_area {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    justify-content: space-between;
    align-items: center;
}

.about_area article span {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.7;
    margin: 0 0 10%;
    display: block;
}

.about_area article {
    width: 40%;
    padding: 0 0 15% 5%;
}

.about_area p{
    font-size: 18px;
}

.about_area .img_area{
	position: relative;
	width: 45%;
}

.about_area .img_area:after {
    content: "";
    position: absolute;
    background: url(img/top/about_illust.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 7rem;
    bottom: -5%;
    right: 15%;
}

.about_area .img_area figure{
	border-radius: 10px;
	overflow: hidden;
}

.about_area .img_area figure:nth-child(1) {
    width: 75%;
    margin: 0 0 10% auto;
}

.about_area .img_area figure:nth-child(2) {
    width: 65%;
}

.topics_area{
	
}

.topics .tab {
        display: flex;
    justify-content: center;
    gap: 0.5rem;
	align-items: center;
}

.topics .tab li {
    font-size: 0.9rem;
    width: max-content;
    text-align: center;
    border-radius: 8px;
    letter-spacing: normal;
    padding: 0.2rem 0.4rem;
    line-height: 1.2rem;
}

.topics .tab .all{
	background: #8eff45;
}

.topics .tab a{
	display: block;
}

.topics .tab .info{
	background: #48e5ff;
}

.topics .tab .blog{
	background: #ffe94a;
}

.topics .tab .report{
	background: #f3b0ff;
}

.bus_area {
    margin: 15% auto 0;
}

.bus_area .title {
    text-align: justify;
    width: 80%;
    margin: 0 auto -10%;
    position: relative;
    z-index: 10;
}

.bus_loop {
    background: #86d856;
    position: relative!important;
    padding: 0 0 100px!important;
}

.bus_loop .swiper-slide {
    width: 40%;
}

.bus_loop .swiper-slide .bus_type {
    background: #fff;
    padding: 1% 3%;
    display: inline-block;
    font-weight: 600;
    letter-spacing: normal;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #a2a2a2;
    transform: translate(2rem, 50%);
    width: 25%;
    text-align: center;
}

.bus_loop .swiper-slide .bus_type::before {
    content: "";
    background-image: url(img/top/icon_bus.svg);
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    top: 0.25rem;
    margin: 0 1% 0 0;
}

.bus_loop .swiper-slide .thumb {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.bus_area .line_img{
    /*width: 150vw;*/
width: 100%;
    position: relative;
    /* left: -25vw; */
    z-index: 2;
}

.bus_area .line_img::before {
    content: "";
    background-image: url(img/top/bus_illust2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 30%;
    height: 60%;
    top: 0%;
    z-index: 3;
    right: 18%;
}

.bus_area .line_img::after {
    content: "";
    background-image: url(img/top/bus_illust1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 5.25rem;
    height: 8.25rem;
    top: 50%;
    z-index: 3;
    left: 35%;
}

.bg-blue {
    background: #c2e7ef;
    border-bottom-left-radius: 1000px 200px;
    border-bottom-right-radius: 1000px 200px;
    height: -webkit-fill-available;
    width: 100%;
    position: absolute;
}

.bus_loop .swiper-wrapper{
    margin: 0 auto;
}

.bus_area .more-link {
    background: #86d856;
    padding: 0% 10% 0% 0;
}

.bus_area .swiper-button-next, .bus_area .swiper-button-prev{
	top: var(--swiper-navigation-top-offset, 40%);
}

.recommend_wrap {
    background: #86d856;
    padding: 7% 0 0;
}

.recommend_area {
background: #feffdc;
    padding: 10% 0 15%;
    border-top-left-radius: 1000px 200px;
    border-top-right-radius: 1000px 200px;
    /* margin-left: -100px; */
    /* margin-right: -100px; */
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    width: 100%;
}

.recommend_area .title {
    width: calc(2.25rem * 9);
    margin: 0 auto 5%;
    letter-spacing: 1px;
}

.recommend_loop .swiper-wrapper , .recruit_loop .swiper-wrapper {
    transition: linear;
}

.recommend_loop .swiper-slide , .recruit_loop .swiper-slide {
    width: 30%;
}

.recommend_loop .thumb , .recruit_loop .thumb {
    border-radius: 120px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.spot_text {
    font-weight: 500;
    letter-spacing: normal;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 1rem;
    margin: 5% 0 0;
    font-size: 1.075rem;
}

.spot_copy {
    display: block;
    color: #ff7d39;
    width: 100%;
}

.spot_area {
    color: #fff;
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
    background: #26b4dd;
	padding:2px 5px;
    border-radius: 1rem;
    border: 2px solid #fff;
	font-size: 0.9rem;
}
h3.works_h3::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 5rem;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,7px);
}

h3.works_h3 {
    display: block;
    margin-top: 1rem;
    font-weight: 600;
	    position: relative;
}
.spot_name{
	
}

.recommend_area .illust_box {
    position: relative;
    transform: translate(4rem, -4rem);
}

.recommend_illust1 {
    position: absolute;
    width: 8%;
    left: 5%;
    top: -5rem;
}

.recommend_illust2 {
    position: absolute;
    width: 8%;
    left: 20%;
    top: -3rem;
}

.recruit_area {
    position: relative;
    background-color: #8cd7ed;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.recruit_area::before {
    content: "";
    position: absolute;
    /* background-color: #feffdc; */
    background-image: url(img/top/recruit_line.webp);
    background-size: contain;
    background-repeat: round;
    display: block;
    margin: 0 auto;
    height: 220px;
    top: -5%;
    left: 0%;
    right: 0%;
    z-index: 0;
}

.recruit_area::after {
    content: "";
    position: absolute;
    background-image: url(img/top/recruit_bg.webp);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
    z-index: 0;
}

.recruit_area .recruit_text {
    position: relative;
    z-index: 1;
    max-width: 360px;
    margin: 0 auto;
}

.recruit_area h2 {
    padding: 10% 0 0;
    text-align: center;
    color: #fff915;
    font-size: 4rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.recruit_area h2 span {
    display: block;
    font-size: 1.5rem;
    color: initial;
    font-weight: bold;
}

.recruit_area .copy {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: normal;
    margin: 10% auto 10%;
    display: block;
}

.bus_illust {
    position: relative;
    z-index: 1;
    background-image: url(img/common_bus.webp);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1000px;
    height: 300px;
    margin: 0 auto;
    background-position: 50% 2rem;
}

.bus_illust::after {
    content: "";
    background-image: url(img/top/recruit_illust.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    display: block;
    width: 25%;
    height: 20vh;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.recruit_text p{
    margin: 5% auto 10%;
}

.company_area {
    background: #feffdc;
    padding: 10% 0;
}

.company_area h3 {
    width: 80%;
    position: relative;
}

/*
.company_area h3::after {
    content: "";
    background-image: url(img/company_safety.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 35%;
    height: 85%;
    position: absolute;
    margin: 0 0 0 auto;
    top: -15%;
    right: -35%;
}
*/

.company_name img{
    width: 85%;
}

.company_area>figure {
    margin: 0 auto 3rem;
    overflow: overlay;
    border-radius: 20px;
    max-width: 1000px;
    width: 75%;
}

.company_area .company_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5% auto;
    max-width: 1000px;
	width: 90%;
    margin: 2rem auto 0;
}

.company_area .text_box {
    width: 35%;
	min-width: 340px;
}

.company_name{
	
}

.company_name span {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: normal;
    margin: 5% 0;
    display: block;
}

.info_text {
    display: flex;
    flex-direction: column;
    font-size: 1.35rem;
}

.address {
    line-height: 1;
}

.tel {
    display: block;
    margin: 5% 0 0;
    line-height: 0.5;
}

.tel .c-orange{
    font-size: 160%;
    font-weight: 500;
}

.company_area .map {
    width: 55%;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.company_area iframe{
    border: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.company_area .btn_area {
    width: 80%;
    margin: 8% 0 0px;
}







/* ボタン */
.more-link {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: normal;
    padding: 7% 10%;
    align-items: center;
    justify-content: end;
    line-height: 1;
}

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

.more-link.more-link a {
    display: flex;
    position: relative;
    justify-content: end;
    gap: 3%;
}

.more-link a::after {
    content: "";
    background-image: url(img/top/icon_arrow-orange.svg);
    /* position: absolute; */
    width: 1.25rem;
    height: 1.25rem;
}

.more-link.recruit_btn {
    padding: 7% 0;
}

.more-link.recruit_btn a{
    justify-content: center;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    padding: 3%;
    box-sizing: border-box;
    border-radius: 50px;
    border: solid 2px #ff1d26;
}

.more-link.recruit_btn a::after {
    content: "";
    background-image: url(img/top/icon_arrow-red.svg);
}

.btn_area .more-link a {
    display: flex;
    position: relative;
    justify-content: center;
    gap: 3%;
    padding: 5% 3%;
    box-sizing: border-box;
    border-radius: 50px;
    border: solid 2px #ff7d39;
    background: #fff;
}

.company_area .more-link {
    padding: 3% 0;
}


/* 記事一覧・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;
    padding: 0 5%;
}

.topics_area .cont{
    background: #fff;
    padding: 5% 10%;
    box-sizing: border-box;
    border-radius: 20px;
}

.topics_area .flex-box {
    gap: 100px;
}

.topics {
    margin: 5% auto 0;
}

.topics ul{
	margin: 5% 0 0;
}

.topics h3 {
    border-bottom: 1px solid #ffff2a;
}

.topics h3 a {
    display: flex;
    align-items: center;
    gap: 0 2rem;
    padding: 0 3%;
	flex-wrap: wrap;
}

.topics h3 .category{
	display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 3%;
	background:#ff7d39;
	color:#fff;
	border-radius:1rem;
}
span.topic_title {
    min-width: 468px;
    display: block;
	flex: 1 1 52%;
}

.topics .more-link {
    margin: 60px 0 0 auto;
}

#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: 3px 0px;
    font-size: 14px;
    color: #707070;
	width:unset;
    margin: 15px 0 20px 0px;
}


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

.date{
    font-weight: 500;
    text-align: right;
    display: block;
    font-size: 0.75rem;
    color: #555;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 2rem;
}

#page .date{
	width:100%;
}

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

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

#page #main .entrytext p {
    padding-bottom: 2rem;
}


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

#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;
    padding: 0 0 20px;
    font-size: 100%;
    line-height: 1.8;
	max-width:1000px;
	margin:0 auto 0.5rem;

}

#page #main h2{

}

#page #main h3{
width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

#page #main .iitokoro-title {
    width: fit-content;
    display: flex;
    flex-direction: column;
}

#page #main.page-privacy p {
    max-width: 1000px;
    margin: 0 auto;
}
.privacy ul {
    /* width: max-content; */
    max-width: 1000px;
    margin: 0 auto;
}

#main .page .entrytext h3.page_title{
padding-top: 2rem;
    font-weight: 600;
    border-bottom: 3px solid #86d856;
}


#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 25%;
    background-color: #8cd7ed;
}

#footer::after{
    content: "";
    position: absolute;
    background-image: url(img/footer_bg.webp);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
    z-index: 0;
}

.footer_line{
    position: absolute;
    z-index: 2;
    bottom: -7%;
    line-height: 0;
}

.footer_line::after {
    content: "";
    background-image: url(img/common_bus.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 25%;
    height: 65%;
    z-index: 0;
    bottom: 40%;
    right: 5%;
}

#footer .cont {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-around;
    position: relative;
    flex-wrap: wrap;
    width: 90% !important;
	row-gap:2rem;
}

.footer-info {
    width: 25%;
	flex: 0 0 30%;
    min-width: 300px;
}

.footer-info .company_name span{
    font-size: 1.25rem;
}

.footer-info .tel {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-family: "bahnschrift", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 0.9;
    width: 100%;
}
.footer-info .tel span {
    font-weight: 500;
    font-size: 50%;
}

.ft_bottom {
    letter-spacing: 1px;
    text-align: right;
    margin: 5% 0 0;
}

.foot_menu{
    text-align: left;
}

.foot_menu {
    justify-content: space-between;
    flex: 0 1 50%;
    min-width: 500px;
}

.c-cont a , .t-cont a{
	display: block;
}

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

.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;
}

.foot_menu .c-cont {
    justify-content: end;
}

.b-cont .foot-menu-item::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(50% - 8px);
    width: 25px;
    height: 20px;
    line-height: 0;
}

.foot_menu .b-cont ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.t-cont{
    display: flex;
    justify-content: flex-end;
    gap: 1%;
}

.c-cont {
    display: flex;
    justify-content: flex-end;
    gap: 5%;
    margin: 0 0 5%;
}

.c-cont>div {
    color: #fff;
    padding: 1% 2%;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 500;
}

.c-cont .contact{
	background: #0c88ff;
}

.c-cont .qa{
	background: #ff7c39;
}

.c-cont>div a::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(50% - 8px);
    width: 25px;
    height: 20px;
    line-height: 0;
    margin: 0px 8px 0 0;
}

.c-cont .contact a::before{
    background: url(img/icon_mail.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.c-cont .qa a::before{
    background: url(img/icon_qa.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.foot_menu .t-cont {
    gap: 3%;
}

.foot_menu .t-cont li {
    padding: 5px 10px;
    font-size: 1rem;
    letter-spacing: 2px;
}

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

#pageheader {
    width: 100%;
    /*height: 120px;*/
	padding: 10% 0 10%;
    position: relative;
    z-index: 8;
    background: linear-gradient(to bottom, #3fdcff 0%, #ffffff 95%);
}

#pageheader::before {
    content: "";
    background-image: url(img/common/common_cloud2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 10%;
    bottom: 0%;
    z-index: 0;
    right: -5%;
    left: 55%;
}

#pageheader::after {
    content: "";
    background-image: url(img/common/common_cloud1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 33%;
    bottom: -5%;
    z-index: -1;
    right: 25%;
    left: -5%;
}

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

#pageheader .pageheader_cont h2 {
    color: #fff915;
    text-align: center;
    font-size: 2.5rem;
}
#pageheader .pageheader_cont h2 span.sub_title{
	font-size:1.5rem;
	margin:0;
}

.pageheader_cont .sub_title {
    color: initial;
    font-size: 1.5rem;
    display: block;
    font-weight: bold;
    margin: 1% 0 0;
}

#pageheader.recruit_head {
    position: relative;
    background: #8cd7ed;
    padding: 10% 0 5%;
}

#pageheader.recruit_head h2 {
    color: #002a5b;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    line-height: 1;
}

#pageheader.recruit_head .sub_title {
    margin: 5% 0 0 0;
    font-size: 2rem;
}

.recruit_head .common_bus::after{
    background-image: url(img/common/recruit_top-illust.webp);
}

#pageheader.recruit_head::before {
    content: "";
    position: absolute;
    background-image: url(img/common/recruit_cloud.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
}

#pageheader.recruit_head::after {
    content: unset;
}

.recruit_head .common_bus {
    width: 90%;
    max-width: 650px;
    margin: 10% auto 0%;
}

/*メインコンテンツ*/
#main{
max-width: 100%;
margin:auto;
width:100%;
font-size: 100%;
z-index: 1;
padding: 0px;
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: 3px solid #86d856;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

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

.postnav .prev a {
    font-weight: bold;
    position: relative;
    border: 2px solid #a9a9a9;
    padding: 0 1rem 0 2rem;
    border-radius: 2rem;
}
.postnav .prev a::before {
    content: "";
    background: #8cd7ed;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0.5rem, -50%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.postnav .next{
text-align:right;
}

.postnav .next a{
font-weight: bold;
    position: relative;
    border: 2px solid #a9a9a9;
    padding: 0 2rem 0 1rem;
    border-radius: 2rem;
}
.postnav .next a::before {
   content: "";
    background: #8cd7ed;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-0.5rem, -50%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);

}


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

#imagetopics {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto 5rem;
    gap: 1rem;
}
div#main.cat-info_recommend {
    background: #feffdc;
    margin-top: clamp(9rem, 1.48rem + 15.67vw, 24rem);
    position: relative;
}

div#main.cat-info_recommend::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 3854/654;
    background: url(img/common/mountain.webp) no-repeat;
    transform: translate(0,-100%);
	background-size:cover;
}

.imagetopics .thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.cate_block figure{

}

.cate_block{
width: 30.3%;
    max-width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 20px;
    padding: 5px 10px 5px;
    border-radius: 1rem;
    padding: 2rem 1rem;
    background: #BEE2ED;
    min-width: 320px;
    box-shadow: 2px 2px 0px 4px #86d856;
}
.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 {
    max-width: 1000px;
    margin: 5% auto 20%;
}

.news_block .date {
    text-align: justify;
    color: #008000 !important;
    font-size: 1.5rem;
    font-family: "bahnschrift", sans-serif;
    font-weight: 600;
    letter-spacing: normal;
	margin: 0 auto;
}

.news_block {
    background: #f6ffd9;
    margin: 12px 0;
    border-radius: 10px;
    color: #111;
    padding: 2% 3%;
    box-sizing: border-box;
    max-width: 96%;
    margin: 10px auto 10px;
    display: block;
}

.morelink{
	text-align:right;
}

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

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



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

.page_cont{
    margin: auto;
    padding: 30px 0 0px;
}

.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: #eee;}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea    {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%;
    max-width: 1000px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
}

.breadcrumbs span {
    padding: 0 7px;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 1rem;
}

.breadcrumbs a {
    font-weight: bold;
    /* border: 1px solid #111; */
    border-radius: 20px;
    background: #dbf9ff;
    padding: 0 10px;
}

/*レスポンシブ基本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;
}
#page #footer {
margin-top:-2px;
}



@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%;
	}
#headercont{
    max-width:100%;
    min-width:100%;
    padding:30px 30px 10px 30px;
    margin:0px;
    height:auto;
    display: block;
}
#top_mainmenu{display:none;}
.mobileheader{display:block!important;
width: 100%;
}

.longtable{
    overflow-x: scroll;
}

#pageheader {
	
}

#list{
max-width:100%;
margin:auto;
}
.recommend_area {
   padding-right:0;
	padding-left:0;
}

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

#page #main p {
    font-size: 14px;
}

li ,span{
    font-size: 14px;
}
	
#main_menu{display:none;}


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

.pageheader_cont h2 {

}

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

#pageheader.recruit_head h2 {
    font-size: 2.25rem;
}

.recruit_head .common_bus {
    max-width: 400px;
}

.common_bus::after {
    width: 9rem;
    height: 7rem;
    right: -10%;
}

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

#footer .cont {
    flex-direction: column;
    gap: 30px;
	align-items: center;
	max-width: 400px!important;
	width: 90%;
}

.footer-info .company_name span {
    text-align: center;
}

.foot_menu .b-cont ul{
    flex-direction: column;
	align-items: center;
}

.c-cont{
    flex-direction: column;
    text-align: center;
	width: 60% !important;
	max-width: 250px;
}

.c-cont .contact {
    margin: 0px 0 5%;
}

.b-cont ul li {
    padding: 3% 0%;
	width: fit-content;
}

.footer-info {
    width: unset;
}

.footer_logo{
    width: 65%;
    margin: 0 auto;
    display: block;
}

.footer-info h2 {

}

.footer-info .tel {
    align-items: center;
}

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

.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;
}
	
.foot_menu .b-cont {
    max-width: 250px;
    margin: 0 auto;
}
	
.foot_menu .c-cont{
    margin: 5% auto;
}
	
.foot_menu .t-cont {
    max-width: 250px;
    margin: 5% auto;
}


.footer_line {
    bottom: 0%;
}

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

/* button */

.more-link {

}

.more-link::before {
    width: 40px;
    height: 40px;
    top: 0;
}

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

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

	}

#page .cate_right {
    vertical-align: top;
    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{

}
	div#main.cat-info_recommend {
    background: #feffdc;
    margin-top: clamp(5rem, 0.229rem + 20.36vw, 10rem);
    position: relative;
}

	
}


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

#g-nav {
    position: fixed;
    display: flex;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgb(140 215 237);
    transition: all 0.3s;
}

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

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list {
    position: fixed;
    /* background: #EAEAEA; */
    z-index: 999;
    width: 50%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    right: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    #g-nav #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: 0;
    font-weight: normal;
    font-size: 1.3rem!important;
}

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

#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 ul {
    margin: 3% 0;
    max-width: 92%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

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

#g-nav .contact_menu{

}

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


#g-nav .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 .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;
	display: flex;
    align-items: center;
}

#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 .t-cont .header-menu-item a{
    color:#fff;
}

#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 #g-nav-list {
        width: 45%;
    }

    #g-nav .menu-items li {

    }

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

	
}

#g-nav .b-cont{
    justify-content: flex-start;
}

#g-nav .t-cont li{
    padding: 5px 20px;
}

.c-cont {
    justify-content: flex-start;
    width: 100%;
}

#g-nav .header-tel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "bahnschrift", sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 0.9;
    width: 100%;
}

#g-nav .header-tel span {
    font-weight: 500;
    font-size: 50%;
}

#g-nav  .header-menu-item::before {
    margin: 0 10px 0 0;
}







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

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

.openbtn1 span:nth-of-type(1) {
  top:20px; 
}

.openbtn1 span:nth-of-type(2) {
  top:29px;
}

.openbtn1 span:nth-of-type(3) {
  top:38px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 40%;
    left: 25%;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

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

.openbtn1.active span:nth-of-type(3) {
    top: 60%;
    left: 25%;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

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

.openbtn1 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.openbtn1.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
    .openbtn1 {
        width: 40px;
        height: 40px;
        opacity: 1;
        pointer-events: unset;
    }
    .openbtn1 span {
        left: 9px;
        }
    .openbtn1 span:nth-of-type(1) {
        top:13px; 
        }
    .openbtn1 span:nth-of-type(2) {
        top:19px;
        }
    .openbtn1 span:nth-of-type(3) {
        top:25px;
        }
    .openbtn1.active span:nth-of-type(1) {
        top: 12px;
        left: 8px;
        width: 60%;
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 24px;
        left: 8px;
        width: 60%;
    }
}

@media (1280px<width){

.about_area {
    margin: 5% auto;
}

.about_area .img_area figure:nth-child(1) {
    width: 80%;
	
}
	
.about_area .img_area figure:nth-child(2) {
    width: 75%;
}

.about_area article span {
    font-size: 2.5rem;
}

.about_area article {
    padding: 0 0 0 5%;
}

.about_area .img_area:after {
    width: 13rem;
    height: 10rem;
    bottom: -5%;
    right: 10%;
}

.bus_loop .swiper-slide {
    width: 35%;
}

.more-link {
    font-size: 1.5rem;
}


}


@media (width<=768px){

.main-v {
    margin: -5% -5% 0;
}

.FV_area .bg-m {
    height: 100px;
    width: 1000px;
    /*margin-left: calc(50% - 500px);*/
	bottom: 1rem;
}

/* .FV_area .front {
    top: -4rem;
}

.FV_area .FV_sub-img {
right: 0;
        bottom: -5rem;
        top: auto;
        height: fit-content;
        width: 35%;
}

.FV_area .FV_illust1 {
        left: 27%;
        width: 26%;
        bottom: -11rem;
        z-index: 2;
}

.FV_area .FV_illust2 {
        left: 9%;
        width: 22%;
}

.FV_area .FV_illust3 {
left: 45%;
        width: 19%;
}
.FV_area .FV_illust4 {
right: 4%;
        width: 20%;
    bottom: -9rem;
} */

.title{
    font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem)!important;
}

.more-link {
    font-size:clamp(1rem, 0.821rem + 0.89vw, 1.25rem)!important;
}
	
.about_area{
    flex-direction: column-reverse;
    margin: 0 auto 10%;
}
	
.about_area p {
    font-size: 14px;
}

.about_area article {
    width: 90%;
    padding: 15% 0 15% 0%;
}

.about_area article span {
    font-size: clamp(1.15rem, 0.543rem + 3.04vw, 2rem);
}

.about_area .img_area {
    position: relative;
    width: 90%;
}

.about_area .img_area figure:nth-child(1) {
    width: 75%;
    margin: 10% 0 10% auto;
}

.about_area .img_area figure:nth-child(2) {
    width: 65%;
}

.about_area .img_area:after {
    width: 10rem;
    height: 7rem;
    bottom: 0%;
    right: 0%;
}



.bus_area .line_img::after {
    width: 4.25rem;
    height: 6.25rem;
    left: 38%;
	top: -90%;
}

.bus_loop .swiper-slide {
    width: 50%;
}

.bus_loop .swiper-slide .bus_type {
    width: 40%;
}

.bg-blue {
    border-bottom-left-radius: 1000px 100px;
    border-bottom-right-radius: 1000px 100px;
/*     height: 400px; */
}

.bus_loop .swiper-wrapper {
    padding: 0 0 15%;
}

.recommend_loop .swiper-slide {
    width: 50%;
}

.recommend_illust1 {
    top: -3rem;
}

.recommend_illust2 {
    top: -1rem;
}

.recruit_area::before {
    top: -4%;
}

.bus_illust {
    height: 120px;
    background-position: 50% 0.5rem;
}

.bus_illust::after {
    width: 20%;
    height: 10vh;
    right: 20%;
}

.more-link.recruit_btn {
    padding: 7% 0 15% 0;
}

.company_area>figure {
    width: 90%;
}

.company_area .company_cont {
    flex-direction: column;
	align-items: center;
}

.company_area .text_box {
    width: 70%;
}

.info_text {
    text-align: center;
}

.company_area h3 {
    width: 80%;
    margin: 25% auto 0;
	text-align: center;
}

.company_area .btn_area {
    width: 65%;
    margin: 7% auto;
}

.company_area h3::after {
    width: 30%;
    top: -90%;
    right: 35%;
}

.company_name img {
    width: 65%;
}

.company_area .map {
        border-radius: 10px;
        width: 100%;
}

.foot_menu .t-cont li {
    text-align: center;
    margin: 0 00 2%;
}

#g-nav .menu-items li a {
    font-size: 16px;
}

#g-nav .menu-items {
    flex-direction: column;
    width: 30%;
    margin: 0 auto;
	min-width: 250px;
}

#g-nav #g-nav-list {
    width: 100%;
    align-items: center;
	gap: 2rem;
}

#g-nav .t-cont li {
    justify-content: center;
}

#g-nav .header-tel {
    align-items: center;
}
	span.topic_title {
    min-width: 260px;
    display: block;
}

}

@media (width<=425px){

.pageheader_cont h2 {
    font-size: 2.25rem;
}

#page .sub_title {
    font-size: 50%;
}

p{
    font-size: 14px;
}

/* .FV_area .FV_sub-img{
    right: 40%;
    width: 10%;
    top: -3rem;
}

.FV_area .FV_illust1{
    left: 40%;
    width: 5%;
    bottom: -9rem;
}

.FV_area .FV_illust2 {
    left: 40%;
    width: 3.5%;
    }

.FV_area .FV_illust3 {
    left: 45%;
    bottom: -5rem;
    width: 4%;
    }

.FV_area .FV_illust4 {
    right: 43%;
    width: 4%;
    bottom: -9rem;
}
 */
.about_area .img_area:after {
    width: 6rem;
	height: 4rem;
	bottom: 0%;
	right: 0%;
}

.topics .tab {
    flex-wrap: wrap;
}
	
.topics .tab li {
    width: 40%;
	margin: 0 0 2%;
}

#home .topics .date {
    letter-spacing: normal;
    margin: 0;
	padding: 0;
}

.topics h3 a {
    padding: 2% 3%;
}

.topic_title{
    font-size: 14px;
    letter-spacing: normal;
}

.bus_loop .swiper-slide{
    width: 75%;
}

.bg-blue{
    height: 100vw;
}

.bus_area .title {
    margin: 25% auto -25%;
}

.bus_loop .swiper-wrapper {
    padding: 15% 0 5%;
}

.bus_area .swiper-button-next, .bus_area .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 60%);
}

.bus_area .line_img::before {
    width: 40%;
    height: 90%;
    right: 15%;
}

.bus_area .line_img::after {
	width: 4.25rem;
	height: 6.25rem;
	left: 55%;
	top: 53%;
}

.recommend_loop .swiper-slide {
    width: 75%;
}

.recommend_area .title {
    width: calc(1.5rem * 9);
}

.spot_text{
    justify-content: center;
    font-size: 14px;
    text-align: center;
    align-items: center;
}

.recruit_area h2 {
    font-size: 2.5rem;
}

.recruit_area h2 span {
    font-size: 1.25rem;
}

.recruit_area .copy{
    font-size: clamp(1.15rem, 0.543rem + 3.04vw, 2rem);
}

.recruit_area::after {
    left: -80%;
    right: -50%;
}

.recruit_area .recruit_text {
    width: 80%;
}

.bus_illust::after {
    width: 25%;
    height: 9vh;
    right: 5%;
}

.company_area h3 {
    width: 100%;
    margin: 25% auto 0;
    text-align: center;
}

.company_name span {
    font-size: 1.25rem;
    margin: 1% 0 3%;
}

.company_area h3::after {
	width: 26%;
	top: -90%;
	right: 37%;
}

.info_text {
    font-size: 1rem;
}

.company_area .map {
    width: 85%;
}

.recommend_illust1 {
    top: 0rem;
}

.recommend_illust2 {
    left: 15%;
    top: 1rem;
}

}











/*アニメーション

.pikopiko {
  animation: pikopiko 1.2s steps(2, start) infinite;
}

@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-5deg);
  }
}

.pyonpyon {
  animation: pyonpyon 1s ease 0s infinite;
}

@keyframes pyonpyon {
  0% { transform: translateY(0px); animation-timing-function: ease; }
  50% { transform: translateY(-20px); animation-timing-function: ease-in; }
  100% { transform: translateY(0px); }
}
*/
