<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body { color: #111; font-family: 'Noto Sans JP', sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .04em; }
a{color: #485157; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
img {max-width: 100%; -webkit-backface-visibility: hidden; height: auto;}


/*---------------------------------------------
 generic  class
---------------------------------------------*/
.txtB { font-weight: bold!important; }.txtN { font-weight: normal!important; }
.layoutC { text-align: center!important; }.layoutL { text-align: left!important; }.layoutR { text-align: right!important; }
.ov{overflow: hidden!important;}.fl{float: left!important;}.fr{float: right!important;}

:root {
  --main-color: #E3408B;
  --green: #0AA871;
  --blue: #0568B4;
  --purple: #8C36B1;
  --orange: #E37A00;
  --red: #E04343;
  --txt-color: #111;
  --base-fz: 1.6rem;
}

.anchor-position {
  margin-top: -80px;
  padding-top: 80px;
}

/* header */
#header {
  background: #fff;
  border-bottom: 1px solid #aaa;
  width: 100%;
  min-width: 1140px;
  padding-left: 28px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
#header .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  min-width: 1200px;
}
#header .inner-wrap .logo {
  width: 160px;
}
#header .inner-wrap .header-link-wrap {
  display: flex;
  align-items: center;
  flex: 1;
}
#header .inner-wrap .header-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding: 30px 24px 20px;
}
#header .inner-wrap .header-link &gt; li + li {
  margin-left: 24px;
}
#header .inner-wrap .header-link &gt; li a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  padding-bottom: 8px;
  letter-spacing: normal;
}
#header .inner-wrap .header-link &gt; li a.cur {
  color: var(--main-color);
}
#header .inner-wrap .header-link &gt; li a.cur:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;
  height: 2px;
  background: url(../images/item_shape.svg) no-repeat center / cover ;
}
.apply-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  background: var(--main-color);
  border: 2px solid var(--main-color);
}


/* footer */
#footer {
  background-color: #4d4d4d;
  padding: 35px 0;
}
#footer .logo {
  width: 132px;
  margin: 0 auto;
}
#footer .footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
}
#footer .footer-link &gt; li {
  margin: 0 5px;
  line-height: 1.1;
}
#footer .footer-link &gt; li &gt; a {
  color: #fff;
  font-size: 1.2rem;
}
#footer .copy {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
.top-btn {
  background: url(../images/btn_page_top.svg) no-repeat center center / contain;
  border-radius: 50%;
  display: block;
  width: 64px;
  height: 64px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  text-indent: -9999px;
  right: 50px;
  bottom: 36px;
  z-index: 100;
}
.top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

/* contents */
.main-visual {
  height: 415px;
  background: url(../images/img_main_visual.jpg) no-repeat center / cover;
}
.main-visual .main-visual-inner {
  display: flex;
  align-items: center;
  width: 1164px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-visual .main-visual-inner .main-visual-txt-wrap {
  position: relative;
  z-index: 2;
}
.main-visual .main-visual-inner .main-visual-txt-wrap .mv-lead {
  padding-left: 14px;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl {
  line-height: 1;
  font-size: 5rem;
  font-weight: 700;
}
.main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl sup {
  font-size: 1.8rem;
}
.main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl .color-txt {
  color: #60EFA7;
}
.main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl .bg-black {
  color: #fff;
  display: block;
  padding: 16px 14px;
  background: #272727;
}
.main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl .bg-black + .bg-black {
  margin-top: 10px;
  display: inline-block;
}
.main-visual .main-visual-inner .main-visual-txt-wrap .mv-notes {
  padding-left: 14px;
  margin-top: 26px;
  font-size: 1.7rem;
  line-height: 1.4;
}

.inner-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  font-size: var(--base-fz);
}
.h2-ttl-wrap {
  margin-bottom: 38px;
  text-align: center;
}
.h2-ttl-wrap .h2-ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.8;
}
.bg-txt {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.bg-txt span {
  display: inline-block;
  position: relative;
  font-weight: 800;
}
.bg-txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 36%;
  background: #FDBBD9;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.h2-ttl-wrap .h2-ttl .small {
  font-size: 3.6rem;
  line-height: 2;
}
.h2-ttl-wrap .h2-ttl .bg-txt span {
  font-weight: 800;
  font-size: 5.6rem;
}
.h2-ttl-wrap .sub {
  font-size: 4rem;
  font-weight: 700;
}
.h2-ttl-wrap .sub .bg-txt {
  display: inline-block;
}
.h2-ttl-wrap .sub .bg-txt::before {
  width: 85%;
  bottom: -2px;
}

* + .h3-ttl-wrap {
  margin-top: 45px;
}
.h3-ttl-wrap {
  display: flex;
  position: relative;
  border-top: 1px solid #BCBCBC;
  padding-top: 22px;
  margin-bottom: 24px;
}
.h3-ttl-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #0F9DC7;
  left: 0;
  bottom: 100%;
}
.h3-ttl-wrap .label {
  display: flex;
  align-items: center;
  margin-left: 24px;
  margin-top: 2px;
  padding: 4px 10px 2px;
  height: 24px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  background: #D3B027;
}
.h3-ttl-wrap .label.green {
  background: #01BE99;
}
.h3-ttl {
  font-size: 2.2rem;
  font-weight: 700;
}

.lead-txt {
  margin-bottom: 46px;
  color: #0a0a0a;
  text-align: center;
}

.normal-txt {
  color: #0a0a0a;
}

.notes-list {
  margin-top: 16px;
}
.notes-list &gt; li {
  display: flex;
}
.notes-list &gt; li + li {
  margin-top: 5px;
}
.notes-list &gt; li &gt; span {
  display: block;
  color: #4E4E4E;
  font-size: 1.4rem;
}
.notes-list &gt; li .txt {
  flex: 1;
}

.first-section {
  padding: 105px 0 96px;
  background: url(../images/bg_shape_pattern.jpg) left top / 385px auto;
}
.second-section {
  padding: 102px 0 100px;
  background: #F2F8FA;
}
.third-section {
  padding: 105px 0 100px;
  background: #fff;
}
.fourth-section {
  padding: 102px 0 100px;
  background: #F2F8FA;
}
.member-section {
  padding: 94px 0 96px;
  background: #fff;
}

.example-dl {
  background-color: #fff;
  margin-bottom: 48px;
}
.example-dl &gt; dt {
  position: relative;
  padding: 28px 40px 16px 96px;
  font-size: 2.4rem;
  font-weight: 700;
  border-top: 6px solid #272727;
}
.example-dl &gt; dt::before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  width: 86px;
  height: 64px;
  background: url(../images/item_example_box.svg);
}
.example-dl &gt; dt::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background: #272727;
}
.example-dl &gt; dd {
  padding: 38px 34px 32px 48px;
}
.arr-box {
  display: flex;
  margin-bottom: 40px;
}
.arr-box .example-table {
  position: relative;
}
.arr-box .example-table::before {
  content: "";
  position: absolute;
  display: block;
  width: 44px;
  height: 28px;
  top: calc(50% - 14px);
  left: calc(100% + 16px);
  background: url(../images/icn_example_arr.svg) no-repeat center / cover;
}
.example-table tr td {
  vertical-align: top;
  min-width: 432px;
  font-size: 1.8rem;
  padding: 0 16px 10px;
}
.example-table tr td.lh-small {
  line-height: 1;
}
.example-table tr td .small {
  font-size: 1.2rem;
}
.example-table tr.total {
  border-top: 1px solid #111;
  background-color: #E3F5FC;
  padding: 16px 16px 12px;
}
.example-table tr td:last-of-type {
  min-width: auto;
  text-align: right;
}
.example-table tr.total td {
  min-width: auto;
  padding: 12px 16px 12px;
}
.example-table tr.total td span {
  font-size: 2.2rem;
  line-height: 1;
}
.example-table tr.total td:last-of-type {
  font-weight: 700;
}

.speech-balloons {
  max-width: 338px;
  width: 100%;
  position: relative;
  margin-top: 36px;
  margin-left: 78px;
  flex: 1;
}
.speech-balloons .balloon {
  position: absolute;
  width: calc(100% - 32px);
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  background-color: #01BE99;
  border-radius: 8px;
}
.speech-balloons .balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 16px;
  top: calc(100% - 1px);
  left: calc(50% - 13px);
  background: url(../images/item_balloon_shape.svg);
}
.speech-balloons .txt-contents {
  padding: 48px 24px 28px;
  border-radius: 8px;
  background: #E3FDF0;
  text-align: center;
}
.speech-balloons .balloon-ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.speech-balloons .balloon-ttl span {
  font-size: 2.2rem;
}
.speech-balloons .money {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 4px;
}
.speech-balloons .money span {
  color: var(--main-color);
  font-size: 4rem;
  line-height: 1;
}

.option-dl-wrap + .option-dl-wrap {
  margin-top: 40px;
}
.option-dl-wrap dt {
  display: flex;
  min-height: 64px;
  background-color: #272727;
  color: #fff;
  font-weight: 700;
}
.option-num {
  width: 86px;
  padding: 12px 25px 0 12px;
  font-size: 2.6rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/item_option_shape.svg) no-repeat right top / 86px auto;
}
.option-num span {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 4px;
}
.option-ttl {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 3.2rem;
  padding: 10px 18px 6px;
}

.option-dl-wrap dd {
  color: #0A0A0A;
  padding: 38px 48px 40px;
  background-color: #fff;
  border-radius:  0 0 12px 12px;
}
.option-dl-wrap dd .img-wrap {
  margin-top: 26px;
  text-align: center;
}

.example-box {
  display: flex;
  align-items: stretch;
}
.example-box .txt-wrap {
  font-size: 1.6rem;
  flex: 1;
}
.example-box .example-balloon {
  min-width: 278px;
}
.example-balloon .balloon-inner {
  padding: 16px 16px 20px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  border: 3px solid #111;
  border-top: 8px solid #111;
}
.example-balloon .example-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.example-balloon.green .balloon-inner {
  border-color: var(--green);
}
.example-balloon.green .example-ttl {
  color: var(--green);
}
.example-balloon.blue .balloon-inner {
  border-color: var(--blue);
}
.example-balloon.blue .example-ttl {
  color: var(--blue);
}
.example-balloon.purple .balloon-inner {
  border-color: var(--purple);
}
.example-balloon.purple .example-ttl {
  color: var(--purple);
}
.example-balloon.orange .balloon-inner {
  border-color: var(--orange);
}
.example-balloon.orange .example-ttl {
  color: var(--orange);
}
.example-balloon.red .balloon-inner {
  border-color: var(--red);
}
.example-balloon.red .example-ttl {
  color: var(--red);
}
.example-balloon .money {
  font-size: 2rem;
  font-weight: 700;
}
.example-balloon .money span {
  font-size: 3.2rem;
  line-height: 1;
}
.bg-box {
  background: #E3F5FC;
  border-radius: 8px;
  margin-top: 28px;
  padding: 28px;
}
.bg-box .box-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.lecturer-list {
  display: flex;
  justify-content: center;
}
.lecturer-list &gt; li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 218px;
  width: calc((100% - 76px)/3);
}
.lecturer-list &gt; li + li {
  margin-left: 38px;
}
.lecturer-list &gt; li .img-wrap {
  margin-top: 0 !important;
  width: 156px;
  height: 156px;
}
.lecturer-list &gt; li .txt-wrap {
  margin-top: 14px;
  font-size: 1.4rem;
}


.customize-option-list &gt; li + li {
  margin-top: 40px;
}
.customize-option-list &gt; li {
  position: relative;
  padding: 76px 110px 50px;
  background: url(../images/bg_shape_pattern_customize_gray.jpg) left top / 386px auto;
}

.customize-option-list &gt; li:nth-of-type(2n) {
  background: url(../images/bg_shape_pattern_customize_blue.jpg) left top / 386px auto;
}
.customize-option-list &gt; li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: #272727;
  top: 0;
  left: 0;
}
.customize-option-list &gt; li .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 64px;
  padding: 12px 15px 0;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  background: url(../images/item_custmaize_shape.svg) no-repeat left top / cover;
}
.customize-option-list &gt; li .label .num {
  font-size: 3.2rem;
  font-family: 'Roboto', sans-serif;
}
.customize-option-list &gt; li .label .year {
  font-size: 2rem;
}
.customize-balloon-box {
  display: flex;
  align-items: center;
}
.customize-user {
  width: 140px;
  height: 140px;
  margin-left: 42px;
}
.customize-balloon {
  position: relative;
  flex: 1;
}
.customize-balloon .balloon-inner {
  position: relative;
  z-index: 1;
  padding: 26px 30px;
  background: #CAEDFC;
  border: 3px solid #0F9DC7;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.customize-balloon::before ,
.customize-balloon::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 24px 0 0;
  border-color: #0F9DC7 transparent transparent transparent;
  left: calc(100% - 3px);
  top: calc(50% - 8px);
  z-index: 2;
  pointer-events: none;
}
.customize-balloon::after {
  border-color: #CAEDFC transparent transparent transparent;
  z-index: 3;
  margin-top: 2px;
  left: calc(100% - 10px);
}
.seminer-box {
  margin-top: 24px;
  padding: 24px 32px 28px;
  border-radius: 8px;
  background-color: #fff;
}

.check-list {
  margin-bottom: 16px;
}
.check-list &gt; li {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
.check-list &gt; li + li {
  margin-top: 8px;
}
.check-list &gt; li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url(../images/icn_check.svg) no-repeat left top / cover;
}

.seminer-list {
  display: flex;
  margin-top: 26px;
}
.seminer-list &gt; li {
  padding: 14px 0;
  width: calc((100% - 76px)/3);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border: 3px solid #111;
  border-top: 6px solid #111;
  border-radius:  0 0 6px 6px;
  position: relative;
}
.seminer-list &gt; li.live {
  color: #0AA891;
  border-color: #0AA891;
}
.seminer-list &gt; li.web {
  color: #4EB900;
  border-color: #4EB900;
}
.seminer-list &gt; li.books {
  color: #E37A00;
  border-color: #E37A00;
}
.seminer-list &gt; li.qa {
  color: #8C36B1;
  border-color: #8C36B1;
}
.seminer-list &gt; li.id {
  color: #0568B4;
  border-color: #0568B4;
}
.seminer-list &gt; li.zeiken {
  color: #E04343;
  border-color: #E04343;
}
.seminer-list &gt; li::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: calc(100% + 10px);
  top: calc(50% - 16px);
  background: url(../images/icn_plus.svg) no-repeat left top / cover;
}
.seminer-list &gt; li:first-of-type:before {
  display: none;
}
.seminer-list &gt; li + li {
  margin-left: 38px;
}

.cv-area {
  position: relative;
  background: url(../images/bg_shape_pattern_cv.jpg) left top / 230px auto;
}
.cv-area + .cv-area::after ,
.cv-area + .cv-area::before ,
.cv-area + .cv-area .area-inner::after ,
.cv-area + .cv-area .area-inner::before  {
  display: none;
}
.cv-area + .cv-area .area-inner {
  background: none;
}
.cv-area::after ,
.cv-area::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 16px;
  background: #272727;
}
.cv-area::before {
  top: 0;
}
.cv-area::after {
  bottom: 0;
}
.cv-area .area-inner::after ,
.cv-area .area-inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 16px;
}
.cv-area .area-inner::before {
  top: 0;
  right: 100%;
  background: #e3408b;
}
.cv-area .area-inner::after {
  left: 100%;
  bottom: 0;
  background: #0f9dc7;
}
.cv-area .area-inner {
  position: relative;
  z-index: 2;
  max-width: 1366px;
  margin: 0 auto;
  padding: 92px 24px 92px;
  height: 100%;
  background: url(../images/item_cv_area_line_pink.svg) no-repeat left top / 178px 16px , url(../images/item_cv_area_line_blue.svg) no-repeat right bottom / 178px 16px;
}
.cv-area .cv-txt {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}

.btn-wrap + .btn-wrap {
  margin-top: 24px;
}
.btn-wrap.center {
  display: flex;
  justify-content: center;
}
.btn-wrap.col2 {
  display: flex;
  justify-content: center;
}
.btn-wrap.col2 .btn {
  min-width: 350px;
  max-width: 400px;
  min-height: 64px;
  padding: 16px;
  font-size: 1.6rem;
}
.btn-wrap.col2 .btn + .btn {
  margin-left: 24px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 474px;
  min-height: 90px;
  padding: 24px 16px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 45px;
  border: 2px solid #E3408B;
  background: #E3408B;
}
.btn.blue {
  border: 2px solid #0f9dc7;
  background: #0f9dc7;
}
.btn.bd-btn {
  color: #0f9dc7;
  border: 2px solid #0f9dc7;
  background: #fff;
}
.member-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 42px;
}
.member-ttl span {
  color: #e3408b;
}

.member-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 738px;
  margin: 0 auto;
}
.member-card-list &gt; li {
  width: 355px;
}
.member-card-list &gt; li:nth-of-type(n+3) {
  margin-top: 28px;
}


/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px){

.menu-btn,
.sp-only {display: none !important;}

#wrap {
  overflow-x: hidden;
  min-width: 1200px;
  padding-top: 80px;
  width: 100%;
}
#contents {
  min-height: 2000px;
}
/* hover */
.top-btn:hover {
  opacity: .7;
  text-decoration: none;
}
.apply-btn:hover {
  background: #fff;
  border-color: #e8599b;
  color: #e8599b;
  text-decoration: none;
}
.btn:hover {
  background: #fff;
  border-color: var(--main-color);
  color: var(--main-color);
  text-decoration: none;
}
.btn.blue:hover {
  background: #fff;
  border-color: #0f9dc7;
  color: #0f9dc7;
}
.btn.bd-btn:hover {
  background: #0f9dc7;
  border-color: #0f9dc7;
  color: #fff;
}
.blue-bdr-btn:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.pnk-apply-btn:hover {
  background: #fff;
  border-color: #e8599b;
  color: #e8599b;
}

#header .inner-wrap .header-link &gt; li a:hover {
  color: var(--main-color);
}

.option-01 {
  width: 442px;
  margin: 0 auto;
}
.option-02 {
  width: 344px;
  margin: 0 auto;
}
.option-03 {
  width: 430px;
  margin: 0 auto;
}
.option-04 {
  width: 320px;
  margin: 0 auto;
}
}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 767px){
  
  .pc-only { display: none !important; }

  #wrap {
    padding-top: 48px;
  }

  :root {
    --base-fz: 1.4rem;
  }
  .anchor-position {
    margin-top: -48px;
    padding-top: 48px;
  }
  /* header */
  #header {
    min-width: 1px;
    padding: 8px 18px;
  }
  #header .inner-wrap {
    padding: 0;
    min-width: auto;
  }
  #header .inner-wrap .logo {
    width: 133px;
  }
  #header .inner-wrap .menu-btn {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
  }
  #header .inner-wrap .menu-btn span:after,
  #header .inner-wrap .menu-btn span:before,
  #header .inner-wrap .menu-btn span,
  #header .inner-wrap .menu-btn:after,
  #header .inner-wrap .menu-btn:before {
    background-color: #485157;
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .inner-wrap .menu-btn.cur:before {
    transform: rotate(45deg);
  }
  #header .inner-wrap .menu-btn.cur:after {
    transform: rotate(-45deg);
  }
  #header .inner-wrap .menu-btn.cur span {
    opacity: 0;
  }
  #header .inner-wrap .menu-btn span:before {
    transform: translate(0,7px);
  }
  #header .inner-wrap .menu-btn span:after {
    transform: translate(0,-7px);
  }
  #header .inner-wrap .header-link-wrap {
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 40px 32px;
    position: fixed;
    left: 100%;
    top: 49px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .inner-wrap .header-link-wrap.show {
    left: 0;
  }
  #header .inner-wrap .header-link {
    display: block;
    text-align: left;
    padding: 0;
  }
  #header .inner-wrap .header-link &gt; li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  #header .inner-wrap .header-link &gt; li + li {
    margin: 20px 0 0;
  }
  #header .inner-wrap .header-link &gt; li a.cur ,
  #header .inner-wrap .header-link &gt; li a {
    color: #111;
    font-weight: 700;
    padding: 0;
  }
  #header .inner-wrap .header-link &gt; li a:before {
    background: url(../images/icn_arr.svg) no-repeat center / contain;
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
  }
  #header .inner-wrap .header-link &gt; li a.cur:after {
    display: none;
  }
  #header .inner-wrap .apply-btn {
    border-color: #e8599b;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    margin: 30px 0 0;
  }

  /* footer */
  #footer {
    padding: 16px 0;
  }
  #footer .logo {
    width: 75px;
  }
  #footer .footer-link {
    flex-wrap: wrap;
    margin-top: 8px;
  }
  #footer .footer-link &gt; li {
    width: calc(50% - 10px);
    text-align: right;
  }
  #footer .footer-link &gt; li:nth-of-type(2n) {
    text-align: left;
  }
  #footer .copy,
  #footer .footer-link &gt; li &gt; a {
    font-size: 1rem;
  }
  #footer .copy {
    margin-top: 16px;
  }
  .top-btn {
    width: 48px;
    height: 48px;
    right: 16px;
    bottom: 16px;
  }


  /* contents */
  .main-visual {
    height: 520px;
    background: url(../images/img_main_visual_sp.jpg) no-repeat center / cover;
  }
  .main-visual .main-visual-inner {
    align-items: start;
    width: 100%;
    padding: 48px 15px;
  }
  .main-visual .main-visual-inner .main-visual-txt-wrap {
    position: relative;
    z-index: 2;
  }
  .main-visual .main-visual-inner .main-visual-txt-wrap .mv-lead {
    padding-left: 0;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl {
    font-size: 2.8rem;
  }
  .main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl sup {
    font-size: 1rem;
  }
  .main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl .bg-black {
    padding: 12px 8px;
  }
  .main-visual .main-visual-inner .main-visual-txt-wrap .main-visual-ttl .bg-black + .bg-black {
    margin-top: 8px;
  }
  .main-visual .main-visual-inner .main-visual-txt-wrap .mv-notes {
    padding-left: 0;
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .inner-wrap {
    padding: 0 15px;
  }
  .h2-ttl-wrap {
    margin-bottom: 24px;
  }
  .h2-ttl-wrap .h2-ttl {
    font-weight: 700;
    font-size: 2rem;
  }
  .h2-ttl-wrap .h2-ttl .small {
    font-size: 2.4rem;
    line-height: 2;
  }
  .h2-ttl-wrap .h2-ttl .bg-txt span {
    font-size: 3rem;
  }
  .h2-ttl-wrap .sub {
    font-size: 2.4rem;
  }
  .h2-ttl-wrap .sub .bg-txt::before {
    width: 85%;
    bottom: 0;
  }

  * + .h3-ttl-wrap {
    margin-top: 24px;
  }
  .h3-ttl-wrap {
    padding-top: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .h3-ttl-wrap::before {
    width: 40px;
  }
  .h3-ttl-wrap .label {
    margin-left: 0;
    margin-top: 8px;
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .h3-ttl {
    width: 100%;
    font-size: 1.8rem;
  }
  .lead-txt {
    margin-bottom: 32px;
  }

  .first-section ,
  .second-section ,
  .third-section ,
  .fourth-section ,
  .member-section {
    padding: 64px 0;
  }

  .example-dl {
    background-color: #fff;
    margin-bottom: 32px;
  }
  .example-dl &gt; dt {
    padding: 16px 16px 16px 72px;
    font-size: 1.6rem;
  }
  .example-dl &gt; dt::before {
    width: 64px;
    height: 48px;
    background: url(../images/item_example_box.svg) no-repeat left top / cover;
  }
  .example-dl &gt; dt::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background: #272727;
  }
  .example-dl &gt; dd {
    padding: 20px 15px;
  }
  .arr-box {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .arr-box .example-table {
    width: 100%;
  }
  .arr-box .example-table::before {
    top: calc(100% + 24px);
    transform: rotate(90deg);
    left: calc(50% - 22px);
  }
  .example-table tr td {
    min-width: auto;
    font-size: 1.4rem;
    padding: 0 8px 10px;
  }
  .example-table tr.total {
    border-top: 1px solid #111;
    background-color: #E3F5FC;
    padding: 16px 16px 12px;
  }
  .example-table tr td:first-of-type {
    padding-right: 0;
  }
  .example-table tr td:last-of-type {
    min-width: auto;
  }
  .example-table tr.total td {
    min-width: auto;
    padding: 8px 8px;
    vertical-align: middle;
  }
  .example-table tr.total td span {
    font-size: 1.6rem;
    line-height: 1;
  }
  .example-table tr.total td:first-of-type {
    padding-right: 0;
  }
  .example-table tr.total td:last-of-type {
    font-weight: 700;
    width: 96px;
  }

  .speech-balloons {
    max-width: none;
    width: 100%;
    margin-top: 100px;
    margin-left: 0;
  }
  .speech-balloons .balloon {
    font-size: 1.4rem;
    padding: 8px;
  }
  .speech-balloons .txt-contents {
    padding: 32px 16px 16px;
    border-radius: 8px;
  }
  .speech-balloons .balloon-ttl {
    font-size: 1.4rem;
  }
  .speech-balloons .balloon-ttl span {
    font-size: 1.8rem;
  }
  .speech-balloons .money {
    font-size: 2rem;
  }
  .speech-balloons .money span {
    font-size: 3.2rem;
  }

  
  .option-dl-wrap dt {
    display: flex;
    min-height: 48px;
    background-color: #272727;
    color: #fff;
    font-weight: 700;
  }
  .option-num {
    width: 64px;
    padding: 8px 12px 0 8px;
    font-size: 2rem;
  }
  .option-num span {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .option-ttl {
    font-size: 1.6rem;
    padding: 4px 8px;
  }

  .option-dl-wrap dd {
    padding: 24px 15px;
  }
  .option-dl-wrap dd .img-wrap {
    margin-top: 12px;
}
  .example-box {
    flex-wrap: wrap;
  }
  .example-box .txt-wrap {
    font-size: 1.4rem;
    width: 100%;
    flex: 1;
  }
  .example-box .example-balloon {
    width: 100%;
    margin-top: 16px;
    min-width: auto;
  }
  .example-balloon .balloon-inner {
    padding: 12px 12px 16px;
  }
  .example-balloon .example-ttl {
    font-size: 1.6rem;
  }
  .example-balloon .money {
    font-size: 1.8rem;
  }
  .example-balloon .money span {
    font-size: 2.4rem;
  }
  .bg-box {
    margin-top: 24px;
    padding: 24px 15px;
  }
  .bg-box .box-ttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .lecturer-list {
    flex-wrap: wrap;
  }
  .lecturer-list &gt; li {
    width: 100%;
  }
  .lecturer-list &gt; li + li {
    margin-top: 24px;
    margin-left: 0;
  }
  .lecturer-list &gt; li .txt-wrap {
    margin-top: 8px;
    text-align: center;
  }

  
  .customize-option-list &gt; li {
    padding: 76px 16px 50px;
  }
  .customize-option-list &gt; li .label {
    width: 88px;
    height: 48px;
    padding: 10px 12px 0;
  }
  .customize-option-list &gt; li .label .num {
    font-size: 2.4rem;
  }
  .customize-option-list &gt; li .label .year {
    font-size: 1.6rem;
  }
  .customize-balloon-box {
    flex-direction: column;
  }
  .customize-user {
    margin-top: 32px;
    margin-left: 0;
  }
  .customize-balloon {
    width: 100%;
  }
  .customize-balloon .balloon-inner {
    padding: 15px;
    font-size: 1.6rem;
  }
  .customize-balloon::before ,
  .customize-balloon::after {
    left: calc(50% - 20px);
    top: calc(100% + 2px);;
    transform: rotate(90deg);
  }
  .customize-balloon::after {
    top: 100%;
    margin-top: -4px;
    margin-left: -2px;
  }
  .seminer-box {
    margin-top: 24px;
    padding: 20px 16px 24px;
    border-radius: 8px;
    background-color: #fff;
  }
  
  
  .seminer-list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .seminer-list &gt; li {
    width: 100%;
  }
  .seminer-list &gt; li::before {
    right: calc(50% - 16px);
    top: -38px;
  }
  .seminer-list &gt; li:first-of-type:before {
    display: none;
  }
  .seminer-list &gt; li + li {
    margin-top: 38px;
    margin-left: 0;
  }

  .cv-area {
    overflow: hidden;
  }
  .cv-area .area-inner {
    padding: 78px 24px 80px;
  }
  .cv-area .cv-txt {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .btn-wrap.col2 {
    flex-wrap: wrap;
  }
  .btn-wrap.col2 .btn {
    min-width: auto;
    min-height: auto;
    padding: 16px;
    font-size: 1.8rem;
  }
  .btn-wrap.col2 .btn + .btn {
    margin-left: 0;
    margin-top: 16px;
  }

  .btn {
    min-width: auto;
    min-height: auto;
    width: 100%;
    padding: 24px 16px;
    font-size: 1.8rem;
  }
  .member-ttl {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .member-card-list &gt; li {
    width: 100%;
  }
  .member-card-list &gt; li + li ,
  .member-card-list &gt; li:nth-of-type(n+3) {
    margin-top: 16px;
  }
}</pre></body></html>