@charset 'utf-8';

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

a {
  text-decoration: none;
}

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

.mainVisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: -20px;
  z-index: -1;
}

.mainVisual .blockInner00 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: url(../img/top/top_mv_bg01.png) no-repeat center top;
  background-size: contain;
  background-color: var(--backColor01);
}

.mainVisual .blockInner01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 51%;
}

.mainVisual .blockInner02 {
  position: absolute;
  top: 70%;
  width: 100%;
}

.mainVisual .blockInner02 .text01 {
  width: 60%;
  margin: 0 auto 3.75%;
  text-align: center;
}

.mainVisual .blockInner02 .text02 {
  width: 69.55064%;
  margin: 0 auto;
  text-align: center;
}

.mainVisual.hide .blockInner01 {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .mainVisual {
    top: 0;
  }
  .mainVisual .blockInner00 {
    background: url(../img/top/top_mv_bg01_sp.png) no-repeat center top;
    background-size: contain;
    background-color: var(--backColor01);

  }
  .mainVisual .blockInner01 {
    padding-top: 106.66%;
  }
  .mainVisual .blockInner02 {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .mainVisual .blockInner02 .text01 {
    width: 85%;
    margin: 0 auto 8.5%;
  }
  .mainVisual .blockInner02 .text02 {
    width: 63.46667%;
  }
}

#contentsArea {
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  #contentsArea {
    margin-top: 0;
  }
}

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

#topArea {
  margin-top: 54.7%;
}

#topArea .navBlock01 {
  /* position: relative;
  top: -80px; */
  margin: 0 auto;
  padding: 40px 60px 0;
  background: #fff;
  border-radius: 5px 5px 0 0;
  max-width: 1030px;
}

#topArea .navBlock01 ul {
  display: flex;
}

#topArea .navBlock01 ul li {

  width: 14.28%;
  text-align: center;
}

#topArea .navBlock01 ul li img {
}

#topArea .navBlock01 ul li a {
  height: 120px;
  text-align: center;
}

#topArea .navBlock01 ul li a span {
  display: block;
  width: auto;
  height: 17px;
  margin-top: 10px;
  vertical-align: middle;
  font-weight: bold;
}

#topArea .navBlock01 ul li a span.type02 {
  font-size: 1rem;
}

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

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

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

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

#topArea .navBlock02 ul li {
  /* float: left;
  width: 31.63%;
  margin-right: 2.555%; */
}

#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: 23px;
  box-shadow: 2px 2px 9px rgb(147 147 147 / 40%);
}

#topArea .navBlock02 ul li a .text {
  font-size: 1.65rem;
  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: 789px;
  margin: 0 auto;
}

#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: 44%;
  margin: 0 3% 38px 3%;
  background-color: #fff;
  border:2px solid var(--textColor01);
  box-shadow: 2px 2px 9px rgb(147 147 147 / 40%);
}

/*
#topArea .navBlock03 ul li::after {
	content: url(../img/top/top_contents_ico07.png);
	position: absolute;
	top: -1px;
	right: -1px;
}
*/

#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: 1.51rem;
  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;
}

#topArea .navBlock03 ul li:last-child {

}

#topArea .navBlock03 ul li:last-child img {

}


/*2020 45周年取り組み*/
#topArea .navBlock03.btmbnr ul li {
  float: none;
  position: relative;
  width: 80%;
  margin: 0 auto 38px;
  /*
    border: solid 3px #a1d0db;
    background-color: #fff;
    border-radius: 5px;
*/
}

#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(--textColor01);
  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;
}
#topArea .sectionWrap01 {
  padding-top: 55px;
  background-color: #fff;
}
#topArea .headingBlock01 {
  position: relative;
  padding-top: 24.58%;
}
#topArea .headingBlock01 .blockInner {
  position: absolute;
  top: 43%;
  width: 100%;
}
#topArea .headingBlock01 .blockInner h2 {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
#topArea .blocksWrap01 {
  padding: 10px 0 0;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#topArea .blocksWrap01.type01 {
  background-image : linear-gradient(to right, var(--cateColor01a) 2px, transparent 2px);
}
#topArea .blocksWrap01.type02 {
  background-image : linear-gradient(to right, var(--cateColor02a) 2px, transparent 2px);
}
#topArea .blocksWrap01.type03 {
  background-image : linear-gradient(to right, var(--cateColor03a) 2px, transparent 2px);
}
#topArea .blocksWrap01.type04 {
  background-image : linear-gradient(to right, var(--cateColor04a) 2px, transparent 2px);
}
#topArea .blocksWrap01.type05 {
  background-image : linear-gradient(to right, var(--cateColor05a) 2px, transparent 2px);
}
#topArea .blocksWrap01.type06 {
  background-image : linear-gradient(to right, var(--cateColor06a) 2px, transparent 2px);
}
#topArea .blocksWrap01.type07 {
  background-image : linear-gradient(to right, var(--cateColor07a) 2px, transparent 2px);
}
#topArea .headingBlock02 {
  margin-bottom: 40px;
  text-align: center;
}
#topArea .headingBlock02 h3 {
  font-size: 2.13rem;
  font-weight: bold;
}
#topArea .headingBlock02.type01,
#topArea .headingBlock02.type02,
#topArea .headingBlock02.type03,
#topArea .headingBlock02.type04,
#topArea .headingBlock02.type05,
#topArea .headingBlock02.type06,
#topArea .headingBlock02.type07 {
  padding-top: 60px;
  position: relative;
}
#topArea .headingBlock02.type01:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../img/top/top_contents_ico01.png) no-repeat top center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -60px;
  left: 430px;
}
/*
#topArea .headingBlock02.type01 h3 {
	color: #8BAB62;
}
#topArea .headingBlock02.type01 h3 a:link,
#topArea .headingBlock02.type01 h3 a:visited,
#topArea .headingBlock02.type01 h3 a:hover,
#topArea .headingBlock02.type01 h3 a:active {
	color: #8BAB62;  
}
*/
#topArea .headingBlock02.type02:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../img/top/top_contents_ico02.png) no-repeat top center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -60px;
  left: 430px;
}
/*
#topArea .headingBlock02.type02 h3 {
	color: #BE816B;
}
#topArea .headingBlock02.type02 h3 a:link,
#topArea .headingBlock02.type02 h3 a:visited,
#topArea .headingBlock02.type02 h3 a:hover,
#topArea .headingBlock02.type02 h3 a:active {
	color: #BE816B;  
}
*/
#topArea .headingBlock02.type03:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../img/top/top_contents_ico03.png) no-repeat top center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -60px;
  left: 430px;
}
/*
#topArea .headingBlock02.type03 h3 {
	color: #B46C95;
}
#topArea .headingBlock02.type03 h3 a:link,
#topArea .headingBlock02.type03 h3 a:visited,
#topArea .headingBlock02.type03 h3 a:hover,
#topArea .headingBlock02.type03 h3 a:active {
	color: #B46C95;  
}
*/
#topArea .headingBlock02.type04:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../img/top/top_contents_ico04.png) no-repeat top center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -60px;
  left: 430px;
}

/*
#topArea .headingBlock02.type04 h3 {
	color: #EC6817;
}

#topArea .headingBlock02.type04 h3 a:link,
#topArea .headingBlock02.type04 h3 a:visited,
#topArea .headingBlock02.type04 h3 a:hover,
#topArea .headingBlock02.type04 h3 a:active {
	color: #EC6817;  
}
*/
#topArea .headingBlock02.type05:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../img/top/top_contents_ico05.png) no-repeat top center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -60px;
  left: 430px;
}
/*
#topArea .headingBlock02.type05 h3 {
	color: #5E81A9;
}
#topArea .headingBlock02.type05 h3 a:link,
#topArea .headingBlock02.type05 h3 a:visited,
#topArea .headingBlock02.type05 h3 a:hover,
#topArea .headingBlock02.type05 h3 a:active {
	color: #5E81A9;  
}
*/
#topArea .headingBlock02.type06:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../img/top/top_contents_ico06.png) no-repeat top center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -60px;
  left: 430px;
}
/*
#topArea .headingBlock02.type06 h3 {
	color: #7F5E57;
}
#topArea .headingBlock02.type06 h3 a:link,
#topArea .headingBlock02.type06 h3 a:visited,
#topArea .headingBlock02.type06 h3 a:hover,
#topArea .headingBlock02.type06 h3 a:active {
	color: #7F5E57;  
}
*/
#topArea .headingBlock02.type07 {
}

/* #topArea .headingBlock02.type07 h3 {
  color: #f00;
}
#topArea .headingBlock02.type07 h3 a:link,
#topArea .headingBlock02.type07 h3 a:visited,
#topArea .headingBlock02.type07 h3 a:hover,
#topArea .headingBlock02.type07 h3 a:active {
  color: #f00;
} */

#topArea .Block01l :nth-child(even) {
}

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

#topArea .Block01l img {
  width: 48%;
  display: block;
}

#topArea .text_box {
  width: 48%;
}

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

#topArea .Block01l h2 {
  font-size: 25px;
  font-weight: bold;
  padding-top: 16%;
  text-align: center;
  letter-spacing: 0.05em;
}
#topArea .Block01l h2.cate01 {
  background: url(../img/common/vi01.svg) no-repeat center top;
  background-size: 70px;
}
#topArea .Block01l h2.cate01 span {
  background: linear-gradient(transparent 80%, var(--cateColor01b) 80%);
}
#topArea .Block01l h2.cate02 {
  background: url(../img/common/vi02.svg) no-repeat center top;
  background-size: 70px;
}
#topArea .Block01l h2.cate02 span {
  background: linear-gradient(transparent 80%, var(--cateColor02b) 80%);
}
#topArea .Block01l h2.cate03 {
  background: url(../img/common/vi03.svg) no-repeat center top;
  background-size: 70px;
}
#topArea .Block01l h2.cate03 span {
  background: linear-gradient(transparent 80%, var(--cateColor03b) 80%);
}
#topArea .Block01l h2.cate04 {
  background: url(../img/common/vi04.svg) no-repeat center top;
  background-size: 70px;
}
#topArea .Block01l h2.cate04 span {
  background: linear-gradient(transparent 80%, var(--cateColor04b) 80%);
}
#topArea .Block01l h2.cate05 {
  background: url(../img/common/vi05.svg) no-repeat center top;
  background-size: 70px;
}
#topArea .Block01l h2.cate05 span {
  background: linear-gradient(transparent 80%, var(--cateColor05b) 80%);
}
#topArea .Block01l h2.cate06 {
  background: url(../img/common/vi06.svg) no-repeat center top;
  background-size: 70px;
}
#topArea .Block01l h2.cate06 span {
  background: linear-gradient(transparent 80%, var(--cateColor06b) 80%);
}
#topArea .Block01l h2.cate07 {
  background: url(../img/common/vi07.svg) no-repeat center top;
  background-size: 70px;
}
#topArea .Block01l h2.cate07 span {
  background: linear-gradient(transparent 80%, var(--cateColor07b) 80%);
}

#topArea .Block01l p.linkbt {
  font-weight: bold;
  padding: 9px 6px 9px;
  background-color: #473E32;
  color: #fff;
  width: 138px;
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  border-radius: 50px;
}
/* #topArea .Block01l p.linkbt01 {
  background-color: #473E32;
}
#topArea .Block01l p.linkbt02 {
  background-color: #473E32;
}
#topArea .Block01l p.linkbt03 {
  background-color: #473E32;
}
#topArea .Block01l p.linkbt04 {
  background-color: #473E32;
}
#topArea .Block01l p.linkbt05 {
  background-color: #473E32;
}
#topArea .Block01l p.linkbt06 {
  background-color: #473E32;
}
#topArea .Block01l p.linkbt07 {
  background-color: #473E32;
} */

#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 .linkListBlock01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#topArea .linkListBlock01 ul li {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
}
#topArea .linkListBlock01 ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 12px 0px 12px 0px;
  background: #777;
  border-radius: 7px;
  -webkit-box-shadow: 0 4px 0 #000;
  box-shadow: 0 4px 0 #000;
  color: #fff;
  text-align: center;
}
#topArea .linkListBlock01 ul li a:hover {
  opacity: 0.8;
}
#topArea .linkListBlock01.type01 ul li a {
  background: #8bab62;
  -webkit-box-shadow: 0 4px 0 #556ba7;
  box-shadow: 0 4px 0 #556ba7;
}
#topArea .linkListBlock01.type02 ul li a {
  background: #be816b;
  -webkit-box-shadow: 0 4px 0 #4c8e9a;
  box-shadow: 0 4px 0 #4c8e9a;
}
#topArea .linkListBlock01.type03 ul li a {
  background: #b46c95;
  -webkit-box-shadow: 0 4px 0 #cb6767;
  box-shadow: 0 4px 0 #cb6767;
}
#topArea .linkListBlock01.type04 ul li a {
  background: #ec6817;
  -webkit-box-shadow: 0 4px 0 #cb7844;
  box-shadow: 0 4px 0 #cb7844;
}
#topArea .linkListBlock01.type05 ul li a {
  background: #5e81a9;
  -webkit-box-shadow: 0 4px 0 #368e4f;
  box-shadow: 0 4px 0 #368e4f;
}
#topArea .linkListBlock01.type06 ul li a {
  background: #7f5e57;
  -webkit-box-shadow: 0 4px 0 #2c726d;
  box-shadow: 0 4px 0 #2c726d;
} */

#topArea .linkListBlock02 {
  background-color: #fff;
}
#topArea .linkListBlock02 ul {
  padding: 65px 0 60px;
  font-size: 0;
  text-align: center;
}
#topArea .linkListBlock02 ul li {
  display: inline-block;
  margin-right: 110px;
  font-size: 1.06rem;
}
#topArea .linkListBlock02 ul li::before {
  content: "\00300b";
  color: #000;
}
#topArea .linkListBlock02 ul li:last-child {
  margin-right: 0;
}
#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: 1019px) {
  #topArea .navBlock01 ul li a span {
    font-size: 0.9rem;
  }
  #topArea .navBlock01 ul li a span.type02 {
    font-size: 0.8rem;
  }

  #topArea .navBlock01 ul li a span.type05 {
    font-size: 0.9rem;
  }

  #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;
  }
  #topArea .headingBlock02 h3 {
    font-size: 1.8rem;
  }
  #topArea .textBlock01 p {
    font-size: 1.2rem;
  }
  #topArea .linkListBlock01 ul li a {
    font-size: 0.75rem;
  }
}

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

  }

  #topArea {
    margin-top: 92%;
  }
  #topArea .navBlock01 {
    position: static;
    padding: 40px 5.3% 50px;
  }

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

  #topArea .navBlock01 ul li {
    width: 31%;
    margin: 1% 1% 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 .navBlock01 ul li img {

  }

  #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: 10px;
  }

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

  #topArea .navBlock02 ul li a .text {
  }
  #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: 31.56%;
  }
  #topArea .navBlock03 ul li a .text {
    padding-left: 10px;
    font-size: 1.4rem;
  }
  #topArea .navBlock03 ul li:last-child {
    margin-bottom: 0;
    /*
		background: #5D4E3D;*/
  }

  #topArea .navBlock04 ul li {
    width: 45%;
    margin-right: 14px;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    margin-bottom: 23px;
  }


  #topArea .sectionWrap01 {
    padding-top: 0;
  }
  #topArea .headingBlock01 {
    padding-top: 76.66%;
  }
  #topArea .headingBlock01 .blockInner {
    top: 35%;
  }
  #topArea .headingBlock01 .blockInner h2 {
    width: 50%;
  }
  #topArea .blocksWrap01 {
    padding: 40px 0 30px;
  }
  #topArea .headingBlock02 {
    margin-bottom: 23px;
  }
  #topArea .headingBlock02 h3 {
    font-size: 1.45rem;
  }

  #topArea .headingBlock02.type01,
  #topArea .headingBlock02.type02,
  #topArea .headingBlock02.type03,
  #topArea .headingBlock02.type04,
  #topArea .headingBlock02.type05,
  #topArea .headingBlock02.type06 {
    padding-top: 40px;
  }

  #topArea .headingBlock02.type01:before,
  #topArea .headingBlock02.type02:before,
  #topArea .headingBlock02.type03:before,
  #topArea .headingBlock02.type04:before,
  #topArea .headingBlock02.type05:before,
  #topArea .headingBlock02.type06:before {
    width: 70px;
    height: 70px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #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 .linkListBlock01.type01 .btn {
    background: #008cd6;
  }
  #topArea .linkListBlock01.type02 .btn {
    background: #14a1e2;
  }
  #topArea .linkListBlock01.type03 .btn {
    background: #ec1875;
  }
  #topArea .linkListBlock01.type04 .btn {
    background: #f65623;
  }
  #topArea .linkListBlock01.type05 .btn {
    background: #5e81a9;
  }
  #topArea .linkListBlock01.type06 .btn {
    background: #007531;
  }
  #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 .navBlock04 {
    margin-top: 30px;
    max-width: 100%;
  }

  #topArea .navBlock04 ul li {
    margin: 0 2% 4%;
  }

  #topArea .navBlock04 ul li a {
    font-size: 1.4em;
    line-height: 1.3;
  }

  #topArea .navBlock04 ul {
    text-align: center;
  }
  #topArea .navBlock04 ul li:last-child {
    margin-right: none;
    margin-bottom: 50px;
  }

  #topArea .innerParts01.bg {
    border-radius: 0;
    padding-bottom: 5.3%;
  }
  /*    
    #topArea .navBlock03 ul li a .txtbb {
    background: none;
}
*/

  #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;
  }

  #topArea .Block01l h2.cate01 {
    background-size: 62px;
  }

  #topArea .Block01l h2.cate02 {
    background-size: 62px;
  }

  #topArea .Block01l h2.cate03 {
    background-size: 62px;
  }

  #topArea .Block01l h2.cate04 {
    background-size: 62px;
  }

  #topArea .Block01l h2.cate05 {
    background-size: 62px;
  }

  #topArea .Block01l h2.cate06 {
    background-size: 62px;
  }

  #topArea .Block01l h2.cate07 {
    background-size: 62px;
  }

}

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

  #topArea .navBlock03 ul li a .text {
    font-size: 1.2rem;
  }

  #topArea .navBlock03 ul li:nth-child(2) a .text {
    font-size: 1.2rem;
  }
  #topArea .navBlock03 ul li:nth-child(4) a .text {
    font-size: 1.2rem;
  }

  #topArea .linkListBlock01 ul li a {
    font-size: 1.4rem;
  }
  #topArea .linkListBlock02 ul li {
    font-size: 0.9rem;
  }
}
