@charset "UTF-8";
body {
  color: #383838;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  color: #009ed6;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.container {
  box-sizing: border-box;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.pagetitle {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #009ed6;
  text-align: center;
  background: url(../images/common/bg_dot_lightblue.png);
}
@media (min-width: 768px) {
  .pagetitle {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.pagetitle h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pagetitle h1 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .pagetitle h1 {
    font-size: 40px;
  }
}

.button {
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
  background: #333;
  border-radius: 4px;
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.blue {
  color: #55aee2;
}

.heading_blueline {
  position: relative;
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .heading_blueline {
    margin-bottom: 1.5em;
    font-size: 24px;
  }
}
.heading_blueline::before, .heading_blueline::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 50px;
  height: 4px;
}
.heading_blueline::before {
  right: 50%;
  background-color: #55aee2;
}
.heading_blueline::after {
  left: 50%;
  background-color: #e3f0f6;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.breadcrumb-area {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .breadcrumb-area {
    margin-bottom: 40px;
  }
}
.breadcrumb-area a {
  text-decoration: none;
}
.breadcrumb-area a:hover {
  text-decoration: underline;
}

.marker strong {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff -1%, #ffffff 0%, #ffffff 69%, #ffffff 69%, #ffff00 70%, #ffff00 70%, #ffff00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffff00",GradientType=0 );
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  .header {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
}
.header h1 {
  height: 60px;
  margin: 0;
}
@media (min-width: 1024px) {
  .header h1 {
    width: 240px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #009ed6;
  }
}
.header h1 a {
  display: inline-block;
}
.header h1 img {
  display: block;
  width: auto;
  height: 60px;
}
@media (min-width: 1024px) {
  .header h1 img {
    height: 80px;
    margin-right: auto;
    margin-left: auto;
  }
}
.header nav {
  display: none;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .header nav {
    background: #e3f0f6;
  }
}
@media (min-width: 1024px) {
  .header nav {
    display: block !important;
  }
}
.header nav > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .header nav > ul {
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header nav > ul li + li {
    border-top: 1px dotted #b8d1da;
  }
}
.header nav > ul a {
  display: block;
  padding: 15px;
  color: #567f8e;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .header nav > ul a {
    color: #383838;
  }
}
.header nav > ul a:hover {
  opacity: 0.8;
}
.header .toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
@media (min-width: 1024px) {
  .header .toggle {
    display: none;
  }
}
.header .toggle::before, .header .toggle::after,
.header .toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 30px;
  height: 4px;
  background: #009ed6;
  border-radius: 2px;
}
.header .toggle::before, .header .toggle::after {
  content: "";
  transform: translateX(-50%);
}
.header .toggle::before {
  top: 30%;
}
.header .toggle::after {
  bottom: 30%;
}
.header .toggle span {
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .header .free_consultation a {
    box-sizing: border-box;
    width: 160px;
    height: 100px;
    padding: 0;
    color: #fff;
    line-height: 100px;
    text-align: center;
    background: #14375b;
  }
}
@media (min-width: 1024px) {
  .header .application a {
    box-sizing: border-box;
    width: 160px;
    height: 100px;
    padding: 0;
    color: #fff;
    line-height: 100px;
    text-align: center;
    background: #e5a213;
  }
}

.menu_parent > a {
  position: relative;
}
@media (min-width: 1024px) {
  .menu_parent > a {
    padding-right: 30px !important;
  }
}
.menu_parent > a .fa-angle-down {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  transform: translateY(-50%);
}

.menu_child {
  display: none;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .menu_child {
    position: absolute;
    top: 100px;
    padding: 0;
  }
}
.menu_child li + li {
  border-top: 1px solid #fff;
}
@media (min-width: 1024px) {
  .menu_child a {
    min-width: 100px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #fff !important;
    background: #009ed6;
  }
}

.free-consultation-sp {
  position: absolute;
  top: 10px;
  right: 70px;
  display: block;
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  background-color: #e5a213;
}
@media (min-width: 1024px) {
  .free-consultation-sp {
    display: none;
  }
}

.button-application {
  display: block;
  height: 80px;
  width: 280px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  background-color: #e5a213;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .button-application {
    width: 400px;
    margin-top: 100px;
    font-size: 24px;
  }
}

.footer {
  padding-top: 30px;
  margin-top: 60px;
  color: #fff;
  background: #333;
}
@media (min-width: 1024px) {
  .footer {
    margin-top: 100px;
  }
}
.footer a {
  color: #fff;
}

.footer_sns {
  margin-bottom: 30px;
}
.footer_sns p {
  font-size: 14px;
  text-align: center;
}
.footer_sns ul {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}
.footer_sns ul li {
  margin-right: 10px;
  margin-left: 10px;
}
.footer_sns ul .fab {
  font-size: 30px;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

.fixed-bnr {
  display: block;
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 150px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .fixed-bnr {
    bottom: 40px;
    width: 270px;
  }
}
.fixed-bnr img {
  width: 100%;
  height: auto;
}

.main_hero {
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .main_hero {
    position: relative;
    left: 50%;
    height: 640px;
    width: 100vw;
    margin-bottom: 80px;
    transform: translateX(-50%);
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .main_hero .wp-block-image {
    position: relative;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
}
.main_hero img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .main_hero img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1920px;
    max-width: none;
    transform: translateY(-50%);
  }
}

.section_heading {
  margin-bottom: 2em;
  color: #009ed6;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1024px) {
  .section_heading {
    font-size: 16px;
  }
}
.section_heading::first-line {
  font-size: 2em;
}

.arrow_table {
  margin: 0;
  margin-bottom: 30px;
  line-height: 1.5;
}
.arrow_table table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .arrow_table th,
.arrow_table td {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .arrow_table th,
.arrow_table td {
    padding: 20px 10px;
  }
}
.arrow_table th {
  border: none !important;
}
@media (min-width: 768px) {
  .arrow_table th {
    border-bottom: 1px dotted #ccc !important;
    text-align: left;
    white-space: nowrap;
  }
}
.arrow_table th::before {
  content: "\f138";
  margin-right: 5px;
  color: #009ed6;
  font-family: "Font Awesome 5 Free";
}
.arrow_table td {
  border: none !important;
  border-bottom: 1px dotted #ccc !important;
}
@media (max-width: 767px) {
  .arrow_table td {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.arrow_table tr:last-of-type th,
.arrow_table tr:last-of-type td {
  border: none;
}
@media (max-width: 767px) {
  .arrow_table tr:last-of-type th,
.arrow_table tr:last-of-type td {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.access_map {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .access_map {
    padding-top: 56.25%;
  }
}
@media (min-width: 1024px) {
  .access_map {
    position: relative;
    left: 50%;
    height: 640px;
    width: 100vw;
    padding-top: 0;
    transform: translateX(-50%);
  }
}
.access_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.school_news {
  padding: 10px;
  border: 1px solid #dadada;
}
@media (min-width: 768px) {
  .school_news {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    padding-left: 0;
  }
}

.school_news_heading {
  text-align: center;
}
@media (min-width: 768px) {
  .school_news_heading {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .school_news_heading {
    width: 240px;
  }
}
.school_news_heading p:nth-child(1) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #009ed6;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .school_news_heading p:nth-child(1) {
    font-size: 16px;
  }
}
.school_news_heading p:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .school_news_heading p:nth-child(2) {
    font-size: 24px;
  }
}
.school_news_heading a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  background: #009ed6;
  border-radius: 100px;
}

.school_news_list {
  padding-left: 0;
  font-size: 14px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .school_news_list {
    width: calc(100% - 200px);
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .school_news_list {
    width: calc(100% - 240px);
  }
}
.school_news_list li {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .school_news_list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.school_news_list li + li {
  border-top: 1px dotted #ccc;
}
.school_news_list li small {
  font-size: 10px;
}
.school_news_list a {
  color: #383838;
  text-decoration: none;
}

.blog_section {
  position: relative;
  left: 50%;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  transform: translateX(-50%);
  background-color: #e3f0f6;
}
@media (min-width: 768px) {
  .blog_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.blog_section .section_heading {
  margin-top: 0;
}

.blog_card {
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  color: #383838;
  text-decoration: none;
  background-color: #fff;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .blog_card {
    position: relative;
    display: flex;
    padding: 20px 60px 20px 20px;
    align-self: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .blog_card {
    padding: 30px 70px 30px 30px;
  }
}
.blog_card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .blog_card::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 20;
    display: block;
    height: 20px;
    width: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .blog_card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 40px;
    background-color: #55aee2;
  }
}
.blog_card_img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blog_card_img {
    flex-shrink: 0;
    width: 240px;
    margin: 0;
    margin-right: 20px;
  }
}
.blog_card_img img {
  display: block;
  height: auto;
  width: 100%;
}
.blog_card_date {
  margin: 0;
  color: #808080;
  font-size: 12px;
}
.blog_card_title {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .blog_card_title {
    font-size: 20px;
  }
}
.blog_card_excerpt p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.blog_btn {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  color: #009ed6;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #009ed6;
  transition: 0.3s;
}
.blog_btn:hover {
  background-color: #fff;
}
.blog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 1px solid #009ed6;
  border-bottom: 1px solid #009ed6;
  transform: rotate(-45deg) translateY(-50%);
}

.consultation_section {
  max-width: 800px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .consultation_section {
    padding-top: 60px;
  }
}
.consultation_section .section_heading {
  margin-top: 0;
}
.consultation_section p {
  line-height: 1.5;
}

.form-row + .form-row {
  margin-top: 20px;
}
.form-row .label {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
}
.form-input.d-inline {
  display: inline-block;
  width: auto;
}

.checkbox {
  font-size: 14px;
  line-height: 1.5;
}
.checkbox .mwform-checkbox-field {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0 !important;
}
.checkbox .mwform-checkbox-field input {
  margin-right: 0 !important;
}

.btn {
  display: inline-block;
  padding: 1em 2em;
  font-size: 14px;
  background-color: #f2f2f2;
  border: none;
  border-radius: 4px;
}

.btn-blue {
  color: #fff;
  background-color: #55aee2;
}

.heading {
  position: relative;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .heading {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
.heading::before, .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 30px;
  height: 5px;
}
.heading::before {
  right: 50%;
  background: #009ed6;
}
.heading::after {
  left: 50%;
  background: #97cdeb;
}

.news_container {
  max-width: 800px;
}

@media (min-width: 768px) {
  .news_article {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
}
.news_article + .news_article {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dotted #ccc;
}
@media (min-width: 768px) {
  .news_article + .news_article {
    padding-top: 50px;
    margin-top: 50px;
  }
}

.news_thumbnail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news_thumbnail {
    box-sizing: border-box;
    width: 40%;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .news_thumbnail + .news_content {
    width: 60%;
  }
}
.news_thumbnail img {
  width: 100%;
  height: auto;
}

.news_title {
  margin-top: 0;
  color: #009ed6;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.news_title a {
  color: #009ed6;
  text-decoration: none;
}

.news_update {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #658691;
  font-size: 10px;
}

.news_body {
  margin-top: 20px;
  color: #3c4449;
  line-height: 1.75;
}
.news_body::after {
  content: "";
  display: block;
  clear: both;
}
.news_body img {
  max-width: 100%;
  height: auto;
}
.news_body p {
  margin-top: 0;
}
.news_body p:last-child {
  margin-bottom: 0;
}

.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}

.back_list {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .back_list {
    margin-top: 60px;
  }
}

.news_body #ez-toc-container {
  box-sizing: border-box;
  margin: 48px 0;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: none;
}
.news_body #ez-toc-container .ez-toc-title {
  margin-bottom: 0;
  font-size: 16px;
}
.news_body #ez-toc-container nav .ez-toc-list {
  padding: 0 16px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  list-style-type: none;
}
.news_body #ez-toc-container nav .ez-toc-list a {
  color: #383838;
  text-decoration: none;
}
.news_body #ez-toc-container nav .ez-toc-list a:hover {
  text-decoration: underline;
}
.news_body #ez-toc-container nav .ez-toc-list .ez-toc-link {
  display: inline-block;
  margin-top: 4px;
}
.news_body #ez-toc-container nav .ez-toc-heading-level-2 > .ez-toc-link {
  padding-left: 8px;
  font-weight: bold;
  border-left: 2px solid #00a0e9;
}
.news_body #ez-toc-container nav .ez-toc-list-level-3 {
  padding: 0;
}
.news_body #ez-toc-container nav .ez-toc-heading-level-3 {
  padding: 0;
  list-style-type: none;
}
.news_body #ez-toc-container nav .ez-toc-heading-level-3 > .ez-toc-link {
  position: relative;
  padding-left: 8px;
}
.news_body .ez-toc-section {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
@media (min-width: 1024px) {
  .news_body .ez-toc-section {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.news_body h2 {
  margin-top: 48px;
  margin-bottom: 1em;
  padding: 8px 16px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #00a0e9;
  border-radius: 4px;
}
@media (min-width: 1240px) {
  .news_body h2 {
    padding: 16px;
  }
}
.news_body h3 {
  padding: 8px 16px;
  margin-top: 48px;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  background: #f6f7fa;
  border-left: 4px solid #00a0e9;
  border-radius: 4px;
}
.news_body h4 {
  position: relative;
  padding: 0 0 0 16px;
  margin-top: 48px;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}
.news_body h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: #00a0e9;
  border-radius: 2px;
}
.news_body p strong {
  color: #00a0e9;
  font-weight: bold;
}
.news_body .box-rounded {
  box-sizing: border-box;
  padding: 10px;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 2px solid #009ed6;
  border-radius: 8px;
}
.news_body .box-doubleLine {
  box-sizing: border-box;
  padding: 10px;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 3px double #009ed6;
}
.news_body .box-point {
  margin: 48px 0;
  padding: 16px 16px 16px 96px;
  background: #f6f7fa url(../images/renewal/illustration-point.png) 16px 16px/64px auto no-repeat;
  border-radius: 4px;
}
@media (min-width: 1240px) {
  .news_body .box-point {
    padding: 24px 32px 32px 140px;
    background-position: 20px 20px;
    background-size: 96px auto;
  }
}
.news_body .box-point::before {
  content: "POINT";
  display: block;
  margin-bottom: 8px;
  color: #00a0e9;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 1240px) {
  .news_body .box-point::before {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.news_body .wp-embed-aspect-16-9 {
  position: relative;
  height: 0;
  margin: 1em 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.news_body .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_body .wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.news_body .w_b_shadow_L {
  box-shadow: none;
}
.news_body .w_b_talk {
  padding: 16px;
}
.news_body .wp-block-table thead {
  border-bottom: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-65%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-65%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    transform: translateX(-65%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-65%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes pagetitle {
  0% {
    stroke-dashoffset: 0;
    stroke-width: 0.1px;
    stroke-dasharray: 0px 20px;
  }
  100% {
    stroke-dashoffset: 20;
    stroke-width: 1px;
    stroke-dasharray: 15px 0px;
  }
}
@keyframes pagetitle {
  0% {
    stroke-dashoffset: 0;
    stroke-width: 0.1px;
    stroke-dasharray: 0px 20px;
  }
  100% {
    stroke-dashoffset: 20;
    stroke-width: 1px;
    stroke-dasharray: 15px 0px;
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scrollBottom {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scrollBottom {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes stretching_line {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes stretching_line {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.r-body {
  color: #3c4449;
  font-size: 14px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  background: url(../images/renewal/bg-line-sp.png) 0 0;
  background-size: 90px 90px;
}
@media (min-width: 1240px) {
  .r-body {
    font-size: 16px;
    background-image: url(../images/renewal/bg-line-pc.png);
    background-size: 300px 300px;
  }
}
.r-body img {
  max-width: 100%;
}

.r-main-content {
  position: relative;
}
@media (min-width: 1440px) {
  .r-main-content {
    width: 75%;
  }
}

.r-container {
  position: relative;
  max-width: 630px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (min-width: 1240px) {
  .r-container {
    max-width: 1230px;
  }
}

@media (min-width: 1240px) {
  .r-container-min {
    max-width: 900px;
  }
}

@media (min-width: 1440px) {
  .r-one-column-page .r-main-content {
    width: 100%;
  }
}

*[data-aos=fade-up] {
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
}
*[data-aos=fade-up].r-show {
  opacity: 1;
  transform: translateY(0);
}

.r-header-sp {
  position: relative;
  z-index: 1010;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.r-header-sp__logo {
  width: 100px;
  margin: 0;
}
.r-header-sp__logo svg {
  display: block;
}
.r-header-sp__free-consultation {
  display: block;
  width: 100px;
  height: 40px;
  margin-right: 20px;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background: #00a0e9;
  border-radius: 5px;
}
.r-header-sp__hamburger {
  position: relative;
  width: 40px;
  height: 30px;
}
.r-header-sp__hamburger::before, .r-header-sp__hamburger::after {
  content: "";
}
.r-header-sp__hamburger::before, .r-header-sp__hamburger::after,
.r-header-sp__hamburger span {
  position: absolute;
  left: 0;
  display: block;
  height: 4px;
  background: #00a0e9;
  transition: transform 0.3s;
}
.r-header-sp__hamburger::before {
  top: 0;
  width: 40px;
}
.r-header-sp__hamburger span {
  top: 50%;
  width: 40px;
  transform: translateY(-50%);
}
.r-header-sp__hamburger::after {
  bottom: 0;
  width: 25px;
}
.r-header-sp__hamburger:hover {
  cursor: pointer;
}
.r-header-sp.r-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.r-header-sp.r-fixed .r-header-sp__logo svg path,
.r-header-sp.r-fixed .r-header-sp__logo svg rect {
  fill: #00a0e9 !important;
}
.r-header-sp.r-fixed .r-header-sp__hamburger::before, .r-header-sp.r-fixed .r-header-sp__hamburger::after,
.r-header-sp.r-fixed .r-header-sp__hamburger span {
  background-color: #00a0e9 !important;
}

.r-drawer-sp {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 1020;
  width: 100%;
  height: calc(100vh - 80px);
  padding-bottom: 80px;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.r-gnav-sp > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #d9d9d9;
}
.r-gnav-sp > ul > li {
  border-top: solid 1px #d9d9d9;
}
.r-gnav-sp > ul > li > a {
  display: block;
  padding: 20px 15px;
  color: #0c0c2e;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.r-gnav-sp__parent {
  position: relative;
}
.r-gnav-sp__parent::before, .r-gnav-sp__parent::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 10px;
  display: block;
  width: 15px;
  height: 1px;
  background: #0576bb;
  transform: translate(-50%, -50%);
}
.r-gnav-sp__parent::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.r-gnav-sp__parent.r-show::after {
  display: none;
}
.r-gnav-sp__parent > ul {
  display: none;
  padding-left: 30px;
  padding-bottom: 20px;
  list-style-type: none;
}
.r-gnav-sp__parent > ul > li > a {
  display: block;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  color: #0c0c2e;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.r-gnav-sp__child > ul {
  padding-left: 15px;
  list-style-type: none;
}
.r-gnav-sp__child > ul > li > a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #0c0c2e;
  font-size: 12px;
  text-decoration: none;
}

.r-gnav-application-button {
  display: block;
  width: 250px;
  height: 50px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: #00a0e9;
  border-radius: 25px;
}

.r-gnav-line {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #59b837;
}
.r-gnav-line__logo {
  width: 180px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
}
.r-gnav-line__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.r-gnav-line__text {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.r-subnavi-sp {
  padding: 15px;
}
.r-subnavi-sp ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.r-subnavi-sp li {
  line-height: 1;
}
.r-subnavi-sp li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d9d9d9;
}
.r-subnavi-sp a {
  color: #3c4449;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 1239px) {
  .r-header-wrap-sp {
    min-height: 100px;
  }
}
@media (min-width: 1240px) {
  .r-header-wrap-sp {
    display: none;
  }
}
.r-header-wrap-sp.r-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.r-header-wrap-sp.r-active .r-drawer-sp {
  visibility: visible;
  opacity: 1;
}
.r-header-wrap-sp.r-active .r-header-sp__hamburger::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.r-header-wrap-sp.r-active .r-header-sp__hamburger::after {
  top: 50%;
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.r-header-wrap-sp.r-active .r-header-sp__hamburger span {
  display: none;
}

.r-header-pc {
  display: none;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 70px;
}
@media (min-width: 1240px) {
  .r-header-pc {
    display: flex;
  }
}
.r-header-pc__logo {
  padding-left: 40px;
}
@media (min-width: 1440px) {
  .r-header-pc__logo {
    padding-left: 20px;
  }
}
@media (min-width: 1700px) {
  .r-header-pc__logo {
    padding-left: 40px;
  }
}
.r-header-pc__logo svg {
  display: block;
  width: 160px;
  height: auto;
}
.r-header-pc__logo svg path,
.r-header-pc__logo svg rect {
  fill: #00a0e9;
}
.r-header-pc__menu {
  margin-left: auto;
}
.r-header-pc__buttons {
  width: 200px;
  height: 100%;
  font-size: 18px;
}
@media (min-width: 1440px) {
  .r-header-pc__buttons {
    width: 150px;
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .r-header-pc__buttons {
    width: 280px;
    font-size: 18px;
  }
}
.r-header-pc__free-consultation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #00a0e9;
}
.r-header-pc__application {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #003046;
}

.r-gnav-pc {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.r-gnav-pc > li {
  padding-bottom: 30px;
  margin-top: 30px;
  margin-right: 30px;
}
@media (min-width: 1440px) {
  .r-gnav-pc > li {
    margin-right: 20px;
  }
}
@media (min-width: 1700px) {
  .r-gnav-pc > li {
    margin-right: 30px;
  }
}
.r-gnav-pc > li > a {
  display: block;
  position: relative;
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.r-gnav-pc > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00a0e9;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.r-gnav-pc > li > a:hover::after {
  transform: scale(1, 1);
}
.r-gnav-pc__parent {
  position: relative;
  padding-right: 20px;
}
.r-gnav-pc__parent::after {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #00a0e9;
  border-bottom: 2px solid #00a0e9;
  transform: rotate(45deg);
}
.r-gnav-pc__parent:hover::after {
  top: 25%;
  transform: rotate(-135deg);
}
.r-gnav-pc__parent:hover .r-gnav-pc__child {
  visibility: visible;
  opacity: 1;
}
.r-gnav-pc__child {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 1000;
  margin: 0;
  padding: 20px;
  list-style-type: none;
  white-space: nowrap;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.06);
  transform: translateX(-50%);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.r-gnav-pc__child > li + li {
  margin-top: 10px;
}
.r-gnav-pc__child > li > a {
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.r-fixed-buttons {
  display: none;
  position: inherit;
  position: fixed;
  left: 50%;
  bottom: 15px;
  z-index: 500;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .r-fixed-buttons {
    left: auto;
    right: 15px;
    transform: translateX(0);
  }
}
.r-fixed-buttons a {
  display: inline-block;
  width: 80px;
}
@media (min-width: 768px) {
  .r-fixed-buttons a {
    display: block;
    right: 15px;
    width: 80px;
  }
}
@media (min-width: 1240px) {
  .r-fixed-buttons a {
    width: 100px;
  }
}
@media (min-width: 1440px) {
  .r-fixed-buttons a {
    width: 120px;
    margin-top: 10px;
  }
}
.r-fixed-buttons img {
  width: 100%;
  height: auto;
}

.r-fixed-buttons-grid {
  display: flex;
  gap: 0 10px;
}
@media (min-width: 768px) {
  .r-fixed-buttons-grid {
    flex-direction: column;
    gap: 5px 0;
  }
}

@media (min-width: 1024px) {
  .r-fixed-buttons-line {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .r-fixed-buttons-pc-none {
    display: none !important;
  }
}

.r-site-footer {
  margin-top: 50px;
  padding-top: 50px;
  color: #fff;
  font-size: 12px;
  background-color: #00a0e9;
}
@media (max-width: 767px) {
  .r-site-footer {
    padding-bottom: 100px;
  }
}
@media (min-width: 1240px) {
  .r-site-footer {
    margin-top: 100px;
  }
}

#mw_wp_form_mw-wp-form-4689 + .r-site-footer {
  margin-top: 0;
}

.r-footer-logo {
  margin-top: 0;
  margin-bottom: 25px;
}
.r-footer-logo img {
  width: 100px;
  height: auto;
}

.r-footer-address {
  margin-bottom: 50px;
}

.r-footer-heading {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.r-footer-heading a {
  color: #fff;
  text-decoration: none;
}
.r-footer-heading img {
  width: 12px;
  height: auto;
  margin-left: 10px;
}

.r-footer-sns {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.r-footer-sns li {
  margin-right: 10px;
}
.r-footer-sns img {
  width: 30px;
  height: auto;
}

.r-footer-nav {
  line-height: 1;
}
.r-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.r-footer-nav li {
  padding-left: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left: 1px solid #fff;
}
.r-footer-nav a {
  color: #fff;
  text-decoration: none;
}
.r-footer-nav--vertical ul {
  flex-direction: column;
}

.r-footer-menu {
  display: flex;
  margin: 0;
  margin-top: 20px;
  padding: 15px 0;
  list-style-type: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.r-footer-menu li {
  margin-right: 10px;
}
.r-footer-menu a {
  color: #fff;
  text-decoration: none;
}

.r-copyright {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

.r-bg-white {
  background: #fff url(../images/renewal/bg-line-sp.png) 0 0;
  background-size: 90px 90px;
}
@media (min-width: 1240px) {
  .r-bg-white {
    background-image: url(../images/renewal/bg-line-pc.png);
    background-size: 300px 300px;
  }
}

.r-body-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
@media (min-width: 1440px) {
  .r-body-bg {
    width: calc(100% - 480px);
  }
}
.r-body-bg img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.r-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.r-hero > .r-container {
  position: relative;
  z-index: 10;
  height: 100%;
}
.r-hero > .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.r-hero__lead {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .r-hero__lead {
    font-size: 60px;
  }
}
@media (min-width: 1240px) {
  .r-hero__lead {
    left: 15px;
    font-size: 70px;
    text-align: left;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    transform: translate(0, -50%);
  }
}
.r-hero__bg {
  width: 100%;
  height: 100vh;
}
.r-hero__bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .r-hero__bg img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    max-width: none;
    height: 100vh;
    transform: translateX(-50%);
  }
}
@media (max-width: 560px) {
  .r-hero__bg img {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .r-hero .swiper-slide-active .r-hero__bg img,
.r-hero .swiper-slide-duplicate-active .r-hero__bg img,
.r-hero .swiper-slide-prev .r-hero__bg img {
    -webkit-animation: slideRight 20s linear both;
            animation: slideRight 20s linear both;
  }
}

.r-week-video {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  width: 100%;
  max-width: 340px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .r-week-video {
    width: 480px;
    max-width: none;
  }
}
@media (min-width: 1240px) {
  .r-week-video {
    right: 30px;
    left: auto;
    transform: translateX(0);
  }
}
.r-week-video img {
  width: 100%;
  height: auto;
}

.r-top-bnr-area {
  margin-top: 50px;
}
@media (min-width: 1240px) {
  .r-top-bnr-area {
    margin-top: 100px;
  }
}

#bnr-slider {
  position: relative;
  overflow: hidden;
}

#bnr-slide-button-prev {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  #bnr-slide-button-prev {
    top: 45%;
    left: -5px;
  }
}
#bnr-slide-button-prev::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/renewal/arrow2-l.svg) 0 0/40px 40px no-repeat;
}

#bnr-slide-button-next {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  #bnr-slide-button-next {
    top: 45%;
    right: -5px;
  }
}
#bnr-slide-button-next::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/renewal/arrow2-r.svg) 0 0/40px 40px no-repeat;
}

#bnr-slide-pagination {
  position: static;
  width: 100%;
  margin-top: 10px;
}
#bnr-slide-pagination .swiper-pagination-bullet-active {
  background-color: #00a0e9;
}
#bnr-slide-pagination .swiper-pagination-bullet {
  margin-right: 3px;
  margin-left: 3px;
}

.r-top-about {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .r-top-about {
    margin-top: 100px;
    padding-top: 150px;
  }
}
.r-top-about > .r-container {
  position: relative;
  z-index: 1;
}
.r-top-about .r-lead-blue {
  position: relative;
  z-index: 1;
}
.r-top-about__img1 {
  display: block;
  margin-right: -15px;
  margin-bottom: 30px;
}
@media (min-width: 1240px) {
  .r-top-about__img1 {
    display: none;
  }
}
.r-top-about__img1 img {
  width: 100%;
  height: auto;
}
.r-top-about__img2 {
  position: relative;
  z-index: 2;
}
.r-top-about__img2 img {
  width: 100%;
  height: auto;
}
.r-top-about__img3 {
  display: none;
}
@media (min-width: 1240px) {
  .r-top-about__img3 {
    position: absolute;
    top: 140px;
    right: 0;
    z-index: 1;
    display: block;
    width: 50%;
  }
}
.r-top-about__typography-sp {
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
  width: auto;
  max-width: none !important;
  height: 100px;
}
@media (min-width: 768px) {
  .r-top-about__typography-sp {
    display: none;
  }
}
.r-top-about__typography-tab {
  display: none;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
  width: auto;
  max-width: none !important;
  height: 100px;
}
@media (min-width: 768px) {
  .r-top-about__typography-tab {
    display: block;
  }
}
@media (min-width: 1240px) {
  .r-top-about__typography-tab {
    display: none;
  }
}
.r-top-about__typography-pc {
  display: none;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
  width: auto;
  max-width: none !important;
  height: 350px;
}
@media (min-width: 1240px) {
  .r-top-about__typography-pc {
    display: block;
  }
}
.r-top-about .typography-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.r-point-ol {
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-point-ol {
    margin-top: 40px;
    margin-bottom: 20%;
    font-size: 20px;
  }
}
.r-point-ol li {
  margin-bottom: 25px;
}
@media (min-width: 1240px) {
  .r-point-ol li {
    margin-bottom: 40px;
  }
}
.r-point-ol strong {
  display: inline-block;
  color: #00a0e9;
}

.typography-slider {
  overflow: hidden;
}
.typography-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.typography-slider .swiper-slide {
  width: auto;
}
.typography-slider img {
  width: auto;
  max-width: none;
  height: 100px;
}
@media (min-width: 1240px) {
  .typography-slider img {
    height: 350px;
  }
}

.r-top-results {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 1240px) {
  .r-top-results {
    margin-top: -130px;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.r-top-results > .r-container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1240px) {
  .r-top-results::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60%;
    height: 130px;
    background: #fff;
  }
}
.r-top-results::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 0;
  width: 80%;
  height: 82%;
  background-color: #f6f7fa;
}
@media (min-width: 1240px) {
  .r-top-results::after {
    top: 25%;
  }
}
.r-top-results .r-lead-blue {
  font-size: 20px;
}
@media (min-width: 1240px) {
  .r-top-results__textarea {
    display: flex;
    align-items: center;
    height: 130px;
  }
}
@media (min-width: 1240px) {
  .r-top-results__textarea .r-section-heading {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .r-top-results__textarea .r-lead-blue {
    margin-bottom: 0;
    font-size: 32px;
  }
}

.r-voice-slider {
  position: relative;
  margin-top: 25px;
  margin-right: -15px;
  padding-bottom: 100px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 560px) {
  .r-voice-slider {
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  .r-voice-slider {
    margin-top: 70px;
  }
}
.r-voice-slider .r-voice-button-prev {
  position: absolute;
  bottom: 0;
  right: 70px;
  width: 40px;
  height: 40px;
}
@media (min-width: 1240px) {
  .r-voice-slider .r-voice-button-prev {
    right: 100px;
    width: 60px;
    height: 60px;
  }
}
.r-voice-slider .r-voice-button-prev::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/renewal/slider-arrow-l.svg) 50% 50%/cover no-repeat;
}
@media (min-width: 1240px) {
  .r-voice-slider .r-voice-button-prev::after {
    width: 60px;
    height: 60px;
  }
}
.r-voice-slider .r-voice-button-next {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 1240px) {
  .r-voice-slider .r-voice-button-next {
    width: 60px;
    height: 60px;
  }
}
.r-voice-slider .r-voice-button-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/renewal/slider-arrow-r.svg) 50% 50%/cover no-repeat;
}
@media (min-width: 1240px) {
  .r-voice-slider .r-voice-button-next::after {
    width: 60px;
    height: 60px;
  }
}
.r-voice-slider .r-voice-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  color: #00a0e9;
  font-size: 15px;
}
@media (min-width: 1240px) {
  .r-voice-slider .r-voice-pagination {
    font-size: 30px;
  }
}
.r-voice-slider .swiper-pagination-current {
  font-size: 20px;
}
@media (min-width: 1240px) {
  .r-voice-slider .swiper-pagination-current {
    font-size: 40px;
  }
}

.r-voice-box {
  padding-bottom: 5px;
}
.r-voice-box__thumb {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.r-voice-box__thumb img {
  width: 100%;
  height: auto;
}
.r-voice-box__title {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000",GradientType=0 );
  border-radius: 0 0 10px 10px;
}
.r-voice-box__title p:nth-child(1) {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.r-voice-box__title p:nth-child(1) small {
  font-size: 14px;
}
.r-voice-box__title p:nth-child(2) {
  margin: 0;
  font-size: 14px;
}
.r-voice-box__text {
  font-size: 12px;
}
.r-voice-box__text a {
  color: #3c4449;
  text-decoration: none;
}
.r-voice-box__tags {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  color: #00a0e9;
  font-size: 10px;
  list-style-type: none;
}
.r-voice-box__tags li {
  margin-right: 5px;
  padding: 5px 10px;
  line-height: 1;
  border: 1px solid #00a0e9;
  border-radius: 100px;
}

.r-top-how {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .r-top-how {
    padding-top: 100px;
  }
}
.r-top-how > .r-container {
  position: relative;
  z-index: 1;
}
.r-top-how__typography-sp {
  position: absolute;
  top: 50px;
  left: 0;
  width: auto;
  height: 100px;
  max-width: none !important;
}
@media (min-width: 768px) {
  .r-top-how__typography-sp {
    display: none;
  }
}
.r-top-how__typography-tab {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: auto;
  height: 100px;
  max-width: none !important;
}
@media (min-width: 768px) {
  .r-top-how__typography-tab {
    display: block;
  }
}
@media (min-width: 1240px) {
  .r-top-how__typography-tab {
    display: none;
  }
}
.r-top-how__typography-pc {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: auto;
  height: 350px;
  max-width: none !important;
}
@media (min-width: 1240px) {
  .r-top-how__typography-pc {
    display: block;
  }
}
.r-top-how .typography-slider {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  width: 100%;
}

.r-pdca-img {
  display: block;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1240px) {
  .r-pdca-img {
    display: none;
  }
}

.r-pdca-flow {
  margin-top: 50px;
}
.r-pdca-flow__button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 1240px) {
  .r-pdca-flow__button {
    margin-top: 100px;
  }
}
@media (min-width: 1240px) {
  .r-pdca-flow__button .r-button-blue {
    padding: 25px 65px;
  }
}

.r-section-subheading {
  margin: 0;
  margin-bottom: 30px;
  padding-left: 10px;
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-left: 1px solid #00a0e9;
}
@media (min-width: 1240px) {
  .r-section-subheading {
    font-size: 20px;
  }
}

@media (min-width: 1240px) {
  .r-pdca-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
  }
}
@media (min-width: 1240px) {
  .r-pdca-list__col {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .r-pdca-list__col:nth-child(3) {
    order: 1;
  }
}

.r-pdca-icon {
  display: none;
}
@media (min-width: 1240px) {
  .r-pdca-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
  }
}
.r-pdca-icon > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
.r-pdca-icon > img:nth-child(1) {
  z-index: 1;
}
.r-pdca-icon > img:nth-child(2) {
  z-index: 2;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}

.r-pdca-step {
  position: relative;
  padding-bottom: 100px;
  padding-left: 50%;
  background: 0 0 no-repeat;
  background-size: 70% auto;
}
@media (min-width: 768px) {
  .r-pdca-step {
    background-size: 40% auto;
  }
}
@media (min-width: 1240px) {
  .r-pdca-step {
    height: 240px;
    padding-top: 40px;
    padding-bottom: 0;
    background-position: 20px 20px;
    background-size: 60% auto;
  }
}
.r-pdca-step::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-right: 2px solid #0584d1;
  border-bottom: 2px solid #0584d1;
  transform: rotate(45deg) translateX(-50%);
}
@media (min-width: 1240px) {
  .r-pdca-step::after {
    display: none;
  }
}
.r-pdca-step__title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #00a0e9;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-pdca-step__title {
    font-size: 26px;
  }
}
.r-pdca-step__text {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 1240px) {
  .r-pdca-step__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
.r-pdca-step__tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 10px;
  list-style-type: none;
}
@media (min-width: 1240px) {
  .r-pdca-step__tag {
    font-size: 13px;
  }
}
.r-pdca-step__tag li {
  margin-right: 5px;
}

.r-pdca-step1 {
  background-image: url(../images/renewal/pdca-plan.png);
}
@media (min-width: 1240px) {
  .r-pdca-step1 {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
}

.r-pdca-step2 {
  background-image: url(../images/renewal/pdca-do.png);
}
@media (min-width: 1240px) {
  .r-pdca-step2 {
    border-bottom: 1px solid #e2e2e2;
  }
}

.r-pdca-step3 {
  background-image: url(../images/renewal/pdca-check.png);
}
@media (min-width: 1240px) {
  .r-pdca-step3 {
    border-left: 1px solid #e2e2e2;
  }
}

.r-pdca-step4 {
  background-image: url(../images/renewal/pdca-act.png);
}
.r-pdca-step4::after {
  bottom: 20px;
}

.r-top-coaches {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-top-coaches {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1240px) {
  .r-top-coaches::after {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 80%;
    height: calc(100% - 80px);
    background-color: #f6f7fa;
  }
}
@media (min-width: 1240px) {
  .r-top-coaches > .r-container {
    position: relative;
    z-index: 1;
  }
}

.r-coache-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
}
@media (min-width: 1240px) {
  .r-coache-list {
    margin-top: -30px;
    margin-left: -30px;
    padding-top: 60px;
  }
}
.r-coache-list__col {
  box-sizing: border-box;
  width: 50%;
  padding-top: 15px;
  padding-left: 15px;
}
@media (min-width: 1240px) {
  .r-coache-list__col {
    width: 25%;
    padding-top: 30px;
    padding-left: 30px;
  }
}

.r-coache-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.r-coache-box img {
  width: 100%;
  height: auto;
}
.r-coache-box__text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 );
}
@media (min-width: 1240px) {
  .r-coache-box__text {
    background: none;
  }
}
.r-coache-box__name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-coache-box__name {
    font-size: 16px;
  }
}
.r-coache-box__school {
  margin: 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-coache-box__school {
    display: none;
  }
}
.r-coache-box__school2 {
  display: none;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1240px) {
  .r-coache-box__school2 {
    display: block;
    margin-top: 5px;
  }
}

.r-top-youtube {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #00a0e9;
}
@media (min-width: 1240px) {
  .r-top-youtube {
    padding-bottom: 100px;
  }
}
.r-top-youtube .r-section-heading {
  color: #fff;
}
.r-top-youtube .r-lead-blue {
  color: #fff;
  font-size: 25px;
  letter-spacing: 4px;
  line-height: 1.5;
}
@media (min-width: 1240px) {
  .r-top-youtube .r-lead-blue {
    margin-bottom: 50px;
    font-size: 50px;
  }
}

.r-youtube-slider {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  overflow: hidden;
}
@media (min-width: 560px) {
  .r-youtube-slider {
    padding-right: 15px;
  }
}
.r-youtube-slider__box {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px;
}
.r-youtube-slider__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r-youtube-slider__prev, .r-youtube-slider__next {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.r-youtube-slider__prev {
  left: 5px;
  background: url(../images/renewal/arrow2-l.svg) 50% 50%/cover no-repeat;
}
.r-youtube-slider__next {
  right: 5px;
  background: url(../images/renewal/arrow2-r.svg) 50% 50%/cover no-repeat;
}

.r-top-curriculum {
  padding-top: 50px;
}

@media (min-width: 1240px) {
  .r-curriculum-list {
    display: flex;
    margin-top: 70px;
  }
}
.r-curriculum-list__col {
  margin-top: 30px;
}
@media (min-width: 1240px) {
  .r-curriculum-list__col {
    width: 50%;
    margin-top: 0;
  }
}
.r-curriculum-list__col a {
  color: #00a0e9;
}
.r-curriculum-list__img {
  display: block;
}
.r-curriculum-list__img img {
  width: 100%;
  height: auto;
}
.r-curriculum-list__text {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 1240px) {
  .r-curriculum-list__text {
    font-size: 16px;
  }
}
.r-curriculum-list__text img {
  width: 10px;
  height: auto;
  margin-left: 4px;
}
@media (min-width: 1240px) {
  .r-curriculum-list__text img {
    width: 12px;
  }
}

.r-top-news {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-top-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.r-top-news .r-lead-blue {
  margin-bottom: 0;
}
.r-top-news__link {
  margin: 0;
  text-align: right;
}
.r-top-news__link a {
  color: #3d3d3d;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-top-news__link a {
    font-size: 14px;
  }
}

.r-top-message {
  position: relative;
}
@media (min-width: 1240px) {
  .r-top-message {
    padding-bottom: 100px;
  }
}
.r-top-message > .r-container {
  position: relative;
  z-index: 1;
}
.r-top-message > .r-container::after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
  width: 80%;
  height: 60%;
  background: url(../images/renewal/bg-dot-blue.png);
  background-size: 9px 9px;
}
@media (min-width: 1240px) {
  .r-top-message > .r-container::after {
    top: -30px;
    width: 20%;
    height: 70%;
    background-size: 18px 18px;
  }
}
.r-top-message a {
  color: #00a0e9;
}
.r-top-message__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1240px) {
  .r-top-news-list {
    display: flex;
    margin-left: -30px;
  }
}
.r-top-news-list__col {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 1240px) {
  .r-top-news-list__col {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
}
.r-top-news-list__meta {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-top-news-list__meta {
    font-size: 15px;
  }
}
.r-top-news-list__meta a {
  color: #0576bb;
  text-decoration: none;
}
.r-top-news-list__title {
  margin: 0;
  color: #3d3d3d;
  font-size: 12px;
  text-decoration: none;
}
@media (min-width: 1240px) {
  .r-top-news-list__title {
    font-size: 14px;
  }
}

.r-merit {
  margin-top: 100px;
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 1240px) {
  .r-merit {
    padding-bottom: 70px;
  }
}
.r-merit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}
@media (min-width: 1240px) {
  .r-merit::after {
    bottom: -15px;
    border-width: 15px 20px 0 20px;
  }
}
@media (min-width: 1440px) {
  .r-merit::after {
    display: none;
  }
}
.r-merit__heading {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #00a0e9;
}
@media (min-width: 1240px) {
  .r-merit__heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 33px;
  }
}
.r-merit__heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #00a0e9 transparent transparent transparent;
  transform: translateX(-50%);
}
@media (min-width: 1240px) {
  .r-merit__heading::after {
    bottom: -14px;
    border-width: 15px 20px 0 20px;
  }
}
.r-merit__heading p {
  position: relative;
  z-index: 1;
}
.r-merit__heading p:nth-child(2) {
  line-height: 1.5;
}
@media (min-width: 1240px) {
  .r-merit__heading p {
    margin: 0;
  }
}
.r-merit__heading small {
  font-weight: normal;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-merit__heading small {
    font-size: 16px;
  }
}
.r-merit__lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1240px) {
  .r-merit__lead {
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 20px;
  }
}
.r-merit__lead strong {
  display: inline-block;
  color: #00a0e9;
}
.r-merit__text {
  font-size: 10px;
}
@media (min-width: 1240px) {
  .r-merit__text {
    font-size: 14px;
    text-align: center;
  }
}
.r-merit__ill1 {
  position: absolute;
  top: -205px;
  right: 0;
  width: 56px;
  height: auto;
}
@media (min-width: 1240px) {
  .r-merit__ill1 {
    width: 114px;
    top: -70px;
  }
}
.r-merit__ill2 {
  position: absolute;
  top: -200px;
  left: 0;
  width: 87px;
  height: auto;
}
@media (min-width: 1240px) {
  .r-merit__ill2 {
    width: 174px;
    top: -60px;
  }
}

.r-merit-list {
  margin-top: -15px;
}
@media (min-width: 1240px) {
  .r-merit-list {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.r-merit-list__col {
  padding-top: 15px;
}
@media (min-width: 1240px) {
  .r-merit-list__col {
    width: 270px;
    padding-top: 0;
    padding-right: 17px;
    padding-left: 17px;
  }
}

.r-merit-box {
  display: flex;
  position: relative;
  align-items: center;
  padding: 15px;
  padding-left: 20px;
  border: 1px solid #00a0e9;
  border-radius: 5px;
}
@media (min-width: 1240px) {
  .r-merit-box {
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding-top: 30px;
  }
}
.r-merit-box p {
  margin-top: 0;
}
.r-merit-box__thumb {
  flex-shrink: 0;
  width: 60px;
  margin-right: 20px;
  color: #00a0e9;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1240px) {
  .r-merit-box__thumb {
    width: 100px;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (min-width: 1240px) {
  .r-merit-box__thumb p {
    margin-bottom: 0;
  }
}
.r-merit-box__title {
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-merit-box__title {
    font-size: 18px;
    text-align: center;
  }
}
.r-merit-box__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 10px;
  list-style-type: none;
}
@media (min-width: 1240px) {
  .r-merit-box__tags {
    font-size: 12px;
  }
}
.r-merit-box__tags li {
  margin-right: 5px;
}
.r-merit-box__icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}
@media (min-width: 1240px) {
  .r-merit-box__icon {
    width: 40px;
    height: 40px;
    top: 0;
    left: 50%;
  }
}

.r-free-consultation {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #313131;
  background: #f6f7fa;
}
@media (min-width: 1240px) {
  .r-free-consultation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .r-free-consultation {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow: auto;
  }
}
.r-free-consultation .r-lead-blue {
  font-size: 24px;
}
@media (min-width: 1240px) {
  .r-free-consultation .r-lead-blue {
    font-size: 32px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .r-free-consultation .r-lead-blue {
    font-size: 24px;
  }
}
.r-free-consultation__text {
  display: none;
  font-size: 12px;
}
@media (min-width: 1440px) {
  .r-free-consultation__text {
    display: block;
  }
}

@media (min-width: 1440px) {
  .r-footer-free-consultation .r-free-consultation .hope-enroll {
    display: none;
  }
}

#r-form-method-row-1,
#r-form-method-row-2 {
  display: none;
}

.r-free-consultation-button {
  display: none;
  text-align: center;
}
@media (min-width: 1440px) {
  .r-free-consultation-button {
    display: block;
    margin-bottom: 100px;
  }
}
.r-free-consultation-button--always {
  display: block !important;
}

.r-experience-box {
  display: none;
  margin-bottom: 50px;
  padding: 15px;
  background: #fff;
  border: 1px solid #0576bb;
}
@media (min-width: 1440px) {
  .r-experience-box {
    display: block;
    margin-bottom: 20px;
    padding-top: 5px;
  }
}
.r-experience-box__lead {
  margin: 0;
  color: #3c4449;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1440px) {
  .r-experience-box__lead {
    display: none;
  }
}
.r-experience-box__list {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style-type: none;
}
@media (min-width: 1440px) {
  .r-experience-box__list {
    font-size: 12px;
  }
}
.r-experience-box__list li {
  min-height: 22px;
  margin-top: 10px;
  padding-left: 30px;
  background: url(../images/renewal/icon-check.svg) 0 2px/20px 20px no-repeat;
}

.r-form {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}
.r-form__2col {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
}
@media (min-width: 1240px) {
  .r-form__2col {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .r-form__2col {
    margin-top: -15px;
    margin-left: -15px;
  }
}
.r-form__2col .r-form-row {
  box-sizing: border-box;
  width: 50%;
  padding-top: 15px;
  padding-left: 15px;
}
@media (min-width: 1240px) {
  .r-form__2col .r-form-row {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .r-form__2col .r-form-row {
    width: 50%;
    padding-top: 15px;
    padding-left: 15px;
  }
}
.r-form__note {
  font-size: 10px;
}
@media (min-width: 1240px) {
  .r-form__note {
    font-size: 14px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .r-form__note {
    font-size: 10px;
  }
}
.r-form__note a {
  color: #313131;
}
.r-form__text {
  line-height: 1.5;
}
@media (min-width: 1240px) {
  .r-form__text {
    margin-left: 200px;
  }
}
@media (min-width: 1440px) {
  .r-form__text {
    display: none;
  }
}
.r-form__text small {
  font-size: 10px;
}
@media (min-width: 1240px) {
  .r-form__text small {
    font-size: 12px;
  }
}
.r-form__text a {
  color: #00a0e9;
}
@media (min-width: 1240px) {
  .r-form__button {
    text-align: center;
  }
}
.r-form .r-button-blue {
  margin-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .r-form .r-button-blue {
    font-size: 18px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.r-form .r-button-blue[disabled] {
  color: #fff;
  background: #c4c4c4;
}

.r-form-row {
  margin-bottom: 15px;
  font-size: 13px;
}
@media (min-width: 1240px) {
  .r-form-row {
    display: flex;
    align-items: start;
  }
}
@media (min-width: 1440px) {
  .r-form-row {
    display: block;
  }
}
.r-form-row input[type=text] {
  display: block;
}
.r-form-row input[type=text],
.r-form-row input[type=email],
.r-form-row textarea,
.r-form-row select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e3e5ed;
  border-radius: 5px;
}
@media (min-width: 1240px) {
  .r-form-row input[type=text],
.r-form-row input[type=email],
.r-form-row textarea,
.r-form-row select {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .r-form-row input[type=text],
.r-form-row input[type=email],
.r-form-row textarea,
.r-form-row select {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .r-form-row textarea {
    height: 100px;
  }
}
.r-form-row select {
  display: block;
  background: #fff url(../images/renewal/arrow-bottom.png) 100% 50%/14px auto no-repeat;
  padding-right: 20px;
}

.r-form-title {
  display: block;
  margin-bottom: 5px;
  color: #313131;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 1240px) {
  .r-form-title {
    flex-shrink: 0;
    width: 240px;
    padding-right: 40px;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .r-form-title {
    width: auto;
    font-size: 14px;
  }
}
.r-form-title small {
  font-size: 10px;
  font-weight: normal;
}

.r-form-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.r-form-horizontal .horizontal-item {
  margin-left: 0 !important;
  margin-right: 10px;
}

.r-required {
  color: #db8383;
  font-size: 10px;
}

.r-form-text {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
}

.r-pagetitle {
  position: relative;
  height: 80px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .r-pagetitle {
    height: 160px;
    margin-bottom: 40px;
  }
}
.r-pagetitle h1 {
  margin: 0;
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
}
@media (min-width: 1240px) {
  .r-pagetitle h1 {
    font-size: 34px;
    line-height: 160px;
  }
}
.r-pagetitle img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
  width: auto;
  height: 80px;
  opacity: 0.2;
}
@media (min-width: 1240px) {
  .r-pagetitle img {
    height: 160px;
  }
}
.r-pagetitle__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  fill: #000;
  fill-opacity: 0;
  stroke: #00a0e9;
  stroke-width: 1px;
  stroke-dashoffset: 10px;
  stroke-dasharray: 3px 1px;
  -webkit-animation: pagetitle 2s ease normal forwards;
          animation: pagetitle 2s ease normal forwards;
  opacity: 0.2;
}
@media (min-width: 1240px) {
  .r-pagetitle__bg {
    height: 160px;
  }
}

.r-breadcrumb {
  margin-bottom: 40px;
  font-size: 10px;
}
@media (min-width: 1240px) {
  .r-breadcrumb {
    margin-bottom: 100px;
    font-size: 13px;
  }
}
.r-breadcrumb ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.r-breadcrumb li + li {
  position: relative;
  margin-left: 30px;
}
@media (min-width: 1240px) {
  .r-breadcrumb li + li {
    margin-left: 80px;
  }
}
.r-breadcrumb li + li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 1px;
  background: #b7b8b9;
}
@media (min-width: 1240px) {
  .r-breadcrumb li + li::after {
    width: 60px;
    left: -70px;
  }
}
.r-breadcrumb a {
  color: #a2a2a2;
  text-decoration: none;
}
.r-breadcrumb a:hover {
  text-decoration: underline;
}

.r-inpage-links {
  margin-bottom: 40px;
}
@media (min-width: 1240px) {
  .r-inpage-links {
    margin-bottom: 100px;
  }
}
.r-inpage-links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: -15px;
  margin-left: -15px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1240px) {
  .r-inpage-links ul {
    margin-top: 0;
    margin-left: -30px;
  }
}
.r-inpage-links li {
  box-sizing: border-box;
  width: calc(50% - 15px);
  margin-top: 15px;
  margin-left: 15px;
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 1240px) {
  .r-inpage-links li {
    width: calc(25% - 30px);
    margin-top: 0;
    margin-left: 30px;
  }
}
.r-inpage-links a {
  display: block;
  color: #3c4449;
  text-decoration: none;
  padding-bottom: 15px;
  font-size: 12px;
  background: url(../images/renewal//strengths/arrow-down.svg) 100% 50%/8px auto no-repeat;
}
@media (min-width: 1240px) {
  .r-inpage-links a {
    padding-bottom: 40px;
    font-size: 16px;
    background-position: 100% 10px;
    background-size: 16px auto;
  }
}

.r-strengths > .r-container {
  position: relative;
  z-index: 1;
}
.r-strengths > .r-container::after {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: -1;
  display: block;
  color: #f6f7fa;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 130px;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1240px) {
  .r-strengths > .r-container::after {
    top: -80px;
    right: 0;
    font-size: 260px;
  }
}
@media (min-width: 1240px) {
  .r-strengths .r-lead-blue {
    font-size: 32px;
  }
}

.r-strengths1 {
  margin-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-strengths1 {
    margin-bottom: 100px;
  }
}
.r-strengths1 > .r-container::after {
  content: "01";
}
@media (min-width: 1240px) {
  .r-strengths1 > .r-container::after {
    content: "ONE";
  }
}

.r-strengths2 {
  margin-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-strengths2 {
    margin-bottom: 100px;
  }
}
.r-strengths2 > .r-container::after {
  content: "02";
}
@media (min-width: 1240px) {
  .r-strengths2 > .r-container::after {
    content: "TWO";
  }
}

.r-strengths3 {
  margin-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-strengths3 {
    margin-bottom: 100px;
  }
}
.r-strengths3 > .r-container::after {
  content: "03";
}
@media (min-width: 1240px) {
  .r-strengths3 > .r-container::after {
    content: "THREE";
  }
}

.r-strengths-main {
  display: block;
  margin-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-strengths-main {
    margin-bottom: 100px;
  }
}
.r-strengths-main img {
  width: 100%;
  height: auto;
}

@media (min-width: 1240px) {
  .r-strengths-text {
    margin-bottom: 40px;
  }
}

.r-strengths-list {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (min-width: 1240px) {
  .r-strengths-list {
    display: flex;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: -30px;
  }
}
.r-strengths-list__col {
  padding-top: 20px;
}
@media (min-width: 1240px) {
  .r-strengths-list__col {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-top: 0;
    padding-left: 30px;
  }
}

.r-strengths-box {
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
  border: 1px solid #e3e5ed;
}
.r-strengths-box__title {
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1240px) {
  .r-strengths-box__title {
    font-size: 20px;
  }
}
.r-strengths-box__thumb {
  display: block;
  max-width: 240px !important;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.r-strengths-box__text {
  margin-bottom: 0;
  font-size: 12px;
}

@media (min-width: 1240px) {
  .r-first-class-coach .r-coache-list {
    padding-top: 0;
  }
}

.r-about-pdca {
  margin-bottom: 25px;
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
}
.r-about-pdca__header {
  position: relative;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 1240px) {
  .r-about-pdca__header {
    padding: 30px;
    font-size: 16px;
  }
}
.r-about-pdca__header::before, .r-about-pdca__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 15px;
  height: 2px;
  background: #00a0e9;
}
@media (min-width: 1240px) {
  .r-about-pdca__header::before, .r-about-pdca__header::after {
    right: 20px;
  }
}
.r-about-pdca__header::before {
  transform: translate(-50%, -50%);
}
.r-about-pdca__header::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.r-about-pdca__header.r-open::after {
  display: none;
}
.r-about-pdca__header p {
  margin: 0;
}
.r-about-pdca__content {
  display: none;
  padding: 15px;
  padding-top: 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-about-pdca__content {
    padding: 30px;
    padding-top: 0;
    font-size: 14px;
  }
}
.r-about-pdca__content p {
  margin: 0;
}

.r-pdca-slider {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
.r-pdca-slider .r-voice-button-prev {
  position: absolute;
  bottom: 0;
  right: 70px;
  width: 40px;
  height: 40px;
}
@media (min-width: 1240px) {
  .r-pdca-slider .r-voice-button-prev {
    display: none;
    right: 100px;
    width: 60px;
    height: 60px;
  }
}
.r-pdca-slider .r-voice-button-prev::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/renewal/slider-arrow-l.svg) 50% 50%/cover no-repeat;
}
@media (min-width: 1240px) {
  .r-pdca-slider .r-voice-button-prev::after {
    width: 60px;
    height: 60px;
  }
}
.r-pdca-slider .r-voice-button-next {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 1240px) {
  .r-pdca-slider .r-voice-button-next {
    display: none;
    width: 60px;
    height: 60px;
  }
}
.r-pdca-slider .r-voice-button-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/renewal/slider-arrow-r.svg) 50% 50%/cover no-repeat;
}
@media (min-width: 1240px) {
  .r-pdca-slider .r-voice-button-next::after {
    width: 60px;
    height: 60px;
  }
}
.r-pdca-slider .r-voice-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  color: #00a0e9;
  font-size: 15px;
}
@media (min-width: 1240px) {
  .r-pdca-slider .r-voice-pagination {
    font-size: 30px;
  }
}
.r-pdca-slider .swiper-pagination-current {
  font-size: 20px;
}
@media (min-width: 1240px) {
  .r-pdca-slider .swiper-pagination-current {
    font-size: 40px;
  }
}

.r-pdca-box {
  max-width: 300px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.r-pdca-box__title {
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #00a0e9;
}
.r-pdca-box__content {
  padding: 15px;
}
.r-pdca-box__thumb {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.r-pdca-box__text {
  font-size: 12px;
}

.r-strengths-coaches {
  padding-top: 0;
}
.r-strengths-coaches::after {
  display: none;
}

.r-characteristic {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
  background: #f6f7fa;
}
@media (min-width: 1240px) {
  .r-characteristic {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1240px) {
  .r-characteristic .r-lead-blue {
    font-size: 32px;
  }
}

.r-characteristic-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
}
@media (min-width: 1240px) {
  .r-characteristic-list {
    margin-top: 0;
    margin-left: -30px;
  }
}
.r-characteristic-list__col {
  box-sizing: border-box;
  width: 50%;
  padding-top: 15px;
  padding-left: 15px;
}
@media (min-width: 1240px) {
  .r-characteristic-list__col {
    width: 25%;
    padding-top: 0;
    padding-left: 30px;
  }
}

.r-characteristic-box__thumb {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.r-characteristic-box__title {
  color: #00a0e9;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 1240px) {
  .r-characteristic-box__title {
    font-size: 20px;
  }
}
.r-characteristic-box__text {
  margin: 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-characteristic-box__text {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .r-user-vice {
    margin-bottom: 50px;
  }
}
@media (min-width: 1240px) {
  .r-user-vice .r-lead-blue {
    font-size: 32px;
  }
}

.r-user-vice-list {
  margin-top: -15px;
}
@media (min-width: 1240px) {
  .r-user-vice-list {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: -25px;
    margin-left: -40px;
  }
}
.r-user-vice-list__col {
  padding-top: 15px;
}
@media (min-width: 1240px) {
  .r-user-vice-list__col {
    box-sizing: border-box;
    width: 50%;
    padding-top: 25px;
    padding-left: 40px;
  }
}

.r-user-vice-box {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
  background: #f6f7fa;
  border-radius: 5px;
}
@media (min-width: 1240px) {
  .r-user-vice-box {
    padding: 25px;
  }
}
.r-user-vice-box__thumb {
  flex-shrink: 0;
  width: 60px;
  margin-right: 15px;
}
@media (min-width: 1240px) {
  .r-user-vice-box__thumb {
    width: 100px;
    margin-right: 30px;
  }
}
.r-user-vice-box__title {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-user-vice-box__title {
    font-size: 20px;
  }
}
.r-user-vice-box__text {
  margin: 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-user-vice-box__text {
    font-size: 16px;
  }
}

.r-trouble {
  margin-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-trouble {
    margin-bottom: 100px;
  }
}

.r-trouble-list {
  margin-top: 25px;
}
.r-trouble-list__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
}
@media (min-width: 1240px) {
  .r-trouble-list__row {
    margin-left: -30px;
  }
}
.r-trouble-list__col {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}
@media (min-width: 1240px) {
  .r-trouble-list__col {
    width: 25%;
    padding-left: 30px;
  }
}

.r-trouble-bubble {
  position: relative;
  padding: 25px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #00a0e9;
  border-radius: 10px;
}
.r-trouble-bubble::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 18px;
  height: 9px;
  background: url(../images/renewal/curriculum/bubble-bottom.svg) 0 0/cover no-repeat;
  transform: translateX(-50%);
}
.r-trouble-bubble__subtext {
  margin: 0;
  margin-bottom: 10px;
  font-size: 10px;
}
@media (min-width: 1240px) {
  .r-trouble-bubble__subtext {
    font-size: 14px;
  }
}
.r-trouble-bubble__maintext {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1240px) {
  .r-trouble-bubble__maintext {
    font-size: 18px;
  }
}

.r-trouble-icon {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 60px;
  height: auto;
}

.r-todo {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-top: 15px;
}
.r-todo > .r-container::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
  display: block;
  width: 80%;
  height: 50%;
  background: url(../images/renewal/bg-dot-blue.png) 0 0/9px 9px;
}
@media (min-width: 1240px) {
  .r-todo > .r-container::after {
    display: none;
  }
}

.r-todo-box {
  padding: 15px;
  background: #fff;
  border: 1px solid #0576bb;
}
@media (min-width: 1240px) {
  .r-todo-box {
    display: flex;
    align-items: start;
    margin-right: 0;
    padding: 0;
    border: none;
  }
}
.r-todo-box__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 14px;
  color: #00a0e9;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-todo-box__title {
    flex-shrink: 0;
    font-size: 28px;
    margin-right: 100px;
  }
}
.r-todo-box__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background: #ccc;
}
@media (min-width: 1240px) {
  .r-todo-box__content {
    padding: 20px 80px;
    border: 1px solid #00a0e9;
  }
}

.r-todo-list__col {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}
@media (min-width: 1240px) {
  .r-todo-list__col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.r-todo-list__col + .r-todo-list__col {
  border-top: 1px solid #d0d0d0;
}
.r-todo-list__title {
  position: relative;
  margin-top: 0;
  color: #00a0e9;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-todo-list__title {
    font-size: 20px;
  }
}
.r-todo-list__title img {
  display: block;
  position: absolute;
  top: 2px;
  left: -30px;
  width: 20px;
  height: auto;
}
@media (min-width: 1240px) {
  .r-todo-list__title img {
    top: 0;
    left: -45px;
    width: 35px;
  }
}
.r-todo-list__text {
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  .r-todo-list__text {
    font-size: 14px;
  }
}

.r-overall-flow {
  margin-bottom: 25px;
}
@media (min-width: 1240px) {
  .r-overall-flow {
    margin-bottom: 70px;
  }
}

@media (min-width: 1240px) {
  .r-overall-flow-list {
    display: flex;
  }
}
@media (min-width: 1240px) {
  .r-overall-flow-list__col {
    width: 33.3333333333%;
  }
}

.r-overall-flow-box {
  position: relative;
  display: flex;
  margin-bottom: -1px;
  padding: 15px;
  background: #f6f7fa;
  border: 1px solid #d0d0d0;
}
@media (min-width: 1240px) {
  .r-overall-flow-box {
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-left: -1px;
    padding: 35px;
    text-align: center;
  }
}
.r-overall-flow-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -22px;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: #f6f7fa;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 1240px) {
  .r-overall-flow-box::after {
    display: none;
  }
}
.r-overall-flow-box__icon {
  flex-shrink: 0;
  width: 60px;
  margin-right: 15px;
}
@media (min-width: 1240px) {
  .r-overall-flow-box__icon {
    width: 100px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.r-overall-flow-box__icon p {
  margin: 0;
  color: #00a0e9;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-overall-flow-box__icon p {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
  }
}
.r-overall-flow-box__icon img {
  width: 100%;
}
.r-overall-flow-box__title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #00a0e9;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-overall-flow-box__title {
    font-size: 20px;
  }
}
.r-overall-flow-box__text {
  margin: 0;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 1240px) {
  .r-overall-flow-box__text {
    font-size: 14px;
  }
}
.r-overall-flow-box--arrow-none::after {
  display: none;
}

@media (min-width: 1240px) {
  .r-guidance-flow {
    margin-bottom: 150px;
  }
}
.r-guidance-flow__section {
  position: relative;
  margin-bottom: 60px;
}
.r-guidance-flow__section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #dddddd;
}
@media (min-width: 1240px) {
  .r-guidance-flow__section::after {
    height: calc(100% - 20px);
  }
}
@media (max-width: 1239px) {
  .r-guidance-flow__section--last::after {
    display: none;
  }
}
@media (min-width: 1240px) {
  .r-guidance-flow__section.r-active::after {
    -webkit-animation: scrollBottom 2s cubic-bezier(1, 0, 0, 1) 1.5;
            animation: scrollBottom 2s cubic-bezier(1, 0, 0, 1) 1.5;
  }
}
.r-guidance-flow__section.r-active .r-guidance-flow__title::after {
  -webkit-animation: scrollBottom 1.5s cubic-bezier(1, 0, 0, 1) 1.5;
          animation: scrollBottom 1.5s cubic-bezier(1, 0, 0, 1) 1.5;
}
.r-guidance-flow__title {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.r-guidance-flow__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #dddddd;
}
@media (min-width: 1240px) {
  .r-guidance-flow__title::after {
    display: none;
  }
}
.r-guidance-flow__title p {
  margin: 0;
}
.r-guidance-flow__title p:nth-child(1) {
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-guidance-flow__title p:nth-child(1) {
    font-size: 32px;
    line-height: 1;
  }
}
.r-guidance-flow__title p:nth-child(2) {
  font-size: 10px;
}
@media (min-width: 1240px) {
  .r-guidance-flow__title p:nth-child(2) {
    font-size: 13px;
  }
}
@media (min-width: 1240px) {
  .r-guidance-flow__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1240px) {
  .r-guidance-flow__content.r-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1240px) {
  .r-guidance-flow__img {
    width: 500px;
  }
}
.r-guidance-flow__img img {
  width: 100%;
}
@media (min-width: 1240px) {
  .r-guidance-flow__textarea {
    width: 500px;
  }
}
.r-guidance-flow__subtitle {
  color: #00a0e9;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-guidance-flow__subtitle {
    position: relative;
    margin-top: 0;
    padding-bottom: 30px;
    color: #3c4449;
    font-size: 20px;
  }
}
@media (min-width: 1240px) {
  .r-guidance-flow__subtitle::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 2px;
    background: #00a0e9;
  }
}
@media (min-width: 1240px) {
  .r-guidance-flow__text {
    font-size: 16px;
  }
}

.r-roadmap {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f6f7fa;
}
@media (min-width: 1240px) {
  .r-roadmap {
    margin-bottom: 100px;
  }
}

.r-roadmap-figure {
  margin-top: 70px;
}
.r-roadmap-figure img {
  width: auto;
  height: 250px;
  max-width: none;
}
@media (min-width: 1240px) {
  .r-roadmap-figure img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) {
  .r-curriculum-price__text {
    margin-bottom: 50px;
  }
}

.r-price-talbe {
  overflow-x: scroll;
}
.r-price-talbe table {
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .r-price-talbe table {
    width: 100%;
  }
}
.r-price-talbe thead th,
.r-price-talbe thead td {
  padding: 5px;
  color: #fff;
  border-color: #fff;
  background: #c0c0c0;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-price-talbe thead th,
.r-price-talbe thead td {
    font-size: 20px;
  }
}
.r-price-talbe thead th.r-color-none,
.r-price-talbe thead td.r-color-none {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #d0d0d0;
}
.r-price-talbe thead th.r-th--red,
.r-price-talbe thead td.r-th--red {
  color: #fff;
  background: #c73b3b;
  border: 2px solid #c73b3b;
}
.r-price-talbe tbody th {
  padding: 30px 15px;
  font-weight: normal;
  background: #f6f7fa;
}
.r-price-talbe tbody td {
  padding: 30px 15px;
}
@media (min-width: 1240px) {
  .r-price-talbe tbody td {
    font-size: 18px;
  }
}
.r-price-talbe tbody td.r-td--red {
  color: #c73b3b;
  font-weight: bold;
  border-right: 2px solid #c73b3b;
  border-left: 2px solid #c73b3b;
}
@media (min-width: 1240px) {
  .r-price-talbe tbody td.r-td--red {
    font-size: 28px;
  }
}
.r-price-talbe tbody td.r-td--red--last {
  color: #c73b3b;
  font-weight: bold;
  border-right: 2px solid #c73b3b;
  border-bottom: 2px solid #c73b3b;
  border-left: 2px solid #c73b3b;
}
@media (min-width: 1240px) {
  .r-price-talbe tbody td.r-td--red--last {
    font-size: 28px;
  }
}
.r-price-talbe tbody td strong {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-price-talbe tbody td strong {
    font-size: 40px;
  }
}
.r-price-talbe tbody td small {
  font-size: 10px;
}
@media (min-width: 1240px) {
  .r-price-talbe tbody td small {
    font-size: 16px;
  }
}
.r-price-talbe th,
.r-price-talbe td {
  text-align: center;
  border: 1px solid #d0d0d0;
  white-space: nowrap;
}
.r-price-talbe__notes {
  font-size: 10px;
}
@media (min-width: 1240px) {
  .r-price-talbe__notes {
    font-size: 14px;
  }
}

.r-price-box {
  margin-bottom: -1px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.r-price-box__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 1240px) {
  .r-price-box__heading {
    padding-top: 40px;
    padding-right: 80px;
    padding-bottom: 40px;
  }
}
.r-price-box__heading::before, .r-price-box__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 2px;
  background: #00a0e9;
}
@media (min-width: 1240px) {
  .r-price-box__heading::before, .r-price-box__heading::after {
    width: 30px;
  }
}
.r-price-box__heading::before {
  transform: translate(-50%, -50%);
}
.r-price-box__heading::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.r-price-box__heading.r-open::after {
  display: none;
}
.r-price-box__name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-price-box__name {
    font-size: 24px;
  }
}
.r-price-box__price {
  margin: 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-price-box__price {
    font-size: 16px;
  }
}
.r-price-box__price > strong {
  margin-left: 5px;
  color: #c73b3b;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-price-box__price > strong {
    font-size: 40px;
  }
}
.r-price-box__price > strong > small {
  font-size: 15px;
}
@media (min-width: 1240px) {
  .r-price-box__price > strong > small {
    font-size: 30px;
  }
}
.r-price-box__content {
  display: none;
  padding-bottom: 20px;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-price-box__content {
    padding-bottom: 40px;
    font-size: 16px;
  }
}
.r-price-box__content p {
  margin: 0;
}

.r-curriculum-strengths {
  margin-top: 50px;
}
@media (min-width: 1240px) {
  .r-curriculum-strengths {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .r-curriculum-strengths__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
  }
}
.r-curriculum-strengths__col {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .r-curriculum-strengths__col {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media (min-width: 1240px) {
  .r-curriculum-strengths__col {
    margin-bottom: 50px;
  }
}
.r-curriculum-strengths__box {
  display: flex;
}
.r-curriculum-strengths__img {
  width: 100px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media (min-width: 1240px) {
  .r-curriculum-strengths__img {
    width: 200px;
    margin-right: 30px;
  }
}
.r-curriculum-strengths__img img {
  width: 100%;
  margin-right: 30px;
  height: auto;
}
.r-curriculum-strengths__content {
  position: relative;
}
.r-curriculum-strengths__lead {
  margin-top: 0;
  margin-bottom: 10px;
  color: #0c0c2e;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 1240px) {
  .r-curriculum-strengths__lead {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
}
.r-curriculum-strengths__link {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
.r-curriculum-strengths__link a {
  color: #3777ad;
  font-size: 12px;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .r-curriculum-strengths__link a {
    font-size: 18px;
  }
}
.r-curriculum-strengths__link a:hover {
  text-decoration: none;
}
.r-curriculum-strengths__button {
  margin-top: 45px;
  text-align: center;
}

.r-sakura-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.r-story-profile {
  margin-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-story-profile {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    flex-shrink: 0;
    width: 230px;
    margin-right: 130px;
    float: left;
  }
}
.r-story-profile__lead {
  color: #00a0e9;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-story-profile__lead {
    display: none;
  }
}
.r-story-profile__img {
  position: relative;
}
.r-story-profile__img img {
  display: block;
}
.r-story-profile__img img:nth-child(1) {
  width: 220px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1240px) {
  .r-story-profile__img img:nth-child(1) {
    width: 160px;
  }
}
.r-story-profile__img img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: auto;
  transform: translate(-50%, -50%);
}
@media (min-width: 1240px) {
  .r-story-profile__img img:nth-child(2) {
    width: 180px;
  }
}
.r-story-profile__title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1240px) {
  .r-story-profile__title {
    font-size: 22px;
    line-height: 1.25;
  }
}
.r-story-profile__title small {
  font-size: 14px;
}
@media (min-width: 1240px) {
  .r-story-profile__title small {
    font-weight: normal;
  }
}
@media (min-width: 1240px) {
  .r-story-profile__title span {
    font-size: 14px;
    font-weight: normal;
  }
}

.r-profile-box {
  border: 1px solid #00a0e9;
  border-radius: 5px;
}
@media (min-width: 1240px) {
  .r-profile-box {
    border-radius: 10px;
  }
}
.r-profile-box__title {
  padding: 10px;
  margin: 0;
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #00a0e9;
}
.r-profile-box__content {
  padding: 15px;
}
.r-profile-box__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-profile-box__list {
    flex-direction: column;
  }
}
.r-profile-box__list dt,
.r-profile-box__list dd {
  margin-top: 5px;
  margin-bottom: 5px;
}
.r-profile-box__list dt {
  width: 100px;
  color: #959595;
}
@media (min-width: 1240px) {
  .r-profile-box__list dt {
    width: 100%;
  }
}
.r-profile-box__list dd {
  width: calc(100% - 100px);
  margin: 0;
}
@media (min-width: 1240px) {
  .r-profile-box__list dd {
    width: 100%;
    font-size: 15px;
  }
}

.r-reason {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 50px;
  padding-bottom: 10px;
  background: #f6f7fa;
}
@media (min-width: 1240px) {
  .r-reason {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 350px;
    background: transparent;
  }
}
@media (min-width: 1240px) {
  .r-reason .r-section-subheading {
    margin-bottom: 50px;
  }
}
.r-reason::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background: #f6f7fa;
  transform: translateX(-50%);
}
@media (min-width: 1240px) {
  .r-reason::after {
    display: none;
  }
}
.r-reason__lead {
  margin-top: 0;
  margin-bottom: 50px;
  color: #00a0e9;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  display: none;
}
@media (min-width: 1240px) {
  .r-reason__lead {
    display: block;
  }
}
.r-reason__inner {
  position: relative;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}

.r-bubble-coach {
  margin-bottom: 40px;
}
@media (min-width: 1240px) {
  .r-bubble-coach {
    max-width: 660px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.r-bubble-coach__meta {
  display: flex;
  align-items: baseline;
}
.r-bubble-coach__thumb {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (min-width: 1240px) {
  .r-bubble-coach__thumb {
    width: 60px;
    height: 60px;
  }
}
.r-bubble-coach__name {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-bubble-coach__name {
    font-size: 16px;
  }
}

.r-bubble-student {
  margin-bottom: 40px;
}
@media (min-width: 1240px) {
  .r-bubble-student {
    max-width: 660px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}
.r-bubble-student__meta {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}
.r-bubble-student__thumb {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
@media (min-width: 1240px) {
  .r-bubble-student__thumb {
    width: 60px;
    height: 60px;
  }
}
.r-bubble-student__name {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-bubble-student__name {
    font-size: 16px;
  }
}

.r-bubble-left {
  position: relative;
  width: calc(100% - 50px);
  padding: 20px;
  margin-left: auto;
  box-sizing: border-box;
  line-height: 1.5;
  background: #e0e4e7;
  border-radius: 25px;
}
@media (min-width: 1240px) {
  .r-bubble-left {
    width: calc(100% - 90px);
    padding: 30px 50px;
    border-radius: 50px;
  }
}
.r-bubble-left::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/renewal/passed-story/speech-bubble-left.svg) 0 0/100% 100% no-repeat;
}
@media (min-width: 1240px) {
  .r-bubble-left::after {
    height: 56px;
  }
}
.r-bubble-left p {
  margin: 0;
}

.r-bubble-right {
  position: relative;
  width: calc(100% - 50px);
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  background: #00a0e9;
  border-radius: 25px;
}
@media (min-width: 1240px) {
  .r-bubble-right {
    width: calc(100% - 90px);
    padding: 30px 50px;
    border-radius: 50px;
  }
}
.r-bubble-right::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/renewal/passed-story/speech-bubble-right.svg) 0 0/100% 100% no-repeat;
}
@media (min-width: 1240px) {
  .r-bubble-right::after {
    height: 56px;
  }
}
.r-bubble-right p {
  margin: 0;
}

.r-story-img {
  padding-top: 0;
}

@media (min-width: 1240px) {
  .r-story-results {
    margin-bottom: 200px;
  }
}

.experiencer-image-text {
  font-size: 12px;
  text-align: right;
}
@media (min-width: 1240px) {
  .experiencer-image-text {
    margin-right: 95px;
  }
}

.hope-enroll {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 13px;
}

@media (min-width: 1440px) {
  .r-free-consultation-page .r-free-consultation {
    position: static;
    width: 100%;
    height: auto;
  }
}
.r-free-consultation-page .r-lead-blue {
  color: #0c7abd;
}
.r-free-consultation-page .r-experience-box {
  display: none !important;
}
.r-free-consultation-page__text {
  display: none;
  margin-bottom: 20px;
  font-size: 12px;
}
.r-free-consultation-page .r-free-consultation-page__text {
  display: block;
}
@media (min-width: 1440px) {
  .r-free-consultation-page .r-about-free-consultation {
    display: block;
  }
}

.r-about-free-consultation {
  padding-bottom: 25px;
}
@media (min-width: 1440px) {
  .r-about-free-consultation {
    display: none;
  }
}
.r-about-free-consultation__toggle {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 13px;
}
.r-about-free-consultation__toggle::before, .r-about-free-consultation__toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 1px;
  background: #313131;
  transition: transform 0.3s;
}
.r-about-free-consultation__toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.r-about-free-consultation__toggle::after {
  transform: translate(-50%, -50%);
}
.r-about-free-consultation__toggle a {
  color: #3c4449;
}
.r-about-free-consultation__toggle.r-open::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.r-about-free-consultation__toggle.r-open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.r-about-free-consultation__content {
  display: none;
  padding-top: 30px;
}
.r-about-free-consultation__text {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 12px;
}
.r-about-free-consultation__close-icon {
  text-align: center;
}
.r-about-free-consultation__close-icon > span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
}
.r-about-free-consultation__close-icon > span::before, .r-about-free-consultation__close-icon > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 1px;
  background: #313131;
}
.r-about-free-consultation__close-icon > span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.r-about-free-consultation__close-icon > span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.r-about-free-consultation-box {
  display: block !important;
  margin-bottom: 15px;
}

.r-policy-minvisual {
  margin-bottom: 25px;
}
@media (min-width: 1240px) {
  .r-policy-minvisual {
    position: relative;
    margin-bottom: 60px;
    padding-top: 80px;
    padding-right: 160px;
  }
}
@media (min-width: 1240px) {
  .r-policy-minvisual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: calc(100% - 160px);
    height: calc(100% - 80px);
    background-color: #00a0e9;
    opacity: 0.9;
  }
}
.r-policy-minvisual img {
  width: 100%;
  height: auto;
}
@media (min-width: 1240px) {
  .r-policy-minvisual img {
    position: relative;
    z-index: 1;
  }
}

.r-about-yagyu {
  padding: 25px 15px;
  background: #fafafa;
  border: 1px solid #f1f1f1;
}
@media (min-width: 1240px) {
  .r-about-yagyu {
    padding: 40px 80px;
  }
}
.r-about-yagyu__heading {
  margin-top: 0;
  margin-bottom: 15px;
  color: #00a0e9;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-about-yagyu__heading {
    font-size: 24px;
  }
}
.r-about-yagyu__heading small {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 1240px) {
  .r-about-yagyu__heading small {
    margin-left: 20px;
    font-size: 16px;
  }
}
.r-about-yagyu__text {
  margin: 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-about-yagyu__text {
    font-size: 16px;
  }
}

.r-policy-seciton {
  margin-top: 50px;
}
@media (min-width: 1240px) {
  .r-policy-seciton {
    margin-top: 100px;
  }
}
@media (min-width: 1240px) {
  .r-policy-seciton__grid {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1240px) {
  .r-policy-seciton__content {
    width: 700px;
  }
}
.r-policy-seciton__content p {
  margin-top: 0;
  margin-bottom: 2em;
}

.r-company-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.r-company-table th,
.r-company-table td {
  padding: 15px;
  font-size: 13px;
  border-top: 1px solid #eeeff5;
  border-bottom: 1px solid #eeeff5;
}
@media (min-width: 1240px) {
  .r-company-table th,
.r-company-table td {
    padding: 30px;
    font-size: 16px;
  }
}
.r-company-table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.r-gray {
  color: #b7b7b7;
}

.r-privacy-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9d9d9;
}
.r-privacy-section::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 80px;
  height: 0;
  border-top: 1px solid #0584d1;
}
.r-privacy-section__title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #0c0c2e;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .r-privacy-section__title {
    font-size: 16px;
  }
}
.r-privacy-section p {
  margin-top: 0;
}
.r-privacy-section p:last-child {
  margin-bottom: 0;
}

.r-section-heading {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  color: #00a0e9;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .r-section-heading {
    font-size: 16px;
  }
}
.r-section-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 10px;
  height: 1px;
  background-color: #00a0e9;
}
@media (min-width: 1240px) {
  .r-section-heading::before {
    width: 14px;
    height: 2px;
    top: 13px;
    left: -20px;
  }
}

.r-lead-blue {
  margin-top: 0;
  margin-bottom: 25px;
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 1240px) {
  .r-lead-blue {
    font-size: 32px;
  }
}
@media (min-width: 1240px) {
  .r-lead-blue .r-black {
    color: #3c4449;
  }
}

.r-button-blue {
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  background: #00a0e9;
  border: none;
  border-radius: 100px;
  box-shadow: 0 0 8px rgba(255, 245, 0, 0.16);
}
@media (min-width: 1240px) {
  .r-button-blue {
    font-size: 20px;
  }
}

.r-pc {
  display: none;
}
@media (min-width: 1240px) {
  .r-pc {
    display: block;
  }
}

.r-pc-inline {
  display: none;
}
@media (min-width: 1240px) {
  .r-pc-inline {
    display: inline-block;
  }
}

@media (min-width: 1240px) {
  .r-sp {
    display: none;
  }
}

.r-marker-yellow {
  color: #00a0e9;
}

.r-scrollbar-blue {
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
}
.r-scrollbar-blue::-webkit-scrollbar {
  height: 2px;
}
.r-scrollbar-blue::-webkit-scrollbar-thumb {
  background: #0576bb;
}
.r-scrollbar-blue::-webkit-scrollbar-track-piece {
  background: #d0d0d0;
}

@media (max-width: 1239px) {
  .r-page-link {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
  }
}

.wp-block-table {
  margin-right: 0;
  margin-left: 0;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table th,
.wp-block-table td {
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
}
.wp-block-table thead th,
.wp-block-table thead td {
  color: #fff;
  font-weight: bold;
  background: #00a0e9;
}
.wp-block-table tfoot th,
.wp-block-table tfoot td {
  background: #f6f7fa;
}

.wp-block-group.box-link {
  position: relative;
  margin: 48px 0;
  padding: 16px;
  background: #f6f7fa;
  border-radius: 4px;
}
@media (min-width: 1240px) {
  .wp-block-group.box-link {
    padding: 20px 32px 32px;
  }
}
.wp-block-group.box-link::before {
  content: "あわせて読みたい";
  display: block;
  margin-bottom: 8px;
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1240px) {
  .wp-block-group.box-link::before {
    margin-bottom: 16px;
  }
}
.wp-block-group.box-link a {
  position: relative;
  display: block;
  margin: 8px 0;
  padding: 16px 24px 16px 16px;
  color: #3d3d3d;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.wp-block-group.box-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #00a0e9;
  border-bottom: 2px solid #00a0e9;
  transform: translateY(-50%) rotate(-45deg);
}
.wp-block-group.box-summary {
  position: relative;
  margin: 70px 0 48px;
  padding: 32px 16px 16px;
  background: #f6f7fa;
  border-radius: 4px;
}
@media (min-width: 1240px) {
  .wp-block-group.box-summary {
    padding: 40px 32px 32px;
  }
}
.wp-block-group.box-summary::before {
  content: "この記事でわかること";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 44px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  background: #00a0e9;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
@media (min-width: 1240px) {
  .wp-block-group.box-summary::before {
    padding: 0 20px;
    font-size: 16px;
  }
}

.r-school-section {
  margin-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .r-school-section {
    margin-bottom: 100px;
  }
}
.r-school-section .r-section-heading {
  margin-bottom: 15px;
}
.r-school-section .r-lead-blue {
  line-height: 1.5;
}
.r-school-section .arrow_table tr:last-of-type th,
.r-school-section .arrow_table tr:last-of-type td {
  border-bottom: none !important;
}
.r-school-section .arrow_table th,
.r-school-section .arrow_table td {
  background-color: transparent;
}
.r-school-section .arrow_table th {
  padding: 0;
  text-align: left;
}
.r-school-section .arrow_table th::before {
  color: #00a0e9;
}
.r-school-section .arrow_table td {
  padding-left: 0;
  padding-right: 0;
}

#school-photos .swiper-wrapper {
  transition-timing-function: linear;
}
#school-photos img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.r-school-map {
  margin-right: -15px;
  margin-left: -15px;
}

.r-school-event {
  margin-top: -10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .r-school-event {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
  }
}

.r-school-event-col {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .r-school-event-col {
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
  }
}
@media (min-width: 1240px) {
  .r-school-event-col {
    min-width: 33.3333333333%;
  }
}
.r-school-event-col img {
  width: 100%;
  height: auto;
}

.r-school-open {
  margin-top: 50px;
}
@media (min-width: 1240px) {
  .r-school-open {
    margin-top: 100px;
  }
}
.r-school-open-row {
  margin-top: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .r-school-open-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-left: -20px;
  }
}
.r-school-open-col {
  box-sizing: border-box;
  padding-top: 10px;
}
@media (min-width: 1240px) {
  .r-school-open-col {
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
  }
}
.r-school-open-col img {
  width: 100%;
  height: auto;
}

.r-hero2 {
  position: relative;
  height: 660px;
  background: url(../images/renewal/hero_bg_sp.jpg) 50% 50%/cover no-repeat;
}
@media (min-width: 768px) {
  .r-hero2 {
    height: 980px;
  }
}
@media (min-width: 1240px) {
  .r-hero2 {
    background-image: url(../images/renewal/hero_bg_pc.jpg);
  }
}
.r-hero2-typography {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: absolute;
  top: 130px;
  right: 40px;
}
@media (min-width: 768px) {
  .r-hero2-typography {
    top: 160px;
    right: 100px;
  }
}
@media (min-width: 1240px) {
  .r-hero2-typography {
    top: 220px;
    right: 280px;
  }
}
.r-hero2-typography p {
  position: relative;
  margin: 0;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .r-hero2-typography p {
    margin-left: 30px;
  }
}
@media (min-width: 1240px) {
  .r-hero2-typography p {
    margin-left: 35px;
  }
}
.r-hero2-typography p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.r-hero2-typography img {
  width: 40px;
  height: auto;
}
@media (min-width: 768px) {
  .r-hero2-typography img {
    width: 60px;
  }
}
@media (min-width: 1240px) {
  .r-hero2-typography img {
    width: 80px;
  }
}
.r-hero2-typography1 {
  -webkit-animation: blur 1.5s 1s backwards;
          animation: blur 1.5s 1s backwards;
}
.r-hero2-typography1::after {
  -webkit-animation: stretching_line cubic-bezier(0.27, 0.64, 0.61, 0.92) 0.5s 3.8s backwards;
          animation: stretching_line cubic-bezier(0.27, 0.64, 0.61, 0.92) 0.5s 3.8s backwards;
}
.r-hero2-typography2 {
  -webkit-animation: blur 1.5s 2s backwards;
          animation: blur 1.5s 2s backwards;
}
.r-hero2-typography2::after {
  -webkit-animation: stretching_line cubic-bezier(0.27, 0.64, 0.61, 0.92) 0.5s 4.5s backwards;
          animation: stretching_line cubic-bezier(0.27, 0.64, 0.61, 0.92) 0.5s 4.5s backwards;
}
.r-hero2-banner {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 340px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .r-hero2-banner {
    right: 30px;
    bottom: 30px;
    left: auto;
    width: 440px;
    transform: translateX(0);
  }
}

.r-line-contact {
  display: block;
  margin-bottom: 50px;
}
.r-line-contact img {
  width: 100%;
  height: auto;
}

.r-bnrarea {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1240px) {
  .r-bnrarea {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.r-bnrarea-col a {
  transition: 0.3s;
}
.r-bnrarea-col a:hover {
  opacity: 0.8;
}
.r-bnrarea-col img {
  max-width: 100%;
  height: auto;
}

.form-input-inline {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
}

.r-school-area {
  margin-bottom: 80px;
}
.r-school-area__heading {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid #00a0e9;
}

.r-school-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 56px;
}
@media (min-width: 1240px) {
  .r-school-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
}

.r-school-box {
  padding: 20px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .r-school-box {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "r-school-box__title r-school-box__map" "r-school-box__content r-school-box__map";
    padding: 0;
  }
}
@media (min-width: 1240px) {
  .r-school-box {
    width: calc((100% - 20px) / 2);
    box-sizing: border-box;
  }
}
.r-school-box__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .r-school-box__title {
    grid-area: r-school-box__title;
    padding-top: 24px;
    padding-left: 32px;
    font-size: 18px;
  }
}
.r-school-box__map {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .r-school-box__map {
    grid-area: r-school-box__map;
    width: auto;
    aspect-ratio: auto;
    margin: 0;
  }
}
.r-school-box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .r-school-box__content {
    grid-area: r-school-box__content;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
  }
}
.r-school-box__address {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
}
.r-school-box__access {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .r-school-box__access {
    margin-bottom: 20px;
  }
}
.r-school-box__button {
  position: relative;
  display: block;
  width: 200px;
  height: 56px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  background-color: #3c4449;
}
@media (min-width: 768px) {
  .r-school-box__button {
    width: 130px;
    height: 32px;
    margin-left: 0;
    font-size: 12px;
    line-height: 32px;
  }
}
.r-school-box__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.r-school-online img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.journal-header {
  margin-bottom: 0 !important;
}

.journal-hero {
  margin: 0;
}
.journal-hero img {
  width: 100%;
  height: auto;
}

.journal-pickup {
  margin-bottom: 64px;
  padding-top: 24px;
  padding-bottom: 48px;
  background-color: #f6f7fa;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .journal-pickup {
    margin-bottom: 120px;
    padding-top: 56px;
    padding-bottom: 72px;
  }
}
.journal-pickup__lead {
  color: #00a0e9;
  text-align: center;
}
.journal-pickup__lead p:nth-of-type(1) {
  display: none;
  margin-bottom: 8px;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .journal-pickup__lead p:nth-of-type(1) {
    display: block;
  }
}
.journal-pickup__lead p:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .journal-pickup__lead p:nth-of-type(2) {
    margin-bottom: 56px;
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1024px) {
  .journal-pickup__lead p:nth-of-type(2) br {
    display: none;
  }
}
.journal-pickup__slider {
  position: relative;
}
.journal-pickup__slider .swiper {
  overflow: visible;
}
.journal-pickup__slider .swiper-slide {
  width: auto;
  height: auto;
}
.journal-pickup__slider .swiper-pagination {
  bottom: -36px;
}
@media (min-width: 1024px) {
  .journal-pickup__slider .swiper-pagination {
    bottom: -48px;
  }
}
.journal-pickup__slider .swiper-pagination-bullet-active {
  background-color: #00a0e9;
}

.journal-card {
  position: relative;
  width: 280px;
  height: 100%;
  background: #fff url(../images/renewal/journal-arrow.svg) calc(100% - 16px) calc(100% - 16px)/20px auto no-repeat;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.journal-card__content {
  display: block;
  height: calc(100% - 40px);
  padding-bottom: 40px;
  color: #3c4449;
  text-decoration: none;
}
.journal-card__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.journal-card__title {
  margin: 0;
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
.journal-card__excerpt {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.journal-card__excerpt p {
  margin: 0;
}
.journal-card__category {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 2px 8px;
  list-style-type: none;
  background-color: #00a0e9;
}
.journal-card__category a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.journal-content {
  display: flex;
  flex-direction: column;
  gap: 96px 0;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .journal-content {
    flex-direction: row;
    gap: 0 56px;
  }
}
@media (min-width: 1024px) {
  .journal-content__side {
    flex-shrink: 0;
    width: 250px;
  }
}

.journal-list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media (min-width: 768px) {
  .journal-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .journal-list__cell {
    width: calc((100% - 40px) / 2);
  }
}

.journal-post {
  height: 100%;
  border: 1px solid #e2e2e2;
}
.journal-post__thumb {
  display: block;
}
.journal-post__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.journal-post__content {
  padding: 16px;
}
@media (min-width: 1024px) {
  .journal-post__content {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.journal-post__meta {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 8px;
}
.journal-post__date {
  font-size: 12px;
  line-height: 1;
}
.journal-post__category {
  display: flex;
  gap: 0 4px;
  margin: 0;
  padding: 4px 8px;
  line-height: 1;
  list-style-type: none;
  background-color: #00a0e9;
}
.journal-post__category a {
  display: block;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
.journal-post__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.journal-post__title a {
  color: #3c4449;
  text-decoration: none;
}
.journal-post__excerpt {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.5;
}
.journal-post__tag {
  display: flex;
  gap: 0 16px;
  margin: 0;
  padding: 0;
  color: #00a0e9;
  font-size: 12px;
  list-style-type: none;
}
.journal-post__tag a {
  color: #3c4449;
  text-decoration: none;
}

.journal-widget {
  margin-bottom: 48px;
}
.journal-widget__title {
  position: relative;
  margin: 0;
  padding-bottom: 4px;
  color: #00a0e9;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #e2e2e2;
}
.journal-widget__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #00a0e9;
}
.journal-widget__title small {
  color: #3c4449;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.journal-new-post__row {
  display: flex;
  gap: 0 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}
@media (min-width: 1024px) {
  .journal-new-post__row {
    gap: 0 8px;
  }
}
.journal-new-post__thumb {
  flex-shrink: 0;
  width: 90px;
}
@media (min-width: 1024px) {
  .journal-new-post__thumb {
    width: 70px;
  }
}
.journal-new-post__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.journal-new-post__content {
  padding-top: 4px;
}
.journal-new-post__meta {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 8px;
}
.journal-new-post__date {
  margin: 0;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .journal-new-post__date {
    font-size: 10px;
  }
}
.journal-new-post__category {
  display: flex;
  gap: 0 4px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.journal-new-post__category a {
  display: block;
  color: #3c4449;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
}
.journal-new-post__title {
  margin: 0;
  line-height: 1.25;
}
.journal-new-post__title a {
  color: #3c4449;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .journal-new-post__title a {
    font-size: 12px;
  }
}

.journal-category-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.journal-category-list a {
  color: #3c4449;
  text-decoration: none;
}
.journal-category-list > li {
  margin-top: 16px;
}
.journal-category-list > li > a {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .journal-category-list > li > a {
    font-size: 14px;
  }
}
.journal-category-list > li > ul {
  position: relative;
  margin: 0;
  margin-left: 8px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .journal-category-list > li > ul {
    font-size: 12px;
  }
}
.journal-category-list > li > ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
}
.journal-category-list > li > ul > li {
  position: relative;
  margin-top: 4px;
  padding-left: 16px;
}
.journal-category-list > li > ul > li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #e2e2e2;
}

.journal-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  margin-top: 16px;
  padding: 0;
  list-style-type: none;
}
.journal-tag-list a {
  display: block;
  padding: 8px 12px;
  color: #3c4449;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  background-color: #f6f7fa;
}
@media (min-width: 1024px) {
  .journal-tag-list a {
    font-size: 12px;
  }
}
.journal-tag-list a span {
  color: #00a0e9;
}

.journal-contact-button {
  margin-top: 16px;
  text-align: center;
}

.journal-pagetitle {
  margin: 0;
  margin-bottom: 40px;
  padding-top: 32px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 20px;
  text-align: center;
  background-color: #f6f7fa;
}
@media (min-width: 1240px) {
  .journal-pagetitle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.journal-pagetitle img {
  max-width: 100%;
  height: auto;
}

.journal-breadcrumb {
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .journal-breadcrumb {
    margin-bottom: 64px;
  }
}
.journal-breadcrumb a {
  text-decoration: none;
}

.journal-heading {
  position: relative;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1240px) {
  .journal-heading {
    margin-bottom: 32px;
  }
}
.journal-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #00a0e9;
  transform: translateY(-50%);
}

.journal-article {
  padding: 16px;
  background: #fff;
  border: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .journal-article {
    padding: 40px;
  }
}
.journal-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1240px) {
  .journal-article__meta {
    margin-bottom: 32px;
  }
}
.journal-article__date {
  margin: 0;
  font-size: 12px;
}
.journal-article__category {
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.journal-article__category a {
  display: block;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  background-color: #00a0e9;
}
.journal-article__tag {
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  color: #00a0e9;
  font-size: 12px;
  list-style-type: none;
}
.journal-article__tag a {
  display: inline-block;
  color: #3c4449;
  text-decoration: none;
}
.journal-article__title {
  margin: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 1240px) {
  .journal-article__title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.journal-article__thumb {
  margin-right: -16px;
  margin-bottom: 24px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .journal-article__thumb {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media (min-width: 1240px) {
  .journal-article__thumb {
    margin-bottom: 40px;
  }
}
.journal-article__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.journal-article__content > * {
  margin-top: 24px;
}
@media (min-width: 1240px) {
  .journal-article__content > * {
    margin-top: 40px;
  }
}

.journal-related {
  margin-top: 80px;
}
.journal-related__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .journal-related__list {
    gap: 20px;
  }
}
.journal-related__cell {
  width: calc((100% - 8px) / 2);
}
@media (min-width: 768px) {
  .journal-related__cell {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1240px) {
  .journal-related__cell {
    width: calc((100% - 40px) / 3);
  }
}

.addtoany_content {
  display: flex;
  justify-content: center;
  margin-top: 40px !important;
}

.journal-line {
  margin: 48px 0;
}
.journal-line img {
  width: 100%;
  height: auto;
}

.journal-sns {
  margin: 48px 0;
  padding: 16px;
  background: #f6f7fa;
  border-radius: 8px;
}
@media (min-width: 1240px) {
  .journal-sns {
    padding: 40px 32px 32px;
    background: #f6f7fa url(/wp-content/uploads/2022/08/journal_sns_yagyu.png) calc(100% - 48px) 32px/150px auto no-repeat;
  }
}
.journal-sns__heading {
  color: #00a0e9;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1240px) {
  .journal-sns__heading {
    margin-bottom: 16px;
    font-size: 26px;
    text-align: left;
  }
}
.journal-sns__message {
  padding: 8px;
  color: #fff;
  font-size: 13px;
  background: #00a0e9;
  border-radius: 8px;
}
@media (min-width: 1240px) {
  .journal-sns__message {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  .journal-sns__message::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #00a0e9 transparent transparent transparent;
  }
}
.journal-sns__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1240px) {
  .journal-sns__list {
    flex-direction: row;
    margin-top: 0;
  }
}
.journal-sns__list li {
  flex: 1;
}
.journal-sns__list a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding: 16px;
  color: #3c4449;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
}
@media (min-width: 1240px) {
  .journal-sns__list a {
    padding: 16px 0;
    font-size: 14px;
    text-align: center;
  }
}
.journal-sns__icon {
  width: 64px;
  float: left;
  margin-right: 16px;
}
@media (min-width: 1240px) {
  .journal-sns__icon {
    float: none;
    margin: 0;
  }
}
.journal-sns__name {
  margin-bottom: 8px;
  font-weight: bold;
}
.journal-sns__overview {
  padding: 0 16px;
}
/*# sourceMappingURL=site.css.map */