@charset "UTF-8";

.footer_prof .address {
  max-width: 280px;
  margin: auto;
}

.contactus {
  max-width: 300px;
  border: 3px solid lightgray;
  border-radius: 5px;
  background-color: whitesmoke;
  box-sizing: border-box;
  padding: 10px;
  margin: auto;
}

.contactus .adress {
  text-align: center;
  color: rgb(60, 60, 60);
}

.contactus .tel {
  text-decoration: none;
  font-family: "arial black";
  color: darkred;
  display: block;
  text-align: center;
  font-size: 24px;
}

.contactus .text {
  font-size: 14px;
  color: rgb(60, 60, 60);
  text-align: center;
}

.contactus .btform {
  text-decoration: none;
  background: linear-gradient(to top left, royalblue 70%, dodgerblue);
  color: white;
  display: block;
  width: 200px;
  height: auto;
  margin: 10px auto;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  border: 2px outset khaki;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
}

.contactus .btform span {
  all: initial;
  line-height: 12px;
  font-size: 12px;
  color: white;
}

.contactus .btform:hover {
  opacity: 0.7;
}

.contactus .btform:active {
  transform: translate(1px, 1px);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

/* 汚泥処理のリサイクル循環図 ********************************/
#odei, #odei *{
    all: initial;
    user-select: none;
}
#odei{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
#odei .rotate_gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    width: 100%;
}
#odei .rotate_gallery .wrap{
    position: relative;
    display: block;
    min-height: 200px;
}


/* #odei .rotate_gallery .no1{} */

#odei .rotate_gallery .wrap img{
    width: 100%;
}
#odei .rotate_gallery .wrap .title{
    display: block;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    color: #333;
}
#odei .rotate_gallery .wrap .title:before,
#odei .rotate_gallery .wrap .title:after{
    content: "▶▶";
    color: steelblue;
}
#odei .rotate_gallery .wrap p{
    display: block;
    background-color: whitesmoke;
    border: 2px solid steelblue;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}


/* 順番 *************************************************/
#odei .rotate_gallery .no1{ order: 2; }
#odei .rotate_gallery .no2{ order: 3; }
#odei .rotate_gallery .no3{ order: 9; }
#odei .rotate_gallery .no4{ order: 8; }
#odei .rotate_gallery .no5{ order: 7; }
#odei .rotate_gallery .no6{ order: 1; }
#odei .rotate_gallery .blank1{ order: 4; }
#odei .rotate_gallery .loop{ order: 5; }
#odei .rotate_gallery .blank2{ order: 6; }
#odei .rotate_gallery .blank3{ order: 10; }
#odei .rotate_gallery .no7{ order: 11; }
#odei .rotate_gallery .blank4{ order: 12; }
#odei .rotate_gallery .blank5{ order: 13; }
#odei .rotate_gallery .no8{ order: 14; }
#odei .rotate_gallery .blank6{ order: 15; }



/* 矢印 *************************************************/
#odei .rotate_gallery .wrap:before,
#odei .rotate_gallery .wrap:after{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
/* ６－１ */
#odei .rotate_gallery .no1:before{
    background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_up_right.png);
    left: -50%;
    top: 60px;
    transform: translateX(-100%);
}
/* １－２ */
#odei .rotate_gallery .no1:after{
    background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_right_down.png);
    right: -50%;
    top: 60px;
    transform: translateX(100%);
}
/* ２－３ */
#odei .rotate_gallery .no2:after{ 
    background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_bttom.png);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 60px;
    height: 60px;
}
/* ３－４ */
#odei .rotate_gallery .no4:before{
    background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_down_left.png);
    right: -50%;
    bottom: 100px;
    transform: translateX(100%);
}
/* ４－５ */
#odei .rotate_gallery .no4:after{
    background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_left_up.png);
    left: -50%;
    bottom: 100px;
    transform: translateX(-100%);
}
/* ５－６ */
#odei .rotate_gallery .no5:after{ 
    background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_up.png);
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    width: 60px;
    height: 60px;
}
/* ４－７ */
#odei .rotate_gallery .no7:before,
#odei .rotate_gallery .no8:before{
    background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_green.png);
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    width: 60px;
    height: 60px;
}




#odei .rotate_gallery .no2,
#odei .rotate_gallery .no6{
    transform: translateY(150px);
}
#odei .rotate_gallery .no1{ margin-bottom: 100px; }
#odei .rotate_gallery .no4{ margin-top: 100px; }
#odei .rotate_gallery .no3,
#odei .rotate_gallery .no5{
    transform: translateY(-150px);
}

#odei .rotate_gallery .loop {
    top: 60%;
    left: 75%;
    transform: translate(-50%, -50%);
    visibility: visible;
    display: block;
    z-index: 999; /* 最前面に配置して他の要素に干渉しない */
    pointer-events: none; /* 他の要素がクリック可能になるように設定 */
}

#odei .rotate_gallery .loop img {
    visibility: visible;
    max-width: 130px; /* サイズ調整 */
    width: auto; /* アスペクト比を保つ */
    height: auto; /* 高さを自動調整 */
    animation: rotate 5s linear infinite; /* 5秒で1回転し、無限に回転するアニメーション */
}
/* 回転アニメーション */
@keyframes rotate {
    from {
        transform: rotate(0deg); /* 初期状態（回転なし） */
    }
    to {
        transform: rotate(360deg); /* 360度回転する */
    }
}


#odei .rotate_gallery .no7,
#odei .rotate_gallery .no8{
    margin-top: 30px;
}
#odei .rotate_gallery .no7 p,
#odei .rotate_gallery .no8 p{
    border: 2px solid mediumseagreen;
}
#odei_cake{
    display: none;
    font-size: 16px;
    font-weight: bold;
    background-color: whitesmoke;
    text-align: center;
    margin: 20px auto;
    padding: 10px 0px;
    border-top: 2px solid mediumseagreen;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#odei .rotate_gallery .return,
#odei .rotate_gallery .return *{
    cursor: pointer;
}
#odei .rotate_gallery .return{
    display: none;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: auto;
    height: 100px;
}
#odei .rotate_gallery .return img{
    height: 70px;
    width: auto;
}
#bt_odei_cake{
    display: none;
    cursor: pointer;
    text-decoration: underline;
    color: green;
}

@media (max-width:540px){

    html{
        scroll-behavior: smooth;
    }

    #odei{
        max-width: 300px;
    }

    #odei .rotate_gallery{
        display: block;
    }

    /* 順番 *************************************************/
    #odei .rotate_gallery .no1{ order: 1; }
    #odei .rotate_gallery .no2{ order: 2; }
    #odei .rotate_gallery .no3{ order: 3; }
    #odei .rotate_gallery .no4{ order: 4; }
    #odei .rotate_gallery .no5{ order: 5; }
    #odei .rotate_gallery .no6{ order: 6; }
    #odei .rotate_gallery .blank1{ display: none; }
    #odei .rotate_gallery .loop{ display: none; }
    #odei .rotate_gallery .blank2{ display: none; }
    #odei .rotate_gallery .blank3{ display: none; }
    #odei .rotate_gallery .no7{ order: 7; }
    #odei .rotate_gallery .blank4{ display: none; }
    #odei .rotate_gallery .blank5{ display: none; }
    #odei .rotate_gallery .no8{ order: 8; }
    #odei .rotate_gallery .blank6{ display: none; }
    
    #odei .rotate_gallery .wrap{
        position: relative;
        margin: 0 0 100px 0;
        transform: none;
    }
    #odei .rotate_gallery .no6{
        margin: 0 0 0 0;
    }

    #odei .rotate_gallery .wrap:before,
    #odei .rotate_gallery .wrap:after{
        content: "";
        background-image: none;
    }

    #odei .rotate_gallery .wrap:after{
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_bttom.png);
        left: 50%;
        right:auto;
        transform: translateX(-50%);
        top: auto;
        bottom: -80px;
        width: 60px;
        height: 60px;
    }

    #odei .rotate_gallery .return:before,
    #odei .rotate_gallery .return:after,
    #odei .rotate_gallery .no6:before,
    #odei .rotate_gallery .no6:after,
    #odei .rotate_gallery .no8:before,
    #odei .rotate_gallery .no8:after{
        display: none;
        content: none;
        background-image: none;
    }

    #odei .rotate_gallery .no7:after{
        background-image: url(https://corecut.jp/wp/wp-content/uploads/2025/04/ar_green.png);
    }

    #odei .rotate_gallery .no7 .title:before,
    #odei .rotate_gallery .no7 .title:after,
    #odei .rotate_gallery .no8 .title:before,
    #odei .rotate_gallery .no8 .title:after{
        color: mediumseagreen;
    }
    
    #odei .rotate_gallery .return{
        display: flex;
    }

    #odei_cake{display: block;}
    #bt_odei_cake{display: block;}
}



.support_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* 各 support_box の順序を指定 */
.support_box {
  width: 30%;
}

/* 任意の順序指定（中央に配置） */
.loop_center {
  order: 2; /* 3つあるうちの真ん中にしたい場合は 2 にする */
}




/* //汚泥処理のリサイクル循環図 ********************************/



/* トップページ　お知らせ部 */
#news * {
  box-sizing: border-box;
}
#news {
  max-width: 680px;
  margin: 0px auto 40px auto;
}
#news dl {
  all: initial;
}
#news dl dt {
  all: initial;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  cursor: pointer;
}
#news dl dt .caption {
  display: block;
  width: calc(100% - 30px);
  padding: 10px;
}
#news dl dt .caption .date {
  font-size: 0.8em;
  font-weight: bold;
  color: dimgray;
  border-left: 3px solid dodgerblue;
  padding-left: 5px;
}
#news dl dt .caption h4 {
  all: initial;
  font-weight: bold;
  border-left: 3px solid dodgerblue;
  padding-left: 5px;
  user-select: none;
  cursor: pointer;
}
#news dl dt .btPlus {
  position: relative;
  width: 30px;
  height: 30px;
}
#news dl dt .btPlus div {
  width: 60%;
  height: 0px;
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
#news dl dt .btPlus div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease;
}
#news dl dt .btPlus div:nth-child(2) {
  transform: translate(-50%, -50%);
}

#news dl dd {
  all: initial;
  display: block;
  padding: 10px;
  border-bottom: 1px solid darkgray;
  overflow: hidden;
  height: 0;
  padding: 0px 10px 0px 10px;
  transition: 0.3s ease;
}



/* カスタマイズからコピー */

footer .site-footer-copyright p:nth-child(2) {
    display:none !important;
}
.grecaptcha-badge { visibility: hidden; }
h3 {
  display: flex;
  align-items: center;
  
}
h3:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-image: url(https://www.corecut.jp/wp/wp-content/uploads/2021/06/cropped-logo_corecut.png);
  background-size: cover;
}
h3:after {
  content: "";
  background-image: url(https://www.corecut.jp/wp/wp-content/uploads/2021/06/cropped-logo_corecut.png);
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  top: -50px;
  left: -50px;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}
div.page-header{
	background-color: transparent;
	color: black;
	background-image: url(https://www.corecut.jp/wp/wp-content/uploads/2021/06/bk_img_h1_tp.png);
	background-size: cover;
	text-shadow: 1px 0px 0px darkgray,
		0px 1px 0px darkgray,
		1px 1px 0px darkgray,
		2px 0px 0px darkgray,
		0px 2px 0px darkgray,
		2px 2px 0px darkgray;
}

#site-header-container{
	width: 100vw;
	display: block;
}
#site-header-container:before{
	content: "　";
	display: block;
	font-size: 14px;
}
#site-header-container:after{
	content: "ダイヤモンドボーリング工事　各種アンカー工事　アスファルト・コンクリートカッター工事　コンクリート内部X線検査";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	background-color: whitesmoke;
}
/*
.site-header-logo a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 5px;
}
.site-header-logo a:after{
	content: "";
	display: block;
	background-image: url("");
	width: 420px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	white-space: pre;
	font-size: 16px;
	line-height: 20px;
}
*/
#site-header-container nav{
	margin: 0px auto;
}

@media screen and (max-width: 720px){
	.site-header-logo a{
		justify-content: space-around;
		border-bottom: none;
	}
	.site-header-logo a:after{
		content: none;
	}
	.site-header-logo a img{
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	
}