/*! Writen  by SCSS */
.cv_sec {
  padding-top: clamp(50px, 6.67%, 80px); }

.inner_main_nobg {
  padding-bottom: calc(250%/16);
  position: relative; }
  @media screen and (max-width: 480px) {
    .inner_main_nobg {
      padding-bottom: calc(200%/4.8); } }
  .inner_main_nobg .main_ttl {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43.38%; }
    @media screen and (max-width: 480px) {
      .inner_main_nobg .main_ttl {
        width: 91.67%; } }

.sec01 {
  margin-bottom: clamp(30px, 4.17%, 50px); }
  @media screen and (max-width: 480px) {
    .sec01 {
      margin-bottom: 40px; } }
  .sec01 .inner {
    max-width: 1000px; }
  .sec01 .sec_ttl_wrap {
    margin-bottom: clamp(25px, 3.34%, 40px); }
    .sec01 .sec_ttl_wrap .sec_ttl .min {
      display: block;
      font-size: clamp(14px, 1.834vw, 22px); }
  .sec01 .img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 15px 0;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: clamp(40px, 5%, 60px); }
    @media screen and (max-width: 480px) {
      .sec01 .img_list {
        margin-bottom: 8px; } }
    .sec01 .img_list li.list1 {
      width: calc(169%/8); }
      @media screen and (max-width: 480px) {
        .sec01 .img_list li.list1 {
          margin: 0 auto;
          width: calc(100%/3.35); } }
    .sec01 .img_list li.list2 {
      width: calc(612%/8); }
      @media screen and (max-width: 480px) {
        .sec01 .img_list li.list2 {
          width: calc(268%/3.35);
          margin: 0 auto; } }
    .sec01 .img_list li.list3 {
      width: calc(388%/8); }
      @media screen and (max-width: 480px) {
        .sec01 .img_list li.list3 {
          width: calc(268%/3.35);
          margin: 0 auto; } }
    .sec01 .img_list li.list4 {
      width: calc(388%/8); }
      @media screen and (max-width: 480px) {
        .sec01 .img_list li.list4 {
          width: calc(268%/3.35);
          margin: 0 auto; } }

.mb1em {
  margin-bottom: 0.8em !important; }

.sec02 {
  margin-bottom: clamp(50px, 6.67%, 80px);
  background-image: url("../images/achievements/bg_sec02.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: clamp(40px, 5.84%, 70px);
  padding-bottom: clamp(40px, 5.84%, 70px); }
  .sec02 .bg_ttl {
    color: #fff;
    text-align: center;
    font-size: clamp(16px, 1.5vw, 18px);
    margin-bottom: 35px; }
    @media screen and (max-width: 480px) {
      .sec02 .bg_ttl {
        margin-bottom: 15px; } }
  .sec02 .items {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      .sec02 .items {
        flex-direction: column;
        grid-gap: 40px 0; } }
    .sec02 .items .item {
      padding: 35px 50px;
      background: #fff; }
      @media screen and (max-width: 1200px) {
        .sec02 .items .item {
          padding: calc(30%/11.6); } }
    .sec02 .items ul li figcaption {
      margin-top: 0.5em;
      text-align: center;
      font-size: clamp(16px, 1.5vw, 18px);
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        .sec02 .items ul li figcaption {
          font-size: clamp(10px, 2.25vw, 18px); } }
  .sec02 .item1 {
    width: calc(380%/11.6); }
    @media screen and (max-width: 900px) {
      .sec02 .item1 {
        width: 100%; } }
    .sec02 .item1 .bg_ttl {
      background: #a6824e; }
    .sec02 .item1 ul {
      display: flex;
      flex-direction: column;
      grid-gap: 50px 0; }
      @media screen and (max-width: 900px) {
        .sec02 .item1 ul {
          flex-direction: row;
          justify-content: space-between; } }
      @media screen and (max-width: 768px) {
        .sec02 .item1 ul {
          grid-gap: 30px 0; } }
      @media screen and (max-width: 900px) {
        .sec02 .item1 ul li {
          width: calc(280%/6.1); } }
      @media screen and (max-width: 480px) {
        .sec02 .item1 ul li {
          width: 48%; } }
  .sec02 .item2 {
    width: calc(710%/11.6); }
    @media screen and (max-width: 900px) {
      .sec02 .item2 {
        width: 100%; } }
    .sec02 .item2 .bg_ttl {
      background: #9da64e; }
    .sec02 .item2 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      grid-gap: 50px 0; }
      @media screen and (max-width: 768px) {
        .sec02 .item2 ul {
          grid-gap: 30px 0; } }
      .sec02 .item2 ul li {
        width: calc(280%/6.1); }
        @media screen and (max-width: 480px) {
          .sec02 .item2 ul li {
            width: 48%; } }

.sec03 {
  padding-bottom: clamp(50px, 6.67%, 80px); }
  .sec03 .inner {
    max-width: 1000px; }
  .sec03 .img301s {
    position: relative;
    max-width: 761px;
    margin-left: calc(80%/10);
    margin-top: clamp(40px, 5.84%, 70px);
    margin-bottom: clamp(40px, 5.84%, 70px); }
    @media screen and (max-width: 768px) {
      .sec03 .img301s {
        margin: 0 auto;
        margin-top: clamp(40px, 5.84%, 70px);
        margin-bottom: clamp(40px, 5.84%, 70px); } }
    .sec03 .img301s figcaption {
      position: absolute;
      top: 0;
      right: calc(-95%/7.61);
      width: calc(384%/7.61); }
      @media screen and (max-width: 768px) {
        .sec03 .img301s figcaption {
          position: static;
          width: 100%;
          margin-bottom: 5px; } }

/*# sourceMappingURL=achievements.css.map */
