@charset "UTF-8";

/********************************************
共通
*********************************************/
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}




/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	height: 100%;

}
.slick-dotted.slick-slider
{
margin-bottom:0;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height:auto;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.m_slider .slick-slide {
  display: block;
opacity:0.5;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 48%;
    display: block;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.intro {
	position: relative;
	height: 784px; 
	text-align: center;
}
.intro:after {
    content: ''; 
    display: block;
    clear: both;
}

.intro .slider li.slider01, 
.intro .slider li.slider02, 
.intro .slider li.slider03, 
.intro .slider li.slider04 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    display: table;
    background-size: cover;
}


.intro .slider li.slider01 {
    background-image: url(../../src/img/top/main01.jpg);
}
.intro .slider li.slider02 {
    background-image: url(../../src/img/top/main02.jpg);
}
.intro .slider li.slider03  {
    background-image: url(../../src/img/top/main03.jpg);
}
.intro .slider li.slider04  {
    /*background-image: url(../../src/img/top/main04.jpg);*/
}

.intro .slider .cap {
    position: absolute;
    bottom: 2%;
    right: 10px;
    color: #fff;
    letter-spacing: 1px;
    background-color: rgba(14,6,1,0.5);
    padding: 0.5rem;
	text-align:right;
	line-height: 1.5;
}

.intro .slider .cap small {
    display: block;
}

.intro .hero_img {
    height: 100%;
}

.intro .intro_text p span {
    position: absolute;
    font-size: 1.6rem;
    z-index: 1;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-indent: -9999px;
    display: block;
    background-image: url(../../src/img/top/catch_copy.png);
    width: 950px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}



/********************************************
concept
*********************************************/

#concept {
    background-image: url(../../src/img/top/bg_concept.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
#concept .cap {
    color: #fff;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    z-index: 10;
}
#concept:before {
    content: '';
    position: absolute;
    background-image: url(../../src/img/top/bg_white.png);
    top: 0;
    width: 1600px;
    height: 430px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#concept .inner {
    position: relative;
    padding: 5rem 0 6rem;
    text-align: center;
    z-index: 1;
}

#concept h2 {
    color: #cc0000;
    font-weight: 600;
    /*font-size: 2.6rem;*/
    font-size: 2.5rem;
    line-height: 1.7;
    letter-spacing: 3px;
}

/*#concept h2 p:last-child {
    font-size: 1.3rem;
    background-color: rgba(255,255,255,0.7);
    display: inline-block;
    padding: 0.5rem 0.9rem 0.5rem 1.2rem;
    letter-spacing: 3px;
}*/

#concept .mass {
    color: #fff;
    /*font-size: 19px;*/
    font-size: 22px;
    line-height: 3;
    margin: 3rem 0;
}

#concept .imp_area {
    font-size: 1.6rem;
    margin-top: 2rem;
}

#concept .mass {
    /*-webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);*/
    -webkit-text-shadow: 
      0 0 6px rgba(0, 0, 0, 1),
      0 0 6px rgba(0, 0, 0, 1);
    -moz-text-shadow: 
      0 0 6px rgba(0, 0, 0, 1),
      0 0 6px rgba(0, 0, 0, 1);
    text-shadow: 
      0 0 6px rgba(0, 0, 0, 1),
      0 0 6px rgba(0, 0, 0, 1);
}

#concept .mass .mb{margin: 0 0 2rem;}
.massNte{display: block;}

/*#concept .imp_area p:first-child {
    margin-bottom: 0.9rem;
}*/

#concept .mass a {
    /*background-color: #ccc;*/
}

#concept .contact_btn {
	display: inline-block;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 2rem 4rem;
    position: relative;
    margin-top: 1rem;
}

#concept .contact_btn:after, .linkArea .contact_btn:after, .link .contact_btn:after, #flow .contact_btn:after {
    content: '';
    position: absolute;
    top: 51%;
    right: 4%;
    margin: -5px auto 0 auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/********************************************
voice
*********************************************/
#voice {
    background-image: url(../../src/img/top/bg_voice.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    z-index: 1;
}

#voice:after, #covid_link:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../src/img/top/cover.png);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 5;
}

#voice .inner {
    position: relative;
    z-index: 10;
    padding: 5rem 0;
}

#voice h2, #cando h2, #activity h2, #covid_link h2, #award h2, #flow h2 {
    color: #e21412;
    font-size: 2.7rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.titArea .sub {
    color: #5c5654;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 0.7rem;
    display: block;
}

.vo_list {
    margin: 3rem 0;
    display: flex;
}

.vo_list:after {
    content: '';
    display: block;
    clear: both;
}

.vo_list li.support {
    width: 33%;
}

.vo_list li.supported {
    width: 66%;
    margin-left: 1%;
}

.vo_list span.min {
    display: block;
    text-align: center;
    background-color: #60606b;
    color: #fff;
    padding: 0.5rem 0;
    font-size: 1.5em;
    margin-bottom: 0.5rem;
}

.vo_list li.supported ul {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack:justify;
}

.vo_list .vo_item span {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 100;
}
.vo_item {text-align: left;}
.vo_item img {
    width: 100%;
}

.vo_item h3 {
    color: #101466;
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0.7rem 0 1rem;
    line-height: 1.5;
    letter-spacing: 1px;
}

.vo_list .support span.min {
    width: 97.5%;
}
.vo_list li.supported ul li {
    width: 50%;
}
.vo_list li.supported ul li:last-child {
    margin-left: 2.5%;
}

/******　more_btn　***************/
.more_btn {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 1.5rem 6rem;
    position: relative;
    margin-top: 1rem;
    background-color: #fff;
    color: #da1311;
    border: #da1311 2px solid;
}

.more_btn:after {
    content: '';
    position: absolute;
    top: 51%;
    right: 4%;
    margin: -5px auto 0 auto;
    width: 9px;
    height: 9px;
    border-top: 3px solid #da1311;
    border-right: 3px solid #da1311;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/********************************************
photoArea
*********************************************/
.photoArea {
    display: flex;
    flex-wrap: wrap;
}

.photoArea li {
    width: 25%;
}

.photoArea li img {
    width: 100%;
}

/********************************************
cando
*********************************************/
#cando {
    position: relative;
    text-align: center;
	overflow: hidden;
	z-index: 1;
}
#cando:after {
    content: '';
    background-image: url(../../src/img/top/bg_can.jpg);
    background-size: 100%;
    background-position: bottom right;
    width: 50%;
    bottom: 0;
    right: 0;
    padding-top: 50%;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
}
#cando .inner {
    position: relative;
    z-index: 10;
    padding: 5rem 0;
}

#cando .titArea {
    margin-bottom: 3rem;
}

#cando h3, .awareArea h3 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.7;
}

#cando h3 .sub {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.3rem;
    line-height: 2;
}
#cando h3 .sub:before, 
#cando h3 .sub:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #666;
	display: inline-block;
	vertical-align: middle;
}

#cando h3 .sub:before {
    margin-right: 0.5rem;
}

#cando h3 .sub:after {
    margin-left: 0.4rem;
}

#cando .mass, #activity .mass, #staff .mass {
    margin: 3rem 0;
    position: relative;
}

#cando .mass p, #activity .mass p {
    font-size: 19px;
    line-height: 2.5;
    position: relative;
}

#cando .mass div {
    margin-top: 2.5rem;
}

#cando:before {
    content: '';
    background-image: url(../../src/img/top/bokashi.png);
    width: 80%;
    height: 900px;
    position: absolute;
    left: 10%;
    top: 0;
    background-position: center;
    z-index: 1;
    background-size: 100%;
}


/********************************************
goods
*********************************************/
#goods {
    background: url(../../src/img/common/bg_cmn.jpg);
    padding-top: 3rem;
    position: relative;
    z-index: 1;
}

#goods h2 {
    color: #e21412;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 1px;
}

#goods .goods_list {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

#goods .goods_list li {
    overflow: hidden;
    margin-bottom: 2.5rem;
    background: #fff;
}

#goods .inner {
    position: relative;
    z-index: 1;
}
#goods .goods_list li .lArea {
    float: left;
    width: 55%;
}
#goods .goods_list li.goods_list02 .lArea {
    float: right;
}

#goods .goods_list li .lArea h3 {
    font-size: 1.5rem;
    background-color: #525d74;
    color: #fff;
    padding: 1rem  0 1rem 2rem;
}

#goods .goods_list li .lArea h3 .num {
    font-family: 'EB Garamond', serif;
    font-size: 2.5rem;
    font-weight: 500;
    font-style: oblique;
    padding-right: 0.8rem;
    display: inline-block;
    vertical-align: middle;
}

.lArea .titArea {
    width: 95%;
    margin: 1rem auto 0;
}

#goods .titArea .sub {
    font-size: 1.45rem;
    color: #000;
    padding-left: 1rem;
}

.titArea .sub .red {
    background: #e21412;
    color: #fff;
    font-size: 1.45rem;
    display: inline-block;
    padding: 0.5rem 0 0.5rem 0.7rem;
    margin-right: 0.3rem;
}

.goods_list03 .titArea .sub .red {
    padding: 0.5rem 0.7rem;
    margin-left: 0.5rem;
}

.lArea .titArea .tit_goods {
    color: #e21412;
    font-size: 2.2rem;
    margin: 1rem 0 0;
    border-bottom: #88807d 1px solid;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.lArea .titArea .tit_goods strong { font-weight: 500;}

.lArea .text {
    font-size: 18px;
    text-align: left;
    line-height: 1.7;
    padding: 1rem 2rem 1.5rem;
}


#goods .goods_list .rArea {
    width: 45%;
    background-image: url(../../src/img/top/tent.jpg);
    background-size: cover;
    background-position: center;
    float: right;
    height: 340px;
}
#goods .goods_list .goods_list02 .rArea {
    background-image: url(../../src/img/top/em_set.jpg);
    width: 45%;
}

#goods .goods_list .goods_list03 .rArea {
    background-image: url(../../src/img/top/portabletoilet.jpg);
    width: 45%;
}


/********************************************
linkArea
*********************************************/
.linkArea {
    background-color: rgba(72,52,25,0.5);
    padding: 3rem 0 2.7rem;
    color: #fff;
    text-align: center;
}

.linkArea h3 {
    font-size: 1.8rem;
    border-bottom: rgba(255,255,255,0.5) 1px solid;
    padding-bottom: 0.5rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.linkArea h3 strong {
    font-size: 2rem;
    font-weight: 400;
}
.linkArea p strong {
    font-weight: 400;
    font-size: 1.5rem;
}

.linkArea p strong span {
    margin: 0 -0.7rem;
}

.linkArea p {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 1px;
}

.linkArea a, .link a, #flow .contact_btn {
    font-size: 1.6rem;
    padding: 2.7rem 5.5rem 2.7rem 6.5rem;
    margin-top: 1.7rem;
    position: relative;
    display: inline-block;
}

.linkArea a:before, .link a:before, #flow .contact_btn:before {
	content: '';
	position: absolute;
	background-image: url(../../src/img/common/ico_form.png);
	top: 32%;
	left: 6%;
	width: 40px;
	background-size: 100%;
	height: 45px;
	background-repeat: no-repeat;
}


/********************************************
activity
*********************************************/

#activity {
    text-align: center;
    padding: 5rem 0 30rem;
    position: relative;
    background-color: #f7f0e8;
    overflow: hidden;
}

#activity:after {
	content: '';
	background-image: url(../../src/img/top/bg_act.jpg);
	background-size: 100%;
	background-position: bottom center;
	width: 100%;
	bottom: 0;
	right: 0;
	padding-top: 100%;
	position: absolute;
	z-index: 0;
	background-repeat: no-repeat;
}

#activity .inner {
    position: relative;
    z-index: 1;
}

#activity:before {
    content: '';
    background-image: url(../../src/img/top/bokashi.png);
    width: 100%;
    padding-bottom: 150%;
    position: absolute;
    left: 0%;
    top: -30%;
    background-position: center top;
    z-index: 1;
    background-size: 100%;
}


/********************************************
staff
*********************************************/
#staff {
    background-color: #e0e1e1;
    padding: 5rem 0 2rem;
    text-align: center;
    position: relative;
    z-index: 5;
}

#staff h2 {
    color: #101466;
    font-weight: 500;
    font-size: 1.9rem;
    letter-spacing: 2px;
    line-height: 1.8;
}

#staff .mass p {
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 1px;
}


/******　modal　***************/
.modal_trigger {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_trigger li {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
	width: 32%;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	}

.modal_link span {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
}

.staff02 .modal_link span br { display:none;}

.modal_link:after {
    content:'';
    position: absolute;
    top: 51%;
    right: 4%;
    margin: -5px auto 0 auto;
    width: 9px;
    height: 9px;
    border-top: 3px solid #da1311;
    border-right: 3px solid #da1311;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal_trigger li .img {
    width: 230px;
    height: 230px;
    background-image: url(../../src/img/top/staff01.jpg);
    border-radius: 50%;
    margin: 0 auto 7px;
    position: relative;
    z-index: 5;
    background-position: center;
    background-repeat: no-repeat;
}

.modal_trigger li.staff02 .img {
    background-image: url(../../src/img/top/staff02.jpg);
}

.modal_trigger li.staff03 .img {
    background-image: url(../../src/img/top/staff03.jpg);
}
.modal_trigger li:nth-child(2) {margin: 0 1%;}

@-webkit-keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_bg {
  background-color: rgba(48, 42, 38, 0.8);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  left: 50%;
  padding: 3rem 2rem 5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 70%;
  overflow-y: scroll;
}

.modal_close {
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  color: #e21412;
  border: #e21412 1px solid;
  padding: 0.8rem 5rem;
  margin-top: 2rem;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.modal_close:hover {
	color: #fff;
	background-color: #e21412;
}

.modal_inner::-webkit-scrollbar {
    width: 8px;
}
.modal_inner::-webkit-scrollbar-track {
    background: transparent;
　　border-left: solid 1px #ececec;
}
.modal_inner::-webkit-scrollbar-thumb {
 	background-color: rgba(153, 153, 153, .5);
  border-radius: 8px;
  box-shadow:0 0 0 1px rgba(153, 153, 153, .3);
}

.modal_area h3 {
    color: #72510b;
    font-size: 2.3rem;
    letter-spacing: 1px;
    border-bottom: #ab8942 1px solid;
    padding-bottom: 0.5rem;
}

.modal_area .name {
    font-size: 1.1rem;
    margin: 2.5rem 0;
    padding-left: 2rem;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
}

.modal_area .name p span {
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 1rem;
}

#staff .modal_inner .mass {
    margin: 2rem 0;
    padding: 0 2rem;
    overflow: hidden;
    text-align: left;
}

#staff .modal_inner .mass p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

#staff .modal_inner .mass .img {
    width: 50%;
    float: right;
    margin: 1.5rem 0 0 1.5rem;
    /* clear: both; */
}

#staff .modal_inner .mass .img img {
    width: 100%;
}
#staff .modal_inner .mass .img .cap {
    display: block;
    font-weight: 100;
    text-align: center;
    margin-top: 0.5rem;
}

#staff .modal_inner .space {
    /* float: right; */
    /* height: 23rem; */
}
#staff  .m_staff02 .modal_inner .space {
    /* height: 15rem; */
}
.modal_link {
    font-size: 1.15rem;
    text-align: left;
    color: #e21412;
    background-color: #fff;
    border: #e21412 2px solid;
    width: 90%;
    margin: -1rem auto 0;
    height: 80px;
    text-align: center;
    display: table;
    position: relative;
    font-weight: 500;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

.staff03 .modal_link {
    line-height: 1.5;
}

.modal_close span {
    font-size: 1.3rem;
    padding-left: 0.5rem;
    vertical-align: text-bottom;
}

/********************************************
covid_link
*********************************************/
#covid_link {
    background-color: #fefefe;
    position: relative;
    text-align: center;
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
}

#covid_link .bg {
    background-image: url(../../src/img/top/bg_covid.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    width: 60%;
    padding: 45%;
    z-index: 4;
}

#covid_link .inner {
    position: relative;
    z-index: 10;
}

#covid_link .grade {
    position: absolute;
    background-image: url(../../src/img/top/bg_covid_grade.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 190px;
    bottom: 0;
    left: 0;
    z-index: 3;
}

#covid_link .mass {
    margin: 2rem 0;
}
#covid_link .mass p br { display: none;}

#covid_link .mass p {
    font-size: 1.1rem;
    line-height: 2.5;
    letter-spacing: 1px;
}

#covid_link:before {
    content: '';
    background-image: url(../../src/img/top/bokashi.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center top;
    z-index: 5;
    background-size: 100%;
    opacity: 0.8;
}

#covid_link h2 {
    -webkit-text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    -moz-text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}
#covid_link .more_btn {
    padding: 1.5rem 5.5rem 1.5rem 6.5rem;
}
#covid_link .more_btn:before {
    content: '';
    position: absolute;
    background-image: url(../../src/img/top/ico_pdf.png);
    top: 20%;
    left: 6%;
    width: 36px;
    background-size: 100%;
    height: 40px;
    background-repeat: no-repeat;
}

#covid_link .cap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    z-index: 10;
}

/********************************************
link
*********************************************/
.link {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 1.5rem 0 4.5rem;
}


/********************************************
award
*********************************************/
.award_box li.hide {
    display: none;
}

.award_box .tab li {
    cursor: pointer;
}

.awareArea, #flow {
    background: url(../../src/img/common/bg_cmn.jpg);
    padding: 4rem 0 0;
    position: relative;
    border-top: #e5d7d6 1px solid;
	z-index: 1;
}

.awareArea {
    text-align: center;
}

.awareArea h3, #flow h3 {margin: 3rem 0 2rem;font-size: 1.9rem;}

#award h4 {
	color: #715729;
	font-size: 2.2rem;
	letter-spacing: 0.5rem;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 1rem;
}
#award .sc_cap {
    display: none;
}

#award h4:before, 
#award h4:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(../../src/img/top/tit_tax.jpg);
	width: 95px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 1.5rem 0.5rem 0;
}
#award .taxArea h4:before, 
#award .taxArea h4:after {
	background-image: url(../../src/img/top/tit_tax02.jpg);
}

#award h4:after {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.tabArea .tab {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    font-size: 1.5rem;
    letter-spacing: 5px;
    font-weight: 400;
    color: #212325;
}

.tabArea {
    background-color: #f8f6f5;
    padding-bottom: 2rem;
}

.tabArea .tab li {
    width: 50%;
    padding: 1rem 0;
    background-color: #b6bcc4;
    cursor: pointer;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    overflow: hidden;
    line-height: 1.;
}

.tabArea .tittabArea {
    background-color: #d3d6da;
}

.tabArea .tab li:hover, .tabArea .tab li.select {
    background-color: #e21412;
    color: #fff;
}

.tabArea .tab li .icon_tab {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    background: #373e4c;
    border-radius: 50%;
    margin-right: 1.5rem;
}

.tabArea .tab li.select .icon_tab, 
.tabArea .tab li:hover .icon_tab {
    background: #fff;
    float:;
}

.tabArea .tab li .icon_tab span {
    position: absolute;
    top: 45%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.tabArea .tab li:hover .icon_tab span, 
.tabArea .tab li.select .icon_tab span {
    top: 1rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    position: absolute;
    left: 5%;
    width: 45%;
    top: 45%;
    height: 3px;
    background-color: #e21412;
    border: none;
}

.award_box {
    max-width: 950px;
    margin: 2rem auto;
}

.award_box li:first-child {
    overflow: hidden;
}

.award_box li:first-child dl {
    width: 50%;
    padding: 1rem 1rem 2rem;
    float: left;
}
.award_box li dl dt div {
    background-color: #837356;
    color: #fff;
    padding: 0.5rem 0;
    height: 85px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.award_box li dl dt div p {
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.award_box li dl dt div p .num {
    font-size: 2rem;
    font-weight: 600;
    display: inline-flex;
    margin: 0 0.5rem;
}

.award_box li dl dt div .awardname {
    color: #837356;
    background: #fff;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0.2rem 5rem;
    border-radius: 100px;
    margin-top: 0.25rem;
    display: inline-block;
}

.award_box li dl dt div:before, 
.award_box li dl dt div:after {
	content: ''
	;position: absolute;
	top: 0;
	background-image: url(../../src/img/top/ribbon.png);
	width: 10px;
	height: 85px;
}

.award_box li dl dt div:before {
    left: -10px;
}

award_box li dl dt div:after {
    right: -10px;
}

.award_box li dl dt div:after {
    right: -10px;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.award_box li dl dt .sub {
    position: absolute;
    top: -1.3rem;
    left: 0;
    right: 0;
    color: #837356;
    font-size: 15px;
    letter-spacing: 2px;
}

.award_box li dl dt {
    position: relative;
}

.award_box li dl dd .img {
    margin: 1rem auto 0.5rem;
    width: 80%;
}

.award_box li dl dd .text {
    line-height: 2;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}
.award_box li dl.c_award01 dt div .awardname, 
.award_box li dl.c_award02 dt div .awardname {
    padding: 0.2rem 0 0.5rem;
    width: 30%;
    margin: 0 1rem;
}

.award_box li dl.c_award01 dt div p, 
.award_box li dl.c_award02 dt div p {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.3rem;
    width: 65%;
    text-align: left;
}

.award_box li dl.c_award01 dt div, 
.award_box li dl.c_award02 dt div {
    padding: 1.6rem 0 1.5rem;
}

.award_box li dl dt div em:first-child {
    margin-right: 1rem;
}
.c_award01, .c_award02 {
    margin-bottom: 2rem;
}

.award_box li dl.c_award01 dd .text, 
.award_box li dl.c_award02 dd .text {
    text-align: center;
}

.award_box li dl.c_award02 dd .img p {
    display: inline-block;
    vertical-align: middle;
}

.award_box li dl.c_award02 dd .img p.cap span {
    display: block;
    text-align: left;
    font-weight: 300;
    line-height: 1.8;
}

.award_box li dl.c_award02 dd .img p.cap span:before {
    content: '●';
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    margin-right: 0.3rem;
    color: #b6a27f;
}
.award_box li .c_award01 dt div p .num, 
.award_box li .c_award02 dt div p .num {
    letter-spacing: 0;
	margin: 0 0.1rem;
}

.taxArea {
    margin-top: 5rem;
    text-align: center;
    margin-bottom: 8rem;
}
.taxArea table{
    background-color: #fcf9f4;
}

.taxArea table .bg_blue {
    background-color: #525d74;
    color: #fff;
    width: 5%;
}

.taxArea table th {
    background-color: #837356;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
}
.taxArea table th, .taxArea table td {
    padding: 1rem;
    line-height: 1.7;
}

.taxArea table th.w01 {
    width: 25%;
}

.taxArea table th.w02 {
    width: 10%;
}

.taxArea table th.w03 {
    width: 20%;
}

.taxArea table .tit_tax {
    font-weight: 500;
}

taxArea table td p {
    text-align: left;
}

.taxArea table tr td:last-child {
    text-align: left;
}

.taxArea table td {
    border-bottom: #cdcbcb 1px solid;
    border-right: #cdcbcb 1px solid;
}

.taxArea table th {
    border-right: #cdcbcb 1px solid;
}

.taxArea table td p span {
    font-size: 14px;
    display: block;
}

.taxArea table td span {
    font-size: 14px;
    margin-top: 0.5rem;
    display: block;
}

.taxArea .cap a {
    color: #112b5b;
    text-decoration: underline;
}

.taxArea .cap a:hover {
    text-decoration: none;
}
.taxArea .cap {
    display: block;
    text-align: left;
    margin-top: 0.7rem;
    line-height: 1.5;
}

/********************************************
flow
*********************************************/
#flow {
    padding-bottom: 15rem;
    text-align: center;
}

#flow:after {
	content: '';
	background-image: url(../../src/img/top/bg_flow.jpg);
	background-size: 100%;
	background-position: bottom right;
	width: 50%;
	bottom: 0;
	right: 0;
	padding-top: 50%;
	position: absolute;
	z-index: 0;
	background-repeat: no-repeat;
}

#flow .inner {
    position: relative;
    z-index: 10;
}

#flow h3 {
    line-height: 2;
    letter-spacing: 4px;
    font-size: 1.8rem;
    font-weight: 500;
}


/******　step　***************/

.step_num {
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  overflow:hidden;
}
.step_num li{
  display:table-cell;
  position:relative;
  width: 33%;
  text-align: center;
  color: #fff;
  padding: 0.6rem 0 0.9rem;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
.step_num li:last-child{
  padding-right: 1em;
}
.step_num li:last-child:before,
.step_num li:last-child:after{
  display:none;
}
.step_num li:before,
.step_num li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step_num li:before{
  top: -5px;
  right: -1.7rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 30px 0 30px 2em;
  z-index: 10;
}
.step_num li:after{
  top: -5px;
  right: -1.5rem;
  border-style: solid;
  border-width: 30px 0 30px 2em;
  z-index: 10;
}

.step_num li.step01 {
    background: #ed4821;
}

.step_num li.step01:after {
    border-color: transparent transparent transparent #ed4821;
}

.step_num li.step02:after {
    border-color: transparent transparent transparent #d22f08;
}

.step_num li.step02 {
    background: #d22f08;
}

.step_num li.step03 {
    background: #be0307;
}

.step_num li .num {
    font-size: 1.9rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
}
.step_cont {
    background: #fff;
    display: flex;
}

.step {
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.step_cont li {
    padding: 2rem 1.7rem 2.5rem;
    width: 33.3333%;
    position: relative;
}
.step_cont li .step01_spTit, 
.step_cont li .step02_spTit, 
.step_cont li .step03_spTit {
    display: none;
}


.step_cont li:after {
	content: '';
	width: 1px;
	right: 0;
	top: 5%;
	position: absolute;
	background: #c6b9b3;
	height: 90%;
}

.step_cont li .img {
    width: 40%;
    margin: 0 auto;
}

.step_cont li:last-child:after {
    content: none;
}

.step_cont li a {
    background: #7c7363;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1.2rem 2.3rem;
    line-height: 1.3;
    border-radius: 10px;
    position: relative;
}

.step_cont li a:after {
	content: '';


	position: absolute;
	top: 51%;
	right: 4%;
	margin: -5px auto 0 auto;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.step_cont li h4 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 1rem 0 1.5rem;
}

.step_cont li:nth-child(2) h4 {
    color: #d22f08;
}

.step_cont li:last-child h4 {
    color: #be0307;
}

.step_cont li p {
    font-size: 17px;
    text-align: left;
    line-height: 1.7;
    font-weight: 500;
}

.step_cont li .cap {
    display: block;
    margin-top: 0.5rem;
    text-align: left;
}


@media screen and (min-width: 1800px) {
.intro {
	height: 900px;
}


}

@media screen and (min-width: 1025px) {

.more_btn:hover, 
.contact_btn:hover, 
.step_cont li a:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.modal_trigger li:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
.modal_link:hover {
    background-color: #e21412;
    color: #fff;
}

.modal_link:hover:after {
    border-color: #fff;
}

}
@media screen and (min-width: 751px) {
br.sponly { display: none; }

}

@media screen and (max-width: 1200px) {
#concept h2 p:first-child {
    -webkit-text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    -moz-text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

#concept {
    background-size: 120%;
}


#concept:after {
    content: '';
    position: absolute;
    background-image: url(../../src/img/top/bg_white.png);
    top: 0;
    width: 1600px;
    height: 430px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#concept:before {
    right: initial;
    left: -50%;
}

#activity:before {
    top: -100%;
}

#covid_link .bg {
    width: 100%;
    padding: 60%;
}
}

@media screen and (max-width: 1024px) {
#cando_cont, #award_cont, #flow_cont, #voice_cont, #activity_cont {
    display: block;
    margin-top: -2rem;
    padding-top: 2rem;
}
#flow_cont, #activity_cont {
    margin-top: -5rem;
    padding-top: 5rem;
}
/********************************************
intro
*********************************************/
.intro {
    height: 600px;
}
.intro .intro_text p span {
    width: 80%;
    background-size: 100%;
    top: 40%;
}

/********************************************
concept
*********************************************/
#concept {
    background-position: top;
    background-size: 130%;
}

#concept h2 {
    /*font-size: 2rem;*/
  font-size: 1.6rem;
}

#concept .inner {
    padding: 4rem 0;
}

/*#concept h2 p:last-child {
    letter-spacing: 2px;
    font-size: 1.05rem;
}*/

#concept .mass {
    /*font-size: 17px;*/
    font-size: 20px;
    line-height: 2.3;
    margin: 2rem 0;
}

#concept .imp_area {
    /*font-size: 1.2rem;*/
    font-size: 1.4rem;
    margin-top: 1.5rem;
}

/*#concept .imp_area p:first-child {
    margin-bottom: 0.5rem;
}*/

#concept .contact_btn {
    font-size: 1.4rem;
    padding: 1.5rem 3rem;
}


#concept .mass p span {
    display: block;
}


/********************************************
voice
*********************************************/
#voice h2, #cando h2, 
#activity h2, #covid_link h2, 
#award h2, #flow h2 {
    font-size: 2.4rem;
}

.titArea .sub {
    font-size: 15px;
}

.vo_item h3 {
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.vo_list .vo_item span {
    font-size: 15px;
}

.vo_list {
    margin: 2rem 0;
}

.more_btn {
    padding: 1.2rem 5rem;
    font-size: 16px;
}

/********************************************
cando
*********************************************/

#cando .inner {
    padding: 3.5rem 0;
}

#cando h3, .awareArea h3 {
    font-size: 1.6rem;
    line-height: 1.5;
}

#cando .mass p, #activity .mass p {
    font-size: 17px;
    line-height: 2;
}
#cando:before {
    background-position: bottom right;
}

/********************************************
goods
*********************************************/
#goods h2 {
    font-size: 1.3rem;
}

#goods .goods_list li .lArea h3 {
    font-size: 1.2rem;
}

#goods .titArea .sub {
    padding-left: 1rem;
    font-size: 1.2rem;
}

.titArea .sub .red {
    font-size: 1.2rem;
}

.lArea .titArea .tit_goods {
    padding-left: 1rem;
    font-size: 1.8rem;
}

#goods .goods_list li .lArea h3 .num {
    font-size: 2rem;
}

.lArea .text {
    font-size: 15px;
    padding: 1rem;
}

/********************************************
linkArea
*********************************************/
.linkArea h3 {
    font-size: 1.45rem;
}

.linkArea h3 strong {
    font-size: 1.7rem;
}

.linkArea p {
    font-size: 1.05rem;
}

.linkArea p strong {
    font-size: 1.2rem;
}

.linkArea a, .link a, #flow .contact_btn {
    font-size: 1.4rem;
    padding: 2rem 5rem 2rem 5.5rem;
}

.linkArea a:before, .link a:before, #flow .contact_btn:before {
    width: 35px;
}

/********************************************
staff
*********************************************/
#staff {
    padding: 3rem 0 1rem;
}

#staff h2 {
    font-size: 1.6rem;
}

#cando .mass, #activity .mass, #staff .mass {
    margin: 2rem 0;
}

#staff .mass p {
    font-size: 16px;
    line-height: 2;
}
.staff02 .modal_link span br {
    display: block;
}


.modal_trigger li .img {
    width: 200px;
    height: 200px;
}

.modal_link {
    width: 95%;
    font-size: 1.1rem;
}
.modal_inner {
    width: 90%;
}

.modal_area h3 {
    font-size: 2rem;
}

.modal_area .name {
    padding-left: 1rem;
}

#staff .modal_inner .mass {
    padding: 0 1rem;
}

#staff .m_staff02 .modal_inner .space {
    /* height: 20rem; */
}

/********************************************
covid_link
*********************************************/
#covid_link .bg {
    padding: 35%;
    background-image: url(../../src/img/top/bg_covid_sp.jpg);
    background-position: bottom center;
    bottom: 0;
    top: inherit;
    background-size: 100%;
}
#covid_link .cap {color: #fff;}

/********************************************
awareArea
*********************************************/
.awareArea h3, #flow h3 {
    margin: 2rem 0 1rem;
}

.tabArea .tab {
    font-size: 1.3rem;
    letter-spacing: 3px;
}

.tabArea .tab li {
    padding: 1rem 0 0.8rem;
}

.award_box {
    max-width: 90%;
}

.award_box li dl.c_award01 dt div, 
.award_box li dl.c_award02 dt div {
    padding-top: 0.8rem;
}

.award_box li dl.c_award01 dt div p, 
.award_box li dl.c_award02 dt div p {
    margin-top: 0;
    text-align: center;
}

.award_box li dl dt div p {
    font-size: 1rem;
}

.award_box li dl dt div p .num {
    font-size: 1.6rem;
}
#award h4 {
    font-size: 2rem;
}

.taxArea {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.taxArea table {
    width: 100%;
}

/********************************************
flow
*********************************************/
#flow:after {
    width: 65%;
}
#flow h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 1.7;
}

.step_cont li {
    padding: 1rem;
}

.step_cont li a {
    padding: 1rem;
    width: 100%;
}
.step_cont li p {
    font-size: 16px;
    line-height: 1.6;
}
}
@media screen and (max-width: 900px) {
/*#concept .mass br {
    display: none; 
}*/


}
@media screen and (max-width: 750px) {
/********************************************
intro
*********************************************/
.intro {
    height: 500px;
}
.intro .intro_text p span {
    background-image: url(../../src/img/top/catch_copy_sp.png);
    height: 250px;
    top: 30%;
    width: 70%;
}

.intro .slider .cap {
    width: 90%;
    font-size: 13px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.6;
}
/********************************************
concept
*********************************************/
#concept {
    background-image: url(../../src/img/top/bg_concept_sp.jpg);
    background-size: 100%;
    background-position: center;
}
#concept .inner {
    padding: 2.5rem 0 4rem;
}

#concept h2 {
    /*font-size: 1.7rem;*/
    font-size: 1.5rem;
    letter-spacing: 2px;
}



/*#concept h2 p:last-child {
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 1rem;
    line-height: 1.6;
}*/

#concept .mass {
    /*font-size: 15px;*/
    font-size: 18px;
    /*text-align: left;*/
}

#concept .imp_area p:nth-child(3) {
    display: inline-block;
}

#concept .imp_area {
    /*font-size: 17px;*/
    font-size: 20px;
}

#concept .contact_btn {
    font-size: 1.1rem;
}

#concept .contact_btn:after, .linkArea .contact_btn:after, 
.link .contact_btn:after, #flow .contact_btn:after {
    width: 7px;
    height: 7px;
    border-width: 2px;
}

#concept h2 p:first-child {
    line-height: 1.5;
  
  font-size: 1.5rem;
}

#concept h2 br.sponly { display: none; }

/********************************************
voice
*********************************************/
#voice {
    background-size: 200%;
    background-color: #ded9d6;
    background-position: bottom center;
}

.vo_list .vo_item {
    display: flex;
}
#voice .inner {
    padding: 3rem 0 8rem;
}

#voice h2, 
#cando h2, 
#activity h2, 
#covid_link h2, 
#award h2, 
#flow h2 {
    font-size: 1.8rem;
}

#voice h2 {
    line-height: 1.3;
}

.vo_list {
    display: block;
}

.vo_list li.support {
    width: 100%;
}
.vo_list .vo_item .img {
    width: 49%;
    margin-right: 2%;
    height: 200px;
    overflow: hidden;
}

.vo_list .vo_item .vo_textArea {
    width: 49%;
}

.vo_list span.min {
    font-size: 1.2rem;
}

.vo_list li.supported {
    width: 100%;
    margin-left: 0;
    margin-top: 3%;
}

.vo_list li.supported ul {
    display: block;
}

.vo_list li.supported ul li {
    width: 100%;
}

.vo_list li.supported ul li:last-child {
    margin-left: 0;
    margin-top: 1rem;
}

.vo_item h3 {
    font-size: 17px;
}

.vo_list .vo_item span {
    font-size: 14px;
}

.more_btn {
    font-size: 15px;
}

.more_btn:after {
    width: 7px;
    height: 7px;
    border-width: 2px;
}
.photoArea li {
    width: 50%;
}

/********************************************
cando
*********************************************/
#cando h3, .awareArea h3 {
    font-size: 1.3rem;
    letter-spacing: 2px;
}

#cando h3 .sub {
    font-size: 1.1rem;
}

#cando .mass, #activity .mass, #staff .mass {
    text-align: left;
}

#cando .mass p, #activity .mass p {
    font-size: 15px;
}

#cando .titArea {
    margin-bottom: 1rem;
}

#cando:before {
    width: 150%;
    top: 30%;
    height: 500px;
    left: -20%;
    background-position: center;
}

#cando:after {
    width: 100%;
    background-position: center bottom;
    padding-top: 150%;
}

#cando .mass div {
    margin-top: 1.5rem;
}

#cando .inner {
    padding-bottom: 8rem;
}

#goods h2 {
    font-size: 1.1rem;
}

#goods h2 br {
    display: none;
}

#goods .goods_list li {
    display: inherit;
}

#goods .goods_list li .lArea h3 {
    padding: 0.7rem 0 0.7rem 1rem;
    font-size: 1.1rem;
}

#goods .goods_list li .lArea h3 .num {
    font-size: 1.7rem;
}

#goods .titArea .sub {
    font-size: 1.1rem;
}

.titArea .sub .red {
    font-size: 1.1rem;
    padding: 0.3rem 0 0.3rem 0.5rem;
}

.lArea .titArea .tit_goods {
    font-size: 1.7rem;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.lArea .text {
    font-size: 14px;
}

/********************************************
goods
*********************************************/

#goods .goods_list .rArea {
    width: 100%;
    height: 300px;
}


#goods .goods_list .goods_list02 .rArea {
    width: 100%;
    background-position: center top 20%;
}

#goods .goods_list .goods_list03 .rArea {
    width: 100%;
}

.linkArea h3 {
    line-height: 1.5;
    font-size: 1.2rem;
}

.linkArea h3 strong {
    font-size: 1.5rem;
}

#goods h2 {
    font-size: 1.1rem;
}

#goods h2 br {
    display: none;
}

#goods .goods_list li {
    display: inherit;
}

#goods .goods_list li .lArea h3 {
    padding: 0.7rem 0 0.7rem 1rem;
    font-size: 1.1rem;
}

#goods .goods_list li .lArea h3 .num {
    font-size: 1.7rem;
}

#goods .titArea .sub {
    font-size: 1.1rem;
}

.titArea .sub .red {
    font-size: 1.1rem;
    padding: 0.3rem 0 0.3rem 0.5rem;
}

.lArea .titArea .tit_goods {
    font-size: 1.7rem;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#goods .goods_list li .lArea {
    width: 100%;
}

#goods .goods_list .rArea {
    width: 100%;
    height: 300px;
}


.linkArea p {
    font-size: 14px;
    line-height: 1.6;
}

.linkArea p strong {
    font-size: 1.1rem;
}

.linkArea a:before, 
.link a:before, 
#flow .contact_btn:before {
    width: 30px;
    top: 29%;
}
.linkArea h3 {
    line-height: 1.5;
    font-size: 1.2rem;
}

.linkArea {
    padding: 2rem 0 2rem;
}


.linkArea a, .link a, 
#flow .contact_btn {
    font-size: 1.2rem;
    padding: 1.5rem 3rem 1.5rem 4.5rem;
}

/********************************************
activity
*********************************************/
#activity {
    padding-bottom: 15rem;
}

/********************************************
staff
*********************************************/
#staff h2 {
    font-size: 1.2rem;
}

#staff .mass p {
    font-size: 15px;
    display: initial;
}

#staff .mass p br {
    display: none;
}

.modal_trigger {
    display: inherit;
}

.modal_trigger li {
    width: 100%;
    display: flex;
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    border: #e21412 1px solid;
    background: #fff;
    height: 150p;
}

.modal_trigger li .img {
    border-radius: 0;
    width: 35%;
    background-size: 100%;
    height: 150px;
    margin: 0;
}

.modal_link {
    width: 60%;
    border: none;
    margin: 0;
}

.modal_link:after {
    border-width: 2px;
    right: 0;
}

.modal_trigger li:nth-child(2) {
    margin: 1rem 0;
}
.modal_inner {
    width: 95%;
    padding: 2rem 1rem 3rem;
}

.modal_area .name {
    font-size: 15px;
    margin: 1.5rem 0;
}

.modal_area .name p span {
    font-size: 1rem;
}

.modal_area h3 {
    font-size: 1.4rem;
}

#staff .modal_inner .mass p {
    font-size: 14px;
}

#staff .modal_inner .mass .img {
    float: none;
    margin: 1.5rem 0 0;
    width: 100%;
}

#staff .modal_inner .space {
    display: none;
}

#staff .modal_inner .mass {
    margin: 0;
}

#staff .modal_inner .mass .img .cap {
    font-size: 14px;
    text-align: left;
}
/********************************************
covid_link
*********************************************/
#covid_link .bg {
    padding-top: 100%;
    background-size: cover;
}

#covid_link:before {
    background-position: -5%;
}


/********************************************
award
*********************************************/
.awareArea, #flow {
    padding-top: 2.5rem;
}

#award h4 {
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
}

#award h4:before, #award h4:after {
    width: 70px;
    height: 30px;
    margin-top: 1rem;
}

.tabArea .tab li {
    font-size: 16px;
    padding: 0.9rem 0 0.7rem;
}

.tabArea .tab {
    font-size: 16px;
}

.tabArea .tab li .icon_tab {
    width: 25px;
    height: 25px;
}
#covid_link .mass p {
    font-size: 16px;
    line-height: 2;
}

#cando h3, .awareArea h3 {
    font-size: 1.1rem;
    margin: 1rem 0 0.5rem;
}

.tabArea .tab li .icon_tab {
    margin-top: -0.3rem;
}

.tabArea .tab li .icon_tab span {
    width: 10px;
    height: 10px;
    border-width: 2px;
}

.tabArea .tab {
    letter-spacing: 2px;
}

.award_box li:first-child dl {
    float: none;
    width: 100%;
    padding-bottom: 0;
}

.award_box {
    margin: 1rem auto;
}

.award_box li dl dd .text {
    font-size: 14px;
    line-height: 1.7;
}

.award_box li dl.s_award02 dd .img, 
.award_box li dl.s_award03 dd .img {
    width: 90%;
    margin: -1rem auto -1rem;
}

.award_box li dl dt div {
    height: 80px;
}

.award_box li dl dt div:before, .award_box li dl dt div:after {
    height: 80px;
}

.award_box li dl.s_award02 dd .img {
    margin: -1rem auto -2rem;
}

.award_box li:first-child dl.s_award04 .sub {
    position: inherit;
    font-size: 14px;
    margin-bottom: 0.2rem;
    display: block;
}
.award_box li dl dt {
    position: inherit;
}

.award_box li dl.c_award01 dt div .awardname, 
.award_box li dl.c_award02 dt div .awardname {
    width: 70%;
    padding: 0.2rem 0;
}

.award_box li dl dt div .awardname {
    margin: 0.3rem auto;
}

.award_box li dl.c_award01 dt div p, 
.award_box li dl.c_award02 dt div p {
    display: block;
    width: 100%;
    margin-top: 0.3rem;
}
.award_box li dl.c_award01 dd .text, 
.award_box li dl.c_award02 dd .text {
    text-align: left;
}

.award_box li dl.c_award01 dd .text br, 
.award_box li dl.c_award02 dd .text br {
    display: none;
}

.award_box li dl dt div p {
    font-size: 15px;
}

.award_box li dl dt div p .num {
    font-size: 1.3rem;
    margin: 0 0.2rem;
}

.award_box li dl.c_award02 dd .img p.cap span {
    font-size: 14px;
    display: inline-block;
    margin: 0 0.5rem;
}

.award_box li dl.c_award02 dd .img p.cap span:before {
    font-size: 10px;
}

.taxArea table th {
    font-size: 14px;
}


.taxArea table th, .taxArea table td {
    padding: 0.5rem;
}

.taxArea table th.w02 {
    width: 15%;
}

.taxArea table .bg_blue {
    font-size: 14px;
}

.taxArea table th, .taxArea table td {
    font-size: 14px;
}

.taxArea table th.w03 {
    width: 25%;
}
.taxArea table th.w04 {
    width: 60%;
}

.taxArea table td br {
    display: none;
}

.taxArea .cap {
    font-size: 14px;
    font-weight: 300;
}

/********************************************
flow
*********************************************/
#flow:after {
    width: 80%;
    padding-top: 100%;
}
#flow h3 {
    font-size: 1.1rem;
}
#flow h3 br { display: none; }
.step {
    margin: 2rem 0;
}
.step_cont li .step01_spTit, 
.step_cont li .step02_spTit,
.step_cont li .step03_spTit {
    display: block;
    width: 20%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 2rem 0;
    letter-spacing: 3px;
}

.step_num {
    display: none;
}

.step_cont {
    display: block;
}

.step_cont li {
    width: 100%;
    display: flex;
    padding: 0;
}

.step_cont li div {
    width: 80%;
    padding: 1rem;
}

.step_cont li:after {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.step_cont li .step01_spTit span, 
.step_cont li .step02_spTit span, 
.step_cont li .step03_spTit span {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.step_cont li .step01_spTit {
    background: #ed4821;
}

.step_cont li .step02_spTit {
    background: #d22f08;
}

.step_cont li .step03_spTit {
    background: #be0307;
}

.step_cont li:first-child div {
    display: flex;
    align-items: center;
}

.step_cont li .img {
    padding: 1rem;
}

.step_cont li a {
    margin-top: 0;
}

.step_cont li h4 {
    font-size: 1.15rem;
    margin: 0 0 0.5rem;
}

.step_cont li p {
    font-size: 15px;
}

.step_cont li .cap {
    font-size: 14px;
}
}



@media screen and (max-width: 480px) { 
/********************************************
intro
*********************************************/
.intro {
    height: 400px;
}

.intro .intro_text p span {
    width: 85%;
    top: 25%;
}

.intro .slider .cap {
    width: 100%;
    bottom: 0;
	text-align: center;
}

#concept h2 {
    font-size: 1.3rem;
	letter-spacing: 1px;
}
/********************************************
concept
*********************************************/
#concept {
    background-position: center top;
}

#concept h2 br.sponly { display: block; }

#concept .inner {
    padding-top: 1.5rem;
}

/*#concept h2 p:last-child {
    font-size: 14px;
    padding: 0.5rem;
    width: 100%;
	letter-spacing: 1px;
}*/
#concept h2 p:first-child {  
  /*font-size: 1.05rem;*/
  font-size: 1.2rem;
}
#concept .mass {
    font-size: 14px;
    margin: 1rem 0;
    line-height: 2;
}

#concept .mass p span {
    display: initial;
}
#concept .mass p span.massNte {
    display: block;
}

#concept .imp_area {
    /*font-size: 16px;*/
    font-size: 18px;
    margin-top: 1rem;
}
#concept .cap {
    font-size: 12px;
}
/********************************************
voice
*********************************************/
#voice .inner {
    padding: 2rem 0 5rem;
}

#voice h2, #cando h2, 
#activity h2, 
#covid_link h2, 
#award h2, 
#flow h2 {
    font-size: 1.6rem;
    line-height: 1.25;
}

.titArea .sub {
    font-size: 13px;
    margin-top: 0;
}
.vo_item h3 {
    font-size: 16px;
    line-height: 1.5;
}

.vo_list span.min {
    width: 100%;
    font-size: 16px;
}

.vo_list .vo_item .img {
    height: 150px;
}

.vo_list li.supported ul li:last-child {}

.vo_list li.supported {
    margin-top: 2rem;
}

.more_btn {
    font-size: 14px;
    padding: 1rem 4rem;
}
/********************************************
cando
*********************************************/
#cando .inner {
    padding: 2.5rem 0;
}

#cando h2 .block {
    display: block;
}

#cando h3 .block {
    display: block;
}

#cando h3, .awareArea h3 {
    letter-spacing: 1px;
}

#cando h3 .sub {
    font-size: 16px;
}

#cando .mass p, #activity .mass p {
    font-size: 14px;
    display: inline;
}

#cando .mass, #activity .mass, #staff .mass {
    margin: 1rem 0;
}
#goods {
    padding-top: 1.5rem;
}

#goods h2 {
    font-size: 16px;
    line-height: 1.6;
}

#goods h2 .block {
    display: block;
}

#goods .goods_list li .lArea h3 {
    font-size: 16px;
}

#goods .goods_list li .lArea h3 .num {
    font-size: 1.5rem;
}

#goods .titArea .sub {
    font-size: 15px;
    padding-left: 0.5rem;
    letter-spacing: 0;
}

.lArea .titArea .tit_goods {
    padding-left: 0.5rem;
    font-size: 1.2rem;
}

.titArea .sub .red {
    font-size: 16px;
    letter-spacing: 1px;
}

.lArea .titArea .tit_goods strong {
    font-size: 1.5rem;
}

.lArea .text {
    padding: 0.8rem 1rem;
    line-height: 1.5;
}

/********************************************
goods
*********************************************/

#goods .goods_list .rArea {
    height: 200px;
}

.goods_list03 .lArea .titArea .tit_goods {
    font-size: 1rem;
}

.goods_list03 .lArea .titArea .tit_goods strong {
    font-size: 1.35rem;
}

#goods .goods_list li {
    margin-bottom: 1.5rem;
}

#goods .goods_list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.goods_list03 .titArea .sub .red {
    padding: 0.3rem;
}

.linkArea {
    padding: 1.5rem 0;
}

.linkArea .inner {
    max-width: 95%;
}

.linkArea h3 {
    font-size: 16px;
}

.linkArea h3 strong {
    font-size: 1.3rem;
}

.linkArea h3 .block {
    display: block;
}

.linkArea h3 .sponly {
    display: none;
}
.linkArea a, .link a, #flow .contact_btn {
    font-size: 1.1rem;
}


/********************************************
activity
*********************************************/
#activity {
    padding-top: 2.5rem;
    padding-bottom: 12rem;
}

#staff {
    padding-top: 1.5rem;
}

#staff h2 {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

#staff h2 .block {
    display: block;
}

#staff .mass p {
    font-size: 14px;
    line-height: 1.8;
}

.modal_trigger {
    margin: 1rem auto;
}

.modal_trigger li .img {
    height: 100px;
}

.modal_link {
    font-size: 16px;
}

.modal_link:after {
    right: -0.2rem;
}

#staff .modal_inner .mass {
    padding: 0;
}

.modal_close {
    font-size: 14px;
    padding: 0.5rem 4rem 0.8rem;
}

.modal_area .name {
    padding-left: 0;
    font-size: 14px;
}

.modal_area .name p span {
    font-size: 15px;
}
.modal_area h3 {
    font-size: 1.2rem;
    font-weight: 400;
}


/********************************************
covid_link
*********************************************/
#covid_link {
    padding: 3rem 0 10rem;
}

#covid_link .mass p {
    font-size: 15px;
    letter-spacing: 0;
}

#covid_link .mass {
    margin: 1rem 0;
}

#covid_link .inner {
    max-width: 95%;
}

#voice:after, #covid_link:after {
    opacity: 0.7;
}
#covid_link .mass p br { display: block;}

.linkArea a:before, 
.link a:before, #flow .contact_btn:before {
    top: 25%;
}
#covid_link .more_btn:before {
    width: 28px;
    height: 32px;
    top: 25%;
}
.link {
    padding: 0 0 3rem;
}
#covid_link .cap {
    font-size: 12px;
}
/********************************************
award
*********************************************/
.tabArea .tab li .icon_tab {
    display: block;
    margin: 0.2rem auto 0;
    float: none;
}
.awareArea h3 {
	font-size: 1rem;
}

.tabArea .tab li .tit_tab {
    display: block;
}

.tabArea .tab li {
    padding: 0.5rem 0;
}

.award_box li:first-child dl {
    padding: 0.5rem 0 1rem;
}

.award_box li dl dt div {
    height: 75px;
}

.award_box li dl dt div:before, .award_box li dl dt div:after {
    height: 75px;
}

.award_box li dl dt div .awardname {
    font-size: 15px;
    margin-top: 0.5rem;
}

.award_box li dl.s_award02 dd .img {
    margin: -1rem auto -1rem;
}

.award_box li dl dt div p {
    font-size: 14px;
    letter-spacing: 1px;
}

.award_box {
    max-width: 95%;
}

.c_award01, .c_award02 {
    margin-bottom: 1rem;
}

.tabArea {
    padding-bottom: 1rem;
}
#award .sc_cap {
    display: block;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #5c5654;
	font-weight: 500;
}
.taxArea table {
    width: 600px;
}
.tableArea {
    overflow-x: scroll;
}
.taxArea {
    margin-top: 2rem;
}

#award h4:before, #award h4:after {
    width: 50px;
}

/********************************************
flow
*********************************************/
#flow:after {
    width: 90%;
}
#flow h3 {
    margin: 1rem 0;
    font-size: 16px;
    letter-spacing: 1px;
}

#flow h3 .block {
    display: block;
}

.step_cont li .img {
    display: none;
}

.step_cont li .step01_spTit, 
.step_cont li .step02_spTit, 
.step_cont li .step03_spTit {
    font-size: 13px;
    letter-spacing: 2px;
}

.step_cont li .step01_spTit span, 
.step_cont li .step02_spTit span, 
.step_cont li .step03_spTit span {
    font-size: 1.5rem;
}

.step_cont li .step02_spTit {
    padding: 3rem 0;
}
.step_cont li .step03_spTit {
    padding: 2rem 0;
}

.step_cont li h4 {
    font-size: 16px;
}

.step_cont li p {
    font-size: 14px;
}

.step_cont li .cap {
    font-size: 13px;
}

.step_cont li div {
    width: 90%;
    padding: 1rem 0.7rem;
}

#flow .contact_btn {
    margin-top: 0.5rem;
}
}