@charset "UTF-8";

body {
    font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-font-smoothing: antialiased;/*macでサイトのフォントが太くなるのを回避：アンチエイリアス制御*/
    color: #333;
}
.mincho{font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;/*macでサイトのフォントが太くなるのを回避：アンチエイリアス制御*/
}

:root{
  --el-blue:#439dfc;
  --el-red:#e73650;
}
.el-blue {
    color: var(--el-blue);
}
.el-red {
    color: var(--el-red);
}

.bold{font-weight: bold;}

.wrap{width: 100%; max-width: 600px; margin: 0 auto; height: auto; position: relative;}
.header {width: 100%; text-align: left; padding:4px 12px; position: relative; top: 0;left: 0; z-index: 2;padding-bottom: 10px;}
.header .head-logo { font-size: 18px; width: 32%; }
.header .head-logo img {width: 100%;}
#wrapper{
/*描画されるテキストを中央寄せにする*/
	display:flex;
	justify-content: center;
	align-items: center; width: 100%; padding:0; min-height: 260px;
    position: relative; top: 0;
    overflow: hidden; z-index: 1;
}
.top-h2{width: 100%; font-size: clamp(16px, 6vw, 36px); color: #333; padding: 12px 12px 0 12px; }
.top-h2 span{font-size: clamp(16px, 4vw, 24px);}
.progress-wrap{width: 100%; padding:16px 12px;}
.day-progress{width: 100%; display: flex; justify-content: flex-end; align-items: center; font-size: 20px;}
.day-progress .day-count{width: 44px; height: 44px; background: var(--el-red); border-radius: 22px; padding-bottom: 3px; font-size: 28px; color: #fff; display: flex;justify-content: center;align-items: center;}
.project-name{width: 100%;display: flex; justify-content: flex-start; align-items: center; font-size: 20px;margin-top: 12px; }
.project-name .img-wrap{width: 48px;margin-right: 4px;}
.project-name .img-wrap img{width: 100%;}
.amount-progress{width: 100%; display: flex; font-size: 16px; margin-top: 16px;line-height: 1.8em;}
.amount-progress .amount-count{width: 50%; height: auto;}
.amount-progress .amount-count .amount{font-size: 24px; }
.progress-bar{width: 100%; height: 40px; margin-top: 8px; border-radius: 12px; background: #e79236;}
.progress-bar .progress{width: 0; height: 100%; border-radius: 12px; background: var(--el-red); transition: width 0.5s ease-in-out; 
  display: flex; align-items: center; padding-left: 4px; color: #fff;}
.sns-share{margin-top: 20px;}

.contents-wrap{width: 100%; padding:16px 12px;}
.tab-content h2{font-size: 18px; font-weight: bold;margin-bottom: 12px;    
    text-align: center;     
    margin-top: 12px;}
.tab-content h2.h2-white{color: white;text-shadow: 0 1px 0 #333;}
.tab-content .text-wrap{width: 100%; font-size: 16px; line-height: 1.5em; margin-bottom: 16px;}
.btn-to-support{display: block; width: 100%; text-align: center; margin-top: 20px; background: var(--el-red); color: #fff; font-size: 18px; padding: 18px 0; cursor: pointer;}
.return-wrap{width: 100%; margin-top: 30px; padding: 16px 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd;}
.return-wrap .return-item{width: 100%; margin-bottom: 12px; padding: 12px;border-radius: 12px;
background: #f2f2f2;
box-shadow:  5px 5px 10px #d9d9d9,
             -5px -5px 10px #ffffff;}
.return-wrap .return-item.how-to-use{background: #fff; }
.return-wrap h2{font-size: 20px; font-weight: bold; margin-bottom: 16px;}
.return-wrap h3{font-size: 20px; font-weight: bold; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #ccc;}
.return-wrap ul{ line-height: 1.5em;}
.return-wrap .return-item.how-to-use{background: #fff; }
.return-wrap .return-item.how-to-use h3{font-size: 16px;}
.return-wrap .return-item.how-to-use ul{margin-bottom: 20px;}
.form-wrap{width: 100%; margin-top: 30px; padding: 16px 12px; }
.form-items{width: 100%; margin-top: 30px;}
.form-items h2{font-size: 20px; font-weight: bold; margin-bottom: 16px;}
.form-items label{display: block; margin-bottom: 8px; font-weight: bold;}
.form-items input[type="text"],
.form-items select,
.form-items textarea {
    width: 100%;
    padding: 10px; margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box; /* パディングを含めた幅を指定 */
}
.form-items button[type="submit"] {
    background-color: var(--el-red);
    color: #fff;
    border: none;
    padding: 16px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-align: center; font-weight: bold;
}
.tabiji-wrap{width: 100%;background: url(../images/bg-tabiji.webp) no-repeat; background-size: cover; padding: 8px 12px;color: #000; 
  text-shadow: 0 1px 0 #fff;}
.project-wrap{width: 100%;padding: 16px 12px;}
.project-wrap h2{font-size: 20px; font-weight: bold; margin-bottom: 16px;}
.project-wrap h3{font-size: 20px; font-weight: bold; margin-bottom: 16px;}
.img-wrap{width: 100%; margin-bottom: 16px;}
.img-wrap img{width: 100%;}
.text-wrap{width: 100%; font-size: 16px; line-height: 1.5em; margin-bottom: 24px;}
.text-wrap.center{text-align: center;}
.text-wrap.right{text-align: right;}
.project-wrap .text-wrap.center .bold{font-size: 24px;margin: 12px auto;}
.story{-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; background: url(../images/bg-story2.webp) no-repeat center center; background-size: cover; width: 100%; padding: 40px 24px; position: relative; margin-top: 30px;}
.story h2{font-size: 28px; font-weight: bold; margin-bottom: 16px;}
.story h3{font-size: 24px;}
.story .text-wrap{width: auto; font-size: 16px; margin-bottom: 16px; padding-right: 1em;}
.story .text-wrap,.story h3{margin-bottom: 0;}
.story.eri-message{min-height: 726px; background: url(../images/bg-eri2.webp) no-repeat center center;background-size: cover;color: #000; height: auto;
  text-shadow: 0 1px 0 #fff;
}.story.eri-message .text-wrap{font-weight: bold;font-size: 17px;}
.mb-0{margin-bottom: 0;}
.text-wrap.eri2018{font-size: 12px; margin-top: 4px;}
.text-center{text-align: center;}
.safety{width: 100%; background: #f2f2f2; border-radius: 12px; padding: 16px 12px; margin-top: 30px; box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;}
.safety h3{font-size: 16px; font-weight: bold; margin-bottom: 16px; text-align: center;}
.safety h3 span{font-size: 12px;}
.flex50{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.flex50 .flex-item{width: 48%; padding: 12px; font-size: 12px; text-align: center; background: #fff; border-radius: 8px; box-shadow: 2px 2px 5px rgba(0,0,0,0.1);}
.flex50 .flex-item img{ width: 36px; margin-bottom: 8px;}
.modal-safety{width: 100%;}
.modal-safety h3{font-size: 16px; font-weight: bold; margin-bottom: 16px; text-align: center;}
.modal-safety h3 span{font-size: 12px;}
.modal-safety h4{display: flex;align-items: center;}
.modal-safety h4 img{width: 24px; margin-right: 8px;}


body.modal-open {
      overflow: hidden;
    }

    .modal-button {
      cursor: pointer;
    }

    .modal-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    .modal-overlay.active {
      display: flex;
    }

    .modal-content {
      background: white;
      padding: 16px 12px;
      border-radius: 8px;
      width: 96%;
      max-width: 500px;
      position: relative;
    }

    .modal-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 18px;
      color: #999;
      cursor: pointer;
    }

.tabs {
      display: flex;
      border-bottom: 2px solid #ddd; font-size: small;
    }

    .tab {
      width: 33.33%;
      text-align: center;
      padding: 10px 0;
      cursor: pointer;
      font-weight: bold;
      border-bottom: 3px solid transparent;
      transition: all 0.3s;
    }

    .tab.active {
      border-bottom: 3px solid #e53935; /* 赤い下線 */
      color: #333;
    }

    .tab-content {
      display: none;
      padding: 20px 0;
    }

    .tab-content.active {
      display: block;
    }

 .openbtn{
	position: fixed;
  right: 0; top: 0;
	cursor: pointer;
    width: 70px;
    height:50px; z-index: 999;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    right: 14px;
    height: 2px;
    border-radius: 2px;
	background: #333;
  }


.openbtn span:nth-of-type(1) {
	top:15px;	
  	width: 20%;
}

.openbtn span:nth-of-type(2) {
	top:23px;
  	width: 35%;
}

.openbtn span:nth-of-type(3) {
	top:31px;
  	width: 45%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 30px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 30px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}

  /*========= ナビゲーションのためのCSS ===============*/

  #g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 998;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:linear-gradient(45deg, rgba(88, 182, 211, .9), rgb(211 126 63 / 90%));
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:35%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  color: #fff;
  text-decoration: none;
  padding:10px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/*シェアボタン*/
.sns-box {
display: flex;     justify-content: flex-end;
gap: 0.6rem; align-items: center; color: var(--el-blue);
}

.btn-sns {
display: flex;
justify-content: center;
align-items: center;
width: 3rem;
height: 3rem;
box-sizing: border-box;
border-radius: 50%;
color: white;
font-size: 1.5rem;
text-align: center;
text-decoration: none;
transition: 0.3s;
}

.btn-sns svg {
fill: #fff;
}

.btn-x {
background-color: #111319;
}

.btn-facebook {
background-color: #375A94;
}

.btn-line {
background-color: #5DB40F;
}

.btn-pinterest {
background-color: #B83026;
}

.btn-sns:hover {
opacity: 0.8;
}


@keyframes line{
0%{stroke-dashoffset: 1500px;}
100%{stroke-dashoffset: 0;}
}

.slide-wrap{width: 100%; 
    padding:4px 0;
    overflow: hidden; }
.test-slick {
    width: 94%;
    max-width: 800px;
    margin: 6px auto;
}

.test-slick__item {
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.test-slick__item img {
    height: auto;
    width: 100%;
}


.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.icon-wrap {width: 100%; margin: 130px auto 0 auto; text-align: center;}
.icon-wrap img {width: 40px;}
.icon-wrap.innavi {position: relative; top: 53%;}
#navi-close { position: relative; top: 60%; text-align: center; cursor: pointer;}

#footer {width: 100%; height: auto; position: relative; text-align: center; line-height: 1.5em; padding: 0; margin-top: 60px; /*background-color: #1b2265;*/}
#footer .copy{position: absolute; bottom: 2%; width: 100%; text-align: center; color: #fff; font-size: 12px; }
#footer .img-wrap{margin: 0;}
.footer-text {font-weight: 600; font-size: 16px; text-align: left;}
.footer-content-wrap {display: flex; margin: 20px auto; justify-content: space-between; margin-bottom: 50px;}
#footer address { font-size: small; text-align: left; }
.footer-link {text-align: right; font-size: small;}

span.smoothText {
    overflow: hidden;
    display: block; font-size: 11px;
}

.video-wrap {width: 100%;}
.video-wrap iframe {width: 100%; height: auto; aspect-ratio: 16 / 9;}


/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#888;
}

.content-wrap{width: 94%; margin: 30px auto;}
.content-wrap.company-content { width: 100%; }
.content-wrap.how,.content-wrap.where { margin-top: 100px; }

.line {
    display: block;
    position: relative;
}
.line::after {
    background: #333;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
}

.js-text-effect span{
    display: inline-block;
    opacity: 0;
    visibility: visible;
    transform: rotateY(90deg);
}

.button19 {margin-top:100px;}
.button19 a {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 250px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    transition: 0.3s;
  }
  
  .button19 a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1.5em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  
  .button19 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5em;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  .button19.inactive a::before,
  .button19.inactive a::after {display: none;}
  
  .button19 a:hover::before,
  .button19 a:hover::after {
    right: -2.0em;
  }

  #page-top a{
    display: flex;
    justify-content:center;
    align-items:center;
    background:#e1dccf;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:0.8rem;
    transition:all 0.3s;
    opacity: 0.8;
  }
  
  
  /*リンクを右下に固定*/
  #page-top {
    position: fixed;
    right: 18px;
    bottom:18px;
    z-index: 2;
      /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
  }
  
  /*　上に上がる動き　*/
  
  #page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /*　下に下がる動き　*/
  
  #page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(100px);
    }
  }
  .scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:-17px;
	height:50px;
  opacity: 0.9;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #333;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #333;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

.underlayer.content-wrap h1 { margin-top: 16px; padding-left: 5px;}
.underlayer.content-wrap.contact h1 { color: #333; }
.underlayer.content-wrap.contact h2 { margin-top: 16px; padding-left: 5px;}
.underlayer .companys_wrap {margin-top: 60px;}

.privacy_wrap {max-width: 800px;
  margin: 0 auto;
  padding: 20px 10px;
  margin-top: 30px;
  line-height: 1.5em;
  font-size: 15px;
}
.privacy_wrap h2 {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 5px;     font-size: large;
    font-weight: 600; margin-top: 30px;
}
.privacy_wrap h3 { margin-top: 30px; font-size: large;}
.privacy_wrap p {
    margin: 10px 0;
}
.privacy_wrap .date {
    text-align: right;
    margin-top: 20px;
}
.privacy_wrap .contact-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #e5e5e5;
}

.disp-pc { display: none; }

.company_wrap {width: 100%; margin-top: 40px; line-height: 1.5em; font-size: 15px;}
.company_wrap .overview a {text-decoration: underline;}
.company_wrap .image-main {width: 100%; padding: 0 3%; }
.company_wrap .image-main img {width: 100%; }
.company_wrap .intro {width: 94%; margin: 20px auto 0 auto; text-align: center;}
.company_wrap .intro h2 {font-size: large; padding: 0 3%;}
.company_wrap .overview {width: 100%; margin-top: 50px; text-align: left; padding: 0 3%;}
.heading08 {font-size: 26px; line-height: 1.5em; color: #1b2265; position: relative; }
.heading08 span {	display: flex; align-items: center; font-size: 18px; position: relative; left: -3%;}
.heading08 span::before {	content: '';	display: inline-block;	margin-right: 8px;	width: 40px;	height: 1px;	background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgba(207, 63, 245, 1));}
.overview-text {margin-top: 30px; padding: 0 10px;}
.overview-img {margin-top: 20px; padding: 0 10px; text-align: center;}
.overview-img img {width: 100%; display: block; margin-bottom: 8px; }
.overview-img span {margin-top: 8px;}
.shonan-el .overview-img {text-align: left;}
.overview .dl-wrap {margin-top: 30px; padding: 0 10px;}
.overview .dl-wrap dl {margin-bottom: 20px;}
.overview .dl-wrap dt {font-size: 16px; margin-bottom: 4px;}
.company_wrap .overview-odo {background-color: #fafafa; padding-top: 20px; padding-bottom: 30px;}
.company-head {width: 94%; margin: 0 auto;}
.company_wrap .btn-wrap .button19 { margin-top: 50px; }
.company_wrap .btn-wrap .button19 a { color: #1b2265;; border: 1px solid #1b2265; }
.company_wrap .btn-wrap .button19 a::before { background-color: #1b2265; }
.company_wrap .btn-wrap .button19 a::after { background-color: #1b2265; }

.wrap.company-item .underlayer.content-wrap.shonan-el h1,
.wrap.company-item .underlayer.content-wrap.shonan-el .heading08 span {color: #00a0d9;}

.wrap.company-item .underlayer.content-wrap.syakaijin h1,
.wrap.company-item .underlayer.content-wrap.syakaijin .heading08 span {color:#2459ac;}

.wrap.company-item .underlayer.content-wrap.eco h1,
.wrap.company-item .underlayer.content-wrap.eco .heading08 span {color:#098137;}

.wrap.company-item .underlayer.content-wrap.cars h1,
.wrap.company-item .underlayer.content-wrap.cars .heading08 span {color:#1b2265;}

.wrap.company-item .underlayer.content-wrap.jiryuu h1,
.wrap.company-item .underlayer.content-wrap.jiryuu .heading08 span {color:#841D21;}

.contact_wrap {margin-top: 60px; max-width: 800px; line-height: 1.5em; margin-right: auto; margin-left: auto;}
.contact-head { padding: 12px;}
.contact_wrap h3 { width: 100%; text-align: center; font-size: 20px; font-weight: 600;}
#supporters h2,#comments h2{color: #333;}
.comments-list {width: 100%; padding: 0 12px;}
.comments-list .comment-block{width: 100%; margin-bottom: 20px; border-bottom: 1px solid #e5e7eb;}
.comments-list .comment-header{display: flex; justify-content: space-between; }
.comments-list .comment-header .name {display: flex; align-items: center; font-size: 14px;}
.comments-list .comment-header .name img {width: 24px; margin-right: 8px;}
.comments-list .comment-header .date {font-size: 12px; color: #666;}
.comments-list .message{padding: 12px;}
.supporter-list {width: 100%; padding: 0 12px;margin-top: 24px;}
.supporter-block{width: 100%; margin-bottom: 20px; border-bottom: 1px solid #e5e7eb;margin-bottom: 12px;
    padding-bottom: 12px;}
.supporter-block .name{font-weight: bold;}
.tier-silver .name{font-size: larger;}
.tier-gold .name{font-size: x-large;}
.report-wrap {width: 100%; padding: 0 12px;}
.collabo{margin-top: 60px; margin-bottom: 60px;}
.collabo h3 {font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 12px; line-height: 1.5em;
    width: 66%;
    position: relative;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin: 0 auto; margin-bottom: 16px;}
.collabo h3 span::before {
    border-radius: 6px 0 0 6px;
    width: 9px;
    border: 1px solid #666;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: none;}
.collabo h3 span::after {border-radius: 0 6px 6px 0;
    width: 9px;
    border: 1px solid #666;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: none;}
.collabo .collabo-item {width: 100%; margin-bottom: 24px; padding: 16px 12px; border-radius: 8px; background-color: #f9f9f9; box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.collabo .collabo-item h4 {font-size: 18px; font-weight: 600; margin-bottom: 8px; color: var(--el-blue);}
.collabo .collabo-item h5 {font-size: 14px; margin-bottom: 8px; line-height: 1.5em;}
.collabo .collabo-item  .text-wrap{margin-bottom: 0;}
.collabo-item .flex-wrap {display: flex; gap: 2%;}
.collabo-item .flex-wrap .name-pos{width: 60%;}
.collabo-item .flex-wrap .img-wrap {width: 38%;}

/*contact*/
.contact_wrap form {
	width: 94%;
	margin: 0 auto;
	text-align: center;
  margin-top: 30px;
}

.contact_wrap label {
	margin-bottom: 3px;
	text-align: left;
	display: block;
  font-weight: 600;
}

.contact_wrap label span {
	padding-left: 5px;
	color: red;
}

.contact_wrap input:not(input[type="submit"]) {
	width: 100%;
	margin-bottom: 25px;
	padding: 7px 7px;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: left;
	display: block;
}

.contact_wrap textarea {
	width: 100%;
	margin-bottom: 25px;
	padding: 7px 7px;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: left;
	display: block;
}

.contact_wrap input[type="submit"] {
	padding: 10px 15px;
	background-color:var(--el-blue);
  color: #fff;
	border: 1px solid #BBB;
	border-radius: 5px;
	display: inline-block;
  margin-bottom: 32px;
}

.contact_wrap p:not(.complete) {
	width: 100%;
	min-height: calc(1em * 1.15 + 7px * 2 + 2px);
	margin-bottom: 25px;
	padding: 7px 7px;
	border-radius: 5px;
	text-align: left;
	display: block;
}
.contact_wrap .complete {
	text-align: center;
}

.contact_wrap .error {
	width: 60%;
	margin: 30px auto;
}
.contact_wrap .error li {
	color: red;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb p::after {
  content: ">";
  margin-left: 0.6em; /* 記号の左右の余白 */
  color: white; /* 記号の色 */
}

.breadcrumb p { margin-top: 16px; margin-left: 6px; }
.breadcrumb p a { text-decoration: underline; }
.company-content .breadcrumb p::after,
.company-content .breadcrumb p a,
.contact .breadcrumb p::after,
.contact .breadcrumb p a { color: #333; }
.breadcrumb p.breadcrumb-current::after { content: ""; }
.company-content .breadcrumb {width: 94%; margin-left: auto; margin-right: auto;}
.modaal-image .modaal-container { width:80%; }
/* .modaal-gallery-control { display: none; } */

/* for tablet */
@media (min-width: 481px) {
  form.confirm {width: 60%;}
}

/* for pc */
@media (min-width: 960px) {
  .header {padding-left: 3%;}
  .header .head-logo {font-size: 24px;}
    .test-slick {max-width: 1000px; }
    .disp-pc { display: inline-block; }
    .companys_wrap {display: flex; flex-flow: wrap; gap: 20px 30px;}
    .companys_item {width: calc((100% - 60px) / 3);}

    .company_wrap {max-width: 1000px; margin-left: auto; margin-right: auto; line-height: 1.8em;}
    .company_wrap .image-main {padding: 0;}

    .contact-head {text-align: center;}
    form.confirm {width: 60%;}

    .modaal-image .modaal-container { width:30%; }

    .h3-white,
    .text-white,
    /* .underlayer.content-wrap h1, */
    .underlayer.content-wrap .breadcrumb,
    .underlayer.content-wrap #companys,
    .underlayer.content-wrap.contact h2 
     {max-width: 1000px; margin-right: auto; margin-left: auto;}


     #footer { margin-top: 100px; }
    .footer-text { margin: auto;}
    .footer-text,.footer-content-wrap { max-width: 1200px; }
    .wrap.company-item span.smoothText { color: #1b2265; }
}
