@charset "UTF-8";
.reco-item a:before {
  font-family: "Crimson Text", "Georgia", serif;
  font-weight: 400;
  font-style: italic;
}

/*-------------------------------------------------------------------*/
/*　STRAIL（ストレイル）無料体験（2026.1UP）*/
/*-------------------------------------------------------------------*/
.reco-item a:before {
  font-family: "Crimson Text", "Georgia", serif;
  font-weight: 400;
  font-style: italic;
}

/*-------------------------------------------------------------------*/
/*　特別特集用ベースフレーム　*/
/*-------------------------------------------------------------------*/
.sp-con-width {
  max-width: 114.5em;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1024px) {
  .sp-con-main {
    width: 64%;
  }
  .sp-con-sub {
    width: 33.4%;
  }
  .sp-con-right {
    clear: right;
    float: right;
  }
  .sp-con-left {
    clear: left;
    float: left;
  }
}
.reco-item a:before {
  font-family: "Crimson Text", "Georgia", serif;
  font-weight: 400;
  font-style: italic;
}

/*-------------------------------------------------------------------*/
/*　特別特集用ベースフレーム　*/
/*-------------------------------------------------------------------*/
.sp-con-width p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.025em;
}

.sp-con-main-img-wrap {
  height: 0;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

.sp-con-head-main h1 {
  padding: 0.76923em 0 0.19231em;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #1B2F66;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.sp-con-head-main h2 {
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1B2F66;
}
.sp-con-head-main .sp-con-date {
  padding: 1.5em 0 0 0;
  text-align: left;
  border: none;
}

.sp-con-head-sns {
  display: none;
}

.sp-con-intro-right {
  padding-top: 4em;
}
.sp-con-intro-right .side-box.side-reco {
  margin: 0;
}

.sp-con-basic-data-ttl {
  position: relative;
  margin-top: 2em;
  padding: 0.75em;
  background-color: #1B2F66;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.sp-con-basic-data-ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.625em;
  border: 0.625em solid transparent;
  border-top: 0.625em solid #1B2F66;
}

.sp-con-mokuji-area {
  padding: 3em 0;
  background-color: #1B2F66;
}
.sp-con-mokuji-area h2 {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
}

.sp-con-mokuji-list {
  margin-top: 2em;
  counter-reset: number;
}
.sp-con-mokuji-list li {
  margin-bottom: 1em;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.sp-con-mokuji-list > li {
  padding-left: 1em;
  padding-top: 2em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sp-con-mokuji-list > li + li {
  margin-top: 2em;
}
.sp-con-mokuji-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Chapter ";
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: normal;
}
.sp-con-mokuji-list > li::after {
  position: absolute;
  top: -0.15em;
  left: 2.1em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: normal;
}
.sp-con-mokuji-list a {
  color: #fff;
}
.sp-con-mokuji-list a:hover {
  text-decoration: none;
}

.sp-con-mokuji-list-detail {
  margin-top: 1em;
}
.sp-con-mokuji-list-detail li {
  position: relative;
  padding-left: 1.25em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sp-con-mokuji-list-detail li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-left: 0.65em solid #466CAF;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
}

.sp-con-main-wrap:first-child {
  margin-top: 5em;
}

.sp-con-itwee-wrap {
  padding: 2em;
  background-color: #f2f2f2;
}
.sp-con-itwee-wrap dt {
  padding-bottom: 0.25em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #1B2F66;
}
.sp-con-itwee-wrap dd {
  padding-top: 1em;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.sp-con-itwee-sub {
  display: block;
  margin-right: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1B2F66;
  font-weight: normal;
}

.sp-con-dl-dot dt {
  padding-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #999;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #1B2F66;
}
.sp-con-dl-dot dd {
  padding-top: 1em;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .sp-con-basic-data-ttl {
    padding: 1em;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sp-con-mokuji-area h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .sp-con-mokuji-list > li {
    padding-top: 0;
    padding-left: 7em;
  }
  .sp-con-itwee-sub {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .sp-con-head-wrap {
    margin-top: 4em;
    position: relative;
    left: 1em;
    padding: 0 1em 0 4.5em;
    border-left: solid 0.8em #1B2F66;
  }
  .sp-con-head-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: solid 1px #FFF;
    border-right: solid 0.8em #932A40;
  }
  .sp-con-head-main h1 {
    padding: 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .sp-con-head-main h2 {
    padding: 0.625em 0 0 0;
  }
  .sp-con-head-main .sp-con-date {
    padding: 0;
  }
  .sp-con-head-sns {
    display: block;
  }
  .sp-con-head-sns li {
    display: inline-block;
    padding: 1.8em 0 2em 0;
    margin-left: 0.25em;
    font-size: 10px;
    font-size: 1rem;
  }
  .sp-con-head-sns li:first-child {
    margin-left: 0;
  }
  .sp-con-head-sns a {
    display: block;
    padding-top: 3em;
    height: 0;
    width: 3em;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    opacity: 1;
  }
  .sp-con-head-sns .sns-fb a {
    background-color: #465292;
    background-image: url(../../images/share/sns_fb.svg);
  }
  .sp-con-head-sns .sns-tw a {
    background-color: #222222;
    background-image: url(../../images/share/sns_tw.svg);
  }
  .sp-con-head-sns .sns-line a {
    background-color: #4CC764;
    background-image: url(../../images/share/sns_line.svg);
  }
  .sp-con-intro-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-con-intro-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    width: 100%;
    max-width: 75em;
  }
  .sp-con-intro-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.666%;
            flex: 0 0 26.666%;
    margin-left: 6.6668%;
    width: 100%;
    max-width: 30em;
  }
  .sp-con-mokuji-area {
    padding: 5em 0;
  }
  .sp-con-mokuji-area h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.681em;
            flex: 0 0 5.681em;
    font-size: 44px;
    font-size: 4.4rem;
  }
  .sp-con-mokuji-list-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
    margin-top: 0.5em;
  }
  .sp-con-mokuji-list-detail li {
    padding-left: 2.25em;
  }
  .sp-con-mokuji-list-detail li::before {
    left: 1em;
  }
  .sp-con-mokuji-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-con-main-area {
    position: relative;
    z-index: 0;
    padding-top: 8em;
  }
  .sp-con-main-area::before {
    content: "";
    right: 0;
    top: 0;
    -webkit-transform: skewY(335deg);
            transform: skewY(335deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    z-index: -999;
    width: 100%;
    height: 80em;
    background: #F3F7FA;
  }
  .sp-con-is-absolute::before {
    position: absolute;
  }
  .sp-con-is-fixed::before {
    position: fixed;
  }
  footer {
    position: relative;
    z-index: 0;
  }
  .sp-con-main-wrap {
    margin-top: 3em;
    padding: 2em 5em 5em;
    width: 100%;
    max-width: 80em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.8em #ccc;
            box-shadow: 0 0 0.8em #ccc;
  }
  .sp-con-main-wrap:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
  .sp-con-main-wrap:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
  .sp-con-main-wrap:first-child {
    margin-top: 0;
  }
  .sp-con-itwee-wrap {
    padding: 3em;
  }
  .box01 {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1125px) {
  .sp-con-mokuji-area h2 {
    text-align: left;
  }
}
.ec-main-img {
  padding-top: 57.777%;
  background-image: url("../../images/personal/main_rpt_strail.webp");
}

@media only screen and (min-width: 1024px) {
  .ec-main-img {
    padding-top: 0;
    height: 38em;
    font-size: 10px;
    font-size: 1rem;
    background: url("../../images/personal/rpt_strail/header_pc.webp") center no-repeat, url("../../images/personal/rpt_strail/bg_pc.webp") top center;
  }
}
.reco-item {
  margin-top: 0.9375em;
  font-size: 16px;
  font-size: 1.6rem;
}
.reco-item a {
  position: relative;
  display: block;
  padding: 1.25em 0.9375em 1.25em 7.1875em;
  min-height: 8.75em;
  background: #F2F2F2;
  border-radius: 0.3125em;
  text-decoration: none;
}
.reco-item a:before {
  display: block;
  padding-bottom: 0.29412em;
  font-size: 17px;
  font-size: 1.7rem;
  color: #999;
  line-height: 1;
}
.reco-item a:link, .reco-item a:visited {
  color: #1B2F66;
}
.reco-item a:hover, .reco-item a:active {
  color: #932A40;
}
.reco-item .img {
  position: absolute;
  left: 0;
  top: 1.25em;
  display: block;
  width: 6.25em;
}
.reco-item .ttl {
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
}

.reco-item-howto a:before {
  content: "English conversation";
}

.reco-item-school a:before {
  content: "School";
}

.reco-item-online a:before {
  content: "Online school";
}

.reco-item-material a:before {
  content: "Learning material";
}

.reco-item-business a:before {
  content: "Business";
}

.reco-item-personal a:before {
  content: "Coaching";
}

.reco-item-senior a:before {
  content: "Senior";
}

.reco-item-test a:before {
  content: "Qualification";
}

.reco-item-drama a:before {
  content: "TV drama";
}

.reco-item-kids a:before {
  content: "for Kids";
}

.entry-head {
  position: relative;
}
.entry-head h1 {
  padding: 0.76923em 0.38462em 0.19231em 0.38462em;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #1B2F66;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.entry-head h2 {
  padding: 0 0.625em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1B2F66;
}

.entry-data {
  position: relative;
  margin-top: 3em;
  padding: 2em 1em;
  background: #F2F2F2;
}

.entry-data-ttl {
  position: absolute;
  top: -1.07692em;
  left: 50%;
  width: 9.61538em;
  padding: 0.57692em 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  color: #FFF;
  background: #F96335;
  border-radius: 1.07692em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.entry-data-ttl:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #F96335 transparent transparent transparent;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.entry-date {
  padding: 1em 0 1.2em 0;
  text-align: center;
  border-bottom: solid 1px #CCC;
}
.entry-date li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.entry-date li:before {
  content: "／ ";
}
.entry-date li:first-child:before {
  content: normal;
}

.entry-level {
  padding: 0.85714em 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  border-bottom: solid 1px #CCC;
}
.entry-level img {
  vertical-align: -0.2em;
  width: 4.14286em;
  height: 1.28571em;
}

.entry-level-all {
  font-weight: bold;
  color: #F7931E;
}

.entry-person {
  padding: 1.2em 0 0 0;
}
.entry-person dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.entry-person dd {
  position: relative;
  max-width: 20em;
  margin: 0.71429em auto 0 auto;
  padding: 0.71429em 0.85714em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1CA764;
  background: #FFF;
  border-radius: 0.35714em;
}
.entry-person dd img {
  width: 1.14286em;
  height: 1.14286em;
  vertical-align: -0.14286em;
}
.entry-person dd:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 10px;
  background-image: url('<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="m0,0c1.582,0,1.714,2.378,5.637,6.143,2.44,2.341,7.055,3.923,14.44,3.857,0,0-4.681-1.22-4.615-6.033.026-1.888,1.121-3.989,4.549-3.923L0,0Z"/></svg>');
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"%3E%3Cpath d="m0,0c1.582,0,1.714,2.378,5.637,6.143,2.44,2.341,7.055,3.923,14.44,3.857,0,0-4.681-1.22-4.615-6.033.026-1.888,1.121-3.989,4.549-3.923L0,0Z" style="fill:%23fff"/%3E%3C/svg%3E');
}

.entry-head-sns {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .entry-head-sns {
    display: block;
  }
  .entry-head-sns a {
    display: block;
    height: 0;
    overflow: hidden;
    border-radius: 50%;
  }
  .entry-head-sns a:link, .entry-head-sns a:visited {
    opacity: 1;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .entry-head-sns a:hover, .entry-head-sns a:active {
    opacity: 0.75;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .entry-head-sns .sns-fb a {
    background-color: #465292;
    background-image: url("../../images/share/sns_fb.svg");
  }
  .entry-head-sns .sns-tw a {
    background-color: #222222;
    background-image: url("../../images/share/sns_tw.svg");
  }
  .entry-head-sns .sns-line a {
    background-color: #4CC764;
    background-image: url("../../images/share/sns_line.svg");
  }
  .entry-head:before, .entry-head:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
  }
  .entry-head {
    position: relative;
  }
  .entry-head h1 {
    padding: 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .entry-head h2 {
    padding: 0.625em 0 0 0;
  }
  .entry-head h2:before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 0;
    margin-right: 0.5em;
    border-top: solid 1px #1B2F66;
    vertical-align: 0.4em;
  }
  .entry-head-wrap {
    position: relative;
    padding: 0 0 0 4.5em;
    margin-top: 4em;
    border-left: solid 8px #1B2F66;
    max-width: 112.5em;
    margin-right: auto;
    margin-left: auto;
  }
  .entry-head-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: solid 1px #FFF;
    border-right: solid 8px #932A40;
  }
  .entry-head-wrap:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
  }
  .entry-head-main {
    float: left;
    position: relative;
    margin-right: 5.673%;
    width: calc(94.327% - 30em);
  }
  .entry-data {
    float: left;
    width: 29.787%;
    width: 30em;
    margin-top: 0;
    padding: 2em 0 2.2em 0;
  }
  .entry-level {
    padding: 1.07143em 0 1.42857em 0;
  }
  .entry-person {
    padding: 2em 2em 0 2em;
  }
  .entry-person dd {
    margin-top: 1.25em;
    padding: 0.66667em 0.83333em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .entry-person dd img {
    width: 1.25em;
    height: 1.25em;
    vertical-align: -0.08333em;
  }
  .entry-person dd {
    margin-top: 0.83333em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .entry-date {
    padding: 0;
    text-align: left;
    border: 0;
  }
  .entry-head-sns {
    display: block;
  }
  .entry-head-sns li {
    display: inline-block;
    padding: 1.8em 0 2em 0;
    margin-left: 0.25em;
    font-size: 10px;
    font-size: 1rem;
  }
  .entry-head-sns li:first-child {
    margin-left: 0;
  }
  .entry-head-sns a {
    width: 3em;
    padding-top: 3em;
  }
}
.author {
  display: grid;
  grid-template-columns: auto 1fr;
  border-bottom: dotted 1px #333;
  margin-bottom: 3em;
  padding-bottom: 2em;
  color: #1B2F66;
  margin-top: 3.5em;
}
.author h2 {
  grid-area: 1/2/2/3;
  padding: 0.33333em 0 0 0;
  height: 1.33333em;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Crimson Text", "Georgia", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
.author h3 {
  grid-area: 2/2/3/3;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.author figure {
  grid-area: 1/1/3/2;
  width: 5em;
  margin-right: 1em;
}
.author figure img {
  border-radius: 50%;
  vertical-align: top;
}
.author p {
  grid-area: 3/1/4/3;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0.76923em;
}

@media only screen and (min-width: 1024px) {
  .author {
    border-bottom: solid 1px #CCC;
  }
}
.entry-foot-sns {
  display: block;
}
.entry-foot-sns a {
  display: block;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
}
.entry-foot-sns a:link, .entry-foot-sns a:visited {
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.entry-foot-sns a:hover, .entry-foot-sns a:active {
  opacity: 0.75;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.entry-foot-sns .sns-fb a {
  background-color: #465292;
  background-image: url("../../images/share/sns_fb.svg");
}
.entry-foot-sns .sns-tw a {
  background-color: #222222;
  background-image: url("../../images/share/sns_tw.svg");
}
.entry-foot-sns .sns-line a {
  background-color: #4CC764;
  background-image: url("../../images/share/sns_line.svg");
}

.entry-foot-copy {
  padding: 1.375em 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #1B2F66;
  line-height: 1;
  border: solid 4px #F2F2F2;
  border-radius: 0.3125em;
  cursor: pointer;
}
.entry-foot-copy:before {
  content: "";
  display: inline-block;
  width: 0.9375em;
  height: 1.125em;
  margin-right: 0.5em;
  vertical-align: -0.1875em;
  background-image: url("../images/share/entry_foot_copy.svg");
  background-size: cover;
}
.entry-foot-copy:hover {
  color: #932A40;
  cursor: pointer;
}
.entry-foot-copy.is-copied {
  background: #F2F2F2;
  color: #932A40;
}

.entry-foot-sns {
  padding-top: 2em;
  margin-bottom: 4em;
  text-align: center;
}
.entry-foot-sns li {
  display: inline-block;
  margin-left: 1em;
  font-size: 10px;
  font-size: 1rem;
}
.entry-foot-sns li:first-child {
  margin-left: 0;
}
.entry-foot-sns a {
  width: 5em;
  padding-top: 5em;
}