@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;  
    transition: ease-in-out .2s;
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --f-jp: "Noto Sans JP", sans-serif;
    --c-base:#000000;
    --c-line:#bacfd9;
}
/*----------------common----------------*/
body {
    font-family: var(--f-jp);
    font-size: 17px;
    line-height: 2.3;
    letter-spacing: 0.04em;
    color: var(--c-base);
    word-wrap: break-word;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}
.loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: 999;
}
.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);
}
.home .header {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    top: 60px;
}
.header {
    text-align: center;
}
.header h1 a {
    display: inline-block;
}
.header h1 img {
    width: 300px;
    padding-top: 50px;
}
.home .header h1 img {
    width: 450px;
    padding-top: 0;
}
.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;
}
main {
    overflow: hidden;
}
.inner1180 {
    max-width: 1180px;
    margin: auto;
    width: 86%;
    position: relative;
    z-index: 2;
}
.main-visual {
    position: relative;
    height: 80vh;
    margin-bottom: 100px;
}
.main-visual-slide01 {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 100px;
    align-items: flex-end;
}
.main-visual-slide02 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
    padding-top: 40px;
    align-items: flex-end;
}
.lead {
    text-align: center;
    padding-bottom: 180px;
    position: relative;
}
.lead ul li {
    position: absolute;
    z-index: 2;
}
.lead ul li:nth-child(1) {
    left: -70px;
    bottom: -90px;
}
.lead ul li:nth-child(2) {
    right: 30px;
    bottom: -80px;
    width: 250px;
}
.second-ttl {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1.6;
}
.lead dt {
    font-weight: 800;
    color: #e54937;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.9;
}
.about {
    background-image: url("../../images/bg_about.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    position: relative;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.about:before {
    content: "";
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.6;
}
.movie {
    padding-top: 100px;
    padding-bottom: 100px;
    
}
.movie__img li {
    position: absolute;
    z-index: 3;
    width: 230px;
}
.movie__img li:nth-child(1) {
    left: 50px;
    bottom: -30px;
    width: 180px;
}
.movie__img li:nth-child(2) {
    right: 50px;
    top: 30px;
}
.movie__img li img {
    border-radius: 20px;
}
.movie__outer {
    position: relative;
}
.movie__outer .inner1180 {
    z-index: 4;
}
.movie__wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
    max-width: 750px;
    margin: auto;
    position: relative;
    z-index: 6;
}
.movie__wrap iframe {
  width: 100%;
  height: 100%;
    border-radius: 20px;
}
.movie__slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    color: #e6e6e6;
    font-size: 200px;
    font-weight: 900;
    align-items: center;
    line-height: 1.2;
}
.movie__slide li {
    white-space: nowrap;
    padding-right: 30px;
    box-sizing: border-box;
}
.learn {
    text-align: center;
}
.learn__row {
    display: flex;
    gap:30px;
    margin-top: 100px;
}
.learn__item {
    background-color: #d60077;
    border-radius: 15px;
    color: #fff;
    width: calc((100% - 60px) / 3);
    overflow: hidden;
}
.learn__item:nth-child(2) {
    background-color: #e64a38;
}
.learn__item:nth-child(3) {
    background-color: #564b95;
}
.learn__item h3 {
    font-weight: 800;
    font-size: 23px;
    line-height: 1.5;
    position: relative;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 30px;
}
.learn__item h3:after {
    background-color: #ffff;
    height: 2px;
    width: 80px;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}
.learn__item p {
    text-align: left;
    font-size: 15px;
    padding: 25px;
    padding-top: 0;
}
.learn__skill {
    position: relative;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.learn__skill:before {
    position: absolute;
    content: "";
    background-color: #00958d;
    z-index: -1;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
}
.learn__skill p {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 60px;
}
.learn__skill p:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 30px solid #fff;
  border-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
    content: "";
}
.learn__skill-img img {
    width: 850px;
    border-radius: 30px;
}
.stepup {
    text-align: center;
    background-color: #fff;
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}
.stepup__img img {
    width: 550px;
    margin-bottom: 100px;
}
.stepup__lead {
    margin-bottom: 100px;
}
.stepup__img2 img {
    border-radius: 30px;
    width: 850px;
    margin-bottom: 50px;
}

.stepup__bg li {
    position: absolute;
    z-index: 1;
}
.stepup__bg li:nth-child(1) {
    left: 0;
    top: 0;
}
.stepup__bg li:nth-child(2) {
    right: -1px;
    top: 0;
}
.stepup__bg li:nth-child(3) {
    left: 0;
    bottom: 0;
}
.stepup__bg li:nth-child(4) {
    right: -1px;
    bottom: 0;
}
.stepup__icon li {
    position: absolute;
    z-index: 1;
}
.stepup__icon li:nth-child(1) {
    left: 50%;
    top: 22%;
    margin-left: -550px;
    transform: rotate(-10deg);
}
.stepup__icon li:nth-child(2) {
    right: 50%;
    bottom: 48%;
    margin-right: -600px;
    z-index: 3;
    transform: rotate(10deg);
}
.situation {
    background-color: #e54937;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
}
.situation__row {
    display: flex;
  gap: 30px;
  margin-top: 100px;
}
.situation__item {
  border-radius: 15px;
  color: var(--c-base);
  width: calc((100% - 60px) / 3);
  overflow: hidden;
    background-color: #fff;
}
.situation__item h3 {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.5;
  position: relative;
  text-align: center;
  padding: 20px;
    padding-bottom: 20px;
  padding-bottom: 0;
  padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.situation__item h3:after {
  background-color: var(--c-base);
  height: 2px;
  width: 80px;
  content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}
.situation__item p {
    font-size: 15px;
  padding: 25px;
    text-align: left;
    padding-top: 0;
}
.situation__item-flow {
    padding: 25px;
}
.school {
    padding-top: 120px;
    padding-bottom: 120px;
}
.school__flex {
    display: flex;
    gap:30px;
}
.school__item {
    display: flex;
    align-items: center;
    background-color: #00958d;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    width: calc((100% - 30px) / 2);
    line-height: 1.7;
    color: #fff;
}
.school__item dt {
    font-weight: 700;
}
.school__item dd {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}
.school__item h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}
.school__item p {
    font-size: 15px;
}
.school__item a:link,
    .school__item a:visited{
        color: #fff !important;
    }
.school__item .map a {
    background-image: url(../../images/map.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 10px;
    padding-left: 17px;
    display: inline-block;
    color: #fff;
}
.school__item a:hover {
    text-decoration: underline;
}
.school__item-img {
    flex-shrink: 0;
    margin-right: 20px;
    width: 150px;
}
.school__item-img img {
    border-radius: 10px;
}
.contact {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.contact__tel a {
    font-size: 55px;
    font-weight: 900;
    line-height: 1.5;
}
.contact__time {
    margin-bottom: 50px;
}
.com-btn a {
    background-color: #218d49;
    color: #fff;
    border-radius: 50px;
    display: flex;
    height: 85px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    max-width: 480px;
    margin: auto;
}
.com-btn a:hover {
    background-color: #e54937;
}
.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;
}
br.sp-only {
    display: none;
}
@media screen and (max-width:1080px){
br.sp-only {
    display: inherit;
}
br.sp-none {
    display: none;
}
html {
    font-size: calc(100vw / 37.5);
}
body {
  font-size: 1.4rem;
  line-height: 1.9;
}
.home .header {
  top: 7rem;
}
.header__btn {
  width: 6rem;
  height: 6rem;
  right: 1.5rem;
  top: 1.5rem;
}
.header__btn img {
  width: 3.5rem;
}
.home .header h1 img {
  width: 23rem;
}
.header__nav {
  width: 85%;
    justify-content: flex-start;
    padding-top: 10rem;
}
.header__nav ul li a {
  font-size: 1.8rem;
}
.header__nav ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.header__nav-logo img {
  width: 19rem;
  margin-bottom: 4rem;
}
.main-visual {
  height: 47rem;
  margin-bottom: 2rem;
}
.main-visual-slide01 {
  padding-top: 13rem;
}
.main-visual-slide01 li {
    width: calc(241.1rem * 0.50);
}
.main-visual-slide02 {
  padding-top: 4rem;
}
.main-visual-slide02 li {
    width: calc(226rem * 0.50);
}
.second-ttl {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.lead {
  padding-bottom: 7rem;
}
.lead dt {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.lead dd {
    text-align: left;
  }
.lead ul li:nth-child(1) {
  left: -3rem;
  bottom: -5rem;
  width: 12rem;
}
.lead ul li:nth-child(2) {
  right: -2rem;
  bottom: -6rem;
  width: 12rem;
}
.about {
    text-align: left;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.movie {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.movie__img {
  display: none;
}
.movie__slide {
  font-size: 7rem;
}
.learn {
  text-align: left;
}
.learn__row {
  margin-top: 4rem;
    display: block;
}
.learn__item {
  border-radius: 1.5rem;
  width: auto;
}
.learn__item:not(:last-child) {
    margin-bottom: 2rem;
}
.learn__item h3 {
  font-size: 1.8rem;
  padding: 2rem;
  padding-top: 2rem;
    padding-bottom: 0;
}
.learn__item h3::after {
  width: 7rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.learn__item p {
  text-align: left;
  font-size: inherit;
  padding: 2rem;
    padding-top: 0;
}
.learn__skill-img img {
  border-radius: 2rem;
}
.learn__skill {
    text-align: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.learn__skill p {
  padding-bottom: 6rem;
    margin-bottom: 3rem;
}

.learn__skill p::after {
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 3rem solid #fff;
  margin-left: -3rem;
}
.stepup {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.stepup__bg li:nth-child(1) {
  width: 40%;
}
.stepup__bg li:nth-child(2) {
  width: 40%;
}
.stepup__bg li:nth-child(3) {
  width: 40%;
}
.stepup__bg li:nth-child(4) {
  width: 40%;
}
.stepup__lead {
  margin-bottom: 4rem;
}
.stepup__img2 img {
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.stepup__img img {
  margin-bottom: 6rem;
}
.stepup__icon li:nth-child(1) {
  left: 3rem;
  top: 23rem;
  width: 6rem;
    margin-left: 0;
}
.stepup__icon li:nth-child(2) {
  right: -1rem;
  bottom: inherit;
  margin-right: 0;
  width: 8rem;
  top: 47rem;
}
.situation {
  padding-top: 5rem;
  padding-bottom: 5rem;
    text-align: left;
}
.situation__row {
  display: block;
    margin-top: 4rem;
}
.situation__item {
  border-radius: 1.5rem;
  width: auto;
}
    .situation__item:not(:last-child) {
        margin-bottom: 2rem;
    }
.situation__item h3 {
  font-size: 1.8rem;
  padding: 2rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.situation__item h3::after {
    width: 7rem;
    margin-left: -3.5rem;
  }
.situation__item p {
  font-size: inherit;
  padding: 2rem;
    padding-top: 0;
}
.situation__item-flow {
  padding: 2rem;
}
.school {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.school__flex {
  display: block;
}
.school__item {
  padding: 1.2rem;
  border-radius: 1.5rem;
  width: auto;
}
    .school__item:not(:last-child) {
        margin-bottom: 2rem;
    }
.school__item-img {
  margin-right: 1.5rem;
  width: 9rem;
}
.school__item-img img {
  border-radius: 0.8rem;
}
.school__item dt {
  font-size: 1.3rem;
}
.school__item dd {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.school__item h3 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.school__item p {
  font-size: 1.3rem;
}
    
.school__item .map a {
  background-position: left 0.5rem;
  background-size: 0.9rem;
  padding-left: 1.5rem;
}
.contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact__tel a {
  font-size: 3rem;
}
.contact__time {
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
.com-btn a {
  border-radius: 5rem;
  height: 6.5rem;
  font-size: 1.6rem;
  max-width: 48rem;
}
.footer__logo {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.footer__logo img {
  width: 18rem;
}
.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: 5rem;
  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;
}
 




























