img {
  max-width: 100%;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  * {
    font-size: 14px;
  }
}
main {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .isTab {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .isTab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 20px;
  }
}
.c_section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c_section {
    padding: 0 15px;
    margin-top: 30px;
  }
}
.clip_head2 {
  position: relative;
  z-index: 0;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#27664c), color-stop(50%, #27664c), color-stop(50%, #25523f), to(#25523f));
  background: linear-gradient(180deg, #27664c 0%, #27664c 50%, #25523f 50%, #25523f 100%);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0% 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip: rect(20px, 0, auto, auto);
  font-size: 24px;
  padding: 3px 35px 3px 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .clip_head2 {
    clip: rect(10px, 0, auto, auto);
    font-size: 18px;
    padding: 0 20px 0 10px;
    margin-bottom: 20px;
  }
}
.line_head3 {
  color: #225942;
  font-weight: bold;
  border-left: solid 4px #225942;
}
@media screen and (min-width: 768px) {
  .line_head3 {
    font-size: 22px;
    padding-left: 13px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .line_head3 {
    font-size: 16px;
    padding-left: 7px;
    margin: 20px 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .c_block + .c_block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_block + .c_block {
    margin-top: 40px;
  }
}
.c_main_img {
  width: 100%;
}
.recommend_head2 {
  text-align: center;
  color: #225942;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .recommend_head2 {
    margin-top: 80px;
  }
}
.recommend_head2 .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .recommend_head2 .sub {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_head2 .sub {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
.recommend_head2 .sub:before,
.recommend_head2 .sub:after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background: #225942;
}
.recommend_head2 .sub:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.recommend_head2 .sub:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.recommend_head2 .main {
  display: inline;
  background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 9px), #fcc800 calc(100% - 9px));
}
@media screen and (min-width: 768px) {
  .recommend_head2 .main {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_head2 .main {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .recommend_head2 .main span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_head2 .main span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #role .txt {
    text-align: center;
  }
}
#role .txt + .txt {
  margin-top: 25px;
}
.role_list {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .role_list {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .role_list {
    gap: 9px;
    margin-top: 10px;
  }
}
.role_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.role_item.grn {
  background: #f1f6f4;
}
.role_item.grn .title {
  color: #225942;
}
@media screen and (min-width: 768px) {
  .role_item.grn .title {
    padding-bottom: 12px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .role_item.grn .title {
    gap: 10px;
    padding-bottom: 7px;
    font-size: 13px;
  }
}
.role_item.grn .title:before,
.role_item.grn .title:after {
  background: #225942;
}
.role_item.orange {
  background: #fff3eb;
}
.role_item.orange .title {
  color: #f36000;
}
@media screen and (min-width: 768px) {
  .role_item.orange .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .role_item.orange .title {
    gap: 5px;
    font-size: 12px;
  }
}
.role_item.orange .title:before,
.role_item.orange .title:after {
  background: #f36000;
}
@media screen and (min-width: 768px) {
  .role_item {
    border-radius: 13px;
    padding: 40px 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .role_item {
    border-radius: 6px;
    padding: 17px 0 12px;
  }
}
.role_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.role_item .title:before,
.role_item .title:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
}
.role_item .title:before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.role_item .title:after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .role_item .title {
    gap: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .role_item .title {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .role_item img {
    width: 177px;
  }
}
@media screen and (max-width: 767px) {
  .role_item img {
    width: 87px;
  }
}
.role_item .explain {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .role_item .explain {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .role_item .explain {
    margin-top: 10px;
    font-size: 11px;
  }
}
.note_block {
  border-radius: 6px;
  border: solid 1px #225942;
}
@media screen and (min-width: 768px) {
  .note_block {
    margin-top: 50px;
    padding: 25px 50px;
  }
}
@media screen and (max-width: 767px) {
  .note_block {
    margin-top: 40px;
    padding: 20px 25px;
  }
}
.note_ttl {
  font-weight: bold;
  color: #225942;
}
@media screen and (min-width: 768px) {
  .note_ttl {
    font-size: 21px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .note_ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.note_ttl img {
  vertical-align: bottom;
  width: 32px;
  margin-right: 8px;
}
.timing_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .timing_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
    row-gap: 15px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .timing_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.timing_item {
  position: relative;
  text-decoration: none;
  line-height: 2;
  text-align: center;
  color: #225942;
  font-weight: bold;
  border: solid 1px #225942;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-image: url("../images/timing_toggle.png");
  background-size: 18px auto;
}
.timing_item:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .timing_item:not(:last-child) {
    gap: 10px;
  }
  .timing_item:not(:last-child):after {
    top: 50%;
    right: -27px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 25px;
    background-image: url("../images/timing_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .timing_item:not(:last-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timing_item:not(:last-child):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -24px;
    width: 16px;
    height: 24px;
    background-image: url("../images/timing_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .timing_item {
    background-position: right 20px center;
    width: 360px;
    padding: 3px 0;
  }
}
@media screen and (max-width: 767px) {
  .timing_item {
    font-size: 15px;
    background-position: right 16px center;
    width: 293px;
  }
}
.buy_btn {
  text-align: center;
  display: block;
  border-radius: 5px;
  color: #fff;
  background: #ef521e;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 1px 3px 3px 0 #a6b3b8;
          box-shadow: 1px 3px 3px 0 #a6b3b8;
}
@media screen and (min-width: 768px) {
  .buy_btn {
    width: 400px;
    font-size: 16px;
    line-height: 50px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .buy_btn {
    width: 305px;
    margin: 15px auto 0;
    padding: 11.5px;
    font-size: 14px;
  }
}
.point_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item01_img {
  width: 32%;
  height: auto;
}
.item02_img {
  width: 25%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .item01_img {
    max-width: 732px;
  }
}
@media screen and (max-width: 767px) {
  .item01_img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .item02_img {
    max-width: 723px;
  }
}
@media screen and (max-width: 767px) {
  .item02_img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .item03_img {
    max-width: 715px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .item03_img {
    width: 329px;
  }
}
.point_txt {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .point_txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .point_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.point_txt span {
  font-weight: bold;
  display: inline-block;
  background: #225942;
  white-space: nowrap;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .point_txt span {
    padding: 3px 10px;
    font-size: 14px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .point_txt span {
    padding: 0 6px;
    font-size: 13px;
  }
}
.banner_grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .banner_grid {
    margin-top: 80px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .banner_grid {
    margin-top: 52px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 0 40px;
  }
}
.banner_grid a img {
  width: 100%;
}
.back_btn {
  text-decoration: none;
  text-align: center;
  display: block;
  border: solid 1px #225942;
  color: #225942;
  border-radius: 5px;
  -webkit-box-shadow: 5px 3px 3px #a6b3b8;
          box-shadow: 5px 3px 3px #a6b3b8;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .back_btn {
    font-size: 17px;
    line-height: 41px;
    max-width: 334px;
  }
}
@media screen and (max-width: 767px) {
  .back_btn {
    font-size: 15px;
    line-height: 36px;
    max-width: 272px;
  }
}
