@charset "shift-jis";
/* --------------------------------------------------------------------
  Financial Academy

  Style Info: /school/retirementlp.html setting
-------------------------------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  color: #070207;
  font-size: 14px;
}
.page {
  width: 100%;
  max-width: 599px;
  margin: auto;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}
@media screen and (min-width: 601px) {
  .sp{ display: none;}
}
@media screen and (max-width: 600px) {
  .pc{ display: none;}
}

/* ------------------------------
inner
------------------------------ */
/* inner_base */
section .inner_base {
  width: 96%;
  margin: 0 auto;
}
section .inner_base.narrow {
  width: 92%;
  padding: 30px 0 40px;
}
/* inner_01 */
.inner_base.inner_01 {
  padding: 40px 4%;
  background: #fff;
  border-radius: 10px;
}
/* light_orange */
.inner_base.light_orange {
  background-color: #fdf1ef;
}
/* grid */
.inner_base.grid {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.05) calc(100% - 1px), #edf7fd calc(100% - 1px)), linear-gradient(90deg, #fff calc(100% - 1px), #edf7fd calc(100% - 1px));
  background-size: 8px 10px;
  background-repeat: repeat;
  background-position: center center;
}

/* ------------------------------
image
------------------------------ */
img {
  max-width: 100%;
  height: auto;
}
.img_seminar_logo {
  width: 100%;
  max-width: 344px;
  height: auto;
  margin: 20px 0 10px;
}

/* ------------------------------
padding
------------------------------ */
/* padding top */
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
/* padding bottom */
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}

/* ------------------------------
margin
------------------------------ */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}

/* ------------------------------
text
------------------------------ */
.txt_bold {
  font-weight: bold;
}
.txt_orange {
  color: #ee5d46;
}
.txt_blue {
  color: #1c2569;
}

/* ------------------------------
text tracking
------------------------------ */
.text_trk_01 {
  line-height: 2.0;
  letter-spacing: 0.05em;
}

/* ------------------------------
background
------------------------------ */
.bg_orange {
  background-color: #ee5d46;
}
.bg_white {
  background-color: #fff;
}
.bg_lightblue {
  background-color: #049cbe;
}
.bg_gray {
  background-color: #ebf0f3;
}

/* ------------------------------
marker
------------------------------ */
.marker_01 {
  padding-bottom: 0.2em;
  background: linear-gradient(transparent 50%, #fff722 50%);
}

/* ------------------------------
heading
------------------------------ */
/* heading_01 */
.heading_01 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  font-size: 23px;
  text-align: center;
  letter-spacing: 0.05em;
}
.heading_01::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-top: 22px solid #ee5d46;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  content: '';
}
.heading_01 .sub {
  display: inline-block;
  font-size: 16px;
}
.heading_01 .txt_s {
  font-size: 18px;
  letter-spacing: normal;
}
/* heading_02 */
.heading_02 {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.heading_02 .sub {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  font-size: 18px;
  line-height: 1.2;
}
.heading_02 .sub::before,
.heading_02 .sub::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1.2em;
  background: #fff;
  content: '';
}
.heading_02 .sub::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.heading_02 .sub::after {
  right: 0.5em;
  transform: rotate(30deg);
}
.heading_02 .txt_s {
  font-size: 20px;
}
.heading_02.size_s {
  font-size: 23px;
}
.heading_02.size_s .sub {
  font-size: 16px;
}
/* heading_03 */
.heading_03 {
  padding: 0.4em;
  background: #769ec2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

/* ------------------------------
button
------------------------------ */
.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  padding: 1.1em 20px 1.1em 1em;
  background: linear-gradient(to left, rgba(4,156,190,1) 0%,rgba(49,203,203,1) 100%);
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
.btn_01:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* btn_entry */
.btn_entry {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 1em 20px 1em 1em;
  background: #f77a4c;
  border-radius: 9999px;
  box-shadow: 0 3px 0 #b95834;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.btn_entry::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.btn_entry:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* btn_fixed */
.fixed-btn {
  min-height: auto;
}
.btn_fixed_wrap {
  width: 100%;
}
.btn_01.btn_fixed {
  max-width: 285px;
  padding: 0.8em 20px 0.8em;
}

/* ------------------------------
book_present
------------------------------ */
.book_present {
  padding-top: 5px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.book_present h2 {
  margin-bottom: 0.5em;
  color: #fff722;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.6;
}
.book_present .present_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.book_present .present_detail .img {
  width: 33%;
  padding-left: 10px;
}
.book_present .present_detail .txt {
  width: 65%;
  color: #fff;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .book_present h2 {
    font-size: 18px;
  }
  .book_present .present_detail .img {
    width: 38%;
    padding-left: 0;
  }
  .book_present .present_detail .txt {
    width: 60%;
    font-size: 16px;
  }
}

/* ------------------------------
just_now_box
------------------------------ */
.just_now_box {
  width: 96%;
  margin: 0 auto;
  padding: 15px 12px;
  background: #fff;
  text-align: center;
}
.just_now_box .price {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.just_now_box .icon_now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2279.397%22%20height%3D%2279.001%22%20viewBox%3D%220%200%2079.397%2079.001%22%3E%3Cpath%20d%3D%22M42.831%2C1.524h0A10.828%2C10.828%2C0%2C0%2C0%2C53.595%2C3.812h0a3.9%2C3.9%2C0%2C0%2C1%2C4.816%2C2.145h0a10.831%2C10.831%2C0%2C0%2C0%2C8.9%2C6.468h0a3.9%2C3.9%2C0%2C0%2C1%2C3.528%2C3.918h0a10.829%2C10.829%2C0%2C0%2C0%2C5.5%2C9.53h0a3.9%2C3.9%2C0%2C0%2C1%2C1.629%2C5.015h0a10.831%2C10.831%2C0%2C0%2C0%2C1.15%2C10.944h0a3.9%2C3.9%2C0%2C0%2C1-.551%2C5.244h0a10.826%2C10.826%2C0%2C0%2C0-3.4%2C10.467h0a3.9%2C3.9%2C0%2C0%2C1-2.636%2C4.567h0a10.833%2C10.833%2C0%2C0%2C0-7.364%2C8.177h0a3.9%2C3.9%2C0%2C0%2C1-4.265%2C3.1h0a10.833%2C10.833%2C0%2C0%2C0-10.054%2C4.476h0a3.9%2C3.9%2C0%2C0%2C1-5.157%2C1.1h0a10.832%2C10.832%2C0%2C0%2C0-11.006%2C0h0a3.9%2C3.9%2C0%2C0%2C1-5.157-1.1h0a10.833%2C10.833%2C0%2C0%2C0-10.054-4.476h0a3.9%2C3.9%2C0%2C0%2C1-4.265-3.1h0A10.829%2C10.829%2C0%2C0%2C0%2C7.85%2C62.109h0a3.9%2C3.9%2C0%2C0%2C1-2.636-4.567h0a10.837%2C10.837%2C0%2C0%2C0-3.4-10.467h0a3.9%2C3.9%2C0%2C0%2C1-.551-5.244h0a10.826%2C10.826%2C0%2C0%2C0%2C1.15-10.944h0a3.9%2C3.9%2C0%2C0%2C1%2C1.629-5.015h0a10.829%2C10.829%2C0%2C0%2C0%2C5.5-9.53h0a3.9%2C3.9%2C0%2C0%2C1%2C3.528-3.918h0a10.834%2C10.834%2C0%2C0%2C0%2C8.9-6.468h0a3.9%2C3.9%2C0%2C0%2C1%2C4.816-2.145h0A10.833%2C10.833%2C0%2C0%2C0%2C37.556%2C1.524h0a3.9%2C3.9%2C0%2C0%2C1%2C5.273%2C0Z%22%20transform%3D%22translate(-0.495%20-0.498)%22%20fill%3D%22%23ee5d46%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.just_now_box .icon_now .txt_s {
  font-size: 14px;
}
.just_now_box .base_price {
  display: inline-block;
  position: relative;
  margin-left: 0.6em;
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.just_now_box .base_price::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(18deg);
  width: 3.4em;
  height: 2px;
  background: #ee5d46;
  content: '';
}
.just_now_box .now_price {
  display: inline-block;
  margin-left: 10px;
  background: linear-gradient(transparent 80%, #fff722 80%, #fff722 90%, transparent 90%, transparent 100%);
  color: #ee5d46;
  font-family: "din-2014", sans-serif;
  font-size: 90px;
  line-height: 1;
}
.just_now_box .now_price .txt_s {
  font-size: 30px;
}
.just_now_box .btn_01 {
  margin-top: 15px;
}
/* type_txt */
.just_now_box.type_txt {
  padding: 8px 5px 5px;
}
.just_now_box.type_txt .icon_now {
  width: 62px;
  height: 62px;
  font-size: 14px;
}
.just_now_box.type_txt .icon_now .txt_s {
  font-size: 11px;
}
.just_now_box.type_txt .txt_free {
  margin-left: 15px;
  padding: 0 0.2em;
  background: linear-gradient(transparent 80%, #fff722 20%);
  color: #ee5d46;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.just_now_box .just_now_note {
  margin-top: 0.5em;
  font-size: 12px;
}

/* ------------------------------
mv
------------------------------ */
.mv .inner_base {
  position: relative;
}
.mv .logo_fa {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 130px;
  height: auto;
}
@media screen and (min-width: 376px) and (max-width: 600px) {
  .mv .logo_fa {
    top: 2.67vw;
    left: 2.67vw;
    width: 34.67vw;
  }
}
@media screen and (min-width: 601px) {
  .mv .logo_fa {
    top: 16px;
    left: 16px;
    width: 208px;
  }
}
/* ttl_latest_schedule */
.latest_schedule_wrap {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
.latest_schedule {
  min-width: 145px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.latest_schedule .ttl_latest_schedule {
  background: #049cbe;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.latest_schedule .box_schedule {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  row-gap: 10px;
  padding: 5px;
  border: 1px solid #049cbe;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.latest_schedule .box_schedule dt {
  margin-bottom: 0.5em;
  padding: 0.1em 0.3em;
  border: 1px solid #049cbe;
  border-radius: 2px;
  color: #049cbe;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.latest_schedule .box_schedule dd {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  text-align: right;
  line-height: 1;
  white-space: nowrap;
}
.latest_schedule .box_schedule dd .day {
  font-size: 30px;
  line-height: 1;
  vertical-align: baseline;
}
.latest_schedule .box_schedule dd .day_of_week {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0.2em 0.5em;
  background: #049cbe;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  vertical-align: text-bottom;
}
.latest_schedule .box_schedule .under_adjustment {
  padding-top: 0.1em;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.latest_schedule_wrap .other_dates {
  margin-top: 0.2em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 376px) and (max-width: 600px) {
  .latest_schedule_wrap {
    bottom: 6.67vw;
  }
  .latest_schedule {
    min-width: 38.67vw;
  }
  .latest_schedule .ttl_latest_schedule {
    font-size: 3.73vw;
  }
  .latest_schedule .box_schedule {
    column-gap: 1.33vw;
    row-gap: 2.67vw;
    padding: 1.33vw;
  }
  .latest_schedule .box_schedule dt {
    font-size: 2.93vw;
  }
  .latest_schedule .box_schedule dd {
    font-size: 3.73vw;
  }
  .latest_schedule .box_schedule dd .day {
    font-size: 8vw;
  }
  .latest_schedule .box_schedule dd .day_of_week {
    width: 4.8vw;
    height: 4.8vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .latest_schedule .box_schedule .under_adjustment {
    font-size: 3vw;
  }
}
@media screen and (min-width: 601px) {
  .latest_schedule_wrap {
    bottom: 40px;
  }
  .latest_schedule {
    min-width: 232px;
  }
  .latest_schedule .ttl_latest_schedule {
    font-size: 23px;
  }
  .latest_schedule .box_schedule {
    column-gap: 8px;
    row-gap: 16px;
    padding: 8px;
  }
  .latest_schedule .box_schedule dt {
    font-size: 19px;
  }
  .latest_schedule .box_schedule dd {
    font-size: 27px;
  }
  .latest_schedule .box_schedule dd .day {
    font-size: 58px;
  }
  .latest_schedule .box_schedule dd .day_of_week {
    width: 35px;
    height: 35px;
    font-size: 23px;
    line-height: 35px;
  }
  .latest_schedule .box_schedule .under_adjustment {
    margin-top: 1em;
    font-size: 16px;
  }
  .latest_schedule_wrap .other_dates {
    font-size: 18px;
  }
}

/* ------------------------------
what_is
------------------------------ */
.what_is .inner_01 {
  padding-bottom: 20px;
}
.what_is .strong {
  font-size: 18px;
}
.what_is .type_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 350px;
  margin: 20px auto 0;
}
.what_is .type_list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0.1em 0.5em;
  background: #ee5d46;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.what_is .catch {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.what_is .catch p {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.what_is .catch img {
  width: 106%;
  max-width: 400px;
  margin-left: -3%;
}

/* ------------------------------
anxiety
------------------------------ */
.anxiety {
  text-align: center;
}
.anxiety .inner_01 {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.anxiety .inner_01::after {
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
  height: 34px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #fdf1ef;
  content: '';
}
.anxiety .img_group {
  position: relative;
  max-width: 400px;
  height: 430px;
  margin: 0 auto;
}
.anxiety .img_group .img_txt_01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.anxiety .img_group .img_txt_02 {
  position: absolute;
  top: 75px;
  right: -16px;
}
.anxiety .img_group .img_txt_03 {
  position: absolute;
  top: 180px;
  left: -12px;
}
.anxiety .img_group .img_txt_04 {
  position: absolute;
  bottom: 0;
  right: -12px;
}
.anxiety .img_anxiety_01 {
  width: 75%;
  max-width: 370px;
  height: auto;
}
.anxiety .catch {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.anxiety .achieve_list {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 10px auto 0;
}
.anxiety .achieve_list li {
  width: 110px;
  height: 110px;
  padding-top: 1.6em;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #ee5d46;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
.anxiety .achieve_list li .txt_l {
  font-size: 25px;
}
.anxiety .achieve_note {
  margin-top: 1em;
  color: #fff;
  font-size: 10px;
  text-align: left;
}

/* ------------------------------
solve
------------------------------ */
.solve .top_img {
  position: relative;
  padding-top: 5px;
}
.solve .top_img img {
  width: 100%;
}
.solve .top_img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #44a1c5 0%, #44a1c5 15%, #5e76a7 15%, #5e76a7 29%, #7e678d 29%, #7e678d 43%, #c36380 43%, #c36380 57%, #e16f4e 57%, #e16f4e 71%, #d7ba41 71%, #d7ba41 85%, #8a9f55 85%, #8a9f55 100%);
  content: '';
}
.solve .inner_01 {
  border-radius: 0 0 10px 10px;
}
.solve .solve_list {
  max-width: 360px;
  margin: 0 auto;
}
.solve .solve_list li {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #049cbe;
}
.solve .solve_list li:first-child {
  padding-top: 0;
}
.solve .solve_list .img_box {
  width: 95px;
  text-align: center;
}
.solve .solve_list .txt_box {
  width: calc(100% - 95px);
}
.solve .solve_list .strong {
  color: #049cbe;
  font-size: 20px;
  font-weight: bold;
}

/* ------------------------------
entry
------------------------------ */
.entry .inner_01 {
  padding: 20px 4%;
}
.entry .heading {
  position: relative;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.entry .heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #049cbe;
  content: '';
}
.entry .heading span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1em;
  background: #fff;
}
.entry .entry_body {
  max-width: 800px;
  margin: 0 auto;
}
.entry h3 {
  margin-bottom: 1em;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.entry h3 span {
  display: block;
  position: relative;
  width: 105px;
  margin: 0 auto 20px;
  padding: 0.5em;
  background: #049cbe;
  border-radius: 5px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}
.entry h3 span::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #049cbe;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
}
.entry .seminar_type_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.entry .seminar_type_list li {
  width: 48.5%;
  border: 1px solid #ee5d46;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.entry .seminar_type_list li .seminar_type_ttl {
  position: relative;
  padding: 0.9em 0.7em 0.7em 45px;
  border-bottom: 1px solid #ee5d46;
  color: #ee5d46;
  font-size: 26px;
  text-align: center;
  line-height: 1.2;
}
.entry .seminar_type_list li .seminar_type_ttl::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #ee5d46;
  border-radius: 50%;
  content: '';
}
.entry .seminar_type_list li .seminar_type_ttl::after {
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: rgba(234, 85, 32, 0.1);
  border-radius: 50%;
  content: '';
}
.entry .seminar_type_list li:hover .seminar_type_ttl {
  background: rgba(234, 85, 32, 0.1);
}
.entry .seminar_type_list li.active .seminar_type_ttl {
  color: #fff;
}
.entry .seminar_type_list li.active .seminar_type_ttl,
.entry .seminar_type_list li.active .seminar_type_ttl::after {
  background: #ee5d46;
}
.entry .seminar_type_list li .seminar_type_ttl span {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.entry .label_note {
  margin-top: 1.5em;
  font-size: 14px;
  text-align: left;
  line-height: 2.2;
}
.entry .label_note .type_label {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0.6em 1em;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.0;
}
.entry .label_note .type_label.label_plus {
  background: rgba(111, 176, 191, 0.3);
}
.entry .label_note .type_label.label_basic {
  background: rgba(44, 65, 152, 0.2);
}
.entry .label_note .type_label.label_workshop {
  background: rgba(218, 95, 52, 0.1);
}
.entry .seminar_place {
  display: flex;
  margin-top: 15px;
  border: 1px solid #ee5d46;
}
.entry .seminar_place dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 0.5em;
  background: rgba(234, 85, 32, 0.1);
  font-size: 14px;
  text-align: center;
}
.entry .seminar_place dd {
  width: 70%;
  padding: 0.5em;
  font-size: 16px;
  text-align: left;
}
.entry .web_seminar_img {
  max-width: 560px;
  margin: 0 auto;
}
.entry .seminar_detail_table {
  width: 100%;
  max-width: 560px;
  margin: 30px auto 0;
  border-collapse: collapse;
}
.entry .seminar_detail_table th,
.entry .seminar_detail_table td {
  padding: 0.8em 1em;
  border: 1px solid #ee5d46;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
}
.entry .seminar_detail_table th {
  width: 30%;
  background: rgba(234, 85, 32, 0.1);
  text-align: center;
}
.entry .seminar_detail_table td {
  text-align: left;
}
.entry .seminar_detail_table .txt_free {
  color: #ea5413;
}
.entry .btn_area {
  margin: 20px 0 30px;
  text-align: center;
}
.entry .entry_btn_txt {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em 0.1em;
  color: #e16f4e;
  font-size: 14px;
  line-height: 1;
}
.entry .entry_btn_txt::before,
.entry .entry_btn_txt::after {
  position: absolute;
  bottom: 10px;
  width: 25px;
  border-top: 1px dashed #1c236d;
  content: '';
}
.entry .entry_btn_txt::before {
  left: 0;
  transform: rotate(45deg);
}
.entry .entry_btn_txt::after {
  right: 0;
  transform: rotate(-45deg);
}
.entry .room_seminar,
.entry .zoom_seminar,
.entry .movie_seminar {
  display: none;
}
.entry .room_seminar.active,
.entry .zoom_seminar.active,
.entry .movie_seminar.active {
  display: block;
}
@media screen and (max-width: 599px) {
  .entry .inner_01 {
    padding: 20px 2%;
  }
  .entry .seminar_type_list {
    margin-bottom: 35px;
  }
  .entry .seminar_type_list li {
    width: 49%;
  }
  .entry .seminar_type_list li .seminar_type_ttl {
    padding: 38px 0.5em 0.5em;
    font-size: 20px;
  }
  .entry .seminar_type_list li .seminar_type_ttl::before {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
  }
  .entry .seminar_type_list li .seminar_type_ttl::after {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
  }
  .entry .seminar_type_list li .seminar_type_ttl span {
    font-size: 10px;
  }
  .entry .seminar_place {
    margin-top: 30px;
  }
  .entry .seminar_place dd {
    font-size: 14px;
  }
  .entry .seminar_detail_table th,
  .entry .seminar_detail_table td {
    font-size: 15px;
  }
}
/* seminar_apply */
.seminar_apply .date_list li {
  border-color: #ee5d46;
}
/* .corona_emg */
.corona_emg {
  margin-bottom: 0;
}
.corona_emg .ttl {
  color: #ee5d46;
}
.corona_emg .ttl .icn path {
  fill: #ee5d46;
}
/* .juko_kiyaku_area */
.entry .inner_base + .juko_kiyaku_area {
  width: 96%;
  margin: 10px auto 0;
  padding: 0 20px 0 0;
  background: #fff;
  border: 15px solid #fff;
  border-right: none;
  border-radius: 10px;
  height: 245px;
  overflow-y: scroll;
}

/* ------------------------------
achievement
------------------------------ */
.achievement {
  background: url(/school/image/lp/asset_management_guide/img_bg_achievement.png) no-repeat top center / cover;
  text-align: center;
}
.achievement h2 img {
  width: 100%;
  max-width: 332px;
}
.achievement .ico_no1 {
  width: 100%;
  max-width: 371px;
  margin-top: 15px;
}
.achievement .no1_caution {
  margin: 1em 0 2em;
  color: #676767;
  font-size: 8px;
  text-align: left;
}
.achievement .inner_01 {
  padding-top: 0;
}
.achievement .achievement_list {
  max-width: 300px;
  margin: 0 auto 30px;
}
.achievement .achievement_list li {
  padding: 20px 0;
  border-bottom: 1px solid #b97900;
}
.achievement .achievement_list h3 {
  margin-bottom: 0.5em;
  padding-top: 25px;
  background: url(/school/image/lp/commom/achievement/ico_crown.png) no-repeat top center / 29px auto;
  color: #070207;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
.achievement .achievement_list h3 .strong {
  margin-left: 0.4em;
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(to bottom, #e3ba30 0%,#b97900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.achievement .achievement_list .img_annv {
  width: 82%;
  height: auto;
}
.achievement .achievement_list .txt_anniv {
  width: 100%;
  max-width: 400px;
  margin: 10px auto 20px;
  padding: 0.4em 1em;
  border: 1px solid #1c2569;
  border-radius: 9999px;
  color: #1c2569;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.achievement .achievement_list .txt_anniv .strong {
  color: #ee5d46;
}
.achievement .txt .strong {
  font-size: 16px;
  font-weight: bold;
}

/* ------------------------------
hot_media
------------------------------ */
.hot_media {
  background: linear-gradient(to right, rgba(64,130,224,1) 10%,rgba(114,127,227,1) 90%);
}
.hot_media .heading {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.hot_media .heading .txt_l {
  font-size: 20px;
}
.hot_media .heading .txt_s {
  font-size: 16px;
}
.hot_media figure {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.hot_media figure + figure {
  margin-top: 15px;
}
.hot_media figcaption {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.hot_media figcaption span {
  width: 67px;
}
.hot_media figcaption p {
  width: calc(100% - 67px);
  margin-left: 15px;
}

/* ------------------------------
after_course
------------------------------ */
.after_course .inner_base {
  padding: 20px 4% 0;
}
.after_course .inner_base + .inner_base {
  margin-top: -1px;
  padding: 40px 4% 20px;
}
.after_course .heading {
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.after_course .heading .txt_s {
  display: inline-block;
  margin: 0.7em 0 1.5em;
  font-size: 16px;
}
.after_course .heading img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
}
.after_course .ttl_bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 54.5%);
  line-height: 0;
}
.after_course .ttl_bg svg {
  width: 100%;
  height: auto;
}
.after_course .after_course_list {
  max-width: 335px;
  margin: 0 auto;
}
.after_course .after_course_list li {
  position: relative;
  padding: 20px 10px 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
}
.after_course .after_course_list li + li {
  margin-top: 40px;
}
.after_course .after_course_list li::before {
  display: block;
  position: absolute;
  top: -25px;
  left: 15px;
  width: 86px;
  height: 27px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  content: '';
}
.after_course .after_course_list li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 90px;
  height: 10px;
  background: #fff;
  content: '';
}
.after_course .after_course_list li.reverse::before {
  left: auto;
  right: 15px;
}
.after_course .after_course_list li.reverse::after {
  left: auto;
  right: 12px;
}
.after_course .after_course_list .icon {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 24px;
  width: 68px;
}
.after_course .after_course_list .reverse .icon {
  left: auto;
  right: 24px;
}
.after_course .after_course_list h3 {
  padding-left: 92px;
}
.after_course .after_course_list .reverse h3 {
  padding-left: 0;
  padding-right: 100px;
  text-align: right;
}
.after_course .after_course_list dl {
  display: grid;
  grid-template-columns: 50px auto;
  column-gap: 5px;
  margin-top: 15px;
  padding: 10px 5px;
  background: #edf7fd;
  border-radius: 10px;
}
.after_course .after_course_list dl + dl {
  position: relative;
  margin-top: 30px;
}
.after_course .after_course_list dl + dl::before {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 22px;
  background: #ee5d46;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: '';
}
.after_course .after_course_list dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.after_course .after_course_list .before_box dt {
  background: #c6c6c6;
}
.after_course .after_course_list .after_box dt {
  background: #ee5d46;
}
.after_course .after_course_list dd {
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* ------------------------------
beginner
------------------------------ */
.beginner .inner_01 {
  position: relative;
  margin-top: 60px;
  padding: 25px 4% 10px;
}
.beginner .img_beginner {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 318px;
}
.beginner figure {
  text-align: center;
}
.beginner figcaption {
  margin-bottom: 1em;
  color: #ee5d46;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.beginner figcaption span {
  display: inline-block;
  position: relative;
}
.beginner figcaption span::before,
.beginner figcaption span::after {
  position: absolute;
  top: 50%;
  width: 65px;
  height: 1px;
  background: #ee5d46;
  content: '';
}
.beginner figcaption span::before {
  left: calc((-1.2em) + (-65px));
}
.beginner figcaption span::after {
  right: calc((-1.2em) + (-65px));
}
.beginner figure img {
  width: 312px;
}
.beginner figure .graph_note {
  margin-top: 2em;
  font-size: 10px;
}

/* ------------------------------
student_voice
------------------------------ */
.student_voice .student_voice_inner {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.35);
}
.student_voice .voice_box {
  display: grid;
  grid-template-columns: 125px auto;
  column-gap: 10px;
  row-gap: 20px;
  margin: 0 20px;
  padding: 20px 1em;
  background: #fff;
  border-radius: 10px;
  letter-spacing: 0.05em;
}
.student_voice .voice_box .img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.student_voice .voice_box .profile {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
}
.student_voice .voice_box .seminar {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.6em 1em;
  background: #ee5d46;
  border-radius: 9999px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
}
.student_voice .strong_voice {
  grid-column: 1/3;
  grid-row: 2/3;
}
.student_voice .strong_voice p {
  position: relative;
  padding: 0.7em 0.5em;
  background: #ee5d46;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
.student_voice .strong_voice p::before {
  position: absolute;
  top: -10px;
  left: 55px;
  border-bottom: 14px solid #ee5d46;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
}
.student_voice .detail_voice {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (min-width: 600px) {
  .student_voice .voice_box {
    font-size: 16px;
  }
  .student_voice .voice_box .seminar {
    font-size: 12px;
  }
  .student_voice .strong_voice p {
    display: inline-block;
  }
}
/* slick */
.student_voice .slick-prev {
  left: 0;
  z-index: 5;
}
.student_voice .slick-next {
  right: 0;
  z-index: 5;
}
.student_voice .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.student_voice .slick-next:before {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

/* ------------------------------
flow_seminar
------------------------------ */
.flow_seminar {
  padding-top: 0;
}
.flow_seminar .inner {
  width: 96%;
  margin: 0 auto;
  padding: 50px 0;
}
.flow_seminar .seminar .inner {
  width: auto;
}
.flow_seminar .heading {
  position: relative;
  margin: 0 auto;
  padding-top: 1.5em;
  background: #eff1f5;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.flow_seminar .heading::before {
  position: absolute;
  top: calc(50% + (1.5em / 2));
  left: 2%;
  width: 96%;
  height: 1px;
  background: #1c2569;
  content: '';
}
.flow_seminar .heading span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1.5em;
  background: #eff1f5;
}
.flow_seminar .seminar {
  margin-bottom: 0;
}
.flow_seminar .seminar.classroom {
  background-color: rgba(98, 118, 163, .1);
}
.flow_seminar .classroom .inner {
  padding-top: 30px;
}
.flow_seminar .seminar.classroom .ttl {
  background-color: #5e76a7;
}
.flow_seminar .seminar.zoom {
  background-color: rgba(143, 158, 94, .1);
}
.flow_seminar .seminar.zoom .ttl {
  background-color: #8a9f55;
}
.flow_seminar .heading_bold {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 80px;
}
.flow_seminar .ttl {
    width: 310px;
    border-radius: 2em;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 auto 34px;
}
.flow_seminar .list {
  margin: 0 auto 20px;
}
.flow_seminar .list .item {
  padding: 0 10px;
}
.flow_seminar .list .item > div {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 19px;
}
.flow_seminar .list .step {
    color: #D47556;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 8px;
    display: flex;
    align-items: self-end;
    position: relative;
    top: -16px;
}
.flow_seminar .list .step .num {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background: #D47556;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    padding-top: 7px;
    margin-right: 9px;
}
.flow_seminar .list .step .num .en {
    font-family: 'Josefin Slab', serif;
    font-size: 40px;
    letter-spacing: 0;
}
.flow_seminar .list .txt {
    margin: 0 15px;
}
.flow_seminar .list .slick-dots {
  bottom: -40px;
}
.flow_seminar .list .slick-dots li {
  width: 26px;
  height: 26px;
  margin: 0 10px;
}
.flow_seminar .list .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #DAD5D0;
  border-radius: 100%;
  color: #fff;
  font-family: 'Josefin Slab', serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow_seminar .list .slick-dots li button::before {
  content: none;
}
.flow_seminar .seminar.classroom .list .slick-dots li.slick-active button {
  background-color: #5e76a7;
}
.flow_seminar .seminar.zoom .list .slick-dots li.slick-active button {
  background-color: #8a9f55;
}

/* ------------------------------
can_learn
------------------------------ */
.can_learn {
  text-align: center;
}
.can_learn .inner_01 {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.can_learn .heading_01 {
  margin-bottom: 0.2em;
}
.can_learn .can_learn_list {
  max-width: 330px;
  margin: 0 auto;
}
.can_learn .can_learn_list li {
  display: grid;
  grid-template-columns: 95px auto;
  column-gap: 10px;
  align-items: center;
  padding: 0.6em 0;
  border-bottom: 2px solid #049cbe;
  font-size: 18px;
}
.can_learn .can_learn_list li .num {
  color: #049cbe;
  font-family: "din-2014", sans-serif;
  font-size: 80px;
  line-height: 1;
}
.can_learn .can_learn_list li p {
  text-align: left;
  letter-spacing: 0.05em;
}

/* ------------------------------
onepart
------------------------------ */
.onepart {
  background-color: #fdfaf1;
}
.onepart .inner {
  width: 96%;
  margin: 0 auto;
  padding: 40px 0;
}
.onepart .ttl {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.onepart .ttl::before,
.onepart .ttl::after {
  content: "";
  padding-left: 2.3em;
  height: 1em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.909%22%20height%3D%2249.964%22%20viewBox%3D%220%200%2035.909%2049.964%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3536%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203536%22%20transform%3D%22translate(1.394%201.394)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_943%22%20data-name%3D%22%E3%83%91%E3%82%B9%20943%22%20d%3D%22M-14171.238%2C7036.8l26.494%2C38.17%22%20transform%3D%22translate(14177.868%20-7027.787)%22%20fill%3D%22none%22%20stroke%3D%22%23da5f34%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_944%22%20data-name%3D%22%E3%83%91%E3%82%B9%20944%22%20d%3D%22M-14160.03%2C7066.911l2.834%2C4.013%22%20transform%3D%22translate(14160.03%20-7066.911)%22%20fill%3D%22none%22%20stroke%3D%22%23da5f34%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.onepart .ttl::after {
  transform: scaleX(-1);
}

/* ------------------------------
teacher
------------------------------ */
.teacher .teacher_list li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.teacher .teacher_list li + li {
  margin-top: 10px;
}
.teacher .teacher_list .box_inner {
  display: grid;
  grid-template-columns: 150px auto;
  column-gap: 20px;
  row-gap: 15px;
  max-width: 360px;
  margin: 0 auto;
}
.teacher .teacher_list .img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.teacher .teacher_list .name {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.teacher .teacher_list .name .en {
  font-size: 14px;
}
.teacher .teacher_list .profile {
  grid-column: 1/3;
  grid-row: 2/3;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* ------------------------------
result
------------------------------ */
.result .result_list {
  max-width: 360px;
  margin: 35px auto 30px;
}
.result .result_list li {
  position: relative;
  padding: 35px 17px 20px;
  background: #fdf1ef;
  border: 1px solid #ee5d46;
  border-radius: 10px;
  text-align: center;
}
.result .result_list li + li {
  margin-top: 35px;
}
.result .result_list li .label {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 30px;
  background: #ee5d46;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
.result .result_list .strong {
  display: inline-block;
  margin-top: 0.3em;
  color: #ee5d46;
  font-size: 20px;
  font-weight: bold;
}
.result .result_list img {
  margin-top: 20px;
}
.result .ttl {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
}

/* ------------------------------
what_happens
------------------------------ */
.what_happens .inner_01 {
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}
.what_happens .happens_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what_happens .happens_list li {
  width: 48.5%;
  border: 1px solid #049cbe;
  border-radius: 10px;
  overflow: hidden;
}
.what_happens .happens_list li:nth-child(n + 3) {
  margin-top: 20px;
}
.what_happens .happens_list .txt {
  padding: 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
}
.what_happens .happens_list .strong {
  color: #049cbe;
  font-weight: bold;
}
.what_happens .catch {
  margin-bottom: 0.6em;
  color: #ee5d46;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.what_happens .img_deco {
  width: 100%;
  max-width: 335px;
  margin: 30px 0 5px;
}
.what_happens .img_tail {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 309px;
}

/* ------------------------------
faq
------------------------------ */
.faq .faq_list li {
  padding: 25px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.faq .faq_list li + li {
  margin-top: 20px;
}
.faq .faq_list .box {
  display: grid;
  grid-template-columns: 40px auto;
  column-gap: 15px;
}
.faq .faq_list .box + .box {
  border-top: 1px dashed #7c97ac;
}
.faq .faq_list .box dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.faq .faq_list .box dd {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.faq .faq_list .box.box_q {
  padding-bottom: 20px;
}
.faq .faq_list .box.box_q dt {
  background: #049cbe;
}
.faq .faq_list .box.box_a {
  padding-top: 20px;
}
.faq .faq_list .box.box_a dt {
  background: #ee5d46;
}

/* ------------------------------
google_review
------------------------------ */
.google_review .review_list li + li {
  margin-top: 15px;
}

/* ------------------------------
about-fa-taiken
------------------------------ */
@media screen and (min-width: 600px) {
  .about-fa-taiken .intro-area .opening {
    width: 100%;
  }
}

/* ------------------------------
loader
------------------------------ */
.loader {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 23px auto 0;
  border-radius: 5px;
  background-color: #333;
  color: #333;
  animation: loader 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.loader::before, .loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.loader::before {
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #333;
  color: #333;
  animation: loader 1s infinite alternate;
  animation-delay: 0s;
}
.loader::after {
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #333;
  color: #333;
  animation: loader 1s infinite alternate;
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .loader {
    margin-top: 15px;
  }
}
@keyframes loader {
  0% {
    background-color: #333;
  }
  50%, 100% {
    background-color: rgba(51, 51, 51, 0.2);
  }
}

/* ------------------------------
.accordion_webseminar
------------------------------ */
.entry .accordion_webseminar{
  margin: 30px auto;
}
.entry .accordion_webseminar .btn{
  display: block;
  width: 100%;
  background-color: #FFFDEB;
  border: 1px solid #5E76A7;
  border-radius: 5px;
  color: #1C236D;
  cursor: pointer;
  font-size: 1rem;
  padding: 25px;
  position: relative;
}
.entry .accordion_webseminar .btn::after{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3514%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203514%22%20transform%3D%22translate(-262.206%20-427.206)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_26%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2026%22%20transform%3D%22translate(262.206%20427.206)%22%20fill%3D%22%23fff%22%20stroke%3D%22%235E76A7%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_710%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20710%22%20transform%3D%22translate(273.318%20433.034)%20rotate(45)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_14%22%20data-name%3D%22%E7%B7%9A%2014%22%20x2%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0.029%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_15%22%20data-name%3D%22%E7%B7%9A%2015%22%20x1%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 40px;
  vertical-align: bottom;
}
.entry .accordion_webseminar .btn.open{
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.entry .accordion_webseminar .btn.open::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3514%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203514%22%20transform%3D%22translate(-262.206%20-427.206)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_26%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2026%22%20transform%3D%22translate(262.206%20427.206)%22%20fill%3D%22%23fff%22%20stroke%3D%22%235E76A7%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_710%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20710%22%20transform%3D%22translate(273.318%20433.034)%20rotate(45)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_15%22%20data-name%3D%22%E7%B7%9A%2015%22%20x1%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.entry .accordion_webseminar .contents{
  display: none;
  border: 1px solid #5E76A7;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 28px 3%;
}
.entry .accordion_webseminar .contents .ttl{
  color: #2B4198;
  font-size: 26px;
  letter-spacing: .05em;
  text-align: center;
  padding: 0;
  margin-bottom: 1em;
}
.entry .accordion_webseminar .contents .ttl .catch{
  display: block;
  width: auto;
  background-color: transparent;
  color: inherit;
  margin: auto;
  font-size: 14px;
}
.entry .accordion_webseminar .contents .ttl .catch::after{
  content: none;
}
.entry .accordion_webseminar .txt_close{
  display: block;
  background-color: transparent;
  border: 0;
  color: #1C236D;
  cursor: pointer;
  font-size: 14px;
  margin: auto;
}
.entry .accordion_webseminar .txt_close::before{
  content: "";
  display: inline-block;
  width: .75em;
  height: .75em;
  border-top: 1px solid #1C236D;
  border-left: 1px solid #1c236D;
  transform: rotate(45deg) translateY(.25em);
  margin-right: .5em;
}
@media screen and (max-width: 599px) {
  .entry .accordion_webseminar .btn::after{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .entry .accordion_webseminar .contents .ttl{
    font-size: 22px;
  }
  .entry .accordion_webseminar .contents .ttl .catch{
    font-size: 14px;
  }  
}

/* ------------------------------
campaign
------------------------------ */
/* book */
@media screen and (min-width: 600px) {
  .campaign.col1 .book {
    padding-left: 2%;
    padding-right: 2%;
  }
  .campaign.col1 .book .main_inner {
    align-items: center;
  }
}

/* common_booklet */
@media screen and (min-width: 600px) {
  .campaign.col1 .common_booklet {
    padding-top: 70px;
  }
  .campaign.col1 .common_booklet .campaign_ttl {
    margin-bottom: 25px;
  }
  .campaign .common_booklet .red_booklet_img .txt_only_now {
    display: block;
    margin-bottom: 10px;
  }
  .campaign .common_booklet .red_booklet_img .txt_only_now span::before {
    top: auto;
    bottom: 10px;
    right: auto;
    left: -40px;
    transform: rotate(50deg);
  }
  .campaign .common_booklet .red_booklet_img .txt_only_now span::after {
    bottom: 10px;
    right: -30px;
    transform: rotate(-50deg);
  }
  .campaign .common_booklet .red_booklet_img img {
    width: 226px;
  }
}
