@charset "utf-8";

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
/*==================================================
$common
==================================================*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  position: relative;
  color: #333;
  font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
}
.nosp {
  display: none !important;
}

img {
  max-width: 100%;
}

/*==================================================
$共通
==================================================*/
.habikino section:not(.course_item):not(.image_sec):not(.course_sec),
.kashiwara section:not(.course_item):not(.image_sec):not(.course_sec) {
  padding: 50px 0;
}

.inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.ttl {
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1em;
}

.ttl p {
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 0.2em;
}

.ttl span {
  display: block;
  font-size: 1.1rem;
  color: #787878;
}

.bb_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 46px;
}

.sec_ttl {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}

.orange_btn {
  border: solid 2px #FF9100;
  border-radius: 10px;
  color: #FF9100;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: auto;
  position: relative;
}

.orange_btn::after {
  content: '';
  background-image: url(../img/orange_circle_arrow.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  transition: .3s;
}

.white_btn {
  border: solid 2px #000;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 10px;
  font-weight: bold;
  position: relative;
  font-size: 3.5vw;
}

.white_btn::after {
  content: '';
  background-image: url(../img/black_circle_arrow.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  transition: .3s;
}

.link_txt {
  color: #859D00;
  font-weight: bold;
}

.outer_link {
  position: relative;
  padding-right: 12px;
  margin-right: 3px;
  display: inline-flex;
}

.outer_link::after {
  content: '';
  background-image: url(../img/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*============================
fadein
============================*/
.fadein,
.fade {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: .5s;
}

.fadein.on,
.fade.on {
  top: 0;
  opacity: 1;
}

.fadein+.fadein {
  transition-delay: .3s;
}

.fadein+.fadein+.fadein {
  transition-delay: .6s;
}

.fadein+.fadein+.fadein+.fadein {
  transition-delay: .9s;
}

/*============================
スクロールイン
============================*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-100px);
  transition: all 1s;
}

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
  position: absolute;
}

.left-to-right.intro_img01.scrollin {
  top: 0px;
  left: 0;
  width: 70%;
}

.left-to-right.intro_img04.scrollin {
  top: 315px;
  left: 0;
  width: 48%;
}

/*右から左にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(100px);
  transition: all 1s;
}

.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
  position: absolute;
}

.right-to-left.intro_img02.scrollin {
  top: 100px;
  right: 0;
  width: 50%;
}

div.kashiwara.contents .right-to-left.intro_img03.scrollin {
  top: 180px;
  left: 0;
  width: 30%;
}

div.habikino.contents .right-to-left.intro_img03.scrollin {
  top: 195px;
  left: 0;
  width: 40%;
}

.right-to-left.intro_img03.scrollin {
  top: 180px;
  left: 0;
  width: 30%;
}

.right-to-left.intro_img05.scrollin {
  top: 335px;
  right: 0px;
  width: 48%;
}

.image_img_sec {
  height: 600px;
}

/*==================================================
$header
==================================================*/
header {
  padding: 20px 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
}

/* header .logo {
  margin: 0px auto 15px;
  display: block;
  width: 90%;
} */
.header_nav {
  text-align: center;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.header_nav ul li {
  position: relative;
  width: 50%;
  background-color: #eee;
  padding: 15px 0;
  font-weight: bold;
}

.header_nav ul li::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #000;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.header_nav ul li.current {
  color: #fff;
  background-color: #E89F3F;
}

.header_nav ul li.current::after {
  border-color: transparent transparent transparent #fff;
}

/*==================================================
$footer
==================================================*/
/* .totop {
  background-color: #787878;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.totop::before {
  content: '';
  position: absolute;
  top: 30%;
  left: 40%;
  width: 11px;
  height: 12px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}

.totop p {
color: #fff;
text-align: center;
position: absolute;
bottom: 10px;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
} */
.footer {
  padding: 75px 0 40px;
}

.footer_flex {
  margin: 0 auto 90px;
  align-items: center;
}

.footer_lbx {}

.footer_lbx h2 {
  text-align: left;
  margin: 0;
}

.footer_lbx h2 span {}
.footer_lbx h2 p {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1em;
  font-family: 'Lato';
  font-weight: 900;
  letter-spacing: 0.2em;
}
.footer_rbx {}

.footer_rbx p.txt {
  font-size: 1.5rem;
}

.footer_rbx small {
  margin-bottom: 20px;
  display: block;
}

.footer_rbx a {
  display: block;
}

.contact_tel {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1em;
}

.contact_mail {
  font-size: 2.5rem;
}

.copy {
  color: #787878;
  font-size: 1.0rem;
  text-align: center;
}

/*==================================================
$mv
==================================================*/
.mv_wrap {
  position: relative;
  margin: 0 auto 25px;
  width: 90%;
}

.mv_img {
  text-align: center;
  background-position: center center;
  background-size: 100%;
  width: 100%;
  height: 280px;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}

div.contents.kashiwara .mv_img {
  background-image: url(../img/kashiwara/mv_sp.png);
}

div.contents.habikino .mv_img {
  background-image: url(../img/habikino/mv_sp.png);
}

.mv_white_bx {
  position: absolute;
  bottom: -50px;
  left: -20px;
  background-color: #fff;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
}

/*==================================================
$image_sec
==================================================*/
.image_sec_movie {
  margin: auto;
  display: block;
  width: 90%;
}

/*==================================================
$intro_sec
==================================================*/
.intro_sec {
  text-align: center;
}

.intro_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.intro_txt {
  font-size: 1.3rem;
  line-height: 1.69em;
  text-align: left;
}

/*==================================================
$course_sec
==================================================*/
.course_sec {}

.bg_pink {
  background-color: #FBF9F9;
}

.course_index {
  background-color: #fff;
  margin: auto;
  padding: 30px 25px;
  border: solid 1px #9B9999;
  position: relative;
  width: 90%;
}

.course_index_ttl {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #fff;
  padding: 10px;
  font-weight: bold;
}

.course_index ul {
  counter-reset: number 0;
}

.course_index ul li {
  font-size: 1.5rem;
  line-height: 2.5em;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
}

.course_index ul li::before {
  position: absolute;
  left: 0;
  content: '';
  background-color: #E89F3F;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  z-index: 1;
}

.course_index ul li::after {
  position: absolute;
  left: 6px;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  color: #fff;
  display: inline-flex;
  line-height: 1em;
  text-align: center;
  align-items: center;
  font-family: "Bahnschrift";
  font-size: 1.3rem;
  z-index: 2;
}

.course_index ul li a {
  text-decoration: underline;
}

.course_item_wrap {
  position: relative;
  counter-reset: number 0;
}

.course_item_wrap::before {
  /* content: ''; */
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #000000;
  left: 36px;
  margin-left: -10px;
}

.course_item {
  position: relative;
  display: grid;
}

.course_item:before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: -25px;
  width: 2px;
  background: #000000;
  left: 36px;
  margin-left: -10px;
}

.course_item:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  left: 47px;
  margin-left: -21px;
}

.course_item:nth-child(odd) .course_contents_txt {}

.course_item:nth-child(odd) .course_contents_img {}

.course_contents:nth-of-type(2) .course_contents_txt {
  margin-top: 15px;
}

.course_item:nth-child(even) .course_contents_img {
  float: right;
}

.course_official_link {
  color: #fff;
  font-weight: bold;
  background-color: #787878;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 10px;
  font-size: 1.3rem;
  position: relative;
}

.course_official_link::after {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  /* Safari用 */
  right: 5px;
}

.course_number {
  position: absolute;
  left: -41px;
  top: -1px;
  content: '';
  display: inline-block;
  width: 55px;
  height: 70px;
  background-image: url(../img/spot.png);
  background-position: center left 0px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-family: "Bahnschrift";
}

.course_number span {
  font-size: 0.8rem;
  line-height: 1.5em;
  display: block;
  text-align: center;
  padding-top: 15px;
}

.course_number span.counter {
  font-size: 1.4rem;
  padding-top: 0;
  line-height: 1em;
}

.course_number span.counter::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
}

.course_contents {
  margin: 0 0 15px 12%;
  padding: 0 0 20px 20px;
  position: relative;
  width: 88%;
}

.course_contents_txt {
  margin-top: 165px;
}

.course_contents_txt h3 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
}

.course_contents_txt p {
  font-size: 1.3rem;
  margin-top: 15px;
}

.course_contents_img {
  position: absolute;
  top: 0;
}

.course_contents_img img {
  border-radius: 7px;
}

img.map {
  margin: 30px 0;
}

.dl_btn {
  position: relative;
  border: solid 3px #000;
  box-shadow: 3px 3px 0 #000;
  border-radius: 6px;
  padding: 13px 0;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: auto;
  width: 60%;
}

.dl_btn::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 36px;
  background-image: url(../img/dl_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -10px;
  left: 10px;
}

.button {
  background-color: #68AFC9;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
}

.button::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url(../img/note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}

/*＋*/
.op_plus {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.op_plus:before, .op_plus:after {
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  width: 16px;
  height: 2px;
  top: 7px;
  left: 1px;
}

.op_plus:before {
  width: 2px;
  height: 16px;
  top: 0px;
  left: 8px;
}

.selected .op_plus:after {
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  width: 16px;
  height: 2px;
  top: 7px;
  left: 1px;
}

.selected .op_plus:before {
  display: none;
}

/*==================================================
$recommend_sec
==================================================*/
.recommend_link_area_wrap {
  position: relative;
}

.recommend_link_area {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 370px;
  position: relative;
}

div.contents.kashiwara .recommend_link_area {
  background-image: url(../img/habikino/mv_sp.png);
}

div.contents.habikino .recommend_link_area {
  background-image: url(../img/kashiwara/mv_sp.png);
}

.recommend_link_area_wrap:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 1;
  pointer-events: none;
}

.recommend_link_area_inner {
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* Safari用 */
  z-index: 2;
}

.recommend_star {
  margin-bottom: 20px;
  display: flex;
}

.recommend_star p {
  font-size: 1.4rem;
  margin-right: 10px;
}

.recommend_star ul {
  display: flex;
  align-items: center;
}

.recommend_star ul li {
  background-image: url(../img/star_off.png);
  width: 24px;
  height: 23px;
  margin: 0 2px;
}

.recommend_star ul li.on {
  background-image: url(../img/star_on.png);
}

.recommend_ttl {
  font-size: 1.9rem;
  pointer-events: none;
}

.recommend_txt {
  font-size: 1.3rem;
  width: 58%;
  pointer-events: none;
}

/*==================================================
$renewal
==================================================*/
body {
  width: 100%;
}

body.hidden {
  overflow: hidden;
}

.brandon_grotesque {
  font-family: brandon-grotesque, sans-serif;
}

.sections {
  padding: 10% 0;
}

.newinner {
  max-width: 1200px;
  width: 100%;
  padding: 0 5%;
  margin: auto;
  position: relative;
}

.title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.title::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 100%;
  background: url(../img/txt_cycling.svg) no-repeat center/contain;
  margin: 0 auto;
}

.title strong {
  display: block;
  font-size: 40px;
  line-height: 1.3;
}

.title span {
  padding: 0 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: inline;
}

.btn {
  display: block;
  max-width: 260px;
  width: 90%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.btn::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../img/ico_arrow.svg) no-repeat center/contain;
}

.btn.outlink::after {
  background: url(../img/ico_outlink.svg) no-repeat center/contain;
}

aside {
  height: 100vh;
  width: 80px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  pointer-events: none;
  z-index: 99;
}

aside span {
  display: none;
}

aside .fix_btn {
  position: fixed;
  bottom: 5px;
  left: -230px;
  pointer-events: auto;
  max-width: 280px;
  width: 50%;
  transition: .3s;
}

aside .fix_btn.on {
  left: 10px;
}

aside .totop {
  position: fixed;
  bottom: 5px;
  right: -100px;
  pointer-events: auto;
  width: 90px;
  height: 90px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

aside .totop.on {
  right: 10px;
}

/*==================================================
$renewal header
==================================================*/
header {
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 100;
}

.header_inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  background: #fff;
}

.logo {
  max-width: 150px;
  width: 35%;
  margin: 0;
  padding: 10px 0;
}

.burger {
  width: 40px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  z-index: 10;
}

.burger span {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  bottom: 0;
}

.burger.active span:nth-child(1) {
  transform: translateY(5px) rotate(-30deg);
}

.burger.active span:nth-child(2) {
  transform: translateY(-5px) rotate(30deg);
}

.header_inner nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  padding: 15vh 0;
}

.header_inner .burger.active+nav {
  opacity: 1;
  pointer-events: auto;
}

.header_inner nav ul {
  width: 90%;
  margin: 0 auto 10%;
  border-top: 1px dashed #C3C3C3;
}

.header_inner nav ul li {
  width: 100%;
  text-align: center;
}

.header_inner nav ul li:last-child {
  margin-bottom: 0;
}

.header_inner nav ul li a {
  padding: 15px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px dashed #C3C3C3;
}

.header_inner nav span.aside {
  font-size: 12px;
  letter-spacing: .3em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.header_inner nav span.aside::after {
  content: '';
  width: 2.5em;
  height: 1.5em;
  background: url(../img/ico_cycling.svg) no-repeat center/contain;
  margin-left: 15px;
  color: #000;
}

/*==================================================
$renewal footer
==================================================*/
footer {
  padding-bottom: 60px;
}

footer .copyright {
  font-size: 10px;
  padding: 30px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer .copyright::after {
  content: '';
  width: 2.5em;
  height: 1.5em;
  background: url(../img/ico_cycling.svg) no-repeat center/contain;
  margin-left: 15px;
}
footer .osakainfo_logo {
  display: block;
  max-width: 80px;
  width: 20%;
  margin: 20px auto 0;
}

/*==================================================
$renewal toppage
==================================================*/
.mv {
  width: 100%;
  position: relative;
  height: 500px;
}

.mv::after {
  content: '';
  width: 100%;
  height: 50px;
  background: url(../img/wave.svg) repeat-x bottom center/120% auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

.mv .mv_float {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.mv .mv_float .inbox {
  width: 100%;
  margin: auto;
}

.mv .mv_float .mv_mark img {
  width: 100%;
  max-width: 200px;
  max-height: 270px;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
}

.mv .mv_float p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.mv_slider_wrap {
  position: relative;
  height: 100%;
}

.mv_slider_wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.mv_slider_wrap .mv_slider .mv_slider_item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.mv_slider_wrap div {
  height: 100%;
}

.mv_slider_wrap .slick-track {
  width: 100% !important;
}

.mv_slider_wrap .slick-initialized .slick-slide {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  position: absolute !important;
}

.mv .scroll {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  font-size: 10px;
  display: block;
  text-align: center;
}

.mv .scroll span::before {
  content: '';
  width: 1px;
  height: 50px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.top_overview .newinner .inbox {}

.top_overview .newinner .inbox .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.top_overview .newinner .inbox .image img {
  width: 48%;
  position: relative;
}

.top_overview .newinner .inbox .image img:first-child {
  top: 80px;
}

.top_overview .newinner .inbox .text {
  width: 100%;
}

.top_overview .newinner .inbox .text .heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.5;
}

.top_overview .newinner .inbox .text p {
  margin-bottom: 10px;
}

.top_areamap .newinner .map_block {
  position: relative;
  padding: 95% 0 0;
  background: url(../img/osaka_map.png) no-repeat top center/contain;
}

.top_areamap .newinner .map_block .pins .pin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  counter-increment: pins;
  width: 7vw;
  height: 8vw;
  z-index: 2;
  background: url(../img/ico_pin.svg) no-repeat bottom center/contain;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top_areamap .newinner .map_block .pins .pin.active {
  animation: pinanime .6s ease-in-out 0s;
  background: url(../img/ico_pin_r.svg) no-repeat bottom center/contain;
}
@keyframes pinanime {
  0% {
    transform: translateY(0) rotateY(0);
  }

  50% {
    transform: translateY(-20px) rotateY(180deg);
  }

  100% {
    transform: translateY(0) rotateY(360deg);
  }
}

.top_areamap .newinner .map_block .pins .pin::before {
  content: counter(pins);
  font-size: 3.5vw;
  font-weight: bold;
  font-family: brandon-grotesque, sans-serif;
  margin-bottom: 5px;
}

.top_areamap .newinner .map_block .pins .cafe {
  top: 26.67vw;
  left: 11vw;
}

.top_areamap .newinner .map_block .pins .art {
  top: 35.83vw;
  left: 2.67vw;
}
.top_areamap .newinner .map_block .pins .sakai{
  top: 43vw;
  left: -1vw;
}
.top_areamap .newinner .map_block .pins .kashiwara {
  top: 40.33vw;
  left: 28.83vw;
}

.top_areamap .newinner .map_block .pins .habikino {
  top: 44.33vw;
  left: 21.67vw;
}

.top_areamap .newinner .map_block .pins .kawachinagano {
  top: 57.33vw;
  left: 16.67vw;
}

.top_areamap .newinner .map_block .pins .misaki {
  top: 66vw;
  left: -53vw;
}
.top_areamap .newinner .map_block .pins .local_bath {
  top: 31vw;
  left: 6vw;
}


.top_areamap .newinner .map_block .btns li {
  counter-increment: btns;
  width: 100%;
  margin-bottom: 15px;
}

.top_areamap .newinner .map_block .btns li:last-child {
  margin-bottom: 0;
}

.top_areamap .newinner .map_block .btns li a {
  padding: 15px;
  border-radius: 10px;
  border: 3px solid #000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}

.top_areamap .newinner .map_block .btns li a::before {
  content: counter(btns);
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 100px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: brandon-grotesque, sans-serif;
  position: absolute;
  top: -10px;
  left: -10px;
}

.top_areamap .newinner .map_block .btns li a::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../img/ico_arrow.svg) no-repeat center/contain;
}
.top_areamap .newinner .map_block .btns li a.active {
  border-color: #D20019;
  color: #D20019;
}

.top_areamap .newinner .map_block .btns li a.active::before {
  background: #D20019;
}

.top_areamap .newinner .map_block .btns li a.active::after {
  background: url(../img/ico_arrow_r.svg) no-repeat center/contain;
}
.course_list ul li {
  width: 100%;
  margin-bottom: 30px;
}

.course_list ul li a {
  display: block;
}

.course_list ul li a .image {
  position: relative;
  display: block;
  padding: 34% 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

.course_list ul li a .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: auto;
}

.course_list ul li a .text strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_howtouse .btn_box {
  padding: 10% 0;
  position: relative;
}

.top_howtouse .btn_box:first-of-type {
  padding-top: 0;
}

.top_howtouse .btn_box p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.top_howtouse .btn_box .btn {
  position: relative;
  z-index: 2;
}

.top_howtouse .btn_box:last-of-type {
  color: #fff;
  background: url(../img/top_howtouse_bg.jpg) no-repeat center/cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .top_howtouse .btn_box:last-of-type {
    background: url(../img/top_howtouse_bg@2x.jpg) no-repeat center/cover;
  }
}

.top_howtouse .btn_box:last-of-type::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.top_howtouse .btn_box:last-of-type .btn {
  border-color: #fff;
  background: rgba(255, 255, 255, .2);
}

.top_howtouse .btn_box:last-of-type .btn::after {
  background: url(../img/ico_outlink_w.svg) no-repeat center/contain;
}

.top_feature .newinner .col2box:not(:last-child) {
  margin-bottom: 50px;
}

.top_feature .newinner .col2box .image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.top_feature .newinner .col2box .text {
  width: 100%;
}

.top_feature .newinner .col2box .text strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_feature .newinner .col2box .text p {
  margin-bottom: 30px;
}

.top_news .newinner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.top_news .newinner .news_title {
  font-size: 40px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: brandon-grotesque, sans-serif;
  margin-bottom: 20px;
  order: 1;
  width: 100%;
}

.top_news .newinner .btn {
  order: 3;
}

.news_list {
  order: 2;
  margin-bottom: 30px;
  width: 100%;
}

.news_list ul {
  border-top: 1px dotted #000;
  order: 2;
}

.news_list ul li a {
  padding: 10px;
  border-bottom: 1px dotted #000;
  display: block;
  width: 100%;
}

.news_list ul li a .date {
  display: block;
  margin-bottom: 5px;
}

.news_list ul li a .text {
  display: block;
}

.top_imagelist .image_list div img {
  width: 100%;
}

.row2box {
  width: 100%;
  margin-bottom: 30px;
}

.row2box:last-child {
  margin-bottom: 0;
}

.row2box .image {
  border-radius: 10px;
  overflow: hidden;
  background: #ccc;
  position: relative;
  padding: 20% 0;
  display: block;
}

.row2box .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.row2box .text {
  max-width: 800px;
  width: 100%;
  padding: 50px 10px;
  margin: auto;
}

.row2box .text strong {
  display: block;
  max-width: 340px;
  width: 90%;
  margin: 0 auto 50px;
  font-weight: bold;
  font-size: 22px;
}

.row2box .text p {
  margin-bottom: 20px;
}

.about_box {
  line-height: 2;
  width: 100%;
  overflow: hidden;
}
.about_box .heading {
  font-weight: bold;
  margin-bottom: 10%;
  text-align: center;
}
.about_box .text {
  margin-bottom: 10%;
}
.about_box .text p {
  line-height: 2.5;
  letter-spacing: .03em;
}
.about_box .image {
  margin-bottom: 10%;
  position: relative;
}
.about_box .image span {
  position: absolute;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  transition: .5s;
  transition-delay: .5s;
  opacity: 0;
}
.about_box .image span img {
  width: 100%;
}
.about_box .image.image_box01 {
  padding: 71.2% 0;
}
.about_box .image.image_box02 {
  padding: 57.4% 0;
}
.about_box .image.image_box03 {
  padding: 50.5% 0;
}
.about_box .image.image_box01 span:nth-child(1) {
  width: 57.33vw;
  top: 0;
  left: -10vw;
}
.about_box .image.image_box01 span:nth-child(2) {
  width: 45.07vw;
  top: 22.4vw;
  right: -10vw;
}
.about_box .image.image_box01 span:nth-child(3) {
  width: 40vw;
  top: 61.07vw;
  left: -10vw;
  z-index: 2;
}
.about_box .image.image_box01 span:nth-child(4) {
  width: 29.6vw;
  top: 79.2vw;
  left: 8.13vw;
}
.about_box .image.image_box01 span:nth-child(5) {
  width: 35.2vw;
  bottom: 0;
  right: -10vw;
}
.about_box .image.image_box02 span:nth-child(1) {
  width: 40vw;
  top: 0;
  left: -10vw;
}
.about_box .image.image_box02 span:nth-child(2) {
  width: 43.47vw;
  top: 25.07vw;
  right: -10vw;
}
.about_box .image.image_box02 span:nth-child(3) {
  width: 29.6vw;
  bottom: 21.87vw;
  right: -10vw;
}
.about_box .image.image_box02 span:nth-child(4) {
  width: 50.67vw;
  bottom: 0;
  left: -10vw;
}
.about_box .image.image_box03 span:nth-child(1) {
  width: 57.33vw;
  top: 0;
  left: -10vw;
}
.about_box .image.image_box03 span:nth-child(2) {
  width: 35.2vw;
  top: 22.13vw;
  right: -10vw;
  z-index: 2;
}
.about_box .image.image_box03 span:nth-child(3) {
  width: 45.07vw;
  bottom: 0;
  right: 7.6vw;
}
.about_box .image.on span {
  opacity: 1;
}
.about_box .image.image_box01.on span:nth-child(1) {
  left: 0;
}
.about_box .image.image_box01.on span:nth-child(2) {
  right: 0;
}
.about_box .image.image_box01.on span:nth-child(3) {
  left: 0;
}
.about_box .image.image_box01.on span:nth-child(4) {
  left: 18.13vw;
}
.about_box .image.image_box01.on span:nth-child(5) {
  right: 0;
}
.about_box .image.image_box02.on span:nth-child(1) {
  left: 0;
}
.about_box .image.image_box02.on span:nth-child(2) {
  right: 0;
}
.about_box .image.image_box02.on span:nth-child(3) {
  right: 0;
}
.about_box .image.image_box02.on span:nth-child(4) {
  left: 0;
}
.about_box .image.image_box03.on span:nth-child(1) {
  left: 0;
}
.about_box .image.image_box03.on span:nth-child(2) {
  right: 0;
}
.about_box .image.image_box03.on span:nth-child(3) {
  right: 17.6vw;
}
.about_box .about_mark {
  width: 60%;
  margin: 0 auto 10%;
}
.about_box .about_mark img {
  width: 100%;
}
.howto_contents .newinner {
  max-width: 800px;
}

.howto_contents .howto_btnlist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
}

.howto_contents .howto_btnlist a {
  width: 100%;
  margin-left: 5px;
  height: 50px;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: .3s;
  line-height: 1.3;
}

.howto_contents .howto_btnlist a:first-child {
  margin-left: 0;
}

.howto_contents .howto_btnlist a.docomo {
  color: #D20019;
  border: 3px solid #D20019;
}

.howto_contents .howto_btnlist a.docomo:hover,
.howto_contents .howto_btnlist a.docomo.active {
  color: #fff;
  background: #D20019;
}

.howto_contents .howto_btnlist a.hello {
  color: #FDB002;
  border: 3px solid #FDB002;
}

.howto_contents .howto_btnlist a.hello:hover,
.howto_contents .howto_btnlist a.hello.active {
  color: #fff;
  background: #FDB002;
}

.howto_contents .howto_incontents {
  padding: 10% 0;
  display: none;
}

.howto_contents .howto_incontents.active {
  display: block;
}

.howto_contents .howto_incontents .headline {
  text-align: center;
  margin-bottom: 10%;
  font-weight: bold;
}

.howto_contents .howto_incontents .headline .heading {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}

.howto_flow ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.howto_flow ol>li {
  counter-increment: flow;
  margin-bottom: 50px;
  width: 100%;
}

.howto_flow ol>li strong {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

.howto_flow ol>li strong::before {
  content: counter(flow);
  width: 35px;
  min-width: 35px;
  height: 35px;
  background: #000;
  border-radius: 100px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.howto_flow ol>li .howto_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.howto_flow ol>li .howto_app {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.howto_flow ol>li .howto_app .icon {
  max-width: 145px;
  width: 20%;
  margin-right: 5%;
}

.howto_flow ol>li .howto_app dl {
  width: 70%;
}

.howto_flow ol>li .howto_app dl dt {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.howto_flow ol>li .howto_app dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.howto_flow ol>li .howto_app dl dd a:not(:last-child) {
  margin-bottom: 10px;
}

.howto_flow ol>li .howto_app dl dd a img {
  width: 100%;
}

.howto_flow ol>li .howto_flowlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.howto_flow ol>li .howto_flowlist ul li {
  width: 100%;
  background: #EEE;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.howto_flow ol>li .howto_flowlist ul li:not(:last-child)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #eee;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}

.howto_flow ol>li .howto_inbox .image {
  display: block;
  margin-bottom: 10px;
}

.howto_flow ol>li .howto_inbox .text {
  font-size: 12px;
  font-weight: bold;
}

.howto_contents .howto_incontents .btn.outlink {
  max-width: 400px;
}

/*==================================================
$renewal feature
==================================================*/
.feature_headline {
  position: relative;
  overflow: hidden;
  margin-bottom: 10%;
}

.feature_headline .image {
  width: 100%;
  overflow: hidden;
  padding: 21% 0;
  border-radius: 10px;
  display: block;
  position: relative;
}

.feature_headline .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.feature_headline .text {
  margin: -10% auto 0;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 5%;
  position: relative;
  z-index: 2;
}

.feature_headline .text .feature_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.5;
}

.feature_headline .text span {
  display: block;
  font-weight: bold;
  font-size: 12px;
}

.feature_pickupbox {
  background: #F2F4E3;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  padding: 10% 5%;
  position: relative;
  margin-bottom: 10%;
}

.feature_pickupbox::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 400px 200px 400px;
  border-color: transparent transparent #E8ECCF transparent;
  position: absolute;
  bottom: 0;
  right: -400px;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

.feature_pickupbox .inbox {
  position: relative;
  z-index: 2;
}

.feature_pickupbox .inbox:not(:first-child) {
  margin-top: 30px;
}

.feature_pickupbox .inbox .image {
  width: 100%;
  padding: 35% 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  display: block;
  margin-bottom: 20px;
}

.feature_pickupbox .inbox .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.feature_pickupbox .inbox .text {
  width: 100%;
}

.feature_pickupbox .inbox .text strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature_pickupbox .inbox .text .name {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.feature_pickupbox .inbox .text .name span {
  font-size: 12px;
}

.feature_sections {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 10%;
  padding: 0 !important;
}

.feature_sections .feature_sectiontitle {
  font-size: 18px;
  font-weight: bold;
  color: #859D00;
  border-bottom: 2px solid #859D00;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 10px;
}


.feature_sections p:not(:last-child) {
  margin-bottom: 20px;
}

.feature_sections .marker,
.feature_sections mark {
  background-image: linear-gradient(90deg, #C2CE7F, #C2CE7F);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0 30%;
  padding: 0 1px;
  transition: 1.5s;
  background-color: #fff;
}

.feature_sections .marker.on,
.feature_sections mark.on {
  background-size: 100% 30%;
}

.feature_imagebox {
  max-width: 650px;
  width: 100%;
  margin: 20px auto;
}

.feature_imagebox .image {
  display: block;
  width: 100%;
  padding: 35% 0;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.feature_imagebox .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.pager {
  margin-bottom: 10%;
}

.pager .wp-pagenavi {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.pager .wp-pagenavi span,
.pager .wp-pagenavi a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 35px;
  height: 40px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
}

.pager .wp-pagenavi .pages,
.pager .wp-pagenavi .first,
.pager .wp-pagenavi .last,
.pager .wp-pagenavi .extend {
  display: none;
}

.pager .wp-pagenavi .current {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.pager .wp-pagenavi .nextpostslink,
.pager .wp-pagenavi .previouspostslink {
  border: none;
  position: relative;
  width: 20px;
}

.pager .wp-pagenavi .nextpostslink::before,
.pager .wp-pagenavi .nextpostslink::after,
.pager .wp-pagenavi .previouspostslink::before,
.pager .wp-pagenavi .previouspostslink::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pager .wp-pagenavi .previouspostslink::before,
.pager .wp-pagenavi .previouspostslink::after {
  transform: rotate(-45deg);
  border-right: none;
  border-left: 2px solid #000;
}

.feature_detail {
  padding: 10% 5%;
  border: 1px solid #B2B2B2;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.feature_detail .feature_detail_slider_wrap {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  order: 1;
}

.feature_detail .feature_detail_slider {
  width: 100%;
}

.feature_detail .feature_detail_slider .feature_detail_slider_item img {
  width: 100%;
}

.feature_detail .text {
  width: 100%;
  order: 3;
}

.feature_detail .text strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.feature_detail .text p {
  margin-bottom: 10px;
}

.feature_detail .text .btn {
  margin-top: 20px;
}

.feature_detail_slider_thumb {
  width: 100%;
  margin-bottom: 30px;
  order: 2;
}

.feature_detail_slider_thumb .slick-list {
  padding: 0 !important;
}

.feature_detail_slider_thumb .feature_detail_slider_item {
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px;
  cursor: pointer;
}

.feature_detail_slider_thumb .feature_detail_slider_item img {
  width: 100%;
}

/*==================================================
$モデルコース
==================================================*/
.model_course {
  letter-spacing: 0.1em;
}

.model_course main>article, .model_course main>section {
  padding: 30px 0;
}

.model_course .inner {
  max-width: 800px;
  min-width: revert;
}

.mdc_pagetop {
  text-align: center;
  padding: 65px 0 50px;
}

.mdc_pagetop_logo {
  margin-bottom: 10px;
  width: 145px;
}

.mdc_pagetop_ttl div {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 4.0rem;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}

.mdc_pagetop_ttl span {
  font-weight: bold;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  padding: 0 15px;
}

.model_course .mdc_mv {
  height: 220px;
  margin: auto;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mdc_mv_ttl {
  background-color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  padding: 20px;
  line-height: 1.66em;
  font-weight: bold;
  border-radius: 10px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translate(-50%);
  /* Safari用 */
  transform: translate(-50%);
  width: 85%;
}

.model_course main>.mdc_intro_sec {
  padding: 40px 0 20px;
}

.mdc_intro_txt {
  margin-bottom: 40px;
}
.mdc_intro_link {
  margin: 0 auto 40px;
}

.mdc_anchor_link {
  border: solid 2px #000;
  border-radius: 10px;
  padding: 10px 5% 15px;
}

.mdc_anchor_link a {
  border-bottom: dashed 1px #DDDDDD;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  transition: .3s;
}

.mdc_anchor_link a:hover {
  color: #859D00;
}

.mdc_anchor_link a::after {
  flex-shrink: 0;
  content: '';
  background-image: url(../img/black_circle_arrow.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

/*記事*/
.mdc_sec:not(:first-of-type):not(:last-of-type) {
  padding: 20px 0;
}

.mdc_sec:first-of-type {
  padding: 0 0 20px;
}

.mdc_sec:last-of-type {
  padding: 20px 0 0;
}

.mdc_sec>.inner>*:not(:last-child) {
  margin-bottom: 25px;
}

.mdc_txt {}

.mdc_img_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}


.mdc_img_wrap .mdc_img {
  width: 100%;
}
.mdc_img_wrap .mdc_img:nth-child(2n) {
  margin-left: 5%;
}

.mdc_img img {
  width: 100%;
}

.mdc_detail_bx {
  background-color: #F6F4F4;
  border-radius: 10px;
  padding: 20px;
}

.mdc_detail_bx>*:not(:last-child) {
  margin-bottom: 12px;
}

.mdc_detail_ttl {font-weight: bold;}

.mdc_detail_list {}

.mdc_detail_list li {
  margin-bottom: 3px;
}

.mdc_detail_link {
  display: flex;
  flex-wrap: wrap;
}

.mdc_detail_link a {
  background-color: #787878;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  padding: 3px 35px 3px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  position: relative;
  margin-bottom: 6px;
}

.mdc_detail_link a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
  margin: auto;
  position: absolute;
  right: 15px;
  transition: .3s;
}

.mdc_detail_link a:hover::after {
  right: 8px;
}

.mdc_detail_txt {}

.mdc_detail_name {
  font-weight: 700;
}

.mdc_detail_linkwrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.mdc_detail_linkwrap .mdc_img {
  height: 184px;
  margin-bottom: 15px;
}

.osusume_comment {
  background-color: #ECEEDE;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin: 0 auto 100px;
}

.osusume_comment_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 1px #859D00;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.osusume_comment_ttl::before {
  content: '';
  background-image: url(../img/model_course/icon_osusume.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 16px;
  margin-right: 5px;
}

.osusume_comment p {
  max-width: 98%;
}

.commenter {
  position: absolute;
  bottom: -100px;
  right: 75px;
  width: 37%;
}

.commenter p {
  position: absolute;
  right: -60px;
  top: 35px;
  font-size: 1.0rem;
}

.mdc_root_sec {}

.mdc_root_map {
  border: none;
  width: 100%;
  height: 431px;
}

.mdc_other_sec {}

.mdc_other_wrap {



}

.mdc_other_contents {

margin-bottom: 20px;display: block;}

.mdc_other_img {
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 10px;
}

.mdc_other_img img {
  width: 100%;
}

.mdc_other_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.mdc_other_txt {
  margin-bottom: 5px;
}

.mdc_other_star {
  display: flex;
  font-size: 1.2rem;
  justify-content: right;
}

.mdc_other_star p {}

.mdc_other_star span {
  color: #FF9100;
}

/*221118*/
.contact_sec .footer_flex {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: solid 2px #333;
  border-radius: 10px;
  padding: 25px;
}

.contact_sec .footer_lbx h2 {
  text-align: center;
  margin-bottom: 15px;
}
.contact_sec .contact_tel {
  font-size: 11vw;
}

/*==================================================
$モデルコース　230316追加
==================================================*/
.mdc_sec .bb_ttl small {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
}
.mdc_anchor_link a small {
  display: none;
}
.osusume_comment2 {margin-bottom: 50px;}
.modelcourse_recommend2_wrap {background-color: #ECEEDE;border-radius: 10px;padding: 20px;align-items: center;gap: 30px;margin-bottom: 20px;}
.modelcourse_recommend2_img {text-align: center;margin-bottom: 10px;}
.modelcourse_recommend2_name {color: #859D00;font-weight: bold;font-size: 1.6rem;margin-bottom: 5px;text-align: center;}
.mdc_detour_ttl {font-size: 2.2rem;font-weight: bold;margin-bottom: 30px;text-align: center;}
.mdc_detour_wrap {}
.mdc_detour_contents {
    margin-bottom: 30px;
}
.modelcourse_detour_image {margin-bottom: 20px;}
.modelcourse_detour_name {font-size: 2.0rem;font-weight: bold;margin-bottom: 10px;}
.modelcourse_detour_txt {margin-bottom: 20px;}
.modelcourse_detour_dropdown {display: none;background-color: #F6F4F4;border-radius: 10px;padding: 30px 20px;margin-bottom: 20px;}
.modelcourse_dropdown_btn {font-weight: bold;display: flex;align-items: center;justify-content: center;border: solid 1px #707070;padding: 10px;width: 80%;margin: auto;position: relative;}
.modelcourse_dropdown_btn::after {content: '＋';font-size: 1.6rem;font-weight: 500;position: absolute;right: 18px;}
.modelcourse_dropdown_btn.on::after {
content: '―';
}
