* {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.appear {
  display: none;
}

@media screen and (max-width: 640px) {
  .appear {
    display: inline;
  }
}


header .pc {
  position: relative;
}


header .pc .img {
  display: block;
  width: 100%;
}

header .pc .btn {
  position: absolute;
  top: 12.3%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25%;
}

@media screen and (max-width: 500px) {
  header .pc {
    display: none;
  }
}

header .mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  header .mobile {
    display: block;
  }
  header .mobile img {
    display: block;
    width: 100%;
  }
}

.section1 {
  background: #EEF9A6;
}

/* 更新情報CSS ここから */
* {
  margin: 0;
  padding: 0;
}

div#contents {
  width: 860px;
  margin: 50px auto;
  padding: 0px 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  /* 06/08 変更点 */
  height: 350px;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
  position: relative;
}

div#contents p {
  margin: 10px 0 10px;
}

div#news {
  height: 100%;
}

#information {
  width: 100%;
}
#information > div {
  padding: 0 40px 0;
}

div#news div#information div {
  border-top: 1px dotted #333333;
  padding-top: 0px;
}

div#news dl dt dd {
  padding: 10px;
}

div#news dd {
  line-height: 1.4em;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  div#contents {
    width: 85%;
    padding: 20px 5%;
  }
}
/* サンプルページ専用CSS ここまで */



.section1 .space {
  width: 100%;
  max-height: 10px;
}

.section1 .pc .wrapper {
  margin: 0 auto;
  max-width: 900px;
  padding-top: 1.5rem;
  position: relative;
}

.section1 .pc .wrapper .img {
  display: block;
  width: 100%;
}

.section1 .pc .wrapper .btn {
  width: 32%;
  position: absolute;
  top: 62%;
  right: 1.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section1 .pc .wrapper .btn:hover {
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
}

@media screen and (max-width: 500px) {
  .section1 .pc {
    display: none;
  }
}

.section1 .mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  .section1 .mobile {
    display: block;
  }
  .section1 .mobile img {
    display: block;
    width: 96%;
    margin: 0 auto 1.5rem auto;
  }
}

@media screen and (max-width: 500px) {
  .section1 {
    background: none;
  }
  .section1 .space {
    height: 10px;
  }
}

.section2 {
  background: #FFFADC;
  padding-bottom: 30px;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 500px) {
  .section2 {
    padding-bottom: 0;
    margin-bottom: 4.5rem;
    background: linear-gradient(to top, transparent 115px, #FFFADC 115px);
  }
}

.section2 .title {
  display: block;
  margin: 0 auto;
  padding: 40px 0 30px 0;
  width: 96%;
  max-width: 655px;
}

@media screen and (max-width: 500px) {
  .section2 .title {
    display: none;
  }
}

.section2 .m-title {
  display: none;
}

@media screen and (max-width: 500px) {
  .section2 .m-title {
    display: block;
    width: 96%;
    max-width: 340px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.section2 .content {
  width: 96%;
  max-width: 970px;
  margin: 0 auto 25px auto;
  background: white;
  padding: 25px 0 30px calc(5% + 90px);
  border: 3.6px solid #006837;
  border-radius: 17px;
  position: relative;
}

@media screen and (max-width: 500px) {
  .section2 .content {
    padding: 75px 8px 8px 8px;
  }
}

.section2 .content:nth-of-type(n+2) {
  padding-bottom: 15px;
}

.section2 .content p {
  font-family: Heisei;
}

.section2 .content .num {
  font-size: 48.4px;
  background: #006837;
  color: #FFFFFF;
  position: absolute;
  left: 4.5%;
  top: -10px;
  width: 85px;
  text-align: center;
  line-height: 75px;
  border-radius: 0 0 12px 12px;
}

.section2 .content .num:before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #2A3C12), color-stop(50%, transparent));
  background: linear-gradient(to top left, #2A3C12 50%, transparent 50%);
}

@media screen and (max-width: 500px) {
  .section2 .content .num {
    left: 10%;
  }
}

.section2 .content .text {
  font-size: 21px;
  line-height: 28.8px;
  color: #006837;
}

.section2 .content .text .spans {
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  .section2 .content .text .span1 {
    display: none;
  }
}

.section2 .content .text .span2 {
  display: none;
}

@media screen and (max-width: 500px) {
  .section2 .content .text .span2 {
    display: inline;
  }
}

.section2 .content .annotation {
  font-size: 14px;
  color: #006837;
  text-align: right;
  padding-right: 10px;
}

@media screen and (max-width: 500px) {
  .section2 .content .annotation {
    text-align: left;
  }
}

.section3 .title {
  display: block;
  width: 88.5%;
  max-width: 885px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .section3 .title {
    display: none;
  }
}

.section3 .m-title {
  display: none;
}

@media screen and (max-width: 500px) {
  .section3 .m-title {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
}

.section3 ul {
  background-image: url("../img/3-bg.png");
  background-size: cover;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 500px) {
  .section3 ul {
    background-image: none;
  }
}

.section3 ul li {
  position: relative;
  margin-bottom: 3rem;
}

@media screen and (max-width: 500px) {
  .section3 ul li {
    background-image: url("../img/3-bg.png");
    background-size: cover;
    padding: 25px 0 30px 0;
    margin-bottom: 10px;
  }
}

.section3 ul li .left {
  position: absolute;
  top: 0;
  left: 3%;
  display: block;
  width: 36%;
  z-index: 0;
}

@media screen and (max-width: 500px) {
  .section3 ul li .left {
    display: none;
  }
}

.section3 ul li .right {
  position: relative;
  left: 36%;
  width: 63%;
}

@media screen and (max-width: 500px) {
  .section3 ul li .right {
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.section3 ul li .right p {
  font-family: Heisei;
}

.section3 ul li .right .top {
  font-size: 26px;
  color: #006837;
  padding: 2rem 0 1rem 0;
}

.section3 ul li .right .profile {
  font-size: 18px;
  color: #006837;
  padding-left: 35%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 500px) {
  .section3 ul li .right .profile {
    padding: 0;
    text-align: right;
    margin-bottom: 30px;
  }
}

.section3 ul li .right .pt {
  display: inline-block;
  font-size: 18px;
  color: white;
  padding: 10px 55px 10px 10px;
  margin: 8px 0;
}

.section3 ul li .right .pt1 {
  background: #42210B;
}

.section3 ul li .right .pt2 {
  background: #006837;
}

.section3 ul li .right .pb {
  font-size: 18px;
  line-height: 27.6px;
  color: #4D4D4D;
  min-height: 5rem;
}

.section3 ul li .right img {
  display: none;
}

@media screen and (max-width: 500px) {
  .section3 ul li .right img {
    display: block;
    width: 50%;
    margin: 0 auto 20px auto;
  }
}

.section4 {
  background: #F8F2C6;
  margin-bottom: 20px;
}

.section4 .wrapper {
  margin: 0 auto;
  width: 96%;
  max-width: 910px;
  position: relative;
}

.section4 .wrapper .left .title {
  padding: 30px 0 20px 0;
  width: 72%;
}

@media screen and (max-width: 500px) {
  .section4 .wrapper .left .title {
    width: 96%;
    margin: 0 auto;
  }
}

.section4 .wrapper .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  width: 79%;
}

@media screen and (max-width: 500px) {
  .section4 .wrapper .left ul {
    width: 100%;
  }
}

.section4 .wrapper .left ul img {
  width: 25px;
  margin-right: 8px;
}

.section4 .wrapper .left ul .text {
  font-family: Heisei;
  font-size: 24px;
  color: #4D4D4D;
}

@media screen and (max-width: 500px) {
  .section4 .wrapper .left ul .text2 {
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  .section4 .wrapper .left ul .text3 {
    width: 65%;
  }
}

@media screen and (max-width: 500px) {
  .section4 .wrapper .left ul .text4 {
    width: 55%;
  }
}

@media screen and (max-width: 500px) {
  .section4 .wrapper .left ul .text5 {
    width: 55%;
  }
}

.section4 .wrapper .right {
  display: block;
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 500px) {
  .section4 .wrapper .right {
    width: 45%;
  }
}

.section5 {
  margin-bottom: 28px;
}

.section5 .pc {
  display: block;
  margin: 0 auto;
  width: 93%;
  max-width: 930px;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .section5 .pc {
    display: none;
  }
}

.section5 .mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  .section5 .mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.section5 .title {
  background: #EDFAA6;
  padding: 15px 0 20px 0;
}

.section5 .title .pc2 {
  display: block;
  margin: 0 auto;
  width: 96%;
  max-width: 720px;
}

@media screen and (max-width: 500px) {
  .section5 .title .pc2 {
    display: none;
  }
}

.section5 .title .mobile2 {
  display: none;
}

@media screen and (max-width: 500px) {
  .section5 .title .mobile2 {
    display: block;
    margin: 0 auto;
    width: 96%;
    max-width: 440px;
  }
}

.section6 {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.section6 .wrapper {
  background: #FFFADC;
  padding: 20px 10px 35px 45px;
  border-radius: 14px;
}

@media screen and (max-width: 500px) {
  .section6 .wrapper {
    padding: 0;
    width: 96%;
    background: none;
    margin: 0 auto;
  }
}

.section6 .content1 {
  background: white;
  border-radius: 8px;
  position: relative;
  padding: 20px 40% 0 80px;
  margin-bottom: 20px;
  min-height: 250px;
}

.section6 .content1 .num {
  width: 90px;
  position: absolute;
  left: -15px;
  top: -15px;
}

.section6 .content1 .num2 {
  top: 1px;
}

.section6 .content1 .num3 {
  top: 5px;
}

.section6 .content1 .img {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 2.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33%;
}

.section6 .content1 .title {
  font-family: Heisei;
  font-size: 26px;
  color: #42210B;
  margin-bottom: 15px;
}

.section6 .content1 .title2 {
  width: 110%;
}

.section6 .content1 .title2 span {
  letter-spacing: -0.1em;
}

.section6 .content1 .text {
  font-family: Heisei;
  font-size: 18px;
  color: #42210B;
  line-height: 27px;
}

.section6 .content1 .text span {
  font-size: 12px;
}

.section6 .content1 .annotation {
  font-family: Heisei;
  font-size: 14px;
  color: #42210B;
  line-height: 27px;
}

.section6 .content2 {
  background: #EDFAA6;
  border-radius: 8px;
  position: relative;
  padding: 40px 6% 0 43%;
  min-height: 230px;
  margin-bottom: 20px;
}

.section6 .content2 .num {
  width: 90px;
  position: absolute;
  left: 42%;
  top: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section6 .content2 .img {
  position: absolute;
  top: 50%;
  left: 2.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33%;
}

.section6 .content2 .title {
  font-family: Heisei;
  font-size: 26px;
  color: #42210B;
  margin-bottom: 30px;
  padding-left: 50px;
  line-height: 1;
  max-width: 400px;
}

.section6 .content2 .title span {
  display: block;
  text-align: right;
  padding: none;
  margin: none;
  line-height: 0.5;
}

.section6 .content2 .title2 {
  padding-top: 10px;
}

.section6 .content2 .text {
  font-family: Heisei;
  font-size: 18px;
  color: #42210B;
  line-height: 27px;
}

@media screen and (max-width: 500px) {
  .section6 .content1, .section6 .content2 {
    padding: 0;
    background: none;
  }
  .section6 .content1 .num, .section6 .content2 .num {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .section6 .content1 .title, .section6 .content2 .title {
    position: absolute;
    width: calc(100% - 100px);
    top: 50px;
    left: 100px;
    padding: 0;
    max-width: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section6 .content1 .text, .section6 .content2 .text {
    padding-top: 100px;
  }
  .section6 .content1 .img, .section6 .content2 .img {
    display: block;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 80%;
    max-width: 300px;
  }
}

.section7 {
  margin-bottom: 30px;
}

.section7 .wrapper {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.section7 .wrapper .title {
  background: #1A8E1A;
  text-align: center;
  font-family: Heisei;
  color: white;
  font-size: 24px;
  padding: 20px 0 15px 0;
  margin-bottom: 30px;
}

.section7 .wrapper .title2 {
  font-size: 32px;
}

.section7 .wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 440px;
  width: 96%;
  margin-bottom: 15px;
}

.section7 .wrapper .text {
  font-family: Heisei;
  font-size: 18px;
  color: #006837;
  text-align: center;
  margin-bottom: 23px;
}

.section7 .wrapper .text span {
  letter-spacing: -0.1em;
}

.section7 .wrapper iframe {
  width: 100%;
  height: 390px;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .section7 .wrapper iframe {
    height: 300px;
  }
}

.section7 .wrapper .text2 {
  text-align: left;
  color: #4D4D4D;
  padding: 0 10px;
  margin-top: -20px;
  margin-bottom: 55px;
  line-height: 29px;
}

.section7 .wrapper .text2 span {
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  .section7 .wrapper .text2 span {
    font-size: 18px;
  }
}

.section7 .wrapper .text3 {
  font-family: Kozuka;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 33.2px;
}

.section7 .wrapper .annotation {
  font-size: 14px;
  color: #4D4D4D;
  text-align: right;
  margin-top: -55px;
}

@media screen and (max-width: 500px) {
  .section7 .wrapper .annotation {
    margin-top: -40px;
  }
}

.section7 .wrapper .director {
  display: block;
  margin: 5px 60px 0 auto;
  width: 170px;
}

@media screen and (max-width: 500px) {
  .section7 .wrapper .director {
    margin-right: 5px;
  }
}

.section8 {
  margin-bottom: 30px;
}

.section8 .title {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

.section8 .title .bg {
  width: 100%;
  height: 55px;
}

.section8 .title .green1 {
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section8 .title .green2 {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section8 .title p {
  font-family: Heisei;
  font-size: 32px;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.section8 ul {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section8 ul li {
  width: 24%;
  background: #F5F5EE;
  padding: 0 10px 7px 10px;
  margin-bottom: 8px;
}

@media screen and (max-width: 500px) {
  .section8 ul li {
    width: 49%;
  }
}

.section8 ul li img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.section8 ul li p {
  font-family: Heisei;
  font-size: 18.5px;
  margin-bottom: 10px;
  color: #013F20;
}

.section9 {
  margin-bottom: 85px;
}

.section9 .title {
  font-family: Heisei;
  background: #1A8E1A;
  color: white;
  font-size: 32px;
  width: 96%;
  max-width: 960px;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
}

.section9 .content {
  background: #F5FCEB;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 10px 20px 10px;
}

.section9 .content .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.section9 .content .q img {
  display: block;
  width: 62px;
  margin-right: 8px;
}

.section9 .content .q p {
  font-family: Heisei;
  font-size: 21px;
  color: #006837;
  line-height: 25.2px;
}

.section9 .content .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 50px;
  margin-bottom: 45px;
}

@media screen and (max-width: 500px) {
  .section9 .content .a {
    padding: 0;
  }
}

.section9 .content .a img {
  display: block;
  width: 62px;
  margin-right: 8px;
}

.section9 .content .a p {
  font-family: Heisei;
  font-size: 21px;
  color: #013F20;
  line-height: 1.5em;
}

.section9 .content .a p span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: -20px;
}

@media screen and (max-width: 500px) {
  .section9 .content .a p span {
    margin-top: 20px;
  }
}

.section10 {
  margin-bottom: 65px;
}

.section10 .wrapper {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  border: 2.7px solid #006837;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 850px) {
  .section10 .wrapper {
    border: none;
    padding-bottom: 180px;
  }
}

.section10 .wrapper .top {
  position: relative;
  height: 85px;
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
}

.section10 .wrapper .top img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
}

.section10 .wrapper .top p {
  font-family: Heisei;
  font-size: 32px;
  color: white;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
}

.section10 .wrapper .content {
  position: relative;
  min-height: 108px;
  padding-bottom: 20px;
}

.section10 .wrapper .content img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 110px;
}

@media screen and (max-width: 850px) {
  .section10 .wrapper .content img {
    left: 0;
    width: 90px;
  }
}

.section10 .wrapper .content .right {
  padding-left: calc(5% + 135px);
}

@media screen and (max-width: 850px) {
  .section10 .wrapper .content .right {
    padding-left: 100px;
  }
}

.section10 .wrapper .content .right .title {
  font-family: Heisei;
  font-size: 28px;
  color: #006837;
  margin-bottom: 10px;
}

.section10 .wrapper .content .right .text {
  font-family: Heisei;
  font-size: 21px;
  color: #666666;
}

.section10 .wrapper .content1 {
  z-index: 5;
  min-height: 120px;
}

.section10 .wrapper .content2 {
  z-index: 4;
}

.section10 .wrapper .content3 {
  z-index: 3;
}

.section10 .wrapper .content3 p {
  width: 70%;
}

@media screen and (max-width: 850px) {
  .section10 .wrapper .content3 p {
    width: 100%;
  }
}

.section10 .wrapper .content4 {
  z-index: 2;
}

.section10 .wrapper .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 850px) {
  .section10 .wrapper .icon {
    width: 240px;
  }
}

nav {
  display: none;
  position: fixed;
  bottom: -5px;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 500px) {
  nav {
    display: block;
  }
}

nav .img {
  width: 100%;
  display: none;
}

nav .btn {
  display: block;
  position: absolute;
  top: 58%;
  right: 1%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48%;
}

nav .tell {
  position: absolute;
  width: 44%;
  height: 30%;
  z-index: 110;
  bottom: 42%;
  left: 27%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.footer {
  margin-bottom: 70px;
  width: 100%;
}
.footer .footer-info {
  color: #111;
  padding: 0 2%;
  box-sizing: border-box;
}
.footer .copy {
  text-align: center;
  background-color: #6fb92c;
  color: #fff;
  font-size: 0.7rem;
  width: 100%;
  padding: 0.8em 0;
}

@media screen and (min-width: 544px) {
	/*ファーストビュー 100％表示
  .pc {
    display: inline-block; }*/

  .sp {
    display: none !important; }


	.footer {
    margin-bottom: 0;
  }
  .footer .copy {
    font-size: 14px;
  }
	
.fixber {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /*    background-image: url("img/test-fix.jpg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: bottom;*/
  height: 80px;
  /* 06/08 å¤‰æ›´ç‚¹ */
  z-index: 11;
}
.fixber p {
  color: #009245;
  font-size: 1em;
  margin: 0 0;
  background-color: #fff;
  padding: 0.1em 0;
}
.fixber div {
  background-color: #6fb92c;
}
.fixber div ul {
  display: flex;
}
.fixber div ul li {
  padding: 1% 2%;
}
.fixber div ul li:first-child {
  width: 45%;
  position: relative;
}
.fixber div ul li:first-child img {
  width: 13%;
  margin-bottom: 10px;
}
.fixber div ul li:first-child:after {
  content: "";
  height: 2.5em;
  border-left: solid 1px #fff;
  position: absolute;
  right: 0;
  top: 3px;
}
.fixber div ul li:last-child {
  width: 55%;
}
.fixber div ul li:last-child img {
  width: 20%;
  margin-bottom: 10px;
  margin-top: 6px;
}
.fixber div ul li:last-child a {
  font-size: 0.8rem;
}
.fixber div ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}
.fixber div ul li a img {
  margin-right: 3%;
}
.fixber div {
  /* 06/08 å¤‰æ›´ç‚¹ */
  position: relative;
}
.fixber div > img {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*-------ファーストビュー 表示するために--------------------------
.pc {
  display: none;
}
---------------------------------*/
.sp {
  display: inline-block;
}

.cta .contact div:last-child p.cta-txt3 {
  display: flex;
  align-items: center;
}
.cta p.cta-mail a {
  text-decoration: none;
  color: #fff;
}