@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* -----------------------------------------------------
	columnLayout
----------------------------------------------------- */
.columnLayout {
  clear: both;
}
.columnLayout .colLeft {
  float: left;
}
.columnLayout .colRight {
  float: right;
}

/* -----------------------------------------------------
	Clearfix
----------------------------------------------------- */
.columnLayout:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.columnLayout {
  *display: inline-table;
  *zoom: 1;
}

.section06 + .section06 {
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  #headerWrap,
  .Tab2Wrap,
  .ModelTitleWrap {
    min-width: 960px;
  }
}

/* slideBottom2 
*****************************************/
html .slideBottom2 {
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideBottom2.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* slideRight 
*****************************************/
html .slideRight2 {
  -webkit-transform: translateX(36px);
  transform: translateX(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideRight2.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* slideLeft 
*****************************************/
html .slideLeft2 {
  -webkit-transform: translateX(-36px);
  transform: translateX(-36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideLeft2.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* slideBottomRight2 
*****************************************/
html .slideBottomRight2 {
  transform: translate(-88.5px, 36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideBottomRight2.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* slideTop2 
*****************************************/
html .slideTop2 {
  transform: translateY(-36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideTop2.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.layoutType01 .sideContents #rightNavigation2Wrap {
  top: 0;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap {
    top: inherit;
  }
}

.layoutType01 .sideContents #rightNavigation2Wrap.fixed {
  top: 100px;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap.fixed {
    top: inherit;
  }
}

.mainArea {
  margin-top: 46px;
  background: url("../img/bg01.png") no-repeat 50% 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainArea {
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea {
    margin-top: 0;
    background: url("../img/bg01s.png") no-repeat 50% 0/100%;
    background-color: #fff;
    height: 155vw;
  }
}
.mainArea > .inner01 {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 47px;
  min-height: 540px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 {
    width: 100%;
    min-height: auto;
    height: 155vw;
    padding-top: 4.5vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }
}
.mainArea > .inner01 .tx01 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .tx01 {
    font-size: 4.75vw;
    margin-bottom: 0.75vw;
  }
}
.mainArea > .inner01 .tx02 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-feature-settings: "palt";
  font-size: 50.32px;
  line-height: 1.15;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .tx02 {
    font-size: 10vw;
    margin-bottom: 0.75vw;
  }
}
.mainArea > .inner01 .tx03 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .tx03 {
    font-size: 3.55vw;
    margin-top: -0.5vw;
    margin-bottom: 3.25vw;
  }
}
.mainArea > .inner01 .logo01 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mainArea > .inner01 .logo01 {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 348px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .logo01 {
    width: 69vw;
  }
}
.mainArea > .inner01 .img01 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mainArea > .inner01 .img01 {
    position: absolute;
    top: 7px;
    left: calc(50% - 3px);
    width: 632px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .img01 {
    margin-left: 1vw;
    margin-right: -1.5vw;
  }
}

/* contentsWrap 
*****************************************/
#contentsWrap2016 {
  width: 100%;
}

.SpringCP2Banner {
  padding: 15px 0 60px;
}

/* 標準構成 
*****************************************/
.mainContents .wrapSection05 {
  clear: both;
  width: 100%;
  margin: 0 auto 0 !important;
  padding: 112px 0;
}
@media screen and (max-width: 767px) {
  .mainContents .wrapSection05 {
    margin: 45px auto 0 !important;
    padding: 80px 0;
  }
}

.mainContents .wrapSection05 .hdg {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .mainContents .wrapSection05 .hdg {
    line-height: 1.5;
  }
}

.featureArea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featureArea {
    min-width: 960px;
  }
}
.featureArea * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.featureArea > .inner01 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .featureArea > .inner01 {
    width: 100%;
    padding: 0 15px;
  }
}
.featureArea > .inner01 p {
  margin-bottom: 0;
}
.featureArea > .inner01 .title01 {
  color: #099245;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 48px;
  line-height: 1.55;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .featureArea > .inner01 .title01 {
    font-size: 7vw;
    line-height: 1.3571428571;
    margin-bottom: 5vw;
  }
}
.featureArea > .inner01 .title01.type02 {
  padding-bottom: 8px;
  border-bottom: 4px solid #099245;
}
.featureArea > .inner01 .title02 {
  color: #099245;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 40px;
  line-height: 1.75;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .featureArea > .inner01 .title02 {
    font-size: 7vw;
    margin-bottom: 8px;
  }
}
.featureArea > .inner01 .text01 {
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.featureArea > .inner01 .text01 + .text01 {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .featureArea > .inner01 .text01 {
    font-size: 4vw;
  }
}
.featureArea > .inner01 .cbtn01 + .text02 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .featureArea > .inner01 .cbtn01 + .text02 {
    margin-top: 16px;
  }
}
.featureArea > .inner01 .text02 {
  text-align: center;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.55;
}

.featureArea.featureArea01 {
  background: #f1f1f1;
  padding-top: 146px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.featureArea.featureArea01 > .inner01 .tx01 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.55;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .tx01 {
    font-size: 5vw;
    margin-bottom: 19px;
  }
}
.featureArea.featureArea01 > .inner01 .title01 {
  margin-bottom: 1.07em;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .title01 {
    margin-bottom: 1.9em;
  }
}
.featureArea.featureArea01 > .inner01 .text01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea01 > .inner01 .text01 {
    font-size: 3.5vw;
  }
}
.featureArea.featureArea01 > .inner01 .tx02 {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

.featureArea.featureArea02 {
  padding-top: 62px;
  padding-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 {
    padding-top: 17.5vw;
    padding-bottom: 17vw;
  }
}
.featureArea.featureArea02 > .inner01 .title01 {
  margin-bottom: 31px;
}
.featureArea.featureArea02 > .inner01 .itemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .itemWrap {
    gap: 38px 0;
    margin-bottom: 98px;
  }
}
.featureArea.featureArea02 > .inner01 .itemWrap .item {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .itemWrap .item {
    width: 100%;
  }
}
.featureArea.featureArea02 > .inner01 .img01 {
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .img01 {
    margin-bottom: 12px;
  }
}
.featureArea.featureArea02 > .inner01 .tx01 {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.2857142857;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .featureArea.featureArea02 > .inner01 .tx01 {
    min-height: 2.6em;
  }
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .tx01 {
    font-size: 22.5px;
    margin-bottom: 8px;
  }
}
.featureArea.featureArea02 > .inner01 .tx02 {
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.5;
}
.featureArea.featureArea02 > .inner01 .tx03 {
  margin-top: 22px;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea02 > .inner01 .tx03 {
    margin-top: 20px;
  }
}

.featureArea.featureArea03 {
  background: #f2f2f2;
  padding-top: 72px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 {
    padding-top: 10vw;
    padding-bottom: 7vw;
  }
}
.featureArea.featureArea03 > .inner01 .title01 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .title01 {
    margin-bottom: 6.5vw;
  }
}
.featureArea.featureArea03 > .inner01 .tableWrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 .tableWrap {
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-top: 13px;
  }
}
.featureArea.featureArea03 > .inner01 table {
  width: 100%;
  border-left: 2px solid #fff;
}
.featureArea.featureArea03 > .inner01 table tr {
  border-top: 2px solid #fff;
}
.featureArea.featureArea03 > .inner01 table tr th,
.featureArea.featureArea03 > .inner01 table tr td {
  padding: 0.75em 0.9em;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.5;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea03 > .inner01 table tr th,
  .featureArea.featureArea03 > .inner01 table tr td {
    white-space: nowrap;
    font-size: 3.5vw;
  }
}
.featureArea.featureArea03 > .inner01 table thead tr th {
  color: #fff;
  background: #3aa86a;
}
.featureArea.featureArea03 > .inner01 table thead tr th.lv02 {
  color: #303030;
  background: #cee9da;
}
.featureArea.featureArea03 > .inner01 table tbody tr.lv03 td {
  background: #e5e5e5;
}
.featureArea.featureArea03 > .inner01 table tbody tr th {
  color: #fff;
  background: #3aa86a;
}
.featureArea.featureArea03 > .inner01 table tbody tr td {
  color: #303030;
  background: #f2f2f2;
}

.featureArea.featureArea04 {
  padding-top: 71px;
  padding-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 {
    padding-top: 14.5vw;
    padding-bottom: 14.5vw;
  }
}
.featureArea.featureArea04 > .inner01 .title01 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .title01 {
    margin-bottom: 7vw;
  }
}
.featureArea.featureArea04 > .inner01 .tx01 {
  margin-top: 22px;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .featureArea.featureArea04 > .inner01 .tx01 {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .tx01 {
    margin-top: 0;
  }
}
.featureArea.featureArea04 > .inner01 .img01 {
  margin-top: 49px;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .img01 {
    margin-top: 14px;
    margin-bottom: 35px;
  }
}
.featureArea.featureArea04 > .inner01 .btnWrap {
  width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
  margin-bottom: 79px;
}
@media screen and (max-width: 767px) {
  .featureArea.featureArea04 > .inner01 .btnWrap {
    width: 100%;
    gap: 20px 0;
  }
}

.active.graph_w0per {
  width: 0%;
}

.active.graph_w1per {
  width: 1%;
}

.active.graph_w2per {
  width: 2%;
}

.active.graph_w3per {
  width: 3%;
}

.active.graph_w4per {
  width: 4%;
}

.active.graph_w5per {
  width: 5%;
}

.active.graph_w6per {
  width: 6%;
}

.active.graph_w7per {
  width: 7%;
}

.active.graph_w8per {
  width: 8%;
}

.active.graph_w9per {
  width: 9%;
}

.active.graph_w10per {
  width: 10%;
}

.active.graph_w11per {
  width: 11%;
}

.active.graph_w12per {
  width: 12%;
}

.active.graph_w13per {
  width: 13%;
}

.active.graph_w14per {
  width: 14%;
}

.active.graph_w15per {
  width: 15%;
}

.active.graph_w16per {
  width: 16%;
}

.active.graph_w17per {
  width: 17%;
}

.active.graph_w18per {
  width: 18%;
}

.active.graph_w19per {
  width: 19%;
}

.active.graph_w20per {
  width: 20%;
}

.active.graph_w21per {
  width: 21%;
}

.active.graph_w22per {
  width: 22%;
}

.active.graph_w23per {
  width: 23%;
}

.active.graph_w24per {
  width: 24%;
}

.active.graph_w25per {
  width: 25%;
}

.active.graph_w26per {
  width: 26%;
}

.active.graph_w27per {
  width: 27%;
}

.active.graph_w28per {
  width: 28%;
}

.active.graph_w29per {
  width: 29%;
}

.active.graph_w30per {
  width: 30%;
}

.active.graph_w31per {
  width: 31%;
}

.active.graph_w32per {
  width: 32%;
}

.active.graph_w33per {
  width: 33%;
}

.active.graph_w34per {
  width: 34%;
}

.active.graph_w35per {
  width: 35%;
}

.active.graph_w36per {
  width: 36%;
}

.active.graph_w37per {
  width: 37%;
}

.active.graph_w38per {
  width: 38%;
}

.active.graph_w39per {
  width: 39%;
}

.active.graph_w40per {
  width: 40%;
}

.active.graph_w41per {
  width: 41%;
}

.active.graph_w42per {
  width: 42%;
}

.active.graph_w43per {
  width: 43%;
}

.active.graph_w44per {
  width: 44%;
}

.active.graph_w45per {
  width: 45%;
}

.active.graph_w46per {
  width: 46%;
}

.active.graph_w47per {
  width: 47%;
}

.active.graph_w48per {
  width: 48%;
}

.active.graph_w49per {
  width: 49%;
}

.active.graph_w50per {
  width: 50%;
}

.active.graph_w51per {
  width: 51%;
}

.active.graph_w52per {
  width: 52%;
}

.active.graph_w53per {
  width: 53%;
}

.active.graph_w54per {
  width: 54%;
}

.active.graph_w55per {
  width: 55%;
}

.active.graph_w56per {
  width: 56%;
}

.active.graph_w57per {
  width: 57%;
}

.active.graph_w58per {
  width: 58%;
}

.active.graph_w59per {
  width: 59%;
}

.active.graph_w60per {
  width: 60%;
}

.active.graph_w61per {
  width: 61%;
}

.active.graph_w62per {
  width: 62%;
}

.active.graph_w63per {
  width: 63%;
}

.active.graph_w64per {
  width: 64%;
}

.active.graph_w65per {
  width: 65%;
}

.active.graph_w66per {
  width: 66%;
}

.active.graph_w67per {
  width: 67%;
}

.active.graph_w68per {
  width: 68%;
}

.active.graph_w69per {
  width: 69%;
}

.active.graph_w70per {
  width: 70%;
}

.active.graph_w71per {
  width: 71%;
}

.active.graph_w72per {
  width: 72%;
}

.active.graph_w73per {
  width: 73%;
}

.active.graph_w74per {
  width: 74%;
}

.active.graph_w75per {
  width: 75%;
}

.active.graph_w76per {
  width: 76%;
}

.active.graph_w77per {
  width: 77%;
}

.active.graph_w78per {
  width: 78%;
}

.active.graph_w79per {
  width: 79%;
}

.active.graph_w80per {
  width: 80%;
}

.active.graph_w81per {
  width: 81%;
}

.active.graph_w82per {
  width: 82%;
}

.active.graph_w83per {
  width: 83%;
}

.active.graph_w84per {
  width: 84%;
}

.active.graph_w85per {
  width: 85%;
}

.active.graph_w86per {
  width: 86%;
}

.active.graph_w87per {
  width: 87%;
}

.active.graph_w88per {
  width: 88%;
}

.active.graph_w89per {
  width: 89%;
}

.active.graph_w90per {
  width: 90%;
}

.active.graph_w91per {
  width: 91%;
}

.active.graph_w92per {
  width: 92%;
}

.active.graph_w93per {
  width: 93%;
}

.active.graph_w94per {
  width: 94%;
}

.active.graph_w95per {
  width: 95%;
}

.active.graph_w96per {
  width: 96%;
}

.active.graph_w97per {
  width: 97%;
}

.active.graph_w98per {
  width: 98%;
}

.active.graph_w99per {
  width: 99%;
}

.active.graph_w100per {
  width: 100%;
}

.cbtn01 {
  text-align: center;
}
.cbtn01 a {
  display: inline-block;
  padding: 0.9em 1em;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 26px;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 10px;
  background: #099245;
}
@media screen and (min-width: 768px) {
  .cbtn01 a {
    min-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .cbtn01 a {
    font-size: 20px;
    width: 100%;
    padding: 1.4em 1em;
  }
}
@media screen and (min-width: 768px) {
  .cbtn01 a:hover {
    background: #3aa86a;
  }
}

.cbtn02 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cbtn02 {
    width: 100%;
  }
}
.cbtn02 a {
  display: inline-block;
  padding: 1.05em 1em 1.05em 1.5em;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 10px;
  background: #e6f4ec url("../img/ic_pdf.png") no-repeat 11px 50%/59px;
  border: 3px solid #099245;
}
@media screen and (min-width: 768px) {
  .cbtn02 a {
    min-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .cbtn02 a {
    display: block;
    font-size: 5vw;
    padding: 1.05em 1em 1.05em 2.6em;
  }
}
@media screen and (min-width: 768px) {
  .cbtn02 a:hover {
    color: #fff;
    background-color: #3aa86a;
  }
}
