@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@700&display=swap');

/* Eric Meyer's Reset CSS v2.0 - http://meyerweb.com/eric/tools/css/reset/
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  background: url(../img/bg2.jpg) repeat;
  background-size: 300px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.btn__cv {
  position: fixed;
  width: 318px;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.btn__cv img {
  max-height: 80px;
}
#fv {
  background: #019B50 url(../img/main_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 5%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#fv .fv__bmtc {
  position: absolute;
  width: 195px;
  right: 2%;
  bottom: 20px;
  z-index: 2;
}
#fv .fv__tokkyo {
  position: absolute;
  width: 120px;
  right: calc(2% + 200px);
  bottom: 20px;
  z-index: 2;
}
#fv .fv__inner {
  width: 100%;
  max-width: 980px;
}
#fv .fv__inner .fv__text {
  text-align: left;
  width: calc(100% - 360px);
}
#fv .fv__inner .fv__text .copyLarge {
  color: #fff;
  font-weight: 700;
  font-size: 2.6em;
  white-space: pre;
  margin-bottom: 1rem;
}
#fv .fv__inner .fv__text .copyLarge span {
  border-bottom: solid 4px #fff;
}
#fv .fv__inner .fv__text .copy {
  color: #fff;
  font-weight: 700;
  font-size:1.73em;
  white-space: pre;
  margin-bottom: 1rem;
}
#fv .fv__inner .fv__text .copy .copyMarker {
  background: #FFF541;
  color: #111;
  padding: 0 8px;
  margin-left: 10px;
  display: inline-block;
}
#fv .fv__inner .fv__text h1 {
  color: #FFF541;
  font-size: 6.375em;
  line-height: .8;
  margin-bottom: 2rem;
}
#fv .fv__inner .fv__text h1 .course {
  font-size: .65em;
}
#fv .fv__inner .fv__text .sub__copy {
  color: #fff;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.8;
}
#fv .fv__inner .fv__text .sub__copy rt {
  letter-spacing: .15em;
  font-family: "Poppins", sans-serif;
}
#fv .fv__inner .fv__img {
  width: 320px;
  max-width: 100%;
}
.fvCompany {
  background: #019B50;
  color: #fff;
  font-weight: 700;
  padding: 12px 0;
  font-size: 1.5em;
}
#about {
  padding: 80px 0 0;
}
#about .aboutAttention {
  margin-bottom: 60px;
  border: solid 4px #E0E0E0;
  background: #F8F8F8;
  padding: 40px;
}
#about .aboutAttention .head {
  gap: 8px;
  margin-bottom: 24px;
}
#about .aboutAttention .head .taisyo {
  background: #D5D5D5;
  padding: 4px 20px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 1.125em;
}
#about .aboutAttention .head .title {
  font-weight: 700;
  font-size: 1.5em;
}
#about .aboutAttention p {
  margin-bottom: 24px;
  font-size: 1.25em;
}
#about .aboutAttention p b {
  font-size: 1.5rem;
  font-weight: 700;
}
#about .about__textLarge {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 60px;
}
#about .about__img {
  width: 260px;
}
#about .about__text {
  width: calc(100% - 300px);
}
#about .about__text h2 {
  color: #0053AF;
  font-size: 2.25em;
  font-weight: 700;
  margin: 0 0 .8em;
}
#about .about__text p {
  font-size: 1.25em;
  line-height: 1.6;
}
#about .about__text .list__check {
  margin: 1.4em 0;
}
#about .about__text .list__check li {
  background: url(../img/ico-check2.svg) no-repeat;
  background-position: left top;
  padding: 0 0 0 40px;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 .5em;
  min-height: 40px;
}
#about .aboutImgList .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 24px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  height: 100%;
}
#about .aboutImgList .inner h3 {
  color: #019B50;
  font-weight: 700;
  font-size: 1.5em;
}
#about .aboutImgList .inner p {
  font-size: 1.125em;
}
#about .aboutImgList .inner p small {
  font-size: .8em;
  display: inline-block;
}
#about .font-middle {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.marker {
  background:linear-gradient(transparent 60%, #FFF541 60%);
}
#sample {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 80px 0;
}
#sample .container {
  max-width: 950px;
}
#sample h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 1em;
}
#sample h2 .bg {
  background: #FBB03B;
  font-size: 1.188em;
}
#sample .sample__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#sample .sample__video {
  width: 100%;
  height: 520px;
  margin-top: 50px;
}
#problems1 {
  padding: 80px 0;
}
#problems1 .inner {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 60px 30px;
  position: relative;
}
#problems1 .inner .illust1 {
  position: absolute;
  left: -40px;
  bottom: 0;
}
#problems1 .inner .illust2 {
  position: absolute;
  right: -40px;
  bottom: 0;
}
#problems1 .inner .illust1 img,
#problems1 .inner .illust2 img {
  height: 200px;
  width: auto;
}
#problems1 .inner h2 {
  color: #019B50;
  font-weight: 700;
  font-size: 2.25em;
  margin-bottom: 1em;
}
#problems1 .inner h2 .large {
  font-size: 1.222em;
}
#problems1 .inner h2>div {
  display: inline-block;
  border-bottom: solid 4px #019B50;
}
#problems1 .inner .list__check {
  max-width: 800px;
  margin: 0 auto;
}
#problems1 .inner .list__check li {
  font-size: 1.5em;
  font-weight: 700;
  background: url(../img/ico-check.svg) no-repeat;
  background-position: left top;
  padding: 0 0 0 40px;
  margin: 0 0 1.4em;
  line-height: 1.6;
}
#problems1 .inner .list__check li:last-child {
  margin: 0;
}
#problems1 .inner .list__check li .bg {
  color: #FFF541;
  background: #0053AF;
  padding: .1em .2em;
  font-size: 1.2em;
  line-height: 1.8;
}
#problems1 .img-arrow {
  margin: 20px 0;
}
#problems1 .img-arrow img {
  width: 276px;
}
#problems1 .font-large {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.6;
}
#problems1 .font-large p:not(last-child) {
  margin-bottom: 1em;
}
#voice {
  background: #F8F8F8;
  padding: 80px 0;
}
#voice h2 {
  color: #019B50;
  font-weight: 700;
  font-size: 2.25em;
  margin-bottom: 1em;
}
#voice h2>div {
  display: inline-block;
  border-bottom: solid 4px #019B50;
}
#voice .voiceBlock {
  margin-bottom: 40px;
}
#voice .voiceBlock .voice__img {
  width: 120px;
}
#voice .voiceBlock .voice__fukidashi {
  width: calc(100% - 140px);
}
#voice .voiceBlock .voice__fukidashi .balloon1-left,
#voice .voiceBlock .voice__fukidashi .balloon1-right {
  position: relative;
  display: inline-block;
  padding: 24px;
  border-radius: 10px;
  min-width: 120px;
  max-width: 100%;
  background: #fff;
}
#voice .voiceBlock .voice__fukidashi .balloon1-left:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
#voice .voiceBlock .voice__fukidashi .balloon1-right:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
.color-orange {
  color: #FBB03B;
}
.color-red {
  color: #D04255;
}
.cta {
  padding: 80px 0;
  background: #019B50 url(../img/figure2.png) no-repeat;
  background-size: 212px;
  background-position: right 2% bottom 20px;
  color: #fff;
}
.cta h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1em;
}
.cta h2 .line {
  color: #FFF541;
  border-bottom: solid 4px #FFF541;
  font-size: 1.125em;
}
.cta p {
  font-size: 1.125em;
  line-height: 1.8;
  margin: 0 0 2em;
}
.cta .cta__btnList li {
  margin: 0 .5em;
}
.cta .cta__btnList li a {
  background: #FBAF0D;
  color: #fff;
  font-weight: 700;
  font-size: 1.125em;
  width: 300px;
  border-radius: 50px;
  height: 58px;
  text-align: center;
  line-height: 54px;
  border: solid 2px #FBAF0D;
  text-decoration: none;
  display: block;
}
.cta .cta__btnList li:last-child a {
  color: #FBAF0D;
  background: #fff;
}
#problems2 {
  padding: 80px 0;
}
#problems2 h2 {
  color: #019B50;
  font-weight: 700;
  font-size: 2.25em;
  margin-bottom: 1em;
}
#problems2 h2 .large {
  font-size: 1.222em;
}
#problems2 h2>div {
  display: inline-block;
  border-bottom: solid 4px #019B50;
}
#problems2 .contents {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px;
  margin: 0 0 30px;
  line-height: 1.6;
}
#problems2 .contents .contents__img {
  width: 300px;
  max-width: 100%;
}
#problems2 .contents .contents__text {
  width: calc(100% - 340px);
}
#problems2 .contents .contents__text .number {
  color: #FBB03B;
  font-size: 1.25em;
}
#problems2 .contents .contents__text h3 {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0 0 .8em;
}
#problems2 .contents .contents__text .answer {
  color: #019B50;
  font-size: 1.1em;
  font-weight: bold;
}
#problems3 {
  padding: 80px 0;
  background: #f8f8f8;
}
#problems3 h2 {
  color: #0053AF;
  font-weight: 700;
  font-size: 2.25em;
  margin-bottom: 1em;
}
#problems3 h2>div {
  display: inline-block;
  border-bottom: solid 4px #0053AF;
}
#problems3 .subText span {
  background: #0053AF;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  padding: .2em 1em;
}
#problems3 .problem .img {
  width: 480px;
  max-width: 100%;
}
#problems3 .problem .text {
  width: calc(100% - 540px);
}
#problems3 .problem .text .list__check li {
  font-size: 1.3em;
  font-weight: 700;
  background: url(../img/ico-check.svg) no-repeat;
  background-position: left top;
  padding: 0 0 0 40px;
  margin: 0 0 1.4em;
  line-height: 1.6;
}
#problems3 .arrow2 {
  margin: 12px auto;
  width: 258px;
}
#problems3 .font1 {
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 20px;
}
#problems3 .font2 {
  font-size: 1em;
  margin-bottom: 30px;
}
#problems3 .font3 {
  font-size: 1.3em;
  font-weight: 700;
}
#materials {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 80px 0;
}
#materials .materials__info {
  margin-bottom: 60px;
}
#materials .materials__info p {
  font-size: 1.125em;
  line-height: 1.8;
}
#materials h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 1em;
}
#materials h2 .bg {
  background: #FBB03B;
  font-size: 1.188em;
  display: inline-block;
  padding: 0 .2em;
  margin: 0 0 0 .2em;
}
#materials h3 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.6;
}
#materials .font-middle {
  font-size: 1.125em;
  line-height: 1.8;
  margin: 0 0 1.6em;
}
#materials .font-middle .color-yellow {
  font-weight: 700;
  color: #FFF541;
}
#materials .font-large {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 1.6em;
}
#materials .materials__container {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 24px;
  margin: 0 0 60px;
  line-height: 1.6;
  color: #242426;
}
#materials .materials__container table {
  width: 100%;
}
#materials .materials__container table th {
  padding: 0 1em 1em;
  border-bottom: solid 1px #EADEDE;
}
#materials .materials__container table td {
  padding: 1em;
  line-height: 2;
  font-weight: bold;
  background: #38b97b;
  color: #fff;
  font-size: 1.125em;
}
#materials .materials__container table td:nth-child(2) {
  width: 25%;
}
#materials .materials__container table td:nth-child(3) {
  width: 40%;
}
#materials .materials__container table td.kigo {
  text-align: center;
}
#materials .materials__container table td.kigo ul li {
  justify-content: center;
}
#materials .materials__container table td.kigo ul li:before {
  content: none;
}
#materials .materials__container table td.kigo ul li.maru {
  color: #E94949;
}
#materials .materials__container table td ul li {
  display: flex;
  align-items: center;
}
#materials .materials__container table td ul li:before {
  content: '';
  display: block;
  border-radius: 50%;
  background: #0053AF;
  width: 13px;
  height: 13px;
  margin-right: .2em;
}
#materials .materials__container table .test__1 {
  background: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  padding: .4em;
  position: relative;
  color: #999;
}
#materials .materials__container table .test__1:after {
  content: '';
  background: #fff;
  height: calc(tan(60deg) * 18px / 2);
  height: 18px;
  width: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
#materials .materials__container table .test__1.last:after {
  content: none;
}
#materials .materials__container table .test__2 {
  background: #019B50;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.125em;
  padding: .4em;
}
#materials .display__images {
  margin-bottom: 60px;
}
#materials .display__images li {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 12px;
  line-height: 1.6;
  color: #242426;
  width: 288px;
  margin: 0 1em;
  text-align: center;
  font-size: 0.875em;
  max-width: 100%;
}
#materials .display__images li.attention {
  background: none;
  box-shadow: none;
  color: #fff;
  text-align: left;
  padding: 20px 0 0;
}
#materials .display__images.admin li {
  width: 970px;
}
#functions {
  padding: 80px 0;
}
#functions .kino-info {
  gap: 20px;
}
#functions .kino-info>div {
  gap: 4px;
}
#functions h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 1em;
}
#functions h2 .bg {
  background: #FBB03B;
  font-size: 1.188em;
  display: inline-block;
  padding: 0 .2em;
  margin: 0 0 0 .2em;
  color: #fff;
}
#functions h3 {
  background: #019B50;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  padding: .5em;
  margin: 50px 0 1em;
}
#functions .functions__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
#functions .functions__list li {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 20px 30px;
}
#functions .functions__list li .icon {
  text-align: center;
  position: relative;
}
#functions .functions__list li .icon.ico-ptn1:after {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/kino-ico1.svg) no-repeat;
  height: 36px;
  width: 36px;
  right: 0;
  bottom: 0;
}
#functions .functions__list li .icon.ico-ptn2:after {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/kino-ico2.svg) no-repeat;
  height: 36px;
  width: 66px;
  right: 0;
  bottom: 0;
}
#functions .functions__list li h4 {
  text-align: center;
  color: #019B50;
  font-weight: 700;
  font-size: 1.5em;
  margin: .5em 0;
}
#functions .functions__list li .desc {
  line-height: 1.6;
}
#plan {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0;
}
#plan h2 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 1.2em;
  color: #fff;
}
#plan p {
  color: #fff;
}
#plan .plan__container table {
  width: 100%;
}
#plan .plan__container table tr:not(:first-child) {
  height: 190px;
}
#plan .plan__container table th {
  background: #019B50;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 1em;
  border: solid 1px #DBDBDB;
  vertical-align: middle;
}
#plan .plan__container table th:first-child {
  background: #fff;
}
#plan .plan__container table td {
  text-align: center;
  padding: 1em .5em;
  border: solid 1px #DBDBDB;
  vertical-align: middle;
  background: #fff;
}
#plan .plan__container table td .line {
  width: 30px;
}
#plan .plan__container table td.plan__title {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 1.25em;
  white-space: pre;
}
#plan .plan__container table td.plan__title .plan__icon {
  position: absolute;
  width: 42px;
  left: -30px;
  top: 50%;
  margin: auto;
  display: grid;
  gap: 5px;
  transform: translateY(-50%);
}
#plan .plan__container table td .price__head {
  background: #555;
  color: #fff;
  font-size: .8em;
  padding: 4px 10px;
  line-height: 1.2;
  border-radius: 99px;
  display: inline-block;
}
#plan .plan__container table td.plan__title .plan__icon img {
  display: block;
}
#plan .plan__container table td.plan__title.plan__1 {
  background: #38b97b;
}
#plan .plan__container table td.plan__title.plan__2 {
  background: #58d699;
}
#plan .plan__container table td.plan__title.plan__3 {
  background: #FF9900;
}
#plan .plan__container table td.plan__title.plan__4 {
  background: #E06666;
}
#plan .plan__container table td ul li {
  display: flex;
  text-align: left;
  justify-content: space-between;
  margin: 0 0 1em;
  font-size: .875em;
}
#plan .plan__container table td ul li.color1:before {
  background: #3C78D8;
}
#plan .plan__container table td ul li.color2:before {
  background: #1C4586;
}
#plan .plan__container table td ul li.color3:before {
  background: #FF9900;
}
#plan .plan__container table td ul li.color4:before {
  background: #E06666;
}
#plan .plan__container table td ul li:last-child {
  margin: 0;
}
#plan .plan__container table td ul li:before {
  content: '';
  display: block;
  border-radius: 50%;
  background: #0053AF;
  width: 13px;
  height: 13px;
  margin-right: .2em;
  position: relative;
  top: 6px;
}
#plan .plan__container table td ul li>div {
  width: calc(100% - 15px);
}
#plan .plan__container table td .large {
  font-weight: 700;
  white-space: pre;
  font-size: 1.5em;
}
#plan .plan__container table td.bg__gray {
  background: #eee;
}
#plan .plan__container table td.bg__red {
  background: #FEF4F6;
  color: #E72450;
  font-weight: 700;
}
#plan .plan__container table td.bg__gray img,
#plan .plan__container table td.bg__red img {
  display: block;
  margin: 0 auto .3em;
}
#flow {
  padding: 80px 0;
}
#flow h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 1em;
}
#flow h2 .bg {
  background: #FBB03B;
  font-size: 1.188em;
  display: inline-block;
  color: #fff;
  margin: 0 0 0 .2em;
  padding: 0 .2em;
}
#flow .flow__contents {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 24px 30px;
  position: relative;
  margin: 0 0 40px;
}
#flow .flow__contents:after {
  content: '';
  background: #019B50;
  height: calc(tan(60deg)* 24px / 2);
  height: 24px;
  width: 100px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
}
#flow .flow__contents:last-child:after {
  content: none;
}
#flow .flow__contents .head {
  display: flex;
  align-items: center;
  margin: 0 0 .5em;
}
#flow .flow__contents .head .number {
  color: #FBB03B;
  font-size: 1.25em;
  margin-right: .4em;
}
#flow .flow__contents .head h3 {
  font-size: 1.5em;
  font-weight: 700;
}
#flow .flow__contents .text {
  line-height: 1.6;
}
#faq {
  padding: 0 0 80px;
}
#faq h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 1em;
}
#faq h2 .bg {
  background: #FBB03B;
  font-size: 1.188em;
  display: inline-block;
  color: #fff;
  margin: 0 0 0 .2em;
  padding: 0 .2em;
}
#faq .faq__block {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 24px 24px;
  margin: 0 0 20px;
}
#faq .accordion-content {
  display: none;
  margin: 1em 0 0;
  line-height: 1.6;
}
#faq .accordion-header {
  position: relative;
  font-size: 1.5em;
  font-weight: 700;
  background: url(../img/img_q.svg) no-repeat;
  background-position: top 5px left;
  padding: 0 60px 0 40px;
}
#faq .accordion-header::before,
#faq .accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:14px;
  height:2px;
  margin:auto;
  background:#111;
}
#faq .accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
#faq .accordion-header.active::after{transform:rotate(0deg);}
footer {
  background: #eee;
  padding: 40px 0 20px;
}
footer .footer__info .logo img {
  height: 32px;
  width: auto;
}
footer .footer__logo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
footer .footer__logo>div {
  margin: 10px;
}
footer p {
  font-size: .875em;
  margin: 0 0 1.2em;
}
footer a {
  color: #111;
}
footer .logo_bmtc {
  width: 100px;
  margin: 40px auto 5px;
}
#documents_list {
  padding: 80px 0;
  background: #f8f8f8;
}
#documents_list h2 {
  color: #019B50;
  font-weight: 700;
  font-size: 2.25em;
  margin-bottom: 1em;
}
#document_download h2 {
  color: #555;
  font-weight: 700;
  font-size: 2.25em;
  margin-bottom: 1em;
}
#documents_list h2>div{
  display: inline-block;
  border-bottom: solid 4px #019B50;
}
#document_download h2>div {
  display: inline-block;
  border-bottom: solid 4px #555;
}
#documents_list .documents_list {
  margin-left: -20px;
  margin-right: -20px;
}
#documents_list .documents_list>div {
  padding: 0 20px;
  margin-bottom: 60px;
}
#documents_list .documents_list>div .img {
  margin-bottom: .5rem;
}
#documents_list .documents_list>div .img img {
  width: 100%;
  height: 480px;
  object-fit: contain;
}
#documents_list .documents_list>div h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: .5rem;
}
#documents_list .documents_list>div .downloadBtn {
  text-align: center;
}
#documents_list .documents_list>div .downloadBtn a {
  background: #019B50;
  color: #fff;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  min-width: 300px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  margin-top: 1em;
}
#document_download {
  padding: 80px 0;
}
#document_download .document-container>div:first-child {
  padding-right: 40px;
}
#document_download .document-container>div:first-child figure {
  margin-bottom: 1rem;
}
#document_download .document-container>div:first-child figure img {
  height: auto;
}
#document_download .document-container>div:first-child h3 {
  font-weight: 700;
  color: #555;
  font-size: 1.2em;
  margin-bottom: .5rem;
}
#document_download .document-container>div:first-child ul.check li {
  background: url(../img/ico-check2.svg) no-repeat;
  background-position: left top 2px;
  background-size: 24px;
  padding: 0 0 0 28px;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 .2em;
  min-height: 30px;
}
#document_download .document-container .form-container {
  background: #eee;
  padding: 24px;
}
#document_download .document-container .form-container .mw_wp_form {
  margin: 24px 0;
}
#document_download .document-container .form-container .mw_wp_form dl dt {
  font-weight: 700;
  margin-bottom: .5rem;
}
#document_download .document-container .form-container .mw_wp_form dl dt .must {
  background: #E25454;
  color: #fff;
  font-size: .8em;
  font-weight: bold;
  border-radius: 2px;
  padding: 2px 4px;
  margin-left: 4px;
}
#document_download .document-container .form-container .mw_wp_form dl dd {
  margin-bottom: 1.2rem;
}
#document_download .document-container .form-container .mw_wp_form dl dd input {
  background: #fff;
  border-radius: 2px;
  padding: .5rem;
  border: solid 2px #fff;
  width: 100%;
}
#document_download .document-container .form-container .mw_wp_form dl dd input[type="radio"] {
  width: auto;
}
#document_download .document-container .form-container .mw_wp_form input[type="submit"],
#document_download .message-thanks .btn-download {
  color: #fff;
  font-size: 1.15em;
  font-weight: 700;
  border-radius: 99px;
  padding: 1rem;
  background: #333;
  border: none;
  min-width: 320px;
}
#document_download .document-container .form-container .attention {
  font-size: .8em;
}
#document_download .document-container .form-container .attention ul {
  list-style: disc;
  padding-left: 20px;
}
#document_download .message-thanks h2 {
  font-size: 1.8em;
}
#document_download .message-thanks .btn-download {
  margin-top: 1rem;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1124px;
  }
  .pcnon {
    display: none!important;
  }
  #plan .plan__container .table_container {
    overflow: visible!important;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1124px;
  }
}

@media (max-width: 1199px) {
  #fv .fv__inner {
    text-align: center;
  }
  #fv .fv__inner .fv__text {
    width: 100%;
  }
  #fv .fv__inner .fv__img {
    margin: 40px auto 0;
  }
  #about .about__text {
    width: 100%;
    text-align: center;
  }
  #about .about__text .list__check {
    text-align: left;
  }
  #about .about__img {
    margin: 20px auto 0;
  }
  #sample .container {
    max-width: 720px;
  }
  #problems1 .inner .illust1 {
    left: -80px;
  }
  #problems1 .inner .illust2 {
    right: -80px;
  }
  .spnon {
    display: none!important;
  }
  .cta {
    padding: 60px 0;
    background: #019B50 url(../img/figure2.png) no-repeat;
    background-size: 212px;
    background-position: center bottom 30px;
    padding-bottom: 300px;
  }
  .cta h2 .line:before {
    content: '\A';
    white-space: pre;
  }
  #plan .container {
    max-width: 100%;
  }
  #plan .plan__container .table_container {
    padding: 20px 0;
  }
  #plan .plan__container table {
    width: 1200px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: .95em;
  }
  #fv {
    background: #019B50 url(../img/main_bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 5%;
  }
  #fv .fv__inner .fv__text h1 {
    font-size: 3.6em;
  }
  #fv .fv__inner .fv__text .copyLarge {
    font-size: 1.6em;
  }
  #fv .fv__inner .fv__text .copy {
    font-size: 1.2em;
  }
  #fv .fv__inner .fv__text .sub__copy {
    font-size: 1.2em;
    padding: 0;
  }
  #fv .fv__bmtc {
    width: 140px;
  }
  #fv .fv__tokkyo {
    width: 90px;
    right: calc(2% + 150px);
  }
  .fvCompany {
    padding: 12px 20px;
    font-size: 1.2em;
  }
  .btn__cv {
    width: calc(100% - 20px);
    bottom: 10px;
    top: unset;
    left: 0;
    right: 0;
    margin: auto;
  }
  #about .about__textLarge {
    font-size: 1.3em;
  }
  #about .about__text h2 {
    font-size: 1.5em;
  }
  #about .about__text .list__check li {
    font-size: 1.3em;
    margin: 0 0 1em;
    background: url(../img/ico-check2.svg) no-repeat;
    background-position: left top 2px;
    background-size: 24px;
    padding: 0 0 0 30px;
  }
  #about .aboutAttention {
    margin-bottom: 30px;
    padding: 20px;
  }
  #about .aboutAttention .head {
    text-align: center;
  }
  #about .aboutAttention .head .taisyo {
    display: inline-block;
  }
  #about .aboutAttention .head .title {
    font-size: 1.2em;
    margin-top: 10px;
  }
  #about .aboutAttention p b {
    font-size: 1.2em;
  }
  #about .aboutImgList>div {
    margin-bottom: 20px;
  }
  #about .font-middle {
    font-size: 1.2em;
  }
  #sample h2 {
    font-size: 1.5em;
  }
  #sample .sample__list {
    gap: 10px;
  }
  #sample .sample__video {
    height: 200px;
  }
  #problems1 .inner h2 {
    font-size: 1.5em;
  }
  #problems1 .inner {
    padding: 20px 15px 100px;
  }
  #problems1 .inner .list__check li {
    font-size: 1.3em;
    margin: 0 0 1em;
    background: url(../img/ico-check.svg) no-repeat;
    background-position: left top 2px;
    background-size: 24px;
    padding: 0 0 0 30px;
  }
  #problems1 .inner .illust1 {
    left: 50px;
  }
  #problems1 .inner .illust2 {
    right: 50px;
  }
  #problems1 .img-arrow img {
    width: 140px;
  }
  #problems1 .font-large {
    font-size: 1.4em;
  }
  #problems1 .inner .illust1 img,
  #problems1 .inner .illust2 img {
    height: 90px;
  }
  #voice h2 {
    font-size: 1.5em;
  }
  #voice .voiceBlock .voice__img {
    width: 60px;
  }
  #voice .voiceBlock .voice__fukidashi {
    width: calc(100% - 80px);
  }
  #voice .voiceBlock .voice__fukidashi .balloon1-left,
  #voice .voiceBlock .voice__fukidashi .balloon1-right {
    padding: 20px;
  }
  #voice .voiceBlock .voice__fukidashi .balloon1-left:before,
  #voice .voiceBlock .voice__fukidashi .balloon1-right:before {
    top: 30px;
  }
  .cta {
    background: #019B50 url(../img/figure2.png) no-repeat;
    background-size: 160px;
    background-position: center bottom 20px;
    padding-bottom: 220px;
  }
  .cta h2 {
    font-size: 1.64em;
  }
  .cta .cta__btnList li a {
    margin: 10px auto;
  }
  #problems2 h2 {
    font-size: 1.5em;
  }
  #problems2 .contents {
    padding: 20px;
  }
  #problems2 .contents .contents__img {
    width: 100%;
    margin: 0 0 10px;
  }
  #problems2 .contents .contents__text {
    width: 100%;
  }
  #problems2 .contents .contents__text h3 {
    font-size: 1.3em;
  }
  #problems3 .subText span {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  #problems3 h2 {
    font-size: 1.5em;
  }
  #materials h2 {
    font-size: 1.5em;
  }
  #problems3 .problem .text {
    width: 100%;
    margin: 20px 0 0;
  }
  #problems3 .problem .text .list__check li {
    font-size: 1.3em;
    margin: 0 0 1em;
    background: url(../img/ico-check.svg) no-repeat;
    background-position: left top 2px;
    background-size: 24px;
    padding: 0 0 0 30px;
  }
  #problems3 .arrow2 {
    width: 180px;
  }
  #problems3 .font1 {
    font-size: 1.5em;
  }
  #materials .font-large {
    font-size: 1.2em;
  }
  #materials .materials__container {
    padding: 20px 10px;
  }
  #materials .materials__container table {
    width: 100%;
  }
  #materials .display__images li {
    width: 70%;
    margin: 10px auto;
  }
  #materials .materials__info>div:first-child {
    margin-bottom: 20px;
  }
  #materials h3 {
    font-size: 1.4em;
  }
  #functions h2 {
    font-size: 1.5em;
  }
  #functions h3 {
    font-size: 1.2em;
  }
  #functions .functions__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #functions .functions__list li h4 {
    font-size: 1.2em;
  }
  #functions .functions__list li .icon img {
    height: 70px;
    width: auto;
  }
  #plan h2 {
    font-size: 1.5em;
  }
  #flow h2 {
    font-size: 1.5em;
  }
  #flow .flow__contents .head h3 {
    font-size: 1.2em;
  }
  #faq h2 {
    font-size: 1.5em;
  }
  #faq .faq__block {
    padding: 12px;
  }
  #faq .accordion-header {
    font-size: 1.2em;
    background: url(../img/img_q.svg) no-repeat;
    background-size: 24px;
    background-position: top 5px left;
    padding: 0 40px 0 30px;
  }
  footer {
    padding-bottom: 100px;
  }
  #documents_list h2,
  #document_download h2 {
    font-size: 1.5em;
  }
  #documents_list .documents_list>div {
    margin-bottom: 3rem;
  }
  #documents_list .documents_list>div:last-child {
    margin-bottom: 0;
  }
  #documents_list .documents_list {
    margin: 0;
  }
  #document_download .document-container>div:first-child {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  #document_download .document-container .form-container .mw_wp_form input[type="submit"],
  #document_download .message-thanks .btn-download {
    min-width: 100%;
  }
  #documents_list .documents_list>div .img img {
    height: 460px;
  }
  .footer__info {
    gap: 24px;
  }
}

@media (max-width: 380px) {
  #fv .fv__bmtc {
    position: absolute;
    width: 120px;
    right: 2%;
    bottom: 0;
    z-index: 2;
  }
  #fv .fv__tokkyo {
    position: absolute;
    width: 80px;
    right: calc(2% + 125px);
    bottom: 0;
    z-index: 2;
  }
}

/* --- サービススタッフ --- */
#service #fv {
  background: #000 url(../img/main_bg2.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#service #fv .fv__inner .fv__text .sub__copy {
  background: #DD4255;
}
#service #fv .fv__inner .fv__text .copyLarge,
#service #fv .fv__inner .fv__text h1 {
  text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.4), 0px 0px 15px rgba(20, 20, 20, 0.4);
}
#service #fv .fv__inner .fv__text .copyLarge {
  margin-bottom: 2.2rem;
}
#service #about .about__textLarge h2 {
  color: #DD4255;
  margin-bottom: 1.2rem;
}
#service #about .about__textLarge h2 span {
  border-bottom: solid 4px #DD4255;
}
#service #about .about__text h2,
#service #problems1 .inner h2,
#service #problems2 h2,
#service #problems2 .contents .contents__text .answer,
#service #problems3 h2,
#service #functions .functions__list li h4,
#service #flow .flow__contents .head .number,
#service #documents_list h2 {
  color: #019B50;
}
#service #about .about__text .list__check li {
  background: url(../img/ico-check3.svg) no-repeat;
  background-position: left top;
}
#service #sample,
#service #materials,
#service #plan {
  background: url(../img/bg1-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service #sample h2 .bg {
  background: #DD4255;
}
#service #problems1 .inner h2>div,
#service #problems2 h2>div,
#service #problems3 h2>div,
#service #documents_list h2>div {
  border-bottom: solid 4px #DD4255;
}
#service #problems1 .inner .list__check li {
  background: url(../img/ico-check4.svg) no-repeat;
  background-position: left top;
}
#service #problems1 .inner .list__check li .bg {
  background: #DD4255;
  color: #fff;
}
#service .cta {
  background: #DD4255 url(../img/figure2-2.png) no-repeat;
  background-size: 160px;
  background-position: right 2% bottom 20px;
}
#service .cta .cta__btnList li a {
  background: #0095EE;
}
#service .cta .cta__btnList li:last-child a {
  background: #fff;
}
#service #problems2 .contents .contents__text .number {
  color: #0095EE;
}
#service #problems3 .problem .text h3 {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0 0 .8em;
}
#service #problems3 .problem .text p {
  font-weight: 700;
  font-size: 1.2em;
}
#service #materials .materials__container table .test__1,
#service #materials .materials__container table .test__1:after {
  background: #FF8596;
}
#service #materials .materials__container table .test__2,
#service #materials .materials__container table td ul li:before,
#service #functions h2 .bg,
#service #functions h3,
#service #plan .plan__container table th,
#service #flow h2 .bg,
#service #faq h2 .bg,
#service #documents_list .documents_list>div .downloadBtn a {
  background: #D04255;
}
#service #plan .plan__container table td.plan__title.plan__3 {
  background: #B3B3B3;
}
#service #flow .flow__contents:after {
  background: #0095EE;
}
#service #faq .accordion-header {
  background: url(../img/img_q2.svg) no-repeat;
  background-position: top 5px left;
}
#service #plan .plan__container table td ul li.color3:before {
  background: #D04255;
}
.service-download #document_download h2,
.service-download #document_download .document-container>div:first-child h3 {
  color: #D04255;
}
.service-download #document_download h2>div {
  border-bottom: solid 4px #D04255;
}
.service-download #document_download .document-container>div:first-child ul.check li {
  background: url(../img/ico-check3.svg) no-repeat;
  background-position: left top 2px;
  background-size: 24px;
}
.service-download #document_download .document-container .form-container {
  background: #FFE6E9;
}
.service-download #document_download .document-container .form-container .mw_wp_form input[type="submit"],
.service-download #document_download .message-thanks .btn-download {
  background: #D04255;
}

@media (max-width: 767px) {
  #service #fv {
    background: #0053AF url(../img/main_bg-sp2.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #service #fv .fv__inner .fv__text h1 .course {
    font-size: .5em;
  }
  #service #about .about__text .list__check li,
  #service #problems1 .inner .list__check li,
  #service #faq .accordion-header {
    background-size: 24px;
    background-position: left top 2px;
  }
  #service .cta {
    background: #DD4255 url(../img/figure2-2.png) no-repeat;
    background-size: 130px;
    background-position: center bottom 20px;
  }
}

.videoContainer {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .videoContainer {
    height: 200px;
  }
}
