@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- scope_cmn_block
-------------------------*/
/*=======================================
base
=======================================*/
html {
  letter-spacing: 0.03em;
}

.question .q_gallery {
  background-color: var(--green_main);
}
.question .ball {
  background: var(--green_main);
}

.character_comment_intro {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5.0714285714vw;
  margin-bottom: 7.3571428571vw;
}
@media screen and (max-width: 768px) {
  .character_comment_intro {
    row-gap: 29.3333333333vw;
    margin-bottom: 39.2vw;
  }
}
.character_comment_intro .character_comment {
  margin: 0 !important;
}
.character_comment_intro .character_comment img {
  width: 10.7857142857vw;
  right: -14.3571428571vw;
}
@media screen and (max-width: 768px) {
  .character_comment_intro .character_comment img {
    width: 20.1333333333vw !important;
    bottom: -29.8666666667vw;
    right: auto;
    left: 50% !important;
  }
}
.character_comment_intro .character_comment .comment_wrapper {
  padding: 0 !important;
}
.character_comment_intro .character_comment .comment_wrapper .comment_txt {
  background: #EFEFEF;
}
.character_comment_intro .character_comment .comment_wrapper .comment_txt::before {
  background: #EFEFEF;
}
.character_comment_intro .character_comment.yellow img {
  width: 9.7142857143vw;
  left: -13vw;
}
@media screen and (max-width: 768px) {
  .character_comment_intro .character_comment.yellow img {
    bottom: -25.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .character_comment_intro .character_comment.yellow .comment_txt::before {
    left: 2.6666666667vw;
  }
}

/* ===========
scope_cmn_block
============= */
.scope_cmn_block:not(:last-of-type) {
  margin-bottom: 11.4285714286vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:not(:last-of-type) {
    margin-bottom: 21.3333333333vw;
  }
}
.scope_cmn_block .scope_cmn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 9.3333333333vw;
  }
}
.scope_cmn_block .scope_cmn_flex > div {
  width: 45.67%;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_flex > div {
    width: 100%;
  }
}
.scope_cmn_block .scope_cmn_img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_img_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8vw;
  }
}
.scope_cmn_block .scope_cmn_img_flex img {
  width: 45.67%;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_img_flex img {
    width: 100%;
  }
}
.scope_cmn_block .scope_cmn_img .scope_cmn_cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.7142857143vw;
     -moz-column-gap: 2.7142857143vw;
          column-gap: 2.7142857143vw;
  margin-top: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_img .scope_cmn_cap {
    margin-top: 4vw;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.scope_cmn_block .scope_cmn_img .scope_cmn_cap p {
  font-family: var(--zenmarugothic);
  font-weight: 500;
  font-size: 1.2857142857vw;
  letter-spacing: 0.021em;
  line-height: 1.777;
  position: relative;
  padding-left: 3.1428571429vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_img .scope_cmn_cap p {
    font-size: 3.7333333333vw;
    padding-left: 10.4vw;
  }
}
.scope_cmn_block .scope_cmn_img .scope_cmn_cap p::before {
  content: "";
  width: 2.4285714286vw;
  height: 1.5714285714vw;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_img .scope_cmn_cap p::before {
    width: 9.0666666667vw;
    height: 5.8666666667vw;
    top: 0;
  }
}
.scope_cmn_block .scope_cmn_img .scope_cmn_cap p:nth-child(1)::before {
  background: #ffd973;
}
.scope_cmn_block .scope_cmn_img .scope_cmn_cap p:nth-child(2)::before {
  background: #FFEBAB;
}
.scope_cmn_block .txt_area {
  position: relative;
}
.scope_cmn_block .txt_area p {
  font-family: var(--zenmarugothic);
  font-weight: 500;
  font-size: 1.2857142857vw;
  letter-spacing: 0.03em;
  line-height: 2.777;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .txt_area p {
    font-size: 4.2666666667vw;
    line-height: 3;
  }
}
.scope_cmn_block .txt_area p .ruby .rt {
  top: -0.5em;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .txt_area p .ruby .rt {
    top: -0.4em;
  }
}
.scope_cmn_block .character_comment {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 3.0714285714vw;
     -moz-column-gap: 3.0714285714vw;
          column-gap: 3.0714285714vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .character_comment {
    -webkit-column-gap: 5.3333333333vw;
       -moz-column-gap: 5.3333333333vw;
            column-gap: 5.3333333333vw;
  }
}
.scope_cmn_block .character_comment img {
  position: static;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .character_comment img {
    width: 25.3333333333vw !important;
  }
}
.scope_cmn_block .character_comment .comment_wrapper {
  padding: 0;
}
.scope_cmn_block .character_comment .comment_wrapper .comment_txt {
  position: relative;
  padding: 1.6428571429vw 2.4285714286vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .character_comment .comment_wrapper .comment_txt {
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .character_comment .comment_wrapper .comment_txt::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    top: initial;
    bottom: initial;
    left: initial;
    right: -4vw;
  }
}
.scope_cmn_block .character_comment.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.scope_cmn_block .scope_cmn_ttl01 {
  font-family: var(--murecho);
  font-weight: 700;
  font-size: 1.7857142857vw;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #183251;
  padding: 0 0 0.5714285714vw 2.2142857143vw;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 2.2142857143vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_ttl01 {
    font-size: 5.3333333333vw;
    padding: 0 0 2.1333333333vw 8.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.scope_cmn_block .scope_cmn_ttl01::before {
  content: "";
  width: 1.6428571429vw;
  height: 1.6428571429vw;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3em;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.5vw) 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.5vw) 50%, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .scope_cmn_block .scope_cmn_ttl01::before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.8666666667vw) 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 1.8666666667vw) 50%, 100% 100%, 0 100%);
    top: 0.2em;
  }
}
.scope_cmn_block:nth-child(1 of .scope_cmn_block) .scope_cmn_flex_right {
  margin-top: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(1 of .scope_cmn_block) .scope_cmn_flex_right {
    margin-top: 0;
  }
}
.scope_cmn_block:nth-child(1 of .scope_cmn_block) .txt_area {
  margin-bottom: 2.7857142857vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(1 of .scope_cmn_block) .txt_area {
    margin-bottom: 9.3333333333vw;
  }
}
.scope_cmn_block:nth-child(1 of .scope_cmn_block) .character_comment img {
  width: 8.7142857143vw;
}
.scope_cmn_block:nth-child(1 of .scope_cmn_block) .character_comment .comment_wrapper {
  padding-top: 2.0714285714vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(1 of .scope_cmn_block) .character_comment .comment_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.scope_cmn_block:nth-child(1 of .scope_cmn_block) .character_comment .comment_wrapper .comment_txt {
  color: var(--green_main);
}
.scope_cmn_block:nth-child(2 of .scope_cmn_block) .scope_cmn_flex {
  margin-bottom: 3.2857142857vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(2 of .scope_cmn_block) .scope_cmn_flex {
    margin-bottom: 6.6666666667vw;
  }
}
.scope_cmn_block:nth-child(2 of .scope_cmn_block) .character_comment img {
  width: 12.0714285714vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_flex {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_img_flex {
    display: contents;
  }
}
.scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_img {
  margin-bottom: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_img {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_img img:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_img img:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 10.6666666667vw;
  }
}
.scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_ttl01::before {
  background: var(--green_main);
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_cap {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_flex_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(3 of .scope_cmn_block) .scope_cmn_flex_right {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(4 of .scope_cmn_block) .scope_cmn_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.scope_cmn_block:nth-child(4 of .scope_cmn_block) .scope_cmn_flex_left {
  margin-top: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(4 of .scope_cmn_block) .scope_cmn_flex_left {
    margin-top: 0;
  }
}
.scope_cmn_block:nth-child(4 of .scope_cmn_block) .txt_area {
  margin-bottom: 2.7857142857vw;
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(4 of .scope_cmn_block) .txt_area {
    margin-bottom: 9.3333333333vw;
  }
}
.scope_cmn_block:nth-child(4 of .scope_cmn_block) .character_comment {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.scope_cmn_block:nth-child(4 of .scope_cmn_block) .character_comment img {
  width: 8.7142857143vw;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.scope_cmn_block:nth-child(4 of .scope_cmn_block) .character_comment .comment_wrapper {
  padding-top: 0.6428571429vw;
}
.scope_cmn_block:nth-child(4 of .scope_cmn_block) .character_comment .comment_wrapper .comment_txt {
  color: var(--green_main);
}
@media screen and (max-width: 768px) {
  .scope_cmn_block:nth-child(4 of .scope_cmn_block) .character_comment .comment_wrapper .comment_txt::before {
    right: auto;
    left: -4vw;
  }
}/*# sourceMappingURL=scope.css.map */