@charset "utf-8";

/*################ index スタイル #################*/

/* メインビジュアル */
.wrap {
  overflow: hidden;
  margin-top: 136px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
.wrap {
    display: inline-flex;
    margin-top: 60px;
}
}

#contents_mv {
    width: 100%;
    background-image: url(../img/index/new_main_img_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0;
    margin-bottom: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#contents_mv .copy1_mv {
    font-size: 46px;
    font-weight: bold;
    text-shadow: 0px 3px 10px #000;
    line-height: 1.7;
}
#contents_mv .copy2_mv {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
    color: #FFF;
}
#contents_mv .icon_mv ul {
    display: flex;
    width: 100%;
}
#contents_mv .icon_mv ul li {
    float: left;
    list-style: none;
}
#contents_mv a[target="_blank"]::after {
    display: none;
}
@media screen and (max-width: 1050px) {
#contents_mv {
    padding: 60px 0;
}
#contents_mv .copy1_mv {
    font-size: 25px;
    line-height: 1.5;
}
#contents_mv .copy2_mv {
    font-size: 16px;
}
#contents_mv .icon_mv ul li h3 {
    font-size: 13px;
    line-height: initial;
}
}

@media screen and (max-width: 768px) {
#contents_mv .icon_mv ul {
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}
#contents_mv .icon_mv ul li {
    width: 33%;
}
}


/* 重要なお知らせ */
#contents_important {
    display: flex;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 16px;
    color: #000000;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    box-sizing: border-box;
}
.copy_important .ttl_important {
    float: left;
    padding: 40px 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #1A8041;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    box-sizing: border-box;
}
.copy_important .txt_important {
    display: flow-root;
    padding: 40px 30px;
}
.copy_important .txt_important .date {
    padding: 5px 15px 5px 40px;
    border-right: 2px solid #C9C9C9;
}
.copy_important .txt_important .news {
    padding-left: 30px;
}
.copy_important .txt_important .news a {
    color: #000;
}

@media screen and (max-width: 1050px) {
#contents_important {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 0;
}
.copy_important .ttl_important {
    width: 33%;
    padding: 20px;
    border-radius: 0;
    text-align: center;
}
.copy_important .txt_important {
    display: block;
    padding: 20px;
}
.copy_important .txt_important .date {
    display: none;
}
.copy_important .txt_important .news {
    display: block;
    padding: 0 0 0 36%;
}
}


/* トピックス */
.slider figure p {
    width: 143px;
    margin: 0 auto 30px;
    padding: 15px 0;
    font-weight: bold;
    color: #ACC104;
    text-align: center;
    line-height: 1;
    border: 1px solid #ACC104;
}

@media screen and (max-width: 768px) {
.slider figure p {
    width: 120px;
    margin: 0 auto 20px;
    padding: 10px 0;
}
}


/* 共通見出し */
.caption {
    width: 100%;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    letter-spacing: 0.1em;
}
.caption span {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
.caption {
    font-size: 26px;
}
}


/* 理念 */
#contents_idea {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 1.65;
    background-color: #F0F0F0;

}
#contents_idea h2{
    font-weight: normal;
}

@media screen and (max-width: 768px) {
#contents_idea {
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 16px;
}
}


/* 一覧 */
#contents_list {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 50px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    background-color: #191C1A;
}
.secInner .icon_list ul {
    display: flex;
    width: 100%;
}
.secInner .icon_list ul li {
    position: relative;
    width: 48%;
    float: left;
    margin-right: 2%;
    list-style: none;
}
.secInner .icon_list ul li:last-child {
    margin-right: 0;
}
.secInner .icon_list ul li img {
    width: auto;
    height: 60px;
    margin: 50px auto 13px;
}
.secInner .icon_list ul li a {
    color: #FFF;
}
.secInner .icon_list ul li a:hover {
    color: #A0D024;
    transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
#contents_list {
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 16px;
}
.secInner .icon_list ul {
    display: flow-root;
}
.secInner .icon_list ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFF;
}
.secInner .icon_list ul li:last-child {
    padding: 0;
    border: none;
}
.secInner .icon_list ul li img {
    margin: 30px auto 10px;
}

/* SP版のみ arrow */
.secInner .icon_list ul li a::before {
    position: absolute;
    font-family: FontAwesome;
    font-weight: bold;
    content: "\f105";
    color: #FFF;
    font-size: 130%;
    right: 0;
    top: 42%;
}
.secInner .icon_list ul li a:hover::before {
    color: #A0D024;
}
}


/* お知らせ */
#contents_news {
    width: 100%;
    margin-bottom: 60px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}
#contents_news .news {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
#contents_news .caption {
    padding-bottom: 65px;
}
#contents_news .c-txtsp a ,
#contents_news .c-txtsp_no a ,
#contents_news .c-txtsp .nopage ,
#contents_news .c-txtsp_no .nopage {
    color: #000000;
    float: right;
    width: calc(100% - 360px);
    line-height: normal;
    margin-top: 5px;
}
#contents_news .c-txtsp .essential ,
#contents_news .c-txtsp_no .essential {
    color: #ED2828;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
#contents_news {
    margin-bottom: 40px;
    font-size: 16px;
}
#contents_news .caption {
    margin-bottom: 130px;
}
#contents_news a {
    float: unset;
    /* width: 100%; */
    margin-top: 5px;
}
#contents_news .c-txtsp a ,
#contents_news .c-txtsp_no a ,
#contents_news .c-txtsp .nopage ,
#contents_news .c-txtsp_no .nopage {
    float: none;
    width: 100%;
}
}

/*タブ切り替え*/
#all_content {
    display: block;
    padding: 30px 0 0;
}
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
#all_content {
    display: block;
    padding: 20px 0 0;
}
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border: 1px solid #C9C9C9;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing: border-box;
  background-color: #FFF;
}
.tab_item:hover {
  opacity: 0.75;
}
label[for="all"] {
  color: #000000;
  display: inline-table;
  margin-top: -51px;
  cursor: pointer;
}
label[for="shop"] {
  color: #ED2828;
  display: inline-table;
  margin-top: -51px;
  cursor: pointer;
}
label[for="biz"] {
  color: #116BC0;
  display: inline-table;
  margin-top: -51px;
  cursor: pointer;
}
label[for="update"] {
  color: #E0A300;
  display: inline-table;
  margin-top: -51px;
  cursor: pointer;
}
label[for="other"] {
  color: #1A8041;
  display: inline-table;
  margin-top: -51px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
.tab_item {
  font-size: 16px;
}
label[for="all"] {
  width: 100%;
  margin-top: -156px;
}
label[for="shop"] {
  width: 50%;
  margin-top: -104px;
}
label[for="biz"] {
  width: 50%;
  margin-top: -104px;
  float: right;
}
label[for="update"] {
  width: 50%;
  margin-top: -52px;
}
label[for="other"] {
  width: 50%;
  float: right;
  margin-top: -52px;
}
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 0 0;
  clear: both;
  overflow: hidden;
}
.tab_content_description p:last-of-type {
    border: unset;
    margin-bottom: 20px;
}
.c-txtsp ,
.c-txtsp_no {
  color: #000;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #C9C9C9;
  position: relative;
  overflow: hidden;
}
.c-txtsp_no {
  border: none;
  margin-bottom: 20px;
}
.c-txtsp a ,
.c-txtsp_no a {
    color: #000;
}
.c-txtsp span ,
.c-txtsp_no span {
  display: inline-block;
  width: 155px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 7px;
  margin: 0 15px 0 30px;
}
.c-txtsp span.shop ,
.c-txtsp_no span.shop {
  background-color: #ED2828;
}
.c-txtsp span.biz ,
.c-txtsp_no span.biz {
  background-color: #116BC0;
}
.c-txtsp span.update ,
.c-txtsp_no span.update {
  background-color: #E0A300;
}
.c-txtsp span.other ,
.c-txtsp_no span.other {
  background-color: #1A8041;
}
.c-txtsp div ,
.c-txtsp_no div {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
}

@media screen and (max-width: 768px) {
.tab_content {
  padding: 20px 0 0;
}
.c-txtsp {
  padding: 20px 0;
}
.c-txtsp_no {
  padding: 20px 0 0;
}
.c-txtsp a ,
.c-txtsp_no a {
  display: block;
  margin-top: 10px;
}
.c-txtsp span ,
.c-txtsp_no span {
  width: 145px;
  padding: 7px;
  margin: 0 15px;
}
.c-txtsp div ,
.c-txtsp_no div {
  margin-bottom: 20px;
}
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#shop:checked ~ #shop_content,
#biz:checked ~ #biz_content,
#update:checked ~ #update_content,
#other:checked ~ #other_content {
  display: block;
}
#all ~ #all_content {
  display: none;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #fff;
}
.tabs input:checked + label[for="all"] {
  background-color: #A0D024;
  border: 1px solid #A0D024;
}
.tabs input:checked + label[for="shop"] {
  background-color: #ED2828;
  border: 1px solid #ED2828;
}
.tabs input:checked + label[for="biz"] {
  background-color: #116BC0;
  border: 1px solid #116BC0;
}
.tabs input:checked + label[for="update"] {
  background-color: #E0A300;
  border: 1px solid #E0A300;
}
.tabs input:checked + label[for="other"] {
  background-color: #1A8041;
  border: 1px solid #1A8041;
}

/* お知らせ一覧ボタン */
.btn_link ,
#contents_news .news .btn_link ,
#senryaku .btn_link ,
#ittenko .btn_link {
  width: unset;
  float: none;
  position: relative;
  display: inline-block;
  padding: 15px 70px;
  margin-bottom: 60px;
  border: 3px solid #D8DADC;
  border-radius: 30px;
  color: #000;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  background-color: #FFF;
}
#contents_news .btn_link:hover ,
#form .btn_link:hover,
#biz .btn_link:hover ,
#senryaku .btn_link:hover ,
#ittenko .btn_link:hover ,
#mobile .btn_link:hover {
  border: 3px solid #A0D024;
  border-radius: 30px;
  transition: all .3s;
  opacity: 1;
}

/* contact階層 一覧ページ */
.btn_link_contact {
  position: relative;
    padding: 15px 75px;
    margin: auto auto 0;
    border-radius: 30px;
    background-color: #A0D024;
    transition: all .3s;
}
.btn_link_contact span {
    color: #FFF;
    font-weight: bold;
}
.btn_link_contact span::before {
    position: absolute;
    font-family: FontAwesome;
    font-weight: bold;
    content: "\f105";
    color: #FFF;
    font-size: 130%;
    right: 20px;
    top: 25%;
}
#biz_contact .btn_link {
  margin: 10px auto 0;
  padding: 15px 55px;
}

/* 2行のボタン */
#line2-all ,
#contents_news .news #line2-all ,
#senryaku #line2-all ,
#ittenko #line2-all {
    padding: 7px 0;
    line-height: 1.4;
}

@media screen and (max-width: 1050px) {
/* contact階層 一覧ページ */
.btn_link_contact ,
#biz_contact .btn_link {
  width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}
.btn_link_contact span::before {
    top: 25%;
}
}

@media screen and (max-width: 768px) {
.btn_link ,
#contents_news .news .btn_link ,
#biz .btn_link ,
#senryaku .btn_link ,
#ittenko .btn_link ,
#mobile .btn_link {
  margin-bottom: 40px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
#biz_contact .btn_link {
  margin-bottom: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
}


/* 会社紹介 */
.corp ul {
  display: flex;
}
.corp ul li {
  width: 49%;
  margin-right: 2%;
}
.corp ul li:last-child {
  margin: 0;
}
/*.recruit {
  margin-top: 2%;
}*/

@media screen and (max-width: 768px) {
.corp ul {
  display: block;
}
.corp ul li {
  width: 100%;
  margin: 0 0 2% 0;
}
}
/* TOP MV改修 */
#contents_mv .new_copy_mv {
    font-size: 18px;
    display: inline;
    color: #333;
    text-shadow: 1px 3px 3px #FFF;
    background-color: rgba(255,255,255, 0.4);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.7;
}
#contents_newmv .pcnomi{
    display: block;
}
#contents_newmv .spnomi{
    display: none;
}
#contents_newmv{
    width: 100%;
    padding-bottom: 320px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    background-image: linear-gradient(90deg, #08933d 30%, #77bb24 70%);
}
#contents_newmv .icon_mv{
    position: relative;
}
#contents_newmv .icon_mv ul {
    position: absolute;
    display: block;
    width: 100%;
    top: -80px;
}
#contents_newmv .icon_mv ul li {
    width: 18%;
    display: inline-block;
    padding: 0 1.5%;
    list-style: none;
}
#contents_newmv .icon_mv ul li:nth-child(1) {
    padding-left: 0;
}
#contents_newmv .icon_mv ul li:nth-child(4) {
    padding-right: 0;
}
#contents_newmv .icon_mv ul strong{
    color: #FFFFFF;
}
#contents_newmv .icon_mv ul a.commodity{
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    border: 3px solid #D8DADC;
    border-radius: 30px;
}
#contents_newmv .icon_mv ul a.commodity:hover{
    border: 3px solid #A0D024;
    background-color: #FFFFFF;
    opacity: inherit;
}
#contents_newmv .icon_mv ul a.commodity:hover strong{
    color: #1A8041;
}
#contents_topics{
    margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
#contents_newmv {
    padding-bottom: 20px;
}
#contents_newmv .icon_mv ul {
    position: inherit;
    top: -50px;
    display: flex;
    width: 100%;
    justify-content: center;
}

#contents_newmv .icon_mv ul li {
    float: left;
    list-style: none;
}
#contents_newmv .icon_mv ul li h3{
    font-size: 15px;
}
}
@media screen and (max-width: 768px){
#contents_newmv {
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: linear-gradient(105deg, #08933d 20%, #77bb24 80%)
}
#contents_idea {
    padding-bottom: 40px;
}
#contents_newmv .pcnomi{
    display: none;
}
#contents_newmv .spnomi{
    display: block;
}
#contents_newmv .spnomi .spblock{
    display: flex;
}
#contents_newmv .spnomi .spblock .spblock1st{
    width: 50%;
}
#contents_newmv .spnomi .spblock .spblock2nd{
    width: 50%;
}
#contents_newmv .spnomi .spblock h3{
    margin-top: 2vw;
    font-size: 4vw;
    margin-bottom: 10px;
}
#contents_newmv .spnomi .spblock a.commodity {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
}
#contents_newmv .spnomi .spblock a.commodity strong{
    font-size: 3vw;
    color: #FFFFFF;
    display: block;
}
}