@charset 'utf-8';

/***********************************************
トップ共通
***********************************************/

a {
  text-decoration: none;
}

/***********************************************
メインビジュアル
***********************************************/

.mainVisual {
}

.mainVisual .blockInner00 {
  text-align: center;
  padding: 230px 0 0;
}


@media screen and (max-width: 768px) {
  .mainVisual .blockInner00 {
    padding: 33% 0 0;
  }
  .mainVisual .blockInner00 img {
    width: 90%;
  }

}

/***********************************************
ナビゲーションエリア
***********************************************/

#topArea .bgParts02 {
  background-color: #fff;
  padding: 90px 0 0;
}
#topArea .sub {
  padding-bottom: 32px;
  text-align: center;
}
#topArea .vision {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 837px;
}
#topArea .vision::before {
    content: "";
    background-image: url(../img/top/border.png);
    display: block;
    width: 837px;
    height: 15px;
    background-position: center top;
    background-repeat: no-repeat;
}
#topArea .vision::after {
    content: "";
    background-image: url(../img/top/border.png);
    display: block;
    width: 837px;
    height: 15px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#topArea .navBlock01 {
  margin: 0 auto;
  padding: 60px 0 0;
  background: #fff;
  max-width: 1064px;
}
#topArea .navBlock01 ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
#topArea .navBlock01 ul li {
  width: 23%;
  text-align: center;
  margin: 0 1% 40px;
}

#topArea .navBlock01 ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #topArea .bgParts02 {
  padding: 57px 0 0;
  }
  #topArea .sub {
    padding-bottom: 25px;
  }
  #topArea .sub img {
    max-width: 276px;
  }
  #topArea .vision {
    font-size: 17px;
    margin: 0 auto;
    width: 85%;
  }
  #topArea .vision::before {
    content: "";
    background-image: url(../img/top/border_sp.png);
    display: block;
    width: 100%;
    height: 15px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #topArea .vision::after {
    content: "";
    background-image: url(../img/top/border_sp.png);
    display: block;
    width: 100%;
    height: 15px;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  
  #topArea .navBlock01 {
    position: static;
    padding: 30px 5% 10px;
  }

  #topArea .navBlock01 ul {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #topArea .navBlock01 ul li {
    width: 46%;
    margin: 1% 2% 1%;
    border: none;
  }

  #topArea .navBlock01 ul li a {
    display: block;
    text-align: center;
    height: auto;
  }
  #topArea .navBlock01 ul li a span {
    font-weight: bold;
    font-size: 0.85rem;
    display: block;
  }
  #topArea .navBlock01 ul li a span.type02 {
    font-size: 1em;
  }


}

/***********************************************
例年共通コンテンツ
***********************************************/

#topArea .bgParts01 .innerParts01 {
  padding: 38px 20px 54px;
}

#topArea .navBlock02 {
  margin-bottom: 87px;
}

#topArea .navBlock02 ul {
  display: flex;
  justify-content: space-between;
}

#topArea .navBlock02 ul li:last-child {
  margin-right: 0;
}

#topArea .navBlock02 ul li a {
  display: block;
  text-align: center;
}

#topArea .navBlock02 ul li a .image {
  margin-bottom: 16px;
}

#topArea .navBlock02 ul li a .text {
  font-size: 20px;
  font-weight: bold;
}

#topArea .navBlock02 ul li a:hover {
  opacity: 0.8;
}

#topArea .linktree_box {
  text-align: center;
  margin-bottom: 60px;
}

#topArea .navBlock03 {
  max-width: 797px;
  margin: 0 auto 24px;
}

#topArea .navBlock03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#topArea .navBlock03 ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 358px;
  margin: 0 20px 33px 20px;
  background-color: #F6f6f6;
  border-radius: 100px;
}

#topArea .navBlock03 ul li a {
  display: table;
  width: 100%;
}

#topArea .navBlock03 ul li a .image {
  display: table-cell;
  width: 31.68%;
  vertical-align: top;
}

#topArea .navBlock03 ul li a .image img {

}

#topArea .navBlock03 ul li a .text {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

#topArea .navBlock03 ul li a .txtbb {
  background: url(../img/top/bb.png) no-repeat;
  background-position: left;
}

#topArea .navBlock03 ul li a:hover {
  opacity: 0.8;
}

/*2020 45周年取り組み*/
#topArea .navBlock03.btmbnr ul li {
  float: none;
  position: relative;
  width: 80%;
  margin: 0 auto 38px;
}

#topArea .navBlock03.btmbnr ul li a .image {
  width: 26%;
}

#topArea .navBlock04 {
  max-width: 500px;
  margin: 0 auto;
}

#topArea .navBlock04 ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  margin: 0 14px 23px;
  background-color: var(--keyColor01);
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

#topArea .navBlock04 ul li a {
  color: #fff;
  font-weight: bold;
}

#topArea .navBlock04 a {
  padding: 10px;
}
#topArea .navBlock04 ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1019px) {

  #topArea .navBlock02 {
    margin-bottom: 87px;
  }
  #topArea .navBlock02 ul li a .text {
    font-size: 1.2rem;
  }
  #topArea .navBlock03 ul li a .text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {

  #topArea .bgParts01 .innerParts01 {
    padding: 20px 20px 40px;
  }

  #topArea .navBlock02 {
    position: static;
    margin-bottom: 0;
  }

  #topArea .navBlock02 hr {
    height: 1px;
    background: #5d4e3d;
    margin: 20px 0;
  }

  #topArea .navBlock02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #topArea .navBlock02 ul li {
    width: 48%;
    max-width: 222px;
    padding: 1%;
    margin: 0 0 25px 0;

  }
  #topArea .navBlock02 ul li a {
  }
  #topArea .navBlock02 ul li a .image {
    margin-bottom: 5px;
  }

  #topArea .navBlock02 ul li a .image img {
  }

  #topArea .navBlock02 ul li a .text {
    font-size: 16px;
  }
  #topArea .navBlock03 {
    position: static;
  }
  #topArea .navBlock03 ul li {
    width: 100%;
    margin: 0 0 18px 0;
  }

  #topArea .navBlock03 ul li a {
    display: table;
    width: 100%;
  }
  #topArea .navBlock03 ul li a .image {
    width: 90px;
  }
  #topArea .navBlock03 ul li a .text {
    padding-left: 10px;
    font-size: 16px;
  }
  #topArea .navBlock03 ul li:last-child {
    margin-bottom: 0;
    /*
		background: #5D4E3D;*/
  }

  #topArea .navBlock04 ul li {
    width: 45%;
    border-radius: 100px;
    text-align: center;
    padding: 15px;
    margin: 0 2% 4%;
  }
    #topArea .navBlock04 {
    margin-top: 30px;
    max-width: 100%;
  }
  #topArea .navBlock04 ul li a {
    font-size: 16px;
    line-height: 1.3;
  }

  #topArea .navBlock04 ul {
    text-align: center;
  }
  #topArea .navBlock04 ul li:last-child {
  }
}


@media screen and (max-width: 374px) {
  #topArea .navBlock02 ul li a .text {
    font-size: 14px;
  }
  #topArea .navBlock03 ul li a .text {
    font-size: 14px;
  }
  #topArea .linkListBlock02 ul li {
    font-size: 14px;
  }
  #topArea .navBlock04 ul li a {
        font-size: 14px;
    }
}

/***********************************************
わたしたちのとりくみ
***********************************************/

#topArea .sectionWrap01 {
  padding-top: 60px;
}
#topArea .headingBlock01 {

}
#topArea .headingBlock01 .blockInner {
  width: 837px;
  margin: 60px auto 0;
}
#topArea .headingBlock01 .blockInner .sub {
  font-size: 12px;
  font-weight: bold;
  color: #9FA0A0;
  padding-bottom: 22px;
}
#topArea .headingBlock01 .blockInner .sub img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}
#topArea .headingBlock01 .blockInner h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
#topArea .headingBlock01 .blockInner h2::after {
    content: "";
    background-image: url(../img/top/border.png);
    display: block;
    width: 837px;
    height: 15px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#topArea .headingBlock01 .blockInner .txt {
    width: 810px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: block;
    margin: 23px auto 0;
}
#topArea .blocksWrap01 {
  width: 800px;
  margin: 0 auto 50px;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #fff;
  border-radius: 60px;
  position: relative;
  border: 1px solid #f6f6f6;
}

#topArea .blocksWrap01.type00::before {
  content: "";
  position: absolute;
  width: 207px;
  height: 136px;
  left: 0px;
  top: -7px;
}

#topArea .blocksWrap01.type01::before {
  background:url(../img/top/bg_v01.png);
}
#topArea .blocksWrap01.type02::before {
  background:url(../img/top/bg_v02.png);
}
#topArea .blocksWrap01.type03::before {
  background:url(../img/top/bg_v03.png);
}
#topArea .blocksWrap01.type04::before {
  background:url(../img/top/bg_v04.png);
}
#topArea .blocksWrap01.type05::before {
  background:url(../img/top/bg_v05.png);
}
#topArea .blocksWrap01.type06::before {
  background:url(../img/top/bg_v06.png);
}
#topArea .blocksWrap01.type07::before {
  background:url(../img/top/bg_v07.png);
}

#topArea .Block01l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#topArea .Block01l img {
  width: 50%;
  display: block;
  border-radius: 0 60px 60px 0;
}

#topArea .text_box {
  width: 50%;
}

#topArea .Block01l h2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #636363;
}

#topArea .Block01l p.linkbt {
  font-weight: bold;
  font-size: 16px;
  padding: 9px 6px 9px;
  color: #fff;
  width: 177px;
  text-align: center;
  margin: 0 auto;
  margin-top: 27px;
  border-radius: 50px;
}
#topArea .Block01l p.linkbt01 {
  background-color: var(--cateColor01a);
}
#topArea .Block01l p.linkbt02 {
  background-color: var(--cateColor02a);
}
#topArea .Block01l p.linkbt03 {
  background-color: var(--cateColor03a);
}
#topArea .Block01l p.linkbt04 {
  background-color: var(--cateColor04a);
}
#topArea .Block01l p.linkbt05 {
  background-color: var(--cateColor05a);
}
#topArea .Block01l p.linkbt06 {
  background-color: var(--cateColor06a);
}
#topArea .Block01l p.linkbt07 {
  background-color: var(--cateColor07a);
}

#topArea .Block01l a {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#topArea .imageRightBlock01 .rightBlock {
  width: 50%;
  float: right;
}
#topArea .imageLeftBlock01 .leftBlock {
  width: 50%;
  float: left;
}
#topArea .imageLeftBlock01 .leftBlock h2 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid 5px #f3dc71;
}
#topArea .textBlock01 p {
  font-size: 1.77rem;
  font-weight: bold;
}

#topArea .linkListBlock02 {
  background-color: #fff;
  margin-top: 100px;
}
#topArea .linkListBlock02 ul {
  padding: 65px 0 60px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
}
#topArea .linkListBlock02 ul li {
  margin: 0 10px;
  width: 277px;
  display: flex;
}
#topArea .linkListBlock02 ul li a {
  border:1px solid #000;
  background-color: #fff;
  padding: 10px;
  border-radius: 100px;
  flex-grow: 1;
  display: grid;
  place-items: center center;
  transition: .3s;
}
#topArea .linkListBlock02 ul li a:hover{
  border:1px solid #333;
  background-color: #333;
  color: #FFF;
  text-decoration: none;
}

#topArea .linkListBlock03 {
  background: url(../img/top/top_bg.jpg) no-repeat top center;
}
#topArea .linkListBlock03 ul {
  padding: 65px 0 60px;
  font-size: 0;
  text-align: center;
}
#topArea .linkListBlock03 ul li {
  display: inline-block;
  margin-right: 110px;
  font-size: 19px;
  background-color: var(--subColor01);
  padding: 16px 50px 15px;
  border-radius: 30px;
  font-weight: bold;
}
#topArea .linkListBlock03 ul li a {
  color: #fff;
}
#topArea .linkListBlock03 ul li:last-child {
  margin-right: 0;
}



@media screen and (max-width: 768px) {

  #topArea .sectionWrap01 {
    padding: 50px 0 0;
  }
  #topArea .headingBlock01 {
  }
  #topArea .headingBlock01 .blockInner {
    width: 100%;
    margin: 66px auto 0;
  }
  #topArea .headingBlock01 .blockInner .sub {
  font-size: 12px;
  font-weight: bold;
  color: #9FA0A0;
  padding-bottom: 22px;
  }
  #topArea .headingBlock01 .blockInner .sub img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 90px;
  }
  #topArea .headingBlock01 .blockInner h2 {
    font-size: 19px;
    margin: 0 auto;
    width: 85%;
  }
  #topArea .headingBlock01 .blockInner h2::after{
    content: "";
    background-image: url(../img/top/border_sp.png);
    display: block;
    width: 100%;
    height: 15px;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  
#topArea .headingBlock01 .blockInner .txt {
    width: 86%;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: block;
    margin: 20px auto 0;
}
#topArea .blocksWrap01 {
  width: 90%;
  margin: 0 auto 37px;
  border-radius: 30px;
}

#topArea .blocksWrap01.type00::before {
  content: "";
  position: absolute;
  width: 182px;
  height: 119px;
  left: 0px;
  top: -8px;
  background-size: 100% auto;
}

#topArea .blocksWrap01.type01::before {
  background-image:url(../img/top/bg_v01_sp.png);
}
#topArea .blocksWrap01.type02::before {
  background-image:url(../img/top/bg_v02_sp.png);
}
#topArea .blocksWrap01.type03::before {
  background-image:url(../img/top/bg_v03_sp.png);
}
#topArea .blocksWrap01.type04::before {
  background-image:url(../img/top/bg_v04_sp.png);
}
#topArea .blocksWrap01.type05::before {
  background-image:url(../img/top/bg_v05_sp.png);
}
#topArea .blocksWrap01.type06::before {
  background-image:url(../img/top/bg_v06_sp.png);
}
#topArea .blocksWrap01.type07::before {
  background-image:url(../img/top/bg_v07_sp.png);
}

#topArea .Block01l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#topArea .Block01l img {
  width: 100%;
  display: block;
  border-radius: 0 0 30px 30px;
}

#topArea .text_box {
  width: 100%;
}
#topArea .Block01l h2 {
  font-size: 20px;
  padding-top: 80px;
  letter-spacing: 0.05em;
}
#topArea .Block01l p.linkbt {
  font-size: 15px;
  padding: 9px 6px 9px;
  width: 165px;
  margin: 20px auto;
}
#topArea .imageRightBlock01 .rightBlock {
  width: 50%;
  float: right;
}
#topArea .imageLeftBlock01 .leftBlock {
  width: 50%;
  float: left;
}
#topArea .imageLeftBlock01 .leftBlock h2 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid 5px #f3dc71;
}
#topArea .textBlock01 p {
  font-size: 1.77rem;
  font-weight: bold;
}

#topArea .linkListBlock02 {
  background-color: #fff;
  margin-top: 60px;
}
#topArea .linkListBlock02 ul {
  padding: 40px 0 40px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#topArea .linkListBlock02 ul li {
  margin: 0 10px 10px;
  width: 70%;
  display: flex;
}
#topArea .linkListBlock02 ul li a {
  padding: 10px;
  flex-grow: 1;
  display: grid;
  place-items: center center;
  transition: .3s;
  height: 52px;
}
#topArea .linkListBlock02 ul li a:hover{
}
#topArea .linkListBlock02 ul li:last-child {
  margin-right: 10px;
}
#topArea .linkListBlock03 {
  background: url(../img/top/top_bg.jpg) no-repeat top center;
}
#topArea .linkListBlock03 ul {
  padding: 65px 0 60px;
  font-size: 0;
  text-align: center;
}
#topArea .linkListBlock03 ul li {
  display: inline-block;
  margin-right: 110px;
  font-size: 19px;
  background-color: var(--subColor01);
  padding: 16px 50px 15px;
  border-radius: 30px;
  font-weight: bold;
}
#topArea .linkListBlock03 ul li a {
  color: #fff;
}
#topArea .linkListBlock03 ul li:last-child {
  margin-right: 0;
}



























  /* #topArea .blocksWrap01 {
    padding: 40px 0 30px;
  }
  #topArea .imageLeftBlock01 {
    text-align: center;
  }
  #topArea .imageLeftBlock01 .leftBlock {
    float: none;
    width: 100%;
  }
  #topArea .imageLeftBlock01 .rightBlock {
    float: none;
    width: 100%;
  }
  #topArea .imageLeftBlock01.type01 .rightBlock {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border-top: none;
  }
  #topArea .imageLeftBlock01.type02 .rightBlock {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border-top: none;
  }
  #topArea .imageRightBlock01 {
    text-align: center;
  }
  #topArea .imageRightBlock01 .rightBlock {
    float: none;
    width: 100%;
  }
  #topArea .imageRightBlock01 .leftBlock {
    float: none;
    width: 100%;
  }
  #topArea .imageRightBlock01.type01 .leftBlock {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border-top: none;
  }
  #topArea .imageRightBlock01.type02 .leftBlock {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border-top: none;
  }
  #topArea .textBlock01 {
    margin-bottom: 0;
    padding-top: 5px;
    background: #fff;
  }
  #topArea .textBlock01 p {
    font-size: 1.45rem;
  }
  #topArea .linkListBlock01 {
    padding: 2px 0 5px;
    background: #fff;
  }
  #topArea .linkListBlock01 .btn {
    position: relative;
    width: 6.26%;
    margin: 0 auto;
    padding-top: 6.26%;
    background: #444;
    border-radius: 50%;
    cursor: pointer;
  }
  #topArea .linkListBlock01 .btn img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #topArea .linkListBlock01 .btn.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #topArea .linkListBlock01 ul {
    display: none;
    padding: 20px 0 30px;
  }
  #topArea .linkListBlock01 ul li {
    float: none;
    width: 63.13%;
    margin: 0 auto 29px;
  }
  #topArea .linkListBlock01 ul li:nth-child(even) {
    float: none;
  }
  #topArea .linkListBlock01 ul li a {
    padding: 3px 3px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 0 #000;
    box-shadow: 0 5px 0 #000;
    font-size: 1.75rem;
  }
  #topArea .linkListBlock02 ul {
    padding: 37px 0 47px;
  }
  #topArea .linkListBlock02 ul li {
    margin-right: 15px;
    font-size: 1rem;
  }
  #topArea .linkListBlock02 ul li::before {
    margin-right: 0;
  }

  #topArea .linkListBlock03 ul {
    padding: 37px 0 47px;
  }

  #topArea .linkListBlock03 ul li {
    display: inline-block;
    font-size: 18px;
    padding: 16px 40px 15px;
    border-radius: 42px;
  }



  #topArea .innerParts01.bg {
    border-radius: 0;
    padding-bottom: 5.3%;
  }

  #topArea .linktree_box {
    margin-bottom: 50px;
    padding-top: 50px;
  }

  #topArea .text_box {
    width: 100%;
    margin-bottom: 20px;
  }

  #topArea .Block01l img {
    width: 100%;
  }

  #topArea .Block01l {
    flex-direction: column;
  }

  #topArea .Block01l p.linkbt,
  #topArea .Block01l p.linkbt01,
  #topArea .Block01l p.linkbt02,
  #topArea .Block01l p.linkbt03,
  #topArea .Block01l p.linkbt04,
  #topArea .Block01l p.linkbt05,
  #topArea .Block01l p.linkbt06,
  #topArea .Block01l p.linkbt07 {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
  }

  .innerParts01 {
    margin-top: 0px;
  }

  #topArea .Block01l h2 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20%;
    text-align: center;
    line-height: 1.7em;
  } */

}


