@charset "UTF-8";
/*変数設定用*/
.drawer--top.drawer-open .drawer-nav {
  height: 100%;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 27px;
  top: 27px;
}

.drawer--top .drawer-nav {
  background: #F6FAFF;
}
.drawer--top .drawer-nav .logo {
  width: 271px;
}
@media screen and (max-width: 767px) {
  .drawer--top .drawer-nav .logo {
    max-width: 230px;
    width: 100%;
    margin-top: 35px;
    margin-left: 10%;
  }
}
.drawer--top .drawer-nav .logo img {
  max-width: 271px;
}
@media screen and (max-width: 767px) {
  .drawer--top .drawer-nav .logo img {
    max-width: 230px;
  }
}
.drawer--top .drawer-nav .drawer-menu {
  max-width: 240px;
  width: 100%;
  margin: 95px auto;
}
.drawer--top .drawer-nav .drawer-menu li {
  margin-bottom: 50px;
}
.drawer--top .drawer-nav .drawer-menu li .drawer-menu-item {
  font-size: 18px;
  font-weight: 500;
}
.drawer--top .drawer-nav .drawer-menu li .drawer-menu-item span {
  font-size: 1.4rem;
  padding-left: 24px;
  color: #5BAEEB;
}

.drawer-hamburger {
  background: #5BAEEB;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  max-height: 46px;
  height: 100%;
  padding: 0;
}
.drawer-hamburger span {
  max-width: 20px;
  width: 100%;
  margin: auto;
  height: 1px;
  background: #fff;
}
.drawer-hamburger span::before, .drawer-hamburger span::after {
  background: #fff;
  height: 1px;
}
.drawer-hamburger span::before {
  top: -7px;
}
.drawer-hamburger span::after {
  top: 7px;
}
.drawer-hamburger:hover {
  background: #5BAEEB;
}

.header {
  background: url(../img/bg.jpg) no-repeat right 0% top;
  background-size: 57.6% 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .header {
    background: url(../img/bg.jpg) no-repeat 0 100%;
    background-size: 100% 70%;
    margin-bottom: 0;
  }
}
.header .header-flex {
  padding: 42px 40px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .header-flex {
    display: block;
    padding: 35px 0 35px;
    width: 85%;
    margin: 0 auto;
  }
}
.header .header-flex .logo {
  width: 271px;
}
@media screen and (max-width: 767px) {
  .header .header-flex .logo {
    width: 230px;
    margin-left: 9%;
  }
}
.header .header-flex .logo img {
  max-width: 271px;
}
@media screen and (max-width: 767px) {
  .header .header-flex .logo img {
    max-width: 230px;
  }
}
.header .header-flex .nav {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .header .header-flex .nav {
    display: none;
  }
}
.header .header-flex .nav .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-flex .nav .header-nav li {
  width: 80px;
  text-align: center;
  margin: 0 1.5%;
}
.header .header-flex .nav .header-nav li:nth-of-type(3), .header .header-flex .nav .header-nav li:nth-of-type(4) {
  width: 140px;
}
.header .header-flex .nav .header-nav li:last-of-type {
  width: 180px;
  margin: 0 0 0 25px;
}
.header .header-flex .nav .header-nav li a {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  color: #212124;
}
.header .header-flex .nav .header-nav li a:hover {
  color: #5BAEEB;
}
.header .header-flex .nav .header-nav li a:hover span {
  position: relative;
}
.header .header-flex .nav .header-nav li a:hover span::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  border-bottom: 1px solid #5BAEEB;
  bottom: -7px;
}
.header .header-flex .nav .header-nav li .header-contact {
  font-weight: bold;
  background: #5BAEEB;
  padding: 15px 0;
  border-radius: 30px;
  color: #fff;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border: 1px solid #5BAEEB;
}
.header .header-flex .nav .header-nav li .header-contact:hover {
  background: #fff;
  color: #5BAEEB;
  transition: 0.5s;
  border: 1px solid #5BAEEB;
}
.header .mv {
  position: relative;
  margin: 0px 0 0 40px;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .header .mv {
    width: 85%;
    margin: 0 auto;
    padding-top: 90px;
  }
}
.header .mv .mv-main {
  max-width: 58.6%;
}
@media screen and (max-width: 767px) {
  .header .mv .mv-main {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.header .mv .mv-titles {
  position: absolute;
  top: 53%;
  left: 68%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .header .mv .mv-titles {
    position: static;
    transform: none;
    padding-bottom: 40px;
  }
}
.header .mv .mv-titles .mv-title {
  margin-bottom: 23px;
}
.header .mv .mv-titles .mv-title img {
  width: 406px;
}
@media screen and (max-width: 767px) {
  .header .mv .mv-titles .mv-title img {
    max-width: 94%;
    width: 94%;
  }
}
.header .mv .mv-titles .mv-text {
  margin-left: 85px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .header .mv .mv-titles .mv-text {
    width: 96%;
    margin: 0 0 0 auto;
  }
}

.info-area {
  width: 46%;
  display: flex;
  padding: 26px 40px 26px 0;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .info-area {
    width: 100%;
    padding: 23px 15px 21px;
    margin-bottom: 65px;
  }
}
.info-area .info-blue {
  width: 56px;
  color: #5BAEEB;
  font-size: 1.4rem;
  font-weight: bold;
}
.info-area .info-article {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .info-area .info-article {
    display: block;
  }
}
.info-area .info-article dt {
  color: #9B9B9B;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .info-area .info-article dt {
    font-size: 1.4rem;
    margin: 0;
  }
}
.info-area .info-article dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info-area .info-article dd {
    line-height: 1.2;
  }
}
.info-area .info-article dd a {
  width: 100%;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.info-area .info-article dd a:hover:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/arrow_down_hover.svg) no-repeat left top;
  background-size: 100%;
  width: 33px;
  height: 33px;
  top: -5px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .info-area .info-article dd a:hover:after {
    top: -15px;
  }
}
.info-area .info-article dd a img {
  width: 33px;
  height: 33px;
}
.info-area .info-article dd a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/arrow_down.svg) no-repeat left top;
  background-size: 100%;
  width: 33px;
  height: 33px;
  top: -5px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .info-area .info-article dd a:after {
    top: -15px;
  }
}

.concept .concept-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .concept .concept-flex {
    display: block;
  }
}
.concept .concept-flex .concept-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .concept .concept-flex .concept-left {
    width: 100%;
  }
}
.concept .concept-flex .concept-left .concept-title {
  margin-bottom: 55px;
}
.concept .concept-flex .concept-left .concept-title img {
  max-width: 396px;
}
@media screen and (max-width: 767px) {
  .concept .concept-flex .concept-left .concept-title img {
    max-width: 100%;
  }
}
.concept .concept-flex .concept-left .concept-text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .concept .concept-flex .concept-left .concept-text {
    margin-bottom: 48px;
  }
}
.concept .concept-flex .concept-right {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .concept .concept-flex .concept-right {
    width: 100%;
    margin-bottom: 80px;
  }
}
.concept .concept-flex .concept-right img {
  max-width: 416px;
}
@media screen and (max-width: 767px) {
  .concept .concept-flex .concept-right img {
    max-width: 100%;
  }
}

.movie {
  margin: -75px 0 120px;
}
@media screen and (max-width: 767px) {
  .movie {
    margin: 0 0 120px;
  }
}
.movie .youtube {
  margin: 32px auto 0;
  position: relative;
  max-width: 720px;
  padding-top: 405px;
}
@media screen and (max-width: 767px) {
  .movie .youtube {
    padding-top: 248px;
  }
}
.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.business .business-text {
  line-height: 1.6;
  margin: 32px 0 120px;
}
.business .products {
  margin-bottom: 120px;
}
.business .products .products-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .business .products .products-flex {
    display: block;
  }
}
.business .products .products-flex .product {
  width: 31.2%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business .products .products-flex .product {
    width: 100%;
    margin-bottom: 50px;
  }
}
.business .products .products-flex .product:nth-of-type(2) {
  margin: 0 32px;
}
@media screen and (max-width: 767px) {
  .business .products .products-flex .product:nth-of-type(2) {
    margin: 0 0 50px 0;
  }
}
.business .products .products-flex .product .product-img {
  margin-bottom: 24px;
}
.business .products .products-flex .product .product-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.business .products .products-flex .product .product-text {
  font-size: 1.4rem;
  line-height: 1.55;
}
.business .technologies {
  margin-bottom: 120px;
}
.business .technologies .technologies-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .business .technologies .technologies-flex {
    display: block;
  }
}
.business .technologies .technologies-flex .technology-flex {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .business .technologies .technologies-flex .technology-flex {
    width: 100%;
    display: block;
  }
}
.business .technologies .technologies-flex .technology-flex:nth-of-type(2) {
  justify-content: flex-end;
}
.business .technologies .technologies-flex .technology-flex .technology-left {
  width: 213px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .business .technologies .technologies-flex .technology-flex .technology-left {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.business .technologies .technologies-flex .technology-flex .technology-right {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .business .technologies .technologies-flex .technology-flex .technology-right {
    width: 100%;
    margin-bottom: 48px;
  }
}
.business .technologies .technologies-flex .technology-flex .technology-right .tech-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .business .technologies .technologies-flex .technology-flex .technology-right .tech-title {
    text-align: center;
  }
}
.business .technologies .technologies-flex .technology-flex .technology-right .tech-text {
  font-size: 1.4rem;
}

.news {
  margin: -80px 0 120px;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 0 0 120px;
  }
}
.news .sec-subtitle {
  margin-bottom: 64px;
}
.news .sec-subtitle:after {
  display: none;
}
.news .articles {
  overflow-y: auto;
  max-height: 235px;
  height: 100%;
}
.news .articles .simplebar-track {
  background-color: #F5FAFF;
  margin: 0;
}
.news .articles .simplebar-track .simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 2px;
}
.news .articles .simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 10px;
  height: 29px;
}
.news .articles .simplebar-scrollbar::before {
  opacity: 1;
  width: 6px;
  height: 29px;
  box-shadow: inset 0 0 29px #5BAEEB;
  background: #5BAEEB;
  border-radius: 0;
}
.news .articles::-webkit-scrollbar, .news .articles::-webkit-scrollbar-track, .news .articles::-webkit-scrollbar-thumb {
  display: none;
}
.news .articles .article {
  max-width: 95%;
  margin-bottom: 90px;
}
.news .articles .article .time {
  font-size: 1.4rem;
  color: #9B9B9B;
  margin-bottom: 5px;
}
.news .articles .article .news-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #5BAEEB;
  margin-bottom: 24px;
}
.news .articles .article .news-text {
  line-height: 1.8;
}

.company {
  margin: -80px 0 140px;
}
@media screen and (max-width: 767px) {
  .company {
    margin: 0 0 110px;
  }
}
.company .sec-subtitle {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .company .sec-subtitle {
    margin-bottom: 64px;
  }
}
.company .information dt {
  width: 6em;
  padding: 32px 0 32px 20px;
}
@media screen and (max-width: 767px) {
  .company .information dt {
    width: 100%;
    padding: 0 0 16px 0;
  }
}
.company .information dd {
  width: calc(100% - 20px - 6em);
  padding: 32px 0 32px 120px;
}
@media screen and (max-width: 767px) {
  .company .information dd {
    width: 100%;
    padding: 0 0 32px 0;
  }
}
.company .information dd img {
  width: 1em;
  vertical-align: middle;
}
.company .history dt {
  width: 200px;
  padding: 32px 0 32px 20px;
}
@media screen and (max-width: 767px) {
  .company .history dt {
    width: 100%;
    padding: 32px 0 24px 0;
  }
}
.company .history dt span {
  width: 2em;
  margin-left: 82px;
}
@media screen and (max-width: 767px) {
  .company .history dt span {
    margin-left: 16px;
  }
}
.company .history dd {
  width: calc(100% - 300px);
  padding: 32px 0 32px 60px;
}
@media screen and (max-width: 767px) {
  .company .history dd {
    width: 100%;
    padding: 0 0 32px 0;
  }
}
.company .history dd:first-of-type {
  line-height: 1.6;
}
.company .company-table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .company .company-table {
    display: block;
  }
}
.company .company-table dt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 3px double #EEEEEE;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .company .company-table dt {
    padding-top: 32px;
    display: block;
    height: auto;
  }
}
.company .company-table dt:last-of-type {
  border-bottom: 3px double #EEEEEE;
}
@media screen and (max-width: 767px) {
  .company .company-table dt:last-of-type {
    border-bottom: none;
  }
}
.company .company-table dd {
  border-top: 3px double #EEEEEE;
  height: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .company .company-table dd {
    height: auto;
    border-top: none;
  }
}
.company .company-table dd:last-of-type {
  line-height: 1.6;
  border-bottom: 3px double #EEEEEE;
}
.company .company-table .minh72 {
  min-height: 118px;
}
@media screen and (max-width: 767px) {
  .company .company-table .minh72 {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .company .company-table .minh72 .special {
    display: block;
    margin-top: 24px;
  }
}
.company .access .content-title {
  margin-bottom: 28px;
}
.company .access .googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 414px;
  position: relative;
  margin-bottom: 20px;
}
.company .access .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company .access p {
    font-size: 1.5rem;
  }
}

.contact {
  background: #F6FAFF;
}
.contact .container {
  padding: 88px 0;
}
.contact .container.confirm {
  padding: 145px 0;
}
@media screen and (max-width: 767px) {
  .contact .container.confirm {
    padding: 91px 0;
  }
}
.contact .contact-titles {
  text-align: center;
}
.contact .contact-titles .sec-subtitle {
  margin-bottom: 48px;
}
.contact .contact-titles .sec-subtitle:after {
  display: none;
}
.contact .contact-titles .contact-accept {
  font-size: 1.8rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact .contact-titles .contact-accept {
    font-size: 1.75rem;
  }
}
.contact .tel-box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 80px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact .tel-box {
    display: block;
    padding: 24px 15px;
  }
}
.contact .tel-box .tel-left {
  font-size: 1.8rem;
  font-weight: 500;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .contact .tel-box .tel-left {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
.contact .tel-box .tel-right {
  width: calc(100% - 235px);
  padding-left: 80px;
  border-left: 3px double #eee;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact .tel-box .tel-right {
    width: 100%;
    border-left: none;
    border-top: 3px double #eee;
    padding: 16px 0 0 0;
    display: block;
    text-align: center;
  }
}
.contact .tel-box .tel-right a {
  font-size: 4.2rem;
  padding-right: 32px;
  color: #212124;
}
@media screen and (max-width: 767px) {
  .contact .tel-box .tel-right a {
    padding: 0;
    display: block;
  }
}
.contact .form {
  background: #fff;
}
.contact .form .form-inner {
  padding: 64px 0;
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact .form .form-inner {
    padding: 64px 25px;
    max-width: 100%;
  }
}
.contact .form .form-subject {
  margin-bottom: 64px;
}
.contact .form .form-subject input[type=radio] {
  display: none;
}
.contact .form .form-subject input[type=radio]:checked + .contact2:after {
  opacity: 1;
}
.contact .form .form-subject #contact2 {
  margin-left: 60px;
}
.contact .form .form-subject .contact2 {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  width: auto;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .contact .form .form-subject .contact2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .form .form-subject .contact2:first-of-type {
    margin-bottom: 24px;
  }
}
.contact .form .form-subject .contact2:before {
  content: "";
  position: absolute;
  display: block;
  top: 12%;
  left: -10px;
  width: 30px;
  height: 30px;
  background: #EFF0F2;
  border-radius: 50%;
}
.contact .form .form-subject .contact2:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #5BAEEB;
  width: 14px;
  height: 14px;
  top: 33%;
  left: -1px;
  opacity: 0;
}
.contact .form .form-subject #recruit {
  margin-left: 60px;
}
.contact .form .form-subject label {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 10px;
}
.contact .form .form-item {
  margin-bottom: 40px;
}
.contact .form .form-item .form-names {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contact .form .form-item .form-names .form-name {
  font-weight: 500;
  margin-right: 8px;
}
.contact .form .form-item .form-names .form-tag {
  font-size: 1.2rem;
  color: #fff;
  background: #CE6464;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .form .form-item .form-text input {
  font-size: 1.6rem;
}
.contact .form .form-item .form-text input::-moz-placeholder {
  font-size: 1.6rem;
  color: #B1B1B1;
}
.contact .form .form-item .form-text input:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #B1B1B1;
}
.contact .form .form-item .form-text input::placeholder {
  font-size: 1.6rem;
  color: #B1B1B1;
}
.contact .form .form-item .form-text textarea {
  height: 240px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact .form .form-item .form-text textarea {
    height: 180px;
  }
}
.contact .form .form-item .form-text input[type=text],
.contact .form .form-item .form-text input[type=tel],
.contact .form .form-item .form-text input[type=email],
.contact .form .form-item .form-text textarea {
  width: 100%;
  padding: 20px 16px;
  background: #EFF0F2;
  border: 2px solid #EFF0F2;
}
.contact .form .form-item .form-policy {
  height: 188px;
  font-size: 1.4rem;
  border: 1px solid #f3f3f5;
  padding: 24px 32px;
  overflow-y: auto;
}
.contact .form .form-item .form-policy .simplebar-track {
  background-color: #F5FAFF;
  margin: 0;
}
.contact .form .form-item .form-policy .simplebar-track .simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 2px;
}
.contact .form .form-item .form-policy .simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 10px;
  height: 29px;
}
.contact .form .form-item .form-policy .simplebar-scrollbar::before {
  height: 29px;
  opacity: 1;
  width: 6px;
  box-shadow: inset 0 0 29px #5BAEEB;
  background: #5BAEEB;
  border-radius: 0;
}
.contact .form .form-item .form-policy::-webkit-scrollbar, .contact .form .form-item .form-policy::-webkit-scrollbar-track, .contact .form .form-item .form-policy::-webkit-scrollbar-thumb {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact .form .form-item .form-policy {
    padding: 24px 18px;
  }
}
.contact .form .form-item .form-policy p {
  margin-bottom: 20px;
}
.contact .form .form-chk {
  margin-bottom: 40px;
  text-align: center;
}
.contact .form .form-chk .ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 220px;
  margin: auto;
}
.contact .form .form-chk .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.contact .form .form-chk .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #EFF0F2 !important;
}
.contact .form .form-chk .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/check.png") no-repeat center;
  background-size: contain;
}
.contact .form .form-chk .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  background: #EFF0F2;
  border-radius: 4px;
}
.contact .form .form-chk .ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 16px;
}
.contact .form .form-send {
  text-align: center;
}
.contact .form .form-send input[type=submit] {
  background: #5BAEEB;
  color: #fff;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 11.5px 47px;
  border: 1px solid #5BAEEB;
  transition: 0.5s;
}
.contact .form .form-send input[type=submit]:hover {
  background: #fff;
  color: #5BAEEB;
  transition: 0.5s;
}

.footer {
  position: relative;
  background: #5BAEEB;
}
.footer .footer-logo {
  padding: 48px 0 25px;
}
.footer .footer-logo img {
  max-width: 273px;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo img {
    max-width: 245px;
  }
}
.footer .footer-address {
  color: #fff;
  margin-bottom: 5px;
}
.footer .footer-tel {
  color: #fff;
  margin-bottom: 25px;
}
.footer .copy {
  padding-bottom: 45px;
}
.footer .copy small {
  color: #fff;
  font-size: 1.2rem;
}

.confirm-header {
  background: #F6FAFF;
  margin-bottom: 0;
}

.contact .form .form-subject .confirm-kind {
  font-weight: 500;
}
.contact .form .form-subject .confirm-kind span {
  margin-left: 10px;
}
.contact .form .form-item .confirm-text input[type=text],
.contact .form .form-item .confirm-text input[type=tel],
.contact .form .form-item .confirm-text input[type=email],
.contact .form .form-item .confirm-text textarea {
  background: #fff;
  border: 2px solid #fff;
}
.contact .form .form-item .confirm-text textarea {
  height: auto;
}
.contact .form .confirm-flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact .form .confirm-flex {
    display: block;
  }
}
.contact .form .confirm-flex .form-back {
  margin-right: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .form .confirm-flex .form-back {
    margin-right: 0;
    margin: 0 0 30px 0;
  }
}
.contact .form .confirm-flex .form-back input[type=button] {
  background: #fff;
  color: #5BAEEB;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 11.5px 47px;
  border: 1px solid #5BAEEB;
  width: 194px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .contact .form .confirm-flex .form-back input[type=button] {
    width: 222px;
  }
}
.contact .form .confirm-flex .form-back input[type=button]:hover {
  background: #5BAEEB;
  color: #fff;
  transition: 0.5s;
}
.contact .form .confirm-flex .form-send {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .contact .form .confirm-flex .form-send {
    margin-left: 0;
  }
}
.contact .form .confirm-flex .form-send input[type=submit] {
  width: 194px;
}
@media screen and (max-width: 767px) {
  .contact .form .confirm-flex .form-send input[type=submit] {
    width: 222px;
  }
}/*# sourceMappingURL=style.css.map */