@charset "utf-8";
/* CSS Document */

/*--------------------------- general ----------------------------*/
body {
	font-size: .93rem;
	line-height: 1.7;
}
section {
  padding-bottom: 4em;
}
a {
  color: #ff9800;
}
a:hover {
  color: #33b2ff;
  text-decoration: underline;
}

em {
  font-style: normal;
  font-weight: 800;
}
ul {
  font-size: 0.93rem;
}
figure img {
  max-width: 100%;
}
h6 {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.no-break {
  white-space: nowrap;
}
.navbar h1 {
  font-size: 1em;
  line-height: 1;
}
.floatr-img {
  float: right;
  width: 35%;
  margin: 0 1% 1% 2%;
  height: auto;
  max-width: 100%;
}
.note {
  padding-left: 1em;
  text-indent: -1em;
}
.note-small {
  padding-left: 13px;
  text-indent: -7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.foot-note {
  font-size: 11px;
}
.caution {
    text-align: center;
    font-weight: bold;
    color: #0085B2;
}
.caution::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: 900;
    margin-right: 6px;
}
.sp-link {
  pointer-events: none;
  text-decoration: none;
}

.list-ul,
.list-ol {
  margin: 0 1em 1em 2em;
  padding: 0;
  counter-reset: my-counter;
}
.list-ul li,
.list-ol li,
.list-dl dd {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0.5em;
}
.list-ul li::before,
.list-dl dd::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 60%;
  display: block;
  position: absolute;
  left: -5px;
  top: 0.4em;
  color: #036;
}
.list-ol li::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  position: absolute;
  left: -5px;
  font-weight: bold;
  color: #ff9800;
}
.dl-float dt {
  float: left;
  clear: left;
  color: #00757f;
  font-weight: bold;
}
.dl-float dd {
  margin-left: 6em;
  margin-bottom: 0;
}

.contents-section {
  width: 100%;
  max-width: 1210px;
  padding: 0 35px;
  margin: 0 auto;
}

.pc-tiny {
  display: block;
}
.pc-tablet {
  display: block;
}
.tablet-sp {
  display: none;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.tiny-sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .contents-section {
    padding: 0 20px;
  }

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-link {
    pointer-events: auto;
    text-decoration: underline;
  }
}

@media screen and (max-width: 575px) {
  .pc-tablet {
    display: none;
  }
  .tablet-sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tiny-sp-only {
    display: block;
  }
  .pc-tiny {
    display: none;
  }
}

/*--------------------------- nav ----------------------------*/

/*.tagline {
    margin-bottom: 0;
    font-size: 70%;
    line-height: 1.5;
    color: #888;
}

.site-title {
	margin-left: -15px;
}
.navbar-brand {
    max-width: 260px;
}
*/
@media screen and (min-width: 767px) {
  /*--- IE11 hack*/
  /*.nav-area {
		width: 54%;
	}*/
} /* end media query */

@media screen and (max-width: 767px) {
  /*.nav-area {
        margin-bottom: 10px;
    }*/
} /* end media query */

@media screen and (max-width: 480px) {
  /*.navbar .navbtn {
    	padding: 0 1%;
	}
	.navbar-brand {
		max-width: 130px;
	}*/
} /* end media query */

/*--------------------------- page-header ----------------------------*/
.page-header {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 0;
  align-items: flex-end;
  position: relative;
  border-bottom: 2px solid #036;
}
.page-header .site-title {
  width: 30%;
}
.page-header p.tagline {
  margin-bottom: 0;
  font-size: 80%;
  line-height: 1.5;
  color: #888;
}
.page-header .navbar-brand {
  max-width: 220px;
  padding-top: 5px;
}

.page-header .main-nav {
  font-size: 0.85rem;
  font-weight: bold;
}
.page-header .main-nav .nav-link {
  color: #036;
}
.page-header .main-nav .nav-link:hover,
.page-header .main-nav .nav-link:focus {
  color: #0085B2;
}
.page-header .contact-nav {
  position: absolute;
  top: 10px;
  right: 0.5rem;
}
.page-header .contact-nav .nav-item {
  font-size: 0.75rem;
}
.page-header .contact-nav .nav-item {
}
.page-header .contact-nav .nav-item a {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.4em;
}
.page-header .contact-nav .nav-item .btn-sm {
  font-size: 0.75rem;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-radius: 5px;
  color: #fff;
  margin-right: 0.3em;
  margin-left: 0.3em;
  margin-top: 0;
  /* border: 1px solid #3da8a0 !important; */
  background: #FF9800 !important;
  font-weight: bold;
  border: none;
}
.page-header .contact-nav .nav-item .btn-sm.btn-outline {
    border: 1px solid #036;
    background: none !important;
    color: #036;
}

@media screen and (min-width: 768px) {
  .navbar-expand-md .main-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-md .main-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  /*上部メニューが２行になった場合に必要*/
  .navbar-nav {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .page-header {
    align-items: center;
    padding: 8px 8px 0;
  }
  .page-header p.tagline {
    /*font-size: 70%;*/
  }
  .page-header .navbar-brand {
    max-width: 170px;
  }
  .page-header .main-nav {
    border-top: 3px solid #0085B2;
    padding-top: 0.5em;
  }
  .page-header .main-nav li {
    border-bottom: 1px dotted #ccc;
  }
  .page-header .main-nav li:last-child {
    border-bottom: none;
  }
  .page-header .main-nav .nav-link {
    padding: 1.2em 1em 0.7em;
  }

  .page-header .site-title {
    width: calc(100% - 60px);
  }
  .page-header .contact-nav {
    position: static;
    margin-bottom: 2em;
  }
  .page-header .contact-nav .nav-item .btn-sm {
    font-size: 0.85rem;
    padding-top: 1em;
    padding-bottom: 0.8em;
    margin-top: 0.75em;
  }
  .page-header .contact-nav .nav-item a {
    margin-top: 1.2em;
  }
} /* end media query */

/*--------------------------- main visual ----------------------------*/

.mv {
  /*margin-bottom: 4em;*/
	margin-bottom: 0;
	border-bottom: 2px solid #036;
}
.main-visual {
  position: relative;
}
.main-visual * {
  margin: 0;
}
header .main-visual img {
  /*IE11 hack */
  width: 100%;
  /*box-shadow: 0 0 5px #bbb;*/
}

@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 0;
  }
  .main-visual h2 {
    /*margin: 0 -20px;*/
  }
} /* end media query */

/*--------------------------------------------------------------
# contents-area
--------------------------------------------------------------*/

/*--------------------------- general ----------------------------*/
.bg-white-stripe {
  background: #fff;
  background-image: repeating-linear-gradient(-45deg, #fafafa, #fafafa 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 8px);
}
.bg-white-stripe-rv {
  background: #fff;
  background-image: repeating-linear-gradient(45deg, #fafafa, #fafafa 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 8px);
}
.bg-bluecross {
  background: url(../images/bg_bluegrid.png);
  background-size: 13px 13px;
}
.bg-yellowcross {
  background: url(../images/bg_yellowgrid.png);
  background-size: 13px 13px;
}

.lg-section-header {
  
position: relative;
  
padding: 3em 1em;
  
margin-bottom: 4em;
  
text-align: center;
  
background: linear-gradient(#036, #014385);
}
.lg-section-header::after {
  content: "";
  background: #0085B2;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.lg-section-header.multi-line {
  padding: 2em 1em 1px;
}
.course-header {
  padding: 1em 1em 2em;
}

.lg-section-title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin: 0;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
.lg-section-header .catch {
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 0.3em;
}
.lg-section-header .balloon {
  margin-top: -2em;
}
.lg-section-title small {
  font-size: 50%;
}

.section-header {
  padding: 3em 2em 1em;
  position: relative;
}
.breakline {
    padding-top: 3em;
    position: relative;
}
.breakline::before {
  content: "";
  /*background: url(../images/breakline.png) no-repeat top center;
    background-size: contain;*/
  width: 80%;
  max-width: 850px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-top: 3px dashed #0085B2;
  border-bottom: 3px dashed #0085B2;
}
.section-title {
  text-align: center;
  color: #036;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.section-title small {
  display: block;
  font-size: 50%;
}
.typeset-tight {
  letter-spacing: -0.05em;
}

.text-section {
  max-width: 1000px;
  margin: 0 auto;
}
.sub-section {
  margin-bottom: 3em;
}
.sub-section:last-of-type {
  /* margin-bottom: 0; */
}

.title-marker span {
  background: linear-gradient(transparent 65%, #fbff00 0);
}
/*.title-subsection::before,
.title-subsection::after {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
    font-size: 60%;
    margin-right: 7px;
    margin-left: 7px;
    position: relative;
    top: -5px;
    opacity: .5;
}*/

.title-subsection {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #036;
  margin-bottom: 1.5em;
}
.title-subsection > span {
  background: linear-gradient(transparent 65%, #fbff00 0);
}
.title-subsection-addition {
  font-size: 1.4rem;
  color: #17a2b8;
  text-align: center;
  font-weight: normal;
  margin: 0 auto !important;
  line-height: 1.4;
}
.title-mid {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #00437f;
  font-size: 1.75rem;
}
.title-smlsection {
  color: #00437f;
  font-weight: bold;
    font-size: 1.5rem;
    padding-left: 1em;
    margin-bottom: 1em;
}
.title-smlsection::before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  font-weight: 900;
  color: #0085B2;
  font-size: 120%;
  margin-right: 0.1em;
}
p {
  margin-bottom: 1em;
}
/*p:last-of-type {
    margin-bottom: 0;
}*/
.lead-text {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 2em;
}
.home-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .lg-section-header {
    background-size: 98%;
  }
	.lg-section-title {
		font-size: clamp(2rem, 6vw, 3rem);
	}
  .section-header {
    margin: 0 -20px;
    padding: 40px 20px 0;
  }
  .section-title {
    font-size: 2rem;
  }
  .lead-text {
    font-size: 1rem;
  }
} /* end media query */

@media screen and (max-width: 575px) {

  .title-subsection {
    font-size: 1.4rem;
  }
  .title-smlsection {
  }
  .lg-section-header {
    /*background-size: 100%;*/
  }
  .lg-section-header .catch {
    font-size: 1.1rem;
  }
  .section-title {
    font-size: 6vw;
  }
  .section-title small {
    font-size: 70%;
  }
  .sub-section {
    margin-bottom: 3em;
  }
  .title-subsection::before,
  .title-subsection::after {
    content: "";
  }
} /* end media query */

/*--------------------------------------------------------------
# page-intro
--------------------------------------------------------------*/
.page-intro {
	padding: 4em 0;
}
.slogan {
  text-align: center;
  /*font-family: "Rounded Mplus 1c";*/
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2em;
  color: #ff7800;
  /*font-weight: normal;*/
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.slogan strong {
  /*display: block;*/
  font-size: 150%;
  font-weight: bold;
  line-height: 1.8;
}

/*--- feature list */
.feature-list {
  justify-content: center;
  margin-bottom: 3em;
}
.feature-list > li {
  margin-bottom: 2em;
}
.feature-card {
  background: #d9f1ff;
  height: 100%;
  padding: 2em;
}
.card-icon {
  margin: 0 auto 1.2em;
  /*width: 100px;*/
}
.card-icon img {
  display: block;
}
.feature-card-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  color: #036;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.feature-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.feature-card-title strong {
  font-size: 170%;
  position: relative;
  bottom: -2px;
  margin: 0 0.05em;
}

/*---- plan list */
.plan-list {
  justify-content: center;
}
.plan-list > li {
  margin-top: 1em;
}
.plan-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  background: #e1eefd;
  background-image: repeating-linear-gradient(-45deg, #e9f6fb, #e9f6fb 8px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 16px);
}
.plan-card:hover {
  text-decoration: none;
}
.plan-card img {
  width: 50%;
}
.plan-card p {
  font-size: 14px;
  font-weight: bold;
  color: #343434;
  margin-right: 3%;
  margin-bottom: 0;
}
.plan-card strong {
  font-size: 150%;
  font-weight: bold;
  display: block;
  color: #f49705;
}
.plan-card .catch {
  color: #036;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.plan-card .catch::before {
  font-family: "Font Awesome 5 Free";
  content: "\f024";
  font-weight: 900;
  margin-right: 0.3em;
  color: #00437f;
}

/*-- プラン組み合わせ例*/
/*.plan-mix {
    text-align: center;
    position: relative;
}
.plan-mix::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: 900;
    color: #de6c31;
    font-size: 70px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 1;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
}
.plan-example {
    margin-top: 1em;
    font-weight: bold;
    
    display: inline-block;
    text-align: left;
}
.plan-example li {
    margin-bottom: .3em;
    padding-left: .3em;
    padding-left: .5em;
}
.plan-example em {
    color: #00a0e8;
}
.plan-example strong {
    font-size: 140%;
    color: #67b519;
}
.plan-example .total {
    border-top: 1px solid #666;
    display: inline-block;
    padding-top: .2em;
    padding-right: .5em;
}*/

@media screen and (max-width: 991px) {
  .plan-card p {
    font-size: 1.4vw;
  }
} /* end media query */

@media screen and (max-width: 767px) {
  .plan-card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .plan-card p {
    font-size: 13px;
  }
  .slogan {
    font-size: 3.3vw;
  }
  .slogan strong {
    font-size: 140%;
  }
} /* end media query */

@media screen and (max-width: 480px) {
  .slogan {
    font-size: 4.4vw;
  }
  .plan-card {
    max-width: 350px;
    flex-direction: column-reverse;
    padding-left: 0;
    margin-bottom: 2em;
    height: auto;
  }
  .plan-card img {
    width: 100%;
  }
  .plan-card-text {
    width: 100%;
    text-align: center;
    padding: 1em;
  }

  /*.plan-mix::before {
        content: '';
    }*/
} /* end media query */

/*--------------------------------------------------------------
# course-intro
--------------------------------------------------------------*/
.course-intro {
  padding-bottom: 2em;
  /*margin-bottom: 2em;*/
  /*background: url(../images/bg_bluegrid.png);
    background-size: 13px 13px;*/
  /*background: #fdf8e5;
	background-image: repeating-linear-gradient(
45deg ,#fff, #fff 2px,rgba(0,0,0,0) 0, rgba(0,0,0,0) 7px);*/
}

.top-border {
  border-top: 3px dashed #f59100;
}
.btm-border {
  border-bottom: 3px solid #f59100;
}

/*--------------------------- onsite ----------------------------*/

.onsite-plan {
  padding-bottom: 2em;
  /* border-bottom: 4px solid #7c5946; */
  /* margin-bottom: 4em; */
}
.onsite-prices {
  justify-content: center;
  margin-bottom: 2em;
}
.onsite-prices > li {
  margin-bottom: 1em;
}
.price-card {
  padding: 25px;
  height: 100%;
  /*font-size: 1rem;*/
}
.plan-intro-purpose .price-card {
  max-width: 700px;
}
.price-card-title {
  text-align: center;
  font-size: 1.3rem;
  color: #0085B2;
  margin-bottom: 1em;
  font-weight: bold;
}
/*.price-card h5 {
    text-align: center;
    font-size: 1.3rem;
    color: #00757f;
    margin-bottom: 1em;
    font-weight: bold;
}
.price-card h5 em {
    font-size: 125%;
    white-space: nowrap;
}*/
.price-list > dt {
  float: left;
  width: 8em;
  clear: both;
  /*line-height: 1.2;*/
}
.price-list > dd {
  /*padding-left: 8em;*/
  margin-bottom: 0;
  float: right;
}
.price-list > dt.addition {
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 0.5rem;
}
.price-list > dd.addition .plan-price {
  margin-left: 2em;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.2;
}
.price-list em,
.price-list strong {
  font-size: 180%;
  position: relative;
  bottom: -2px;
  margin: 0 2px;
}
.price-list strong {
  color: #f49705;
}
.price-list .nested dt {
  font-weight: normal;
  float: left;
  width: 100px;
  width: 120px;
  margin-top: 1em;
  font-size: 90%;
}

/*-- price-list (table) */

.price-table {
  /* width: 100%; */
  font-size: 0.93rem;
  margin: 0 auto;
}
.price-table thead th {
  text-align: center;
  border-bottom: 1px solid #3da8a0;
  padding-bottom: 6px;
}
.price-table th {
  vertical-align: middle;
}
.price-table td {
  vertical-align: top;
  text-align: right;
  /* width: 33%; */
  padding: 4px 4px 4px 4px;
  line-height: 1.3;
}
.price-table.wide td {
  /* width: 40%; */
  padding: 8px 4px 8px 30px;
}
.price-table tbody:nth-child(3) {
  border-top: 15px solid white;
}
.sp-sppl {
  display: none;
}

.plan-description {
  font-size: 13px;
  margin-bottom: 2em;
  line-height: 1.6;
}
.plan-description dt {
  width: 160px;
  float: left;
  clear: left;
}
.plan-description dt > span {
  background: #34b99b;
  color: white;
  font-weight: bold;
  line-height: 2;
  padding: 2px 10px 0;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 7px;
}
.plan-description dd {
  padding-left: 160px;
  padding-top: 0.4em;
  margin-bottom: 0.8em;
}

.plan-intro-purpose .price-list {
  margin-bottom: 0em;
}

@media screen and (max-width: 991px) {
  .price-card h4 {
    margin-bottom: 0.5em;
  }
  .price-card h4 em {
    /*display: block;*/
  }
  .price-list .nested dd {
    margin-bottom: 0;
    line-height: 1;
  }
} /* end media query */

@media screen and (max-width: 767px) {
  .price-card {
    height: auto;
    /*width: 100%;*/
    max-width: 600px;
    margin: 0 auto 1em;
  }
  .price-list .nested dt {
    margin-top: 0.4em;
  }
  .price-list .nested dd {
    line-height: 1.3;
  }
} /* end media query */

@media screen and (max-width: 575px) {
  .plan-description dt {
    float: none;
  }
  .plan-description dd {
    padding-left: 1em;
  }
  .business-hour dt {
    float: none;
  }
  .business-hour dd {
    margin-left: 0;
  }
  .plan-intro-purpose .price-card {
    padding-bottom: 4em;
  }
  .price-list > dt {
    /*width: 100px;*/
  }
  .price-list > dd {
    padding-left: 0;
    margin-bottom: 0;
    float: right;
  }
  .plan-price {
    margin-left: 0;
    white-space: normal;
    display: inline;
    line-height: inherit;
  }

  /*--- price-table */
  .price-table.tight thead th:first-child,
  .price-table.tight th[rowspan] {
    display: none;
  }
  .price-table.tight td {
    vertical-align: middle;
    width: 40%;
  }
  .sp-sppl-row {
    position: relative;
  }
  .sp-sppl-row th,
  .sp-sppl-row td {
    padding-top: 1.4em;
  }
  .sp-sppl {
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 48%;
  }
  .price-table strong,
  .price-table em {
    font-size: 5.6vw;
  }
} /* end media query */

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/

.features {
  border-top: 2px solid #0085B2;
    padding-top: 4em;
}
.features h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  color: #036;
  letter-spacing: -0.05em;
}
.features h5 {
  font-size: 1.2rem;
  color: #00437f;
  margin-bottom: 0.1em;
}
.features p {
  margin-bottom: 0.5em;
}
.features-list {
  counter-reset: my-counter;
  margin-bottom: 4em;
}
.features-list strong {
  color: #036;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fbff00 41%, #fbff00 85%, transparent 0);
}
.features-list em {
  color: #036;
  font-weight: bold;
}


.features-item {
  margin-bottom: 2em;
  padding: 2em 3em;
  border-radius: 15px;
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.15);*/
  /*background: url("../images/bg_yellowgrid.png");
    background-size: 13px 13px;*/
  background: #e8faf9;
  border: 2px solid #0085B2;
}
.onsite-plan .features-item {
  background: #fffff2;
}
.features-item:nth-child(even) {
  /*background: url("../images/bg_bluegrid.png");
    background-size: 13px 13px;*/
  /* background: #ebf5fb; */
}
.features-item > .row {
  align-items: center;
  justify-content: space-between;
}
.features-item:nth-child(even) > .row {
  flex-direction: row-reverse;
}
.features-item .text-box {
  position: relative;
  z-index: 2;
  padding-left: 3.5em;
  margin-top: 1em;
  width: 73%;
}
.features-item .text-box::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #ffffff;
  font-weight: bold;
  font-size: 5em;
  display: block;
  position: absolute;
  left: 0;
  top: -0.5em;
  z-index: -1;
  font-family: "Rounded Mplus 1c";
  /*text-shadow: 2px 2px 0 #3DA8A0, -2px 2px 0 #3DA8A0, 2px -2px 0 #3DA8A0, -2px -2px 0 #3DA8A0;*/
  text-stroke: 2px #3da8a0;
  -webkit-text-stroke: 2px #0085B2;
}

.features-list .pict-box {
  width: 25%;
}
.features-list .pict-box img {
  border-radius: 50%;
  border: 2px solid #0085B2;
  /*filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.15));*/
  /*filter: drop-shadow(2px 2px #3DA8A0);*/
}
.features-item:nth-child(even) img {
  /* border-color: #154e86; */
}
.feature-figure {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .features-item {
    padding: 1em 2.5em;
  }
} /* end media query */

@media screen and (max-width: 575px) {
  .features h4 {
    font-size: 1.15rem;
  }
  .features-item {
    display: block;
    padding: 3.8em 2em 2em;
  }
  .features-item .text-box {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.6em;
  }
  .features-item .text-box::before {
    font-size: 3.5em;
    top: -1.4em;
  }
  .features-item .pict-box {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
  }
  .feature-figure {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
} /* end media query */

/*------ features 学習時間チャート*/
.wlesson-diagram h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-align: center;
  color: #3da8a0;
  letter-spacing: -0.03em;
}
.wlesson-diagram h4 b {
  font-weight: bold;
  color: #00437f;
  font-size: 130%;
  margin: 0 2px;
}
.wlesson-diagram h4 .emphasis {
  margin-top: -0.7em;
  display: block;
}
.wlesson-diagram h4 strong {
  font-size: 200%;
  position: relative;
  top: 5px;
}
.wlesson-chart {
  /*background: #fff;*/
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 0;
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.15);*/
}
.wlesson-chart-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
.wlesson-table {
  margin-bottom: 0;
  /*width: 47%;*/
}
.class-only-table {
  /*width: 38%;*/
  width: 27%;
}
.plus-online-table {
  /*width: 55%;*/
  width: 65%;
}
.wlesson-table caption {
  font-weight: bold;
  color: #333;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 5px;
  caption-side: top;
  font-size: 1rem;
  padding: 0;
}
/*.class-only-table caption {
    padding-top: 1.1em;
}*/
.wlesson-table th,
.wlesson-table td {
  /*width: 50%;*/
  padding: 8px 5px;
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  font-size: 0.93rem;
}
.class-only-table th,
.class-only-table td {
  width: 50%;
}
.plus-online-table th,
.plus-online-table td {
  width: 43%;
}
.wlesson-table .trans {
  background: none;
  border: none;
  width: 14%;
  padding: 0;
}
.trans i {
  font-size: 40px;
  color: #3da8a0;
  position: relative;
  top: -10px;
}

.wlesson-table th {
  background: #ffc7cf;
}
.wlesson-table td {
  line-height: 1.4;
  background: #fff;
}
.wlesson-table td strong {
  font-size: 200%;
  color: #00437f;
  line-height: 1;
  position: relative;
  top: 5px;
  margin: 0 0.1em;
  background: none;
}
.wlesson-table td strong.red {
  color: #3da8a0;
}
.plus-sign {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #3da8a0;
}
.wlesson-chart-part:first-child .plus-sign {
  padding-top: 40px;
}
.plus-online-table th:last-child {
  background: #3da8a0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .class-only-table caption {
    padding-top: 0.9em;
    padding-bottom: 0.2em;
  }
  .plus-sign,
  .trans i {
    font-size: 5vw;
  }
} /* end media query */

@media screen and (max-width: 575px) {
  .wlesson-chart {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
  }
  .wlesson-chart-part > * {
    margin-bottom: 0.5em;
  }
  .wlesson-diagram h4 {
    font-size: 1rem;
  }
  .wlesson-chart-part {
    display: block;
  }
  .wlesson-table {
    width: 100%;
  }
  .wlesson-table span.tablet-sp {
    display: inline;
  }
  .wlesson-table caption.tablet-sp {
    display: table-caption;
  }
  .wlesson-table thead.tablet-sp {
    display: table-header-group;
  }

  .class-only-table caption::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a4";
    color: #e70012;
    font-size: 140%;
    margin-right: 5px;
  }
  .wlesson-chart-part:first-child .plus-sign {
    padding-top: 0;
  }
} /* end media query */

.wlesson-chart h5 {
  font-weight: bold;
  color: #008e06;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wlesson-chart h5:not(:first-child) {
  margin-top: 2em;
}
.wlesson-chart-box p {
  margin: 0;
}
.wlesson-chart-time {
  border: 1px solid #999;
  padding: 10px 20px;
  text-align: center;
}
.wlesson-chart-time .arrow {
  padding: 0 1em;
}
.wlesson-chart-time .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #808080;
}
.wlesson-chart-plus {
  text-align: center;
  font-size: 150%;
  color: #ffc107;
}
.wlesson-chart-time strong {
  font-size: 200%;
  color: #008e06;
  line-height: 1;
  position: relative;
  top: 5px;
  margin: 0 0.1em;
}
.wlesson-chart-online {
  color: #ff5722;
  font-size: 90%;
}
.wlesson-chart-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.wlesson-chart-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 400%;
  color: #ffc107;
  line-height: 0.8;
}
.wlesson-chart-finish {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #008e06;
  color: #fff;
  padding: 20px;
}
.wlesson-chart-finish p {
  line-height: 1;
}
.wlesson-chart-finish.online p {
  font-size: 90%;
}
.wlesson-chart-finish strong {
  font-size: 200%;
  color: #ffdd00;
  line-height: 1;
  position: relative;
  top: 5px;
  margin: 0 0.1em;
}

.wlesson-chart-time span {
  white-space: nowrap;
  display: inline-block;
}
.wlesson-chart-time .notes {
  position: relative;
  margin-bottom: 1em;
}
.wlesson-chart-time .notes::after {
  content: "(1日15分ｘ7日)";
  font-size: 80%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 130%;
  right: 0;
}

@media screen and (min-width: 768px) {
  .wlesson-chart-box p {
    line-height: 1;
  }

  .wlesson-chart-box {
    display: flex;
    justify-content: space-between;
  }
  .wlesson-chart-time {
    width: 60%;
    position: relative;
  }

  .wlesson-chart-time .arrow:before {
    content: "\f061";
  }
  .wlesson-chart-arrow:before {
    content: "\f0da";
  }
  .wlesson-chart-arrow {
    width: 10%;
  }
  .wlesson-chart-finish {
    width: 30%;
  }
} /* end media query */

@media screen and (max-width: 767px) {
  .wlesson-chart-time span {
    display: block;
  }
  .wlesson-chart-time .arrow:before {
    content: "\f063";
  }
  .wlesson-chart-arrow:before {
    content: "\f0d7";
  }
  .wlesson-chart-time p.bk_sp {
    background: #e9e9e9;
    padding: 5px;
  }
  .wlesson-chart-time p.bk_sp.wlesson-chart-online {
    background: #fff8b9;
  }
  .wlesson-chart-time .notes::after {
    top: 90%;
  }
} /* end media query */

/*--------------------------- suitable-for ----------------------------*/
.suitable-for {
  display: flex;
}
.suitable-for h3 {
  background: #e8faf9;
  color: #036;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 0;
  border-radius: 15px;
  font-size: 1.4rem;
  width: 23%;
  border: 2px solid #036;
}
.suitable-list {
  font-weight: bold;
  padding-top: 0.5em;
  margin-left: 2em;
  font-size: 105%;
  width: 77%;
}
.suitable-list > li {
  margin-bottom: 0.5em;
  padding-left: 28px;
}
.suitable-list > li::before {
  content: "\f00c";
  font-size: 110%;
  top: -0.1em;
}

@media screen and (max-width: 767px) {
  .suitable-list {
    margin-left: 1em;
  }
} /* end media query */

@media screen and (max-width: 575px) {
  .suitable-for {
    display: block;
  }
  .suitable-for h3 {
    padding: 10px 20px;
    font-size: 1.1rem;
    width: auto;
    display: inline-block;
    margin-bottom: 0.4em;
  }
  .suitable-list {
    font-size: 96%;
    width: 100%;
    padding-left: 0;
  }
} /* end media query */

/*--------------------------- course-list ----------------------------*/

.course-category {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 8px 5px;
  border-radius: 8px;
  background: #0085B2;
  color: #fff;
  position: absolute;
  left: 25px;
  top: -24px;
  z-index: 2;
}

.course-item {
  height: 100%;
  position: relative;
    border: 2px solid #0085B2;
}
.course-item h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2rem;
  position: relative;
  color: #0085B2;
  margin-left: -7px;
  margin-right: -7px;
}
.course-item h4::before,
.course-item h4::after {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  font-size: 50%;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: -0.25em;
}
.course-special h4,
.course-special02 h4 {
}
.course-item h5 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  color: #00437f;
}

.course-item img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0;
}

.course-item-description {
  padding: 2em 20px 1em;
  /*position: relative;*/
  background: #fff;
}
.home-course-intro .course-item-description {
	padding-bottom: 50px;
}
.course-item-description em {
  color: #3da8a0;
}

.course-item .btn {
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 8px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-decoration: none;
  background: #ff9800 !important;
  color: #fff !important;
  border: 2px solid #ff9800 !important;
}
.label-special {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  background: #34b99b;
  color: #fff;
  padding: 5px 10px 3px 5px;
  border-radius: 5px;
}
.label-special a {
  text-decoration: none;
  color: #fff;
}
.label-special::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
}

.course-item-plan {
  padding: 20px 20px 60px;
  background: #e7f6fb;
  /*border-radius: 0 15px 15px 0;*/
}
.course-item-plan h5 {
  letter-spacing: 0.5em;
}
/*.course-item-plan .price-list > dt {
    width: 115px;
}
.course-item-plan .price-list > dd {
    padding-left: 115px;
    margin-bottom: 0;
}*/
.price-list .plan-feature {
  padding-left: 0;
  margin-bottom: 0.8em;
}
.plan-feature .badge {
  font-size: 11px;
  border-radius: 6px;
  padding: 0.5em 0.6em;
  margin-bottom: 0.4em;
}
.plan-feature .badge-success {
  color: #fff;
}
.course-option h6 {
  font-weight: bold;
  font-size: 1.05rem;
  margin-bottom: 0.2em;
}

/*--- course-special レイアウト */

.course-list > li {
  margin-bottom: 40px;
  position: relative;
}
.course-special-list > li {
  margin-bottom: 4em;
}
.course-special {
  display: flex;
  justify-content: flex-end;
  background: url("../images/course_intro_bg_11_sp.jpg") no-repeat;
  background-position: left top;
  background-size: contain;
}
.course-special.item-02 {
  background: url("../images/course_intro_bg_14.jpg") no-repeat;
  background-size: contain;
}
.course-special.item-03 {
  background: url("../images/course_intro_bg_01b.jpg") no-repeat;
  background-size: contain;
}
.course-special.item-04 {
  background: url("../images/course_intro_bg_07.jpg") no-repeat;
  background-size: contain;
}
.course-special.item-05 {
  background: url("../images/course_intro_bg_13.jpg") no-repeat;
  background-size: contain;
}
.course-special-pt {
  width: 50%;
  position: relative;
  min-width: 320px;
}
.course-special .course-item-description {
  /*padding-top: 3.5em;*/
  padding-bottom: 4em;
  /*background: #fff;*/
}
.price-list.long {
  line-height: 1.2;
}
.price-list.long > dt {
  float: none;
  width: 100%;
}
.price-list.long > dd {
  padding-left: 1em;
}

/*---course-special02 横並びバージョン*/

.course-special02 {
  background: #fff3df;
}
.course-special-list02 > li {
  /* margin-bottom: 0; */
}
.course-special-list02 .course-item-description {
  padding: 2em 20px 1em;
}
.course-special-list02 .price-list {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 992px) {
  .course-special.item-02 {
    background-position: -140px top;
  }
  .course-special.item-03 {
    background-position: -120px top;
  }
  .course-special.item-04 {
    background-position: -100px top;
  }
} /* end media query */

@media screen and (max-width: 767px) {
  .course-special {
    display: block;
    background: pink;
  }
  .course-special-pt {
    width: 100%;
    min-width: auto;
  }
  .course-item-plan {
    border-radius: 0 0 15px 15px;
  }
  .course-special-list > li:last-child {
    margin-bottom: 0;
  }

  .course-special-list02 > li {
    max-width: 500px;
    margin: 0 auto 4em;
  }
} /* end media query */
.course-special-list02 li:not(:last-child) .course-item-description {
  /*padding-bottom: 3.7em;*/
}

@media screen and (max-width: 575px) {
  .course-list.simple > li {
    margin-bottom: 35px;
    max-width: 380px;
    margin: 0 auto 35px;
  }
  .home-course-intro .course-list > li {
    max-width: 460px;
  }
} /* end media query */

/*--------------------------------------------------------------
# home-plan
--------------------------------------------------------------*/

.home-plan,
.home-course-intro {
  padding-bottom: 50px;
  /*background-image: url("../images/bg_dot_blue_02.png");
    background-size: 10px 10px;*/
}
.home-course-intro {
    border-top: 2px solid #0085B2;
    padding-top: 3em;
  /* margin-bottom: 4em; */
  position: relative;
  /* border-bottom: 3px solid #4a74ce; */
}

/*--------------------------------------------------------------
# poster-figure
--------------------------------------------------------------*/

.poster-figure {
  padding-top: 3em;
    border-top: 2px solid #0085B2;
}
.intro {
  /*padding: 2em 50px 0;*/
  margin-bottom: 30px;
  position: relative;
}
.poster-alert {
  display: inline-block;
  background: #008e06;
  padding: 1.5em 2em;
  position: absolute;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  bottom: 93%;
  left: 8em;
  transform: rotate(-5deg);
}
.poster-alert::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #008e06;
  z-index: 0;
}

.intro figure {
  width: 35%;
  float: right;
  margin-left: 20px;
  position: relative;
}
.intro figure figcaption {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
/*.intro h3 {
    font-size: 28px;
    font-weight: bold;
    color: #008e06;
    line-height: 1.4;

    font-feature-settings: "palt";
    margin-bottom: 1em;
    position: relative;
    text-align: center;
}*/
/*.intro h2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0eb";
    font-weight: 900;
    font-size: 140%;
    color: #e50012;
    margin-right: 8px;
}*/

.intro em {
  font-style: normal;
  font-weight: bold;
  color: #0085B2;
}

@media screen and (max-width: 767px) {
  .poster-figure {
    padding-top: 0;
  }
  .intro {
    /*padding: 2em 20px 0;
        margin-top: 3em;*/
  }
  .intro figure {
    width: 45%;
  }
} /* end media query */

@media screen and (max-width: 479px) {
  /*.intro h2 {
		font-size: 18px;

	}*/

  .intro figure {
    width: 80%;
    margin: 0 auto 30px;
    float: none;
  }
} /* end media query */

/*--------------------------------------------------------------
# poster-profile
--------------------------------------------------------------*/

.poster-profile {
  background: url(../images/feature_bcgd_01.png);
  background-size: 10%;
  /*border-top: 12px solid #ffd4df;
	border-bottom: 12px solid #ffd4df;*/
  border: 12px solid #ffd4df;
  padding: 30px 20px 70px;
  position: relative;
  /*margin-bottom: 120px;*/
}
.profile-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
}
.profile-main img {
  max-width: 100%;
}

.poster-profile .slogan {
  width: 80%;
  max-width: 850px;
  text-align: center;
  background: url(../images/feature_bcgd_03.png) #fff3e6;
  background-size: 33px;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  font-weight: bold;
  color: #00437f;
  line-height: 1.5;
  border-bottom: 0;
  padding: 30px 30px 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -80px;
}

.poster-profile .slogan::before {
  content: "";
  display: block;
  width: 180px;
  height: 100px;
  background: url(../images/feature_icon_tape.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -33px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.poster-profile .slogan::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/feature_icon_light.png) no-repeat left center;
  background-size: contain;
  opacity: 0.9;
  position: absolute;
  top: 0px;
  left: 3%;
  bottom: 0px;
  margin: auto 0;
}

@media screen and (max-width: 1199px) {
  .poster-profile .slogan {
    font-size: 3.2vw;
  }
  .poster-profile .slogan::before {
    width: 26%;
    top: -20%;
    height: 60px;
  }
  .poster-profile .slogan::after {
    left: 3%;
    width: 8%;
    height: 100%;
  }
} /* end media query */

@media screen and (max-width: 575px) {
  .poster-profile {
    background: none;
    padding: 0;
  }
} /* end media query */

@media screen and (max-width: 480px) {
  .poster-profile .slogan {
    font-size: 5vw;
    padding-left: 10%;
    bottom: -100px;
  }
  .poster-profile .slogan::before {
    top: -9%;
  }
  .poster-alert {
    bottom: 95%;
    left: 6em;
  }
} /* end media query */

/*--------------------------------------------------------------
# course-news!
--------------------------------------------------------------*/

.course-news {
  margin-bottom: 2em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 0 1em;
}
.course-news .poster-alert {
  position: static;
  margin-left: 8em;
  margin-top: -2em;
}
.course-news h3 {
  color: #008e06;
}
.course-news-figure {
  margin-bottom: 2em;
}
.course-news-figure .row {
  align-items: center;
  justify-content: center;
}

.course-news-figure figcaption {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.course-news-figure .badge {
  font-size: inherit;
  padding: 8px 12px;
  border-radius: 5px;
  margin-right: 0.5em;
}
.course-news-figure img {
  border-radius: 20px;
}
.course-news-figure .plus {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  color: #154e86;
  padding: 0;
  margin: 0.5em 0;
}
.course-news-list {
  padding: 2em 2.5em 1em 3.5em;
  max-width: 870px;
  margin: 0 auto 1.5em;
  background: #fff9e6;
}
.course-news-list em {
  color: #ff5722;
}

@media screen and (max-width: 575px) {
  .course-news h3 {
    font-size: 5.3vw;
  }
  .course-news-figure .plus {
    font-size: 8vw;
  }
  .course-news-list {
    padding: 1.5em 1em 1em 1.5em;
  }
} /* end media query */

@media screen and (max-width: 480px) {
  .course-news-figure .row {
    flex-direction: column;
  }
  .course-news-figure .pict-box {
    flex: 0 0 80%;
    max-width: 80%;
  }
} /* end media query */

/*--------------------------------------------------------------
# home-catchline
--------------------------------------------------------------*/

.home-catchline {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #dc3545;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
.home-catchline small,
.balloon {
  display: block;
  font-size: 50%;
  font-weight: bold;
  color: #ffffff;
  width: 200px;
  background: #0085B2;
  padding: 10px 0;
  border-radius: 8px;
  /* margin-left: 10%; */
  position: relative;
  margin-bottom: 15px;
}
.balloon {
  font-size: 15px;
  width: auto;
  display: inline-block !important;
  padding: 10px 15px;
}
.home-catchline small::after,
.balloon::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 43%;
  border: 10px solid transparent;
  border-top: 15px solid #0085B2;
  width: 0;
  height: 0;
}

@media screen and (max-width: 575px) {
  .home-catchline {
    font-size: 4.7vw;
  }
} /* end media query */

@media screen and (max-width: 479px) {
  .home-catchline small {
    font-size: 65%;
  }
} /* end media query */

/*--------------------------- premium feature ----------------------------*/

.premium-feature h4 {
  color: #ed1e79;
  position: relative;
  font-weight: 800;
  font-size: 1.5rem;
  padding-top: 2.3em;
}
.premium-feature .balloon {
  position: absolute;
  top: 0;
}

.premium-feature li {
  display: flex;
}
.premium-feature .card {
  background: #fff;
  padding: 5%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  /*--IE11対策*/
  display: block;
}
.premium-feature img {
  display: block;
  max-width: 75%;
  width: 75%;
  margin: 0 auto 1em;
}
.premium-feature h5 {
  color: #ed1e79;
  font-weight: 800;
  text-align: center;
  font-size: 1rem;
}
.premium-feature p {
  font-size: 0.9rem;
  color: #343434;
}

@media screen and (max-width: 575px) {
  .premium-feature li {
    max-width: 380px;
    margin: 0 auto;
  }
} /* end media query */

/*----- links to detail */

.link-to-detail .row {
  justify-content: space-around;
}
.link-to-detail .row li {
  width: 360px;
  margin-bottom: 0.5em;
}

.link-to-detail a.btn {
  display: block;
  border-radius: 8px;
  padding: 15px 16px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: normal;
  text-decoration: none;
}
.link-to-detail a.btn small {
  font-size: 1rem;
  font-weight: 800;
}

/*--------------------------------------------------------------
# why-reason
--------------------------------------------------------------*/

.why {
    background: url(../images/bg_bluegrid.png);
    background-size: 10px 10px;
    padding-bottom: 5px;
}
.why-reason {
  /* padding-top: 4em; */
  padding-bottom: 3em;
  background: #fff;
  background-image: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 8px);
}
.invisible {
  display: none;
}

/*------ why */

.why-list > li {
  padding-top: 1.5em;
}
.why-item {
  padding: 1.5em 1.5em 1em;
  position: relative;
  text-align: center;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  border: 4px solid #f36379;
}
.why-balloon {
  position: absolute;
  width: 80px;
  height: 91px;
  background: url("../images/icon_why.png") no-repeat;
  background-size: contain;
  left: 20px;
  top: -50px;
  font-size: 40px;
  padding-top: 32px;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.why-item dd {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #3da8a0;
}

/*------ reason */

.reason-header {
  text-align: center;
}
.reason-title {
  position: relative;
  background: #3da8a0;
  box-shadow: 0px 0px 0px 8px #3da8a0;
  border: dashed 2px #ffffff;
  color: #fff;
  margin-bottom: 2em;
  padding: 1rem 2rem 1rem 130px;
  display: inline-block;
  text-align: left;
}
.reason-title:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: #7edcc3 #7edcc3 #fff;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
}
.reason-flag {
  position: absolute;
  display: block;
  width: 120px;
  height: 136px;
  background: url("../images/icon_reason.png") no-repeat;
  background-size: contain;
  color: #3da8a0;
  text-align: center;
  padding-top: 42px;
  font-size: 65px;
  line-height: 1;
  font-weight: bold;
  left: 4px;
  top: -40px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.reason-subtitle {
  font-size: 1.3rem;
  color: #036;
  margin-bottom: 1em;
}
.reason-subtitle em {
  color: #036;
  font-size: 140%;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .why-list > li {
    max-width: 450px;
    margin: 0 auto 2em;
  }
  .reason-title {
    padding: 1rem;
    font-size: 4.2vw;
  }
  .reason-flag {
    width: 70px;
    height: 80px;
    padding-top: 23px;
    font-size: 43px;
    top: -60px;
  }
} /* end media query */

@media screen and (max-width: 599px) {
  .reason-subtitle em {
    font-size: 120%;
  }
} /* end media query */

@media screen and (max-width: 479px) {
  .reason-title {
    font-size: 17px;
  }
  .reason-subtitle {
    font-size: 1rem;
  }
} /* end media query */

/*--------------------------------------------------------------
# survey-summary
--------------------------------------------------------------*/

.survey-result {
  /*background: #f3ffed;*/
  padding-top: 5em;
  /*border-top: 2px solid #ff9800;*/
}
.survey-result-title {
  font-size: 1.3rem;
  color: #3da8a0;
  margin-bottom: 1em;
}
.survey-result-title em {
  font-size: 140%;
  display: block;
  margin-bottom: 5px;
}
.survey-summary p em {
  color: #3da8a0;
  font-size: 110%;
}
.survey-summary-figure {
  padding: 2em 3% 0;
  margin-bottom: 0;
}
.survey-summary-figure figcaption {
  text-align: center;
  margin-top: 1em;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}
.survey-summary-figure figcaption em {
  font-size: 120%;
  white-space: nowrap;
}
.table-wrap {
  margin-bottom: 4em;
}
.survey-result-table {
  width: 100%;
  margin-bottom: 0.5em;
}
.survey-result-table caption {
  caption-side: top;
  color: #343434;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4;
  padding-bottom: 0.25em;
}
.answer-summary {
  display: inline-block;
  font-size: 1rem;
  color: #00437f;
  float: right;
  padding-left: 3.6em;
  position: relative;
  margin-top: 0.5em;
  margin-left: 2em;
}
.answer-summary::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4  \f0a4";
  font-weight: 900;
  font-size: 140%;
  margin-right: 0.5em;
  color: #FF9800;
  text-shadow: 1px 1px #956a70;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.survey-result-table th,
.survey-result-table td {
  padding: 10px 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.survey-result-table thead {
  background: #0085B2;
  color: #ffffff;
  font-weight: bold;
}

.survey-result-table tbody tr {
  background: #e5f5ff;
}
.survey-result-table tbody tr:nth-child(even) {
  background: #ccecff;
}
.survey-result-table thead th {
  width: 24%;
}
.survey-result-table thead th:first-child {
  width: 28%;
}
.survey-result-table td em {
  font-size: 120%;
  color: #FF9800;
}

@media screen and (max-width: 767px) {
  .survey-summary-figure {
    max-width: 400px;
    margin: 0 auto;
  }
} /* end media query */

@media screen and (max-width: 599px) {
  .survey-result-title em {
    font-size: 120%;
  }
} /* end media query */

@media screen and (max-width: 479px) {
  .survey-result-title {
    font-size: 1rem;
  }
} /* end media query */

/*--------------------------------------------------------------
# related-services　（flowの一部）
--------------------------------------------------------------*/

.related-services {
  /*padding-top: 3em;*/
}
.related-list,
.flow-list {
  padding-top: 2em;
  margin-bottom: 3em;
}
.related-list > li,
.flow-list > li {
  position: relative;
}
.related-item,
.flow-item {
  /*background: #f3ffed;*/
  background: url(../images/bg_bluegrid.png);
  background-size: 10px 10px;
  border: 2px solid #0085B2;
}
.related-category {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px 5px;
  border-radius: 8px;
  background: #036;
  color: #fff;
  position: absolute;
  left: 25px;
  top: -24px;
  z-index: 2;
}
.related-description,
.flow-description {
  padding: 1em 1em 0;
}

@media screen and (max-width: 767px) {
  .related-list,
  .flow-list {
    margin-bottom: 0;
  }
  .related-list > li,
  .flow-list > li {
    max-width: 450px;
    margin: 0 auto 3em;
  }
} /* end media query */

/*--------------------------- CTAボタン ----------------------------*/

/* ----- 従来のCTAボタン（画像） */

.cta-links {
  margin-bottom: 2em;
  /* border-bottom: 1px solid; */
  margin-top: 3rem;
}
.cta-links .row {
  margin-right: 0;
  margin-left: 0;
}

.cta-links .mx-auto a {
  display: block;
  max-width: 450px;
}

/* --- 新しいcta-ボタン（cssのみ）*/

.cta-btn {
  text-align: center;
}
.cta-btn a:link,
.cta-btn a:visited {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 80px;
  background: #f49705;
  display: block;
  padding: 0 1em;
  max-width: 450px;
  margin: 0 auto 1rem;
  position: relative;
  white-space: nowrap;
  border-radius: 40px;
  border: 2px white solid;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.cta-btn a:hover {
  transform: translateY(-4px);
}
.cta-btn a:active,
.cta-btn a:focus {
  opacity: 1;
}
.cta-btn a.cta-flow {
  background: #0085B2;
}
.cta-btn a.cta-teachers {
  background: #0085B2;
  color: #faf6f2;
  /* border-color: #7c5946 ; */
}

/* ---- 横に並ぶボタン */

.cta-two-links a {
  margin: 0 1em 1em;
  text-decoration: none;
}
.cta-announce {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #00437f;
}
.cta-phone {
  font-weight: bold;
  font-size: 26px;
}
.cta-phone::before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: 900;
  font-size: 0.8em;
  margin-right: 5px;
}
.cta-contact {
  font-weight: bold;
  border-radius: 8px;
  background: #ff9800 !important;
  color: #fff !important;
  /* border: 2px solid #3DA8A0!important; */
}
.cta-two-links {
  justify-content: center;
  align-items: center;
}

/*---- cta spcecial */
.cta-special {
    display: inline-block;
    background: #FF9800;
    border-radius: 20px;
    padding: 1.5em 1em;
}
.cta-special .cta-announce {
    color: #fff;
}
.cta-special .item {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.cta-special a {
    color: #fbff00;
    margin-left: .5em;
    
}

@media screen and (max-width: 575px) {
  .cta-announce {
    font-size: 16px;
  }
} /* end media query */

@media screen and (max-width: 480px) {
  .cta-btn a:link,
  .cta-btn a:visited {
    font-size: 5vw;
  }
    .cta-special a {
        display: block;
    }
} /* end media query */

/*--------------------------- 講師紹介 ----------------------------*/

.teachers {
  /*background: url(../images/bg_yellowgrid.png);
    background-size: 13px 13px;*/
  /*background: #f3ffed;
	background-image: repeating-linear-gradient(
-45deg ,#fff, #fff 2px,rgba(0,0,0,0) 0, rgba(0,0,0,0) 7px);*/
  padding-bottom: 4em;
    border-top: 2px solid #0085B2;
    padding-top: 4em;
}
.teachers em {
  color: #0085B2;
}
/*
.teachers h4 {
    color: #e70012;
    text-align: center;
}
.teachers-list {
    margin-bottom: 3em;
}
.teachers .img-fluid {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
.teacher-profile {
    margin-top: 1em;
    text-align: center;
}
.teacher-profile dt {
    font-size: .9rem;
    margin-bottom: 5px;
}
.teacher-profile dt span {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #67b519;
    padding: 4px 15px 2px;
    border-radius: 18px;
}
.teacher-profile dd {
    font-size: 1rem;
    margin-bottom: .5em;
    color: #de6c31;
    font-weight: bold;
}
*/
.teachers-pict {
  margin-bottom: 3em;
}
.teachers-pict img {
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.teachers-list > li {
  margin-bottom: 1em;
  padding: 0 5px;
}
.teacher-card {
  padding-bottom: 0.5em;
  height: 100%;
  margin-bottom: 0;
   border: 2px solid #0085B2;
    background: #e8faf9;
}
.teacher-card img {
  display: block;
  border-radius: 15px 15px 0 0;
}
.teacher-profile {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.95rem;
  color: #0085B2;
  font-weight: bold;
}
.teacher-profile small {
  font-size: 70%;
  white-space: nowrap;
}

/*why-filipino*/
.why-filipino {
  border: 3px solid #f36379;
  border-radius: 20px;
  padding: 2em 1em 1em;
  margin-bottom: 2em;
  background: #e8faf9;
}
.why-filipino-list {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 0;
  font-weight: bold;
}

/*---- 選考＆採用基準　*/
.hiring-feature-list {
    /*align-items: center;*/
}
.hiring-feature-item {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 1.1rem;
    margin-bottom: 2em;
}
.hiring-feature-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: #0085B2;
    display: block;
    margin-bottom: 0.3em;
}
.hiring-process-figure {
    margin: 0 auto 3em;
    max-width: 1000px;
}
.hiring-process-figure img {
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 767px) {
  .teachers-list {
    margin: 0;
  }
  .why-filipino-list {
    margin-left: 0.5em;
  }
} /* end media query */

@media screen and (max-width: 575px) {
  /*.teachers-list > li {
        margin-bottom: 1em;
    }
    .teachers-list figure {
        width: 90%;
        margin: 0 auto;
        max-width: 350px;
    }*/
} /* end media query */

/*--------------------------- 流れ ----------------------------*/

.flow {
  /*background: url(../images/bg_bluegrid.png);
    background-size: 13px 13px;*/
    border-top: 2px solid #0085B2;
    padding-top: 4em;
  padding-bottom: 2em;
}
.flow-item-title {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.flow-item-title::after {
  content: "";
  display: block;
  width: 40%;
  height: 8px;
  border-bottom: 4px dotted #0085B2;
  margin: 0.2em auto;
}
.flow-item .bullet {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  font-weight: bold;
  color: #0085B2;
  background: #faf6f2;
  position: absolute;
  top: -35px;
  left: 35px;
  line-height: 1;
  font-size: 1.8rem;
}
.flow-item .bullet small {
  font-size: 8px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* 古いflow-list. 新しいflow-listは、related-listとルールを共有　22/03/17　*/

/*.flow-list {
}
.flow-list > div {
    margin-bottom: 25px;
}
.flow-list .img-fluid {
    filter: drop-shadow(1px 0px 5px rgba(0,0,0,0.15));
}*/

@media screen and (max-width: 575px) {
  /*　古いflow-list */
  /*.flow-list > div {
        max-width: 330px;
        margin: 0 auto 25px;
    }*/
} /* end media query */

/*--------------------------- 生徒様の声 ----------------------------*/
.voices {
  /*background: url(../images/bg_yellowgrid.png);
    background-size: 13px 13px;*/
  /*background: #fff9e6;*/
  /* padding-bottom: 5px; */
  /* margin-bottom: 4em; */
  /* border-bottom: 3px solid #4a74ce; */
}
.voices-list {
  /*margin-bottom: 4em;*/
}
.voices-list .bg-white {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #0085B2;
    background: #e8faf9!important;
}

@media screen and (max-width: 767px) {
	.voices-list img {
	display: block;
	max-width: 160px;
	margin: 0 auto 1em;
}

} /* end media query */


@media screen and (max-width: 575px) {
  .voices-list > div {
    max-width: 400px;
    margin: 0 auto 1.5em;
  }
} /* end media query */

/*--------------------------- Q&A ----------------------------*/

.faq {
  /*background: #fdf8e5;
	background-image: repeating-linear-gradient(
45deg ,#fff, #fff 2px,rgba(0,0,0,0) 0, rgba(0,0,0,0) 7px);*/
  border-top: #0085B2 solid 2px;
  border-bottom: #0085B2 solid 2px;
  padding: 3em 0;
    background: url(../images/bg_bluegrid.png);
    background-size: 10px 10px;
}
.border-q {
  position: relative;
  border-color: #0085B2;
}
.border-q::before,
.border-a::before {
  content: "Q";
  background: #0085B2;
  position: absolute;
  left: 8px;
  top: 16px;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: white;
  font-size: 120%;
  font-weight: bold;
}
.border-a {
  position: relative;
  border-color: #ff9800;
}
.border-a::before {
  content: "A";
  background: #ff9800;
  color: #ffffff;
  top: 11px;
}
.border-a p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .text-no-q {
    font-size: 16px;
    line-height: 1.5;
  }
} /* end media query */

/*--------------------------- 運営者情報 ----------------------------*/

.management {
  /*margin-bottom: 4em;*/
}
.management-profile {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.management-logo {
	max-width: 200px;
	margin-bottom: 0.5em;
	width: 90%;
}

.table-bordered th {
  border: 1px solid #fff;
}

@media screen and (max-width: 480px) {

} /* end media query */

/*--------------------------- footer ----------------------------*/

.bg-footer {
  background: linear-gradient(to right,#014385,#036);
  color: #fff;
}


/*---course-special02 横並びバージョン*/

.course-special02 {
    background: #e7f6fb;
}
.course-special-list02 {
	justify-content: center;
}
.course-special-list02 > li  {
    max-width: 450px;
}
.course-special-list02 .course-item-description {
    padding: 2em 20px 1em;
}
.course-special-list02 .price-list {
	margin-bottom: 0.5em;
}

@media screen and (max-width: 992px) {
    .course-special.item-02 {
        background-position: -140px top;
    }
    .course-special.item-03 {
        background-position: -120px top;
    }
    .course-special.item-04 {
        background-position: -100px top;
    }
	
} /* end media query */


@media screen and (max-width: 767px) {
    .course-special {
        display: block;
        background: pink;
    }
    .course-special-pt {
        width: 100%;
        min-width: auto;
		padding-bottom: 1.5em;
    }
    .course-special-pt.course-item-plan {
        border-radius: 0 0 15px 15px;
        padding-bottom: 3.5em;
    }
    .course-special-list > li:last-child {
        margin-bottom: 0;
    }
	
	.course-special-list02 > li,
	.course-special-list > li,
    .course-list > li {
		max-width: 500px;
		margin: 0 auto 4em;
	}
	.course-special-list02 > li:last-child {
        /*margin-bottom: 0;*/
    }
	
} /* end media query */
.course-special-list02 li:not(:last-child) .course-item-description {
    /*padding-bottom: 3.7em;*/
}


@media screen and (max-width: 575px) {
    
    .course-list.simple > li {
        margin-bottom: 35px;
        max-width: 380px;
        margin: 0 auto 35px;
    }
    .home-course-intro .course-list > li {
        max-width: 460px;
    }
    
    
} /* end media query */
