/*
Theme Name:cocorostyle_v2
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,"bahnschrift", sans-serif;}

:root{
	--orange_b: #ff970d;
	--orange_d: #e89213;
	
}


body{
	position:relative;
	margin:0;
	width:100%;
	height:100%;
	letter-spacing: 2px;
}

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

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


/*サイトヘッダーをオン・オフしたいとき*/
/*
#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: 160px;
    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: 80px;
    width: 160px;
    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 > ul {
    display: flex;
    justify-content: flex-end;
}

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

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

.header-inner{
    width: 60%;
}

.header-inner .menu-list{
    display: block;
}

.header-inner  .menu-list ul {
    width: 100%; 
}


/*ローダー*/

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


/* ボタン */
.more_link a {
    border-radius: 50px;
    padding: 0% 6%;
    box-sizing: content-box;
    display: inline-block;
	transition: all .3s;
}

.more_link a:hover{
	letter-spacing: 3px;
	transition: all .3s;
}

/*アニメーション*/

@keyframes loader {
  0% { transform: translateY(-50px); animation-timing-function: ease; }
  100% { transform: translateY(0px); }
}

.loader {
  animation: loader 1s ease 0s 1;
}

@keyframes kirakira {
  0% { transform: scale(1 , 1 ); animation-timing-function: ease; }
  20% { transform: scale(1.3 , 1.3 ); animation-timing-function: ease; }
  40% { transform: scale(1 , 1 ); animation-timing-function: ease; }
  50% { transform: scale(1.2 , 1.2 ); animation-timing-function: ease; }
  70% { transform: scale(1 , 1 ); animation-timing-function: ease; }
  100% {  }
}

.kirakira {
  animation: kirakira 7s ease 0s infinite;
}

@keyframes kurukuru {
  0% {  transform: rotate(0deg); animation-timing-function: linear; }
  100% { transform: rotate(360deg); }
}

.kurukuru {
    animation: kurukuru 30s linear 0s infinite;
    transform-origin: center;
}

@keyframes yurayura {
  0% {  transform: rotate(-15deg); animation-timing-function: ease; }
  50% { transform: rotate(15deg); animation-timing-function: ease; }
  100% { transform: rotate(-15deg); }
}

.yurayura {
  animation: yurayura 6s ease 0s infinite;
    transform-origin: center;
}

@keyframes kuru-kira {
	0% { transform: rotate(0deg) scale(0.7,0.7); animation-timing-function: linear; }
	50% { transform:  rotate(-180deg) scale(1.1, 1.1); animation-timing-function: linear; }
	100% { transform: rotate(-360deg) scale(0.7,0.7); }
}

.kuru-kira {
  animation: kuru-kira 15s ease 0s infinite;
    transform-origin: center;
}

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

.fuwafuwa {
  animation: fuwafuwa 5s ease 0s infinite;
}

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

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

figure{
	margin: 0;
}

.top_title {
    font-family: "bahnschrift", sans-serif;
    color: var(--orange_d);
    font-size: 2.5rem;
    letter-spacing: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.title_read {
    color: initial;
    font-size: initial;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}

.sub_title{
	
}

.body_copy{
    max-width: 1600px;
    margin: 0 auto;
}

.feature {
    position: relative;
    height: 100vh;
    min-width: 1260px;
    margin: 0 auto;
    padding: 3% 0 0;
    overflow-X: clip;
}

.layer_behind {
    position: relative;
    /* max-width: 1600px; */
    width: 100%;
    height: 100vh;
}

.behind_visual {
    position: relative;
    /* height: 100vh; */
    max-width: 1800px;
    aspect-ratio: 16 / 10;
    /* z-index: 2; */
}

.behind_arrow {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: url(img/top_arrow.webp);
    background-size: 115%;
    background-position: 150% 50%;
    background-repeat: no-repeat;
}

.behind_man {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(img/top_man.webp);
    background-size: 30%;
    background-position: 75% 20%;
    background-repeat: no-repeat;
}

.behind_path {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.behind_path div{
	position: absolute;
}

.star-y {
    background: url(img/illust_star-y.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 10%;
    left: 20%;
    width: clamp(3rem, 3vw, 8rem);
    height: clamp(3rem, 3vw, 8rem);
}

.star-o {
    right: 15%;
    top: 10%;
}

.star-ol {
    background: url(img/illust_star-ol.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: clamp(2rem, 2.5vw, 7rem);
    height: clamp(2rem, 2.5vw, 7rem);
    left: -2.5rem;
}

.star-os {
    background: url(img/illust_star-os.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: clamp(1rem, 2vw, 4rem);
    height: clamp(1rem, 2vw, 4rem);
    top: 1.5rem;
    animation: kirakira 6s ease 1s infinite;
}

.beans-p {
    background: url(img/illust_beans-p.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 43%;
    left: 3%;
    width: 7.5rem;
    height: 7.5rem;
	animation: yurayura 8s ease 0.5s infinite;
}

.beans-o {
    background: url(img/illust_beans-o.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 3.5rem;
    right: 4%;
    top: 37%;
}

.cross-g {
    background: url(img/illust_cross-g.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: clamp(9rem, 9vw, 18rem);
    height: clamp(9rem, 9vw, 18rem);
    bottom: 30%;
    right: 15%;
}

.tri-o {
    background: url(img/illust_tri-o.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: clamp(11rem, 6vw, 14rem);
    height: clamp(11rem, 6vw, 14rem);
    bottom: -5%;
    right: 5%;
}

.layer_front {
    position: absolute;
    top: 15%;
    /* transform: translateY(-20%); */
    max-width: 1600px;
    width: 100%;
    left: 8%;
}

.catch_text {
    margin: 0 0 3rem;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.copy {
    display: flex;
    color: var(--orange_b);
    align-items: center;
}

.catch_copy {
    display: block;
    line-height: 1;
    letter-spacing: 3px;
    font-size: 9rem;
    font-weight: 600;
}

.sub_copy {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    transform: translate(-25%, 70%);
}

.topic {
    width: 30%;
    margin: 3% 0 0;
    letter-spacing: normal;
}

.topic a {
    padding: 4% 4%;
    width: 100%;
    display: block;
    /* background: #fff; */
    /* border: solid 2px var(--ogange_b); */
    /* border-radius: 100px; */
    position: relative;
}

.topic .date {
    color: var(--orange_b);
    margin: 0 1rem 0 0;
}

.btn_anime3 a:hover .date {
    color: #fff;
    transition: all 0.5s ease;
}

.topic .title::after {
    content: "";
    background: url(img/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}

.btn_anime3 a:hover .title::after{
    background: url(img/icon_arrow-hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    transition: all 0.5s ease;
}


.btn_anime3 {
    transition: all .3s;
    background: #ffffff;
    position: relative;
    border: solid 2px var(--orange_b);
    border-radius: 100px;
    overflow: hidden;
}

.btn_anime3 a {
    display: inline-block;
    transition: all .3s;
    padding: 5%;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.btn_anime3 a:hover {
	color: #fff;
	opacity: 1;
}

.btn_anime3::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--orange_b);
    border: solid 2px var(--orange_b);
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
}

.btn_anime3:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}


.about {
    margin: 4% auto 8%;
}

.about .top_title {
    width: 90%;
}

.about .body_copy {
    width: 50%;
    margin: 0;
    font-size: 18px;
}

.about .title_read {
    margin: 0 0 0 2rem;
}

.about_box {
    display: flex;
    width: 90%;
    margin: -2% auto 5%;
    max-width: 1000px;
    align-items: center;
    gap: 10%;
}

.about_man {
    position: relative;
    width: 20%;
}

.about_man::before {
    position: absolute;
    content: "";
    display: block;
    width: 8rem;
    height: 7rem;
    background: url(img/about_orange.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 0;
    left: -100%;
	animation: fuwafuwa 5s ease 0s infinite;
}

.about_man::after {
    position: absolute;
    content: "";
    display: block;
    width: 10rem;
    height: 11rem;
    background: url(img/about_black.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: -50%;
	animation: fuwafuwa 8s ease 0s infinite;
}

.task{
    overflow-x: clip;
}

.task .sub_title {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

.about .task_slide {
    overflow: unset;
    max-width: 1600px;
}

.task .sub_title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto 3%;
    font-size: 18px;
    font-weight: 500;
}

.task .sub_title::before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(img/icon_task.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.task_slide .swiper-wrapper {
	max-width: 1600px;
}

.task_slide .swiper-slide {
    width: 35%;
    padding: 1.5%;
    box-sizing: border-box;
    border: solid 2px var(--orange_b);
    border-radius: 20px;
	background: #fff;
}

.task_slide .swiper-button-next:after, .task_slide .swiper-button-prev:after {
	content: "";
    font-family: unset;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.task_slide .swiper-button-next:after {
    background: url(img/icon_slideBtn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 4rem;
    height: 4rem;
    transform: scale(-1, -1);
}

.task_slide .swiper-button-prev:after{
	background: url(img/icon_slideBtn.svg);
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
    width: 4rem;
    height: 4rem;
}

.task_title {
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 500;
    border-bottom: solid 1px var(--orange_b);
    padding: 0 0 3%;
    display: flex;
    align-items: center;
}

.task_title span {
    font-size: 70%;
    color: var(--orange_b);
    margin: 0 1.5rem 0 0;
}

.achieves .top_title{
    max-width: 1600px;
    margin: 0 auto 5%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 90%;
}

.achieves_slide .swiper-slide {
    width: 30%;
}

.achieves_slide .swiper-slide figure{
	overflow: hidden;
	line-height: 0;
}

.achieves_slide .swiper-slide figure img{
	transition: all 0.5s;
}

.achieves_slide .swiper-slide:hover img{
	transform: scale(1.05 , 1.05);
	transition: all 0.5s;
}

.achieves_slide .swiper-wrapper{
	transition: linear;
}

.achieves_flex {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 10% auto;
    gap: 5%;
}

.achieves_left {
    width: 50%;
}

.achieves_hands {
    width: 55%;
    margin: 0 0 -12% auto;
    animation: fuwafuwa 7s ease 0.5s infinite;
}

.achieves_pc {
    width: 55%;
}

.achieves_right {
    width: 50%;
}

.achieves_right .body_copy{
    margin: 0 0 10%;
}

.faq_btn a:before, .archives_btn a:before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    transform: translate(-50%, 20%);
}

.faq_btn a {
    border: solid 1px var(--orange_b);
}

.faq_btn a:before{
	background: url(img/icon_question.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.archives_btn a{
    border: solid 1px var(--orange_b);
}

.archives_btn a:before{
	background: url(img/icon_achieves.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.achieves_right .more_link {
    margin: 3% 0;
    width: 45%;
}

.achieves_right .more_link a {
    padding: 0% 6%;
    display: block;
    line-height: 2.6;
    text-align: center;
}

.achieves_list-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 10% auto;
    gap: 1rem;
    justify-content: space-between;
}

.achieves_list_box {
    width: calc(50% - 1.5rem);
}

.achieves_title {
    font-size: 1.25rem;
    letter-spacing: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0 0 0.5rem;
    margin: 0 0 0.5rem;
    border-bottom: solid 2px var(--orange_b);
}

.achieves_title:before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0;
}

.achieves_list_box:nth-child(1) .achieves_title:before{
	background: url(img/icon_frag.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.achieves_list_box:nth-child(2) .achieves_title:before{
	background: url(img/icon_college.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.achieves_list_box:nth-child(3) .achieves_title:before{
	background: url(img/icon_pict.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.achieves_list_box:nth-child(4) .achieves_title:before{
	background: url(img/icon_pr.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.achieves_parts {
    font-size: 0.9175rem;
    letter-spacing: normal;
    text-indent: -1rem;
    padding: 0 0 0 1rem;
}

.achieves_parts::before {
    content: "●";
    font-size: 110%;
    color: #15955f;
}

.kameda {
    display: flex;
    max-width: 1000px;
    margin: 10% auto;
    justify-content: space-between;
}

.kameda .top_title {
    color: initial;
    font-weight: normal;
    font-size: 2rem;
}

.kameda .body_copy {
    margin: 10% auto;
}

.kameda_left {
    width: 45%;
}

.kameda_right{
    width: 45%;
}

.accsess_btn {
    width: 40%;
}

.accsess_btn a {
    padding: 0% 6%;
    border: solid 1px var(--orange_b);
    position: relative;
    display: block;
    line-height: 2.6;
    text-align: center;
}

.accsess_btn a::before {
    content: "";
    background: url(img/icon_map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    transform: translate(-30%, 20%);
}























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

#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 5px 20px 5px;
    font-size: 100%;
    line-height: 1.8;
}

#page #main h2{


}

#page #main h3{

}



#page #main .center_h3{

}

#page #main h3 span{

}


.page_title{
}

h4{

}

h4{
}


/*サイドバー */


/*フッター*/

.contact {
    background: #ffe66b;
    padding: 5% 0;
    position: relative;
    border-bottom: solid 1px var(--orange_b);
    border-top: solid 1px var(--orange_b);
}

.contact::before {
    position: absolute;
    content: "";
    display: block;
    width: 6rem;
    height: 6rem;
    background: url(img/footer_path1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -5%;
    right: 18%;
	z-index: 2;
}

.contact::after {
    position: absolute;
    content: "";
    display: block;
    width: 11rem;
    height: 8rem;
    background: url(img/footer_path2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    bottom: 0;
    left: 2%;
}

.contact_box {
    max-width: 1000px;
    margin: 0% auto 0;
    background: #fff;
    padding: 3% 8%;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_box .top_title {
    width: 30%;
    margin: 0;
    align-items: flex-start;
}

.contact_box .text_area {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
}

.contact_box .tel {
    font-size: 2rem;
    color: #606060;
    width: 100%;
}

.contact_box .tel span{
	font-size: 120%;
}

.mail_btn {
    width: 45%;
}

.company_btn {
    width: 45%;
}


.mail_btn a, .company_btn a{
    color: #fff;
    border: solid;
    padding: 6% 7%;
    box-sizing: content-box;
    display: block;
    text-align: center;
}

.mail_btn a {
    background: #ff396d;
}

.company_btn a {
    background: #398aff;
}

#footer {
    overflow: hidden;
    min-width: 100%;
    position: relative;
    bottom: 0px;
    padding: 60px 10%;
    box-sizing: border-box;
}

#footer::before {
    position: absolute;
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(img/footer_path3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    bottom: 40%;
    right: 28%;
	animation: kurukuru 30s linear 0s infinite;
	transform-origin: center;
}

#footer::after {
    position: absolute;
    content: "";
    display: block;
    width: 8rem;
    height: 8rem;
    background: url(img/footer_path4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    bottom: 20%;
    right: 10%;
	animation: fuwafuwa 5s ease 0s infinite;
}

#footer .cont{
    
}

.menu-list .logo{
	width: 20%;
}

#footer .info {
    margin: 5% 0 10%;
}

#footer .info .name {
    display: block;
}

#footer .info .address {
    font-size: 0.9275rem;
    letter-spacing: normal;
    margin: 1% 0;
    display: block;
}

.ft_bottom{

}

.menu-list {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}

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

.menu-list ul {
    display: flex;
    gap: 8%;
    letter-spacing: normal;
    width: 70%;
    justify-content: end;
}

.menu-list ul li * {
    padding: 7px 0;
    color: var(--orange_b);
    font-weight: 500;
	position: relative;
}

.menu-list ul a::before{
	content:"";
	background: var(--orange_b);
	position: absolute;
	height: 1px;
	width:100%;
	bottom: 0;
	left: 0;
	transform: scale(0 ,1);
	transition: transform .3s;
}

.menu-list ul a:hover{
	opacity: 1;
}

.menu-list ul a:hover::before{
	transform: scale(1 ,1);
	transform-origin: center;
	transition: transform .3s;
}

.menu-list .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;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.pageheader_cont h2 {
    text-align: center;
    font-size: 3.75rem;
    font-weight: 500;
    color: var(--orange_d);
    letter-spacing: normal;
}

.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: firebrick !important;
    font-size: 1.5rem;
}

.news_block{
    background: #eee;
    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: #eee;*/}    /*ボックスを角丸に指定*/
 
.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: 1px solid #111;
    border-radius: 20px;
}

/*レスポンシブ基本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%;
	}
#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 {
    padding: 160px 0px 0px;
}

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


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


#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: 0;
    box-sizing: border-box;
    width: 95%;
}
	
#page #wrap {
    padding: 1% 0 0%;
}

#loader img {
    width: 60%;
}

/*トップページ*/
	
html{
	font-size: 14px;
}

p {
    font-size: 14px;
}

.feature {
    min-width: unset;
    height: 50vh;
	margin: 10% auto 0;
}

.layer_front {
    width: 100%;
    left: 0%;
	top: 0%;
}

.copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    width: 90%;
    margin: 0 auto;
}

.catch_text {
    font-size: 1rem;
    width: 93%;
    margin: 0 auto;
}

.catch_copy {
    font-size: 2rem;
    width: 100%;
	margin: 10% 0 0;
}

.sub_copy {
    font-size: 1rem;
    width: 100%;
	transform: unset;
}

.topic {
    width: 90%;
    margin: 25% auto 0;
}

.topic a {
    padding: 1% 4%;
	width: 100%;
	box-sizing: border-box;
	max-width: 400px;
}

.topic .date {
    display: block;
}

.topic .title::after {
    margin: 0 0 0 1rem;
    transform: translate(0, -50%);
    position: absolute;
    right: 5%;
}

.layer_behind{
    height: unset;
    /* transform: translateY(40%); */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.behind_visual {
    position: relative;
    height: 100%;
    max-width: 1800px;
    aspect-ratio: unset;
}

.behind_man {
    background: url(img/top_man.webp);
    background-size: 50%;
    background-position: 85% 40%;
    background-repeat: no-repeat;
}

.behind_arrow {
    background: url(img/top_arrow.webp);
    background-size: 185%;
    background-position: 90% 70%;
    background-repeat: no-repeat;
}

.beans-o {
    width: 2.5rem;
    height: 1.5rem;
    right: 4%;
    top: 20%;
}

.star-y {
    top: -10%;
    left: 30%;
}

.star-o {
    top: 0%;
}

.tri-o {
    width: clamp(5rem, 6vw, 14rem);
    height: clamp(5rem, 6vw, 14rem);
}

.cross-g {
    width: clamp(4rem, 9vw, 18rem);
    height: clamp(4rem, 9vw, 18rem);
}


.about_box {
    margin: 5% auto 10%;
}

.about .body_copy {
    width: 85%;
    font-size: unset;
}

.about_man {
    width: 25%;
}

.about_man::before {
    width: 4rem;
    height: 3rem;
    left: -85%;
}

.about_man::after {
    width: 7rem;
    height: 7rem;
    right: -30%;
}

.task_slide .swiper-slide {
    width: 80%;
}

.achieves_slide .swiper-slide {
    width: 60%;
}

.achieves_flex {
    flex-direction: column;
}

.achieves_left {
    width: 60%;
    margin: 0 auto 5%;
}

.achieves_right {
    width: 85%;
}

.achieves_right .more_link {
    text-align: center;
    width: 55%;
    margin: 5% auto;
}

.achieves_list_box {
    width: 90%;
    margin: 5% auto;
}

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

.kameda_left {
    width: 85%;
}

.kameda_right {
    width: 85%;
}

.accsess_btn {
    width: 55%;
    margin: 0 auto;
}

.kameda .body_copy {
    margin: 7% auto 5%;
}

.contact_box {
    flex-direction: column;
    align-items: center;
    width: 85%;
    padding: 3% 0%;
}

.contact_box .top_title {
    width: 100%;
    justify-content: center;
}

.contact_box .tel {
    font-size: 1.5rem;
	margin: 5% auto;
}

.contact_box .text_area {
    align-items: center;
    justify-content: center;
	gap: 0rem 0.5rem;
}

.mail_btn {
    width: 85%;
}

.company_btn {
    width: 85%;
}

.contact::before {
    width: 6rem;
    height: 6rem;
    top: -12%;
    right: 1%;
}

.contact::after {
    width: 6rem;
}


.menu-list {
    flex-direction: column;
    justify-content: center;
}

.menu-list .logo {
    width: 25%;
}

.menu-list ul {
    width: 90%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5% auto;
}

#footer::after {
    width: 6rem;
    height: 6rem;
}

#footer::before {
    width: 3rem;
    height: 3rem;
    bottom: 0%;
    right: 25%;
}


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

#footer .cont {
    width: 90%;
}

.footer-info h2 {
    width: 280px;
}

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

/* button */

.more-link {
font-size: 13px;
    line-height: 40px;
    padding-right: 50px;
	border-bottom: 2px solid #333;
}

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

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

.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 #g-nav-list{
position: fixed;
    background: #ffffff;
    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 #g-nav-list {
    width: 100%;
    padding: 0% 0%;
    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;
    width: 20%;
    margin: 5% auto;
}

#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: 5px auto 30px;
    max-width: 92%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

#g-nav ul {
    min-width: auto;
    display: block;
    text-align: end;
}

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

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

#g-nav #g-nav-list .menu-list ul li * {
    font-size: 1.25rem;
}

#g-nav #g-nav-list li{
    margin: 0 0 5%;
}

@media screen and (min-width: 768px) {
    #g-nav #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;
    }
		

}

.header_logo {
    width: 20%;
    margin: 2%;
}

@media screen and (max-width: 768px) {
	
	.header_logo {
		width: 30%;
		margin: 2%;
		position: absolute;
        top: 0.5rem;
	}

}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 1%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: var(--orange_d);
    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: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: 18px;
    left: 18px;
    transform: translateY(6px) 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: translateY(-6px) 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: 40px;
        height: 40px;
        }  
    .openbtn1 span {
        left: 50%;
        transform: translate(-50%);
        }
    .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%;
    }
}