@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body {
	font: 16px/2 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	color: #000;
	background: url(images/back.webp) no-repeat fixed;
	background-size: cover; /* 画像が画面全体を覆うように調整 */
}

/* ipad、スマホ用メディアクエリ */
@media screen and (max-width: 1366px) {
    body {
        background-image: none;
        background-color: #fff;
    }
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 30px;
}

#mainnav a{
	color: #000;
}


#mainImg {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#mainImg img {
	width: 100%;  /* 画像の幅を画面いっぱいに */
	height: auto; /* 高さは幅に比例して自動調整 */
	display: block; /* 余計な余白をなくすため */
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
	line-height: 2em;
}

#footer p{
	padding-bottom: 10px;
	font-size: 14px;

        }


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}


section h2{
  position: relative;
  padding: 10px;
	margin: 0 auto 30px;
	font-size: 26px;
	font-weight:bold;
	text-align: center;
	letter-spacing: 0.02em; /* フォントサイズの0.01文字分広げる */
}

section h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 768px) {
section h2{
	font-size: 21px;
    }
}

section h3{
	margin: 0 auto 30px;
	font-size: 26px;
	font-weight:bold;
	text-align: center;
	color: #3C3C7C;
        }

section h4{
	font-size: 20px;
	font-weight:bold;
	border-bottom: solid 3px #3C3C7C;
	color: #3C3C7C;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 50px;
	font-size: 16px;
}

.image-small {
	margin: 0 auto;
        max-width: 90%; /* 横幅を制限 */
}

.larger-text {
    font-size: 1.7em; /* 元のサイズの1.5倍 */
    font-weight: bold; /* 太字にしたい場合 */
    padding: 0 5px;
}


.larger-text2 {
    font-size: 2em; /* 元のサイズの1.8倍 */
    font-weight: bold; /* 太字にしたい場合 */
}

.larger-text3 {
    font-size: 2em;
    font-weight: bold;
    color: #3E9961;
    background: linear-gradient(transparent 60%, #ffeb3b 60%);
}


/* スマホ向けのフォントサイズ調整 */
@media (max-width: 768px) {
    .image-small {
        max-width: 100%; /* 横幅を制限 */
    }

    .larger-text {
        font-size: 1.2em; /* スマホ時にフォントサイズを小さく */
    }
    
    .larger-text2 {
        font-size: 1.3em; /* スマホ時にフォントサイズを小さく */
    }

    
    .larger-text3 {
        font-size: 1.5em; /* スマホ時にフォントサイズを小さく */
    }
}

@media (max-width: 768px) {
  #corporate-logo {
    content: url('images/corporate_logo_.png');
  }
}

.catch{
    font-size:1.5em;
    font-weight:bold;
    line-height:1.8;
    text-align:center;
    letter-spacing: 0.01em; /* フォントサイズの0.01文字分広げる */
}

.catch .em{
    font-size:1.3em;   /* 親の1.8emに対して少し大きく */
    color:#3E9961;
    padding: 0 5px;
}


@media (max-width:768px){

    .innerS{
        width:90%;
    }

    .catch{
        font-size:1.4em;
        line-height:1.5;
    }

    .catch .em{
        font-size:1.15em;
    }
}



/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img {
  width: 100%;
  margin-bottom: 30px;
}
.mess-bg{
    background: url(images/hinkaku.png) no-repeat center;
    background-size: 100% auto;
}

@media screen and (max-width: 768px){
    .mess-bg{
        background: none;
    }
}

/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 0px;
}

.col3 li{
	line-height: 2.0;
	font-size: 16px;
}

.col3 .img{
	padding: 10px;
	margin: 5px;
	line-height: 0 !important;
	/*background: #f6f6f6;*/
	/*background: #ffffff;*/
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 80px 20px;
}

#sec04_02 img{
	max-width: 40%;
}


/* SEC05 QA
------------------------------------------------------------*/

#sec05{
	background: #f6f6f6;
}

/*******************************
/* スマホ表示
*******************************/
/* PC: 初期表示 */
.pc-wide {
  display: block;
}
.sp-wide {
  display: none;
}

/* スマホ表示のとき */
@media screen and (max-width: 768px) {
  .pc-wide {
    display: none;
  }

  .sp-wide {
    display: block;
  }

  .sp-text {
    padding: 10px;
    font-size: 15px;
    color: #333;
    text-align: left;
  }

  .sp-text ul {
    padding-left: 20px;
    list-style: disc;
  }

  .sp-text li {
    margin-bottom: 5px;
  }
}


@media screen and (max-width: 768px) {
  .sp-hide-img {
    display: none;
  }
  .sp-hide-target {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #sec03,
  #sec03 header,
  #sec03 
h2,
  #sec04,
  #sec04 header,
  #sec04 h2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.col3 {
margin-bottom: 10px !important;
}


/*******************************
/* 6つのポイント
*******************************/
        /* 各項目ごとに背景画像を設定 */
        .item-1 {
            background-image: url('./images/no1.png');
        }

        .item-2 {
            background-image: url('./images/no2.png');
        }

        .item-3 {
            background-image: url('./images/no3.png');
        }

        .item-4 {
            background-image: url('./images/no4.png');
        }

        .item-5 {
            background-image: url('./images/no5.png');
        }

        .item-6 {
            background-image: url('./images/no6.png');
        }

        /* 共通のスタイル設定 */
        .item {
            background-size: contain; /* 画像を要素内に収める */
            background-position: left center; /* 画像を左寄せ */
            background-repeat: no-repeat; /* 画像を繰り返さない */
            /*padding: 20px;
            margin: 10px 0;
            height: 150px;  高さを設定して画像が表示される領域を確保 */
        }


/*******************************
/* 横並びBOX
*******************************/

        /* コンテナのスタイル設定 */
        .image-container {
            display: flex; /* フレックスボックスを使用 */
            justify-content: space-between; /* 画像を均等に配置 */
            flex-wrap: nowrap; /* 一列に並べる */
            padding: 10px;
            max-width: 1200px; /* コンテナの最大幅を設定 */
            margin: 0 auto; /* 中央揃え */
        }

        /* 各画像とテキストを含むボックス */
        .image-box1 {
            /*text-align: center; /* テキストを中央揃え */
            margin: 10px; /* 各画像ボックスの外側に余白を追加 */
            max-width: 250px; /* テキストの横幅を制限 */
        }

        /* 見出しのスタイル */
        .midashi {
        text-align: center; /* テキストを中央揃え */
        margin: 10px 0 10px; /* 画像とテキストの間にスペースを追加 */
        font-size: 20px;
        font-weight: bold;
        color: #3E9961;
         line-height:1.5em;
        }

        /* テキストのスタイル */
        .image-box1 p {
            margin-top: 5px; /* 画像とテキストの間にスペースを追加 */
            font-size: 16.5px;
            color: #333;
            padding-bottom: 40px;
        }

.image-box2{
    flex:1;
    background:#fff;
    border:5px solid #e6e6e6;   /* 枠 */
    border-radius:20px;
    margin: 10px; /* 各画像ボックスの外側に余白を追加 */
    padding:25px;
    text-align:center;
    box-sizing:border-box;
}

.image-box2 p{
    font-size:16.5px;
    line-height:1.8;
    text-align:left;
}

        /* スマホ用のスタイル調整 */
        @media screen and (max-width: 768px) {
            .image-container {
                flex-wrap: wrap; /* スマホ画面では折り返す */
                flex-direction: column; /* 縦に並べる */
                align-items: center; /* 中央揃え */
            }

            .image-box1 {
                max-width: 75%; /* スマホ画面では画像ボックスの幅を100%にする */
                margin: 20px 0; /* 縦並びのための余白を設定 */
            }


        }



/*******************************
/* コンセプト
*******************************/
.container{
    display:flex;
    align-items:center;
    max-width:1200px;
    width:calc(100% - 60px);
    margin:30px auto;
    background:#f6f6f6;
}

        /* 1行目と3行目：画像が左、テキストが右 */
        .container:nth-child(odd) {
            flex-direction: row-reverse;
            background-color: #f6f6f6;

        }

        /* 2行目：画像が右、テキストが左 */
        .container:nth-child(even) {
            flex-direction: row;
            background-color: #f6f6f6;
        }

.image{
    flex:0 0 42%;
    padding:0;
}

.text{
    position: relative;
    flex:0 0 58%;
    padding:50px 50px 30px;
    box-sizing:border-box;
    font-size:20px;
    overflow:hidden;
}

.text::before{
    position:absolute;
    top:0px;
    right:30px;
    font-size:90px;
    font-weight:700;
    color:#3E9961;
    opacity:0.2;
    line-height:1;
    z-index:0;
}

.container:nth-of-type(1) .text::before{
    content:"01";
}

.container:nth-of-type(2) .text::before{
    content:"02";
}

.container:nth-of-type(3) .text::before{
    content:"03";
}

.container:nth-of-type(4) .text::before{
    content:"04";
}

/* 見出しのスタイル */
.midashi1 {
    margin: 20px 0; /* 画像とテキストの間にスペースを追加 */
    font-size: 26px;
    font-weight: bold;
    color: #3E9961; /* 緑 */
        /* color: #ed6d35; /* オレンジ */
    line-height:1.5em;
        }


.midashi1,
.text p{
    position:relative;
    z-index:1;
}

        /* スマートフォンなどの小さな画面では縦並びにする */
        @media (max-width: 768px) {
           .container{
                display:block;
                width: calc(100% - 30px);
                margin:20px auto;
           }

           .text{
                padding:25px 20px 35px;
           }

           .image{
                padding:0;
           }

}

/*******************************
/* 導入の流れ
*******************************/

        /* コンテナのスタイル設定 */
        .image-container {
            display: flex; /* フレックスボックスを使用 */
            justify-content: space-between; /* 画像を均等に配置 */
            flex-wrap: nowrap; /* 一列に並べる */
            padding: 10px;
            max-width: 1200px; /* コンテナの最大幅を設定 */
            margin: 0 auto; /* 中央揃え */
        }

        /* 各画像とテキストを含むボックス */
        .image-box {
            text-align: center; /* テキストを中央揃え */
            margin: 10px; /* 各画像ボックスの外側に余白を追加 */
            max-width: 200px; /* テキストの横幅を制限 */
        }

        /* 画像のスタイル */
.gray-background {
    background-color: #f0f0f0; /* 薄いグレー */
    padding: 10px; /* 画像の周りに余白を追加 */
    border-radius: 8px; /* 角を丸くする */
}

        /* テキストのスタイル */
        .image-box p {
            margin-top: 10px; /* 画像とテキストの間にスペースを追加 */
            font-size: 16px;
            color: #333;
            padding-bottom: 40px;
        }

        /* スマホ用のスタイル調整 */
        @media screen and (max-width: 768px) {
            .image-container {
                flex-wrap: wrap; /* スマホ画面では折り返す */
                flex-direction: column; /* 縦に並べる */
                align-items: center; /* 中央揃え */
            }

            .image-box {
                max-width: 100%; /* スマホ画面では画像ボックスの幅を100%にする */
                margin: 20px 0; /* 縦並びのための余白を設定 */
            }
        }


/*******************************
/* アコーディオン
*******************************/

.accordion {
    width: 100%;
    max-width: 80%; /* 横幅を調整 */
    margin: 0 auto; /* 中央揃え */
    margin-bottom: 10px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 8px solid #3E9961;
    background-color: #f6f6f6;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}


/* 展開後のレイアウト: 画像とテキストを横並びにする */
.accordion[open] p {
    display: flex;
    align-items: flex-start; /* テキストを画像の上部に揃える */
    gap: 2.5em; /* 画像とテキストの間隔を調整 */
    margin-top: 5px;
    font-size: 17px; /* フォントサイズ */
}

/* 画像スタイル */
.accordion p a {
    flex: 0 0 350px;
}

.accordion img {
    width: 100%;
    height: auto;
    display: block;
}

.accordion ul {
    padding-left: 60px; /* リストのインデントを調整 */
    list-style-type: disc; /* リストのスタイルをディスクに設定 */
    margin-top: -20px; /* リストとテキストの間隔を狭くする */
}

/* スマホ表示用のレイアウト: 画像の下にテキストを配置 */
@media (max-width: 768px) {
    .accordion[open] p {
        flex-direction: column; /* 縦並びに変更 */
        gap: 0em; /* 画像とテキストの間隔を調整 */
    }

    .accordion p a {
        flex: 0 0 100px;
}

    .accordion {
        max-width: 100%; /* 横幅を画面いっぱいに */
        margin-left: 0;  /* 左余白をなくす */
        margin-right: 0; /* 右余白をなくす */
    }

    .accordion img {
        margin-bottom: -30px;
    }
}

/*******************************
/* QAアコーディオン
*******************************/
.qa {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa summary::before,
.qa p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa summary::before {
    color: #3E9961;
    content: "Q";
}

.qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa summary::-webkit-details-marker {
  display:none;
}

.qa[open] summary::after {
    transform: rotate(225deg);
}

.qa p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa[open] p {
    transform: none;
    opacity: 1;
}

.qa p::before {
    color: #ed6d35;
    line-height: 1.2;
    content: "A";
}
.qa ul{list-style-type: disc;
	padding-bottom: 20px;
}
.qa li{
	margin: 0 4.5em;
}


/*******************************
/* トップに戻るボタン
*******************************/
.pagetop {
    height: 50px;
    width: 50px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 170px;
    background: rgba(102, 102, 102, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop_arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

.pagetop:hover {
    text-decoration: none;
    background: rgba(144, 144, 144, 0.8);
}


@media screen and (max-width: 768px) {
    .pagetop {
        /* display: none; /* スマホではボタンを非表示にする */
        right: 5px;
        bottom: 30px;
    }
}


/*******************************
/* 資料請求ボタン
*******************************/
/* スクロールで出てくる固定ボタン */
.request-info-button {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #ed6d35;
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    z-index: 1000;
    font-weight: bold;
}

/* フェードイン時の状態 */
.request-info-button.visible {
    opacity: 1;
    visibility: visible;
}

/* 三角マーク */
.request-info-button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid white;
    width: 0;
    height: 0;
}

/* ホバー */
.request-info-button:hover {
    opacity: 0.5;
    transition: 0.3s;
    text-decoration: none;
}

/* ファーストビュー下のボタン */
.fv {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
}

.request-info-button-firstview {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 21px;
    background-color: #ed6d35;
    color: white;
    padding: 15px 140px;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 21px;
    position: relative;
    z-index: 1000;
    font-weight: bold;
}



/* 三角マーク */
.request-info-button-firstview::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid white;
    width: 0;
    height: 0;
}

/* ホバー */
.request-info-button-firstview:hover {
    opacity: 0.5;
    transition: 0.3s;
    text-decoration: none;
}

/* スマホ用メディアクエリ */
@media (max-width: 768px) {
    .request-info-button {
        display: none; /* スマホではボタンを非表示にする */
    }

  .request-info-button-firstview {
    margin-top: 50px;
    font-size: 16px;
    padding: 10px 60px;
  }
}

/*******************************
/* お問い合わせボタン
*******************************/
/* ボタングループ全体のスタイル */
.button-group {
    display: flex; /* フレックスボックスを使用 */
    gap: 10px; /* ボタン間のスペース */
    justify-content: center; /* 中央揃え */
    padding: 0 20px 60px; /* 左右に余白を追加 */
    max-width: 1200px; /* 最大幅を設定して中央寄せ */
    margin: 20px auto; /* 上下のマージンと中央寄せ */
}

/* 各ボタンのスタイル */
.action-button {
    display: flex; /* フレックスボックスを使用 */
    flex-direction: column; /* 垂直方向にアイテムを配置 */
    align-items: center; /* 垂直方向の中央揃え */
    justify-content: center; /* 水平方向の中央揃え */
    background-color: #ffffff; /* ボタンの背景色 */
    color: #3C3C7C; /* ボタンの文字色 */
    padding: 20px 20px; /* パディング */
    text-decoration: none; /* テキストの下線を消す */
    border-radius: 5px; /* 角を丸くする */
    box-shadow: 0 4px 4px rgb(0 0 0 / 8%), 0 2px 3px -2px rgba(0 0 0 / 5%); /* 影を追加 */
    text-align: center; /* テキストを中央揃え */
    flex: 1; /* ボタンの幅を均等にする */
    min-width: 150px; /* ボタンの最小幅 */
    font-size: 16px; /* フォントサイズ */
    font-weight: bold;
    line-height: 1.6;
    border: solid 1px #3C3C7C;
    position: relative; /* 擬似要素のために相対位置を指定 */
}

/* 小さな横向きの三角形をボタンの背景に追加 */
.action-button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px; /* 右端に三角形を配置 */
    transform: translateY(-50%); /* 三角形を縦方向に中央揃え */
    border-top: 5px solid transparent; /* 三角形の上部を透明に */
    border-bottom: 5px solid transparent; /* 三角形の下部を透明に */
    border-left: 7px solid #3C3C7C; /* 横向きの三角形 */
    width: 0;
    height: 0;
}
/* ホバー時のスタイル */
.action-button:hover {
    opacity:0.5; /* カーソルを合わせたときに少し薄くする */
    transition:0.3s; /* 背景色のアニメーション */
    text-decoration: none; /* 下線をなくす */
}


/* スマホ用メディアクエリ */
@media (max-width: 768px) {
    .button-group {
        flex-direction: column; /* 縦並びにする */
    }
}


/*******************************
/* コスト
*******************************/
/* コストグループ全体のスタイル */
.cost-group {
    display: flex; /* フレックスボックスを使用 */
    gap: 10px; /* ボタン間のスペース */
    justify-content: center; /* 中央揃え */
    padding: 0 20px 60px; /* 左右に余白を追加 */
    max-width: 1200px; /* 最大幅を設定して中央寄せ */
    margin: 0px auto; /* 上下のマージンと中央寄せ */
}

/* 各コストのスタイル */
.cost-box  {
    display: inline-block; /* インラインブロックで表示 */
    background-color: #EDEEF9; /* 背景色 */
    color: #3C3C7C; /* 文字色 */
    padding: 20px 20px; /* パディング */
    text-decoration: none; /* テキストの下線を消す */
    border-radius: 20px; /* 角を丸くする */
    text-align: center; /* テキストを中央揃え */
    flex: 1; /* ボタンの幅を均等にする */
    font-size: 18px; /* フォントサイズ */
    font-weight: bold;
    line-height: 1.8;
    height: auto; /* 高さを自動調整 */
}

.marker{
    background: linear-gradient(transparent 60%, #fff36a 60%);
}



/* スマホ用メディアクエリ */
@media (max-width: 768px) {
    .cost-group {
        flex-direction: column; /* 縦並びにする */
    }
}



/*******************************
/* 角丸ボタン
*******************************/
.btn {
  display: inline-block;
  background: salmon; /* 背景色 */
  color: #fff; /* 文字色 */
  padding: 16px 120px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入るリンクの下線を消す */
  border-radius: 30px; /* 角を丸くする */
  margin-top: 30px; /* 上下に余白を追加 */
  font-weight: bold;
}

/* ホバー時のスタイル */
.btn:hover {
    opacity:0.5; /* カーソルを合わせたときに少し薄くする */
    transition:0.3s; /* 背景色のアニメーション */
    text-decoration: none; /* 下線をなくす */
}


/*******************************
/* テーブル
*******************************/
.table-01 {
  border-collapse: collapse;
  width: 100%;
}
 
.table-01 th,
.table-01 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.table-01 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
 
@media only screen and (max-width: 800px) {
  .table-01 tr,
  .table-01 th,
  .table-01 td {
    display: block;
    width: auto;
  }
  
  .table-01 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .table-01 th,
  .table-01 td {
    border-top: none;
  }
}

@media only screen and (max-width: 640px) {
  .table-01 tr,
  .table-01 th,
  .table-01 td {
    width: 95%;
    border-top: none;
  }
}


/*******************************
/* 流れるロゴ
*******************************/
.logo-sliders {   /* 3つまとめるラッパー */
  display: flex;
  flex-direction: column;
}

.logo-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff; /* 背景色 */
}

.logo-track {
  display: flex;
  animation: scroll 50s linear infinite;
}

.logo {
  flex: 0 0 auto;
  width: 200px; /* ロゴの幅を適宜設定 */
  padding: 0 10px; /* ロゴ同士の余白 */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:15px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 25px 25px 10px 0px;
		font-size: 15px;
	}
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}
            .image-box:first-child {
                margin-left: 0; /* スマホ画面では余白を削除 */
            }

            .image-box:last-child {
                margin-right: 0; /* スマホ画面では余白を削除 */
            }
        }



@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}



@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 0 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
	#sec04_02 img{
		max-width: 70%;
	}
}


@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 35px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}

/* YouTube RESPONSIVE 設定
------------------------------------------------------------*/
/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* cookieボタン位置調整等 */
/* a.cc-btn.cc-allow{margin-left:-210px !important;} */
.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1; flex:0 !important;}
a.cc-btn.cc-allow{margin-left:-210px !important; width:88px !important;}
a.cc-btn.cc-deny{width:88px !important;}

