body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.l-wrapper {
  border: 1px solid #333;
  max-width: 958px;
  margin: 10px auto;
}
@media (max-width: 960px) {
  .l-wrapper {
    margin: 0;
    border: none;
  }
}

.l-header {
  width: 100%;
  height: 100%;
  padding: 0 0 0;
  max-width: 960px;
  background-color: #d94f98;
  display: block;
  margin: auto;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.5);
}
.l-header__bg-blue {
  background-color: #0081c5;
}
.l-header__bg-green {
  background-color: #d94f98;
}
.l-header__inner {
  padding: 30px 0 66px 0;
  margin: 0 50px;
  background-image: url(../image/subpage_header_bk.svg);
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: bottom right;
}
@media (max-width: 960px) {
  .l-header__inner {
    margin: 0 30px;
    background-size: auto 50px;
  }
}
@media (max-width: 768px) {
  .l-header__inner {
    margin: 0 30px;
    background-size: auto 40px;
  }
}
@media (max-width: 640px) {
  .l-header__inner {
    background-image: none;
    margin: 0 10px;
  }
}

.l-content {
  width: 100%;
  max-width: 958px;
  margin: auto;
}
.l-content__inner {
  margin: 0 50px 50px;
  padding-top: 4em;
  width: calc(100% - 100px);
  max-width: 860px;
}
@media (max-width: 960px) {
  .l-content__inner {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .l-content__inner {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

.l-footer {
  width: 100%;
  max-width: 958px;
  margin: auto;
}
.l-footer__inner {
  margin: 0 50px;
  width: calc(100% - 100px);
  max-width: 860px;
  border-top: 2px solid #D95096;
  padding: 20px 0 50px;
}
.l-footer__inner.is_pink {
  border-top: 2px solid #d94f98;
}
.l-footer__inner.is_green {
  border-top: 2px solid #00AC97;
}
.l-footer__inner.is_blue {
  border-top: 2px solid #00A1E9;
}
.l-footer__inner.is_black {
  border-top: 1px solid #333;
}
@media (max-width: 960px) {
  .l-footer__inner {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .l-footer__inner {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

.header__img {
  width: 100%;
}

.site_ttl {
  text-align: center;
  padding-top: 10px;
  height: auto;
  color: #FFF100;
  font-size: 3.3em;
  font-weight: bold;
  padding-bottom: 0.4em;
  border-bottom: 3px solid #fff;
}
@media (max-width: 768px) {
  .site_ttl {
    font-size: 2.5em;
  }
}
@media (max-width: 550px) {
  .site_ttl {
    font-size: 2em;
  }
}
.site_ttl__img {
  width: 100%;
}
.site_ttl__before {
  text-align: center;
  color: #fff;
  font-size: 1.7em;
}
.site_ttl__en {
  text-align: center;
  color: #fff100;
  margin-top: 0.2em;
  font-size: 2em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .site_ttl__en {
    font-size: 1.5em;
  }
}
@media (max-width: 550px) {
  .site_ttl__en {
    font-size: 1.2em;
  }
}
.site_ttl__en__text {
  display: inline-block;
  padding: 0.2em 0.2em 0;
  border-top: 2px solid #fff;
}

.site_subttl {
  color: #fff;
  font-size: 2em;
  float: left;
  margin-top: 0.75em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .site_subttl {
    font-size: 1.5em;
  }
}
@media (max-width: 550px) {
  .site_subttl {
    font-size: 1.2em;
  }
}

.eventday {
  padding-top: 20px;
  text-align: center;
}

.information {
  margin-top: 1.5em;
}
.information__date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.information__date__label {
  background: #009FE8;
  color: #fff;
  padding: 4px 4px 3px;
  line-height: 1;
  border-radius: 3px;
  width: 2.9rem;
  display: inline-block;
  text-align: center;
}
.information__date__time {
  font-size: 1.2em;
  display: inline-block;
  width: 8em;
}
@media (max-width: 800px) {
  .information__date__time {
    font-size: 1em;
  }
}
.information__date__item {
  margin-bottom: 0.8em;
}
.information__note {
  margin-top: 0.8em;
}
@media (max-width: 800px) {
  .information__note-list {
    width: 100%;
  }
}
.information__note-list__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
}
.information__note-list dt {
  display: inline-block;
  background: #d94f98;
  color: #fff;
  padding: 4px 4px 3px;
  line-height: 1;
  border-radius: 3px;
  margin-right: 1em;
  width: 4em;
  text-align: center;
  vertical-align: top;
  margin-bottom: 0.5rem;
}
.information__note-list dt .is_two {
  display: inline-block;
  letter-spacing: 1em;
  margin-right: -1em;
}
.information__note-list dd {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
@media (max-width: 800px) {
  .information__note-list dd {
    width: calc(100% - 7em);
    vertical-align: top;
  }
}

.banner {
  margin-bottom: 40px;
  display: block;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 450px) {
  .banner {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media (max-width: 450px) {
  .banner {
    margin-bottom: 40px;
  }
}
.banner__wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .banner__wrap {
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .banner__wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.banner__img {
  max-width: 860px;
  width: 100%;
}
.banner__img:hover {
  opacity: 0.85;
}

.info_ttl, .info_ttl-blue, .info_ttl-green, .info_ttl-pink {
  color: #d94f98;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 2px solid #D95096;
  margin-bottom: 1em;
  text-indent: -2.3em;
  padding-left: 2.3em;
}
.info_ttl-pink {
  color: #d94f98;
  border-bottom: 1px solid #d94f98;
}
.info_ttl-pink::before {
  content: url(../image/heading_second_pink.svg) !important;
  vertical-align: middle;
  margin-right: 0.5em;
}
.info_ttl-green {
  color: #00AC97;
  border-bottom: 1px solid #00AC97;
}
.info_ttl-green::before {
  content: url(../image/heading_second_green.svg) !important;
  vertical-align: middle;
  margin-right: 0.5em;
}
.info_ttl-blue {
  color: #00A1E9;
  border-bottom: 1px solid #00A1E9;
}
.info_ttl-blue::before {
  content: url(../image/heading_second.svg) !important;
  vertical-align: middle;
  margin-right: 0.5em;
}
.info_ttl__text {
  vertical-align: middle;
}
.info_ttl__text--ls {
  letter-spacing: 1em;
  vertical-align: middle;
}
.info_ttl__icon {
  display: inline-block;
  font-size: 70%;
  background: #FFF100;
  border-radius: 3px;
  margin: 0.2em;
  padding: 0.3em;
}
.info_ttl::before, .info_ttl-pink::before, .info_ttl-green::before, .info_ttl-blue::before {
  content: url(../image/heading_second_green.svg);
  vertical-align: middle;
  margin-right: 0.5em;
}

.info_subttl {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}
.info_subttl__catch {
  height: 0.9em;
  display: inline;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.event_schedule {
  margin-bottom: 2em;
  font-size: 1.2em;
}
.event_schedule dt {
  color: #222;
  width: 3.3em;
  float: left;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}
.event_schedule dt.green {
  color: #00AC97;
}
.event_schedule dt.pink {
  color: #d94f98;
}
.event_schedule dd {
  line-height: 1.5;
  margin-left: 3.3em;
}
.event_schedule__label {
  letter-spacing: 1em;
  margin-right: -1em;
}
.event_schedule__time {
  margin-left: 0.5em;
}

.event_time_schedule {
  margin-bottom: 2em;
  font-size: 1.2em;
}
.event_time_schedule dt {
  color: #222;
  width: 6em;
  float: left;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}
.event_time_schedule dt.green {
  color: #00AC97;
}
.event_time_schedule dt.pink {
  color: #d94f98;
}
.event_time_schedule dd {
  line-height: 1.5;
  margin-left: 3.3em;
}
.event_time_schedule dt.dt_term {
  width: 4.3em !important;
}
.event_time_schedule dd.dd_term {
  margin-left: 4.3em !important;
}
.event_time_schedule__label {
  margin-right: -1em;
}
.event_time_schedule__time {
  margin-left: 0.5em;
}

.section_ttl {
  border-top: 2px solid #00A1E9;
  border-bottom: 2px solid #00A1E9;
  color: #004EA2;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}

.corporation_list {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
}
@media (max-width: 800px) {
  .corporation_list {
    width: 100%;
  }
}
.corporation_list__ttl {
  margin-top: 2em;
  color: #FFF100;
  font-size: 1.1em;
  text-align: center;
  background: #d94f98;
  padding: 10px 0;
}
.corporation_list li {
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
}
.corporation_list__note {
  width: 30%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .corporation_list__note {
    width: 100%;
  }
}
.corporation_list__note__text {
  font-size: 1em;
  text-align: left;
  margin: 1em 0;
  word-break: break-all;
}
.corporation_list__img {
  width: 100%;
  max-width: 114px;
  display: block;
}
.corporation_list__img:hover {
  opacity: 0.85;
}
.corporation_list__img-mini {
  width: 100%;
  max-width: 91px;
  display: block;
}
.corporation_list__img-mini:hover {
  opacity: 0.85;
}
.corporation_list__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .corporation_list__wrap {
    display: block;
  }
}

.ms_team__flow {
  display: flex;
  margin: 10px 0 0;
}
@media (max-width: 960px) {
  .ms_team__flow {
    display: block;
  }
}
.ms_team__flow__step--1 {
  font-size: 0.9em;
}
@media (max-width: 960px) {
  .ms_team__flow__step--1 {
    display: none;
  }
}
.ms_team__flow__step--1--sp {
  display: none;
}
@media (max-width: 960px) {
  .ms_team__flow__step--1--sp {
    display: block;
  }
  .ms_team__flow__step--1--sp::after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.ms_team__flow__step--1--sp__inner {
  border: 1px solid #00A1E9;
  padding: 5px;
  color: #00A1E9;
  text-align: center;
}
.ms_team__flow__step--2 {
  width: 45%;
  background: #FFE33B;
  color: #1E2188;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  .ms_team__flow__step--2 {
    margin-left: 0;
    width: calc(100% - 10px);
    padding: 10px 5px 5px;
  }
}
.ms_team__flow__step--2__text {
  display: block;
  width: 100%;
  white-space: normal;
}
.ms_team__flow__step--3 {
  width: 30%;
}
@media (max-width: 960px) {
  .ms_team__flow__step--3 {
    margin-left: 0;
    width: 100%;
    padding: 0 0 5px;
  }
}
.ms_team__flow__step--3__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  background: #009FE8;
  color: #fff;
  height: 100%;
  width: calc(100% - 40px);
  margin: 0 1px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  .ms_team__flow__step--3__inner {
    width: calc(100% - 10px);
    padding: 5px;
  }
}
.ms_team__flow__step--3__inner__text {
  display: block;
  width: 100%;
  white-space: normal;
}
.ms_team__flow__step--3::before {
  content: "";
  background-image: url(../image/light_blue_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  width: 20px;
  display: block;
  float: left;
}
@media (max-width: 960px) {
  .ms_team__flow__step--3::before {
    float: none;
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/light_blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.ms_team__flow__reader {
  vertical-align: top;
  display: inline-block;
}
.ms_team__dl {
  display: table;
  margin: 5px 0 0;
}
.ms_team__dl:hover {
  background: #fff;
  border-radius: 5px;
}
.ms_team__dl__img:hover {
  opacity: 0.85;
}

.app__box {
  border: 1px solid #d94f98;
  position: relative;
  padding: 20px;
  margin: 20px 0 40px;
}
@media (max-width: 620px) {
  .app__box {
    padding-top: 2.5em;
  }
}
.app__ttl {
  position: absolute;
  display: table;
  padding: 10px;
  background: #fff;
  top: -20px;
  left: -10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #d94f98;
}
@media (max-width: 480px) {
  .app__ttl {
    font-size: 1em;
  }
}
@media (max-width: 430px) {
  .app__ttl {
    padding: 5px;
    top: -24px;
  }
}
.app__strong {
  font-size: 1.1em;
  line-height: 1.5;
}
.app__note {
  font-size: 0.9em;
  line-height: 1.5;
}

.zoom__flow {
  display: flex;
  margin: 10px 0 0;
}
@media (max-width: 960px) {
  .zoom__flow {
    display: block;
    margin-bottom: 40px;
  }
}
.zoom__flow__step--1 {
  font-size: 0.9em;
}
@media (max-width: 960px) {
  .zoom__flow__step--1 {
    display: none;
  }
}
.zoom__flow__step--1--sp {
  display: none;
}
@media (max-width: 960px) {
  .zoom__flow__step--1--sp {
    display: block;
  }
  .zoom__flow__step--1--sp::after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.zoom__flow__step--1--sp__inner {
  border: 1px solid #00A1E9;
  padding: 5px;
  color: #00A1E9;
  text-align: center;
}
.zoom__flow__step--2 {
  width: 45%;
  background: #FFE33B;
  color: #1E2188;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  .zoom__flow__step--2 {
    margin-left: 0;
    width: calc(100% - 10px);
    padding: 10px 5px 5px;
  }
}
.zoom__flow__step--2__text {
  display: block;
  width: 100%;
  white-space: normal;
}
.zoom__flow__step--3 {
  width: 30%;
}
@media (max-width: 960px) {
  .zoom__flow__step--3 {
    margin-left: 0;
    width: 100%;
    padding: 0 0 5px;
  }
}
.zoom__flow__step--3__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  background: #00A1E9;
  color: #fff;
  height: 100%;
  width: calc(100% - 40px);
  margin: 0 1px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  .zoom__flow__step--3__inner {
    width: calc(100% - 10px);
    padding: 5px;
  }
}
.zoom__flow__step--3__inner__text {
  display: block;
  width: 100%;
  white-space: normal;
}
.zoom__flow__step--3::before {
  content: "";
  background-image: url(../image/light_blue_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  width: 20px;
  display: block;
  float: left;
}
@media (max-width: 960px) {
  .zoom__flow__step--3::before {
    float: none;
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/light_blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.zoom__flow__reader {
  vertical-align: top;
  display: inline-block;
}
.zoom__dl {
  display: inline-block;
  margin: 5px 0 0;
}
.zoom__dl:hover {
  background: #fff;
  border-radius: 5px;
}
.zoom__dl__img:hover {
  opacity: 0.85;
}

.promotion {
  font-size: 1.1em;
}
.promotion dt {
  width: 3.3em;
  float: left;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}
.promotion dd {
  line-height: 1.5;
  display: block;
  margin-left: 3.3em;
}
.promotion__label {
  letter-spacing: 1em;
  margin-right: -1em;
}

.footer__img {
  width: 46px;
}

.twitter {
  width: 10px;
  vertical-align: top;
  margin-right: 1px;
}

.contact {
  display: table;
  margin: 0 auto;
}
.contact__icon, .contact__text {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.contact__text-title {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #00A1E9;
  padding-bottom: 0.1em;
  margin-bottom: 0.2em;
}
.contact__text__ttl {
  display: inline-block;
}
.contact__text-top, .contact__text-bottom {
  display: block;
}
.contact__text__tel, .contact__text__time, .contact__text__url, .contact__text__twitter {
  display: inline-block;
  font-size: 0.7em;
}
.contact__text__tel a, .contact__text__time a, .contact__text__url a, .contact__text__twitter a {
  color: #222;
  text-decoration: none;
}
.contact__text__tel a:hover, .contact__text__time a:hover, .contact__text__url a:hover, .contact__text__twitter a:hover {
  opacity: 0.85;
}
.contact__text__tel-num, .contact__text__time-num, .contact__text__url-num, .contact__text__twitter-num {
  font-size: 130%;
  font-weight: bold;
}

.linkbtn, .linkbtn-itiran, .linkbtn-method, .linkbtn-online_seminar {
  display: table;
  width: 12em;
  color: #fff;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.5);
  border-radius: 5px;
  padding: 2px 10px;
  text-decoration: none;
  cursor: pointer;
}
.linkbtn-online_seminar {
  background: #00A1E9;
}
.linkbtn-online_seminar:hover {
  background: #1AB8FF;
}
.linkbtn-method {
  background: #3EB135;
  margin-left: auto;
  margin-top: 0.5em;
}
.linkbtn-method:hover {
  background: #24e117;
}
.linkbtn-itiran {
  background: #d94f98;
  margin-left: auto;
}
.linkbtn-itiran:hover {
  background: #d94f98;
}
.linkbtn__wrap {
  display: table;
  vertical-align: top;
  margin-top: 1em;
}
.linkbtn__wrap.is-wide {
  width: 100%;
}
.linkbtn__row {
  display: table-row;
}
.linkbtn__cell {
  display: table-cell;
  padding-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.5;
  vertical-align: top;
}
@media (max-width: 550px) {
  .linkbtn__cell {
    display: block;
  }
}
.linkbtn__txt {
  font-size: 1.1em;
  line-height: 1.5;
}

.link {
  background: #00A1E9;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 2em;
  border-radius: 0.3em;
  text-decoration: none;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.link:hover {
  background: #0081C9;
}
@media (max-width: 800px) {
  .link {
    font-size: 1em;
  }
}
.link__wrap {
  margin: 3em 0;
  display: flex;
  justify-content: space-around;
}

.point_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .point_list {
    flex-wrap: wrap;
    max-width: 500px;
    justify-content: center;
  }
}
.point_list__item {
  background: #FDEBCF;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0.5em;
  display: table;
}
@media (max-width: 960px) {
  .point_list__item {
    margin: 2%;
    width: 41%;
  }
}
.point_list__item__ttl {
  font-size: 1em;
}
.point_list__item small {
  font-size: 0.8em;
}

.schedule {
  margin-top: 1em;
}
.schedule_day {
  display: inline-block;
  background-color: #d94f98;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 200%;
}
.schedule-pm {
  margin-top: 3em;
}
.schedule__ttl {
  text-align: center;
  margin: 0 auto 0.5em;
}
.schedule__rest {
  display: table;
  border: 2px solid #333;
  text-align: center;
  padding: 5px 1em;
  border-radius: 10px;
  margin: 0 auto 0.5em;
}
.schedule__time, .schedule__time-pm, .schedule__time-am {
  display: table;
  border: 2px solid #333;
  text-align: center;
  padding: 1em 0;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto 0.5em;
}
.schedule__time-am {
  background: #B3E1C7;
}
.schedule__time-pm {
  background: #D3EDFB;
}
.schedule__color-am {
  color: #009944;
}
.schedule__color-pm {
  color: #0068B7;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu__item {
  width: 31%;
  height: auto;
  display: block;
  margin-bottom: 2.5em;
}
.menu__item img {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
}

.area_ttl {
  background: #169DA7;
  color: #fff;
  padding: 0.5em 5px 0;
  font-size: 1.7em;
  margin-bottom: 1em;
}

.method__ttl {
  margin: 1em 0;
  line-height: 1;
  vertical-align: middle;
}
.method__ttl__icon {
  height: 0.9em;
  width: 0.9em;
  margin-right: 0.3em;
  display: inline-block;
  vertical-align: middle;
}
.method__ttl-sub {
  background: #00AC97;
  color: #fff;
  padding: 0.5em 8em;
  border-radius: 10px;
  display: table;
  margin-bottom: 1em;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .method__ttl-sub {
    margin: 0 auto 2em;
  }
}
.method__ttl-label, .method__ttl-label-short, .method__ttl-label-mini {
  background: #00AC97;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 10px;
  display: table;
  margin-bottom: 1em;
  font-size: 1.1em;
  width: 333px;
  max-width: 54%;
  text-align: center;
}
@media (max-width: 768px) {
  .method__ttl-label, .method__ttl-label-short, .method__ttl-label-mini {
    margin: 0 auto 2em;
  }
}
.method__ttl-label-mini {
  width: calc(100% - 4em);
  max-width: 320px;
}
.method__ttl-label-short {
  max-width: 170px;
  width: calc(100% - 4em);
}
.method__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .method__row {
    display: block;
  }
}
.method__cell {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .method__cell {
    margin-bottom: 2em;
    justify-content: center;
  }
}
.method__cell img {
  max-width: calc(100vw - 150px);
  height: 100%;
}
.method__step {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .method__step {
    display: block;
  }
}
.method__step__wrap {
  display: block;
}
.method__step__wrap__pair {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .method__step__wrap__pair {
    display: block;
    width: 100%;
  }
}
.method__step__wrap-half {
  width: calc(50% - 30px);
}
@media (max-width: 550px) {
  .method__step__wrap-half {
    width: 100%;
  }
}
.method__step__wrap__hex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .method__step__wrap__hex {
    display: block;
    width: 100%;
  }
}
.method__step__wrap__one_third {
  width: calc(30% - 15px);
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .method__step__wrap__one_third {
    width: calc(50% - 40px);
  }
}
@media (max-width: 550px) {
  .method__step__wrap__one_third {
    width: 100%;
    margin-bottom: 2em;
  }
}
.method__step__arrow {
  margin: 2em 0 2em 0;
  display: none;
}
@media (max-width: 768px) {
  .method__step__arrow {
    display: block;
  }
}
.method__step__arrow::after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../image/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.method__step__arrow-pc {
  margin: 2em 0 2em 0;
}
@media (max-width: 768px) {
  .method__step__arrow-pc {
    display: none;
  }
}
.method__step__arrow-pc::after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../image/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.method__step__arrow-sp {
  display: none;
}
@media (max-width: 1000px) {
  .method__step__arrow-sp {
    display: block;
    margin: 1em 0 3em 0;
  }
  .method__step__arrow-sp::after {
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    background-image: url(../image/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.method__step.is_last_step {
  position: relative;
  top: -10em;
  margin-bottom: -10em;
}
@media (max-width: 1000px) {
  .method__step.is_last_step {
    position: static;
    margin-bottom: 1em;
    margin-top: 10px;
  }
}
.method__step.has_bear {
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1000px) {
  .method__step.has_bear {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .method__step.has_bear .is_bear {
    margin: 1em auto;
  }
}
.method__balloon {
  background: #EAF6FD;
  border-radius: 15px;
  display: table;
  padding: 10px;
  line-height: 1.5;
  font-size: 0.9em;
  width: calc(100% - 20px);
}
.method__balloon-green {
  border-radius: 15px;
  display: table;
  padding: 10px;
  line-height: 1.5;
  font-size: 1.1em;
  width: calc(100% - 20px);
  background: #00AC97;
  color: #fff;
}
.method__balloon-blue {
  border-radius: 15px;
  display: table;
  padding: 10px;
  line-height: 1.5;
  font-size: 1.1em;
  width: calc(100% - 20px);
  background: #D3EDFB;
  color: #333;
  font-size: 0.9em;
}
.method__balloon__area {
  padding: 0 30px;
  flex-basis: 300px;
}
@media (max-width: 768px) {
  .method__balloon__area {
    margin-top: 2em;
  }
}
@media (max-width: 550px) {
  .method__balloon__area {
    padding: 0;
  }
}
.method__balloon__area.has_bear {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.method__balloon__area-narrow {
  padding: 0 30px;
  flex-basis: 300px;
}
@media (max-width: 768px) {
  .method__balloon__area-narrow {
    margin-top: 2em;
  }
}
@media (max-width: 550px) {
  .method__balloon__area-narrow {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .method__balloon__area-narrow {
    padding: 0;
    width: 100%;
  }
}
.method__img {
  max-width: 420px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .method__img {
    margin: auto;
    display: table;
  }
}
.method__img-wide {
  width: 100%;
  height: auto;
}
.method__img__wrap {
  width: 420px;
  max-width: 54%;
  flex-basis: 420px;
}
@media (max-width: 768px) {
  .method__img__wrap {
    width: 100%;
    max-width: 100%;
  }
}
.method__img__wrap__space {
  display: block;
}
@media (max-width: 1000px) {
  .method__img__wrap__space {
    display: none;
  }
}
.method__img__wrap-narrow {
  width: 45%;
  flex-basis: 200px;
}
@media (max-width: 768px) {
  .method__img__wrap-narrow {
    width: 100%;
  }
  .method__img__wrap-narrow .method__img {
    width: 174px;
    display: block;
    margin: auto;
  }
}
.method__arrow-row {
  margin: 3em 0;
}
.method__arrow-row::after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../image/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.method__arrow-bottom {
  margin: 1em 0;
}
.method__arrow-bottom::after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background-image: url(../image/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.method__arrow-bottom-red {
  margin: 1em 0;
}
.method__arrow-bottom-red::after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background-image: url(../image/arrow_bottom-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.method__arrow-right {
  margin: 0 2em 0 0;
}
.method__arrow-right::after {
  display: block;
  content: "";
  background-image: url(../image/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  width: 20px;
  display: block;
}
@media (max-width: 920px) {
  .method__arrow-right::after {
    height: 20em;
  }
}
@media (max-width: 768px) {
  .method__arrow-right {
    margin: 0 1em 0 2em;
  }
}
@media (max-width: 550px) {
  .method__arrow-right {
    margin: 2em 0 0 0;
  }
  .method__arrow-right::after {
    display: none;
  }
}
.method__arrow-right-red {
  margin: 0 1em 0;
}
.method__arrow-right-red::after {
  display: block;
  content: "";
  background-image: url(../image/arrow_right-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  width: 20px;
  display: block;
}
@media (max-width: 920px) {
  .method__arrow-right-red::after {
    height: 20em;
  }
}
@media (max-width: 768px) {
  .method__arrow-right-red {
    margin: 0 1em 0 2em;
  }
}
@media (max-width: 550px) {
  .method__arrow-right-red {
    margin: 2em 0 0 0;
  }
  .method__arrow-right-red::after {
    display: none;
  }
}
.method__arrow-right-red-shift {
  margin: 0 1em 0;
}
.method__arrow-right-red-shift::after {
  display: block;
  content: "";
  background-image: url(../image/arrow_right-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  position: relative;
  top: -5em;
  width: 20px;
  display: block;
}
@media (max-width: 550px) {
  .method__arrow-right-red-shift {
    margin: 1em 0;
  }
  .method__arrow-right-red-shift::after {
    display: block;
    content: "";
    width: 100%;
    height: 15px;
    background-image: url(../image/arrow_bottom-red.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
  }
}
@media (max-width: 768px) {
  .method__arrow-right-red-shift.is_2 {
    display: none;
  }
}
@media (max-width: 550px) {
  .method__arrow-right-red-shift.is_2 {
    display: block;
  }
}
@media (max-width: 768px) {
  .method__arrow-right-red-shift.is_4 {
    display: none;
  }
}
@media (max-width: 550px) {
  .method__arrow-right-red-shift.is_4 {
    display: block;
  }
}
.method__arrow-right-red-shift.is_3 {
  display: none;
}
@media (max-width: 768px) {
  .method__arrow-right-red-shift.is_3 {
    display: block;
  }
}
@media (max-width: 550px) {
  .method__arrow-right-red-shift.is_3 {
    display: block;
  }
}
.method__arrow-right-space {
  margin: 0 1em 0;
  padding-right: 20px;
}
.method__bear {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.method__label {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.method__label-space {
  padding-top: 1.65em;
  margin-bottom: 0.25em;
}

.list {
  list-style: disc;
  line-height: 1.5;
  margin-left: 2em;
  margin-bottom: 2em;
}

.mt1 {
  margin-top: 1em;
}

.mb1 {
  margin-bottom: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.large {
  font-size: 1.1em;
}

.txt {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 2em;
}

.center {
  text-align: center;
}

.txt--last {
  font-size: 1.1em;
  line-height: 1.5;
}

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

.for-sp {
  display: none;
}
@media (max-width: 430px) {
  .for-sp {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 550px) {
  .br-sp {
    display: block;
  }
}

.disp-none {
  display: block;
}
@media (max-width: 550px) {
  .disp-none {
    display: none;
  }
}
/*# sourceMappingURL=subpage.css.map */