@charset "utf-8";


:root {
    --primary-green-color: #6db002;
	--primary-blue-color: #57bfc2; 
	--primary-orange-color: #ffa229;
    --primary-yellow-color: #fff000;
    --primary-gray-color: #9c9c9c;
    --primary-bkbeige-color: #fdfaf0;
	--primary-bkgray-color: #f5f5f5;
	--primary-bkyellow-color: #fefaea;
	--primary-red-color: #c0392b;
	--primary-gray-color:#b7b5b5;
    
  }

body{
   /*background: #fdfaf0;*/
}

.wrapper{
    width: 90%;
	max-width: 1100px;
	margin:0 auto;	
}

.wrapper700{
    width: 90%;
	max-width: 700px;
	margin:0 auto;
}

.wrapper900{
    width: 90%;
	max-width: 900px;
	margin: 0 auto;
}



@media screen and (max-width: 768px) {
    
    .wrapper,
	.wrapper700,
	.wrapper900{
        width:90%;
    }

    .mainvisual .wrapper{
        width: 100%;
    }

}

/*index*/


/*========= 流れるテキスト ===============*/

.slide-in {
    overflow: hidden;
      display: inline-block;
  }
  
  .slide-in_inner {
    display: inline-block;
  }

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX-100 {
    from {
    transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
}

    to {
    transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
    }
}

/*左右のアニメーション*/
.rightAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*========= 流れるテキスト ここまで===============*/


//* --- ページ全体と基本コンテナ --- */
.page-wrapper {
    background-color: #fff;
    font-family: sans-serif;
    color: #333;
}
.inner-container {
    /* 共通の中央寄せコンテナ */
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/* --- ヘッダーとナビゲーションの調整（積み重なり防止） --- */
.header {
    text-align: center;
    background: var(--primary-bkbeige-color);
    padding-bottom: 20px;
}



.header .wrapper{
    position: relative;
}

.header-title-text{
    font-size: 3.4rem;
    color: var(--primary-green-color);
    letter-spacing: -1px;
    line-height: 1.2;
}

.header-title__link{
    justify-content: center;
    column-gap: 20px;
}

@media screen and (max-width: 768px) {
    
    .header{
        padding-top: 10px;
       
    }
    
    .header-title__link{
        column-gap: 0;
        row-gap: 5px;
    }
    
    .header-title__link li,
    .header-title__link li a{
        font-size: 1.0rem;
        letter-spacing: -2px;
    }

    .header h1 img{
        width: 150px;
        height: auto;
    }

    .header-section-wrapper{
        justify-content: flex-start;
    }
    .header-title-text{
        font-size: 1.8rem;
    }
}

.header-title__link li a{
    border-bottom: 2px dashed #333;
}

.global-nav{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 20px auto 0;
}


.global-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; 
}

.global-nav ul li a:hover,
.global-nav ul li a.active{
    border-bottom: 2px solid var(--primary-green-color);
}

.header-contact-button{
    position: absolute;
    top: 40px;
    right: 0;
}

.header-contact-button img{
    vertical-align: top;
}


/* --- メインビジュアルセクション --- */
.visual-section {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; /* 波線要素（absolute）の配置基準とする */
    overflow-x: hidden; /* 横スクロールを防ぐために重要 */
    background-color: var(--primary-bkbeige-color);
    background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z' fill='rgba(246, 222, 148, 0.8)'%3E%3C/path%3E%3C/svg%3E");
    background-size: 200% auto; /* 拡大サイズを適用 */
    background-position: left bottom;
    
    /* (3) 高さを確保 (波形を表示させるために必要) */
    min-height: 400px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    
    .visual-section {
        padding-top: 0px;
        min-height: inherit;
    }
}

.visual-section:after {
    content: '';
    display: block;
    
    /* 100vwの背景として配置 */
    position: absolute;
    bottom: 0;
    width: 100%; /* 親要素の幅いっぱい */
    height: 150px; /* 波線の高さに合わせて調整 */
    
    /* 【最重要】SVGを背景画像として埋め込み */
    /* 🚨 [ここに修正したSVGコード全体を貼り付け] 🚨 */
    background-image: url("data:image/svg+xml;utf8,[SVGコード]");
    
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto; /* 画面幅に合わせて引き伸ばす */
    
    /* z-indexは不要ですが、念のため他のコンテンツより下 (0) または未指定 */
    z-index: 0; 
}

.visual-container {
    /* **幅90%、最大幅1100px、中央寄せ** */
    position: relative; /* テキストやアイコンの配置基準とする */
    overflow: hidden;
    /*border-radius: 10px;
    box-shadow: 0 0 0 10px #f4fae9, 0 0 0 12px #98bf42; */
    /*z-index: 5; /* 波線の上にコンテンツが乗るように調整 */
}

.visual-image {
    width: 100%; /* 親要素の幅いっぱいに広げる */
    height: auto;
    border-radius: 10px;
    z-index: 0; /* 明示的に指定 */
}

/* --- 波線オーバーレイの設定（Z-index: 10） --- */
.wavy-overlay {
    position: absolute;
    bottom: 0; /* visual-section の下端に配置 */
    height: 150px; /* PNG画像の高さに調整 */
    z-index: 10;
    
    width: 100vw; 
    left: 50%;
    transform: translateX(-50%);
    
    background-image: url('../img/wavy-line.png'); 
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto; 
}

.top-visual-text-content-wrapper{
    background-color: var(--primary-bkbeige-color);
   /* background-color: #f6de94;*/
}

/* --- テキストコンテンツの設定（Z-index: 20） --- */
.top-visual-text-content {
    /*position: absolute;
    left: 0;
    right: 0; 
    bottom: 0; 
    z-index: 20; */
    /* 親要素と同じ幅を維持 */
    width: 100%; 
    padding: 15px 10px 30px; 
    margin-top: -140px;
    position: relative;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'><path d='M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z' fill='rgba(232, 247, 212, 0.8)'></path></svg>");
    /*z-index: -1;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-position: right bottom;
    background-size: 100% auto; /* 画面幅に合わせて引き伸ばす */
    height: 150px; /* 縦幅を大きくする */
    background-size: 150% auto; /* 横幅を広げ、波を細かくする */
}

@media screen and (max-width: 768px) {
    .top-visual-text-content {
        margin-top: -80px;
        height: 80px;
    }
    
}

.top-visual-text-content strong {
    background-color: #ffda00;
    padding: 0 5px;
    line-height: 1.5;
    font-weight: bold;
    /* テキストが画像と波線の上にしっかり乗るように明示的に z-index を高める必要はありませんが、
       もし乗らない場合は、relative を追加し z-index を指定する方法もあります。 */
    position: relative;
    z-index: 21; 
    display: inline-block; /* strongタグの背景を確実に表示させるため */
}

/* --- イラスト（アイコン）の配置（Z-index: 30） --- */
/*.icon {
    position: absolute;
    width: 50px;
    height: auto;
    z-index: 30; 
}

.carrot { 
    bottom: -10px;
    left: -20px; 
}
.cucumber { 
    bottom: -10px;
    right: -20px;
}*/


/* --- サービス紹介セクション（省略。前回の回答を参照） --- */

.custom-shape-divider-bottom-1763364148 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    fill: rgba(232, 247, 212, 0.8);
}

.top-visual-text-content::before {
    /*content: '';*/
    display: block;
    
    /* 100vwの背景として配置 */
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
   
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'><path d='M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z' fill='rgba(232, 247, 212, 0.8)'></path></svg>");
    /*z-index: -1;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto; /* 画面幅に合わせて引き伸ばす */
    height: 200px; /* 縦幅を大きくする */
    background-size: 150% auto; /* 横幅を広げ、波を細かくする */
}

.top-visual-text-content-flex{
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    
    .top-visual-text-content-flex{
        align-items: center;
    }
    
}

.top-visual-text-content-flex div:first-of-type{
    width: 13%;
    max-width: 110px;
}

.top-visual-text-content-flex div:nth-child(2){
    width: 77%;
}

.top-visual-text-content-flex div:last-of-type{
    width:9%;
    max-width: 80px;
}

.top-visual-text-content-flex div img{
    width:100%;
    height:auto;
}

/* --- お知らせセクション（省略） --- */
.info-section {
    background-color: rgba(232, 247, 212, 0.8);
    padding-top: 50px;
    padding-bottom: 90px;
    
}

@media screen and (max-width: 768px) {
    .info-section {
        padding-bottom: 50px;
        padding-top: 20%;
        overflow: hidden;
    }
    
}

@media screen and (max-width: 500px) {
    .info-section {
        padding-top: 10%;
        overflow: hidden;
    }
}

.info-container{
    padding: 15px 50px;
    background: #fff;
    border-radius: 50px;
    width: 90%;
    max-width: 1100px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 15px rgba(109, 176, 2, 0.2);
}

@media screen and (max-width: 768px) {
    
    .info-container{
        width: 90%;
        padding: 15px;
        border-radius: 20px;
        position: relative;
    }
}

.info-section .inner-container {
    border: 1px dashed #ccc; 
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-cards{
    background-color: rgba(232, 247, 212, 0.8);
}

.news-item{
    align-items: center;
}

.news-item .label{
    color: var(--primary-green-color);
    font-size: 1.8rem;
    width: 120px;
    display: block;
}

.news-item .date{
    display: block;
    width: 130px;
    line-height: 1;
}

.news-item .title{
    font-size: 1.8rem;
}

.news-link{
    font-size: 1.6rem;
    color: var(--primary-green-color);
}

@media screen and (max-width: 768px) {
    .news-item .label{
        width: 100%;
    font-size: 1.6rem;
    margin-bottom: 10px;
    }
    
    .news-item .date{
            width: 100%;
    font-size: 1.2rem;
    margin-bottom: 5px;
    }
    
    .news-item .title{
        font-size: 1.6rem;
    width: 100%;
    }
    
    .news-link{
        position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.2rem;
    }
    
}

.service-card.img-left_card-right-service{
    position: relative;
    height: 450px;
}

@media screen and (max-width: 768px) {
    .service-card.img-left_card-right-service{
        height: auto;
        margin-bottom: 20px;
    }
    
}

.service-card.img-left_card-right-service::after{
    content:"";
    width: 585px;
    height: 428px;
    background-image: url(../img/bk-cloud01.png);
    position: absolute;
    right: -250px;
    top: -50px;
    z-index:0;
    
}

.service-card.img-left_card-right-service.home-help::after{
    content:"";
    width: 585px;
    height: 428px;
    background-image: url(../img/bk-cloud01.png);
    position: absolute;
    right: -250px;
    top: 70px;
    z-index:0;
    
}

@media screen and (max-width: 768px) {
    
    .service-card.img-left_card-right-service.home-help::after{
        top: 50px;
    }
    
}

.img-left_card-right-service .card-image-box{
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}

.img-left_card-right-service .card-content{
    position: absolute;
    right: 40px;
    top: 40px;
    z-index:2;
}

.card-content{
    width: 500px;
    padding: 35px 20px 30px 40px;
    border-radius:20px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    
    .img-left_card-right-service .card-image-box{
        position: static;
    }
    
    .img-left_card-right-service .card-image-box img.card-image{
        width: 100%;
        height: auto;
    }
    
    .img-left_card-right-service .card-content{
        position: static;
        margin-top: -20px;
    }
    
    .card-content{
        width: 100%;
        padding: 15px;
    }
}

.img-left_card-right-service .card-content .card-content__inner{
    position: relative;
}

.img-left_card-right-service .card-content .icon.acorn{
    position: absolute;
    top: -90px;
    right: -60px;
}

@media screen and (max-width: 768px) {
    
    .img-left_card-right-service .card-content .icon.acorn{
        top: -50px;
        right: -20px;
        width: 60px;
        height: auto;
    }

}

.card-content__title{
    font-size: 3.0rem;
    letter-spacing: -1px;
    color: var(--primary-green-color);
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    
    .card-content__title{
        font-size: 1.8rem;
    }
    
}

.button__green-border{
    text-align: center;
    display: block;
    width: 330px;
    height:70px;
    line-height: 68px;
    border-radius: 70px;
    border: 1px solid var(--primary-green-color);
    background: #fff;
    font-size: 2.0rem;
    color: var(--primary-green-color);
}

@media screen and (max-width: 768px) {
    .button__green-border{
        width: 250px;
        height: 50px;
        margin: 0 auto;
        line-height: 48px;
        font-size: 1.6rem;
    }
    
}

.service-card.img-right_card-left-service{
    position: relative;
    height: 450px;
}

@media screen and (max-width: 768px) {
    .service-card.img-right_card-left-service{
        height: auto;
        margin-bottom: 20px;
    }
    
}

.service-card.img-right_card-left-service::before{
    content:"";
    width: 585px;
    height: 428px;
    background-image: url(../img/bk-cloud01.png);
    position: absolute;
    left: -300px;
    top: 30px;
    z-index:0;
}

.img-right_card-left-service .card-image-box{
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}

.img-right_card-left-service .card-content{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    
    .img-right_card-left-service .card-image-box{
        position: static;
    }
    
    .img-right_card-left-service .card-content{
        position: static;
        margin-top: -20px;
    }
}

.img-right_card-left-service .card-image-box .cart-image-box__inner{ 
    position: relative;
}

@media screen and (max-width: 768px) {
    .img-right_card-left-service .card-image-box .cart-image-box__inner{ 
        width: 100%;
    }
    
    .img-right_card-left-service .card-image-box .cart-image-box__inner .card-image{
        width: 100%;
        height: auto;
    }
}

.img-right_card-left-service .card-image-box .cart-image-box__inner .icon.pepper{
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .img-right_card-left-service .card-image-box .cart-image-box__inner .icon.pepper{
        width: 70px;
        height: auto;
        bottom: 20px;
    }
}

.img-left_card-right-service .card-image-box .cart-image-box__inner{
    position: relative;
}

.img-left_card-right-service .card-image-box .cart-image-box__inner .icon.cabbage{
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .img-left_card-right-service .card-image-box .cart-image-box__inner .icon.cabbage{
        width: 70px;
        height: auto;
    }
    
}

.banner-section {
   /* margin-top: -120px;*/
   margin-bottom: -150px;
}

.banner-section .banner-section-flex{
    column-gap: 6%;
}

.banner-item{
    width: calc(50% - 6%/2 );
    border-radius: 20px;
    padding: 30px 40px;
}

.top-page .banner-section {
    position: relative;
}

.top-page .banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%; /* ★ 上半分に相当 */
  background-color: rgba(232, 247, 212, 0.8); /* ★ 適用したい背景色 */
  z-index: -1; /* コンテンツの下に配置してテキストなどを覆わないように */
    
}

@media screen and (max-width: 768px) {
    
    .banner-section{
        margin-bottom: -350px;
    }
    .banner-item{
        width: 100%;
        padding: 20px 30px;
        margin-bottom: 20px;
    }
    
}

.banner-green{
    background-color: var(--primary-green-color);
}

.banner-orange{
    background-color: var(--primary-orange-color);
}

.banner-item-title{
    font-size: 2.8rem;
    letter-spacing: -1px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .banner-item-title{
        font-size: 1.8rem;
    }
    
}

.txtWhite{
    color: #fff;
}

.border-top-white{
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
    justify-content: space-between;
}

.tel-yellow-text{
    font-size: 3.6rem;
    line-height: 1;
    color: var(--primary-yellow-color);
}

.tel-yellow-text a{
        color: var(--primary-yellow-color);
        font-weight: 600;
    }

@media screen and (max-width: 768px) {
    
    .tel-yellow-text{
        font-size: 2.0rem;
    }
    
    
    
    .banner-contact{
        width: 35px;
    }
    
    .banner-contact img{
        width: 100%;
    }
}

.mr10{
    margin-right: 10px;
}

.lsminus10{
    letter-spacing: -1px;
}



.header{
    /*width: 100%;
    
    height: 80px;
    position: -webkit-sticky;
	position: sticky;
    background-color: rgba(255,255,255,0.7);*/
   /* z-index: 2;
	top: 0;
    background:transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
    
}

.header .wrapper{
    width: 90%;
    max-width: 1100px;
}



.header-section-wrapper{
    /*display: flex;
    justify-content: space-between;*/
}

.header-logo-wrapper{
    /*margin-top: 10px;*/
}

.header-nav{
    /*margin-right: 0px;
    margin-left: auto;*/
    /*display: flex;
    justify-content: flex-end;
    align-items: center;*/
}

.header-nav ul{
    display: flex;
    
}

.header-nav ul li{
    margin-left:10px;
}

.header-nav ul li:before{
    display: inline-block;
    content: "";
    width: 13px;
    height: 14px;
    background: url(../img/icon-orange-right-arrow.png);
    margin-right: 5px;
    vertical-align: -2px;
}


.header-nav ul li a{
    position: relative;
    color: #fff;
}

.header-nav ul li a:hover{
    opacity: 1 !important;
}

.top-page .header-nav ul li a{
    color: #000;
    font-size: 1.2rem;
}

.header-nav ul li a:hover::before,
.header-nav ul li a.active::before{
    position: absolute;
    content: '';
    top: -22px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 21px;/*幅*/
    height: 21px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
    background-image: url(../img/icon-sakura.png);
    background-size: contain;
    background-repeat: no-repeat;/*画像を繰り返さない*/
}

a.btn-contact {
    padding: 40px 0;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    font-size: 1.4rem;
    width: 120px;
    height: 80px;
    position: relative;
}

a.btn-contact::before {
    content: "";
    width: 25px;
    height: 20px;
    background: url(../img/icon-envelope.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

a.btn-large-contact {
    padding: 10px 28px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    font-size: 1.8rem;
    font-weight: bold;
}

a.btn-large-contact::before {
    content: "";
    width: 23px;
    height: 18px;
    background: url(../img/icon-envelope.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
}

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

    .header-logo-wrapper{
        margin-top: 5px;
        text-align: center;
    }


    a.btn-large-contact {
        width: 225px;
        padding: 5px;
        margin: 0 auto;
    }

}

a.btn--orange {
    color: #fff;
    background-color: #ea5413;
    }

a.btn--pink {
    color: #fff;
    background-color: #ff83b2;
}


.header-telno{
    font-size: 2.0rem;
    color: #fff;
    text-shadow:1px 1px 0 #ff83b2, -1px -1px 0 #ff83b2,
                -1px 1px 0 #ff83b2, 1px -1px 0 #ff83b2,
                0px 1px 0 #ff83b2,  0 -1px 0 #ff83b2,
                -1px 0 0 #ff83b2, 1px 0 0 #ff83b2;
}

.footer{
    background: #fff;
    padding: 220px 0 30px;
    /*border-top: 10px solid var(--primary-orange-color);*/
}

.footer-title{
    font-size: 2.2rem;
    font-weight: 600;
    color: #5d5746;
    letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
    
    .footer-title{
        font-size: 1.8rem;
    }
}

.green-left-line{
    border-left: 1px solid var(--primary-green-color);
    padding-left:10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*.footer .wrapper{
    display: flex;
    justify-content: center;
    position:relaitve;
}*/

.footer .flex{
    column-gap: 1%;
}

.footer__logo-address-wrapper{
    width: 34.5%;
}

.footer__list-wrapper{
    width: 63.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

@media screen and (max-width: 768px) {
    .footer__logo-address-wrapper{
        width: 100%;
    }
    
}

.footer-list{
   /* display: flex;
    justify-content: center;
    margin-bottom: 25px;*/
}

.fotter-sub-list{
    padding-left:1em;
}

.footer-list__arrow-left{
    margin-bottom: 60px;
}

/*.footer-list::before{
    width: 23px;
    height: 35px;
    background: url(../img/icon-company-logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}*/

.footer-list li{
    margin-right: 25px;
    line-height: 1.8;
}

.footer-list li a{
    font-size: 1.6rem;
}

.footer-list__sideline li{
    margin: 0;
    padding: 0 10px;
    border-left:1px solid var(--primary-gray-color);
}

.footer-list__sideline li:last-of-type{
    border-right:1px solid var(--primary-gray-color);
}

.footer-list__arrow-left li{
    margin-right: 10px;
}

.footer-list__arrow-left li a{
   /* font-weight: 500;*/
}

.footer-list__arrow-left li::before{
    content: "";
    display: inline-block;
    width: 9px;
    height: 11px;
    background: url(../img/icon-fotter-green-arrow.png);
    background-size: contain;
    margin-right: 5px;
}

.footer__button{
    height: 50px;
    line-height: 48px;
    width:280px;
    font-size: 1.8rem;
}




.copy{
    display: flex;
    justify-content: center;
}

.copy small{
    font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
    
    .copy{
        margin-top: 20px;
    }
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 999;
    opacity: .8;
}

.textbox {
    position: fixed;
    top: 100px;
    right: 0%;
}
.vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #fff;
    padding: 15px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.vertical__yellow{
    border-top: 5px solid #ffda04;
    border-left: 5px solid #ffda04;
    border-bottom: 5px solid #ffda04;

}

.vertical__orange{
    border-top: 5px solid #ea5413;
    border-left: 5px solid #ea5413;
    border-bottom: 5px solid #ea5413;

}

.vertical__green{
    border-top: 5px solid #54b65b;
    border-left: 5px solid #54b65b;
    border-bottom: 5px solid #54b65b;

}

.vertical__part {
    text-orientation: upright;
}

.vertical_icon{
    width: 20px;
    margin-bottom: 10px;
}



/*top-mainvisual*/

.top-mainvisual{
    height:1000px;
    height: auto;
    background-image: url('../img/top-bk-img.png');
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    background-repeat: no-repeat;
    position: relative;
}

.top-mainvisual-container{
    width: 90vw; 
    max-width: 1200px; 
    margin: 0 auto;
    background-image: url('../img/top-bk-img.png');
    background-size: cover;
    background-position: center top;
}

.header-area {
   /* position: absolute;
    top: 5%; 
    left: 50%; 
    transform: translateX(-50%); /* 完全に中央寄せ */
    text-align: center;
    z-index: 10; /* 丸アイテムより手前に配置 */
    color: #333;
    width:400px;
    height:auto;
    margin: 0 auto;
    position:relative;
}

.header-area:before {
    position:absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url(../img/logo-bk-img__cloud.png);
    width:539px;
    height:314px;
    z-index:0;
}

.header-area .logo{
    position: relative; 
    z-index:10;
}



.circles-wrapper {
    /*position: absolute;
    top: 40%;
    left: 0;*/
    width: 90%;
    height: 500px;
    margin: -50px auto 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    
    .header-area {
        width: 100%;
    }
    
    .header-area:before {
        max-width: 330px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat; 
    }
    
    .header-area .logo {
        width: 260px;
        margin: 0 auto;
    }
    
    .header-area .logo img{
        width: 100%;
        height: auto;
    }
    
    
    
}

@media screen and (max-width: 1100px) {
.circles-wrapper {
        position: static;
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        margin: 20px auto 0;
        height: auto;
        row-gap: 20px;
    }
    
}




/* ====================================
   3. 丸アイテムの共通設定
   ==================================== */
.circle-item {
    position: absolute;
    /* border-radius: 50%;
    overflow: hidden; 画像を丸く切り抜く */
    /* デフォルトのサイズ設定（親幅の20%） */
    width: 220px;
    height: auto;
    z-index: 2; /* 基本の重なり順 */
}

.circle-item img {
    /*width: 100%;
    height: 100%;*/
    border-radius: 50%;
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 100%;
    /* 画像を縦横比を保って丸の中に収める */
    object-fit: cover; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* 中央の丸を一番手前に */
.center-main {
    z-index: 5;
    /* 中央の丸のサイズを少し大きく（例: 30%）することも可能 */
    /*width: 30%; 
    height: 30%;*/
    width: auto;
    height: auto;
}


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

    
    .circle-item {
        position: static;
        width: calc(50% - 20px / 2);
        text-align: center;
    }
}


/* ====================================
   4. 各アイテムの個別配置（%指定がレスポンシブの鍵）
   ==================================== */

/* 1. 左上の丸 */
.item-1 {
    top: 0%;
    left: 0%;
}

/* 2. 左下の丸 */
.item-2 {
    top: 25%;
    left: 21%;
}

/* 3. 中央の丸 (center-main) */
.item-3 {
    /* アイテムサイズが30%と仮定し、中心をずらすように調整 */
    top: 40%; 
    left: 50%;
    transform: translateX(-50%);
}

/* 4. 右下の丸 */
.item-4 {
    top: 25%;
    /*left: 62%;*/
    right:21%;
}

/* 5. 右端の丸 */
.item-5 {
    top: 0%;
    /*left: 80%;*/
    right: 0;
}


@media screen and (max-width: 1100px) {
    .item-3 {
        transform: translateX(0);
    }
    
    
}

/* アイテム内のテキスト配置（省略しましたが、flexやabsoluteで調整してください） */
.item-text {
    text-align: center;
    /*position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);*/
    font-size: 1.4rem; /* テキストもvwでレスポンシブに */
    white-space: nowrap;
    line-height: 1.2;
}

.item-text span{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    
    .item-text {
        font-size: 1.2rem; 
        text-align: center;
    }
    
    .item-text span{
        font-size: 1.6rem;
    }
}


.top-mainvisual .banner-wrapper{
    width: 760px;
    max-width:100%;
    column-gap: 10%;
    margin: 60px auto;
}

@media screen and (max-width: 768px) {
    
    .top-mainvisual .banner-wrapper {
        width: 100%;
        text-align: center;
        justify-content: center;
        row-gap: 20px;
        margin: 20px 0;
    }

}



.top-mainvisual .banner-item{
    width: 340px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--primary-gray-color);
    background: #fff;
}

.banner-item a{
    align-items: center;
    column-gap: 10px;
}
    
.banner-item__icon{
    display: flex;
    align-items: center;
}    

.banner-item__text{
    font-size: 1.8rem;
}

.banner-item__text span{
    font-size: 2.4rem;
    margin-left: 5px;
    color: var(--primary-orange-color);
}

.icon-info::before{
    display: inline-block;
    content: "";
    background: url(../img/icon-info.png);
    width: 26px;
    height: 27px;
    margin-right:5px;
    vertical-align: middle;
}









/*.top-mainvisual{
    height:450px;
    background-image: url(../img/mainvisual-top-bk.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 120px;
}*/

.top-mainvisual__text{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;

}
.top-mainvisual__text h2,
.top-mainvisual__text h2 span{
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 3.3rem;
    line-height: 2;
}

/*.top-mainvisual__img-sakura{
    margin-bottom: 40px;
}*/



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

    

    a.btn-contact{
        max-width: 120px;
        padding: 2px 5px 2px 7px;
        font-size: 1.4rem;
    }

    a.btn-contact::before {
        width: 14px;
        height: 11px;
        background-size: contain;
    }

    .header-contact{
        margin-left: 5%;
    }

    .header-telno{
        font-size: 1.6rem;
    }

    .top-mainvisual{
        height: auto;
        padding-top: 20px;
        background-size: 250%;
        background-position: top center;
    }

    .top-mainvisual__text h2,
    .top-mainvisual__text h2 span{
        font-size: 1.6rem;
    }

    .top-mainvisual__text{
        margin-bottom: 10px;
    }

    

    .footer {
        padding: 350px 0 20px;
    }
    
    .footer .flexc{
        width: 60%;
        margin: 0 auto 40px;
    }
    
    .footer .flexc img{
        width: 100%; 
        height:auto;
    }

    .footer-list{
        display: none;
    }
    
    .footer-list__sideline{
        display: flex;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    
    .footer-list__sideline li{
        padding: 0 3px;
    }
    
    .footer-list__sideline li a{
        font-size: 1.2rem;
    }
    
    .footer-list__sideline li,
    .footer-list__sideline li a{
        line-height: 1;
    }

    .pagetop {
        right: 20px;
    }

    .pagetop img{
        width: 55px;
        height: 55px;
    }

}


.section-top-introduction{
    padding: 40px 0 70px;
}

@media screen and (max-width: 768px) {
    .section-top-introduction{
        padding: 20px 0 35px;
    }

    .section-top-introduction h3 img{
        width: 120px;
        height: auto;
    }
}

.illust-side{
    position: relative;
}

.illust-side:before{
    content: '';/*何も入れない*/
    width: 152px;/*画像の幅*/
    height: 125px;/*画像の高さ*/
    background-image: url(../img/illust01.png);
    background-size: contain;
    vertical-align: middle;
    position:absolute;
    left: 50%;
    margin-left: -380px;
}

.illust-side:after{
    content: '';/*何も入れない*/
    width: 152px;/*画像の幅*/
    height: 144px;/*画像の高さ*/
    background-image: url(../img/illust02.png);
    background-size: contain;
    vertical-align: middle;
    position:absolute;
    top: 0;
    left: 50%;
    margin-left: 250px;
}

@media screen and (max-width: 768px) {
    .illust-side p{
        font-size: 1.4rem;
    }

    .illust-side:before {
        width: 40px;
        height: 35px;
        margin-left: -155px;
        background-repeat: no-repeat;
    }

    .illust-side:after {
        background-repeat: no-repeat;
        width: 40px;
        height: 45px;
        margin-left: 115px;
    }
}

.category-circle-link{
    display: flex;
    justify-content: space-around;
}

.category-circle-link__item{
    background: #fff;
    width: 250px;
    height: 250px;
    border-radius: 100%;
}

.category-circle-link__item.circle-w200{
    width: 200px;
    height: 200px;
}

.category-circle-link__item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

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

    .category-circle-link{
        flex-wrap: wrap;
    }
    .category-circle-link__item,
    .category-circle-link__item.circle-w200 {
        background: #fff;
        width: 105px;
        height: 105px;
        border-radius: 100%;
    }
}

.item__yellow{
    border: 10px solid #ffda04;
}

.item__orange{
    border: 10px solid #ea5413;
}

.item__green{
    border: 10px solid #54b65b;
}

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

    .item__yellow{
        border: 5px solid #ffda04;
    }
    
    .item__orange{
        border: 5px solid #ea5413;
    }
    
    .item__green{
        border: 5px solid #54b65b;
    }

}

.section-top__new-property-listings{
    padding: 50px 0;
}

@media screen and (max-width: 768px) {
    .section-top__new-property-listings{
        padding: 30px 0;
    }
}


/*下層　背景*/

body.page {
  /* 1. 基本設定 */
  margin: 0;
  min-height: 100vh;
  /* 添付画像の最も奥にある背景色に近い色に設定 */
  background-color: #fcf8e8; 

  /* 2. 背景画像の指定（きれいな波と色を調整） */
  /* 2. 背景画像の指定（すべて個別のプロパティで適用し、エラーを防ぐ） */
  
  /* 黄色の波（奥） */
  background-image: 
  /* 【1番手前：緑の波】 */
    /* 【1番手前：緑の波】 */
   /* 【1番手前：緑の波 (安定データ)】 */
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20120'%20preserveAspectRatio='xMidYMax%20slice'%3E%3Cpath%20d='M985.66%2C92.83C906.67%2C72%2C823.78%2C31%2C743.84%2C14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84%2C11.73-114%2C31.07-172%2C41.86A600.21%2C600.21%2C0%2C0%2C1%2C0%2C27.35V120H1200V95.8C1132.19%2C118.92%2C1055.71%2C111.31%2C985.66%2C92.83Z'%20fill='rgba(232,247,212,0.8)'%3E%3C/path%3E%3C/svg%3E"), 

    /* 【中間：黄色の波 (安定データ)】 */
    url("data:image/svg+xml,%3Csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20120'%20preserveAspectRatio='xMidYMax%20slice'%3E%3Cpath%20d='M985.66%2C92.83C906.67%2C72%2C823.78%2C31%2C743.84%2C14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84%2C11.73-114%2C31.07-172%2C41.86A600.21%2C600.21%2C0%2C0%2C1%2C0%2C27.35V120H1200V95.8C1132.19%2C118.92%2C1055.71%2C111.31%2C985.66%2C92.83Z'%20fill='rgba(246,222,148,0.8)'%3E%3C/path%3E%3C/svg%3E"),
    
    /* 【最も奥：下半分を緑色(#e8f7d4)にするグラデーション】 */
    /* 【最も奥：下半分を波の緑色(#e8f7d4)にするグラデーション】 */
    
    /* 【最も奥：下半分を波の緑色(#e8f7d4)にするグラデーション】 */
   /* 【1番手前：緑の波】 (きれいに表示される設定) */
    /*url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20120'%20preserveAspectRatio='xMidYMax%20slice'%3E%3Cpath%20d='M985.66%2C92.83C906.67%2C72%2C823.78%2C31%2C743.84%2C14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84%2C11.73-114%2C31.07-172%2C41.86A600.21%2C600.21%2C0%2C0%2C1%2C0%2C27.35V120H1200V95.8C1132.19%2C118.92%2C1055.71%2C111.31%2C985.66%2C92.83Z'%20fill='rgba(232,247,212,0.8)'%3E%3C/path%3E%3C/svg%3E"), 

    /* 【中間：黄色の波】 (きれいに表示される設定) */
    /*url("data:image/svg+xml,%3Csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20120'%20preserveAspectRatio='xMidYMax%20slice'%3E%3Cpath%20d='M985.66%2C92.83C906.67%2C72%2C823.78%2C31%2C743.84%2C14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84%2C11.73-114%2C31.07-172%2C41.86A600.21%2C600.21%2C0%2C0%2C1%2C0%2C27.35V120H1200V95.8C1132.19%2C118.92%2C1055.71%2C111.31%2C985.66%2C92.83Z'%20fill='rgba(246,222,148,0.8)'%3E%3C/path%3E%3C/svg%3E"), 
    /* 【最も奥：下半分を波の緑色(#e8f7d4)にするグラデーション】 */
    linear-gradient(
      to bottom, 
      #fcf8e8 0%,             /* 上半分はベージュ */
      #fcf8e8 25%,            /* 画面上端から25%までベージュ */
      #e8f7d4 25%,            /* 25%から緑色に切り替え */
      #e8f7d4 100%
    );
    /* 【奥：黄色の波】 */
   /* url("data:image/svg+xml,%3Csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20120'%20preserveAspectRatio='xMidYMax%20slice'%3E%3Cpath%20d='M985.66%2C92.83C906.67%2C72%2C823.78%2C31%2C743.84%2C14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84%2C11.73-114%2C31.07-172%2C41.86A600.21%2C600.21%2C0%2C0%2C1%2C0%2C27.35V120H1200V95.8C1132.19%2C118.92%2C1055.71%2C111.31%2C985.66%2C92.83Z'%20fill='rgba(246,222,148,0.8)'%3E%3C/path%3E%3C/svg%3E"), */
  
    /* 【手前：緑の波】 */
   /* url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20120'%20preserveAspectRatio='xMidYMax%20slice'%3E%3Cpath%20d='M985.66%2C92.83C906.67%2C72%2C823.78%2C31%2C743.84%2C14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84%2C11.73-114%2C31.07-172%2C41.86A600.21%2C600.21%2C0%2C0%2C1%2C0%2C27.35V120H1200V95.8C1132.19%2C118.92%2C1055.71%2C111.31%2C985.66%2C92.83Z'%20fill='rgba(232,247,212,0.8)'%3E%3C/path%3E%3C/svg%3E");*/

  /* 3. 位置・サイズの設定 */
  
  background-position: center 30%, center 20%, center center; 
  /*background-position: center bottom, center bottom, center center;*/
  /* 波の高さを調整し、画面の大部分を覆うようにする */
     background-size: 100% 80vh, 100% 50vh, 100% 100%;
     background-size: 100% 500px, 100% 600px, 100% 100%;
    /* background-size: 100% 500px, 100% 300px, 100% 100%;*/
  background-repeat: no-repeat;
  

}

.contents-wrapper{
    /*min-height: 1000px;*/
    margin-top: 10px;
    margin-bottom: 90px;
}

.title-wrapper{
    height: 100px;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    background: #e8f3e0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.page .title-wrapper::before{
    content: "";
    width: 112px;
    height: 133px;
    background-image: url(../img/icon-carrot.png);
    background-repeat:no-repeat;
    background-size: contain;
    position: absolute;
    top:40px;
    left:0;
    
    
}

.page .title-wrapper::after{
    content: "";
    width: 83px;
    height: 157px;
    background-image: url(../img/icon-cucumber.png);
    background-repeat:no-repeat;
    background-size: contain;
    position: absolute;
    top:15px;
    right:0;
}

@media screen and (max-width: 768px) {
    
    .contents-wrapper{
        margin-bottom: 50px;
    }
    
    .title-wrapper{
    height: 40px;
            padding-top: 5px;
}
    .page .title-wrapper::before{
    content: "";
    width: 50px;
    top: 20px;
    height: 70px;
    }
    
    .page .title-wrapper::after{
    content: "";
    width: 30px;
    height: 60px;
    }
    
}

.page-title{
    font-size:3.0rem;
    color: #6db002;
}

@media screen and (max-width: 768px) {
    .page-title{
    font-size:2.0rem;
    }
}

.contents-white-wrapper{
    background: #fff;
    width: 100%;
    padding: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contents-link-navi-list{
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .contents-white-wrapper{
        padding: 10px;
    }
    
    .contents-link-navi-list-wrapper{
        text-align: center;
        margin-top: 10px;
    }
    
    .flex.contents-link-navi-list{
        display: inline-block;
        text-align: center;
    }
}



.contents-link-navi-list li{
    padding: 0 20px;
    border-left: 1px solid #6b6b6b;
    line-height: 1;
}

.contents-link-navi-list li:last-of-type{
    border-right: 1px solid #6b6b6b;
}

@media screen and (max-width: 1050px) {
    .contents-link-navi-list li{
        border-left:none;
        margin-bottom: 10px;
    }
    
    .contents-link-navi-list li:last-of-type{
        border-right: none;
    }
    
}



.contents-link-navi-list li a{
    font-size: 1.6rem;
    line-height: 1;
}

@media screen and (max-width: 1050px) {
    .contents-link-navi-list li a{
        border-left: 1px solid #6b6b6b;
        border-right: 1px solid #6b6b6b;
        padding: 0 20px;
        font-size: 1.4rem;
    }
    
}

.content-title{
    font-size: 2.4rem;
    color: var(--primary-green-color);
}

.p-title{
    font-size: 2.0rem;
    color: var(--primary-green-color);
}

@media screen and (max-width: 768px) {
    
    .content-title{
        font-size: 2.0rem;
        letter-spacing: -1px;
    }
    
    .p-title{
        font-size: 1.8rem;
    }
}
    

.content-flex__left-text_right-img{
    flex-direction: row-reverse;
    column-gap: 2%;
}

.content-flex__left-text_right-img .content-flex_img{
    width: 33%;
}

.content-flex__left-text_right-img .content-flex_text{
    width: 65%;
}

@media screen and (max-width: 1050px) {
    
    .content-flex__left-text_right-img .content-flex_img{
        width: 100%;
        text-align: center;
    }

    .content-flex__left-text_right-img .content-flex_text{
        width: 100%;
    }
    
}

.info-f18-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    margin-bottom: 20px;
}

.info-f18-list:last-of-type{
    margin-bottom: 0;
}

.info-f18-list dt{
    font-size: 1.8rem;
    font-weight:600;
    width: 90px;
    text-align-last: justify;
}

.info-f18-list dd{
    font-size: 1.8rem;
    width: calc(100% - 140px);
}

@media screen and (max-width: 768px) {
    .info-f18-list dt,
    .info-f18-list dd{
    font-size: 1.6rem;
    width: 100%;
     text-align-last: auto;
    }
    .info-f18-list dd{
    text-align-last: auto;
    }
}

.border-bottom__green{
    border-bottom: 1px solid var(--primary-green-color);
    padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .border-bottom__green{
        padding-bottom: 20px;
    }
}

.map iframe{
    width: 100% !important;
    height: 600px  !important;
}

.info-f18-w115-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    margin-bottom: 20px;
}

.info-f18-w115-list:last-of-type{
    margin-bottom: 0;
}

.info-f18-w115-list dt{
    font-size: 1.8rem;
    font-weight: 600;
    width: 115px;
    text-align-last: justify;
}

.info-f18-w115-list dd{
    font-size: 1.8rem;
    width: calc(100% - 155px);
}

@media screen and (max-width: 768px) {
    .info-f18-w115-list dt{
        width: 100%;
        text-align-last: auto;
        font-size: 1.6rem;
    }
    
    .info-f18-w115-list dd{
        width: 100%;
        font-size: 1.6rem;
    }  
}

.info-f18-w130-list{
    display: flex;
    flex-wrap:wrap;
    column-gap: 40px;
    margin-bottom: 20px;
}

.info-f18-w130-list:last-of-type{
    margin-bottom: 0;
}

.info-f18-w130-list dt{
    font-size: 1.8rem;
    font-weight: 600;
    width: 130px;
    text-align-last: justify;
}

.info-f18-w130-list dd{
    font-size: 1.8rem;
    width: calc(100% - 170px);
}

@media screen and (max-width: 768px) {
    .info-f18-w130-list dt{
        width: 100%;
        text-align-last: auto;
        font-size: 1.6rem;
    }
    
    .info-f18-w130-list dd{
        width: 100%;
        font-size: 1.6rem;
    }  
}

.info-f18-w170-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    margin-bottom: 20px;
}

.info-f18-w170-list:last-of-type{
    margin-bottom: 0;
}

.info-f18-w170-list dt{
    font-size: 1.8rem;
    font-weight: 600;
    width: 170px;
    text-align-last: justify;
}

.info-f18-w170-list dd{
    font-size: 1.8rem;
    width: calc(100% - 210px);
}

@media screen and (max-width: 768px) {
    .info-f18-w170-list dt{
        width: 100%;
        text-align-last: auto;
        font-size: 1.6rem;
    }
    
    .info-f18-w170-list dd{
        width: 100%;
        font-size: 1.6rem;
    }  
}

.pdf-list li {
    margin-bottom: 10px;
}

.pdf-list li a::before{
    content: "";
    background-image: url(../img/icon-pdf.png);
    display: inline-block;
    width: 26px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
    vertical-align: -5px;
}

.pdf-list li a{
    font-size: 1.8rem;
    text-decoration: underline;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .pdf-list li a{
        font-size: 1.6rem;
        padding-left: 2em;
        text-indent: -2em;
        display: block;
    }
    .pdf-list li a::before{
        width: 20px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 10px;
    }
}


/*day02*/

.flex-two-columns{
    display: flex;
    flex-wrap: wrap;
    column-gap: 12%;
    row-gap: 50px;
}

.flex-two-columns-item{
    width:44%;
    text-align: center;
}

.flex-two-columns-item img{
    width: 100%;
    max-width: 440px;
}

@media screen and (max-width: 768px) {
    
    .flex-two-columns{
        row-gap: 20px;
    }
}

/*day03*/

.flex__day03{
    margin-bottom: 100px;
}

.flex-three-columns{
    display: flex;
    flex-wrap: wrap;
    column-gap: 6%;
    row-gap: 60px;
}

.flex-three-columns-item{
    width:29%;
    text-align: center;
}

.flex-three-columns-item img{
    width: 100%;
    max-width: 290px;
}

@media screen and (max-width: 768px) {
    
    .flex__day03{
        margin-bottom: 30px;
    }
    
    .flex-three-columns-item{
        width: 47%;
    }
    
    .flex-three-columns{
        row-gap: 20px;
    }
}

/*center*/

.center_flex__right-img-item{
    
}

.center_flex__right-img{
    margin-right: 0;
    margin-left:auto;
}

.center_flex__right-img_txt{
    width: calc(100% - 265px);
}

@media screen and (max-width: 768px) {
    
    .center_flex__right-img_txt{
        width: 100%;
    }
    
    .center_flex__right-img{
        margin: 10px auto;
    }
    
}

.border-bottom__green-pb10{
    padding-bottom: 10px;
}

.border-bottom-none{
    border-bottom: none;
}











.number-list li{
    list-style-type: decimal;
    margin-left: 20px;
}

.border-radius__orange{
    border: 2px solid var(--primary-orange-color);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.border-radius__orange_tel_flex{
    column-gap: 30px;
    justify-content: center;
    align-items: center;
}

.border-radius__orange_tel_flex .txtOrange.number{
    font-size: 3.4rem;
    font-weight: 600;
}

.border-radius__orange_tel_flex .txtOrange.number span{
    color: var(--primary-orange-color);
    font-weight: 600;
}

.border-radius__orange_tel_flex .txtOrange.number span.tel-link > a{
        color: var(--primary-orange-color);
        font-weight: 600;
    }

@media screen and (max-width: 768px) {
    
    .border-radius__orange{
        padding: 20px 10px;
    }
    
    .border-radius__orange_tel_flex > p{
        width: 100%;
    }
    
    .border-radius__orange_tel_flex .txtOrange.number{
        font-size: 2.2rem;
    }
    
    
}

.wrapper__left-text__right-img{
    column-gap: 1%;
}

.wrapper__left-text__right-img .left-text{
    width: 62%;
}

.wrapper__left-text__right-img .right-img{
    width: 37%;
}

.info03-flex .right-img{
    display: flex;
    align-items: flex-end;
}

.wrapper__left-text__right-img .right-img img{
        width: 100%;
}

@media screen and (max-width: 768px) {
    .wrapper__left-text__right-img{
        flex-direction: column-reverse;
    }
    
    .wrapper__left-text__right-img .left-text{
        width: 100%;
    }
    
    .wrapper__left-text__right-img .right-img{
        width: 90%;
        margin: 20px auto;
    }
    
    .info03-flex .right-img{
        max-width: 350px;
    }
    
}

.custom-bracket-list {
  counter-reset: my-list-counter; 
  padding-left: 1.5em;
  counter-reset: my-list-counter calc(var(--start-at, 1) - 1);
}

.custom-bracket-list li {
  counter-increment: my-list-counter;
  position: relative;
}

.custom-bracket-list li::before {
  content: "(" counter(my-list-counter) ") ";
  position: absolute;
    left: -3.5rem;
    width: 2em;
    text-align: right;
    margin-right: 0.5em;
}

.custom-bracket-list[start] {
  /* 以下の関数で、start属性の値から1を引いた値でリセットします */
  /* 例: start="6" の場合、counter-resetは 6 - 1 = 5 に設定される */
  counter-reset: my-list-counter attr(start integer, 1) - 1; 
}

.flex-w540-w400{
    column-gap: 6%;
}

.item__w540{
    width: 54%;
}

.item__w400{
    width: 40%;
}

@media screen and (max-width: 768px) {
    .item__w540{
        width: 100%;
    }
    
    .item__w540 > img{
        width: 100%;
        max-width: 500px;
        margin: 10px auto;
    }

    .item__w400{
        width: 100%;
    }
    
}





.property-listings-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.property-listings-item{
    width: calc(33.3333% - 40px/3);
    margin-right: 20px;
    margin-bottom: 40px;
}

.property-listings-item:nth-child(3n){
    margin-right:0;

}

@media screen and (max-width: 768px) {
    .property-listings-item{
        width: calc(50% - 20px/2);
        margin-bottom: 20px;
    }

    .property-listings-item:nth-child(3n){
        margin-right: 20px;
    }

    .property-listings-item:nth-child(2n){
        margin-right: 0;
    }
}


.property-listings-item a{
    width: 100%;
    height: 100%;
}

.property-listings-item a > div{
    margin-bottom: 20px;
    position: relative;
}

.property-listings_category{
    display: inline-block;
    padding: 2px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #ea5413;
    color: #ea5413;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.property-listings-item a > div > img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.property-listings_title{
    font-size: 1.8rem;
    color: #ea5413;
    font-weight: 600;
    margin-bottom: 5px;
}

.property-listings_address{
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #000;
}

.property-listings_address:before{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 16px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../img/icon-map_green.png);
    background-size: contain;
    vertical-align: sub;
    margin-right: 5px;
}

.property-listings_price{
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
}

.property-price-number{
    font-size: 2.2rem;
    color: #ea5413;
    font-weight: 600;
    margin-left: 10px;
}

.property-price-unit{
    font-size: 1.8rem;
    color: #ea5413;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .property-listings-item a > div {
        margin-bottom: 10px;
    }
    
    .property-listings_category {
        font-size: 10px;
        margin-bottom: 8px;
    }
    
    .property-listings_title {
        font-size: 1.4rem;
    }
    
    .property-listings_address {
        font-size: 1.0rem;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    
    .property-listings_address:before {
        width: 8px;
        height: 10px;
        vertical-align: inherit;
        margin-right: 2px;
    }
    
    .property-listings_price {
        font-size: 1.0rem;
    }
    
    .property-price-number {
        font-size: 1.6rem;
    }
    
    .property-price-unit {
        font-size: 1.2rem;
    }

}


.right-arrow:after{
    content: '';
    display: inline-block;
    width: 41px;
    height: 7px;
    background-image: url(../img/icon-right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    padding-bottom: 12px;
}



.button-gray-arrow{
    background: #f2f2f2;
    padding: 5px;
    
    border-radius: 40px;
    font-size: 1.6rem;
    width: 270px;
    text-align: center;
}

.button-gray-arrow:before{
    content: '';
    display: inline-block;
    width: 19px;
    height: 8px;
    background-image: url(../img/icon-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .button-gray-arrow{
        width: auto;
        padding: 5px 20px;
    }

}

.section-top-news{
    padding: 60px 0;
}

.top-news_title-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.top-news_title-wrap a{
    margin-right: 0;
    margin-left: auto;
}

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

    .section-top-news{
        padding: 30px 0;
    }

    .top-news_title-wrap a{
        font-size: 1.2rem;
    }
}


/*news*/

.news-list-wrapper{
    margin: 50px 0 90px;
}

.news-list{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;
    height: 60px;*/
    padding: 30px 0;
    border-bottom: 1px solid var(--primary-green-color);
    column-gap: 40px;
}

.news-list:first-of-type{
    border-top: 1px solid var(--primary-green-color);
}

.news-list dt{
    width: 100px;
}

.news-list dd{
    width: calc(100% - 140px);
}

.news-list__time {
    font-size: 1.6rem;
    /*color: #0864b2;*/
}

.news-list__category {
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    margin-left: 35px;
    /*padding: 5px 10px;*/
    border-radius: 5px;
    vertical-align: middle;
    width: 210px;
    height: 25px;
    line-height:24px;
}

.news-list__category-blue {
    background: #5eafed;  
}

.news-list__category-pink{
    background: #ed5e5e;
}

.news-list__category-yellow {
    background: #ffc704;  
}

.news-list__category-green {
    background: #1dbd46;
}

.news-list__category-orange {
    background: #ffa229;
}

.news-list__category-purple{
    background: #d197e0;
}



.news-list dd a{
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    
    .news-list-wrapper{
        margin: 50px 0 40px;
    }

    .news-list{
        /*display: block;*/
        padding: 10px 0;
    }

    .news-list dt{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .news-list dd{
        width: 100%;
    }

    .news-list__time {
        font-size: 1.2rem;
    }

    .news-list__category{
        font-size: 1.2rem;
        margin-left: 10px;
        padding: 0 7px;
    }

    .news-list dd a{
        font-size: 1.6rem;
    }

}

/*.tab_item1{
	margin: 37px 13px 20px 10%;
}

.tab_item2{
	margin: 37px 0 20px 0;
}*/


.tab_content_description{
    margin-top: 30px;
}

/*タブのスタイル*/
.tab_item {
  	display: block;
    text-decoration: none;
    border-radius: 100px;
    font-size: 1.6rem;
    height: 50px;
    border: solid 1px #9c9c9c;
    /*width: 279px;*/
    text-align: center;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    line-height: 1.2;
    align-items: center;
    display: flex;
    justify-content: center;
}



.tab_item:hover {
  	background: #9c9c9c;
	color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}

.tab_header {
    display: flex;
    flex-wrap: wrap; 
    column-gap: 10px;
    row-gap: 10px;
}

.tab_item_wrapper {
    width: calc(20% - 40px/5);
}

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

    .tab_item {
            font-size: 1.2rem;
        }

}
@media screen and (max-width: 768px) {
       
    .tab_item_wrapper{
        width: calc(50% - 10px / 2);
    }

}



/* すべてタブのボタン部分を非表示にする */
.all_tab_hidden {
    display: none !important; 
}


.tab_header:has(.tab_item_wrapper > #all:checked) ~ #all_content,
.tab_header:has(.tab_item_wrapper > #A:checked) ~ #A_content,
.tab_header:has(.tab_item_wrapper > #B:checked) ~ #B_content,
.tab_header:has(.tab_item_wrapper > #C:checked) ~ #C_content,
.tab_header:has(.tab_item_wrapper > #D:checked) ~ #D_content,
.tab_header:has(.tab_item_wrapper > #E:checked) ~ #E_content
/* #designがある場合は追記 */
 {
    display: block;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
}


/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  	background: #9c9c9c;
	color: #fff;
}

/*.scrollbar-wrapper{
    padding:0 20px 30px;
}*/

.infobox{
	width: 100%;
	height: 600px;/* 高さを制限(※) */
    height: auto;     
	overflow: auto;  /* スクロールバーを表示(※) */
}

.infobox::-webkit-scrollbar {
	width: 7px;
}

.infobox::-webkit-scrollbar-thumb {
	background: #e5e2d3;
	border-radius: 10px;
	box-shadow: none;
}

.infobox::-webkit-scrollbar-track {
	background: #f7f6f0;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 5px #f7f6f0;
}

.infobox ul{
    padding: 10px 15px 0 4px;
}	

.infobox ul li{
	border-bottom: 1px dashed #0c9bab;
    /*font-size: 1.8rem;*/
    padding-bottom: 13px;
    margin-bottom: 13px;
    color: #000;
	word-break: break-all;
}

.infobox ul li div{
	margin-bottom: 6px;
}	

.infobox ul li div .post-date{
	float: left;
    display: block;
    font-size: 1.4rem;
    padding-right: 20px;
    margin-top: 4px;
    color: #0c9bab;
}	

.infobox ul li div .post-cat{
	font-size: 1.4rem;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 0 8px;
}

.tabs>section{
	display: flex;
    justify-content: center;
}

.cat01-wrapper	{
	background-color: #00b4ff;
}

.cat02-wrapper	{
	background-color: #0c9bab;
}













.section-banner-area{
    background: #ebebeb;
    height: 130px;
}

.section-banner-area-inner{
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.section-banner-item{
    width: auto;
    height: auto;
    /*width: calc(20% - 60px/5);
    margin-right:15px;*/
}

/*.section-banner-item:nth-child(5n){
    margin-right:0;
}*/

.section-banner-item img{
    max-width: 100%;
    max-height: 110px;
    height: auto;
    vertical-align: bottom;
}

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

    .section-banner-area{
        height: auto;
        padding-top: 20px;
    }

    .section-banner-area-inner{
        height: auto;
    }
    .section-banner-item{
        width: calc(50% - 15px/2);
        margin-bottom: 15px;
        text-align: center;
    }

    .section-banner-item:nth-child(2n){
        margin-right: 0;
    }

    .section-banner-item:nth-child(5n){
        margin-right: 15px;
    }
}

.section-company-name-address{
    background:#fceea6;
    height: 100px;
}

.section-company-name-address__inner{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-company-name-address__txt{
    font-size: 1.4rem;
}

.section-company-name-address__txt span{
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    .section-company-name-address__txt{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        font-size: 1.0rem;
    }

    .section-company-name-address__txt span{
        margin: 0 auto;
        font-size: 1.2rem;
    }

}

/*
.section-top-products{
    padding: 60px 0;
    background: #fff;
}

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

    .section-top-products{
        padding: 30px 0;
    }
}*/

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

.section-top-products-link{
    position: relative;
}

.section-top-products-link-section1{
    height: 300px;
}

.zoom{
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.zoom-1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    animation: animationZoom1 5s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
    .zoom,
    .zoom-1 img{
        height: 220px;
    }
}

@keyframes animationZoom1 {
    100% { transform:scale(1.1)} 
}


/*
.section-top-products-link-section2{
    position: absolute;
    top:40px;
    left: 50%;
    margin-left: -500px;
    width:1000px;
    height: 230px;
}



.top-products-link-item{
    display: block;
    width: 670px;
    height: 230px;
    background: rgba(255,255,255,.8);
    padding: 20px 30px;
    border-radius: 5px;
}

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

    .section-top-products-link-section2{
        top:20px;
        left: 50%;
        margin-left:-45%;
        width: 90%;
        height: auto;
    }

    .top-products-link-item{
        width: 100%;
        height: auto;
        padding: 15px;
    }
}

.top-products-link-item-wrap{
    display: flex;
}

.top-products-link-item_left {
    width: calc(100% - 220px);
}

@media screen and (max-width: 768px) {
    .top-products-link-item_left {
        width: 100%;
    }
}

.top-products-link-item_left .product-introduction{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}

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

    .top-products-link-item_left .product-introduction img{
        width: 50px;
        height: auto;
        margin-left: 10px;
    }
}

.top-products-link-item_left .product-name{
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.3;
}

.top-products-link-item_right{
    width: 220px;
}

@media screen and (max-width: 768px) {
    .top-products-link-item_right{
        display: none;
    }
    .top-products-link-item_left .product-name{
        font-size: 2.8rem;
    }
}

.top-products-link-item_right img{
    width: 100%;
    height: auto;
}

.product-introduction img{
    width: 98px;
    height: 26px;
    margin-left:20px;
    vertical-align: middle;
}
*/
.section-map iframe{
    width: 100% !important;
    height: 300px !important;
    vertical-align:middle;
    /*filter:grayscale(100%);
    -webkit-filter:grayscale(100%);*/
}

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

    .section-map iframe{
        height: 250px !important;
    }

}

.section-footer-logo-contact{
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    .section-footer-logo-contact .wrapper660{
        max-width: 350px;
        width: 95%;
    }
}

.footer-logo-contact-wrap{
    display: flex;
    justify-content: space-between;
}

.footer-logo{
    display: flex;
    margin-bottom: 20px;
}

.footer-logo img{
    margin-right:10px;
    width: 51px;
    height: 54px;
}

.tel-contact-wrap{
    width: 300px;
}

.footer-tel{
    color: #0864b2;
    font-size: 3.4rem;
    font-weight: 700;
}

.footer-tel::before{
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(../img/icon-tel.png);
    background-size: contain;
    margin-right: 7px;
}

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

    .section-footer-logo-contact{
        padding: 35px 0;
    }

    .footer-logo-contact-wrap{
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .footer-logo-wrap{
        margin-bottom: 20px;
    }

}

/*---------------main-contents----------------*/

.main-contents{
    padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
    .main-contents{
        padding-bottom: 70px;
    }
}

.white-radius-wrapper{
    background: #fff;
    width: 100%;
    border-radius:10px;
    padding: 50px 50px 100px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 768px) {
    .white-radius-wrapper{
        padding: 20px 20px 50px;
    }
    
}

.page-title{
    text-align: center;
}

.page-title-black{
    font-size: 2.0rem;
}

.page-title-orange{
    font-size: 2.8rem;
    margin-left: 10px;
    color: var(--primary-orange-color);
}

.page-title .icon-note:before{
    display: inline-block;
    content: "";
    width: 28px;
    height: 36px;
    background: url(../img/icon-note.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -8px;
    margin-right: 15px;
}

.page-title .icon-note2:before{
    display: inline-block;
    content: "";
    width: 32px;
    height: 37px;
    background: url(../img/icon-note2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -8px;
    margin-right: 15px;
}

.page-title .icon-info:before{
    display: inline-block;
    content: "";
    width: 32px;
    height: 37px;
    background: url(../img/icon-note2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -8px;
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    
    .page-title-black{
        font-size: 1.6rem;
    }

    .page-title-orange{
        font-size: 2.0rem;
        margin-left: 5px;
    }
    
    .page-title .icon-note:before{
        width: 20px;
        height: 30px;
        margin-right: 8px;
    }
    
}

.page-title_leftline {
    font-size: 2.0rem;
    border-left: 3px solid var(--primary-green-color);
    padding-left: 10px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    
    .page-title_leftline {
        font-size: 1.6rem;
    }
}


/*---------------breadcrumb----------------*/

.breadcrumb {
    height: 30px;
    background: #fceea6;
}

.breadcrumb span, .breadcrumb span a {
    font-size: 1.2rem;
    line-height: 30px;
    transform: rotate(0.03deg);
}

.breadcrumb span a:after {
    content: '/';
    padding: 0 5px;
}

.breadcrumb span > a > span {
    /*text-decoration: underline;*/
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        display: none;
    }
}

/*---------------pagenavi---------------*/

.wp-pagenavi a,
.wp-pagenavi span{
    margin-right: 15px;
    font-weight: 500;
}

.wp-pagenavi span.current{
    border-bottom: 1px solid;
}

.wp-pagenavi a:hover{
    border-bottom: 1px solid;
}

.wp-pagenavi a:last-child{
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .wp-pagenavi a,
    .wp-pagenavi span{
        font-size: 1.4rem;
    }
}

.pagenavi-single-post a,
.pagenavi-single-post span {
    margin-right: 30px;
}

.pagenavi-single-post a:last-child{
    margin-right: 0;
}


/*---------------main-visual----------------*/

.mainvisual{
    height: 250px;
    background: url(../img/page-bk-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    text-align: center;
}

.mainvisual-title{
    font-size: 3.0rem;
    font-weight:700;
}

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

    .mainvisual{
        height: 130px;
        padding-top: 23px;
    }
    .mainvisual-title{
        font-size: 1.8rem;
    }
}

.mainvisual .header-area:before {
    content: none;
}


/*---------------page-navi-menu----------------*/

.page-navi-menu{
    height: 90px;
}



.page-navi-flex{
    height: 90px;
    justify-content: center;
    align-items: center;
    column-gap: 70px;
}

.page-navi-menu-item a {
    align-items: center;
    column-gap: 10px;
}

.page-navi-menu__icon {
    display: flex;
    align-items: center;
}

.page-navi-menu__text {
    font-size: 1.4rem;
}

.page-navi-menu__text span {
    font-size: 2.0rem;
    margin-left: 5px;
    color: var(--primary-orange-color);
}

@media screen and (max-width: 768px) {
    .page-navi-menu{
        display: none;
    }
}


/*---------------items----------------*/

.border-bottom-item{
    border-bottom: 1px solid var(--primary-gray-color);
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    .border-bottom-item{
        padding: 15px 0;
    }
}

.border-item__komoku{
    width: 29%;
}

.border-item__komoku > p{
    font-size: 2.0rem;
    color: var(--primary-orange-color);
}

.border-bottom-item__complaint .border-item__komoku{
    width: 32%;
}

.border-bottom-item__complaint .border-item__komoku > p{
    font-size: 1.8rem;
    letter-spacing: -1px;
}

.border-item__naiyo{
    width: 70%;
}

.border-item__naiyo > p{
    line-height: 2;
    font-size: 1.8rem;
}


.border-bottom-item__complaint .border-item__naiyo{
    width: 67%;
}

.complaint-item{
    margin-bottom: 60px;
}

.complaint-item:last-of-type{
    margin-bottom: 60px;
}



@media screen and (max-width: 768px) {
    
    .border-item__komoku,
    .border-bottom-item__complaint .border-item__komoku{
        width: 100%;
        margin-bottom: 10px;
    }

    .border-item__komoku > p{
        font-size: 1.6rem;
    }

    .border-item__naiyo,
    .border-bottom-item__complaint .border-item__naiyo{
        width: 100%;
    }

    .border-item__naiyo > p{
        line-height: 1.6;
        font-size: 1.2rem;
    }
}


/*---------------recruit----------------*/

.recruit-item{
    padding: 60px 0 0;
}

.img-text__border-item{
    column-gap: 2.7%;
    border-bottom: 1px solid var(--primary-gray-color);
}

.img-text__border-item__img-side{
    width: 26.3%
}

.img-text__border-item__img-side > img{
    max-width: 100%;
    height: auto;
}

.img-text__border-item__text-side{
    width: 70.9%;
}

.img-text__border-item__text-side .border-bottom-item{
    padding: 40px 0;
}


@media screen and (max-width: 768px) {
    
    .img-text__border-item__img-side{
        width: 70%;
        margin: 10px auto;
        max-width: 200px;
    }
    
    .img-text__border-item__text-side{
        width: 100%;
    }
    .img-text__border-item__text-side .border-bottom-item {
        padding: 20px 0;
    }
}


.img-text__border-item__text-side .border-bottom-item:first-of-type{
    padding-top: 0;
}

.img-text__border-item__text-side .border-bottom-item:last-of-type{
    border-bottom: none;
}

.komoku-title__orange{
    color: var(--primary-orange-color);
    font-size: 1.8rem;
}

.dl-list01{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.dl-list01 dt{
    font-size: 1.6rem;
    font-weight: 600;
    width: 110px;
}

.dl-list01 dd{
    font-size: 1.6rem;
    width: calc(100% - 110px);
}

@media screen and (max-width: 768px) {
    
    .recruit-item{
        padding: 20px 0 0;
    }
    
    .komoku-title__orange{
        color: var(--primary-orange-color);
        font-size: 1.6rem;
    }
    
    .dl-list01 dt{
        width: 100%;
        font-size: 1.4rem;
    }
    .dl-list01 dd{
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    
}


/*-----------------news-----------------*/

.news-contents-wrapper{
    margin: 50px 0 100px;
}

.news-detail-title {
    font-size: 2.0rem;
   /* color: #000;*/
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--primary-green-color);
}

/*.news-detail-title::before{
    content: '';
    display: inline-block;
    width: 23px;
    height: 35px;
    background-image: url(../img/icon-company-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    vertical-align: middle;
}*/

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

.news-detail-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    /*padding-left: 40px;
    text-indent: -45px;*/
}

}

.news-contents{
    padding: 25px 0 40px;
}

.news-contents p{
    font-size: 1.8rem;
    line-height: 1.6;
}

.news-detail__date{
    height: 60px;
    
}

.news-img-wrapper{
    margin: 60px 30px;
}


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

    .news-contents{
        padding: 20px 0;
    }
    .news-contents p{
        font-size: 1.4rem;
        line-height: 2;
    }
    
    .news-img-wrapper .flex-two-columns-item {
        width: 100%;
        
    }

}

.pagenavi ul li{
    margin-right: 18px;
}

.pagenavi ul li:last-child{
    margin-right: 0;
}

.pagenavi ul li a{
    color: #000;
    font-size: 1.6rem;
    
}

.pagenavi ul li a.active,
.pagenavi ul li a:hover{
    border-bottom: 1px solid #000;
}


.underline{
    text-decoration: underline;
}






/*---------------bukken----------------*/

/*.section-circle-link{
    padding: 60px 0;
}

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

    .section-circle-link{
        padding: 30px 0;
    }
}

.wrapper_sold{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
}

.txt_sold{
    background: #ea5413;
    padding: 5px 10px;
    border-radius: 5px;  
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;    
}

.txt_negotiating{
    background: #54b65b;
    padding: 5px 10px;
    border-radius: 5px;  
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;    
}

@media screen and (max-width: 768px) {
    .txt_sold,
    .txt_negotiating{
        font-size: 1.2rem;
    }
}

.pointer-none{
    pointer-events: none;
}



.section-bulletin-board{
    padding: 70px 0 80px;
}

.section-bulletin-board img{
    width: 100%;
    height: auto;
}

.section-property-listings{
    padding-top: 70px;
}

@media screen and (max-width: 768px) {
    .section-bulletin-board{
        padding: 30px 0 40px;
    }
    
    .section-property-listings{
        padding-top: 30px;
    }
}



.section-bukken-single-info-wrap{
    padding: 50px 0 70px;
}

.bukken-name{
    color:#ea5413;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}



.bukken-information-wrap{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 70px;
}

.bukken-information__photo-wrap{
    width: calc(100% - 415px);
    padding-right:30px;
}

.bukken-information__txt-wrap{
    width: 415px;
    background: #fdf6d2;
    padding: 40px 20px;
    border-radius: 10px;
}

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

    .section-bukken-single-info-wrap{
        padding: 30px 0 40px;
    }

    .bukken-information-wrap{
        margin-bottom: 30px;
    }

    .bukken-information__photo-wrap{
        width: 100%;
        padding-right: 0;
    }

    .bukken-information__txt-wrap{
        width: 100%;
        padding: 20px;
    }

    .bukken-name {
        font-size: 1.8rem;
        margin-bottom: 15px;
        padding-left: 40px;
        text-indent: -45px;
    }

}

.bukken-information__list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.bukken-information__list:last-child{
    margin-bottom: 0;
}

.bukken-information__list dt{
    width: 90px;
    height:32px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #ea5413;
    padding:5px;
    border-radius: 5px;
    margin-right: 10px;
    font-weight:400;
    transform: rotate(0.03deg);
}

.bukken-information__list dd{
    font-size: 1.4rem;
    font-weight:500;
    transform: rotate(0.03deg);
}

.bukken-information__price{
    font-size: 1.8rem;
    color:#ea5413;
    font-weight: 600;
}

.bukken-information__price span{
    font-size: 2.4rem;
    color:#ea5413;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .bukken-information__list{
        margin-bottom:20px;
    }

    .bukken-information__list dt,
    .bukken-information__list dd,
    .bukken-information__price{
        font-size: 1.2rem;
    }

    .bukken-information__price span{
        font-size: 1.8rem;
    }

}

.button-bukken-contact{
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    width:320px;
    height: 80px;
    padding: 35px 10px 10px 10px;
    background: #ea5413;
    text-align: center;
    position: relative;
}



.section-bukken-recommendations{
    padding: 60px 0 100px;
}

@media screen and (max-width: 768px) {
    .section-bukken-recommendations{
        padding: 30px 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .button-bukken-contact{
        font-size: 1.8rem;
    }
}

.title_orange{
    color: #ea5413;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.list_orange-check li{
    font-size: 1.8rem;
    margin-bottom: 10px;
    background-image: url(../img/icon-check-orange.png);
    background-repeat: no-repeat;
    background-size:auto 20px;
    padding-left: 25px;
    
}



@media screen and (max-width: 768px) {
    .title_orange{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .list_orange-check li{
        font-size: 1.4rem;
    }
    .list_orange-check li{
        background-size: auto 15px;
    }
    
}



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

.detail_list li {
    width: calc(50% - 20px/2);
    margin-right: 20px;
    color: #5b5b5b;
    margin-bottom: 10px;
}

.detail_list li:nth-child(2n) {
    margin-right: 0;
}

.detail_list li span {
    padding: 2px 10px;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.detail_list li span.subttl {
    font-weight: 500;
    display: inline-block;
    width: 100%;
    background: #cfeaf6;
    padding: 2px 10px;
}

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

    .detail_list {
        width: 100%;
    }

    .detail_list li {
        margin-bottom: 5px;
        width: 100%;
        margin-right: 0;
    }

    .detail_list li span {
        font-size: 1.2rem;
    }
   
}

.section-bukken-map{
    padding: 70px 0 0;
}

.section-bukken-map iframe{
    width: 100% !important;
    height: 450px !important;
}

@media screen and (max-width: 768px) {
    .section-bukken-map{
        padding: 30px 0 0;
    }

    .section-bukken-map iframe{
        height: 200px !important;
    }
    
}
    
*/

/*-----------------company-----------------*/

.section-company-introduction {
    padding: 40px 0 70px;
}

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

    .section-company-introduction {
        padding: 20px 0 35px;
    }
}

.section-company-gaiyo{
    padding-top: 70px;
}

.company-gaiyo__list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.company-gaiyo__list:last-child{
    margin-bottom: 0;
}

.company-gaiyo__list dt{
    width: 125px;
    color:#ea5413;
    font-size: 1.6rem;
    font-weight: 500;
    transform: rotate(0.03deg);
}

.company-gaiyo__list dd{
    width: calc(100% - 125px);
    font-size: 1.6rem;
    transform: rotate(0.03deg);
}

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

    .section-company-gaiyo{
        padding-top: 30px;
    }
    .company-gaiyo__list{
        margin-bottom: 20px;
    }

    .company-gaiyo__list dt,
    .company-gaiyo__list dd{
        width: 100%;
        font-size: 1.4rem;
    }
}


/*-----------------access-----------------*/


.section-access-introduction {
    padding: 40px 0 70px;
}

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

    .section-access-introduction {
        padding: 20px 0 35px;
    }
}


.section-access-map iframe{
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 768px) {
    .section-access-map iframe{
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    .tel-link > a {
        /*color: #06F;
        font-weight: bold;*/
        text-decoration: underline;
    }
    
    .tel-link.txtRed > a {
        color: #f00;
    }
}

.section-access-txt{
    padding-top: 70px;
}

.section-access-txt-item{
    width: 460px;
    margin: 0 auto;
    max-width: 90%;
}

.indent7{
    padding-left: 7em;
    text-indent:-7em;
}

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

    .section-access-txt{
        padding-top: 30px;
    }

    .indent7{
        padding-left: 0;
        text-indent: 0;
    }
}


/*-----------------privacy-----------------*/

.section-privacy-content{
    padding-top: 70px;
}

@media screen and (max-width: 768px) {
    .section-privacy-content{
        padding-top: 40px;
    }
}

.privacy-paragraph{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.privacy-content-txt{
    font-size: 1.6rem;
    line-height: 2.2;
    color: #000;
}

.privacy-title{
    text-align: center;
    font-size: 2.4rem;
    color: #ea5413;
    font-weight: 600;
    line-height: 2.2;
}

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

    .privacy-title{
        font-size: 1.8rem;
        margin:10px 0;
    }

    .privacy-content-txt{
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.disc-list{
    margin-left: 15px;
}

.disc-list li{
    list-style-type: none;
    font-size: 1.6rem;
    line-height: 2;
}

.disc-list li:before{
    content: '';
	width: 2px;
	height: 2px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -8px;
	top: -3px;
}

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

    .disc-list li{
        font-size: 1.4rem;
        line-height: 1.6;
    }
}





/*-----------------contact-----------------*/


/*smf関連*/

.input {
    border: 1px solid #aba9a9;
    /* font-weight: 500; */
    padding: 5px;
    font-size: 1.6rem;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

input{
    border: 1px solid #d4d4d4;
    font-weight:500;
    padding: .5em .5em .5em .7em;
}

.select,
.textarea{
    border: 1px solid #d4d4d4;
    font-weight:500;
    padding: .5em .5em .5em .7em;  
}

.smf-form .textarea{
    width: 100%;
    max-width: 700px;
    height: 180px;
}

.smf-form .input_text01{
    width:100%;
    max-width: 300px; 
    
}

.smf-form .input_text02{
    width: 100px;
}

.smf-form .input_text03{
    width: 100%;
    max-width: 700px;
}

.smf-form .input_text04{
    width: 170px;
}

.smf-form .select01{
    width: 180px;
}

::placeholder {
    opacity: .5;
}

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

    .smf-form .input,
    .smf-form .select,
    .smf-form .textarea{
        font-size: 1.6rem;
    }
    .smf-form .input_text01{
        width: 100%;
        max-width: inherit;
        /*width: calc(100% - 50px);*/
    }
    .smf-form .input_text02,
    .smf-form .input_text04,
    /*.input_text03,*/
    .smf-form .select01{
        max-width: 215px;
    }
    .contact-address-list_column2{
        width: calc(100% - 137px);
    }

    
}


.btn-auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100px;
    background: #d5d5d5;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    padding: 0.6em 0.5em 0.7em 0.5em;
    padding: 0.8em 0.5em 1em 0.5em;
}

.select, .textarea {
    border: 1px solid #aba9a9;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 1.6rem;
}



.contact-address-list {
    display: flex;
    align-items: center;
}

/*.contact-address-list_column2 {
    width: calc(100% - 137px);
}*/

@media screen and (max-width: 1000px){
    .contact-address-list_column2 {
        width: calc(100% - 137px);
    }
}

@media screen and (max-width: 1000px){
    .textarea {
        width: 100%;
        height: 180px;
    }
}


@media screen and (max-width: 768px){
    .input_text01 {
        width: 100%;
    }
    .btn-auto {
        margin-top: 10px;
        margin-left: 0;
    }  
    .smf-item__label__text > span {
        font-size: 1.2rem;
    }
}

.smf-form--simple-table{
    margin-bottom: 30px;
}

.smf-action .smf-button-control__control {
    background: var(--primary-orange-color);
    border-radius: 70px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    width: 320px;
    height: 70px;
    border: none;
}


@media screen and (max-width: 768px){
.smf-action .smf-button-control__control {
    width: 150px;
}
.smf-form--simple-table+.smf-action{
    display:flex;
    justify-content: center;
}
}


    @media screen and (min-width: 1000px){
.smf-form--simple-table .smf-item__col--label {
    flex: 0 0 210px;
    max-width: 210px;
    padding-bottom: 0;
    padding-right: var(--_padding1);
}
}

.wp-block-columns {
    align-items: normal!important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap!important;
}


/*@media (max-width: 781px){*/
@media (max-width: 1000px){
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100%!important;
    }
}
    
.wp-block-column.is-vertically-aligned-center {
    align-self: center;
}


[data-name="checkboxes-1hh1ci2ua"]{
    margin-top: 50px;
}

/*@media screen and (min-width: 640px){*/
@media screen and (min-width: 1000px){
.smf-form--simple-table .smf-item__col--controls {
    flex: 1 1 calc(100% - 288px);
    max-width: calc(100% - 288px);
    
}
}



.sme-text-color.has-vivid-red-color{
    color:#ff0000;
    font-size: 1.4rem;
    font-weight: 600;
}

a.privacy-link {
    text-decoration: underline;
}

.txt-alert{
    color:#ff0000;
    font-size: 1.4rem;
}

.smf-form--simple-table .contact-list01 {
    border-bottom: 1px solid var(--primary-green-color);
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
}

/*.smf-form--simple-table .contact-list01:first-of-type {
    border-top: 1px solid var(--primary-green-color);
}*/


.smf-checkboxes-control__control{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}


.smf-radio-buttons-control__control{
    display: flex;
    flex-wrap: wrap;
}

.smf-radio-buttons-control__control .smf-label{
    margin-left: 50px;
}

.smf-radio-buttons-control__control .smf-label:first-of-type{
    margin-left: 0;
}

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

    .smf-checkboxes-control__control,
    .smf-radio-buttons-control__control{
        display: block;
    }

    .smf-checkboxes-control__control .smf-label,
    .smf-radio-buttons-control__control .smf-label{
        margin:5px 0;
    }
    
    

}

@media screen and (max-width: 768px){
.smf-form--simple-table .contact-list01 {
    display: block;
}
}

.smf-action {
    text-align: center;
}

.smf-action .smf-button-control:nth-child(2n) {
    margin-left:20px;
}

[data-screen="confirm"] .contact-txt,
[data-screen="complete"] .contact-txt {
    display:none;
}

[data-screen="input"] .confirm-txt,
[data-screen="invalid"] .confirm-txt {
  display:none;
}

/* 「人数」の後ろに「人」を表示 */
input[name="ninzu"]::after {
    content: "人"; /* 表示する文字列 */
    margin-left: 5px; /* インプットとの間隔を調整 */
    color: #333; /* テキストカラー（任意） */
}

/* 「予定ゲーム数」の後ろに「ゲーム」を表示 */
input[name="gamesuu"]::after {
    content: "ゲーム"; /* 表示する文字列 */
    margin-left: 5px; /* インプットとの間隔を調整 */
    color: #333; /* テキストカラー（任意） */
}

.smf-form--simple-table .pt50{
    padding-top: 50px;
}

.smf-form--simple-table .pb50{
    padding-bottom: 50px;
}



/**/


.section-contact-wrapper{
    padding-top: 70px;
}

@media screen and (max-width: 768px) {
    .section-contact-wrapper{
        padding-top: 30px;
    }
}

.contact__list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact__list:last-child{
    margin-bottom: 0;
}

.contact__list dt{
    width: 200px;
    color:#ea5413;
    font-size: 1.6rem;
    font-weight: 500;
    transform: rotate(0.03deg);
}

.contact__list dd{
    width: calc(100% - 200px);
    font-size: 1.6rem;
    transform: rotate(0.03deg);
}

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

    .contact__list{
        margin-bottom: 20px;
    }

    .contact__list dt,
    .contact__list dd{
        width: 100%;
    }

    .contact__list dt{
        font-size: 1.4rem;
    }
}

.contact-address-list{
    display: flex;
    align-items: center;
}

.contact-address-list_column1{
    font-size: 1.4rem;
    width: 80px;
}

.required{
    color: #c0362f;
    font-size: 1.4rem;
    font-weight: 800;
    margin-left: 20px;
}

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

    .contact-address-list_column1{
        font-size: 1.2rem;
        width: 60px;
    }
    
    .required{
        font-size: 1.2rem;
        margin-left: 10px;
        width: 40px;
    }
}

.input{
    border: 1px solid #d4d4d4;
    font-weight:500;
    padding: .5em .5em .5em .7em;
}

.select,
.textarea{
    border: 1px solid #d4d4d4;
    font-weight:500;
    padding: .5em .5em .5em .7em;  
}

.textarea{
    width: 100%;
    height: 250px;
}

.input_text01{
    width:100%;
    /*width: 300px;
    max-width: 300px;   */
    
}

.input_text02{
    width: 180px;
}

.input_text03{
    width: 300px;
    max-width: 300px;
}

.select01{
    width: 180px;
}

::placeholder {
    opacity: .5;
}

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

    .input,
    .select,
    .textarea{
        font-size: 1.6rem;
    }
    .input_text01{
        width: 100%;
        /*width: calc(100% - 50px);*/
    }
    .input_text02,
    .input_text03,
    .select01{
        max-width: 215px;
    }
    .contact-address-list_column2{
        width: calc(100% - 137px);
    }

    .textarea{
        width: 100%;
        height: 180px;
    }
}


.button-contact-submit{
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    width:250px;
    height: auto;
    padding: 10px;
    background: #ea5413;
    text-align: center;
    position: relative;
    border: none;
    cursor: pointer;
}

.button_address{
    font-size:1.6rem;
    padding: 6px 10px;
    background: #e0e0e0;
    margin-left: 10px;
    cursor: pointer;
}

.button_address:hover{
    opacity: .7;
}

@media screen and (max-width: 768px) {
    .button_address{
        font-size: 1.2rem;
        padding: 12px 5px;
    }

}

/*-----------------slick-----------------*/

/*photo-slider サムネイル付写真slick*/

#photo-slider,
#photo-thumbnail_slider{
    width: 100%;
    margin: 0 auto 20px;
}

#photo-thumbnail_slider{
    margin: 0 auto;
}
.slide-item img{
    width: 100%;
}  
  .thumbnail-item img{
    width: 98%;
    margin: 0 auto;
}

#photo-slider .slick-next{
    right:5px;
}

#photo-slider .slick-prev{
    left:5px;
}


#photo-thumbnail_slider .slick-prev,
#photo-thumbnail_slider .slick-next{
    background-color: #fff;
    opacity: .8;
    width: 20px;
    height: 100%;
    background-image: none;
    background-position: center;
    z-index:1;
    border-radius:0;
    -webkit-border-radius: 0;
    top: 0;
    margin-top: 0;
}

#photo-thumbnail_slider .slick-prev{
    left: 0px;
}

#photo-thumbnail_slider .slick-next{
    right: 0px;
}

#photo-thumbnail_slider .slick-prev::before{
    content: "";
    display:block;
    width: 8px;
    height: 16px;
    margin-top: -8px;
    background-image: url(../img/btn-prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 30%;
}

#photo-thumbnail_slider .slick-next::before{
    content: "";
    display:block;
    width: 8px;
    height: 16px;
    margin-top: -8px;
    background-image: url(../img/btn-next.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 200;
    left: 25%;
}

@media screen and (max-width: 768px) {
    #photo-slider, 
    #photo-thumbnail_slider{
        margin: 0 auto 20px;
    }
}

/*---------------products----------------*/



/*.main-menu-list{
    display: flex;
}



.main-menu-list li a{
    display: block;
    width: 250px;
    height: 85px;
    background: #e8e9eb;
    padding-top: 15px;
    text-align: center;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    margin-right: 1px;
}

.main-menu-list li a.active,
.main-menu-list li a:hover{
    background: #fff;
    opacity: 1 !important;

}

.main-menu-list li a span{
    display: block;
}



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

    

    .main-menu-list li:last-child{
        margin-right: 0;
    }

    .main-menu-list li a{
        width: 100%;
        padding-top: 5px;
        height: 50px;
    }

    .main-menu-list li a span.txtBlue{
        zoom: 0.8;
    }
}

.title-vertical-line{
    position: relative;
}

.title-vertical-line::before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    margin-left: -1px;
    display: block;
    width: 1px;
    height: 60px;
    background-image: url(../img/vertical-line.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

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

    .title-vertical-line::before {
        top: -40px;
        height: 30px;
    }


}

.products_jisha-tasha-link-item{
    display: flex;
    margin-bottom: 150px;
}

.products_jisha-tasha-link-item > a{
    width: calc( 50% - 40px/2 );
    height: 370px;
    background:#f6f8fb;
    text-align: center;
}

.products_jisha-tasha-link-item > a:first-child{
    margin-right: 40px;
}

.products_jisha-tasha-link-item > a > div{
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-jisha{
    width: 420px;
    height: 115px;
}

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

    .products_jisha-tasha-link-item{
        margin-bottom: 45px;
    }

    .products_jisha-tasha-link-item > a img{
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 80%;
    }

    .products_jisha-tasha-link-item > a{
        width: calc( 50% - 15px/2 );
        height: 140px;
    }

    .products_jisha-tasha-link-item > a:first-child{
        margin-right: 15px;
    }

    .products_jisha-tasha-link-item > a > div{
        height: 100px;
    }

}*/

/*products-00*/

/*.products-img-wrap{
    width: 500px;
    padding-right: 50px;
}

.products-txt-wrap{
    width: 500px;
}

.square__back-line{
    display: flex;
    align-items: center;
}

.square__back-line span{
    width:200px;
    height: 50px;
    line-height:45px;
    font-size: 1.4rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    text-align: center;
}

.square__back-line::before{
    content: "";
    display: inline-block;
    background: #b5b5b5;
    width:145px;
    height: 1px;
}

.square__back-line::after{
    content: "";
    display: inline-block;
    background: #b5b5b5;
    width:145px;
    height: 1px;
}

.products__icon-yoto-wrap{
    width: 460px;
    margin:20px auto;
    display:flex;
}

.products__icon-yoto-item{
    width: 25%;
}

.products__icon-yoto-item div,
.products__icon-yoto-item p{
    text-align: center;
}

.link__catalogue-download{
    font-size: 1.8rem;
    font-weight: 700;
    color: #0864b2;
    border-bottom: 2px solid #7faed6;
}

.flex-wrap__l690-r310{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.flex-wrap__l690-r310:last-child{
    margin-bottom: 0;
}

.flex-item__l690{
    width: 690px;
}

.flex-item__r310{
    width: 310px;
}

.title-blue-underline{
    position: relative;
}

.title-blue-underline:after{
    position: absolute;
    content:"";
    left:0;
    bottom: -10px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background:#0864b2;

}

.flex-wrap__l500-r500{
    display: flex;
    flex-wrap: wrap;
}

.flex-item__l500{
    width: 500px;
}

.flex-item__r500{
    width: 500px;
}

.flex-wrap__l500-r500 img{
    margin-right: 1px;
    margin-bottom: 1px;
}

.table-style01{
    width: 100%;
    border-right: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
}

.table-style01 th,
.table-style01 td{
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    height: 50px;
}

table.scroll{
    width: 100%;
    table-layout: inherit;
    white-space: inherit;
}

.table-style01 th{
    background: #f6f8fb;
}
.table-style01 th.w27{
    width: calc( 27% - 3px/4 );
}

.table-style01 th.w32{
    width: calc( 32% - 3px/4 );
}

.table-style01 th.w12{
    width: calc( 12% - 3px/4 );
}

@media screen and (max-width: 768px) {
    .table-style01 td{
        padding-right: 20px;
        padding-left: 20px;
    }

    .table-style01 th{
        padding-right: 20px;
        padding-left: 20px;
    }


}

.w65{
    width: 65px;
}

.product-list-01 span{
    display: inline-block;
}

.product__item-box{
    height: 155px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__item-box-img{
    margin-right: 30px;
    display: flex;
    align-items: center;
}

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

    .products-img-wrap{
        width: 80%;
        padding-right: 0;
        margin: 0 auto;
    }

    .products-txt-wrap{
        width: 100%;
        margin-bottom: 30px;
    }

    .products-img-wrap img{
        max-width: 100%;
    }

    .square__back-line{
        justify-content: center;
    }

    .square__back-line span{
        width: 120px;
        height: 30px;
        font-size: 1.2rem;
        line-height: 26px;
    }
    .products__icon-yoto-wrap {
        width: 100%;
    }
    .products__icon-yoto-wrap div img{
        max-width: 80%;
    }
    .products__icon-yoto-wrap p{
        font-size: 1.0rem;
    }

    .link__catalogue-download{
        font-size: 1.2rem;
    }

    .title-blue-underline:after{
        bottom: -5px;
        width: 40px;
        height: 3px;
    }

    .flex-wrap__l690-r310 {
        margin-bottom: 40px;
    }

    .flex-item__l690{
        width: 100%;
    }
    .flex-item__r310{
        width: 80%;
        margin: 20px auto;
        text-align: center;
    }
    .flex-item__r310 img{
        max-width: 100%;
    }

    .flex-item__l500{
        width: 100%;
        margin-bottom: 20px;
    }
    .flex-item__l500 img{
        max-width: 100%;
    }
    .flex-item__r500{
        width: 100%;
    }
    .flex-item__r500 img{
        width: calc(33.3333% - 2px/3);
    }

    .flex-item__r500 img:nth-child(3n){
        margin-right: 0;
    }
    table.scroll{
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
        -webkit-overflow-scrolling: touch;
    }

    .product__item-box{
        height: auto;
        padding: 20px;
    }

    .product__item-box-img{
        width: 22%;
        margin-right: 0;
    }
    .product__item-box-img img{
        max-width: 90%;
    }
    .product__item-box-txt{
        width: 78%;
    }
}*/

/*products-01*/

/*.product-category-list{
    margin-bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-category-list li{
    border-left: 1px solid #000;
}

.product-category-list li:last-child{
    border-right: 1px solid #000;
}


.product-category-list li a{
    width: 250px;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 1.6rem;
}

.product-tasha-machine-wrap{
    display: flex;
    flex-wrap: wrap;
}
.product-tasha-machine-item{
    width: calc(33.3333% - 40px/3);
    margin-right: 20px;
    margin-bottom: 40px;
}

.product-tasha-machine-item:nth-child(3n){
    margin-right: 0;
}

.product-tasha-machine-item div{
    text-align: center;
    height: 200px;
}

.bk-blue{
    background:#0864b2;
    padding:5px 10px;
    color: #fff;
}



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

    .product-category-list{
        margin:0 auto 80px;
        width: 80%;
    }

    .product-category-list li{
        width: 50%;
    }

    .product-category-list li a{
        width: 100%;
        height: 25px;
        line-height: 25px;
        font-size: 1.4rem;
    }

    .product-tasha-machine-item{
        width: 50%;
        margin-right: 0;
    }

    .product-tasha-machine-item div{
        height: 100px;
    }

    .product-tasha-machine-item div img{
        max-width: 80%;
        max-height: 80%;
    }

    .bk-blue{
        font-size: 1.0rem;
        padding:3px;
    }

}*/


/*company*/

/*.mainvisual-company {
    background-image: url(../img/mainvisual-company.jpg);
    background-size: cover;
    background-position: center;
}

.dotted-list{
    border-top: 1px dashed #000;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.dotted-list:last-child{
    border-bottom: 1px dashed #000;
}

.company-gaiyo-list dt{
    width: 250px;
}

.company-gaiyo-list dd{
    width: calc(100% - 250px);
}

.company-enkaku-list dt{
    width: 150px;
}

.company-enkaku-list dd{
    width: calc(100% - 150px);
}

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

    .kokoroe-img{
        width: 90%;
        margin:0 auto;
    }

    .kokoroe-img img{
        max-width: 100%;
    }

    .dotted-list{
        padding: 10px 0;
    }

    .company-gaiyo-list dt{
        width: 100%;
        margin-bottom: 5px;
    }

    .company-gaiyo-list dd{
        width: 100%;
    }

    .company-enkaku-list dt{
        width: 100%;
        margin-bottom: 5px;
    }
    
    .company-enkaku-list dd{
        width: 100%;
    }

    .section-map iframe.h380sp{
        height: 380px !important;
    }
}*/

/*office*/

/*.office-list dt{
    width: calc(100% - 100px);
}

.office-list dd{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.office__mail{
    margin-right: 20px;
}

.office__mail img,
.office__map img{
        width: 35px;
        height: auto;
    }

@media screen and (max-width: 768px) {
    .office-list dt,
    .office-list dd{
        width: 100%;
    }

    .office-list dd{
        justify-content: center;
        margin-top:10px;
    }

    .office__mail img,
    .office__map img{
        width: 47px;
        height: auto;
    }

    .office__mail{
        margin-right: 40px;
    }

}*/

/*client*/

/*.client-wrap{
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    padding: 30px 0 40px;
}

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

.client-list li{
    width: 50%;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

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

    .client-wrap{
        padding: 20px 0;
    }

    .client-list li{
        width: 100%;
        margin-bottom: 5px;
        font-size: 1.6rem;
    }
}*/

/*info*/

/*.mainvisual-info {
    background-image: url(../img/mainvisual-info.jpg);
    background-size: cover;
    background-position: center;
}

.info-wrap{
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    padding: 30px 0 40px;
}


.mainvisual-info {
    background-image: url(../img/mainvisual-info.jpg);
    background-size: cover;
    background-position: center;
}

.info-detail-wrap{
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    padding: 30px 0 10px;
}


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

    .info-wrap{
        padding: 20px 0;
    }
    .info-detail-wrap{
        padding: 20px 0 5px;
    }
}


.info-title{
    margin: 40px 0 70px 0;
    font-size: 1.8rem;
    text-align: center;
}

.info-content{
    margin-bottom: 50px;
}

.info-content p{
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1.5em;
}

.news-detail-list{
    padding: 0;
    justify-content: flex-end;
}

.news-detail-list dt{
    width: auto;
}

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

    .info-title{
        margin: 20px 0 30px;
    }


}*/

/*contact*/

/*.mainvisual-contact {
    background-image: url(../img/mainvisual-contact.jpg);
    background-size: cover;
    background-position: center;
}

.contact-list01.first{
    border-top: 1px dashed #000;

}

.contact-list01{
    border-bottom: 1px dashed #000;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 40px;
}

.contact-list01 dt{
    font-size: 1.4rem;
    font-weight:bold;
    width: 190px;
    margin-top: 7px;
}

.contact-list01 dd{
    width: calc(100% - 190px);
}

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

    .contact-list01{
        padding: 15px 0 25px;
    }

    .contact-list01 dt{
        font-size: 1.2rem;
        margin-bottom:5px;
        width: 100%;
    }
    .contact-list01 dd{
        width: 100%;
    }
}


.blue-link-button {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 800;
    display: inline-block;
    width: 300px;
    text-align: center;
    padding: 0.4em 2em;
    cursor: pointer;
    border-radius: 5px;
    background-color: #0864b2;
}


input[type=submit].blue-link-button{
    border: 1px solid #0864b2;
    border-radius: 5px;
}

input[type=submit].blue-link-button:hover{
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.underline {
    text-decoration: underline;
}*/


/*privacy*/

/*mainvisual-privacy {
    background-image: url(../img/mainvisual-privacy.jpg);
    background-size: cover;
    background-position: center;
}

.privacy-wrap{ 
    border-top: 1px dashed #000;
    padding: 40px 0;
}

.privacy-wrap.last{
    border-bottom: 1px dashed #000;
}

.box__p30{
    padding: 30px;
}



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

    .privacy-wrap{
        padding: 20px 0 15px;
    }
}*/

/*sitemap*/

.sitemap-wrapper{
    padding: 50px;
}

.sitemap-wrapper .footer-list__arrow-left > li {
    margin-bottom: 10px;
}

.sitemap-wrapper .footer-list__arrow-left > li.fotter-sub-list{
    margin-bottom: 0;
}

.sitemap-wrapper .footer-list__arrow-left > li.fotter-sub-list.mb10{
    margin-bottom: 10px;
}

   


.sitemap-list li{
    text-indent: 10px;
    padding:10px 0;
}

.sitemap-list > li > a{
    display: block; 
		color:#555555 !important;
		padding:3px 0;
		font-size:1.8rem;
		text-decoration: none;
}

.sitemap-list > li > ul > li > a{
    display: block; 
    color:#555555 !important;
    padding:3px 0 3px 20px;
    font-size:1.8rem;
    text-decoration: none;
}

.sitemap-arrow:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/spnavi-arrow.png);
    background-size: contain;
    margin-right:5px;
}




@media screen and (max-width: 768px) {
    
    .sitemap-wrapper{
        padding: 40px 20px;
    }
    
    .sitemap-wrapper .footer-list {
        display: block;
        width: 100%;
    }
    
    .sitemap-wrapper .footer-list__arrow-left {
        margin-bottom: 10px;
    }

    .sitemap-list li{
        padding:5px 0;
    }
    .sitemap-list > li > a{
        font-size:1.6rem;
    }
    .sitemap-list > li > ul > li > a{
        font-size:1.6rem;
    }
}



/*共通要素*/


/*共通　flexboxタグ
-----------------------------------------------------------*/

.flex{
    display: flex;
    flex-wrap: wrap;
}
.flexb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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



@media screen and (max-width: 768px) {
    .blocksp{
        display: block;
    }
    .flex-dir_column_reverse-sp{
        flex-direction: column-reverse;
    }
}




/*背景
-----------------------------------------------------------*/
.bk-gray{
    /*background-color: #f6f8fb;*/
    background-image: url(../img/bk-gray-img.jpg);
}

.bk-yelllow{
    background-image: url(../img/bk-yellow-img.jpg);
}

/*a
-----------------------------------------------------------*/

a:hover{
    opacity: .8;
}

/*zoom in
-----------------------------------------------------------*/

.zoomIn img{
    transform: scale(1);
    transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  }

  .zoomIn a:hover{
    opacity: 1;
  }
  
  .zoomIn a:hover img{/*hoverした時の変化*/
    transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
    
  }
  
  /*　画像のマスク　*/
  
  .mask{
      display: block;
      line-height: 0;/*行の高さを0にする*/
      overflow: hidden;/*拡大してはみ出る要素を隠す*/
  }

/*その他装飾
-----------------------------------------------------------*/

.line-dashed{
    border-bottom: 1px dashed #000;
}

.line-dashed-top{
    border-top: 1px dashed #000;
}



.arrow-black-right::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    background-image: url(../img/icon_arrow-black-right.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 7px;
}

.arrow-black-left::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    background-image: url(../img/icon_arrow-black-right.png);
    background-size: contain;
    /*vertical-align: middle;*/
    margin-right: 7px;
}

.arrow-white-left::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(../img/icon_arrow-white-right.png);
    background-size: contain;
    margin-right: 7px;
}

.button__simple-square{
    background: transparent;
    border: 1px solid rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;   
    font-size: 1.4rem;
    width: 300px;
    height: 50px;
}

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

    .button__simple-square{
        width: 230px;
        height: 35px;
    }

}


/*フェードイン
-----------------------------------------------------------*/

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/* 下から */

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:1.0s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

/* 右から */

.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
@keyframes fadeRightAnime{
    from {
    opacity: 0;
    transform: translateX(100px);
    }

    to {
    opacity: 1;
    transform: translateX(0);
    }
}

/*text
-----------------------------------------------------------*/

.bold{
	font-weight: bold;
}

.txtcenter{
	text-align: center;
}

.txtright{
	text-align: right;
}

.txtjustify{
	text-align: justify;
}

.txtOrange{
    color: var(--primary-orange-color);
}

.txtBlue{
    color: #0864b2;
}

.txtRed{
    color: #ff0000;
}



.title-mincho{
    font-family: 'Noto Serif JP', serif;
    font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
    .title-mincho{
        font-size: 2.4rem;
    }
    .txtleftsp{
        text-align: left;
    }
}

.blue-subtitle{
    font-size: 1.4rem;
    color: #0864b2;
}

@media screen and (max-width: 768px) {
    .blue-subtitle{
        font-size: 1.2rem;
    }
}

/*font
-----------------------------------------------------------*/

.fz12{
	font-size: 1.2rem;
}

.fz14{
	font-size: 1.4rem;
}

.fz16{
	font-size: 1.6rem;
}

.fz18{
	font-size: 1.8rem;
}

.fz20{
	font-size: 2.0rem;
}

.fz22{
	font-size: 2.2rem;
}

.fz24{
	font-size: 2.4rem;
}

.fz26{
	font-size: 2.6rem;
}
.fz28{
	font-size: 2.8rem;
}

.fz30{
	font-size: 3.0rem;
}

.fz35{
	font-size: 3.5rem;
}

.fz36{
	font-size: 3.6rem;
}

.fz40{
	font-size: 4.0rem;
}

.fz50{
	font-size: 5.0rem;
}

.fw700{
    font-weight: 700;
}

.fw400{
    font-weight: 400;
}

.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}


.lsplus10{
	letter-spacing: 1px;
}

.lsminus05{
	letter-spacing: -.5px;
}

.lsminus10{
	letter-spacing: -1px;
}

.lsminus15{
	letter-spacing: -1.5px;
}

.lsminus18{
	letter-spacing: -1.8px;
}

.lsminus20{
	letter-spacing: -2px;
}

.lsplus15{
	letter-spacing: 1.5px;
}

.lh10{
	line-height: 1.0;
}

.lh12{
	line-height: 1.2;
}

.lh14{
	line-height: 1.4;
}

.lh18{
	line-height: 1.8;
}

.lh20{
	line-height: 2.0;
}
.lh25{
	line-height: 2.5;
}
.lh30{
	line-height: 3.0;
}

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

    .fz10sp{
        font-size: 1.0rem;
    }
    .fz12sp{
		font-size: 1.2rem;
	}
	.fz14sp{
		font-size: 1.4rem;
	}
	.fz15sp{
		font-size: 1.5rem;
	}
	.fz16sp{
		font-size: 1.6rem;
	}
	.fz18sp{
		font-size: 1.8rem;
	}
    .fz20sp{
        font-size: 2.0rem;
    }
	.fz22sp{
		font-size: 2.2rem;
	}
	.fz24sp{
		font-size: 2.4rem;
	}
	.fz28sp{
		font-size: 2.8rem;
	}
	.fz30sp{
		font-size: 3.0rem;
	}
	.lh14sp{
		line-height: 1.4;
	}
	.lh16sp{
		line-height: 1.6;
	}
    .lsminus20sp{
		letter-spacing: -2.0px;
	}
	.lsminus15sp{
		letter-spacing: -1.5px;
	}
	.lsminus10sp{
		letter-spacing: -1px;
	}

}


/*mt mb 調整タグ
-----------------------------------------------------------*/

.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mt60{
    margin-top:60px;
}
.mt80{
    margin-top:80px;
}
.mt100{
    margin-top:100px;
}
.mb5{
    margin-bottom:5px;
}
.mb10{
    margin-bottom:10px;
}
.mb15{
    margin-bottom:15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom:50px;
}
.mb60{
    margin-bottom:60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb80{
    margin-bottom: 80px;
}
.mb100{
    margin-bottom: 100px;
}
.mb120{
    margin-bottom: 120px;
}
.mb130{
    margin-bottom: 130px;
}
.mb160{
    margin-bottom: 160px;
}
.mb200{
    margin-bottom: 200px;
}


.ml0{
    margin-left:0;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml20{
    margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
.ml40{
	margin-left: 40px;
}
.ml50{
    margin-left: 50px;
}

.mr5{
    margin-right: 5px;
}

.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.mr30{
    margin-right: 30px;
}
.pt25{
    padding-top: 25px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}
.pt60{
    padding-top: 60px;
}
.pt70{
    padding-top: 70px;
}
.pt80{
    padding-top: 80px;
}
.pt100{
    padding-top: 100px;
}

.pt150{
    padding-top: 150px;
}
.pb10{
    padding-bottom: 10px;
}
.wrapppb20{
    padding-bottom: 20px;
}
.pb20{
    padding-bottom: 20px;
}
.pb25{
    padding-bottom: 25px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pb50{
    padding-bottom: 50px;
}
.pb60{
    padding-bottom: 60px;
}
.pb80{
    padding-bottom: 80px;
}
.pb90{
    padding-bottom: 90px;
}
.pb100{
    padding-bottom: 100px;
}
.pb120{
    padding-bottom: 120px;
}
.pb130{
    padding-bottom: 130px;
}
.pb150{
    padding-bottom: 150px;
}
.pb200{
    padding-bottom: 150px;
}

.pl5{
    padding-left: 5px;
}

.pl10{
    padding-left: 10px;
}

.pl30{
    padding-left: 30px;
}

.pl20{
    padding-left: 20px;
}
.pl50{
    padding-left:50px;
}
.pl60{
    padding-left:60px;
}
.pl70{
    padding-left:70px;
}
.pl25{
    padding-left: 25px;
}

.pl110{
    padding-left: 110px;
}

.pr30{
    padding-right: 30px;
}
.pr70{
    padding-right: 70px;
}


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

    /*margin*/
    .mt15{
        margin-top:10px;
    }
    .mt30{
        margin-top:15px;
    }
    .mt40{
        margin-top:20px;
    }
    .mt50{
        margin-top:25px;
    }
    .mt60{
        margin-top:30px;
    }
    .mt80{
        margin-top:40px;
    }
    .mt100{
        margin-top:50px;
    }
    .mb10{
        margin-bottom:5px;
    }
    .mb15{
        margin-bottom:10px;
    }
    .mb20{
        margin-bottom: 10px;
    }
    .mb30{
        margin-bottom: 15px;
    }
    .mb40{
        margin-bottom: 20px;
    }
    .mb50{
        margin-bottom:25px;
    }
    .mb60{
        margin-bottom:30px;
    }
    .mb70{
        margin-bottom: 35px;
    }
    .mb80{
        margin-bottom: 40px;
    }
    .mb100{
        margin-bottom: 50px;
    }
    .mb120{
        margin-bottom: 60px;
    }
    .mb130{
        margin-bottom: 65px;
    }
    .mb160{
        margin-bottom: 80px;
    }
    
    /*sp調整タグ*/
    .mb05sp{
        margin-bottom: 5px;
    }
    .mb10sp{
        margin-bottom: 10px;
    }
    .mb25sp{
        margin-bottom: 25px;
    }
    .mb50sp{
        margin-bottom: 50px;
    }
    .mt30sp{
        margin-top: 30px;
    }
    .mt60sp{
        margin-top: 60px;
    }
    .minwidth90{
        min-width: 90px;
    }

    /*padding*/
    
    .pt25{
        padding-top: 15px;
    }
    .pt40{
        padding-top: 20px;
    }
    .pt50{
        padding-top: 25px;
    }
    .pt60{
        padding-top: 30px;
    }
    .pt70{
        padding-top: 35px;
    }
    .pt80{
        padding-top: 40px;
    }
    .pt100{
        padding-top: 50px;
    }
    .pt150{
        padding-top: 75px;
    }
    .pb20{
        padding-bottom: 10px;
    }
    .pb25{
        padding-bottom: 13px;
    }
    .pb30{
        padding-bottom: 15px;
    }
    .pb40{
        padding-bottom: 20px;
    }
    .pb50{
        padding-bottom: 25px;
    }
    .pb60{
        padding-bottom: 30px;
    }
    .pb80{
        padding-bottom: 40px;
    }
    .pb90{
        padding-bottom: 45px;
    }
    .pb100{
        padding-bottom: 50px;
    }
    .pb120{
        padding-bottom: 60px;
    }
    .pb130{
        padding-bottom: 75px;
    }

    .pb150{
        padding-bottom: 75px;
    }

    /*sp調整タグ*/

    .pt25sp{
        padding-top: 25px;
    }
    .pb25sp{
        padding-bottom: 25px;
    }
    .pl30{
        padding-left: 15px;
    }
    .pr30{
        padding-right: 15px;
    }
    .pl20sp{
        padding-left: 20px;
    }
    
    /*marigin-left sp調整*/
    .ml0sp{
        margin-left:0;
    }
    .pl0sp{
        padding-left: 0;
    }

    /*width sp100%*/
    .w100sp{
        width: 100%;
        height: auto;
    }
}





/*スマホメニュー
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	#spnavi{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		background: #fff;
		left: 0;
		z-index:90;
        padding: 5px 0 30px;
	}
	#spnavi > ul{
		display: block;
		margin: 0 auto;
		width: 95%;
	}
	#spnavi > ul > li{
		margin: 0 auto;
		text-indent:10px;
		/*border-bottom: 1px solid #525252;*/
        padding: 5px 0;
	}
	
	/*#spnavi > ul > li:first-child{
		border-top: 1px solid #525252;
	}*/
	
	#spnavi > ul > li > a{
		display: block; 
		color:#232323 !important;
		padding:3px 0;
		font-size:1.4rem;
		text-decoration: none;
	}

    #spnavi > ul > li > ul > li > a{
		display: block; 
		color:#555555 !important;
		padding:0 0 0 30px;
		font-size:1.4rem;
		text-decoration: none;
	}

	#spnavi > ul li a:hover{
		text-decoration:none;
		opacity:.7;
	}

    #spnavi h1 > a > img{
        width: 170px;
        height: auto;
    }
	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 35px;
        height: 35px;
		position:absolute;
		top: 5px;
		/*top:35px;*/
		right:10px;
		z-index: 100;
		text-align: center;
        padding: 10px;
		border-radius: 50%;
        background: var(--primary-orange-color);
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}

    .top-page #nav_toggle span{
        background: #fff;
    }
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:6px;
	}
	#nav_toggle span:nth-child(3){
		top:12px;
	}
	
	#nav_toggle p.togglemenu{
		background:none;
		color:#fff;
		font-size:8px;
		padding-top:19px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 7px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
            background: #fff;
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 7px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
            background: #fff;
		}
	
	.header-companylogo_sp{
		position:absolute; 
		top:20px;
		left:10px;
		z-index:99;
		/*top:-27px; 
		right:-10px;*/
	}

    .spnavi-arrow:before{
        content: '';/*何も入れない*/
        display: inline-block;/*忘れずに！*/
        width: 10px;/*画像の幅*/
        height: 10px;/*画像の高さ*/
        background-image: url(../img/icon-orange-right-arrow.png);
        background-size: contain;
        /*vertical-align: middle;*/
        margin-right:5px;
    }
}	


/*スマホメニュー終わり
-----------------------------------------------------------------*/	


/*pconly sponly切り替え　スマホtel処理
-----------------------------------------------------------*/

@media screen and (min-width: 1024px) {
	.w1024only{
		display: none;
	}
}

@media screen and (max-width: 1024px) {
    .w1024only{
        display: block;
        position:relative;
        z-index: 2;
    }
}

@media screen and (min-width: 769px) {
	.sponly{
		display: none;
	}
}


@media screen and (max-width: 768px) {
    .pconly{
        display: none;
    }
    .sponly{
        display: block;
        position:relative;
        /*z-index: 2;*/
    }
    /*a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }*/

}
