@charset "UTF-8";
@media print, screen and (max-width: 550px) {
  ._pc {
    display: none;
  }
}

._tab {
  display: none;
}

@media print, screen and (max-width: 970px) {
  ._tab {
    display: block;
  }
}

._sp {
  display: none;
}

@media print, screen and (max-width: 550px) {
  ._sp {
    display: block;
  }
}

.ds-in {
  display: inline-block;
}

.t-c {
  text-align: center;
}

.t-l {
  display: block;
  text-align: left;
}

.t-r {
  display: block;
  text-align: right;
}

body {
  font-size:18px;
  line-height:1.5;
  color: #4D4D4D;
  font-family:"Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Helvetica, sans-serif;
letter-spacing: -1px;
}

@media print, screen and (max-width: 970px) {
  body {
    font-size: 14px;
  }
}

a {
  display: inline-block;
}
a:hover,
a:focus{
	opacity:.7;
}

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

.sec-wrapper {
  background-color: #F8FDEC;
  padding: 40px 20px 50px;
}

@media print, screen and (max-width: 970px) {
  .sec-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.sec-wrapper:first-of-type {
  margin-bottom: 40px;
}

.sec-wrapper .com-sec {
  margin-bottom: 0;
}

.com-sec {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 88px;
}
.inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
@media print, screen and (max-width: 970px) {
  .com-sec {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.com-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  max-width: 100%;
  padding: 15px 25px;
  margin: 0 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
  white-space: nowrap;
transition:.25s;
}

.com-link::after {
  padding-left: 18px;
}


.com-link:hover,
.com-link:focus{
	background-color:#E5E5E5;
	opacity:inherit;
}




nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav ul li > a {
  padding: 0 10px;
}

.sec-title {
  color: #9FBC16;
  text-align: center;
  margin: 0 auto 44px;
}

.sec-title h2 {
  font-weight: bold;
  font-size: 1.88em;
}

.sec-title p {
  font-size: 0.88em;
}

header {
	background-image: url(../img/header-bg.png);
	background-position: center;
	background-size: cover;
	border-top: solid 5px #96ba4e;
	padding-bottom:20px;
}

@media print, screen and (max-width: 970px) {
  header {
    background-position: left;
  }
}

.h-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h-title {
  max-width: 190px;
  width: 16.1%;
  min-width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.burger-btn {
  display: none;
}

@media print, screen and (max-width: 970px) {
	header{
		padding-bottom:70px;
	}
  .burger-btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 5;
  }
  .burger-btn .bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background-color: #333;
  }
  .burger-btn .bar-mid {
    margin: 5px 0;
  }
  .burger-btn.open .bar {
    background-color: #fff;
  }
  .burger-btn.open .bar-top {
    -webkit-transform: translate(0, 8px) rotate(45deg);
            transform: translate(0, 8px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .burger-btn.open .bar-mid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .burger-btn.open .bar-bottom {
    -webkit-transform: translate(0, -7.5px) rotate(-45deg);
            transform: translate(0, -7.5px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.burger-musk {
  display: none;
}

@media print, screen and (max-width: 970px) {
  .burger-musk {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
}

.h-nav {
  /*max-width: 680px;*/
  margin-left: 19.7%;
  padding-top: 40px;
}

.h-nav ul {
  font-size: 0.88em;
  color: #96BA4E;
  font-weight: bold;
}

/*リンク下部のバー*/
.h-nav ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color:currentColor;
    transform: scale(0,1) translateY(3px);
    transform-origin: left top;
    transition: transform .25s;
}
/*ホバー*/
.h-nav ul li a:hover,
.h-nav ul li a:focus{
	opacity:inherit;
}
/*リンク下部のバー（ホバーの状態）*/
.h-nav ul li a:hover:after,
.h-nav ul li a:focus:after{
	transform:scale(1,1) translateY(3px);
}

@media print, screen and (max-width: 970px) {
  .h-nav ul {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

@media print, screen and (max-width: 970px) {
  .h-nav ul li {
    text-align: center;
  }
}

.h-nav ul li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 1050px) {
  .h-nav ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media print, screen and (max-width: 970px) {
  .h-nav ul li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

.h-nav ul .w-970 {
  display: none;
}

@media print, screen and (max-width: 970px) {
  .h-nav ul .w-970 {
    display: block;
  }
}

@media print, screen and (max-width: 970px) {
  .h-nav {
    width: 56.1vw;
    height: 100vh;
    background-color: #222;
    opacity: 0.95;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    -webkit-transform: translateX(56.1vw);
            transform: translateX(56.1vw);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: scroll;
    padding-top: 0;
  }
  .h-nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.h-sns {
  padding-top:20px;
}

.h-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-sns ul li:not(:last-child) {
  margin-right: 15px;
}

@media print, screen and (max-width: 970px) {
  .h-sns {
    display: none;
  }
}

footer {
  background-color: #F8FDEC;
}

.f-inner {
  width: 98%;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

@media screen and (max-width: 1180px) {
  .f-inner {
    padding-top: 70px;
  }
}

@media screen and (max-width: 760px) {
  .f-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.f-nav {
  max-width: 790px;
  margin: 0 auto 40px;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 760px) {
  .f-nav {
    margin: 0 0 90px;
  }
}

.f-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #96BA4E;
  /*font-size: 0.77em;*/
  font-size: 14px;
}

.f-nav ul li a:hover,
.f-nav ul li a:focus{
	opacity:inherit;
	text-decoration:underline;
}


@media screen and (max-width: 760px) {
  .f-nav ul {
    display: block;
  }
  .f-nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.f-logo {
  max-width: 137px;
  margin: 0 auto 40px;
}

@media print, screen and (max-width: 550px) {
  .f-logo {
    margin-bottom: 30px;
  }
}

.f-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.f-sns li:not(:last-child) {
  margin-right: 10px;
}

.f-leaf-top,
.f-leaf-bottom {
  position: absolute;
  width: 32%;
  max-width: 387px;
  min-width: 290px;
}

.f-leaf-top {
  top: -40px;
  left: 30px;
}

@media screen and (max-width: 760px) {
  .f-leaf-top {
    left: 0;
  }
}

.f-leaf-bottom {
  bottom: -85px;
  right: 30px;
}

@media screen and (max-width: 760px) {
  .f-leaf-bottom {
    bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .f-leaf-bottom {
    right: 0;
  }
}

small {
  font-size: 0.72em;
  line-height: 51px;
  color: #fff;
  background-color: #96BA4E;
  display: block;
  text-align: center;
}

@media print, screen and (max-width: 550px) {
  small {
    line-height: 20px;
    padding: 0 5px;
  }
}

.totop {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 81px;
}

.fv {
  height: calc(100vh - 80px);
  padding-top: 12.4%;
  margin-bottom: 35px;
  position: relative;
  overflow:hidden;
}
.fv-back{
  height: 100%;
  width: 100%;
  background-image: url(../img/mv.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position:absolute;
  top:0;
  left:0;
  animation:zoomout 10s ease;
  transform: scale(1.2) ;
  animation-fill-mode:forwards;
	z-index: -1;
}


@media print, screen and (max-width: 970px) {
  .fv {
    padding-top: 0;
  }
}

@media print, screen and (max-width:600px) {
  .fv-back{
    background-image: url(../img/sp-fv.png);
  }
}

.main-copy {
  color: #fff;
  font-size: 2em;
  text-align: center;
  white-space: pre;
}

@media print, screen and (max-width: 970px) {
  .main-copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media print, screen and (max-width: 550px) {
  .main-copy {
    font-size: 1.5em;
  }
}

.ityped-cursor {
  display: none;
}

/*---service voices----*/
#sec-voices{
	margin-bottom:40px;
}
.sec-work > p,
.sec-voices > p {
  text-align: center;
  margin-bottom: 35px;
}

.sec-work .sec-inner,
.sec-voices .sec-inner {
  border: 3px solid #AADDB2;
  border-radius: 16px;
  padding: 30px 10px 20px;
}

.service-list {
  max-width:1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
}

@media print, screen and (max-width: 970px) {
  .service-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.service-list li {
  max-width:225px;
  text-align: center;
}

@media print, screen and (max-width: 970px) {
  .service-list li {
    width: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 550px) {
  .service-list li {
    width: 100%;
    max-width: 100%;
  }
}

.service-list li .service-img {
  max-width: 165px;
  margin: 0 auto 25px;
}

.service-list li .service-title {
  color: #96BA4E;
  font-size: 1.22em;
  font-weight: bold;
}

.service-list li p {
  font-size: 0.9em;
}
.service-list li .service-title{
	line-height:1.4;
	margin-bottom:10px;
}
.service-link {
  color: #96BA4E;
}

.service-link::after {
  content: url(../img/arrow-icon.png);
}

@media print, screen and (max-width: 970px) {
  .sec-voices {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-voices .sec-inner {
  background-color: #fff;
  margin-bottom: 30px;
}

.narrator-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.narrator-content .narrater-name{
  color:#9FBC16;
  font-weight:bold;
  font-size:1.175rem;
}
.narrator-content .narrater-name:before{
	content:url(../img/icon_microphone.png);
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
}

@media print, screen and (max-width: 970px) {
  .narrator-content .narrater-name {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 970px) {
  .narrator-content {
    display: block;
  }
}

.narrater-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .narrater-option {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .narrater-option li:first-child {
    text-align: center;
  }
}

.narrater-option li:not(:first-child) {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  width: 122px;
  max-height: 35px;
  background-color: #AADDB2;
  padding: 0 5px;
  line-height: 35px;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .narrater-option li:not(:first-child) {
    margin: 0 auto;
  }
}

.narrater-option li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 600px) {
  .narrater-option li:not(:last-child) {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.voices-list {
  max-width: 898px;
  margin: 0 auto;
}

.voices-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #AADDB2;
  padding: 0 10px 25px;
  margin-bottom: 25px;
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  .voices-list li {
    display: block;
  }
}

@media print, screen and (max-width: 550px) {
  .voices-list li {
    padding: 0 2% 25px;
  }
}

.voices-list li .voice-title {
  display: block;
  color: #96BA4E;
  font-size: 1.22em;
  min-width: 40%;
  margin-right: 30px;
}

@media screen and (max-width: 650px) {
  .voices-list li .voice-title {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 550px) {
  .voices-list li .voice-title {
    font-size: 1em;
  }
}

.voices-list li audio {
  display: block;
  width: 60%;
}

@media screen and (max-width: 650px) {
  .voices-list li audio {
    width: 100%;
  }
}

/*---service voices----*/
/*---works----*/
.sec-work {
  width:90%;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.works-inner {
  background-color: #AADDB2;
  padding:40px;
  border-radius: 10px;
}

.works-lightbox a{
	padding:10px;
	background-color:rgba(255,255,255,.5);
	display:block;
}
.works-lightbox a img{
	width:auto;
	max-width:100%;
	margin:auto;/*中央揃え*/
}
.works-event a{
	display:block;
}
.works-lightbox a img{
	width:100%;
}


/*@media print, screen and (max-width: 970px) {
  .works-inner {
    padding-left: 0;
    padding-right: 0;
  }
}*/

.works-list {
  /*max-width: 900px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}



@media print, screen and (max-width: 970px) {
.works-list {
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
}
.works-list h3{
  text-align: center;
} 
}

/*@media screen and (max-width: 760px) {
.works-list {
	display: block;
}
}*/
.works-list{
	margin-bottom:40px;
}
.works-list li {
  width:calc((100% - 60px) / 4);
  margin-right:20px;
  margin-bottom:20px;
}
.works-list li:nth-child(4n){
	margin-right:0;
}
.works-list h3{
  color: #fff;
  font-size:1.175rem;
  line-height:1.3;
  height:2.5em;
  text-align:center;
  margin-bottom:10px;
  font-weight: bold;
}
.works-list .works-img{
	background-color:rgba(255,255,255,.5);
	display:flex;
	align-items:center;
	justify-content:center;
}
#totop .works-list .works-img{
	height:240px;
}
.works-list .works-img > *{
	padding:10px;
	width:300px;
	max-width:100%;
}
.works-list .client-title{
  font-size:.8em;
  font-weight:bold;
  letter-spacing: 0;
  margin: 5px 0 0;
  text-align: center;
}
.works-list .client-title span{
　font-size:.75em;
  font-weight:normal;
  display: block;
}

@media print, screen and (max-width: 800px) {
	.works-list li {
  	width:calc((100% - 20px) / 2);
	}
	.works-list li:nth-child(2n){
		margin-right:0;
	}
	#totop .works-list .works-img{
	height:300px;
	}
	.works-list h3 {
    font-size: 1.2em;
    height:auto;
	}
}

@media print, screen and (max-width: 550px) {
  .works-list{
	display:block;
  }
  .works-list li {
  width:100%;
  margin-right:0;
  }
	.works-list h3{
  height:auto;
	}
}



.works-link {
  color: #fff;
}
.works-link::after {
  content: url(../img/arrow-icon-w.png);
}




/*.works-list li:nth-child(2) {
  margin: 0 3% 0 3%;
}

@media print, screen and (max-width: 970px) {
  .works-list li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

.works-list li:nth-child(4) {
  margin-right: 6%;
}

@media print, screen and (max-width: 970px) {
  .works-list li:nth-child(4) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 970px) {
  .works-list li {
    max-width: 50%;
    width: 50%;
  }
}

@media screen and (max-width: 760px) {
  .works-list li {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
}

@media print, screen and (max-width: 970px) {
  .works-list li .works-img {
    max-width: 276px;
    margin: 0 auto;
  }
}

.works-list li .works-title {
  width: 100%;
  max-width: 250px;
  color: #96BA4E;
  font-size: 1.38em;
  background-color: #fff;
  border: 3px solid #96BA4E;
  padding: 15px 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.works-list li .space-s {
  letter-spacing: -0.06em;
}*/



/*---works----*/
/*---about---*/
.about-fv {
  background-image: url(../img/about-fv.jpg);
}
.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 550px) {
  .about-inner {
    display: block;
  }
}

.about-img {
  max-width: 300px;
  margin-right: 50px;
}

@media print, screen and (max-width: 550px) {
  .about-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.about-content {
  max-width: 640px;
}

.about-title {
  color: #96BA4E;
  font-size: 1.44em;
  margin-bottom: 45px;
}

@media print, screen and (max-width: 550px) {
  .about-title {
    margin-bottom: 30px;
  }
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.about-list > *{
	margin-bottom:30px;
}
.about-list > *:last-child{
	margin-bottom:0;
}
.about-list__title{
	font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .about-list {
    display: block;
  }
}

.office-list li {
  position: relative;
}

.office-list li:first-child {
  margin-bottom: 45px;
}

@media print, screen and (max-width: 970px) {
  .office-list li {
    margin-bottom: 35px;
    letter-spacing: 0;
  }
}

.office-list li p:first-child {
  color: #96BA4E;
  font-size: 1.11em;
  padding-left: 10px;
  border-left: 10px solid #96BA4E;
  margin-bottom: 20px;
}

.office-list li p:last-child {
  font-size: 1.11em;
  letter-spacing: 0.1em;
}

.office-list li img {
  width: 130px;
  position: absolute;
  top: 0;
  left: 320px;
}

@media print, screen and (max-width: 970px) {
  .office-list li img {
    left: 200px;
  }
}

@media print, screen and (max-width: 550px) {
  .office-list li img {
    top: -10px;
    left: 180px;
  }
}

.tell-number {
  font-size: 1.11em;
}

.tel-mail-list li:first-child {
  color: #fff;
  font-size: 1.11em;
  text-align: center;
  line-height: 66px;
  width: 307px;
  background-color: #96BA4E;
  border: 2px solid #fff;
  -webkit-box-shadow: 7px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 7px 7px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

@media print, screen and (max-width: 550px) {
  .tel-mail-list li:first-child {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tel-mail-list li:not(:first-child) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.tel-mail-list li:not(:first-child) > a span {
  width: 24px;
  margin-right: 10px;
}

.tel-mail-list li:not(:first-child) > a span img {
  display: block;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.about-link {
  color: #96BA4E;
}

.about-link::after {
  content: url(../img/arrow-icon.png);
}

/*---about---*/
/*---contact---*/
.contact-wrapper {
  padding: 40px 20px 80px;
  background-color: #AADDB2;
}

@media print, screen and (max-width: 550px) {
  .contact-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.contact-wrapper .com-sec {
  margin-bottom: 0;
}




.sec-con {
  color: #fff;
}

.sec-con .sec-title {
  color: #fff;
}

#contact .sec__wrapper{
	display:flex;
	gap:100px;
}
#contact .sec__wrapper > *{
	width:50%;
}
#contact .sec-title{
	text-align:left;
	color:#fff;
}
.sec-con > p {
  /*text-align: center;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-con > p::after {
  content: "";
  width: 2px;
  height: 80px;
  border-left: 2px dotted #fff;
  margin: 30px 0;
}

.contact-list {
  /*max-width: 650px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px
}
/*表示切替え（PCでは電話番号を表示しない）*/
.contact-list .sp{
	display:none;
}

/*----フェイスブックタイムライン----*/
.fb__body{
	text-align:center;
}
.fb__body > *{
	width:100%;
	height:100%;
}
/*----フェイスブックタイムライン end ----*/



@media print, screen and (max-width: 800px){
	#contact .sec__wrapper{
		flex-direction:column;
		gap:60px;
		margin-bottom:30px;
	}
	#contact .sec__wrapper > *{
	width:100%;
	}
	#contact .sec-title {
    text-align:center;
}
}
@media print, screen and (max-width: 970px) {
  .contact-list {
    display: block;
  }
}

.contact-list a {
  display: block;
  width:230px;
  font-size: 1.22em;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-color: #96BA4E;
  border: 2px solid #fff;
  -webkit-box-shadow: 7px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 7px 7px rgba(0, 0, 0, 0.4);
}

@media print, screen and (max-width: 970px) {
  .contact-list a {
    margin: 0 auto;
  }
  .contact-list a:first-child {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 550px) {
  .contact-list a {
    width: 250px;
  }
  /*表示切替え（スマートフォンでは電話番号を表示する）*/
	.contact-list .sp{
	display:block;
	}
	.contact-list .pc{
	display:none;
	}
}

/*---contact---*/
.sub-fv {
  height:600px;
  overflow:hidden;
  position: relative;
  margin-bottom: 50px;
}
.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
	z-index:2;
}

.page-title .main-copy {
  font-size: 1.88em;
  font-weight: bold;
  text-align: center;
}
.sub-fv-back{
	height: 100%;
    width: 100%;
	background-repeat:no-repeat;
	background-position: center center;
  	background-size: cover;
	position:absolute;
	top:0;
	left:0;
}

.voices-fv .sub-fv-back{
	background-image: url(../img/voices-fv.jpg);
	animation:zoomout 10s ease;
	transform: scale(1.2) ;
	animation-fill-mode:forwards;
}

.works-fv .sub-fv-back{
	background-image: url(../img/works-fv.jpg);
	animation:zoomin 10s ease;
	animation-fill-mode:forwards;
}

.about-fv .sub-fv-back{
	background-image: url(../img/about-fv.jpg);
	animation:zoomin 10s ease;
	animation-fill-mode:forwards;
}
.privacy-fv .sub-fv-back{
	background-image: url(../img/privacypolicy-fv.jpg);
}

@keyframes zoomin{
	0% {
        transform: scale(1) ;
    }
    100% {
		transform: scale(1.2) ;
	}
}

@keyframes zoomout{
	0% {
        transform: scale(1.2) ;
    }
    100% {
		transform: scale(1) ;
	}
}

@media print, screen and (max-width: 970px) {
  .page-title .main-copy {
    width: 100%;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.page-title .sub-copy {
  font-size: 0.88em;
  color: #fff;
  text-align: center;
}

#page > .sec-title {
  margin-bottom: 80px;
}

#page > .sec-title h2 {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 550px) {
  #page > .sec-title h2 {
    font-size: 1.5em;
  }
.sub-fv {
  height:220px;
  }
}

#page > .sec-title p {
  color: #4d4d4d;
  font-size: 1em;
}

@media print, screen and (max-width: 550px) {
  #page > .sec-title p {
    text-align: left;
  }
}

/*----voices----*/
.voices-fv {
  background-image: url(../img/voices-fv.jpg);
}

#voices {
  padding: 0 20px;
}

@media print, screen and (max-width: 970px) {
  #voices {
    padding: 0 2%;
  }
}

/*----voices----*/
/*----about----*/
#about {
  padding: 0 20px;
}

@media print, screen and (max-width: 550px) {
  #about {
    padding: 0 2%;
  }
}

#about .sec-about {
  padding: 50px 40px;
  border-radius: 16px;
  border: 1px solid #AADDB2;
}

@media print, screen and (max-width: 970px) {
  #about .sec-about {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.about-page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .about-page-inner {
    display: block;
  }
}
.about-page-inner:first-of-type {
  margin-bottom: 60px;
}
.about-page-inner .about-img {
  max-width: 381px;
  margin-right: 20px;
}
.about-page-inner .about-name{
  background: #96ba4e;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
}
.about-page-inner .about-name span{
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  .about-page-inner .about-img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.about-page-inner .about-img p {
  text-align: center;
  letter-spacing: -0.34px;
}

.about-page-inner .about-content {
  min-width: 470px;
  max-width: 470px;
}

@media screen and (max-width: 770px) {
  .about-page-inner .about-content {
    min-width: 0;
    max-width: 450px;
  }
}

.about-page-inner .about-content .about-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1em;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  padding: 0 10%;
  margin-bottom: 20px;
  background-color: #AADDB2;
}

@media print, screen and (max-width: 550px) {
  .about-page-inner .about-content .about-title {
    padding: 0 8%;
  }
}

.about-page-inner .about-content .about-text {
  letter-spacing: -0.98px;
  margin-bottom: 50px;
	font-size:clamp(13px, 1.5vw, 16px);
}
.about-page-inner .about-content .about-text span{display: inline-block;}
/*----about----*/
/*----works----*/
.works-fv {
  background-image: url(../img/works-fv.jpg);
}

#works {
  padding: 0 20px;
}
@media print, screen and (max-width: 970px) {
  #works {
    padding: 0 2%;
  }
}

/*#works .sec-work {
  max-width: 1000px;
}*/

#works .works-title {
  color: #96BA4E;
  text-align: left;
  font-size: 1.22em;
  padding-left: 10px;
  border-left: 10px solid #96BA4E;
  margin-bottom: 30px;
}

/*#works .works-lead {
  text-align: left;
  margin-left: 20px;
}*/
@media print, screen and (max-width: 550px) {
	/*#works .works-inner {
		padding: 10px 10px 0;
	}*/
	.works-page-item {
		margin: 0 5px 20px;
	}
}
/*#works .works-inner .t-r {
  color: #fff;
}*/

.works-page-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	margin-bottom:-20px;/*マージンの相殺*/
}

.works-page-list > *{
	width: calc((100% - 60px) / 4);
	margin-right:20px;
	margin-bottom:20px;
}
.works-page-list > *:nth-child(4n){
	margin-right:0;
}

@media print, screen and (max-width: 800px) {
	.works-page-list > *{
	width: calc((100% - 20px) / 2);
		margin-right:20px;
	}
	.works-page-list > *:nth-child(2n){
		margin-right:0;
	}
}

@media print, screen and (max-width: 560px) {
	.works-inner {
    padding:40px 20px;
}
	.works-page-list {
		display:block;
	}
	.works-page-list > *{
	width:100%;
	margin-right:0;
	margin-left:0;
}
#works .works-page-list{
	justify-content: center;
}
}
.works-page-item .works-video{
	text-align:center;
}
.works-page-item .works-video video{
	display: block;
	margin: 0 auto;
	width: 100%;
}

.works-inner .explain:not(:first-child){
	margin-top:40px;
}
.works-inner .explain{
	background: #fff;
    border-radius: 10px;
	margin: 0 0 20px;
    padding: 10px;
}
.works-inner .explain h4{
	border-bottom: dotted 1px #ccc;
    margin: 0 0 10px;
	font-size:16px;
	font-weight:bold;
}
.works-inner .explain p{
	font-size: 14px;
}
/*.works-page-item > p {
  margin-bottom: 30px;
}*/
/*#works .works-page-list li {
  max-width: 215px;
}
@media print, screen and (max-width: 550px) {
#works .works-page-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (max-width: 480px) {
 #works .works-page-list{
  justify-content: center;
 }
}*/

#works .works-page-list .client-title{
  font-size:16px;
  margin: 5px 0 0;
  text-align: center;
  font-weight:bold;
}
#works .works-page-list  .client-title span{
  display: block;
  font-size: .9em;
  font-weight:normal;
}




/*.works-page-item ul li a {
  max-height: 210px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 970px) {
  .works-page-item ul li a {
    display: block;
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
  }
}*/

.works-page-item ul li a img {
  max-height: 210px;
}

.works-page-item ul li p {
  font-size: 0.9em;
  text-align: center;
  letter-spacing: -0.9px;
}

@media print, screen and (max-width: 970px) {
  .works-page-item ul li p {
    font-size: 1em;
  }
}

.works-page-item ul li .video {
  width: 215px;
  height: 210px;
  margin-bottom: 20px;
  position: relative;
}

@media print, screen and (max-width: 970px) {
  .works-page-item ul li .video {
    width: 100%;
  }
}

@media print, screen and (max-width: 550px) {
  .works-page-item ul li .video {
    width: 215px;
    margin-bottom: 0;
  }
}

.works-page-item ul li .video img {
  max-height: 210px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 0;
}

@media print, screen and (max-width: 970px) {
  .works-page-item ul li .video img {
    width: 215px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.works-page-item ul li .img-2-l {
  width: 215px;
  height: 210px;
  position: relative;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 970px) {
  .works-page-item ul li .img-2-l {
    margin: 0 auto 20px;
  }
}

.works-page-item ul li .img-2-l a {
  max-width: 145px;
}

.works-page-item ul li .img-2-l a:first-of-type {
  position: absolute;
  z-index: 2;
}

.works-page-item ul li .img-2-l a:last-of-type {
  position: absolute;
  top: 11px;
  right: 0;
}

.works-page-item ul li .img-2-t {
  width: 215px;
  height: 210px;
  position: relative;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 970px) {
  .works-page-item ul li .img-2-t {
    margin: 0 auto 20px;
  }
}

.works-page-item ul li .img-2-t a {
  width: 200px;
}

.works-page-item ul li .img-2-t a:first-of-type {
  position: absolute;
  z-index: 2;
}

.works-page-item ul li .img-2-t a:last-of-type {
  position: absolute;
  bottom: -20px;
  left: 13px;
}

.works-page-item .w-300 li {
  width: 290px;
  max-width: 290px;
}

.works-page-item .w-300 li .video {
  width: 290px;
}

.works-page-item .w-300 li .video img {
  width: 290px;
}

@media print, screen and (max-width: 970px) {
  .works-page-item .w-300 li .video img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 970px) {
  .works-page-item .inakadate-art {
    max-width: 215px;
    margin-bottom: 20px;
  }
}

.works-page-item .inakadate-map {
  max-width: 700px;
  width: 74%;
}

@media print, screen and (max-width: 970px) {
  .works-page-item .inakadate-map {
    width: 100%;
  }
}

@media print, screen and (max-width: 550px) {
  .works-page-item .inakadate-map p {
    text-align: left;
  }
}

.works-page-item .inakadate-map > span {
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media print, screen and (max-width: 550px) {
  .works-page-item .inakadate-map > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works-page-item .inakadate-img {
  height: 210px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (max-width: 550px) {
  .works-page-item .inakadate-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
}

.works-page-item .inakadate-img a {
  width: 215px;
  height: 151px;
  margin-top: 30px;
  margin-bottom: 0;
}

@media print, screen and (max-width: 970px) {
  .works-page-item .inakadate-img a {
    width: 30%;
  }
}

@media print, screen and (max-width: 550px) {
  .works-page-item .inakadate-img a {
    margin-top: 20px;
    width: auto;
    height: auto;
  }
}

/*#video-content {
  width: 80vw;
  height: auto;
  display: block;
}

----works----*/
/*----privacy----*/
#privacy{
	margin-bottom: 80px;
}
#privacy h3{
	color: #9FBC16;
    font-size: 1.8rem;
    margin: .8em 0 0;
    text-align: center;
}
#privacy ul{
	list-style: disc;
    padding: 0 0 0 1.5em;
}
/*----privacy----*/



/*----demae_radio----*/
.radio-fv {background:#f8fdec;}
.radio-fv .sub-fv-back{
	background-image:url(../img/radio/top.jpg);
	background-color:#fefef0;
	background-position: center;
	background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		max-width:1280px;
}
@media screen and (max-width: 970px) {.sub-fv.radio-fv{height:400px;}}
@media screen and (max-width: 550px) {.sub-fv.radio-fv{height:220px;}}
.page-title-in{
	max-width:220px;
	margin:0 auto;
	padding:20px 0;
	background:#aaddb2;
}
.page-title .page-title-in .main-copy{font-size:30px;}
@media screen and (max-width: 550px) {
#page > .sec-title .big-txt .pc{display:none;}
}

#demae-radio{margin-bottom:50px; }
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
#demae-radio{ font-weight:500;}
}
*/


#demae-radio .inner{max-width:1100px; box-sizing:border-box;}
#page > .sec-title h2.min-title{font-size:30px;}
#page > .sec-title h2.min-title span{display:inline-block;}
#page > .sec-title .big-txt{font-size:18px;}
@media screen and (max-width: 970px) {#page > .sec-title h2.min-title{font-size:21px;}}
@media screen and (max-width: 768px) {#page > .sec-title .big-txt{font-size:1em;}}
@media screen and (max-width: 550px) {
	.page-title-in{max-width:140px;}
.page-title .page-title-in .main-copy{font-size:18px;}
	
}


@media screen and (max-width: 480px) {#page > .sec-title h2.min-title{font-size:19px;}}

#demae-radio h3{
	color: #96BA4E;
	text-align: left;
	font-size: 1.22em;
	padding-left: 10px;
	border-left: 10px solid #96BA4E;
	margin-bottom: 30px;
	font-weight:bold;
}

.demae-box01{
	background-color: #fff;
	border:solid 3px #AADDB2;
	box-sizing:border-box;
	padding: 40px 120px;
	border-radius: 10px;
	margin-bottom:4em;
}
.video-demae-wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video-demae-wrap > video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 970px) {
	.demae-box01{padding:40px;}
}
@media screen and (max-width: 768px) {
	.demae-box01{padding:20px;}
}
@media screen and (max-width: 400px) {
	.demae-box01{padding:10px;}
}


.demae-box02{
	background-color: #aaddb2;
	padding: 40px;
	border-radius: 10px;
	margin-bottom:4em;
	display:flex;
	flex-wrap:wrap;
}
.demae-box02 .item-txt{
	flex:1;
	background:#fff;
	padding:40px;
	border-radius:10px;
}
.demae-box02 .item-txt .min-title{
	font-size:19px;
	font-weight:bold;
	position:relative;
	padding-left:42px;
	margin-bottom:40px;
	line-height:32px;
}
.demae-box02 .item-txt .min-title:before{
	position:absolute;
	content:"";
	width:34px;
	height:32px;
	left:0;
	top:0;
	background:url(../img/radio/icon-time.png) no-repeat 100%;
}
.demae-box02 .item-txt ul li{margin-bottom:40px;}
.demae-box02 .item-txt ul li h4{
	font-size:19px;
	font-weight:bold;
	color:#96ba4e;
	line-height:1.5em;
	margin-bottom:10px;
}
.demae-box02 .item-txt ul li p{font-size:18px;line-height:1.5em;}
.demae-box02 .item-img{width:245px;margin-left:40px;}
.demae-box02 .item-img ul li{margin-bottom:10px;}
.demae-box02 .item-img ul li:last-child{margin-bottom:0;}
@media screen and (max-width: 970px) {
	.demae-box02,
	.demae-box02 .item-txt{padding:20px;}
	.demae-box02 .item-img{margin-left:10px;}
	.demae-box02 .item-txt .min-title,
	.demae-box02 .item-txt ul li{margin-bottom:20px;}
	.demae-box02 .item-txt ul li h4{font-size:1.1rem;}
	.demae-box02 .item-txt ul li p{font-size:1rem;}
}
@media screen and (max-width: 768px) {
	.demae-box02{display:block;}
	.demae-box02 .item-img{width:unset;margin-left:0;margin-top:20px;}
	.demae-box02 .item-img ul{
		display:flex;
		flex-wrap:wrap;
	}
	.demae-box02 .item-img ul li{width:calc((100% - 10px) / 2);}
	.demae-box02 .item-img ul li:nth-child(2n){
		margin-left:10px;
	}
}


.demae-box03-1{padding:0 10px 0 20px; margin-bottom:40px;}
.demae-box03-1 p{font-size:1em; }

.demae-box03-2{
	position:relative;
	border:solid 3px #aaddb2;
	padding:40px 40px 20px;
	box-sizing:border-box;
	border-radius:10px;
	margin-bottom:60px;
}
.demae-box03-2 h4{
	position:absolute;
	left:0;
	top:-20px;
	z-index:1;
	width:100%;
	text-align:center;
}
.demae-box03-2 h4 span{
	background:#aaddb2;
	padding:8px 30px;
	line-height:38px;
	color:#fff;
	border-radius:19px;
	font-weight:bold;
}
.demae-box03-2 ul{
	display:flex;
	flex-wrap:wrap;
	max-width: 900px;
	margin: 0 auto 10px;
}
.demae-box03-2 ul li{
	width:calc((100% - 60px) / 4);
	margin-right:20px;
	text-align:center;
}
.demae-box03-2 ul li:nth-child(4n){margin-right:0;}
.demae-box03-2 ul li figure{max-width:130px;margin:0 auto 30px;}
.demae-box03-2 ul li p{font-weight:bold;}
.demae-box03-2 p{
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}

@media screen and (max-width: 768px) {
	.demae-box03-2{padding:30px 10px 20px;}
	.demae-box03-2 p{font-size:1rem;}
	.demae-box03-2 ul li{width:calc((100% - 20px) /2); margin-right:0;}
	.demae-box03-2 ul li:nth-child(2n){margin-left:10px;}
	.demae-box03-2 ul li p{font-size:1rem;}
}
@media screen and (max-width: 550px) {
.demae-box03-2 ul li p{font-size:0.875rem;}
}
.demae-box04{
	display:flex;
	flex-wrap:wrap;
	background:#f8fdec;
	padding:40px 50px;
	margin-bottom:4em;
	border-radius:10px;
}
.demae-box04 .item-txt{flex:1;}
.demae-box04 .item-txt{font-size:18px; line-height:1.85em;}
.demae-box04 .item-img{width:200px;margin-left:40px;}

@media screen and (max-width: 768px) {
	.demae-box04{padding:20px;}
	.demae-box04 .item-img{margin-left:20px;}
	.demae-box04 .item-txt{font-size:1rem;}
}
@media screen and (max-width: 480px) {
	.demae-box04{display:block;}
	.demae-box04 .item-img{margin:20px auto 0;}
}


.demae-box05{
	background:#aaddb2;
	padding:40px;
	border-radius:10px;
	margin-bottom:4em;
}
.demae-box05 > ul > li{
	background:#fff;
	border-radius:10px;
	padding:40px;
	position:relative;
}
.demae-box05 > ul > li{	margin-bottom:60px;}
.demae-box05 > ul > li:after{
	content:url(../img/radio/arrow.png);
	position:absolute;
	z-index:1;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom:-50px;
}
.demae-box05 > ul > li h4{
	font-size:19px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:20px;
	display:flex;
	align-items:center;
}
.demae-box05 > ul > li h4 span{
	font-weight:bold;
	font-size:2em;
	color:#aaddb2;
	margin-right:15px;
}
.demae-box05 > ul > li p{
	font-size:18px;
	line-height:1.875em;
}
.demae-box05 > ul > li:last-child{
	display:flex;
}
.demae-box05 > ul > li:last-child .item-txt{
	flex:1;
}
.demae-box05 > ul > li:last-child figure{
	width:195px;
	margin-left:20px;
}
/*丸数字*/
.demae-box05 ol {
	margin-left: 1.5em;
	counter-reset: my-counter;
}
.demae-box05 ol > li{
	line-height: 1.5em;
	margin: 1rem 0;
	list-style-type:none;
}
.demae-box05 ol > li:before{
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #333;
	display: block;
	float: left;
	line-height: 18px;
	margin-left: -22px;
	margin-top: 3px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: solid 1px #666;
	font-size: .8em;
}
.demae-box05 .btn{text-align:center;}
.demae-box05 .btn a{
	font-size:22px;
	display:block;
	max-width:360px;
	padding:0;
	color:#fff;
	margin: 0 auto;
	background:#ff8200;
	line-height:55px;
	border:solid 2px #fff;
	border-radius:30px;
}
.demae-box05 .btn a:after{
	content:url(../img/radio/arrow2.png);
	display:inline-block;
	margin-left:20px;
}

@media screen and (max-width: 768px) {
	.demae-box05{padding:20px;}
	.demae-box05 > ul > li{padding:20px;}
	.demae-box05 > ul > li h4{font-size:1.125rem;}
	.demae-box05 > ul > li p{font-size:1rem;}
}
@media screen and (max-width: 480px) {
	.demae-box05 > ul > li:last-child{display:block;}
	.demae-box05 > ul > li p{font-size:0.9rem;}
	.demae-box05 > ul > li:last-child figure{width:125px;margin:0 auto;}
	
	
}
.demae-box06{
	background-color: #fff;
	border: solid 3px #AADDB2;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 4em;
}
.demae-box06 dl.faq{
	max-width:960px;
	margin:0 auto;
}
.demae-box06 dl.faq dt{position:relative;padding:10px 20px 10px 40px;}
.demae-box06 dl.faq dd{
	padding:10px 20px 30px 40px;
	position:relative;
	
}
.demae-box06 dl.faq dd:not(:last-child){border-bottom:solid 2px #AADDB2;margin-bottom:20px;}
.demae-box06 dl.faq dd p{margin-bottom:10px;}
.demae-box06 dl.faq dt:before{background-image:url(../img/radio/icon-q.png);}
.demae-box06 dl.faq dd:before{background-image:url(../img/radio/icon-a.png);}
.demae-box06 dl.faq dt:before,
.demae-box06 dl.faq dd:before{
	position:absolute;
	z-index:1;
	content:"";
	width:25px;
	height:30px;
	left:0;
	top:10px;
	background-repeat:no-repeat;
	background-position:center center;
}

@media screen and (max-width: 768px) {
	.demae-box06{padding:20px;}
	.demae-box06 dl.faq dt{padding:10px 0 10px 40px;}
	.demae-box06 dl.faq dd{padding:10px 0px 15px 40px;}
	
}

.demae-box07{
	background: #aaddb2;
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 4em;
}
.demae-box07 .inbox01{
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 2em;
}
.demae-box07 .inbox01 .plan-title{
	position:relative;
	padding:0 20px 20px;
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
}
.demae-box07 .inbox01 .plan-title:after{
	position:absolute;
	content:"";
	z-index:1;
	width:100%;
	height:5px;
	left:0;
	bottom:0;
	background:#aaddb2;
	border-radius:3px;
}
.demae-box07 .inbox01 .plan-title h4{
	font-size:26px;
	font-weight:bold;
}
.demae-box07 .inbox01 .plan-title p{
	font-size:24px;
	font-weight:bold;
}
.demae-box07 .inbox01 .plan-title p span{
	font-size:16px;
	font-wegiht:bold;
}
.demae-box07 .inbox01 .list01{margin-left:20px;margin-bottom:30px;}
.demae-box07 .inbox01 .list01 li{font-size:19px;margin-bottom:8px;font-weight:bold;}
.demae-box07 .inbox01 .list01 li:before{
	content:"\0025a0";
	color: #aaddb2;
	display:inlnie-block;
	margin-right:8px;
}
.demae-box07 .inbox01 h5{font-weight:bold;}
.demae-box07 .inbox01 h5 span{
	max-width:300px;
	display:block;
	text-align:center;
	padding:8px;
	font-wegiht:bold;
	font-size:19px;
	color:#fff;
	background: #aaddb2;
	font-weight:bold;
	border-radius:25px;
	margin-bottom:20px;
}
.demae-box07 .inbox01 .list02{margin-left:20px;margin-bottom:30px;}
.demae-box07 .inbox01 .list02 li{font-size:18px;margin-bottom:8px;font-weight:bold;}
.demae-box07 .inbox01 .list02 li:before{
	content:"\0025cf";
	color: #4d4d4d;
	display:inlnie-block;
	margin-right:8px;
}
.demae-box07 .inbox01 .list02 li span{font-weight:500; margin-left:8px;}

.demae-box07 .inbox02{
	padding:0 40px;
}
.demae-box07 .inbox02 h4{
	font-weight:bold;
	font-size:19px;
}
.demae-box07 .inbox02 ul li{
	font-size:18px;
}
.demae-box07 .inbox02 ul li:before{
	content:"\0025a0";
	display:inlnie-block;
	margin-right:8px;
}
@media screen and (max-width: 850px) {
	.demae-box07 .inbox01 .plan-title{padding:0 0 20px;}
	.demae-box07 .inbox01 .plan-title h4{font-size:20px;}
	.demae-box07 .inbox01 .plan-title p{font-size:18px;}
	.demae-box07 .inbox01 .plan-title p span{font-size:14px;}
	.demae-box07 .inbox01 .list01 li,
	.demae-box07 .inbox01 .list02 li,
	.demae-box07 .inbox02 ul li{font-size:1rem;}
}


@media screen and (max-width: 768px) {
	.demae-box07,
	.demae-box07 .inbox01{padding:20px;}
	.demae-box07 .inbox02{padding:0 10px;}
	
}
@media screen and (max-width: 565px) {
	.demae-box07 .inbox01 .plan-title {display:block;}
	.demae-box07 .inbox01 .plan-title h4{font-size:18px;}
		.demae-box07 .inbox01 .plan-title p{text-align:right;}
		.demae-box07 .inbox01 .list01,
		.demae-box07 .inbox01 .list02{margin-left:0;}
		.demae-box07 .inbox01 .list01 li,
	.demae-box07 .inbox01 .list02 li,
	.demae-box07 .inbox02 ul li{font-size:0.9rem;}
}

/*出前ラジオ局ボタン（共通）*/
.to_demae{
	position:absolute;
	bottom:20px;
	right:100px;
	z-index:3;
}

.to_demae a:hover{opacity:0.9;}
@media screen and (max-width: 1000px) {
	.to_demae{width:150px;right:10px;}
}
@media screen and (max-width: 550px) {
	.to_demae{width:100px;}
}


/*20251206会社概要追加*/
.sec-gaiyou table.tbl-gaiyou{
	
}



/*共通テーブル*/
table.tbl100{width: 100%;box-sizing: border-box;}
.tbl01 td,
.tbl01 th{
	padding: 1.5rem ;
	line-height: 1.5rem;
	font-size:clamp(13px, 1.5vw, 16px);
	border-bottom:solid 1px #ccc;
}
.tbl01{
	margin-bottom: 2rem;
	box-sizing: border-box;
}
.tbl01 th{
	border-bottom:solid 1px #9fbc16;
	vertical-align: top;
	text-align: left;
}
@media screen and (max-width: 768px){
.scroll{
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 1em;
}
.scroll table{
	width: 100%;
	margin-bottom: 0.5em;
}
}
@media screen and (max-width: 480px){
.tbl01 td,
.tbl01 th{padding: 1rem .5rem;}
}
