/*
Theme Name: RDSGN ORIGINAL									
*/
/**********************************************
    PC版 CSS
**********************************************/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.sp {
    display: none;
}

.ready{
	font-size:60px;
	text-align:center;
	color:#ccc;
	font-family: "Roboto Mono", monospace;
        font-optical-sizing: auto;
        font-style: normal;
        letter-spacing: -0.5px;
}
/**************************************************************
全体
**************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
    color: #000;
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 13px;
    margin: 0px;
    text-align: center;
    line-height: 180%;
}
/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
    transition: 1.0s;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
/**************************************************************
アウトライン
**************************************************************/
#outline {
    margin: 0px auto;
    padding: 0px;
    width: 980px;
    background: #FFFFFF;
}
/**************************************************************
ヘッダー
**************************************************************/
#title {
    margin: 0px;
    padding: 0px;
    height: 110px;
    position: relative;
    text-align: left;
}
#title-inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
#title-inner .logo {
    float: left;
}
#title-inner .logo img {
    height: 100px;
    width: auto;
}
#title-inner .set {
    float: right;
    display: flex;
    font-size: 17px;
    text-align: center;
    line-height: 150%;
    margin-top: 50px;
}
#title-inner .set a {
    border-radius: 5px;
    margin-left: 5px;
}
#title-inner .set .ap {
    width: 200px;
}
#title-inner .set .ap a {
    display: block;
    padding: 10px;
    background-color: #eb6100;
    color: #fff;
    display: flex;
    justify-content: center;
}
#title-inner .set .ap a:hover {
    background-color: #eb2c00;
}
#title-inner .set img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
#title-inner .set .pf {
    width: 200px;
}
#title-inner .set .pf a {
    display: block;
    padding: 10px;
    background-color: #f39800;
    color: #fff;
    display: flex;
    justify-content: center;
}
#title-inner .set .pf a:hover {
    background-color: #f37800;
}
#title-inner .tel {
    position: absolute;
    right: 0;
    top: 8px;
}
#title-inner .tel .mida {
    background-color: #FDFF14;
    padding: 5px 10px;
    line-height: 100%;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 12px;
}
#title-inner .tel .num {
    font-size: 30px !important;
    font-weight: 700;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: -1px;
}
/**************************************************************
グローバルナビ
**************************************************************/
.hamburger-menu input {
    display: none;
}
.hamburger-menu label {
    display: none;
}
.globalnavi {
    margin: 0;
    padding: 0;
    font-weight: 700;
    background-color: #118af0;
}
.globalnavi-inner {
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    display: flex;
    justify-content: space-around;
}
.globalnavi a {
    width: 20%;
    text-align: center;
    display: block;
    padding: 20px 10px;
    border-right: 1px dotted #fff;
    color: #fff;
}
.globalnavi a:hover {
    background-color: #0061e5;
}
.globalnavi a:first-child {
    border-left: 1px dotted #fff;
}
/**************************************************************
Footer
**************************************************************/
#bottom {
    margin: 0px;
    position: relative;
    text-align: center;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    color: #000;
    border-top: solid 3px #0061e5;
}
#bottom-inner {
    width: 1200px;
    margin: 0 auto;
}
.bottom-box {
    width: 360px;
    float: left;
    margin: 20px;
}
#bottom a:link, #bottom a:visited {
    color: #000;
    font-size: 14px;
}
#bottom a:hover, #bottom a:active {
    color: #c50000;
}
.bottom-tt {
    font-size: 16px;
    color: #000;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
    padding: 5px 0;
}
.bottom-line {
    padding: 3px;
    margin-bottom: 1px;
    border-bottom: dotted 1px #000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    font-size: 14px;
}
.top-return {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 1500;
}
.privacy-con {
    float: right;
    width: 550px;
}
#bottom .sns {
    padding-top: 15px;
}
#bottom .sns img {
    width: 50px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}
.footer-raijou a {
    padding: 15px;
    display: block;
    background-color: #FFE500;
    font-size: 18px!important;
    border-radius: 5px;
}
.footer-raijou a:hover {
    background-color: #fff600;
    color: #000;
}
.footer-panf a {
    padding: 15px;
    display: block;
    background-color: #ffa208;
    font-size: 18px!important;
    border-radius: 5px;
    margin-top: 10px;
}
.footer-panf a:hover {
    background-color: #ffbc08;
    color: #000;
}
.gototop a {
    z-index: 99999999;
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    text-decoration: none;
    background-color: #eb6100;
    display: block;
    text-align: center;
    border-radius: 24px;
}
.gototop a::before {
    content: '\f062';
    font-family: 'Font Awesome 6 Free';
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    line-height: 48px;
}
.sub-title {
    background-color: #eb6100;
    padding: 30px;
    font-size: 24px;
    color: #fff;
}
.w1100 {
    width: 1100px;
    padding: 80px 0;
    margin: 0 auto;
}
.w1000 {
    width: 1000px;
    padding: 80px 0;
    margin: 0 auto;
}
.w1000-half{
    width: 1100px;
	padding:30px 0;
    margin: 0 auto;
}


/**************************************************************
反響バナー
**************************************************************/
.hankyo-banner {
    border: solid #178aff 5px;
    margin: 50px 0;
    position: relative;
	box-sizing:border-box;
}
.hankyo-banner .icon-banner {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 9999;
}
.hankyo-banner .icon-banner img {
    width: 250px;
    height: auto;
}
.hankyo-banner .mail {
    background-size: auto auto;
    background-color: rgba(28, 150, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(17, 138, 240, 1) 3px, rgba(17, 138, 240, 1) 6px);
    padding: 20px;
}
.hankyo-banner .mail h2 {
    font-size: 22px;
    color: #FFE500;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}
.hankyo-banner .mail h3 {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}
.hankyo-banner .mail h3 span {
    background-color: #fff100;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 7px;
    border-radius: 5px;
    margin-right: 15px;
}
.hankyo-banner .tel {
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
}
.hankyo-banner .tel img {}
.hankyo-banner .tel p {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-left: 25px;
}
/**************************************************************
各ページ
**************************************************************/
.main-obi {
    background-color: #f7f7f7;
    padding: 30px;
}
.main-obi .obi-flex {
    width: 1000px;
    margin: 0 auto;
	display:flex;
	justify-content:center;
}
.main-obi .obi-flex .catch {
    width: 50%;
}
.main-obi .obi-flex .catch img {
    width: 100%;
    height: auto;
}
.main-obi .obi-flex .slideban {
    width: 50%;
}
.main-obi .obi-flex .slideban img {
    width: 100%;
}
/********************************************************************
TOP REASON**********************************************/
.top-reason {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 45px 0;
    align-items: center;
}
.top-reason .point {
    width: 600px;
    padding: 15px;
    box-sizing: border-box;
}
.top-reason .point h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ff6000;
}
.top-reason .pic {
    width: 500px;
    padding: 15px;
    box-sizing: border-box;
}
.top-reason .pic img {
    width: 100%;
    height: auto;
}
.top-reason .point ul {}
.top-reason .point ul li {
    text-align: left;
    font-size: 18px;
    list-style: none;
    padding: 15px 0;
    border-bottom: dashed 1px #ccc;
    align-items: center;
    font-weight: 600;
    display: flex;
}
.top-reason .point ul li img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.hankyo-obi {
    background-color: #fff100;
    padding: 25px 0;
	position:relative;
}
.hankyo-obi::before {
	content:"";
	background:url('./image/base/staff-tel01.webp') no-repeat;
	background-size:contain;
	position:absolute;
    width: 150px;
    height: 170px;
    bottom: 0;
    right: calc(50vw - 570px);
}
.hankyo-obi h2 {
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 800;
    color: #0078f3;
    letter-spacing: 0.5px;
	margin-bottom:15px;
}
.hankyo-obi .inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.hankyo-obi .inner .icon {
    width: 10%;
}
.hankyo-obi .inner .icon img {
    width: 100%;
    height: auto;
}
.hankyo-obi .inner .tel {
    font-size: 56px;
    font-weight: 700;
    width: 38%;
    margin: 0 3% 0 2%;
    letter-spacing: -2px;
	line-height:100%;
}
.hankyo-obi .inner .botan {
    width: 25%;
}
.hankyo-obi .inner .botan a {
    display: block;
    padding: 20px;
    background-color: #ff6000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.hankyo-obi .inner .botan a:hover{
	background-color:#ff4200;
}
/****************************
TOP解体メニュー
**********************/
.top-kaitai-menu {
    padding: 80px 0;
    background-color: #f6f6f6;
}
.top-kaitai-menu .inner {
    width: 1100px;
    margin: 0 auto;
}
.top-kaitai-menu .inner h2 {
    font-size: 40px;
    color: #ff6000;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.top-kaitai-menu .inner h2 img {
    width: 90px;
    height: auto;
}
.m-flex {
    display: flex;
    flex-wrap: wrap;
}
.m-flex .m-box {
    width: 44%;
    margin: 3%;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    margin-top: 40px;
    transition: 1.0s;
}
.m-flex .m-box h3 {
    background-color: rgb(17, 138, 240);
    color: #fff;
    font-size: 25px;
    padding: 25px;
    border-radius: 10px 10px 0 0;
}
.m-flex .m-box img {
    width: 100%;
    height: auto;
    border-radius: 0 0 10px 10px;
	margin-bottom: -8px;
}
.m-flex .m-box h4 {
    color: #ff6000;
    padding: 15px 10px;
    line-height: 100%;
    font-size: 16px;
}
/*****************スタッフ紹介****/
.top-staff {
    padding: 80px 0;
}
.top-staff .st-inner {
    width: 1100px;
    margin: 0 auto;
}
.top-staff .st-inner h2 {
    font-size: 40px;
    color: #ff6000;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.top-staff .st-inner h2 img {
    width: 90px;
    height: auto;
}
.top-staff .st-inner h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.top-staff .st-inner h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}
.st-flex {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}
.st-flex .st-box {
    width: 23%;
    margin: 1%;
    background-color: #f3f3f3;
    transition: 1.0s;
    border-radius: 10px;
}
.st-flex .st-box img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.st-flex .st-box .name {
    font-size: 20px;
    text-align: left;
    padding: 25px 25px 10px 25px;
}
.yaku {
    text-align: right;
    font-size: 13px;
    padding-right: 25px;
}
.tx {
    font-size: 13px;
    text-align: left;
    padding: 25px;
}
.linkbotan a {
    padding: 15px;
    background-color: #0084f3;
    display: block;
    line-height: 100%;
    color: #fff;
    border-radius: 30px;
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
}
.linkbotan a:hover {
    background-color: #0b6ec3;
}
/********************************
解体事例
*********/
.top-works {
    background-color: #21b5da;
    padding-top: 80px;
    background-image: url("image/top/bg.webp");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}
.top-works h2 {
    font-size: 40px;
    color: #fff;

    margin-bottom: 40px;
}
.top-works h2 img {
    width: 90px;
    height: auto;
    margin-right: 10px;
}
.top-w-flex {
    display: flex;
	width:1100px;
	margin:0 auto;
	justify-content:center;
}
.top-w-flex .w-box {
    width: 31%;
    margin: 1%;
    color: #fff;
    transition: 1.0s;
}
.top-w-flex .w-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.top-w-flex .w-box h3 {
    font-size: 18px;
    padding: 15px 0;
}
.top-w-flex .w-box p {
    font-size: 12px;
    line-height: 150%;
    text-align: center;
}
/**********************
TOPお客様の声
***********************/
.top-voice {
    background-color: #0f58a2;
    padding: 60px 0;
}
.top-voice h2 {
    font-size: 36px;
    color: #fff;

    align-items: center;
    margin-bottom: 50px;
}
.top-voice h2 img {
    width: 90px;
    height: auto;
    margin-right: 10px;
}
.v-flex {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
	justify-content:center;
}
.v-flex .v-box {
    width: 48%;
    margin: 1%;
    display: flex;
}
.v-flex .v-box .pic {
    width: 40%;
}
.v-flex .v-box .pic img {
    width: 100%;
    height: auto;
}
.v-flex .v-box .tex {
    width: 60%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
	height:211px;
}
.v-flex .v-box .tex h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.v-flex .v-box .tex p {
    font-size: 13px;
    text-align: left;
}

/********************************
スタッフブログ
************************************************/
.top-blog {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
    background-image: url("image/top/cha.svg");
    background-position: center;
    background-repeat: no-repeat;
	background-size:cover;
    padding-bottom: 80px;
}
.top-blog h2 {
        font-size: 40px;
        color: #fff;
        margin-bottom: 30px;
        align-items: center;
        display: flex;
        justify-content: center;
}
.top-blog h2 img {
    width: 90px;
    height: auto;
    margin-right: 10px;
}
.bb-flex {
    /*display: flex;*/
	width:1100px;
	margin:0 auto;
	justify-content:center;
}
.bb-flex .b-box {
    width: 31%;
    margin: 1%;
    color: #fff;
    transition: 1.0s;
}
.bb-flex .b-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.bb-flex .b-box h3 {
    font-size: 18px;
    padding: 15px 0;
}
.bb-flex .b-box p {
    font-size: 12px;
    line-height: 150%;
    text-align: center;
}


.latest-posts{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	
}
.latest-posts .post-item{
	width:24%;
	margin:0.5%;
	background-color:#fff;
	padding:20px 10px;
	box-sizing:border-box;
	border-radius:10px;
}

.latest-posts .post-item{
	transition: 1.0s ;
}
.latest-posts .post-item a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.latest-posts .post-item h3{
	font-size:16px;
	margin-bottom:15px;
}
.latest-posts .post-item img{
	width:100%;
	height:auto;
	border-radius:5px;
}

.latest-posts .post-item p{
	font-size:12px;
	line-height:140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-top:7px;
}

/*********************************************
下層ページ
******************************************************/
.sub-tt{
    line-height: 100%;
background-size: auto auto;
background-color: rgba(28, 150, 255, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(17, 138, 240, 1) 3px, rgba(17, 138, 240, 1) 6px );
}

.navi {
    background-color: #026bc5;
    padding: 8px;
    line-height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: right;
}
.navi a{
	color:#fff;
}

.sub-tt h2{
    padding: 25px;

    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.sub-tt h3{
    padding: 5px 0 25px 0;

    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

/***********************
選ばれる理由
********************************/

.reason-header{}

.reason-header .reason-h-flex{
    display: flex;
}

.reason-header .reason-h-flex .text{
    width: 70%;
}
.reason-header .reason-h-flex .text h3{
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
	color:#ff6000;
	line-height:130%;
}
.reason-header .reason-h-flex .text p{
    font-size: 18px;
    text-align: left;
    line-height: 180%;
}


.reason-header .reason-h-flex .pic{
    width:35%;
    margin-left: 5%;
}
.reason-header .reason-h-flex .pic img{
    width: 100%;
    height: auto;
}

.reason-reason{
background-color: rgba(244, 244, 244, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(226, 226, 226, 1) 10px, rgba(226, 226, 226, 1) 20px );
}

.reason-reason .w1100{
    padding: 40px o!important;
}

.reason-reason h3{
padding: 60px;
    font-size: 40px;
    color: #fff;
    line-height: 130%;
    background-color: #118af0;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.reason-reason h3 span{
    color: #fff100;
}


.reason-section {
  background-color: #026bc5; /* 背景の緑色 */
  padding: 20px;
  border-radius: 10px;
  color: white;
  margin: 50px 20px;
}
.reason-section .reason-header2{
	position:relative;
}

.reason-section:nth-of-type(1) .reason-header2::after{
	content:'';
	background:url('./image/reason/staff-2nin.webp') no-repeat;
	background-size:contain;
	display:inline-block;
	position:absolute;
	width:300px;
	height:180px;
	bottom:0;
}

.reason-section:nth-of-type(2) .reason-header2::after{
	content:'';
	background:url('./image/reason/staff01.webp') no-repeat;
	background-size:cover;
	background-position:top center;
	display:inline-block;
	position:absolute;
	width:200px;
	height:150px;
	bottom:0;
}

.reason-section:nth-of-type(3) .reason-header2::after{
	content:'';
	background:url('./image/reason/staff05.webp') no-repeat;
	background-size:cover;
	background-position:top center;
	display:inline-block;
	position:absolute;
	width:200px;
	height:150px;
	bottom:0;
}

.reason-section:nth-of-type(4) .reason-header2::after{
	content:'';
	background:url('./image/reason/staff03.webp') no-repeat;
	background-size:cover;
	background-position:top center;
	display:inline-block;
	position:absolute;
	width:200px;
	height:150px;
	bottom:0;
}


.reason-header2 h4 {
  font-size: 29px;
  font-weight: bold;
  background-color: #026bc5; /* 明るい緑 */
  padding: 30px 20px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}

.reason-content {
  display: flex;
  align-items: center;
  background-color: white;
  border: 3px solid #118af0;
  border-radius: 10px;
  padding: 20px;
  color: black;
}

.reason-image {
  flex: 1;
  margin-right: 20px;
}

.reason-image img {
  width: 100%;
  border-radius: 8px;
}

.reason-text {
    text-align: left;
  flex: 2;
}

.reason-text h5 {
  font-size: 24px;
  margin-bottom: 25px;
	color:#ff6000;
}

.reason-text p {
  font-size: 16px;
  line-height: 1.9;
}

/**********************************
Reason
****************************************/

.bg-gray{
    background-color: #F3F3F3;
}

.reason-taisetsu{
    padding: 20px 0;
}

.reason-taisetsu .reason-tt{
    font-size: 40px;
    margin-bottom: 50px;
}

.reason-taisetsu .reason-tt span{
    color: #2c8cff;
}

.reason-taisetsu-flex{
    display: flex;
    align-items: center;
}

.reason-taisetsu-flex .pic{
    width: 35%;
    margin-right: 5%;
}

.reason-taisetsu-flex .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.reason-taisetsu-flex .text{
    width: 60%;
    text-align: left;
    font-size: 18px;
    line-height: 180%;
}
.reason-taisetsu-flex .text h3{
    font-size: 24px;
    margin-bottom: 35px;
}

.rea-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 35px;
}

.rea-header {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 25px;
}

.rea-header h2 {
    color: #1f6b17;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}

.rea-point {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #264c1e;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 20px;
}

.rea-content {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.rea-text {
    flex: 2;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
.rea-text p{
    margin-bottom: 10px;
}

.rea-image {
    flex: 1;
}

.rea-image img {
    width: 100%;
    border-radius: 4px;
}

.rea2-contact-section {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;
    gap: 20px;
}

.rea2-contact-image-left,
.rea2-contact-image-right {
    flex: 1;
    text-align: center;
}

.rea2-contact-image-left img,
.rea2-contact-image-right img {
    width: 100%;
    max-width: 150px;
}

.rea2-contact-text {
    flex: 2;
    text-align: center;
    color: #1a3b1f;
    font-size: 22px;
    line-height: 180%;
 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
}

.reass-waku{
    background-image: url("../../../image/first/rea-bg.webp");
    background-size: 100%;
}

.rea2-reason-section {
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

.rea2-reason-title {
    color: #1a7e2e;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

.rea2-reason-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.rea2-reason-image {
    flex: 1;
}

.rea2-reason-image img {
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
}

.rea2-reason-text {
    flex: 2;
    color: #b20a2e;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-top: 30px;
}

.rea2-reason-text p{
    padding: 5px 0;
    border-bottom: dashed 1px #ccc;
}


.rea2-vacant-section {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
}

.rea2-vacant-gallery {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.rea2-vacant-item {
    flex: 1;
    text-align: center;
}

.rea2-vacant-item img {
    width: 100%;
    max-width: 250px;
    border-radius: 4px;
}

.rea2-vacant-caption {
    background-color: #00294d;
    color: #ffffff;
    padding: 5px;
    font-weight: bold;
    margin-top: -4px;
}

.rea2-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    color: #333;
}

.rea2-risk-section {
    margin-top: 20px;
}

.rea2-risk-header {
    background-color: #1d9200;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.rea2-risk-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.rea2-risk-item {
    text-align: center;
    width: 100px;
}

.rea2-risk-item img {
    width: 60px;
    height: 60px;
}

.rea2-risk-item p {
    margin-top: 5px;
    font-size: 15px;
    color: #333;
}


/*******************************
流れ
****************************************/

.flow-header{}

.rea2-steps-section {
    text-align: center;
    padding: 80px;
    background-color: #f9f9f9;
}

.rea2-steps-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 60px;
}

.rea2-steps {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.rea2-step {
    background-color: #118af0;
    color: #ffffff;
    padding: 10px;
    width: 120px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* 上に揃える */
}

.rea2-step-number {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #FFD600;
}

.rea2-step-text {
    font-size: 18px;
    margin: 5px 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.rea2-step-arrow {
    font-size: 1.2em;
    margin-top: 5px;
    color: #ffffff;
}


.flow-contact-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 1000px;
    margin: 0 auto;
      box-shadow: 6px 6px 6px 0px rgba(200, 200, 200, 0.45);
    margin-bottom: 30px;
}

.flow-contact-content {
    display: flex;
    align-items: center;
}

.flow-contact-image {
    flex: 1;
}

.flow-contact-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
}

.flow-contact-text {
    flex: 2;
    padding: 0 20px;
}

.flow-contact-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.flow-contact-number {
    background-color: #118af0;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;

}

.flow-contact-text h2 {
    color: #118af0;
    font-size: 24px;
    margin: 0;

}

.flow-contact-text p {
    font-size: 16px;
    color: #333;
    text-align: left;

}

.flow-contact-link {
    background-color: #007bff;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

/*********************************
ふじまる解体ができること
************************************/

.dekiru{
	width:1000px;
	margin:0 auto;
	padding:40px 0;
}
.dekiru h1{
	font-size:16px;
	background-color:#fff100;
	padding:15px;
	border-radius:5px;
	margin-bottom:25px;
}
.dekiru h2{
	font-size:36px;
	font-weight:600;
	padding:20px 0;
}
.dekiru-flex{
	display:flex;
	flex-wrap:wrap;
	margin-top:25px;
}
.dekiru-flex .dekiru-box{
	width:46%;
	margin:2%;
	border:solid 1px #ccc;
	padding:15px;
	box-sizing:border-box;
}
.dekiru-flex .dekiru-box img{
	width:100%;
	height:auto;
}
.dekiru-flex .dekiru-box h3{
	font-size:20px;
	background-color:#f3f3f3;
	padding:20px;
	line-height:130%;
}


/*******************************************
メニュー
********************************************/

.menu-frame{}

.menu-frame .menu-tt{
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 100%;
    margin-bottom: 50px;
}

.menu-demolition-section {
    border: 10px solid #fff;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
}

.menu-demolition-header {
    background-color: #00932a;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.menu-demolition-content {

    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    align-items: center;
}

.menu-demolition-left {
    width: 60%;
    text-align: center;
}

.menu-demolition-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-demolition-title {
display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 5px;
    background-color: #ffd700;
    color: #00294d;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    line-height: 20%;
    border-radius: 5px;
    width: 25%;
}

.menu-demolition-title span {
    padding: 15px 0;
}

.menu-demolition-price {
    color: #d32f2f;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: bold;
}

.menu-demolition-price span {
    font-size: 110px;
        font-family: "Barlow", sans-serif;
    font-style: normal;
	line-height:100%;
}

.menu-demolition-price .spp {
    font-size: 70px;
        font-family: "Barlow", sans-serif;
    font-style: normal;
}

.menu-demolition-price .zei {
    font-size: 18px;
	letter-spacing:0.5px;
    font-style: normal;
}

.menu-shed-price .zei {
    font-size: 16px;
	letter-spacing:0.5px;
    font-style: normal;
}

.menu-shed-box .menu-demolition-note{
	font-size:10px;
}

.menu-demolition-note {
    font-size: 12px;
    color: #333;
	text-align:right;
    margin-bottom: 10px;
	line-height:130%;
	margin-top:10px;
}

.menu-demolition-options {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.menu-option {
    border: 2px solid #00294d;
    padding: 5px 20px;
    font-size: 16px;
    color: #00294d;
    border-radius: 4px;
line-height: 100%;
}

.menu-demolition-images {
    flex: 1;
    display: flex;
    gap: 10px;
    justify-content: right;
}

.menu-demolition-images img {
    width: 100%;
    max-width: 300px;
    border-radius: 4px;
}

.menu-tt2{
    margin-top: 80px;
}

/**** 2列パターン****/

.menu-shed-section {
    border: 10px solid #fff;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
}

.menu-shed-header {
    background-color: #73bdfe;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom:30px;
	border-radius:5px;
}

.menu-shed-content {
    display: flex;
    gap: 20px;
    padding: 2px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.menu-shed-box {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f9f9f9;
    width: 48%;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.menu-shed-title {
    background-color: #ffd700;
    color: #00294d;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 25px;
}

.menu-shed-price {
    color: #d32f2f;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
	letter-spacing:-0.5px;
}

.menu-shed-price span {
    font-size: 87px;
        font-family: "Barlow", sans-serif;
    font-style: normal;
    letter-spacing: -2px;
}

.menu-shed-price .spp{
    font-size: 60px;
}

.menu-shed-note {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.menu-shed-box .migi{
    width: 60%;
}

.menu-shed-image {
    width: 35%;
    margin-left: 5%;
}

.menu-shed-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 4px;
}


.menu-shed-section-futai {
    border: 10px solid #fff;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
}

.menu-after{
    font-size: 20px;
    font-weight: 800;
}

.after-serv{
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #EFEFEF;
}

.after-serv .pic{
    width: 40%;
}

.after-serv .pic img{
    width: 100%;
    height: auto;
}

.after-serv .text{
    width: 55%;
    margin-left: 5%;
}

.after-serv .text h3{
    font-size: 28px;
    font-weight: 600;
    color: #157b15;
    padding: 25px 0 30px 0;
    text-align: left;
}
.after-serv .text p{
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}

.menu-end{
    background-color: #B80003;
    padding: 25px;
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 160%;
    border-radius: 10px;
}



/******************************************
施工事例
******************************************/

.works-flex{
    display: flex;
	flex-wrap:wrap;
	align-items:flex-start;
}

.works-flex .ww-box{
    width: 46%;
    margin: 2%;
    	transition: 1.0s ;
}

.in-flex{
    display: flex;
}

.in-flex .box{
    width: 50%;
    position: relative;
}
.in-flex .box img{
    width: 100%;
    height: auto;
}
.in-flex .box p{
    position: absolute;
    top:0;
    left: 0;
    background-color: #549b3f;
    padding: 5px;
    color: #fff;
    font-size: 13px;
}

.works-flex .ww-box .text{
    background-color: #549b3f;
    color: #fff;
    padding: 15px;
}
.works-flex .ww-box .botan{
    border: solid 1px #fff;
    width: 40%;
    margin: 0 auto;
    margin-top: 5px;
}

.w-ttile{
    font-size: 28px;
    text-align: center;
}

.works-detail-flex{
    display: flex;
    margin-top: 60px;
}

.works-detail-flex .pic{
    width: 50%;
}
.works-detail-flex .text{
    width: 45%;
    margin-left: 5%;
}
.works-detail-flex .box{
    position: relative;
}
.works-detail-flex .box img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.works-detail-flex .box p{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3F9422;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px;
}

.works-detail-flex .text .line{
    display: flex;border-bottom: solid 1px #ccc;
}

.works-detail-flex .text .line .mm{
    width: 25%;
    background-color: #4CAD35;
    color: #fff;
    padding: 15px 10px;
}
.works-detail-flex .text .line .tt{
    width: 75%;
    background-color: #fff;
    color: #000;
    padding: 15px 20px;
    text-align: left;
    font-size: 15px;
}

.works-detail-flex .text .firstbor{
    border-top: solid 1px #ccc;
}

.apply-botan a{
    display: block;
    padding: 20px;
    background-color: #eb6100;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 20px;
}
.apply-botan a:hover{
    background-color: #e30408;
}


.info-banner2 {
    display: inline-block;
    padding: 20px 40px;
    background-color: #f39800;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 30px;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.info-banner-arrow2 {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f39800;
}


.info-banner3 {
    display: inline-block;
    padding: 20px 40px;
    background-color: #e30408;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 30px;
    position: relative;
    text-align: center;

}

.info-banner-arrow3 {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e30408;
}

/*********************************
スタッフ紹介
*******************************/

.st-h-flex{
    display: flex;
    align-items: center;
}

.st-h-flex .text{
    width: 60%;
    text-align: left;
    font-size: 18px;
    line-height: 180%;
}

.st-h-flex .pic{
    width: 35%;
    margin-left: 5%;
}
.st-h-flex .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.st-h-flex .text h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom:35px;
	line-height:160%;
	color:#eb6100;
}

.staff-waku{
    border:solid 3px #55A81A;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.staff-waku .name{
    background-color: #55A81A;
    padding: 6px;
    color: #fff;
    font-size: 20px;

}

.stt-flex{
    display: flex;
    padding: 20px;
}

.stt-flex .pic{
    width: 30%; 
}

.stt-flex .pic img{
    width: 100%;
    height: auto;
}
.stt-flex .text{
    width: 65%;
    margin-left: 5%;
    text-align: left;
}
.stt-flex .text h4{
    width: 100px;
    background-color: #2B7ED7;
    color: #fff;
    padding: 5px;
    color: #fff;
    line-height: 100%;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}
.stt-flex .text p{
    font-size: 15px;
	margin-bottom:20px;
}

/*******************************************
現場ブログ
******************************/

.info-banner {
    display: inline-block;
	padding:20px 40px;
    background-color: #f39800;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 30px;
    position: relative;
    text-align: center;
}

.info-banner-arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f39800;
}

.blog-cate{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 40px;
	justify-content:center;
}

.blog-cate a{
    padding: 12px 8px;
    display: block;
    background-color: #FFFFFF;
    color: #026bc5;
    line-height: 100%;
    font-size: 15px;
    border: solid 2px #026bc5;
	width:18%;
    margin: 5px 1%;
    box-sizing: border-box;
}
.blog-cate a:hover{
    background-color: #026bc5;
	color:#fff!important;
}
.ww-cate a{
    border: solid 2px #e30408!important;
	color:#e30408!important;
}



.blog-list{
    display: flex;
	flex-wrap:wrap;
}

.blog-list .box{
    width: 31%;
    margin: 1%;
    box-sizing: border-box;
    background-color: #026bc5;
    text-align: left;
	border:solid 1px #ccc;
}
.blog-list .box img{
    width: 100%;
    height: auto;
}
.blog-list .box h3{
    color: #fff;
    font-size: 15px;
    margin: 10px 0 5px 0;
}
.blog-list .box .info{
    padding: 15px;
}
.blog-list .box .info .cate{
    background-color: #FFF500;
    padding: 3px;
    font-size: 10px;
    line-height: 100%;
}
.blog-list .box .info p{
    font-size: 12px;
    color: #fff;
}
.blog-list .box .info .day{
    text-align: right;
    color: #76B46F;
}
/***************************************
ブログ single
******************************************/

#blog{
	width:1100px;
	margin:0 auto;
	display:flex;
}

.main-blog{
	width:70%;
}

.main-blog .day{
	font-size:40px;
	color:#ccc;
	text-align:right;
	line-height:100%;
	margin-top:10px;
	letter-spacing:-2px;
}

.sub-blog{
	width:25%;
	margin-left:5%;
	margin-bottom:40px;
}



.blog-midashi {
    font-size: 2em;
    font-weight: bold;
    color: #ffffff;
    background-color: #00a75a; /* メインカラー */
    padding: 10px 15px;
    border-left: 5px solid #007a42; /* 少し濃い色でアクセント */
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影で立体感 */
	text-align:left;
}

.blog-midashi::before {
    content: '◆'; /* シンボルマークを追加 */
    color: #ffffff;
    margin-right: 8px;
}

.sub-blog{
	padding:30px 0;
}

.sub-blog-midashi {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    padding: 5px 0;
    border-bottom: 2px solid #000; /* 下に黒の2pxの下線 */
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    position: relative;
}

.sub-blog-midashi::after {
    content: 'RECENTE BLOG';
	font-size:10px;
    font-weight: normal;
    color: #00a75a; /* アクセントの緑色 */
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.recent-posts {
}

.recent-post-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;

    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
	margin-bottom:5px;
}

.recent-post-item img {
    width: 30%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

.recent-post-info {
    display: flex;
    flex-direction: column;
	text-align:left;
}

.recent-post-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.recent-post-date {
    font-size: 0.9em;
    color: #00a75a;
    margin-top: 5px;
}

/*******************************ブログの投稿部分***/

.blog-cont{
        text-align:left;
        margin-bottom:100px;
	font-size:16px!important;
        line-height:200%;
	letter-spacing:0.5px;
	font-weight:400!important;
}

.blog-cont li + li {
  border-left: none!important;
}

.blog-cont li{
        margin-left:35px;
        line-height:170%;
        margin-bottom:13px;
}

.blog-cont ol{
        margin-top:25px;
        margin-bottom:25px;
}


.blog-cont p{
        margin-left:15px;
}

.blog-cont .alignright{
        padding-left:15px!important;
        background-color:#fff!important;
        float:right;
}

.blog-cont .alignleft{
        padding-right:15px!important;
        background-color:#fff!important;
        float:left;
}

.blog-cont .aligncenter{
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.blog-cont h1{
        font-size:30px;
        color:#000000;
        padding:10px 5px;
        margin-bottom:15px;
        margin-top:30px;
        font-weight: 700;
}

.blog-cont h2{
        font-size:18px;
        color:#ff0000;
        padding:10px 5px;
        border-bottom:solid 2px #ff0000;
        margin-bottom:15px;
        margin-top:30px;
        font-weight: 600;
}

.blog-cont h3{
        font-size:16px;
        background-color:#fff3b1;
        padding:7px;
        margin-top:30px;
        margin-bottom:15px;
        font-weight: 600;

}
.blog-cont h4{
        font-size:15px;
        color:#000;
        padding:7px 3px;
        border-bottom:solid 1px #000;
        margin-bottom:15px;
        margin-top:30px;
        font-weight: 600;
}

.blog-cont h5{
        font-size:12px;
        color:#000;
        padding:5px;
        background-color:#ececec;
        margin-bottom:15px;
        margin-top:30px;
        font-weight: 600;
}

.blog-cont p{margin-bottom:15px;}

.blog-cont img{padding-bottom:15px;
padding-top:10px;
max-width:100%;
height:auto;}

.blog-cont iframe{max-width:100%;}

.blog-cont hr{
        margin-bottom:15px;
                margin-top:15px;
        background-color: #fff;
        border-top: 2px dashed #f6be46;
}
/******ページネーション********************/

.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.pagination a, .pagination span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    font-size: 1em;
}

.pagination .current {
    background-color: #00a75a;
    color: #fff;
    border-color: #00a75a;
}

.pagination a:hover {
    background-color: #f0f0f0;
}


/**********************************************
 * お客様の声
**************************************************/

/* voice-tag-list 全体のスタイル */
.voice-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 各タグ間のスペース */
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
	justify-content:center;
}

/* 各タグリンクのスタイル */
.voice-tag-list li a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* ホバー時のスタイル */
.voice-tag-list li a:hover {
    background-color: #0073e6; /* 好きな色に変更可能 */
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.taglist{
	border:solid 1px #ccc;
	padding:15px;
}

.tag-ttt{
	font-size:24px;
	font-weight:600;
}


.voice-flex{
    display: flex;
    flex-wrap: wrap;
}

.voice-flex .vv{
    width: 31%;
    margin: 1%;
}

.voice-flex .vv img{
    width: 100%;
    height: auto;
}

.vvv2{
	margin-top:60px;
}



.voice-flex .vv .text{
    padding: 20px;
    background-color: #2288d6;
    color: #fff;
    font-size: 15px;
}
.voice-flex .vv .text .name{
    color: #FFD31C;
    font-size: 12px;
    margin-top: 10px;
}


.voice-flex .pic{
    width: 40%;
}

.voice-flex .pic img{
    width: 100%;
    height: auto;
}

.voice-flex .tex{
    width: 60%;
    padding: 0 25px;
    box-sizing: border-box;
}

.voice-flex .tex h3{
    font-size: 24px;
    border-bottom: solid 1px #026bc5;
    color: #026bc5;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 30px;
    
}

.voice-flex .tex .textarea{
    text-align: left;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.5px;
}

.bfaf{
    background-color: #2288d6;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.bfafpic{
    display: flex;
}

.bfafpic .bef{
    width: 35%;
    position: relative;
}
.bfafpic .bef img{
    width: 100%;
    height: auto;
}

.bfafpic .bef p{
    background-color: #9A0002;
    padding: 10px;
    color: #fff;
    position: absolute;
    font-size: 16px;
}

.bfafpic .aff{
    width: 60%;
    position: relative;
    margin-left: 5%;
}
.bfafpic .aff img{
    width: 100%;
    height: auto;
}

.bfafpic .aff p{
    background-color: #259806;
    padding: 10px;
    color: #fff;
    position: absolute;
    font-size: 16px;
}

.arrow{
    text-align: right;
    margin-top: 30px;
}
.arrow img{
    width: 100px!important;
    height: auto;
}

.w-ttile-taxonomy{
	font-size:30px;
	font-weight:600;
	margin-bottom:35px;
	text-align:center;
}

/* mesage*****/


.top-message{
    background-color: #ECECEC;
}

/** w-midashiの色を白に**/

.w-midashi-white{
    background-color: #fff!important;
}

.top-message-inner{
    background-color: #fff;
    border-radius: 5px;
    padding: 55px;
}

.mesmes{
    font-size: 36px;
    color: #eb6100;
    margin-bottom: 40px;
	font-weight:600;
}

.top-message-flex{
    display: flex;
}

.top-message-flex .text{
    width: 80%;
    text-align: left;
}

.top-message-flex .text h3{
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height:180%;
}

.top-message-flex .text .naiyo{
    font-size: 15px;
}

.top-message-flex .text .naiyo p{
    margin-bottom: 15px;
}

.top-message-flex .pic{
    width: 20%;
    margin-left: 0%;
}
.top-message-flex .pic img{
    width: 100%;
    height: auto;
}

.top-mes-menu{
    display: flex;
    margin-top: 50px;
}

.top-mes-menu .mm{
    width: 31%;
    margin: 1%;
	transition: 1.0s ;
}

.top-mes-menu .mm img{
    width: 100%;
    height: auto;
}

.top-mes-menu .mm h3{
    background-color: #23A045;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 0 0 5px 5px;
}
.tel-ap{
	margin-top:20px;
	margin-bottom:20px;
	display:flex;
	justify-content:center;
}
.tel-ap img{
	width:400px;
	height:auto;
	margin:0 15px;
}

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

.apply-flex img{
    width: 300px;
    height: auto;
}

.apply-ttile{
    font-size: 36px;
    font-weight: 600;
	margin-top:20px;
	margin-bottom:50px;
}




/***********************************
お問い合わせ
*********************/

.contact-frame{
    background-color: #fff;
    margin-top: 60px;
    border: solid 5px #fcc800;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact-frame .c-l{
    display: flex;
    padding: 10px 5px;
    border-bottom: dashed 1px #ccc;
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.contact-frame .c-l .tt{
    width: 30%;
    font-weight: 500;
}
.contact-frame .c-l .mm{
    width: 65%;
    margin-left: 5%;
}

.hissu{
    background-color: #CB0003;
    font-size: 10px;
    padding: 3px;
    line-height: 100%;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
}



.contact-frame .c-l input[type=checkbox] {
	width:			13px;
	height:			13px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
	margin-bottom:15px;
	margin-right:10px;
}



.wpcf7-text{
  padding: 10px;
  width: 90%;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
	margin-bottom:5px;
  }

.wpcf7-text:focus{
  background-color:#fff;
  }

.wpcf7-textarea{
  padding: 10px;
  width: 90%;
  height: 200px;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
  }

.wpcf7-textarea:focus{
  background-color:#FFFFCC;
  }

.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 300px;
    border: none;
    padding: 20px;
    background-color: #de0000;
    color: #fff;
	font-size:26px;
	border-radius:10px;
	margin-top:50px;
	border-bottom:solid 10px #ad0000;
	font-family: Helvetica ,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
}

.wpcf7-form-control.wpcf7c-btn-confirm {
    display: block;
    width: 200px;
    border: none;
    padding: 10px;
    background-color: #fff;
    color: #fff;
}

.wpcf7-form-control.wpcf7c-btn-back{
    display: block;
    width: 200px;
    border: none;
    padding: 10px;
    background-color: #fff;
    color: #fff;
    margin-bottom:10px;
}

.wpcf7-form-control.wpcf7-submit:hover{
  filter: alpha(opacity=80);
  opacity: .6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  }

span.wpcf7-list-item {
display: block!important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em!important;
}

select{
  padding: 5px;
  width: 260px;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
}

.kibouday{
	padding:5px;
}

 .clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }

 .clearfix{
  overflow:hidden;
  }

.wpcf7-date{
	padding:5px;  border:solid 1px #CCCCCC;
	margin-right:15px;
}

.ap-chui{
	font-size:16px;
	margin-top:20px;
}


/************************************
プライバシーポリシー
*******************************************/
.pri-ttt {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.pri-frame .danraku {
    text-align: left;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.5px;
    padding: 15px 0;
}
.pri-frame .danraku li {
    margin-top: 10px;
    margin-left: 25px;
}
.pri-frame h4 {
    background-color: #E8E8E8;
    color: #000;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    margin: 20px 0;
}
.pri-con {
    margin-top: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 180%;
}
.pri-con h5 {
    font-size: 20px;
    text-align: left;
    border-bottom: solid 2px #000;
    padding: 10px 0;
    margin-bottom: 25px;
}
/******会社案内*****/

.company-header{
    background-image: url("image/company/heade.webp");
    background-size: cover;
    text-align: left;
    color: #fff;
}
.company-header h2{
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 100%;
}
.company-header h3{
    font-size: 33px;
    text-align: center;
    line-height: 100%;
	margin-bottom:50px;
}
.company-header p{
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
	font-size:18.5px;
    line-height: 190%;
    letter-spacing: 1px;
}

.company-gaiyo{
padding: 30px 0;
background-size: auto auto;
background-color: rgba(28, 150, 255, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(17, 138, 240, 1) 3px, rgba(17, 138, 240, 1) 6px);
}

.company-gaiyo h2{
    font-size: 44px;
    color: #fff;
    margin-bottom: 80px;
    font-weight: 600;
}

.company-gaiyo .naiyou{
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
}

.company-gaiyo .naiyou h3{
    background-color: #FFF500;
    padding: 20px;
    font-size: 20px;
    line-height: 100%;
}


.naiyou-flex{
    display: flex;
	align-items:center;
}

.naiyou-flex .pic{
    width: 40%;    
}

.naiyou-flex .pic img{
    width: 100%;
    height: auto;
}

.naiyou-flex .text{
    width: 55%;
    margin-left: 5%;
    padding: 20px 0;
}

.tbg-gg{
    background-color: #118af0;
    color: #fff;
    font-weight: 600!important;
    text-align: center;
}

.txt-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  position: relative;
  color: #000;
  display: flex;
  gap: 40px; /* テキストと画像の間に余白をつける */
}

.txtarea p {
	width:100%;
  text-align: left;
  margin-bottom: 1em;
}

.com_pic {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* 下寄せ */
  align-items: flex-end;     /* 右寄せ */
  text-align: right;
}
/**************************************************************
テーブル
**************************************************************/
.table-a	{
	border: 1px solid #DDD;
	width: 100%;
	border-collapse: collapse;	border-spacing: 0;
	margin-bottom: 10px;

}
.table-a th	{
	border: 1px solid #DDD;
	padding:15px!important;

}
.table-a td	{
	border: 1px solid #DDD;
	padding:15px!important;
	text-align:left;
	font-size:14px;
}

.company-map iframe{
    width: 100%;
    height: 300px;
    margin-top: 15px;
}

.gyousha a{
	width:80%;
	margin:0 auto;
	border-radius:5px;
	padding:15px;
	background-color:#23925f;
	color:#fff;
	font-size:18px;
	display:block;
}
.gyousha a span{
	font-size:20px;
}

.hankyo-obi .gyousha {
	width:25%;
}
.hankyo-obi .gyousha a{
	padding:20px 10px!important;
}