@charset "UTF-8";
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

section {
  display: block;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

main {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

small {
  font-size: 100%;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

.cf {
  display: inline-block;
  zoom: 1;
}

ul.col {
  letter-spacing: -0.5em;
}

ul.col li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.01em;
}

/* \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* */
a:link, a:visited {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  color: var(--c-base);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover {
  outline: none;
}

a.disabled {
  pointer-events: none;
}

a:focus, *:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

:root {
  --f-jp: "Noto Sans JP", sans-serif;
  --f-en: "Crimson Text", serif;
  --c-base:#000;
  --c-yellow:#ffe600;
  --c-line:#d9e3dc;
  --c-red:#dc031e;
}

/*----------------common----------------*/
body {
  font-family: var(--f-jp);
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--c-base);
  word-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-repeat: no-repeat;
  background-position: left top 500px;
}

main {
  overflow: hidden;
}
.loading {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
br.sp-only {
    display: none;
}

.fade {
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -ms-filter: blur(8px);
  filter: blur(8px);
  transition-delay: .3s;
}

.fade--delay01 {
  transition-delay: .8s;
}

.fade--delay02 {
  transition-delay: 1.3s;
}

.fade--delay03 {
  transition-delay: 1.8s;
}

.fade.anime {
  transform: translateY(0px);
  opacity: 1;
  ms-filter: blur(0px);
  filter: blur(0px);
}

.fade-left {
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-40px);
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.fade-left.anime {
  transform: translateX(0px);
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.fade-right {
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(40px);
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.fade-right.anime {
  transform: translateX(0px);
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.home .header__siteid,
.visually-hidden{
position:absolute;
width:1px;
height:1px;
margin:-1px;
padding:0;
overflow:hidden;
clip:rect(0 0 0 0);
border:0;
}
.header {
    padding-top: 60px;
}
.home .header {
    padding-top: 0px;
}
.header__siteid {
    text-align: center;
}
.header__siteid a {
    display: inline-block;
}
.header__siteid img {
    width: 320px;
}
.header__btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    top: 20px;
    background-color: #89027b;
    border-radius: 50%;
    cursor: learner;
    z-index: 9999;
}
.header__btn img {
    width: 52px;
    -webkit-user-drag: none;
  user-select: none;
    learner-events: none; 
}
.header__btn-open,
.header__btn-close{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: ease-in-out .2s;
    -webkit-user-select: none; /* Safari */
  user-select: none;
}
.active .header__btn-open {
    opacity: 0;
    transform: scale(0.7);
}
.header__btn-close {
    opacity: 0;
    transform: scale(0.7);
}
.active .header__btn-close {
    opacity: 1;
    transform: scale(1);
}
.header__nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    background-color: #fff;
    z-index: 99;
    box-shadow: -12px 0 10px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: -12px 0 10px -3px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(105%);
}
.header__nav.active {
    transform: translateX(0%);
}
.header__nav-logo img {
    width: 250px;
    margin-bottom: 40px;
}
.header__nav ul li:not(:last-child) {
    margin-bottom: 15px;
}
.header__nav ul li a {
    font-weight: 800;
    font-size: 20px;
}
.header__nav ul li a:hover {
    color: #e54937;
}
.inner {
  max-width: 1080px;
  width: 86%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.home__visual {
  width: 100%;
  margin: 0 auto;
    padding: 2%;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.home__visual-sp {
    display: none;
}
.home__visual .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home__visual .cell {
  aspect-ratio: 1 / 0.8;
  background: #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.home__visual .cell--sp {
    display: none;
}
.home__visual .cell img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home__visual .cell--logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 3%;
    box-sizing: border-box;
}
.home__visual .cell--logo img {
    width: auto;
    height: auto;

}
.home__visual .cell--illust {
    overflow: inherit !important;
    position: relative;
}
.home__visual .cell--illust img {
    position: absolute;
    
    z-index: 1;
}
.home__visual .cell--illust img {
    object-fit:cover; 
    height: auto !important;
}
.home__visual .cell--yellow {
    background-color: #ffe600;
}
.home__visual .cell--blue {
    background-color: #1eb8ed;
}
.home__visual .cell--orange {
    background-color: #f08100;
}
.home__visual .cell--orange img {
  bottom: -1vw;
  width: 20vw;
  left: 1vw;
}
.home__visual .cell--yellow img {
    width: 21vw;
  bottom: -1vw;
  left: -1vw;
}
.home__visual .cell--blue img {
  width: 18vw;
  top: -2vw;
  left: 2.5vw;
}
.home__lead {
    text-align: center;
    margin-bottom: 100px;
}
.home__lead h2 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}
.home__lead h2 span {
    background:linear-gradient(transparent 60%, #ffe600 60%);
}
.home__lead-experience {
    background-color: var(--c-yellow);
    border: var(--c-base) 2px solid;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 25px;
}
.home__lead-experience h3 {
    color: var(--c-red);
    font-weight: 700;
    line-height: 1.2;
    font-size: 32px;
    text-align: center;
    border: var(--c-red) 2px solid;
    flex-shrink: 0;
    width: 170px;
    padding: 10px;
    margin-right: 30px;
}
.home__lead-experience dl {
    text-align: left;
    line-height: 1.6;
}
.home__lead-experience dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    background-color: var(--c-base);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 40px;
    width: 200px;
}
.home__lead-experience dt span {
    font-size: 130%;
}
.home__lead-chara {
    position: absolute;
    z-index: 1;
    width: 130px;
    right: 5%;
    top: -100px;
}
.home__ttl {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 70px;
}
.home__ttl span {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.home__ttl span:after {
    background-color: var(--c-base);
    content: "";
    height: 3px;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    margin-left: -60px;
    
}
.home__movie {
    margin-bottom: 150px;
}
.home__movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    
}
.home__movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
    border-radius: 25px;
}
.home__yellow-bg {
    background-color: var(--c-yellow);
    padding-top: 120px;
    padding-bottom: 120px;
}
.home__lead-copy {
    text-align: center;
    line-height: 1.9;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 18px;
    letter-spacing: 0.15em;
}
.home__line-wrap {
    background-color: #fff;
    border-radius: 25px;
    border: var(--c-base) 2px solid;
    padding: 40px;
}
.home__example .home__line-wrap {
    display: flex;
    gap:2%;
}
.home__example-item{
    flex: 1;
}
.home__example-item dl {
    line-height: 1.5;
}
.home__example-item dt {
    color: #004ea1;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    margin-top: 15px;
}
.home__example-item dd {
    font-size: 12px;
    font-weight: 600;
    color: #06ad70;
    margin-bottom: 15px;
    text-align: center;
}
.home__example-item dd span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.home__example-item p {
    font-size: 15px;
    line-height: 2;
}
.sec-mdb {
    margin-bottom: 110px;
}
.home__program-img {
    margin-top: 40px;
}
.home__school .home__line-wrap {
    display: flex;
    align-items: center;
}
.home__school-txt {
    flex-shrink: 0;
    margin-right: 3%;
    width: 43%;
}
.home__school-txt h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.home__school-img {
    flex: 1;
}
.home__class {
    padding-top: 110px;
    padding-bottom: 110px;
}
.home__class-flex {
    display: flex;
    gap:30px;
}
.home__class-item {
    border: var(--c-base) 2px solid;
    border-radius: 15px;
    flex: 1;
    display: flex;
    padding: 20px;
    background-color: #6ccef4;
}
.home__class-item-txt a:hover{
    text-decoration: underline;
}
.home__class-item-txt h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
}
.home__class-item-txt .add {
    background-image: url("../../images/icon_map.png");
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 17px;
    padding-left: 25px;
}
.home__class-item-txt .tel {
    background-image: url("../../images/icon_tel.png");
    background-position: left center;
    background-size: 18px;
    padding-left: 25px;
    background-repeat: no-repeat;
}
.home__class-item-img {
    flex-shrink: 0;
    width: 140px;
    margin-right: 20px;
}
.home__class-item-img img {
    border-radius: 10px;
}
.home__application {
    background-color: #fff8c9;
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: center;
}
.home__application .home__ttl {
    line-height: 1.6;
    margin-bottom: 40px;
}
.home__application-tel {
    font-weight: 800;
    font-size: 50px;
    text-align: center;
}
.home__application-tel a{
    background-image: url("../../images/icon_tel.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
}
.home__application-btn a,
.com-btn a{
        background-color: var(--c-yellow);
    color: var(--c-base);
    border-radius: 50px;
    display: flex;
    height: 85px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    max-width: 480px;
    margin: auto;
    border: 2px solid var(--c-base);
    margin-top: 40px;
}
.home__application-btn a:hover,
.com-btn a:hover {
    background-color: var(--c-base);
    color: #fff;
}
.home__power {
    position: relative;
}
.home__power-chara {
    position: absolute;
    z-index: 1;
    left: 3%;
    top: 0px;
    width: 180px;
}
.home__power-creation {
    margin-top: 130px;
}
.home__power-creation ul {
    display: flex;
    gap:5%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.home__power-creation ul li {
    flex: 1;
}
.home__power-creation dt {
    margin-bottom: 30px;
}
.home__power-creation dd {
    position: relative;
    padding-left: 15px;
}
.home__power-creation dd:before {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    background-color: #000;
    z-index: 1;
    left: 0;
    top: 12px;
    border-radius: 50%;
}
.home__power-creation li:nth-child(1) dd:before {
    background-color: #ff6ca4;
}
.home__power-creation li:nth-child(2) dd:before {
    background-color: #65cc0a;
}
.home__power-creation li:nth-child(3) dd:before {
    background-color: #0daeff;
}
.home__power-creation p {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 0.15em;
}
.home__power-creation h3 {
    border: var(--c-base) 2px solid;
    border-radius: 50px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    width: 400px;
    box-sizing: border-box;
    margin-top: -89px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.footer__logo {
    background-color: #218d49;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
}
.footer__logo a {
    display: inline-block;
}
.footer__logo img {
    width: 280px;
}
.footer__bottom {
    padding: 20px;
    font-size: 14px;
    display: flex;
    background-color: #fff;
}
.footer__bottom ul {
    display: flex;
}
.footer__bottom ul li:not(:last-child):after {
    content: "｜";
    margin-left: 10px;
    margin-right: 10px;
}
.footer__bottom ul li a:hover {
    text-decoration: underline;
}
.footer__bottom p {
    margin-left: auto;
}


@media screen and (max-width: 1080px) {
  html {
    font-size: calc(100vw / 37.5);
  }
body {
  font-size: 1.4rem;
}
    br.sp-only {
        display: inherit;
    }
    br.sp-none {
        display:none;
    }
.pc-only {
    display: none;
}
.header {
    padding-top: 3rem;
}
.header__siteid img {
    width: 16rem;
}
    .home__visual-pc {
        display: none;
    }
.home__visual-sp {
        display: block;
    }
.home__visual .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
    .home__visual-sp-logo {
        text-align: center;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .home__visual-sp-logo img {
    }
.home__visual .cell--blue img {
  width: 9rem;
    top: 1rem;
    left: 1rem;
}
.home__visual .cell {
  border-radius: 1.2rem;
}
.home__visual .cell--sp {
  display: block;
}
.home__visual .cell--orange img {
  bottom: -0.5rem;
    width: 10rem;
    left: 1rem;
}
.home__visual .cell--yellow img {
  width: 12rem;
    bottom: -0.5rem;
    left: -0.5rem;
}
.home__lead {
  margin-bottom: 5rem;
}
.home__lead h2 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.home__lead-chara {
  right: -1rem;
  top: -7rem;
  width: 7rem;
}
.home__lead-experience {
  border-radius: 2rem;
  display: block;
  padding: 2rem;
    text-align: center;
}
.home__lead-experience h3 {
  font-size: 2rem;
  width: auto;
  padding: 1rem;
  margin-right: 0;
    margin-bottom: 1.5rem;
}
.home__lead-experience dt {
  font-size: 1.7rem;
  margin-bottom: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    width: 17rem;
}
.home__lead-experience dd {
   text-align: center;
}
.home__ttl {
  font-size: 2.2rem;
    margin-bottom: 4rem;
}
.home__ttl span {
  padding-bottom: 1rem;
}
.home__ttl span::after {
  height: 0.3rem;
  border-radius: 4rem;
  width: 8rem;
  margin-left: -4rem;
}
.home__movie-wrap iframe {
  border-radius: 2rem;
}
.home__movie {
  margin-bottom: 10rem;
}
.home__yellow-bg {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.home__lead-copy {
  line-height: 1.7;
  margin-bottom: 5rem;
  font-size: 1.5rem;
}
.home__power-chara {
  left: 0rem;
  top: -14rem;
  width: 10rem;
}
.home__power-creation h3 {
  border-radius: 5rem;
  font-size: 2rem;
  padding: 1rem;
  width: 22rem;
  margin-top: -5rem;
  margin-bottom: 2rem;
}
.home__line-wrap {
  border-radius: 2rem;
  padding: 2rem;
}
.home__power-creation ul {
  display: block;
    max-width: inherit;
}
    .home__power-creation ul li:not(:last-child) {
        margin-bottom: 3rem;
        border-bottom: var(--c-base) 2px dashed;
        padding-bottom: 3rem;
    }

.home__power-creation dt {
  margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
    width: 16rem;
}
.home__power-creation dd {
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
}
.home__power-creation p {
  margin-bottom: 3rem;
}
.home__power-creation {
  margin-top: 7rem;
}
.sec-mdb {
  margin-bottom: 6rem;
}
.home__example .home__line-wrap {
  display: block;
}
    .home__example-item:not(:last-child) {
        margin-bottom: 3rem;
    }
.home__example-item dt {
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  margin-top: 1rem;
}
.home__example-item dd {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.home__example-item p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.home__program-img {
  margin-top: 2rem;
}
.home__school .home__line-wrap {
  display: block;
}
.home__school-txt {
  margin-right: 0;
  width: auto;
    margin-bottom: 2rem;
}
.home__school-txt h3 {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.home__class {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home__class-item {
  border-radius: 1.5rem;
  padding: 1.5rem;
    align-items: center;
}
    .home__class-item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
.home__class-item-img {
  width: 8rem;
  margin-right: 1.5rem;
}
.home__class-flex {
  display: block;
}
.home__class-item-txt h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.home__class-item-txt .add {
  background-position: left top 0.5rem;
  background-size: 1.2rem;
  padding-left: 1.8rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.home__class-item-txt .tel {
  background-size: 1.4rem;
  padding-left: 1.8rem;
    font-size: 1.3rem;
}
.home__class-item-img img {
  border-radius: 0.7rem;
}
.home__application {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home__application-tel {
  font-size: 3.3rem;
}
.home__application-tel a {
  background-size: 2.8rem;
  padding-left: 4rem;
}
.home__application-btn a,
.com-btn a{
  border-radius: 5rem;
  height: 6rem;
  font-size: 1.6rem;
  max-width: inherit;
  margin-top: 3rem;
}
    .home__application-time {
        font-size: 1.2rem;
    }
.footer__logo img {
  width: 18rem;
}
.footer__logo {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.footer__bottom {
  padding: 1.5rem;
  font-size: 1.3rem;
  display: block;
    text-align: center;
}
    .footer__bottom p {
        font-size: 1rem;
        margin: auto;
    }
.footer__bottom ul {
  justify-content: center;
    margin-bottom: 1.5rem;
}
}











.contact__contenct {
    background-color: #fff;
    padding: 50px;
    max-width: 980px;
    margin: auto;
    border-radius: 30px;
    margin-top: 80px;
    margin-bottom: 100px;
    width: 86%;
    box-sizing: border-box;
    border: #ccc 1px solid;
}

.contact__contenct h2 {
    background-color: #218d49;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact__contenct h3 {
    font-weight: 700;
    color: #218d49;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}
.txt-mdb {
    margin-bottom: 40px;
}
#form-box .form-txt {
    margin-bottom: 50px;
}
#form-box .form-txt ul {
    font-size: 85%;
    background-color: #f8f6f3;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}
#form-box .form-txt ul li {
    padding-left: 1em;
    text-indent: -1em;
    
}
#form-box .form-txt ul li:before {
    content: "※";
    color: #c1272d;
}
#form-box .formError {
    position: static !important;
    margin-top: -120px !important;
    padding-top: 120px;
    color: #c1272d;
    font-weight: 700;
    margin-bottom: 10px;
}
#form-box .blk {
    margin-bottom: 50px;
}

#form-box .blk table th {
    color: #218D49;
    font-weight: 700;
    font-size: 16px;
    width: 300px;
    border-bottom: #218D49 dashed 1px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#form-box .blk table th p {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}
#form-box .blk table th span {
    background-color: #e64a38;
    color: #fff;
    font-size: 70%;
    display: inline-block;
    width: 40px;
    padding: 2px;
    line-height: 1.6;
    text-align: center;
    margin-right: 15px;
}
#form-box .blk table th span.free {
    background-color: #B6BBB8;
}
#form-box .blk table td {
    border-bottom: #218D49 dashed 1px;
    padding-bottom: 15px;
    padding-top: 15px;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
}
#form-box .blk table td .auto {
    margin-left: 10px;
    font-size: 90%;
}
#form-box .blk table td .form-input {
    background-color: #f8f6f3;
    border-radius: 8px;
    padding: 8px;
    font-size: 16px;
    border: #dfdedc 1px solid;
    height: 55px;
    box-sizing: border-box;
    width: 100%;
    transition: ease-in-out .3s;
    
}
#form-box .blk table td .form-input:focus {
    border-color: #218D49;
    
}
#form-box .blk table td textarea {
    background-color: #f8f6f3;
    border-radius: 8px;
    padding: 8px;
    font-size: 16px;
    border: #dfdedc 1px solid;
    height: 250px;
    box-sizing: border-box;
    width: 100%;
    
}
#form-box .blk table td .add {
    width: 200px;
    margin-right: 10px;
}
#form-box .blk table td li {
    vertical-align: bottom;
}
#form-box select {
    background-color: #f8f6f3;
    border-radius: 8px;
    padding: 8px;
    font-size: 16px;
    border: #dfdedc 1px solid;
    height: 55px;
    box-sizing: border-box;
    
}
#form-box .blk table.no-col th {
    display: block;
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
}
#form-box .blk table.no-col th .flex {
    display: flex;
}
#form-box .blk table.no-col td {
    display: block;
    width: auto;
}
#form-box .btn-box {
    text-align: center;
}
#form-box .btn-box li {
    margin: 10px;
}
#form-box .btn-box button{
    background-color: #218D49;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    padding: 20px;
    border: none;
    font-family: inherit;
    font-size: 15px;
    width: 280px;
    cursor: pointer;
    position: relative;
}
#form-box .btn-box button.back-btn{
    background-color: #ADADAD;
}
#form-box .btn-box button:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 3px;
  border-right-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
}
#form-box .btn-box button:hover {
    opacity: 0.8;
}
#form-box .trust {
    margin-top: 40px;
}
#form-box .trust .img {
    float: left;
    margin-right: 20px;
}
#form-box .trust p {
    overflow: hidden;
    font-size: 90%;
}
#form-box .trust a:link,
#form-box .trust a:visited{
    text-decoration: underline;
    color: #218D49;
}
#form-box .trust a:hover {
    text-decoration: none;
}
::placeholder {
  color: #ccc;
}




@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
	input[type="checkbox"] {
		display:inline;
		opacity:0;
		position:absolute;
		width:1% !important;
	}
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 22px;
height: 22px;
        margin-top: -10px;
         
        background: #FFF;
    }
	input[type="checkbox"] + label {
    padding: 0 0 0 31px;
}
    input[type=radio] + label::before {
	border: 2px solid #E7E7E7;
	border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 1px solid #c7c4c1;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
	left: 6px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #008140;
	border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -4px;
	border-left: 3px solid #008140;
	border-bottom: 3px solid #008140;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    }
.check-menu input[type="radio"]:checked + label::after {
    left: 5px;
    width: 15px;
    height: 15px;
    margin-top: -4px;
    background: #c21f1f;
    border-radius: 40px;
}
.check-menu input[type="radio"] + label::before, .check-menu input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -9px;
    background: #FFF;
}
.check-menu input[type="radio"] + label, .check-menu input[type="checkbox"] + label {
    padding: 0 0 0 35px;
}
}



@media screen and (max-width: 1080px) {
.txt-mdb {
  margin-bottom: 3rem;
}
.header h1 img {
  width: 19rem;
  padding-top: 3rem;
}
.contact__contenct h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
#form-box .blk table th {
  display: block;
    width: auto;
    border-bottom: none;
    font-size: 1.6rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#form-box .blk table td {
  display: block;
    width: auto;
  font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 1rem;
}
#form-box select {
    width: 100%;
    
}
.contact__contenct {
  padding: 2rem;
  border-radius: 2rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.contact__contenct h2 {
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#form-box .blk table th span {
  width: 4rem;
  padding: 0.2rem;
  margin-right: 1rem;
}
#form-box .blk table td .form-input {
  border-radius: 0.5rem;
  padding: 0.8rem;
  font-size: 1.6rem;
  height: 5rem;
}
#form-box .blk {
  margin-bottom: 3rem;
}
#form-box .blk table td textarea {
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1.6rem;
  height: 20rem;
  width: 100%;
}
#form-box .btn-box button {
  border-radius: 4rem;
  padding: 1.7rem;
  font-size: 1.6rem;
  width: 26rem;
}
#form-box .trust {
  margin-top: 4rem;
}
#form-box .trust .img {
  float: none;
  width: 9rem;
  margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
input[type="radio"] + label::before {
    border: 0.2rem solid #E7E7E7;
    border-radius: 4rem;
  }
input[type="radio"]:checked + label::after {
    left: 0.6rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.4rem;
    border-radius: 0.8rem;
  }
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: -1rem;
  }
#form-box .blk table td li {
    display: block;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  margin-right: 2rem;
  line-height: 3rem;
}
input[type="radio"] + label, input[type="checkbox"] + label {
    padding-left: 3rem;
  }
#form-box select {
  border-radius: 0.5rem;
  padding: 0.8rem;
  font-size: 1.6rem;
  height: 5rem;
}
input[type="checkbox"]:checked + label::after {
    left: 0.3rem;
    width: 1.6rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-left: 0.3rem solid #008140;
    border-bottom: 0.3rem solid #008140;
  }
}




input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    opacity: 0;
    
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 25px;
     

    line-height: 30px;
     
    cursor: pointer;
}

