@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           section_1
        */
}

#article .section.section_1 .inner.section_inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner.section_inner .content {
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
}

#article .section.section_1 .inner.section_inner .content.content_1 .figure {
  width: 100vw;
}

#article .section.section_1 .inner.section_inner .content.content_1 .figure img {
  height: 66.66667vw;
}

#article .section.section_1 .inner.section_inner .content.content_1 .h3.h3_3 {
  display: flex;
  flex-wrap: wrap;
}

#article .section.section_1 .inner.section_inner .content.content_1 .h3.h3_3 span {
  white-space: nowrap;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 0 12px black;
}

#article .section.section_1 .inner.section_inner .content.content_1 .h3.h3_3 span.txt {
  display: inline-block;
  border-bottom: solid 1px white;
}

#article .section.section_1 .inner.section_inner .content.content_1 .h3.h3_3 span.txt_2 {
  display: inline-block;
  margin: 0 0 0 1.33333vw;
}

#article .section.section_1 .inner.section_inner .content.content_1 .h3.h3_3 span.txt_3 {
  width: 100%;
  margin: 2.66667vw 0 0;
}

#article .section.section_1 .inner.section_inner .content.content_1 .h5.h5_3 span {
  text-align: center;
  color: white;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 0 12px black;
}

#article .section.section_1 .inner.section_inner .content.content_1 .h5.h5_3 span.txt {
  font-size: 1.2rem;
}

#article .section.section_1 .inner.section_inner .content.content_1 .h5.h5_3 span.txt_2 {
  font-size: 1.6rem;
  margin: 2.66667vw 0 0;
}

#article .section.section_1 .inner.section_inner .content.content_1 ul {
  display: flex;
  justify-content: space-between;
  width: 98.66667vw;
  padding: 0;
  margin: 0 auto;
}

#article .section.section_1 .inner.section_inner .content.content_1 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  width: 24vw;
  height: 24vw;
  padding: 0;
  margin: 0;
  background: #E45560;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}

#article .section.section_1 .inner.section_inner .content.content_1 ul li:nth-child(1) {
  background: #E45560;
}

#article .section.section_1 .inner.section_inner .content.content_1 ul li:nth-child(2) {
  background: #D58157;
}

#article .section.section_1 .inner.section_inner .content.content_1 ul li:nth-child(3) {
  background: #50BA50;
}

#article .section.section_1 .inner.section_inner .content.content_1 ul li:nth-child(4) {
  background: #569DD8;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 29.33333vw;
  left: 0;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item .float_t {
  width: 58.66667vw;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item .float_c {
  width: 50.66667vw;
  margin: 5.33333vw 0 0;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item .float_b {
  width: 100%;
  margin: 5.33333vw 0 0;
}

#article .section.section_1 .inner.section_inner .content.content_2 {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
}

#article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4 {
  margin: 0 auto 2.66667vw;
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4 span {
  text-align: left;
  font-weight: 600;
}

#article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4 span.txt {
  font-size: 1.4rem;
}

#article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4::before, #article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
}

#article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4:before {
  width: 5.86667vw;
  height: 5.86667vw;
  border-radius: 100%;
  top: -6.66667vw;
  left: -6.66667vw;
}

#article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4::after {
  border: 1.06667vw solid transparent;
  border-bottom: none;
  top: -2.66667vw;
  left: -2.66667vw;
  transform: rotate(-45deg);
}

#article .section.section_1 .inner.section_inner .content.content_2 p {
  font-size: 1.4rem;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item {
  width: 89.33333vw;
  padding: 8vw 0 2.66667vw;
  margin: 0 auto;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c {
  padding: 5.33333vw 2.66667vw 5.33333vw 5.33333vw;
  margin: 0 auto 8vw;
  border-radius: 2.66667vw;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(1) {
  border: 2px solid #E45560;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(1) .h4.h4_4::before {
  background: #E45560;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(1) .h4.h4_4::after {
  border-top: 2.4vw solid #E45560;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(2) {
  border: 2px solid #D58157;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(2) .h4.h4_4::before {
  background: #D58157;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(2) .h4.h4_4::after {
  border-top: 2.4vw solid #D58157;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(3) {
  border: 2px solid #50BA50;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(3) .h4.h4_4::before {
  background: #50BA50;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(3) .h4.h4_4::after {
  border-top: 2.4vw solid #50BA50;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(4) {
  border: 2px solid #569DD8;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(4) .h4.h4_4::before {
  background: #569DD8;
}

#article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(4) .h4.h4_4::after {
  border-top: 2.4vw solid #569DD8;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section.section_1 .inner.section_inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner.section_inner .content {
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .figure {
    width: 100vw;
    height: 718px;
    background: #f2f2f2;
    position: relative;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .figure img {
    width: 1920px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .h3.h3_3 span {
    white-space: nowrap;
    font-size: 3rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .h3.h3_3 span.txt_2 {
    margin: 0 0 0 10px;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .h3.h3_3 span.txt_3 {
    margin: 16px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .h5.h5_3 span.txt {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .h5.h5_3 span.txt_2 {
    font-size: 4rem;
    margin: 25px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 ul {
    width: 100%;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 ul li {
    font-size: 1.8rem;
    width: 220px;
    height: 220px;
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item {
    width: 940px;
    bottom: 355px;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item .float_t {
    width: 480px;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item .float_c {
    width: 440px;
    margin: 68px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item .float_b {
    margin: 90px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 {
    font-size: 1.8rem;
    width: 100vw;
    position: relative;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4 {
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4 span.txt {
    font-size: 2.1rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4:before {
    width: 26px;
    height: 26px;
    top: -22px;
    left: -32px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .h4.h4_4::after {
    border: 8px solid transparent;
    border-bottom: none;
    top: -10px;
    left: -20px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item {
    width: 1020px;
    padding: 40px 0 80px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c {
    padding: 30px 30px 30px 40px;
    margin: 0 auto 20px;
    border-radius: 20px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(1) {
    border: 3px solid #E45560;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(1) .h4.h4_4::after {
    border-top: 18px solid #E45560;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(2) {
    border: 3px solid #D58157;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(2) .h4.h4_4::after {
    border-top: 18px solid #D58157;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(3) {
    border: 3px solid #50BA50;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(3) .h4.h4_4::after {
    border-top: 18px solid #50BA50;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(4) {
    border: 3px solid #569DD8;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_c:nth-child(4) .h4.h4_4::after {
    border-top: 18px solid #569DD8;
  }
}
/*# sourceMappingURL=thought.css.map */