@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

/*
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1.875;
}

@media (max-width: 1179.9px) and (min-width: 1024px) {
  html {
    font-size: 1.3559322034vw;
  }
}
@media (max-width: 1023.9px) {
  html {
    font-size: 13.8847457627px;
  }
}
@media (min-width: 750px) {
  .wrapper, .page_header {
    min-width: 1024px;
  }
}
@media (max-width: 749.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #444444;
  font-family: "noto sans jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: #ffffff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 749.9px) {
  body {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #F27000;
  text-decoration: none;
}
a [href=""] {
  pointer-events: none;
}
@media (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

button {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}

b, strong {
  font-weight: 500;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.obj-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

mark, .mark {
  margin: 0 0.5em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(255, 236, 1, 0)), color-stop(5%, #ffec01), color-stop(40%, #ffec01), color-stop(40%, rgba(255, 236, 1, 0)));
  background: linear-gradient(0deg, rgba(255, 236, 1, 0) 5%, #ffec01 5%, #ffec01 40%, rgba(255, 236, 1, 0) 40%);
}

.tx_hidden, .pagenation_nav .pagenation_nav_list li.pagenation_nav_prev a, .pagenation_nav .pagenation_nav_list li.pagenation_nav_next a {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.inbox {
  max-width: 67.5rem;
  margin: 0 auto;
  position: relative;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749.9px) {
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
}
.top_mv {
  color: #ffffff;
  background: rgb(234, 146, 27);
  background: url("../img/mv_bg.webp") center bottom no-repeat #16a192;
  background-size: cover;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.top_mv a {
  color: #ffffff;
}
.top_mv_area {
  max-width: 37.5rem;
  height: 17.75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top_mv_title {
  text-align: center;
}
.top_mv_title a > span {
  line-height: 1.4583333333;
  display: block;
  font-size: 3rem;
}
.top_mv_title a > span.tx02 {
  font-size: 2rem;
}
.top_mv_text {
  margin-top: 1.5rem;
  padding: 0.5rem 2rem 0.375rem;
  font-size: 1.125rem;
  color: #16A192;
  letter-spacing: 0;
  background: #ffffff;
  border-radius: 2rem;
  font-weight: bold;
}

/*
		mark {
			margin-right: .125em;
			color: #ffffff;
			background: transparent;
			border-bottom: 2px solid #FFEC01;
		}
*/
.btn_official_wrap {
  margin-top: auto;
  position: relative;
}
.btn_official_wrap .promotion_text {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
}

.btn_official {
  background: #f27031;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  border-radius: 3.75rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.btn_official span {
  font-size: 0.9375rem;
  font-weight: bold;
}
.btn_official::before {
  width: 0.3125rem;
  height: 0.625rem;
  content: "";
  background: url("../img/i_arw.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -0.3125rem;
  right: 1.25rem;
}
.btn_official:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media (min-width: 1366px) {
  .top_mv {
    padding-left: 2.0497803807vw;
    padding-right: 2.0497803807vw;
  }
  .top_mv_area {
    max-width: 43.9238653001vw;
    height: 20.7906295754vw;
  }
  .top_mv_title a > span {
    font-size: 3.513909224vw;
  }
  .top_mv_title a > span.tx02 {
    font-size: 2.3426061493vw;
  }
  .top_mv_text {
    margin-top: 1.756954612vw;
    padding: 0.5856515373vw 2.3426061493vw 0.439238653vw;
    font-size: 1.317715959vw;
    border-radius: 2.3426061493vw;
  }
}
@media (min-width: 750px) {
  .top_mv_text::before {
    content: "〜 ";
  }
  .top_mv_text::after {
    content: " 〜";
  }
}
@media (max-width: 749.9px) {
  .top_mv {
    background-image: url(../img/mv_bg_sp.webp);
    background-size: cover;
    padding-left: 1.875rem;
    padding-right: 0;
  }
  .top_mv_area {
    width: 100%;
    max-width: 37.5rem;
    padding-top: 1.4375rem;
    height: 15.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .top_mv_title {
    text-align: left;
  }
  .top_mv_title a > span {
    font-size: 2rem;
    line-height: 1.25;
  }
  .top_mv_title a > span.tx01 span {
    display: block;
  }
  .top_mv_title a > span.tx02 {
    margin-top: 0.625rem;
    font-size: 1.375rem;
  }
  .top_mv_text {
    margin-top: 1.125rem;
    padding: 0.4375rem 1.375rem 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: center;
    border-radius: 2rem;
  }
  .top_mv_text span {
    display: block;
  }
}
.search_cont_wrap {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  background: #e7f7f0;
  border-radius: 0.5rem;
  margin-top: 6rem;
  padding: 4.5rem 1.25rem;
}
.search_cont_wrap .title_wrap {
  text-align: center;
}
.search_cont_wrap .title_wrap::before {
  width: 8.875rem;
  height: 10rem;
  top: -2.625rem;
  right: 4.375rem;
  background-image: url("../img/illust06.svg");
}

.search_wrap {
  width: 100%;
  max-width: 57.5rem;
  padding: 0;
  margin: 0 auto;
}
.search_wrap .search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  padding: 1.5rem 0 1.25rem;
  border-bottom: 1px solid #B49D90;
}
.search_wrap .search_list + dl {
  margin-top: 0.5rem;
}
.search_wrap .search_list dt, .search_wrap .search_list dd {
  min-height: 3.625rem;
}
.search_wrap .search_list dt {
  width: 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.25rem;
  line-height: 1;
}
.search_wrap .search_list dt small {
  margin-top: 0.625rem;
  display: block;
}
.search_wrap .search_list dt .req, .search_wrap .search_list dt .any {
  width: 3.125rem;
  height: 1.75rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
}
.search_wrap .search_list dt .req {
  background: #16A192;
}
.search_wrap .search_list dt .any {
  background: #7E736B;
}
.search_wrap .search_list dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.search_wrap .search_list dd .search_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_wrap .search_list dd label {
  cursor: pointer;
}
.search_wrap .search_list dd input {
  display: none;
}
.search_wrap .search_list dd input:checked + span {
  color: #16A192;
  border-color: #16A192;
}
.search_wrap .search_list dd span {
  min-width: 10.375rem;
  margin-right: 0.5rem;
  height: 3.625rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.625rem;
}
.search_wrap .btn_search {
  width: 100%;
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  height: 4rem;
  font-size: 1.125rem;
  margin-top: 2.75rem;
  padding-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f27031 url("../img/i_arw.svg") right 1.625rem center no-repeat;
  background-size: 0.5rem auto;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0.1875rem 1px rgba(141, 70, 0, 0.16);
          box-shadow: 0 0.1875rem 1px rgba(141, 70, 0, 0.16);
}
.search_wrap .btn_search:hover {
  opacity: 0.7;
}

@media (max-width: 749.9px) {
  .search_cont_wrap {
    border-radius: 0;
    margin-top: 3.125rem;
    padding: 1.75rem 1.25rem 2.5rem;
  }
  .search_cont_wrap .title_wrap {
    text-align: left;
    padding-left: 1.5625rem;
  }
  .search_cont_wrap .title_wrap .title_sub span {
    display: block;
  }
  .search_cont_wrap .title_wrap::before {
    width: 3.75rem;
    height: 4.25rem;
    top: 0.6875rem;
    right: 3.4375rem;
  }
  .search_wrap .search_list {
    display: block;
    margin-top: 1.5rem;
    padding: 1.25rem 0 0.625rem;
  }
  .search_wrap .search_list:nth-child(2) {
    border-top: 1px solid #B49D90;
  }
  .search_wrap .search_list + dl {
    margin-top: 0;
  }
  .search_wrap .search_list dt, .search_wrap .search_list dd {
    min-height: auto;
  }
  .search_wrap .search_list dt {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0.5rem;
    line-height: 1;
    font-size: 0.875rem;
    margin-bottom: 1em;
  }
  .search_wrap .search_list dt br {
    display: none;
  }
  .search_wrap .search_list dt small {
    display: inline;
    margin-left: 0.3125rem;
  }
  .search_wrap .search_list dt .req, .search_wrap .search_list dt .any {
    margin-left: 1rem;
    width: 2.75rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
  .search_wrap .search_list dd {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .search_wrap .search_list dd .search_filter {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search_wrap .search_list dd label {
    margin-bottom: 0.625rem;
  }
  .search_wrap .search_list dd span {
    min-width: 10rem;
    margin-right: 0;
    height: 2.75rem;
    font-size: 0.9375rem;
    padding-bottom: 0.125rem;
  }
  .search_wrap .btn_search {
    max-width: 18.4375rem;
    height: 3.75rem;
    margin-top: 1.5rem;
  }
}
.page_footer {
  padding: 4.25rem 0 1.375rem;
  text-align: center;
}
.page_footer a {
  color: #222222;
}
.page_footer nav {
  font-size: 0.9375rem;
}
.page_footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_footer nav ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1.125em;
  display: inline-block;
  margin: 0 1em 0;
  background: #000;
  position: relative;
  top: 0.1875rem;
}
.page_footer nav ul a:hover {
  text-decoration: underline;
}
.page_footer small {
  margin-top: 2.25rem;
  font-size: 0.8125rem;
  display: block;
}

@media (max-width: 749.9px) {
  .page_footer {
    padding: 2.5rem 0;
  }
  .page_footer nav {
    font-size: 0.75rem;
  }
  .page_footer nav ul li {
    margin-inline: 1em;
  }
  .page_footer nav ul li:not(:last-child)::after {
    display: none;
  }
  .page_footer small {
    margin-top: 1.25rem;
    font-size: 0.6875rem;
  }
}
.title_wrap {
  position: relative;
}
.title_wrap::before {
  content: "";
  background: center center no-repeat;
  background-size: contain;
  position: absolute;
}
.title_wrap > span {
  display: block;
  line-height: 1.4;
}
.title_wrap > span span {
  display: inline-block;
}
.title_wrap .title {
  font-size: 2rem;
}
.title_wrap .title_sub {
  font-size: 1.25rem;
  font-weight: bold;
  color: #16A192;
}
.title_wrap .title_sub.bdr {
  display: inline-block;
  border-bottom: 2px solid #16A192;
}
.title_wrap .title_sub + .title {
  margin-top: 0.4375rem;
}
.title_wrap + p {
  margin-top: 1.75rem;
  letter-spacing: 0;
}

@media (max-width: 749.9px) {
  .main_column {
    width: 100%;
    overflow: hidden;
  }
  .title_wrap {
    padding-inline: 0.3125rem;
  }
  .title_wrap .title {
    font-size: 1.25rem;
  }
  .title_wrap .title_sub {
    font-size: 0.9375rem;
  }
  .title_wrap .title_sub + .title {
    margin-top: 0.4375rem;
  }
  .title_wrap + p {
    margin-top: 1.25rem;
  }
}
.promotion_text {
  font-size: 10px;
  line-height: 1.34;
  margin-top: 0.75em;
  text-align: center;
  letter-spacing: -0.05em;
  color: #777;
  margin-bottom: -1em;
}
.promotion_text::before {
  content: "※";
}

.pickup_wrap {
  padding: 3.75rem 1.25rem 9.75rem;
  background: url("../img/pickup_bg.webp") center center;
  background-size: cover;
  position: relative;
}
.pickup_wrap .title_wrap {
  text-align: center;
}
.pickup_wrap .inbox {
  max-width: 55rem;
}
.pickup_wrap .title_wrap {
  position: relative;
  margin-bottom: 1rem;
}
.pickup_wrap .title_wrap .title > span::before, .pickup_wrap .title_wrap .title > span::after {
  mix-blend-mode: normal;
}
.pickup_wrap .title_wrap .title > span > span {
  position: relative;
}
.pickup_wrap .pickup_list {
  position: relative;
  z-index: 5;
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.pickup_wrap .pickup_list .btn_official {
  width: 15.25rem;
}
.pickup_wrap .pickup_head {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding: 0.75rem 1em;
  color: #ffffff;
  background: #16A192;
  text-align: center;
}
.pickup_wrap .pickup_head span {
  padding: 0 2rem;
  position: relative;
}
.pickup_wrap .pickup_head span::before, .pickup_wrap .pickup_head span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/i_slash.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
}
.pickup_wrap .pickup_head span::before {
  left: 0;
}
.pickup_wrap .pickup_head span::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pickup_wrap .pickup_box {
  padding: 1.375rem 2.25rem 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pickup_wrap .pickup_logo {
  width: 15.375rem;
  height: 7.5625rem;
  margin-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pickup_wrap .pickup_logo img {
  width: 10.25rem;
}
.pickup_wrap .pickup_info {
  max-width: 30.25rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.9375rem;
  letter-spacing: 0;
}
.pickup_wrap .pickup_info strong {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #222222;
  display: inline-block;
}
.pickup_wrap .pickup_info > div > *:not(:first-child) {
  margin-top: 1em;
}
.pickup_wrap .btn_official_wrap {
  margin-top: 1.25rem;
}

.point_list ul li,
.ranking_tab_text_box ul li,
.pickup_info ul li {
  padding-left: 1.5rem;
  line-height: 1.4;
  position: relative;
}
.point_list ul li::before,
.ranking_tab_text_box ul li::before,
.pickup_info ul li::before {
  content: "";
  width: 0.8125rem;
  height: 0.6875rem;
  background: url("../img/i_check.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 1px;
}
.point_list ul li + li,
.ranking_tab_text_box ul li + li,
.pickup_info ul li + li {
  margin-top: 0.25rem;
}

@media (max-width: 749.9px) {
  .pickup_wrap {
    padding: 2.5rem 0;
    background: url("../img/pickup_bg_sp.webp") center center;
    background-size: cover;
    position: relative;
  }
  .pickup_wrap .title_wrap {
    margin-bottom: 1.5rem;
  }
  .pickup_wrap .pickup_head {
    line-height: 1.4;
    padding: 0.625rem 2rem;
  }
  .pickup_wrap .pickup_head span {
    font-size: 0.9375rem;
    padding: 0 1.25rem;
    position: relative;
    display: inline-block;
  }
  .pickup_wrap .pickup_head span::before, .pickup_wrap .pickup_head span::after {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
  }
  .pickup_wrap .pickup_box {
    padding: 1.375rem 1.25rem 2.25rem;
  }
  .pickup_wrap .pickup_logo {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0.6875rem;
  }
  .pickup_wrap .pickup_logo img {
    width: 9rem;
  }
  .pickup_wrap .pickup_info {
    width: 100%;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
  .pickup_wrap .pickup_info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pickup_wrap .pickup_info strong {
    font-size: 0.875rem;
  }
  .pickup_wrap .btn_official_wrap {
    margin-top: 1rem;
  }
  .pickup_wrap .btn_official_wrap a {
    margin-left: auto;
    margin-right: auto;
  }
}
.tab_ranking {
  background: #ffffff;
  border-radius: 0.5rem;
}

.ranking_wrap {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 1.25rem 4.5rem;
  position: relative;
  z-index: 5;
}
.ranking_wrap.search {
  margin-top: 0;
}
.ranking_wrap .title_wrap .title_sub {
  font-size: 1.5rem;
  line-height: 1;
}
.ranking_wrap .title_wrap::before {
  width: 7.875rem;
  height: 7.375rem;
  background-image: url("../img/illust01.svg");
  right: 3.25rem;
  top: 0;
}

.ranking_list_wrap {
  margin-top: 4rem;
}

.ranking_box {
  background: #e7f7f0;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.ranking_box + .ranking_box {
  margin-top: 3.75rem;
}
.ranking_box .title {
  background: #16A192;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 7.125rem;
  padding: 1.5rem 0;
}
.ranking_box .title_head {
  padding-left: 10.625rem;
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.ranking_box .title_head .rank_no {
  width: 6.125rem;
  top: -0.5rem;
  left: 2.1875rem;
  color: #FFE857;
  background: url("../img/rank_icon.svg") center bottom 0.125rem no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: block;
  text-align: center;
}
.ranking_box .title_head .rank_no span {
  display: block;
  line-height: 1;
}
.ranking_box .title_head .rank_no .rank {
  font-size: 1.25rem;
}
.ranking_box .title_head .rank_no .no {
  margin-top: 0.25rem;
  font-size: 3.1875rem;
}
.ranking_box .title_head a {
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ranking_box .title_head a:hover {
  opacity: 0.8;
}
.ranking_box .title_head a span {
  line-height: 1.45;
  display: block;
}
.ranking_box .title_head a .name_title {
  font-size: 1.5rem;
}
.ranking_box .title_head a .name_copy {
  font-size: 1.25rem;
}
.ranking_box .title_foot {
  width: 15.25rem;
  margin-inline: 2.8125rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.ranking_box .title_foot a {
  height: 3rem;
  color: #16A192;
  background: #ffffff;
  padding-right: 0.9375rem;
  padding-bottom: 0.125rem;
}
.ranking_box .title_foot a::before {
  width: 0.4375rem;
  height: 0.875rem;
  margin-top: -0.4375rem;
  background-image: url(../img/i_arw02.svg);
}
.ranking_box .title_foot a span {
  font-size: 1.125rem;
}
.ranking_box_in {
  max-width: 60rem;
  padding: 1.75rem 1.25rem 3.5rem;
  margin-left: auto;
  margin-right: auto;
}
.ranking_box_in .box_copy {
  margin-bottom: 1.75rem;
  padding-left: 4rem;
  background: url("../img/i_pr.svg") 0 0 no-repeat;
  background-size: 2.75rem auto;
  min-height: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ranking_box_in .info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ranking_box_in .main_bn {
  width: 58.6956521739%;
}
.ranking_box_in .rank_result {
  width: 36.9565217391%;
  margin-top: -0.125em;
}
.ranking_box_in .rank_result_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 2px solid #000000;
}
.ranking_box_in .rank_result_dl dt {
  margin-right: 1.25rem;
}
.ranking_box_in .rank_result_dl dd b {
  color: #16A192;
  font-size: 2rem;
}
.ranking_box_in .rank_result_dl dd span {
  font-size: 1.5rem;
}
.ranking_box_in .rank_result_detail_dl_in {
  margin-top: 1rem;
  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;
  line-height: 1;
}
.ranking_box_in .rank_result_detail_dl dt {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: hidden;
  position: relative;
}
.ranking_box_in .rank_result_detail_dl dt span {
  padding-right: 0.625rem;
  background: #e7f7f0;
  position: relative;
}
.ranking_box_in .rank_result_detail_dl dt::before {
  width: calc(100% - 0.625rem);
  border-bottom: 1px dashed #707070;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
}
.ranking_box_in .btn_official {
  width: 41.25rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 1px rgba(141, 70, 0, 0.16);
          box-shadow: 0 0.1875rem 1px rgba(141, 70, 0, 0.16);
}
.ranking_box_in .btn_official::before {
  width: 0.625rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  right: 2rem;
}
.ranking_box_in .btn_official span {
  font-size: 1.5rem;
}
.ranking_box_in .btn_official b {
  width: 5rem;
  height: 2.25rem;
  margin-left: 0.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  border-radius: 5rem;
  color: #f27031;
  background: #FFFFFF;
}
.ranking_box .pass_record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: bold;
  background: #FFFFFF;
  padding: 1.4375rem 2rem;
  margin-top: 1.4375rem;
  border-radius: 0.5rem;
}
.ranking_box .pass_record dt {
  color: #16A192;
  margin-right: 1.25rem;
}
.ranking_box .pass_record dt::before {
  content: "＜";
}
.ranking_box .pass_record dt::after {
  content: "＞";
}
.ranking_box .catch_copy {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.ranking_box .catch_copy span {
  color: #f27031;
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 2rem 0.125rem;
  position: relative;
}
.ranking_box .catch_copy span::before, .ranking_box .catch_copy span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/i_slash02.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
}
.ranking_box .catch_copy span::before {
  left: 0;
}
.ranking_box .catch_copy span::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.ranking_tab_wrap {
  margin-top: 2rem;
}
.ranking_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ranking_tab_list li {
  width: 20%;
}
.ranking_tab_list li a {
  height: 3.5rem;
  color: #ffffff;
  background: #B1B1B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s, padding-bottom 0.3s;
  transition: background-color 0.3s, padding-bottom 0.3s;
  position: relative;
}
.ranking_tab_list li a::before {
  content: "";
  position: absolute;
  background: url("../img/i_arw_btm.svg") center center no-repeat;
  background-size: contain;
  width: 0.875rem;
  height: 0.4375rem;
  display: block;
  left: 50%;
  margin-left: -0.375rem;
  bottom: 0.5rem;
  opacity: 0;
}
.ranking_tab_list li.active a, .ranking_tab_list li a:hover {
  background: #16A192;
}
.ranking_tab_list li.active a {
  padding-bottom: 0.5rem;
}
.ranking_tab_list li.active a::before {
  opacity: 1;
}
.ranking_tab_block {
  background: #ffffff;
  padding: 2rem;
  border: solid #16A192;
  border-width: 0 1px 1px;
}
.ranking_tab_box {
  font-size: 1rem;
  line-height: 1.8;
}
.ranking_tab_box.course table {
  text-align: center;
  font-size: 0.875rem;
}
.ranking_tab_box.course th, .ranking_tab_box.course td {
  height: 3.125rem;
  border-color: #B49D90;
}
.ranking_tab_box.course thead {
  color: #16A192;
  background: #e7f7f0;
  font-size: 1rem;
  border-bottom: none;
}
.ranking_tab_box.course thead th, .ranking_tab_box.course thead td {
  font-weight: 500;
  height: 2.5rem;
  padding: 0;
  border-color: #B49D90;
}
.ranking_tab_box .text_title {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  background: url("../img/i_check02.svg") 0 0.125rem no-repeat;
  background-size: 1.75rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.875rem;
  color: #16A192;
  border-bottom: 2px solid #16A192;
}
.ranking_tab_box .text_title.review_title {
  background-image: url(../img/i_review.svg);
  margin-bottom: 1.25rem;
}
.ranking_tab_box .review_text {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 4.5rem;
}
.ranking_tab_box .review_text + .review_text {
  margin-top: 1.5rem;
}
.ranking_tab_box .review_text::after {
  content: "";
  height: 0;
  clear: both;
}
.ranking_tab_box .review_text figure {
  width: 4.5rem;
  float: left;
  margin-right: 1rem;
}
.ranking_tab_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}
.ranking_tab_text_box {
  width: calc(50% - 1.25rem);
  max-width: 25rem;
}
.ranking_tab_text_box ul {
  letter-spacing: 0;
}
.ranking_tab_text_box ul li + li {
  margin-top: 0.75rem;
}
.ranking_tab_text_box p {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.ranking_tab_text_box p + p {
  margin-top: 0.75rem;
}

.link_official_wrap {
  margin-top: 3rem;
}

.ranking_point {
  margin-top: 3.5rem;
}
.ranking_point_title {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  height: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 3.5rem;
  position: relative;
  background: url("../img/i_point.svg") 0 0 no-repeat;
  background-size: 2.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ranking_point .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ranking_point_dl {
  width: 17.25rem;
}
.ranking_point_dl dt .no {
  color: #16A192;
  text-align: center;
  border-radius: 0.5rem;
  background: #FFE857;
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.ranking_point_dl dt .no span {
  font-size: 1.125rem;
}
.ranking_point_dl dt .tx {
  display: block;
  text-align: center;
  margin: 0.75rem 0 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: bold;
  color: #16A192;
}
.ranking_point_dl dd {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media (max-width: 749.9px) {
  .ranking_wrap {
    margin-top: 0;
    padding: 2rem 0 2.25rem;
    border-radius: 0;
  }
  .ranking_wrap.search {
    margin-top: 0;
  }
  .ranking_wrap .title_wrap .title_sub {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
  .ranking_wrap .title_wrap .title span {
    display: block;
  }
  .ranking_wrap .title_wrap::before {
    width: 4.6875rem;
    height: 4.4375rem;
    right: 1.125rem;
    top: 0.625rem;
  }
  .ranking_list_wrap {
    margin-top: 1.75rem;
  }
  .ranking_box {
    border-radius: 0.5rem;
  }
  .ranking_box + .ranking_box {
    margin-top: 1.875rem;
  }
  .ranking_box .title {
    min-height: 7.125rem;
    padding: 1rem 0 0.875rem;
  }
  .ranking_box .title_head {
    padding-left: 0;
    padding-right: 0;
  }
  .ranking_box .title_head .rank_no {
    width: 3.875rem;
    top: 0;
    left: 1rem;
  }
  .ranking_box .title_head .rank_no .rank {
    font-size: 0.75rem;
  }
  .ranking_box .title_head .rank_no .no {
    font-size: 2rem;
  }
  .ranking_box .title_head a .name_title {
    min-height: 3.5rem;
    padding-left: 5.625rem;
    padding-right: 7.25rem;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ranking_box .title_head a .name_copy {
    font-size: 0.9375rem;
    padding: 0.25rem 1em 0;
  }
  .ranking_box .title_foot {
    width: 5.5rem;
    margin-inline: 0;
    position: absolute;
    top: 1.75rem;
    right: 1rem;
  }
  .ranking_box .title_foot a {
    height: 1.75rem;
    padding-right: 0.3125rem;
    padding-bottom: 0;
  }
  .ranking_box .title_foot a::before {
    width: 0.25rem;
    height: 0.4375rem;
    margin-top: -0.1875rem;
    right: 0.625rem;
  }
  .ranking_box .title_foot a span {
    font-size: 0.6875rem;
  }
  .ranking_box_in {
    padding: 1.125rem 1.25rem 2.5rem;
  }
  .ranking_box_in .box_copy {
    margin-bottom: 0.75rem;
    padding-left: 2.5rem;
    background: url("../img/i_pr.svg") 0 0.25rem no-repeat;
    background-size: 1.625rem auto;
    min-height: 2.75rem;
    font-size: 1rem;
  }
  .ranking_box_in .info_wrap {
    display: block;
  }
  .ranking_box_in .main_bn {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .ranking_box_in .rank_result {
    width: 100%;
  }
  .ranking_box_in .rank_result_dl {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
  }
  .ranking_box_in .rank_result_dl dt {
    margin-right: 0.5rem;
  }
  .ranking_box_in .rank_result_dl dd b {
    color: #16A192;
    font-size: 1.625rem;
  }
  .ranking_box_in .rank_result_dl dd span {
    font-size: 1.25rem;
  }
  .ranking_box_in .rank_result_detail_dl_in {
    margin-top: 0.75rem;
  }
  .ranking_box_in .rank_result_detail_dl dt span {
    padding-right: 0.625rem;
  }
  .ranking_box_in .btn_official {
    width: 100%;
    height: 3.75rem;
  }
  .ranking_box_in .btn_official::before {
    width: 0.4375rem;
    height: 0.875rem;
    margin-top: -0.4375rem;
    right: 1.375rem;
  }
  .ranking_box_in .btn_official span {
    font-size: 1.125rem;
  }
  .ranking_box_in .btn_official b {
    width: 3.5rem;
    height: 1.625rem;
    font-size: 1rem;
    padding-top: 0.0625rem;
    margin-left: 0.375rem;
  }
  .ranking_box .pass_record {
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem 1rem;
    margin-top: 1.25rem;
    border-radius: 0.25rem;
    letter-spacing: 0;
  }
  .ranking_box .pass_record dt {
    width: 100%;
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem;
    margin-right: 0;
  }
  .ranking_box .pass_record dd {
    line-height: 1.6;
  }
  .ranking_box .catch_copy {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    padding-inline: 0.625rem;
  }
  .ranking_box .catch_copy span {
    line-height: 1.4;
    font-size: 0.9375rem;
    padding: 0 1.125rem 0.125rem;
  }
  .ranking_box .catch_copy span::before, .ranking_box .catch_copy span::after {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
  }
  .ranking_tab_wrap {
    margin-top: 1.5rem;
  }
  .ranking_tab_list li {
    width: 50%;
  }
  .ranking_tab_list li:nth-child(2), .ranking_tab_list li:nth-child(n+4) {
    border-left: 1px solid #fff;
  }
  .ranking_tab_list li:nth-child(n+3) {
    width: 33.333%;
    border-top: 1px solid #fff;
  }
  .ranking_tab_list li a {
    font-size: 0.6875rem;
    font-weight: bold;
    height: 2.75rem;
  }
  .ranking_tab_list li a::before {
    width: 0.625rem;
    height: 0.3125rem;
    margin-left: -0.3125rem;
  }
  .ranking_tab_list li.active a {
    padding-bottom: 0.375rem;
  }
  .ranking_tab_block {
    padding: 1.5rem 1.25rem;
    border-width: 0;
  }
  .ranking_tab_box {
    font-size: 0.875rem;
  }
  .ranking_tab_box.course table {
    text-align: center;
    font-size: 0.75rem;
    border-bottom: 1px solid #B49D90;
  }
  .ranking_tab_box.course th, .ranking_tab_box.course td {
    height: auto;
    padding: 0.4375rem 1rem;
    border-color: #B49D90;
    display: block;
    border-bottom: none;
  }
  .ranking_tab_box.course th:first-child, .ranking_tab_box.course td:first-child {
    color: #16A192;
    background: #e7f7f0;
    padding-block: 0.3125rem;
  }
  .ranking_tab_box.course thead {
    display: none;
  }
  .ranking_tab_box .text_title {
    padding-left: 2rem;
    font-size: 0.9375rem;
    background-position: 0 0.1875rem;
    background-size: 1.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0.625rem;
  }
  .ranking_tab_box .text_title.review_title {
    margin-bottom: 1.25rem;
    background-position: 0 0.3125rem;
  }
  .ranking_tab_box .review_text {
    min-height: 3.75rem;
  }
  .ranking_tab_box .review_text + .review_text {
    margin-top: 1.5rem;
  }
  .ranking_tab_box .review_text figure {
    width: 3.75rem;
    margin-right: 0.5rem;
  }
  .ranking_tab_text_box {
    width: 100%;
  }
  .ranking_tab_text_box + * {
    margin-top: 1.5rem;
  }
  .ranking_tab_text_box ul li {
    line-height: 1.5;
  }
  .ranking_tab_text_box ul li + li {
    margin-top: 0.5rem;
  }
  .ranking_tab_text_box p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .ranking_tab_text_box p + p {
    margin-top: 0.625rem;
  }
  .link_official_wrap {
    margin-top: 1.75rem;
  }
  .ranking_point {
    margin-top: 2rem;
  }
  .ranking_point_title {
    font-size: 1rem;
    height: 2rem;
    margin-bottom: 1.25rem;
    padding-left: 2.75rem;
    background-size: 2rem auto;
  }
  .ranking_point .point_wrap {
    display: block;
  }
  .ranking_point_dl {
    width: 100%;
  }
  .ranking_point_dl + .ranking_point_dl {
    margin-top: 1.25rem;
  }
  .ranking_point_dl dt .no {
    font-size: 0.875rem;
  }
  .ranking_point_dl dt .no span {
    font-size: 1rem;
  }
  .ranking_point_dl dt .tx {
    margin: 0.625rem 0 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .ranking_point_dl dd {
    font-size: 0.875rem;
  }
}
.compare_wrap {
  padding: 5.25rem 0 4.375rem;
  background: #FAFAFA;
  position: relative;
  z-index: 5;
}
.compare_wrap .title_wrap .title::before {
  content: "";
  width: 8.9375rem;
  height: 11.4375rem;
  position: absolute;
  bottom: 0;
  right: 1.125rem;
  display: block;
  background: url(../img/illust02.svg) no-repeat;
  background-size: contain;
}

.compare_cat01 .achievements {
  display: none !important;
}

.compare_block {
  margin-top: 2.25rem;
  width: 100%;
  overflow: auto;
  background: #ffffff;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #BAA498;
  cursor: -webkit-grab;
  cursor: grab;
}

.compare_scr {
  padding-left: 11.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 750px) {
  .compare_scr {
    overflow-x: auto;
  }
}
.compare_box:not(:first-child) {
  min-width: 18.75rem;
  width: calc(100% - 11.5rem);
}
.compare_box:not(:nth-last-child(1)) {
  border-right: 1px solid #D9D9D9;
}
.compare_box > * {
  min-height: 3.4375rem;
  padding: 1rem 1.75rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.compare_box > *:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.compare_box p {
  letter-spacing: 0;
}
.compare_box:first-child {
  background: #e7f7f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.compare_box:first-child > * {
  width: 11.5rem;
  position: relative;
}
.compare_box:first-child > *::before {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  padding-left: 1.375rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "スクール";
  color: #16A192;
  background: #e7f7f0;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
}
.compare_box:first-child > *:nth-child(2)::before {
  content: "特徴";
}
.compare_box:first-child > *:nth-child(3)::before {
  content: "合格実績";
}
.compare_box:first-child > *:nth-child(4)::before {
  content: "受講料金";
}
.compare_box:first-child > *:nth-child(5)::before {
  content: "受講期間";
}
.compare_box:first-child > *:nth-child(6)::before {
  content: "サポート体制";
}
.compare_box:first-child > *:nth-child(7)::before {
  content: "講師・講義の特徴";
}
.compare_box:first-child > *:nth-child(8)::before {
  content: "初心者の学びやすさ";
}
.compare_box:first-child > *:nth-child(9)::before {
  content: "通学コース有無";
}
.compare_box:first-child > *:nth-child(10)::before {
  content: "資料請求はコチラから";
}
.compare_box .service {
  padding: 0 0 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare_box .service .heading {
  width: 100%;
  height: 2.5rem;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #16A192;
  font-weight: bold;
}
.compare_box .service a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.compare_box .service a:hover {
  opacity: 0.7;
}
.compare_box .service .thumb {
  display: block;
  margin-bottom: 0.625rem;
}
.compare_box .service .thumb img {
  width: 9.625rem;
  height: auto;
}
.compare_box .service .more {
  font-weight: bold;
  padding-right: 1.125rem;
  color: #16A192;
  position: relative;
}
.compare_box .service .more::after {
  content: "";
  width: 0.4375rem;
  height: 0.75rem;
  background: url(../img/i_arw02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.3125rem;
  right: 0;
  display: block;
}
.compare_box .service img {
  max-width: none;
  width: auto;
  height: 4rem;
}
.compare_box p, .compare_box li {
  font-size: 0.8125rem;
}
.compare_box .schedule {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.compare_box .support li {
  padding-left: 1em;
  position: relative;
}
.compare_box .support li::before {
  width: 1em;
  text-align: center;
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #16A192;
}
.compare_box .plan,
.compare_box .schedule,
.compare_box .coming {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare_box .official {
  padding-top: 1.125rem;
  padding-bottom: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.compare_box .official a {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
}
.compare_box .official a::before {
  width: 0.4375rem;
  height: 0.875rem;
  margin-top: -0.375rem;
}
.compare_box .official a span {
  font-size: 1rem;
  margin-right: 0.5rem;
}

@media (max-width: 749.9px) {
  .compare_wrap {
    padding: 1.75rem 0 2.5rem;
  }
  .compare_wrap .title_wrap .title::before {
    width: 4.8125rem;
    height: 6.125rem;
    bottom: 2.5rem;
    right: 0;
  }
  .compare_wrap .title_wrap .title span {
    display: block;
  }
  .compare_wrap .title_wrap .title_sub {
    position: relative;
    top: -0.25em;
    margin-right: -0.5em;
    padding-bottom: 0.25em;
    font-size: 0.875rem;
  }
  .compare_block {
    margin-top: 1.5rem;
    width: calc(100% + 1.25rem);
    margin-right: -1.25rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .compare_scr {
    padding-left: 7.5rem;
    overflow-x: auto;
  }
  .compare_box:not(:first-child) {
    min-width: 17.75rem;
    width: calc(100% - 7.5rem);
  }
  .compare_box > * {
    min-height: 3.125rem;
    padding: 0.75rem 1.25rem;
    line-height: 1.6;
  }
  .compare_box p {
    letter-spacing: 0;
  }
  .compare_box:first-child > * {
    width: 7.5rem;
  }
  .compare_box:first-child > *:nth-child(6)::before {
    content: "サポート\a体制";
  }
  .compare_box:first-child > *:nth-child(7)::before {
    content: "講師・講義の\a特徴";
  }
  .compare_box:first-child > *:nth-child(8)::before {
    content: "初心者の\a学びやすさ";
  }
  .compare_box:first-child > *:nth-child(9)::before {
    content: "通学コース\a有無";
  }
  .compare_box:first-child > *:nth-child(10)::before {
    content: "資料請求は\aコチラから";
  }
  .compare_box .service {
    padding: 0 0 0.9375rem;
  }
  .compare_box .service .heading {
    height: 2rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .compare_box .service .thumb img {
    width: 7.25rem;
  }
  .compare_box p, .compare_box li {
    font-size: 0.75rem;
  }
  .compare_box .official {
    padding-top: 1.125rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .compare_box .official a {
    height: 3rem;
  }
  .compare_box .official a span {
    font-size: 0.9375rem;
  }
}
.outline_wrap {
  padding: 7rem 0 2.75rem;
}
.outline_wrap .title_wrap {
  margin-bottom: 2.5rem;
}
.outline_wrap .title_wrap .title > span {
  position: relative;
}
.outline_wrap .title_wrap .title > span::before {
  content: "";
  width: 10rem;
  height: 9.625rem;
  background: url("../img/illust03.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -2.875rem;
  left: calc(100% + 4rem);
}
.outline_wrap .outline_box_wrap {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.outline_wrap .outline_box_wrap + .outline_box_wrap {
  margin-top: 1.75rem;
}
.outline_wrap .outline_box_title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding: 0.75rem 1em;
  color: #ffffff;
  background: #16A192;
  text-align: center;
}
.outline_wrap .outline_box_title span {
  padding: 0 2rem;
  position: relative;
}
.outline_wrap .outline_box_title span::before, .outline_wrap .outline_box_title span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/i_slash.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
}
.outline_wrap .outline_box_title span::before {
  left: 0;
}
.outline_wrap .outline_box_title span::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.outline_wrap .outline_box {
  background: #F8F8F8;
  padding: 2.25rem;
}
.outline_wrap .outline_box p {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75em;
}
.outline_wrap .outline_box .box_dl {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #B49D90;
  border-width: 1px 0 0 1px;
}
.outline_wrap .outline_box .box_dl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #B49D90;
}
.outline_wrap .outline_box .box_dl dt, .outline_wrap .outline_box .box_dl dd {
  line-height: 1.4285714286;
  padding: 0.875rem 1.875rem;
  border-right: 1px solid #B49D90;
}
.outline_wrap .outline_box .box_dl dt {
  width: 17.875rem;
  background: #e7f7f0;
}
.outline_wrap .outline_box .box_dl dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 749.9px) {
  .outline_wrap {
    padding: 2.5rem 0 2.75rem;
  }
  .outline_wrap .title_wrap {
    margin-bottom: 1.25rem;
  }
  .outline_wrap .title_wrap .title > span {
    position: relative;
  }
  .outline_wrap .title_wrap .title > span span {
    display: block;
  }
  .outline_wrap .title_wrap .title > span::before {
    content: "";
    width: 6.25rem;
    height: 5.9375rem;
    background-size: contain;
    position: absolute;
    top: -0.75rem;
    left: calc(100% + 0.875rem);
  }
  .outline_wrap .outline_box_wrap + .outline_box_wrap {
    margin-top: 1.5rem;
  }
  .outline_wrap .outline_box_title {
    line-height: 1.4;
    padding: 0.75rem 1.875rem 0.625rem;
    text-align: left;
    font-size: 0.9375rem;
  }
  .outline_wrap .outline_box_title span {
    padding: 0 2rem;
    position: relative;
  }
  .outline_wrap .outline_box_title span::before, .outline_wrap .outline_box_title span::after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/i_slash.svg") center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.625rem;
  }
  .outline_wrap .outline_box_title span::before {
    left: 0;
  }
  .outline_wrap .outline_box_title span::after {
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .outline_wrap .outline_box {
    padding: 1.375rem 1.25rem;
  }
  .outline_wrap .outline_box .box_dl {
    border: 1px solid #B49D90;
    border-width: 1px 0 0 1px;
  }
  .outline_wrap .outline_box .box_dl_in {
    display: block;
  }
  .outline_wrap .outline_box .box_dl dt, .outline_wrap .outline_box .box_dl dd {
    width: 100%;
    letter-spacing: 0;
  }
  .outline_wrap .outline_box .box_dl dt {
    padding: 0.625rem 1.875rem;
    font-size: 0.875rem;
    text-align: center;
  }
  .outline_wrap .outline_box .box_dl dd {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.choice_wrap {
  padding: 5.25rem 0 10.5rem;
  background: #e7f7f0;
}
.choice_wrap .title_wrap::before {
  width: 14.875rem;
  height: 10.5625rem;
  background-image: url("../img/illust04.svg");
  top: 3.125rem;
  right: 0;
}
.choice_wrap .choice_dl {
  margin-top: 3rem;
  counter-reset: number 0;
}
.choice_wrap .choice_dl_in {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
}
.choice_wrap .choice_dl_in + .choice_dl_in {
  margin-top: 1.125rem;
}
.choice_wrap .choice_dl_in > dt, .choice_wrap .choice_dl_in > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 3rem;
  padding-right: 3.75rem;
  position: relative;
}
.choice_wrap .choice_dl_in > dt::before, .choice_wrap .choice_dl_in > dd::before {
  font-size: 1.375rem;
  margin-right: 1.125rem;
}
.choice_wrap .choice_dl_in > dt {
  padding-block: 0.9375rem 0.75rem;
  font-size: 1.125rem;
  color: #000000;
  font-weight: bold;
  background: #FFE857;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.choice_wrap .choice_dl_in > dt > span {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.choice_wrap .choice_dl_in > dt > span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  background: url("../img/i_arw_brm02.svg") center center no-repeat;
  background-size: 1rem auto;
  margin-top: -0.25rem;
  top: 50%;
  right: 2.25rem;
}
.choice_wrap .choice_dl_in > dt.active > span::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.choice_wrap .choice_dl_in > dt:hover > span {
  opacity: 0.7;
}
.choice_wrap .choice_dl_in > dt::before {
  font-size: 1rem;
  min-height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.25rem;
  border-right: 2px solid #16A192;
  counter-increment: number 1;
  content: "CASE " counter(number);
  color: #16A192;
}
.choice_wrap .choice_dl_in > dd {
  display: none;
  padding-block: 1.625rem 2.5rem;
  background: #ffffff;
}
.choice_wrap .choice_dl_in > dd p {
  font-size: 0.9375rem;
}
.choice_wrap .in_wrap {
  width: 100%;
}
.choice_wrap .choice_list_title {
  min-height: 2.5rem;
  margin-block: 1.875rem 0.625rem;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 3.375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choice_wrap .choice_list_title::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/i_choice.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.choice_wrap .choice_dl_list {
  margin-top: 0.625rem;
  border: 1px solid #B49D90;
  border-width: 1px 0 0 1px;
}
.choice_wrap .choice_dl_list_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #B49D90;
}
.choice_wrap .choice_dl_list dt, .choice_wrap .choice_dl_list dd {
  line-height: 1.4285714286;
  padding: 0.875rem 1.875rem;
  border-right: 1px solid #B49D90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choice_wrap .choice_dl_list dt {
  width: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choice_wrap .choice_dl_list dt img {
  width: 6.75rem;
}
.choice_wrap .choice_dl_list dd {
  padding: 1rem 1.125rem;
}
.choice_wrap .choice_dl_list dd:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 1rem 1.75rem;
}
.choice_wrap .choice_dl_list dd li {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
.choice_wrap .choice_dl_list dd li::before {
  background-position: 1px -1px !important;
}
.choice_wrap .choice_dl_list dd a {
  width: 12rem;
  height: 3rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.125rem;
}

@media (max-width: 749.9px) {
  .choice_wrap {
    padding: 2.25rem 0 2.5rem;
  }
  .choice_wrap .title_wrap::before {
    width: 6.25rem;
    height: 4.5rem;
    top: -2.875rem;
  }
  .choice_wrap .choice_dl {
    margin-top: 2rem;
  }
  .choice_wrap .choice_dl_in {
    overflow: hidden;
    position: relative;
    border-radius: 0.5rem;
  }
  .choice_wrap .choice_dl_in + .choice_dl_in {
    margin-top: 1.125rem;
  }
  .choice_wrap .choice_dl_in > dt, .choice_wrap .choice_dl_in > dd {
    padding-left: 1.5rem;
    padding-right: 1.25rem;
  }
  .choice_wrap .choice_dl_in > dt::before, .choice_wrap .choice_dl_in > dd::before {
    font-size: 1.375rem;
    margin-right: 1.125rem;
  }
  .choice_wrap .choice_dl_in > dt {
    padding-block: 0.8125rem 0.6875rem;
    font-size: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .choice_wrap .choice_dl_in > dt > span {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .choice_wrap .choice_dl_in > dt > span::after {
    width: 0.75rem;
    height: 0.375rem;
    background-size: 100% auto;
    margin-top: -0.1875rem;
    right: 1.375rem;
  }
  .choice_wrap .choice_dl_in > dt::before {
    width: 100%;
    display: block;
    font-size: 1rem;
    min-height: auto;
    border-right: none;
    line-height: 1.2;
  }
  .choice_wrap .choice_dl_in > dd {
    padding-block: 1.5rem;
  }
  .choice_wrap .choice_dl_in > dd p {
    font-size: 0.9375rem;
  }
  .choice_wrap .choice_list_title {
    min-height: 1.625rem;
    margin-block: 1.75rem 0.875rem;
    font-size: 0.9375rem;
    padding-left: 2.25rem;
  }
  .choice_wrap .choice_list_title::before {
    width: 1.625rem;
    height: 1.625rem;
  }
  .choice_wrap .choice_dl_list {
    margin-top: 0.625rem;
    border-width: 1px 1px 0 1px;
  }
  .choice_wrap .choice_dl_list_in {
    display: block;
    border-bottom: 1px solid #B49D90;
  }
  .choice_wrap .choice_dl_list dt, .choice_wrap .choice_dl_list dd {
    width: 100%;
    line-height: 1.4285714286;
    padding: 0.875rem 1.875rem;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .choice_wrap .choice_dl_list dt {
    width: 100%;
    padding-bottom: 0;
  }
  .choice_wrap .choice_dl_list dd {
    padding: 0 1.125rem 1.4375rem;
  }
  .choice_wrap .choice_dl_list dd:nth-child(2) {
    padding: 0.875rem 1.5rem;
  }
  .choice_wrap .choice_dl_list dd li {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    word-break: break-all;
  }
  .choice_wrap .choice_dl_list dd a {
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.question_wrap {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5.25rem;
  padding: 4.5rem 0 0;
  border-radius: 0.5rem;
  background: #ffffff;
  position: relative;
  z-index: 5;
}
.question_wrap .title_wrap .title span {
  position: relative;
}
.question_wrap .title_wrap .title span::before {
  width: 9.375rem;
  height: 8rem;
  background: url("../img/illust05.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.0625rem;
  left: calc(100% + 3.5rem);
  content: "";
}
.question_wrap .question_dl {
  margin-top: 3.5rem;
}
.question_wrap .question_dl_in {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
}
.question_wrap .question_dl_in + .question_dl_in {
  margin-top: 1.125rem;
}
.question_wrap .question_dl dt, .question_wrap .question_dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 3rem;
  padding-right: 3.75rem;
  position: relative;
}
.question_wrap .question_dl dt::before, .question_wrap .question_dl dd::before {
  font-size: 1.375rem;
  margin-right: 1.125rem;
}
.question_wrap .question_dl dt {
  padding-block: 0.9375rem 0.75rem;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: bold;
  background: #16A192;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.question_wrap .question_dl dt > span {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.question_wrap .question_dl dt > span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  background: url("../img/i_arw_btm.svg") center center no-repeat;
  background-size: 1rem auto;
  margin-top: -0.25rem;
  top: 50%;
  right: 2.25rem;
}
.question_wrap .question_dl dt.active > span::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.question_wrap .question_dl dt:hover > span {
  opacity: 0.7;
}
.question_wrap .question_dl dt::before {
  content: "Q.";
}
.question_wrap .question_dl dd {
  padding-block: 1.625rem 2.5rem;
  background: #f8f8f8;
}
.question_wrap .question_dl dd::before {
  font-weight: bold;
  content: "A.";
}
.question_wrap .question_dl dd p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.9375rem;
}

@media (max-width: 749.9px) {
  .question_wrap {
    margin-top: 0;
    padding: 2.25rem 0 0;
    border-radius: 0;
    background: #ffffff;
    position: relative;
    z-index: 5;
  }
  .question_wrap .title_wrap .title span::before {
    width: 4.875rem;
    height: 4.1875rem;
    position: absolute;
    top: -0.125rem;
    left: calc(100% + 2.5rem);
  }
  .question_wrap .question_dl {
    margin-top: 1.5rem;
  }
  .question_wrap .question_dl_in + .question_dl_in {
    margin-top: 0.75rem;
  }
  .question_wrap .question_dl dt, .question_wrap .question_dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 1.125rem;
    padding-right: 1.5rem;
  }
  .question_wrap .question_dl dt::before, .question_wrap .question_dl dd::before {
    font-size: 1.125rem;
    margin-right: 0.625rem;
  }
  .question_wrap .question_dl dt {
    padding-block: 0.9375rem 0.75rem;
    padding-right: 3rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    padding-bottom: 1rem;
  }
  .question_wrap .question_dl dt > span::after {
    width: 0.75rem;
    height: 0.375rem;
    background-size: 0.75rem auto;
    margin-top: -0.1875rem;
    right: 1.25rem;
  }
  .question_wrap .question_dl dd {
    padding-block: 1.125rem 1.5rem;
  }
  .question_wrap .question_dl dd p {
    font-size: 0.875rem;
  }
}
.content_tab_wrap {
  @charset "utf-8";
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5.25rem;
  padding-top: 4rem;
  background: #ffffff;
  border-radius: 0.5rem;
  position: relative;
}
.content_tab_wrap .title_wrap {
  position: relative;
}
.content_tab_wrap .title_wrap::before {
  content: "";
  background: center center no-repeat;
  background-size: contain;
  position: absolute;
}
.content_tab_wrap .title_wrap > span {
  display: block;
  line-height: 1.4;
}
.content_tab_wrap .title_wrap > span span {
  display: inline-block;
}
.content_tab_wrap .title_wrap .title {
  font-size: 2rem;
}
.content_tab_wrap .title_wrap .title_sub {
  font-size: 1.25rem;
  font-weight: bold;
  color: #16A192;
}
.content_tab_wrap .title_wrap .title_sub.bdr {
  display: inline-block;
  border-bottom: 2px solid #16A192;
}
.content_tab_wrap .title_wrap .title_sub + .title {
  margin-top: 0.4375rem;
}
.content_tab_wrap .title_wrap + p {
  margin-top: 1.75rem;
  letter-spacing: 0;
}
@media (max-width: 749.9px) {
  .content_tab_wrap .main_column {
    width: 100%;
    overflow: hidden;
  }
  .content_tab_wrap .title_wrap {
    padding-inline: 0.3125rem;
  }
  .content_tab_wrap .title_wrap .title {
    font-size: 1.25rem;
  }
  .content_tab_wrap .title_wrap .title_sub {
    font-size: 0.9375rem;
  }
  .content_tab_wrap .title_wrap .title_sub + .title {
    margin-top: 0.4375rem;
  }
  .content_tab_wrap .title_wrap + p {
    margin-top: 1.25rem;
  }
}
.content_tab_wrap .promotion_text {
  font-size: 10px;
  line-height: 1.34;
  margin-top: 0.75em;
  text-align: center;
  letter-spacing: -0.05em;
  color: #777;
  margin-bottom: -1em;
}
.content_tab_wrap .promotion_text::before {
  content: "※";
}
.content_tab_wrap .pickup_wrap {
  padding: 3.75rem 1.25rem 9.75rem;
  background: url("../img/pickup_bg.webp") center center;
  background-size: cover;
  position: relative;
}
.content_tab_wrap .pickup_wrap .title_wrap {
  text-align: center;
}
.content_tab_wrap .pickup_wrap .inbox {
  max-width: 55rem;
}
.content_tab_wrap .pickup_wrap .title_wrap {
  position: relative;
  margin-bottom: 1rem;
}
.content_tab_wrap .pickup_wrap .title_wrap .title > span::before, .content_tab_wrap .pickup_wrap .title_wrap .title > span::after {
  mix-blend-mode: normal;
}
.content_tab_wrap .pickup_wrap .title_wrap .title > span > span {
  position: relative;
}
.content_tab_wrap .pickup_wrap .pickup_list {
  position: relative;
  z-index: 5;
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.content_tab_wrap .pickup_wrap .pickup_list .btn_official {
  width: 15.25rem;
}
.content_tab_wrap .pickup_wrap .pickup_head {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding: 0.75rem 1em;
  color: #ffffff;
  background: #16A192;
  text-align: center;
}
.content_tab_wrap .pickup_wrap .pickup_head span {
  padding: 0 2rem;
  position: relative;
}
.content_tab_wrap .pickup_wrap .pickup_head span::before, .content_tab_wrap .pickup_wrap .pickup_head span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/i_slash.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
}
.content_tab_wrap .pickup_wrap .pickup_head span::before {
  left: 0;
}
.content_tab_wrap .pickup_wrap .pickup_head span::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.content_tab_wrap .pickup_wrap .pickup_box {
  padding: 1.375rem 2.25rem 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_tab_wrap .pickup_wrap .pickup_logo {
  width: 15.375rem;
  height: 7.5625rem;
  margin-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_tab_wrap .pickup_wrap .pickup_logo img {
  width: 10.25rem;
}
.content_tab_wrap .pickup_wrap .pickup_info {
  max-width: 30.25rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.9375rem;
  letter-spacing: 0;
}
.content_tab_wrap .pickup_wrap .pickup_info strong {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #222222;
  display: inline-block;
}
.content_tab_wrap .pickup_wrap .pickup_info > div > *:not(:first-child) {
  margin-top: 1em;
}
.content_tab_wrap .pickup_wrap .btn_official_wrap {
  margin-top: 1.25rem;
}
.content_tab_wrap .point_list ul li,
.content_tab_wrap .ranking_tab_text_box ul li,
.content_tab_wrap .pickup_info ul li {
  padding-left: 1.5rem;
  line-height: 1.4;
  position: relative;
}
.content_tab_wrap .point_list ul li::before,
.content_tab_wrap .ranking_tab_text_box ul li::before,
.content_tab_wrap .pickup_info ul li::before {
  content: "";
  width: 0.8125rem;
  height: 0.6875rem;
  background: url("../img/i_check.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 1px;
}
.content_tab_wrap .point_list ul li + li,
.content_tab_wrap .ranking_tab_text_box ul li + li,
.content_tab_wrap .pickup_info ul li + li {
  margin-top: 0.25rem;
}
@media (max-width: 749.9px) {
  .content_tab_wrap .pickup_wrap {
    padding: 2.5rem 0;
    background: url("../img/pickup_bg_sp.webp") center center;
    background-size: cover;
    position: relative;
  }
  .content_tab_wrap .pickup_wrap .title_wrap {
    margin-bottom: 1.5rem;
  }
  .content_tab_wrap .pickup_wrap .pickup_head {
    line-height: 1.4;
    padding: 0.625rem 2rem;
  }
  .content_tab_wrap .pickup_wrap .pickup_head span {
    font-size: 0.9375rem;
    padding: 0 1.25rem;
    position: relative;
    display: inline-block;
  }
  .content_tab_wrap .pickup_wrap .pickup_head span::before, .content_tab_wrap .pickup_wrap .pickup_head span::after {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
  }
  .content_tab_wrap .pickup_wrap .pickup_box {
    padding: 1.375rem 1.25rem 2.25rem;
  }
  .content_tab_wrap .pickup_wrap .pickup_logo {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0.6875rem;
  }
  .content_tab_wrap .pickup_wrap .pickup_logo img {
    width: 9rem;
  }
  .content_tab_wrap .pickup_wrap .pickup_info {
    width: 100%;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
  .content_tab_wrap .pickup_wrap .pickup_info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content_tab_wrap .pickup_wrap .pickup_info strong {
    font-size: 0.875rem;
  }
  .content_tab_wrap .pickup_wrap .btn_official_wrap {
    margin-top: 1rem;
  }
  .content_tab_wrap .pickup_wrap .btn_official_wrap a {
    margin-left: auto;
    margin-right: auto;
  }
}
.content_tab_wrap .tab_ranking {
  background: #ffffff;
  border-radius: 0.5rem;
}
.content_tab_wrap .ranking_wrap {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 1.25rem 4.5rem;
  position: relative;
  z-index: 5;
}
.content_tab_wrap .ranking_wrap.search {
  margin-top: 0;
}
.content_tab_wrap .ranking_wrap .title_wrap .title_sub {
  font-size: 1.5rem;
  line-height: 1;
}
.content_tab_wrap .ranking_wrap .title_wrap::before {
  width: 7.875rem;
  height: 7.375rem;
  background-image: url("../img/illust01.svg");
  right: 3.25rem;
  top: 0;
}
.content_tab_wrap .ranking_list_wrap {
  margin-top: 4rem;
}
.content_tab_wrap .ranking_box {
  background: #e7f7f0;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.content_tab_wrap .ranking_box + .ranking_box {
  margin-top: 3.75rem;
}
.content_tab_wrap .ranking_box .title {
  background: #16A192;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 7.125rem;
  padding: 1.5rem 0;
}
.content_tab_wrap .ranking_box .title_head {
  padding-left: 10.625rem;
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.content_tab_wrap .ranking_box .title_head .rank_no {
  width: 6.125rem;
  top: -0.5rem;
  left: 2.1875rem;
  color: #FFE857;
  background: url("../img/rank_icon.svg") center bottom 0.125rem no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: block;
  text-align: center;
}
.content_tab_wrap .ranking_box .title_head .rank_no span {
  display: block;
  line-height: 1;
}
.content_tab_wrap .ranking_box .title_head .rank_no .rank {
  font-size: 1.25rem;
}
.content_tab_wrap .ranking_box .title_head .rank_no .no {
  margin-top: 0.25rem;
  font-size: 3.1875rem;
}
.content_tab_wrap .ranking_box .title_head a {
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.content_tab_wrap .ranking_box .title_head a:hover {
  opacity: 0.8;
}
.content_tab_wrap .ranking_box .title_head a span {
  line-height: 1.45;
  display: block;
}
.content_tab_wrap .ranking_box .title_head a .name_title {
  font-size: 1.5rem;
}
.content_tab_wrap .ranking_box .title_head a .name_copy {
  font-size: 1.25rem;
}
.content_tab_wrap .ranking_box .title_foot {
  width: 15.25rem;
  margin-inline: 2.8125rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.content_tab_wrap .ranking_box .title_foot a {
  height: 3rem;
  color: #16A192;
  background: #ffffff;
  padding-right: 0.9375rem;
  padding-bottom: 0.125rem;
}
.content_tab_wrap .ranking_box .title_foot a::before {
  width: 0.4375rem;
  height: 0.875rem;
  margin-top: -0.4375rem;
  background-image: url(../img/i_arw02.svg);
}
.content_tab_wrap .ranking_box .title_foot a span {
  font-size: 1.125rem;
}
.content_tab_wrap .ranking_box_in {
  max-width: 60rem;
  padding: 1.75rem 1.25rem 3.5rem;
  margin-left: auto;
  margin-right: auto;
}
.content_tab_wrap .ranking_box_in .box_copy {
  margin-bottom: 1.75rem;
  padding-left: 4rem;
  background: url("../img/i_pr.svg") 0 0 no-repeat;
  background-size: 2.75rem auto;
  min-height: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_tab_wrap .ranking_box_in .info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_tab_wrap .ranking_box_in .main_bn {
  width: 58.6956521739%;
}
.content_tab_wrap .ranking_box_in .rank_result {
  width: 36.9565217391%;
  margin-top: -0.125em;
}
.content_tab_wrap .ranking_box_in .rank_result_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 2px solid #000000;
}
.content_tab_wrap .ranking_box_in .rank_result_dl dt {
  margin-right: 1.25rem;
}
.content_tab_wrap .ranking_box_in .rank_result_dl dd b {
  color: #16A192;
  font-size: 2rem;
}
.content_tab_wrap .ranking_box_in .rank_result_dl dd span {
  font-size: 1.5rem;
}
.content_tab_wrap .ranking_box_in .rank_result_detail_dl_in {
  margin-top: 1rem;
  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;
  line-height: 1;
}
.content_tab_wrap .ranking_box_in .rank_result_detail_dl dt {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: hidden;
  position: relative;
}
.content_tab_wrap .ranking_box_in .rank_result_detail_dl dt span {
  padding-right: 0.625rem;
  background: #e7f7f0;
  position: relative;
}
.content_tab_wrap .ranking_box_in .rank_result_detail_dl dt::before {
  width: calc(100% - 0.625rem);
  border-bottom: 1px dashed #707070;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
}
.content_tab_wrap .ranking_box_in .btn_official {
  width: 41.25rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 1px rgba(141, 70, 0, 0.16);
          box-shadow: 0 0.1875rem 1px rgba(141, 70, 0, 0.16);
}
.content_tab_wrap .ranking_box_in .btn_official::before {
  width: 0.625rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  right: 2rem;
}
.content_tab_wrap .ranking_box_in .btn_official span {
  font-size: 1.5rem;
}
.content_tab_wrap .ranking_box_in .btn_official b {
  width: 5rem;
  height: 2.25rem;
  margin-left: 0.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  border-radius: 5rem;
  color: #f27031;
  background: #FFFFFF;
}
.content_tab_wrap .ranking_box .pass_record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: bold;
  background: #FFFFFF;
  padding: 1.4375rem 2rem;
  margin-top: 1.4375rem;
  border-radius: 0.5rem;
}
.content_tab_wrap .ranking_box .pass_record dt {
  color: #16A192;
  margin-right: 1.25rem;
}
.content_tab_wrap .ranking_box .pass_record dt::before {
  content: "＜";
}
.content_tab_wrap .ranking_box .pass_record dt::after {
  content: "＞";
}
.content_tab_wrap .ranking_box .catch_copy {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.content_tab_wrap .ranking_box .catch_copy span {
  color: #f27031;
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 2rem 0.125rem;
  position: relative;
}
.content_tab_wrap .ranking_box .catch_copy span::before, .content_tab_wrap .ranking_box .catch_copy span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/i_slash02.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
}
.content_tab_wrap .ranking_box .catch_copy span::before {
  left: 0;
}
.content_tab_wrap .ranking_box .catch_copy span::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.content_tab_wrap .ranking_tab_wrap {
  margin-top: 2rem;
}
.content_tab_wrap .ranking_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_tab_wrap .ranking_tab_list li {
  width: 20%;
}
.content_tab_wrap .ranking_tab_list li a {
  height: 3.5rem;
  color: #ffffff;
  background: #B1B1B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s, padding-bottom 0.3s;
  transition: background-color 0.3s, padding-bottom 0.3s;
  position: relative;
}
.content_tab_wrap .ranking_tab_list li a::before {
  content: "";
  position: absolute;
  background: url("../img/i_arw_btm.svg") center center no-repeat;
  background-size: contain;
  width: 0.875rem;
  height: 0.4375rem;
  display: block;
  left: 50%;
  margin-left: -0.375rem;
  bottom: 0.5rem;
  opacity: 0;
}
.content_tab_wrap .ranking_tab_list li.active a, .content_tab_wrap .ranking_tab_list li a:hover {
  background: #16A192;
}
.content_tab_wrap .ranking_tab_list li.active a {
  padding-bottom: 0.5rem;
}
.content_tab_wrap .ranking_tab_list li.active a::before {
  opacity: 1;
}
.content_tab_wrap .ranking_tab_block {
  background: #ffffff;
  padding: 2rem;
  border: solid #16A192;
  border-width: 0 1px 1px;
}
.content_tab_wrap .ranking_tab_box {
  font-size: 1rem;
  line-height: 1.8;
}
.content_tab_wrap .ranking_tab_box.course table {
  text-align: center;
  font-size: 0.875rem;
}
.content_tab_wrap .ranking_tab_box.course th, .content_tab_wrap .ranking_tab_box.course td {
  height: 3.125rem;
  border-color: #B49D90;
}
.content_tab_wrap .ranking_tab_box.course thead {
  color: #16A192;
  background: #e7f7f0;
  font-size: 1rem;
  border-bottom: none;
}
.content_tab_wrap .ranking_tab_box.course thead th, .content_tab_wrap .ranking_tab_box.course thead td {
  font-weight: 500;
  height: 2.5rem;
  padding: 0;
  border-color: #B49D90;
}
.content_tab_wrap .ranking_tab_box .text_title {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  background: url("../img/i_check02.svg") 0 0.125rem no-repeat;
  background-size: 1.75rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.875rem;
  color: #16A192;
  border-bottom: 2px solid #16A192;
}
.content_tab_wrap .ranking_tab_box .text_title.review_title {
  background-image: url(../img/i_review.svg);
  margin-bottom: 1.25rem;
}
.content_tab_wrap .ranking_tab_box .review_text {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 4.5rem;
}
.content_tab_wrap .ranking_tab_box .review_text + .review_text {
  margin-top: 1.5rem;
}
.content_tab_wrap .ranking_tab_box .review_text::after {
  content: "";
  height: 0;
  clear: both;
}
.content_tab_wrap .ranking_tab_box .review_text figure {
  width: 4.5rem;
  float: left;
  margin-right: 1rem;
}
.content_tab_wrap .ranking_tab_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}
.content_tab_wrap .ranking_tab_text_box {
  width: calc(50% - 1.25rem);
  max-width: 25rem;
}
.content_tab_wrap .ranking_tab_text_box ul {
  letter-spacing: 0;
}
.content_tab_wrap .ranking_tab_text_box ul li + li {
  margin-top: 0.75rem;
}
.content_tab_wrap .ranking_tab_text_box p {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.content_tab_wrap .ranking_tab_text_box p + p {
  margin-top: 0.75rem;
}
.content_tab_wrap .link_official_wrap {
  margin-top: 3rem;
}
.content_tab_wrap .ranking_point {
  margin-top: 3.5rem;
}
.content_tab_wrap .ranking_point_title {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  height: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 3.5rem;
  position: relative;
  background: url("../img/i_point.svg") 0 0 no-repeat;
  background-size: 2.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_tab_wrap .ranking_point .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_tab_wrap .ranking_point_dl {
  width: 17.25rem;
}
.content_tab_wrap .ranking_point_dl dt .no {
  color: #16A192;
  text-align: center;
  border-radius: 0.5rem;
  background: #FFE857;
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.content_tab_wrap .ranking_point_dl dt .no span {
  font-size: 1.125rem;
}
.content_tab_wrap .ranking_point_dl dt .tx {
  display: block;
  text-align: center;
  margin: 0.75rem 0 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: bold;
  color: #16A192;
}
.content_tab_wrap .ranking_point_dl dd {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media (max-width: 749.9px) {
  .content_tab_wrap .ranking_wrap {
    margin-top: 0;
    padding: 2rem 0 2.25rem;
    border-radius: 0;
  }
  .content_tab_wrap .ranking_wrap.search {
    margin-top: 0;
  }
  .content_tab_wrap .ranking_wrap .title_wrap .title_sub {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
  .content_tab_wrap .ranking_wrap .title_wrap .title span {
    display: block;
  }
  .content_tab_wrap .ranking_wrap .title_wrap::before {
    width: 4.6875rem;
    height: 4.4375rem;
    right: 1.125rem;
    top: 0.625rem;
  }
  .content_tab_wrap .ranking_list_wrap {
    margin-top: 1.75rem;
  }
  .content_tab_wrap .ranking_box {
    border-radius: 0.5rem;
  }
  .content_tab_wrap .ranking_box + .ranking_box {
    margin-top: 1.875rem;
  }
  .content_tab_wrap .ranking_box .title {
    min-height: 7.125rem;
    padding: 1rem 0 0.875rem;
  }
  .content_tab_wrap .ranking_box .title_head {
    padding-left: 0;
    padding-right: 0;
  }
  .content_tab_wrap .ranking_box .title_head .rank_no {
    width: 3.875rem;
    top: 0;
    left: 1rem;
  }
  .content_tab_wrap .ranking_box .title_head .rank_no .rank {
    font-size: 0.75rem;
  }
  .content_tab_wrap .ranking_box .title_head .rank_no .no {
    font-size: 2rem;
  }
  .content_tab_wrap .ranking_box .title_head a .name_title {
    min-height: 3.5rem;
    padding-left: 5.625rem;
    padding-right: 7.25rem;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content_tab_wrap .ranking_box .title_head a .name_copy {
    font-size: 0.9375rem;
    padding: 0.25rem 1em 0;
  }
  .content_tab_wrap .ranking_box .title_foot {
    width: 5.5rem;
    margin-inline: 0;
    position: absolute;
    top: 1.75rem;
    right: 1rem;
  }
  .content_tab_wrap .ranking_box .title_foot a {
    height: 1.75rem;
    padding-right: 0.3125rem;
    padding-bottom: 0;
  }
  .content_tab_wrap .ranking_box .title_foot a::before {
    width: 0.25rem;
    height: 0.4375rem;
    margin-top: -0.1875rem;
    right: 0.625rem;
  }
  .content_tab_wrap .ranking_box .title_foot a span {
    font-size: 0.6875rem;
  }
  .content_tab_wrap .ranking_box_in {
    padding: 1.125rem 1.25rem 2.5rem;
  }
  .content_tab_wrap .ranking_box_in .box_copy {
    margin-bottom: 0.75rem;
    padding-left: 2.5rem;
    background: url("../img/i_pr.svg") 0 0.25rem no-repeat;
    background-size: 1.625rem auto;
    min-height: 2.75rem;
    font-size: 1rem;
  }
  .content_tab_wrap .ranking_box_in .info_wrap {
    display: block;
  }
  .content_tab_wrap .ranking_box_in .main_bn {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .content_tab_wrap .ranking_box_in .rank_result {
    width: 100%;
  }
  .content_tab_wrap .ranking_box_in .rank_result_dl {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
  }
  .content_tab_wrap .ranking_box_in .rank_result_dl dt {
    margin-right: 0.5rem;
  }
  .content_tab_wrap .ranking_box_in .rank_result_dl dd b {
    color: #16A192;
    font-size: 1.625rem;
  }
  .content_tab_wrap .ranking_box_in .rank_result_dl dd span {
    font-size: 1.25rem;
  }
  .content_tab_wrap .ranking_box_in .rank_result_detail_dl_in {
    margin-top: 0.75rem;
  }
  .content_tab_wrap .ranking_box_in .rank_result_detail_dl dt span {
    padding-right: 0.625rem;
  }
  .content_tab_wrap .ranking_box_in .btn_official {
    width: 100%;
    height: 3.75rem;
  }
  .content_tab_wrap .ranking_box_in .btn_official::before {
    width: 0.4375rem;
    height: 0.875rem;
    margin-top: -0.4375rem;
    right: 1.375rem;
  }
  .content_tab_wrap .ranking_box_in .btn_official span {
    font-size: 1.125rem;
  }
  .content_tab_wrap .ranking_box_in .btn_official b {
    width: 3.5rem;
    height: 1.625rem;
    font-size: 1rem;
    padding-top: 0.0625rem;
    margin-left: 0.375rem;
  }
  .content_tab_wrap .ranking_box .pass_record {
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem 1rem;
    margin-top: 1.25rem;
    border-radius: 0.25rem;
    letter-spacing: 0;
  }
  .content_tab_wrap .ranking_box .pass_record dt {
    width: 100%;
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem;
    margin-right: 0;
  }
  .content_tab_wrap .ranking_box .pass_record dd {
    line-height: 1.6;
  }
  .content_tab_wrap .ranking_box .catch_copy {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    padding-inline: 0.625rem;
  }
  .content_tab_wrap .ranking_box .catch_copy span {
    line-height: 1.4;
    font-size: 0.9375rem;
    padding: 0 1.125rem 0.125rem;
  }
  .content_tab_wrap .ranking_box .catch_copy span::before, .content_tab_wrap .ranking_box .catch_copy span::after {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
  }
  .content_tab_wrap .ranking_tab_wrap {
    margin-top: 1.5rem;
  }
  .content_tab_wrap .ranking_tab_list li {
    width: 50%;
  }
  .content_tab_wrap .ranking_tab_list li:nth-child(2), .content_tab_wrap .ranking_tab_list li:nth-child(n+4) {
    border-left: 1px solid #fff;
  }
  .content_tab_wrap .ranking_tab_list li:nth-child(n+3) {
    width: 33.333%;
    border-top: 1px solid #fff;
  }
  .content_tab_wrap .ranking_tab_list li a {
    font-size: 0.6875rem;
    font-weight: bold;
    height: 2.75rem;
  }
  .content_tab_wrap .ranking_tab_list li a::before {
    width: 0.625rem;
    height: 0.3125rem;
    margin-left: -0.3125rem;
  }
  .content_tab_wrap .ranking_tab_list li.active a {
    padding-bottom: 0.375rem;
  }
  .content_tab_wrap .ranking_tab_block {
    padding: 1.5rem 1.25rem;
    border-width: 0;
  }
  .content_tab_wrap .ranking_tab_box {
    font-size: 0.875rem;
  }
  .content_tab_wrap .ranking_tab_box.course table {
    text-align: center;
    font-size: 0.75rem;
    border-bottom: 1px solid #B49D90;
  }
  .content_tab_wrap .ranking_tab_box.course th, .content_tab_wrap .ranking_tab_box.course td {
    height: auto;
    padding: 0.4375rem 1rem;
    border-color: #B49D90;
    display: block;
    border-bottom: none;
  }
  .content_tab_wrap .ranking_tab_box.course th:first-child, .content_tab_wrap .ranking_tab_box.course td:first-child {
    color: #16A192;
    background: #e7f7f0;
    padding-block: 0.3125rem;
  }
  .content_tab_wrap .ranking_tab_box.course thead {
    display: none;
  }
  .content_tab_wrap .ranking_tab_box .text_title {
    padding-left: 2rem;
    font-size: 0.9375rem;
    background-position: 0 0.1875rem;
    background-size: 1.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0.625rem;
  }
  .content_tab_wrap .ranking_tab_box .text_title.review_title {
    margin-bottom: 1.25rem;
    background-position: 0 0.3125rem;
  }
  .content_tab_wrap .ranking_tab_box .review_text {
    min-height: 3.75rem;
  }
  .content_tab_wrap .ranking_tab_box .review_text + .review_text {
    margin-top: 1.5rem;
  }
  .content_tab_wrap .ranking_tab_box .review_text figure {
    width: 3.75rem;
    margin-right: 0.5rem;
  }
  .content_tab_wrap .ranking_tab_text_box {
    width: 100%;
  }
  .content_tab_wrap .ranking_tab_text_box + * {
    margin-top: 1.5rem;
  }
  .content_tab_wrap .ranking_tab_text_box ul li {
    line-height: 1.5;
  }
  .content_tab_wrap .ranking_tab_text_box ul li + li {
    margin-top: 0.5rem;
  }
  .content_tab_wrap .ranking_tab_text_box p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .content_tab_wrap .ranking_tab_text_box p + p {
    margin-top: 0.625rem;
  }
  .content_tab_wrap .link_official_wrap {
    margin-top: 1.75rem;
  }
  .content_tab_wrap .ranking_point {
    margin-top: 2rem;
  }
  .content_tab_wrap .ranking_point_title {
    font-size: 1rem;
    height: 2rem;
    margin-bottom: 1.25rem;
    padding-left: 2.75rem;
    background-size: 2rem auto;
  }
  .content_tab_wrap .ranking_point .point_wrap {
    display: block;
  }
  .content_tab_wrap .ranking_point_dl {
    width: 100%;
  }
  .content_tab_wrap .ranking_point_dl + .ranking_point_dl {
    margin-top: 1.25rem;
  }
  .content_tab_wrap .ranking_point_dl dt .no {
    font-size: 0.875rem;
  }
  .content_tab_wrap .ranking_point_dl dt .no span {
    font-size: 1rem;
  }
  .content_tab_wrap .ranking_point_dl dt .tx {
    margin: 0.625rem 0 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .content_tab_wrap .ranking_point_dl dd {
    font-size: 0.875rem;
  }
}
.content_tab_wrap .compare_wrap {
  padding: 5.25rem 0 4.375rem;
  background: #FAFAFA;
  position: relative;
  z-index: 5;
}
.content_tab_wrap .compare_wrap .title_wrap .title::before {
  content: "";
  width: 8.9375rem;
  height: 11.4375rem;
  position: absolute;
  bottom: 0;
  right: 1.125rem;
  display: block;
  background: url(../img/illust02.svg) no-repeat;
  background-size: contain;
}
.content_tab_wrap .compare_block {
  margin-top: 2.25rem;
  width: 100%;
  overflow: auto;
  background: #ffffff;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #BAA498;
  cursor: -webkit-grab;
  cursor: grab;
}
.content_tab_wrap .compare_scr {
  padding-left: 11.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 750px) {
  .content_tab_wrap .compare_scr {
    overflow-x: auto;
  }
}
.content_tab_wrap .compare_box:not(:first-child) {
  min-width: 18.75rem;
  width: calc(100% - 11.5rem);
}
.content_tab_wrap .compare_box:not(:nth-last-child(1)) {
  border-right: 1px solid #D9D9D9;
}
.content_tab_wrap .compare_box > * {
  min-height: 3.4375rem;
  padding: 1rem 1.75rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.content_tab_wrap .compare_box > *:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.content_tab_wrap .compare_box p {
  letter-spacing: 0;
}
.content_tab_wrap .compare_box:first-child {
  background: #e7f7f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.content_tab_wrap .compare_box:first-child > * {
  width: 11.5rem;
  position: relative;
}
.content_tab_wrap .compare_box:first-child > *::before {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  padding-left: 1.375rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "スクール";
  color: #16A192;
  background: #e7f7f0;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
}
.content_tab_wrap .compare_box:first-child > *:nth-child(2)::before {
  content: "特徴";
}
.content_tab_wrap .compare_box:first-child > *:nth-child(3)::before {
  content: "合格実績";
}
.content_tab_wrap .compare_box:first-child > *:nth-child(4)::before {
  content: "受講料金";
}
.content_tab_wrap .compare_box:first-child > *:nth-child(5)::before {
  content: "受講期間";
}
.content_tab_wrap .compare_box:first-child > *:nth-child(6)::before {
  content: "サポート体制";
}
.content_tab_wrap .compare_box:first-child > *:nth-child(7)::before {
  content: "講師・講義の特徴";
}
.content_tab_wrap .compare_box:first-child > *:nth-child(8)::before {
  content: "初心者の学びやすさ";
}
.content_tab_wrap .compare_box:first-child > *:nth-child(9)::before {
  content: "通学コース有無";
}
.content_tab_wrap .compare_box:first-child > *:nth-child(10)::before {
  content: "資料請求はコチラから";
}
.content_tab_wrap .compare_box .service {
  padding: 0 0 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_tab_wrap .compare_box .service .heading {
  width: 100%;
  height: 2.5rem;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #16A192;
  font-weight: bold;
}
.content_tab_wrap .compare_box .service a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.content_tab_wrap .compare_box .service a:hover {
  opacity: 0.7;
}
.content_tab_wrap .compare_box .service .thumb {
  display: block;
  margin-bottom: 0.625rem;
}
.content_tab_wrap .compare_box .service .thumb img {
  width: 9.625rem;
  height: auto;
}
.content_tab_wrap .compare_box .service .more {
  font-weight: bold;
  padding-right: 1.125rem;
  color: #16A192;
  position: relative;
}
.content_tab_wrap .compare_box .service .more::after {
  content: "";
  width: 0.4375rem;
  height: 0.75rem;
  background: url(../img/i_arw02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.3125rem;
  right: 0;
  display: block;
}
.content_tab_wrap .compare_box .service img {
  max-width: none;
  width: auto;
  height: 4rem;
}
.content_tab_wrap .compare_box p, .content_tab_wrap .compare_box li {
  font-size: 0.8125rem;
}
.content_tab_wrap .compare_box .schedule {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.content_tab_wrap .compare_box .support li {
  padding-left: 1em;
  position: relative;
}
.content_tab_wrap .compare_box .support li::before {
  width: 1em;
  text-align: center;
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #16A192;
}
.content_tab_wrap .compare_box .plan,
.content_tab_wrap .compare_box .schedule,
.content_tab_wrap .compare_box .coming {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_tab_wrap .compare_box .official {
  padding-top: 1.125rem;
  padding-bottom: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content_tab_wrap .compare_box .official a {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
}
.content_tab_wrap .compare_box .official a::before {
  width: 0.4375rem;
  height: 0.875rem;
  margin-top: -0.375rem;
}
.content_tab_wrap .compare_box .official a span {
  font-size: 1rem;
  margin-right: 0.5rem;
}
@media (max-width: 749.9px) {
  .content_tab_wrap .compare_wrap {
    padding: 1.75rem 0 2.5rem;
  }
  .content_tab_wrap .compare_wrap .title_wrap .title::before {
    width: 4.8125rem;
    height: 6.125rem;
    bottom: 2.5rem;
    right: 0;
  }
  .content_tab_wrap .compare_wrap .title_wrap .title span {
    display: block;
  }
  .content_tab_wrap .compare_wrap .title_wrap .title_sub {
    position: relative;
    top: -0.25em;
    margin-right: -0.5em;
    padding-bottom: 0.25em;
    font-size: 0.875rem;
  }
  .content_tab_wrap .compare_block {
    margin-top: 1.5rem;
    width: calc(100% + 1.25rem);
    margin-right: -1.25rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .content_tab_wrap .compare_scr {
    padding-left: 7.5rem;
    overflow-x: auto;
  }
  .content_tab_wrap .compare_box:not(:first-child) {
    min-width: 17.75rem;
    width: calc(100% - 7.5rem);
  }
  .content_tab_wrap .compare_box > * {
    min-height: 3.125rem;
    padding: 0.75rem 1.25rem;
    line-height: 1.6;
  }
  .content_tab_wrap .compare_box p {
    letter-spacing: 0;
  }
  .content_tab_wrap .compare_box:first-child > * {
    width: 7.5rem;
  }
  .content_tab_wrap .compare_box:first-child > *:nth-child(6)::before {
    content: "サポート\a体制";
  }
  .content_tab_wrap .compare_box:first-child > *:nth-child(7)::before {
    content: "講師・講義の\a特徴";
  }
  .content_tab_wrap .compare_box:first-child > *:nth-child(8)::before {
    content: "初心者の\a学びやすさ";
  }
  .content_tab_wrap .compare_box:first-child > *:nth-child(9)::before {
    content: "通学コース\a有無";
  }
  .content_tab_wrap .compare_box:first-child > *:nth-child(10)::before {
    content: "資料請求は\aコチラから";
  }
  .content_tab_wrap .compare_box .service {
    padding: 0 0 0.9375rem;
  }
  .content_tab_wrap .compare_box .service .heading {
    height: 2rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .content_tab_wrap .compare_box .service .thumb img {
    width: 7.25rem;
  }
  .content_tab_wrap .compare_box p, .content_tab_wrap .compare_box li {
    font-size: 0.75rem;
  }
  .content_tab_wrap .compare_box .official {
    padding-top: 1.125rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content_tab_wrap .compare_box .official a {
    height: 3rem;
  }
  .content_tab_wrap .compare_box .official a span {
    font-size: 0.9375rem;
  }
}
.content_tab_wrap .outline_wrap {
  padding: 7rem 0 2.75rem;
}
.content_tab_wrap .outline_wrap .title_wrap {
  margin-bottom: 2.5rem;
}
.content_tab_wrap .outline_wrap .title_wrap .title > span {
  position: relative;
}
.content_tab_wrap .outline_wrap .title_wrap .title > span::before {
  content: "";
  width: 10rem;
  height: 9.625rem;
  background: url("../img/illust03.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -2.875rem;
  left: calc(100% + 4rem);
}
.content_tab_wrap .outline_wrap .outline_box_wrap {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.content_tab_wrap .outline_wrap .outline_box_wrap + .outline_box_wrap {
  margin-top: 1.75rem;
}
.content_tab_wrap .outline_wrap .outline_box_title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding: 0.75rem 1em;
  color: #ffffff;
  background: #16A192;
  text-align: center;
}
.content_tab_wrap .outline_wrap .outline_box_title span {
  padding: 0 2rem;
  position: relative;
}
.content_tab_wrap .outline_wrap .outline_box_title span::before, .content_tab_wrap .outline_wrap .outline_box_title span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/i_slash.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
}
.content_tab_wrap .outline_wrap .outline_box_title span::before {
  left: 0;
}
.content_tab_wrap .outline_wrap .outline_box_title span::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.content_tab_wrap .outline_wrap .outline_box {
  background: #F8F8F8;
  padding: 2.25rem;
}
.content_tab_wrap .outline_wrap .outline_box p {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75em;
}
.content_tab_wrap .outline_wrap .outline_box .box_dl {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #B49D90;
  border-width: 1px 0 0 1px;
}
.content_tab_wrap .outline_wrap .outline_box .box_dl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #B49D90;
}
.content_tab_wrap .outline_wrap .outline_box .box_dl dt, .content_tab_wrap .outline_wrap .outline_box .box_dl dd {
  line-height: 1.4285714286;
  padding: 0.875rem 1.875rem;
  border-right: 1px solid #B49D90;
}
.content_tab_wrap .outline_wrap .outline_box .box_dl dt {
  width: 17.875rem;
  background: #e7f7f0;
}
.content_tab_wrap .outline_wrap .outline_box .box_dl dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 749.9px) {
  .content_tab_wrap .outline_wrap {
    padding: 2.5rem 0 2.75rem;
  }
  .content_tab_wrap .outline_wrap .title_wrap {
    margin-bottom: 1.25rem;
  }
  .content_tab_wrap .outline_wrap .title_wrap .title > span {
    position: relative;
  }
  .content_tab_wrap .outline_wrap .title_wrap .title > span span {
    display: block;
  }
  .content_tab_wrap .outline_wrap .title_wrap .title > span::before {
    content: "";
    width: 6.25rem;
    height: 5.9375rem;
    background-size: contain;
    position: absolute;
    top: -0.75rem;
    left: calc(100% + 0.875rem);
  }
  .content_tab_wrap .outline_wrap .outline_box_wrap + .outline_box_wrap {
    margin-top: 1.5rem;
  }
  .content_tab_wrap .outline_wrap .outline_box_title {
    line-height: 1.4;
    padding: 0.75rem 1.875rem 0.625rem;
    text-align: left;
    font-size: 0.9375rem;
  }
  .content_tab_wrap .outline_wrap .outline_box_title span {
    padding: 0 2rem;
    position: relative;
  }
  .content_tab_wrap .outline_wrap .outline_box_title span::before, .content_tab_wrap .outline_wrap .outline_box_title span::after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/i_slash.svg") center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.625rem;
  }
  .content_tab_wrap .outline_wrap .outline_box_title span::before {
    left: 0;
  }
  .content_tab_wrap .outline_wrap .outline_box_title span::after {
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .content_tab_wrap .outline_wrap .outline_box {
    padding: 1.375rem 1.25rem;
  }
  .content_tab_wrap .outline_wrap .outline_box .box_dl {
    border: 1px solid #B49D90;
    border-width: 1px 0 0 1px;
  }
  .content_tab_wrap .outline_wrap .outline_box .box_dl_in {
    display: block;
  }
  .content_tab_wrap .outline_wrap .outline_box .box_dl dt, .content_tab_wrap .outline_wrap .outline_box .box_dl dd {
    width: 100%;
    letter-spacing: 0;
  }
  .content_tab_wrap .outline_wrap .outline_box .box_dl dt {
    padding: 0.625rem 1.875rem;
    font-size: 0.875rem;
    text-align: center;
  }
  .content_tab_wrap .outline_wrap .outline_box .box_dl dd {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content_tab_wrap .choice_wrap {
  padding: 5.25rem 0 10.5rem;
  background: #e7f7f0;
}
.content_tab_wrap .choice_wrap .title_wrap::before {
  width: 14.875rem;
  height: 10.5625rem;
  background-image: url("../img/illust04.svg");
  top: 3.125rem;
  right: 0;
}
.content_tab_wrap .choice_wrap .choice_dl {
  margin-top: 3rem;
  counter-reset: number 0;
}
.content_tab_wrap .choice_wrap .choice_dl_in {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
}
.content_tab_wrap .choice_wrap .choice_dl_in + .choice_dl_in {
  margin-top: 1.125rem;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dt, .content_tab_wrap .choice_wrap .choice_dl_in > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 3rem;
  padding-right: 3.75rem;
  position: relative;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dt::before, .content_tab_wrap .choice_wrap .choice_dl_in > dd::before {
  font-size: 1.375rem;
  margin-right: 1.125rem;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dt {
  padding-block: 0.9375rem 0.75rem;
  font-size: 1.125rem;
  color: #000000;
  font-weight: bold;
  background: #FFE857;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dt > span {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dt > span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  background: url("../img/i_arw_brm02.svg") center center no-repeat;
  background-size: 1rem auto;
  margin-top: -0.25rem;
  top: 50%;
  right: 2.25rem;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dt.active > span::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.content_tab_wrap .choice_wrap .choice_dl_in > dt:hover > span {
  opacity: 0.7;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dt::before {
  font-size: 1rem;
  min-height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.25rem;
  border-right: 2px solid #16A192;
  counter-increment: number 1;
  content: "CASE " counter(number);
  color: #16A192;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dd {
  display: none;
  padding-block: 1.625rem 2.5rem;
  background: #ffffff;
}
.content_tab_wrap .choice_wrap .choice_dl_in > dd p {
  font-size: 0.9375rem;
}
.content_tab_wrap .choice_wrap .in_wrap {
  width: 100%;
}
.content_tab_wrap .choice_wrap .choice_list_title {
  min-height: 2.5rem;
  margin-block: 1.875rem 0.625rem;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 3.375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_tab_wrap .choice_wrap .choice_list_title::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/i_choice.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content_tab_wrap .choice_wrap .choice_dl_list {
  margin-top: 0.625rem;
  border: 1px solid #B49D90;
  border-width: 1px 0 0 1px;
}
.content_tab_wrap .choice_wrap .choice_dl_list_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #B49D90;
}
.content_tab_wrap .choice_wrap .choice_dl_list dt, .content_tab_wrap .choice_wrap .choice_dl_list dd {
  line-height: 1.4285714286;
  padding: 0.875rem 1.875rem;
  border-right: 1px solid #B49D90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_tab_wrap .choice_wrap .choice_dl_list dt {
  width: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_tab_wrap .choice_wrap .choice_dl_list dt img {
  width: 6.75rem;
}
.content_tab_wrap .choice_wrap .choice_dl_list dd {
  padding: 1rem 1.125rem;
}
.content_tab_wrap .choice_wrap .choice_dl_list dd:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 1rem 1.75rem;
}
.content_tab_wrap .choice_wrap .choice_dl_list dd li {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
.content_tab_wrap .choice_wrap .choice_dl_list dd li::before {
  background-position: 1px -1px !important;
}
.content_tab_wrap .choice_wrap .choice_dl_list dd a {
  width: 12rem;
  height: 3rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 0.125rem;
}
@media (max-width: 749.9px) {
  .content_tab_wrap .choice_wrap {
    padding: 2.25rem 0 2.5rem;
  }
  .content_tab_wrap .choice_wrap .title_wrap::before {
    width: 6.25rem;
    height: 4.5rem;
    top: -2.875rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl {
    margin-top: 2rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in {
    overflow: hidden;
    position: relative;
    border-radius: 0.5rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in + .choice_dl_in {
    margin-top: 1.125rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in > dt, .content_tab_wrap .choice_wrap .choice_dl_in > dd {
    padding-left: 1.5rem;
    padding-right: 1.25rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in > dt::before, .content_tab_wrap .choice_wrap .choice_dl_in > dd::before {
    font-size: 1.375rem;
    margin-right: 1.125rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in > dt {
    padding-block: 0.8125rem 0.6875rem;
    font-size: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in > dt > span {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in > dt > span::after {
    width: 0.75rem;
    height: 0.375rem;
    background-size: 100% auto;
    margin-top: -0.1875rem;
    right: 1.375rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in > dt::before {
    width: 100%;
    display: block;
    font-size: 1rem;
    min-height: auto;
    border-right: none;
    line-height: 1.2;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in > dd {
    padding-block: 1.5rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_in > dd p {
    font-size: 0.9375rem;
  }
  .content_tab_wrap .choice_wrap .choice_list_title {
    min-height: 1.625rem;
    margin-block: 1.75rem 0.875rem;
    font-size: 0.9375rem;
    padding-left: 2.25rem;
  }
  .content_tab_wrap .choice_wrap .choice_list_title::before {
    width: 1.625rem;
    height: 1.625rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_list {
    margin-top: 0.625rem;
    border-width: 1px 1px 0 1px;
  }
  .content_tab_wrap .choice_wrap .choice_dl_list_in {
    display: block;
    border-bottom: 1px solid #B49D90;
  }
  .content_tab_wrap .choice_wrap .choice_dl_list dt, .content_tab_wrap .choice_wrap .choice_dl_list dd {
    width: 100%;
    line-height: 1.4285714286;
    padding: 0.875rem 1.875rem;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content_tab_wrap .choice_wrap .choice_dl_list dt {
    width: 100%;
    padding-bottom: 0;
  }
  .content_tab_wrap .choice_wrap .choice_dl_list dd {
    padding: 0 1.125rem 1.4375rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_list dd:nth-child(2) {
    padding: 0.875rem 1.5rem;
  }
  .content_tab_wrap .choice_wrap .choice_dl_list dd li {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    word-break: break-all;
  }
  .content_tab_wrap .choice_wrap .choice_dl_list dd a {
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.content_tab_wrap .question_wrap {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5.25rem;
  padding: 4.5rem 0 0;
  border-radius: 0.5rem;
  background: #ffffff;
  position: relative;
  z-index: 5;
}
.content_tab_wrap .question_wrap .title_wrap .title span {
  position: relative;
}
.content_tab_wrap .question_wrap .title_wrap .title span::before {
  width: 9.375rem;
  height: 8rem;
  background: url("../img/illust05.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.0625rem;
  left: calc(100% + 3.5rem);
  content: "";
}
.content_tab_wrap .question_wrap .question_dl {
  margin-top: 3.5rem;
}
.content_tab_wrap .question_wrap .question_dl_in {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
}
.content_tab_wrap .question_wrap .question_dl_in + .question_dl_in {
  margin-top: 1.125rem;
}
.content_tab_wrap .question_wrap .question_dl dt, .content_tab_wrap .question_wrap .question_dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 3rem;
  padding-right: 3.75rem;
  position: relative;
}
.content_tab_wrap .question_wrap .question_dl dt::before, .content_tab_wrap .question_wrap .question_dl dd::before {
  font-size: 1.375rem;
  margin-right: 1.125rem;
}
.content_tab_wrap .question_wrap .question_dl dt {
  padding-block: 0.9375rem 0.75rem;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: bold;
  background: #16A192;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.content_tab_wrap .question_wrap .question_dl dt > span {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.content_tab_wrap .question_wrap .question_dl dt > span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  background: url("../img/i_arw_btm.svg") center center no-repeat;
  background-size: 1rem auto;
  margin-top: -0.25rem;
  top: 50%;
  right: 2.25rem;
}
.content_tab_wrap .question_wrap .question_dl dt.active > span::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.content_tab_wrap .question_wrap .question_dl dt:hover > span {
  opacity: 0.7;
}
.content_tab_wrap .question_wrap .question_dl dt::before {
  content: "Q.";
}
.content_tab_wrap .question_wrap .question_dl dd {
  padding-block: 1.625rem 2.5rem;
  background: #f8f8f8;
}
.content_tab_wrap .question_wrap .question_dl dd::before {
  font-weight: bold;
  content: "A.";
}
.content_tab_wrap .question_wrap .question_dl dd p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.9375rem;
}
@media (max-width: 749.9px) {
  .content_tab_wrap .question_wrap {
    margin-top: 0;
    padding: 2.25rem 0 0;
    border-radius: 0;
    background: #ffffff;
    position: relative;
    z-index: 5;
  }
  .content_tab_wrap .question_wrap .title_wrap .title span::before {
    width: 4.875rem;
    height: 4.1875rem;
    position: absolute;
    top: -0.125rem;
    left: calc(100% + 2.5rem);
  }
  .content_tab_wrap .question_wrap .question_dl {
    margin-top: 1.5rem;
  }
  .content_tab_wrap .question_wrap .question_dl_in + .question_dl_in {
    margin-top: 0.75rem;
  }
  .content_tab_wrap .question_wrap .question_dl dt, .content_tab_wrap .question_wrap .question_dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 1.125rem;
    padding-right: 1.5rem;
  }
  .content_tab_wrap .question_wrap .question_dl dt::before, .content_tab_wrap .question_wrap .question_dl dd::before {
    font-size: 1.125rem;
    margin-right: 0.625rem;
  }
  .content_tab_wrap .question_wrap .question_dl dt {
    padding-block: 0.9375rem 0.75rem;
    padding-right: 3rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    padding-bottom: 1rem;
  }
  .content_tab_wrap .question_wrap .question_dl dt > span::after {
    width: 0.75rem;
    height: 0.375rem;
    background-size: 0.75rem auto;
    margin-top: -0.1875rem;
    right: 1.25rem;
  }
  .content_tab_wrap .question_wrap .question_dl dd {
    padding-block: 1.125rem 1.5rem;
  }
  .content_tab_wrap .question_wrap .question_dl dd p {
    font-size: 0.875rem;
  }
}
.content_tab_wrap .content_tab_wrap {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5.25rem;
  padding-top: 4rem;
  background: #ffffff;
  border-radius: 0.5rem;
  position: relative;
}
.content_tab_wrap .content_tab_wrap .content_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_tab_wrap .content_tab_wrap .content_tab_list li {
  width: calc(50% - 1rem);
  max-width: 21.75rem;
  margin: 0 0.5rem;
}
.content_tab_wrap .content_tab_wrap .content_tab_list li button {
  width: 100%;
  height: 5rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 0.5rem;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
  background: #FFE857;
  cursor: pointer;
}
.content_tab_wrap .content_tab_wrap .content_tab_list li button.active {
  color: #ffffff;
  background: #16A192;
}
.content_tab_wrap .content_tab_wrap .content_tab_list li button.active::before {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 1rem 1.125rem;
  left: 50%;
  margin-left: -1.125rem;
  top: calc(100% - 1px);
  border-top-color: #16A192;
  position: absolute;
}
@media (max-width: 749.9px) {
  .content_tab_wrap .content_tab_wrap {
    margin-top: 0;
    padding-top: 0;
  }
  .content_tab_wrap .content_tab_wrap .content_tab_list {
    padding: 1.875rem 0.75rem;
    margin-bottom: 0.625rem;
    background: #fafafa;
  }
  .content_tab_wrap .content_tab_wrap .content_tab_list li button {
    height: 3.125rem;
    font-size: 1.125rem;
  }
  .content_tab_wrap .content_tab_wrap .content_tab_list li button.active::before {
    border-width: 0.625rem 0.75rem;
    margin-left: -0.75rem;
  }
}
.content_tab_wrap .content_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_tab_wrap .content_tab_list li {
  width: calc(50% - 1rem);
  max-width: 21.75rem;
  margin: 0 0.5rem;
}
.content_tab_wrap .content_tab_list li button {
  width: 100%;
  height: 5rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 0.5rem;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
  background: #FFE857;
  cursor: pointer;
}
.content_tab_wrap .content_tab_list li button.active {
  color: #ffffff;
  background: #16A192;
}
.content_tab_wrap .content_tab_list li button.active::before {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 1rem 1.125rem;
  left: 50%;
  margin-left: -1.125rem;
  top: calc(100% - 1px);
  border-top-color: #16A192;
  position: absolute;
}

@media (max-width: 749.9px) {
  .content_tab_wrap {
    margin-top: 0;
    padding-top: 0;
  }
  .content_tab_wrap .content_tab_list {
    padding: 1.875rem 0.75rem;
    margin-bottom: 0.625rem;
    background: #fafafa;
  }
  .content_tab_wrap .content_tab_list li button {
    height: 3.125rem;
    font-size: 1.125rem;
  }
  .content_tab_wrap .content_tab_list li button.active::before {
    border-width: 0.625rem 0.75rem;
    margin-left: -0.75rem;
  }
}
.page_title {
  font-size: 2rem;
  padding-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error_title_wrap {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_editor {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0 5rem;
}
.page_editor > *:first-child {
  margin-top: 0 !important;
}
.page_editor > *:last-child {
  margin-bottom: 0 !important;
}
.page_editor .wp-block-heading {
  margin-block: 2rem 1em;
}
.page_editor h2.wp-block-heading {
  margin-bottom: 1.5em;
  font-size: 1.5rem;
  padding-block: 0.225em;
  background: #FFE857;
  padding-left: 1em;
  border-radius: 0.5rem;
}
.page_editor h3.wp-block-heading {
  font-size: 1.375rem;
  position: relative;
  padding-left: 1em;
  position: relative;
}
.page_editor h3.wp-block-heading::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  border-radius: 0.125rem;
  background: #16A192;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_editor h4.wp-block-heading {
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.5em;
}
.page_editor h4.wp-block-heading::before {
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  background: #16A192;
  border-radius: 0.125rem;
}
.page_editor figure {
  font-size: 0.875rem;
  margin-block: 2em;
}
.page_editor .wp-block-table {
  margin-top: 3em;
}
.page_editor .wp-block-table table {
  border-top: 4px solid #16A192;
}
.page_editor .wp-block-table table th, .page_editor .wp-block-table table td {
  border-color: #B49D90;
  padding: 1em 2em;
}

@media (max-width: 749.9px) {
  .page_title {
    font-size: 1.5rem;
    padding-top: 2.5rem;
  }
  .page_editor {
    padding: 2.25rem 0 2.5rem;
  }
  .page_editor h2.wp-block-heading {
    font-size: 1.25rem;
  }
  .page_editor h3.wp-block-heading {
    font-size: 1.125rem;
  }
  .page_editor h3.wp-block-heading::before {
    width: 0.3125rem;
  }
  .page_editor h4.wp-block-heading {
    font-size: 1rem;
    padding-left: 1.25em;
  }
  .page_editor h4.wp-block-heading::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  .page_editor .wp-block-table {
    margin-top: 2.25em;
  }
  .page_editor .wp-block-table table th, .page_editor .wp-block-table table td {
    border-color: #B49D90;
    padding: 0.875em;
  }
}
.pagenation_nav {
  margin-top: 2.5rem;
}
.pagenation_nav .pagenation_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation_nav .pagenation_nav_list li {
  width: 3rem;
  height: 3rem;
  margin: 0 0.375rem;
  font-size: 0.9375rem;
}
.pagenation_nav .pagenation_nav_list li a {
  border: 1px solid #516C8D;
  color: #516C8D;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pagenation_nav .pagenation_nav_list li a:hover {
  background: #ffffff;
}
.pagenation_nav .pagenation_nav_list li.current {
  border: 1px solid #516C8D;
  background: #516C8D;
  color: #ffffff;
}
.pagenation_nav .pagenation_nav_list li a,
.pagenation_nav .pagenation_nav_list li span {
  width: 3rem;
  height: 3rem;
  padding-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation_nav .pagenation_nav_list li.pagenation_nav_prev, .pagenation_nav .pagenation_nav_list li.pagenation_nav_next {
  margin: 0;
}
.pagenation_nav .pagenation_nav_list li.pagenation_nav_prev a, .pagenation_nav .pagenation_nav_list li.pagenation_nav_next a {
  border: none;
  background: url("../img/i_arw03.svg") center center no-repeat;
  background-size: 0.375rem 0.75rem;
}
.pagenation_nav .pagenation_nav_list li.pagenation_nav_prev a {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (max-width: 749.9px) {
  .pagenation_nav {
    margin-top: 2.5rem;
  }
}