@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700;900&display=swap");
html {
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 62.5%;
  line-height: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#lang-toggle {
  font-size: 1.8rem; /* Adjust size as needed */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
ol {
  margin: 0;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style-type: none;
}

a {
  color: #333;
}

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

iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
}

dd {
  margin-left: 0;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}

br.sp,
img.sp {
  display: none;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

body {
  margin: 0;
  padding: 0;
}

#g-nav {
  display: none;
}

header {
  margin-left: 0px;
  min-height: 850px;
  position: relative;
}
header #slider {
  position: relative;
  min-height: 850px;
  margin: 0 auto;
}
header #slider .slide01, header #slider .slide02, header #slider .slide03, header #slider .slide04 {
  height: 850px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
header #slider .slide01 {
  background-image: url(../../img/feature_img01.png);
}
header #slider .slide01::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
header #slider .slide02 {
  background-image: url(../../img/feature_img02.png);
}
header #slider .slide02::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
header #slider .slide03 {
  background-image: url(../../img/feature_img03.png);
}
header #slider .slide03::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
header #slider .slide04 {
  background-image: url(../../img/feature_img04.png);
}
header #slider .slide04::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
header #slider .feature_area {
  position: relative;
  margin: 300px auto 0;
  width: 630px;
  text-align: center;
}
header #slider .feature_area p {
  font-size: 3.3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 50px;
}
header #slider .feature_area p span {
  font-size: 5rem;
  display: block;
  margin-bottom: 10px;
}
header #header_wrapper {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header #header_inner {
  display: flex;
  justify-content: space-between;
}
header #header_inner h1 {
  margin: 5px 0 0 32px;
  
  padding: 40px 50px 45px 18px;
}
header #header_inner #pc_nav {
  margin: 40px 60px 0;
  flex-basis: 750px;
}
header #header_inner #pc_nav ul {
  margin: 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header #header_inner #pc_nav ul li {
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
header #header_inner #pc_nav ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header #header_inner #pc_nav ul li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
header #header_inner #pc_nav ul li a:hover::after {
  transform: scale(1, 1);
}

.btn_contact {
  position: relative;
  margin-top: 30px;
}
.btn_contact a {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background-color: #0B318F;
  padding: 20px 70px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 10px;
}
.btn_contact a:hover {
  background-color: #5572BA;
}

.btn_contact2 {
  margin-top: 70px;
}
.btn_contact2 a {
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background-color: #0B318F;
  padding: 18px 70px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 40px;
}
.btn_contact2 a:hover {
  background-color: #5572BA;
}

#main {
  max-width: 1200px;
  margin: 110px auto;
  text-align: center;
}
#main h2 {
  font-size: 4.5rem;
  font-weight: 900;
}
#main #service ul.type {
  max-width: 985px;
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
}
#main #service ul.type li h3 {
  background-color: #0B318F;
  color: #fff;
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.4;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
#main #service ul.type li h3 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  text-align: center;
}
#main #service ul.type li p.copy {
  font-size: 2.4rem;
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 12px;
}
#main #service ul.type li ul li {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
#main #service ul.type li p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
}
#main #products {
  margin: 150px auto 0;
}
#main #products #it, #main #products #con, #main #products #edu, #main #products #marketing, #main #products #translate, #main #products #creators_jp {
  margin-top: 50px;
  padding: 50px;
}
#main #products #it {
  background: #FFEE55;
}
#main #products #con {
  background: #e1eeec;
}
#main #products #edu {
  background: #FFEE55;
}
#main #products #marketing {
  background: #e1eeec;
}
#main #products #translate {
  background: #FFEE55;
}
#main #products #creators_jp {
  background: #e1eeec;
}
#main #products h3 {
  font-size: 3.6rem;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}
#main #products h3 span {
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  color: #6a6a6a;
}
#main #products h3::after {
  content: "";
  width: 120px;
  height: 4px;
  display: inline-block;
  background-color: #0B318F;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 60px);
}
#main #products ul.prod_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#main #products ul.prod_inner li {
  flex-basis: 49%;
}
#main #products ul.prod_inner .prod_cnt {
  max-width: 500px;
  margin: 0 auto;
}
#main #products ul.prod_inner .prod_cnt .tit {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
#main #products ul.prod_inner .prod_cnt .tit span {
  color: #aaa;
}
#main #products ul.prod_inner .prod_cnt .tit h4 {
  font-size: 2.4rem;
  margin-top: 5px;
  margin-bottom: 10px;
  background: #0B318F;
  color: #fff;
  padding: 7px 0 10px;
}
#main #products ul.prod_inner .prod_cnt .tit p {
  color: #0B318F;
  line-height: 1.4;
}
#main #products ul.prod_inner .prod_cnt .copy {
  text-align: left;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
}
#main #products ul.prod_inner .prod_cnt ul {
  margin-left: 2em;
  margin-top: 10px;
  margin-bottom: 10px;
}
#main #products ul.prod_inner .prod_cnt ul li {
  text-align: left;
  font-size: 1.6rem;
  list-style-type: disc;
  margin-bottom: 5px;
  line-height: 1.2;
}
#main #products ul.prod_inner .prod_cnt .notice {
  font-size: 1.2rem;
  text-align: left;
}
#main #products ul.prod_inner.noflex {
  display: inherit;
}
#main #products .it_detail {
  border: solid 2px #0B318F;
  margin: 40px auto 0;
  padding: 30px;
  width: 500px;
}
#main #products .it_detail h4 {
  font-size: 2rem;
}
#main #products .it_detail dl {
  text-align: left;
  font-size: 1.8rem;
}
#main #products .it_detail dl dt {
  margin-top: 20px;
  font-weight: 600;
}
#main #products .it_detail dl dd {
  line-height: 1.6;
}
#main #products .it_detail dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
#main #products .it_detail dl dd ul li {
  display: inline-block;
}
#main #products .it_detail dl dd ul li:after {
  content: "/";
  margin: 0 0.25em;
}
#main #products .it_detail dl dd ul li:last-child::after {
  content: none;
}
#main #teams {
  margin: 150px auto 0;
}
#main #teams h2 {
  margin-bottom: 30px;
}
#main #teams .copy {
  font-size: 2rem;
}
#main #teams .photo {
  margin: 60px auto 40px;
  max-width: 965px;
  display: flex;
  justify-content: space-between;
}
#main #teams .photo li {
  width: 225px;
}
#main #teams .photo li div {
  margin-top: 15px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #707070;
}
#main #teams .photo li div span {
  font-size: 2rem;
  font-weight: 600;
  color: #0B318F;
  display: inline-block;
  margin-bottom: 5px;
}
#main #about {
  margin: 150px auto 0;
}
#main #about .about_inner {
  margin: 40px auto 0;
  width: 74%;
  padding: 3%;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
#main #about .about_inner img {
  padding-right: 40px;
  border-right: 1px solid #d7d7d7;
  width: 20%;
  height: auto;
}
#main #about .about_inner ul {
  padding-left: 40px;
}
#main #about .about_inner ul li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
}
#main #about .about_inner ul.list {
  margin-left: 2em;
  margin-top: 15px;
}
#main #about .about_inner ul.list li {
  list-style-type: disc;
  line-height: 1.7;
}
#main #about .center {
  margin: 40px auto 0;
  width: 74%;
  padding: 3%;
  text-align: left;
}
#main #about .center h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #0B318F;
  margin-bottom: 20px;
}
#main #about .center h3::before {
  content: "■";
}
#main #about .center .center_inner {
  display: flex;
  align-items: flex-start;
}
#main #about .center .center_inner img {
  margin-right: 40px;
  width: 40%;
  height: auto;
}
#main #about .center .center_inner ul {
  padding-left: 40px;
  border-left: 1px solid #d7d7d7;
}
#main #about .center .center_inner ul li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
}
#main #about .center .center_inner ul li span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
#main #contact_form {
  border: solid 1px #d7d7d7;
  width: 700px;
  margin: 50px auto 80px;
  display: none;
}
#main #contact_form form {
  text-align: left;
  width: 500px;
  margin: 40px auto;
}
#main #contact_form p {
  margin-bottom: 30px;
}
#main #contact_form .item {
  font-weight: 600;
}
#main #contact_form .red {
  color: #ce0707;
}
#main #contact_form span.error {
  color: #ce0707;
}
#main #contact_form input[type=text], #main #contact_form input[type=email],
#main #contact_form textarea {
  line-height: 1.8;
  padding: 5px 10px;
  width: 100%;
}
#main #contact_form span.cf-list-item {
  margin-right: 20px;
  display: inline-block;
}
#main #contact_form .cf-submit {
  text-align: center;
  margin: 0 auto;
  width: 200px;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  border: none;
  background: #0B318F;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s;
}
#main #contact_form .cf-submit:hover {
  background-color: #5572BA;
}

#totop {
  text-align: right;
  z-index: 9999;
  position: relative;
  max-width: 1200px;
  margin: 155px auto 0;
}
#totop a {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  background: #0B318F;
  display: inline-block;
}
#totop a i {
  font-size: 3.8rem;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background: #ddd;
  position: relative;
  margin-top: -25px;
  padding-bottom: 30px;
}
footer ul {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
footer ul li {
  padding: 0 10px;
  border-right: solid 1px #6a6a6a;
}
footer ul li a {
  text-decoration: none;
  display: inline-block;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li:nth-last-of-type(1) {
  border-right: none;
}
footer #info {
  margin-top: 155px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
footer #info a {
  display: inline-block;
  text-decoration: none;
}
footer #info a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  display: inline-block;
  font-weight: 400;
  margin-right: 8px;
}
footer #info a:hover {
  text-decoration: underline;
}
footer #copyright {
  text-align: center;
  margin: 15px auto 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
  .html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  br.pc,
  img.pc {
    display: none;
    width: 50%;
    height: auto;
  }
  br.sp,
  img.sp {
    display: inherit;
  }
  img {
    width: 100%;
    height: auto;
  }

}
@media screen and (max-width: 768px) {
  #sp_nav .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
  }
  #sp_nav .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 20px;
    height: 3px;
    background-color: #fff;
    width: 43%;
  }
  #sp_nav .openbtn span:nth-of-type(1) {
    top: 21px;
  }
  #sp_nav .openbtn span:nth-of-type(2) {
    top: 32px;
  }
  #sp_nav .openbtn span:nth-of-type(3) {
    top: 43px;
  }
  #sp_nav .openbtn.active span:nth-of-type(1) {
    top: 32px;
    left: 20px;
    transform: translateY(2px) rotate(-45deg);
    width: 47%;
  }
  #sp_nav .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp_nav .openbtn.active span:nth-of-type(3) {
    top: 32px;
    left: 20px;
    transform: translateY(2px) rotate(45deg);
    width: 47%;
  }
  #sp_nav #g-nav {
    display: inherit;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
  }
  #sp_nav #g-nav .sp_logo {
    width: 65px;
    padding: 14px 20px;
  }
  #sp_nav #g-nav .sp_logo img {
    width: 65px;
    height: auto;
  }
  #sp_nav #g-nav ul {
    text-align: center;
  }
  #sp_nav #g-nav ul li {
    font-size: 2rem;
    font-weight: 600;
    line-height: 3;
  }
  #sp_nav #g-nav ul li a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    display: inline-block;
    margin-left: 8px;
  }
  #sp_nav #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  .mainblur {
    filter: blur(5px);
  }
  header {
    margin-left: 0px;
    min-height: 520px;
    background-size: auto 100%;
  }
  header #slider {
    position: relative;
    min-height: 520px;
  }
  header #header_inner h1 {
    width: 65px;
    padding: 14px 20px;
    background: none;
  }
  header #header_inner h1 img {
    width: 65px;
    height: auto;
  }
  header #header_inner #pc_nav {
    display: none;
  }
  header #slider .slide01, header #slider .slide02, header #slider .slide03, header #slider .slide04 {
    height: 520px;
  }
  header #slider .slide01 .feature_area, header #slider .slide02 .feature_area, header #slider .slide03 .feature_area, header #slider .slide04 .feature_area {
    margin: 170px auto 0;
    width: 85%;
  }
  header #slider .slide01 .feature_area p, header #slider .slide02 .feature_area p, header #slider .slide03 .feature_area p, header #slider .slide04 .feature_area p {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  header #slider .slide01 .feature_area p span, header #slider .slide02 .feature_area p span, header #slider .slide03 .feature_area p span, header #slider .slide04 .feature_area p span {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .btn_contact {
    margin: 30px auto;
    text-align: center;
  }
  .btn_contact a {
    font-size: 2rem;
    display: inline-block;
    padding: 20px 60px;
  }
  .btn_contact2 {
    margin-top: 50px;
  }
  .btn_contact2 a {
    font-size: 1.8rem;
    padding: 18px 50px;
    text-decoration: none;
  }
  #main {
    margin: 60px auto 80px;
    width: 100%;
    text-align: center;
  }
  #main h2 {
    font-size: 2.6rem;
  }
  #main #service ul.type {
    width: 200px;
    margin: 20px auto 0;
    display: inherit;
  }
  #main #service ul.type li h3 {
    margin-top: 40px;
    width: 185px;
    height: 185px;
    font-size: 1.8rem;
  }
  #main #service ul.type li h3 span {
    width: 185px;
  }
  #main #service ul.type li p.copy {
    font-size: 1.7rem;
  }
  #main #service ul.type li ul li {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  #main #service ul.type li p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  #main #products {
    margin: 80px auto 0;
    width: 100%;
  }
  #main #products #it, #main #products #con, #main #products #edu, #main #products #marketing, #main #products #translate, #main #products #creators_jp {
    margin-top: 30px;
    padding: 10%;
  }
  #main #products h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #main #products h3 span {
    font-size: 1.4rem;
  }
  #main #products h3::after {
    width: 80px;
    bottom: -14px;
    left: calc(50% - 40px);
  }
  #main #products ul.prod_inner {
    display: inline;
  }
  #main #products ul.prod_inner .prod_cnt {
    width: 100%;
    margin: 0 auto 40px;
  }
  #main #products ul.prod_inner .prod_cnt .tit {
    margin-bottom: 5px;
  }
  #main #products ul.prod_inner .prod_cnt .tit h4 {
    font-size: 2.2rem;
  }
  #main #products ul.prod_inner .prod_cnt .tit p {
    text-align: left;
    line-height: 1.4;
  }
  #main #products ul.prod_inner .prod_cnt .copy {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #main #products ul.prod_inner .prod_cnt ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #main #products ul.prod_inner .prod_cnt ul li {
    font-size: 1.5rem;
  }
  #main #products ul.prod_inner .prod_cnt .notice {
    line-height: 1.4;
  }
  #main #products .it_detail {
    width: 86%;
    padding: 7%;
  }
  #main #products .it_detail dl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #main #products .it_detail dl dt {
    margin-bottom: 5px;
  }
  #main #teams {
    margin: 80px auto 0;
    width: 90%;
    display: inherit;
  }
  #main #teams .copy {
    font-size: 1.6rem;
  }
  #main #teams .photo {
    margin: 30px auto 0;
    width: 100%;
    display: inherit;
    text-align: center;
  }
  #main #teams .photo li {
    width: 180px;
    margin: 0 auto 30px;
  }
  #main #teams .photo li div {
    font-size: 1.8rem;
  }
  #main #teams .photo li div span {
    font-size: 1.8rem;
  }
  #main #teams p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #main #about {
    margin: 80px auto 0;
    width: 90%;
  }
  #main #about .about_inner {
    margin: 30px auto 0;
    display: inherit;
    width: 100%;
  }
  #main #about .about_inner img {
    display: none;
  }
  #main #about .about_inner ul {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 0;
  }

  #main #about .about_inner ul.list {
    margin-left: 1em;
  }
  #main #about .center {
    width: 100%;
    padding: 0;
  }
  #main #about .center .center_inner {
    display: inherit;
  }
  #main #about .center .center_inner img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #main #about .center .center_inner ul {
    border: none;
    padding-left: 0;
    margin-top: 10px;
  }
  #totop {
    width: 100%;
    position: fixed;
    right: 5%;
    bottom: 5%;
  }
  footer {
    margin: 0;
  }
  footer ul {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    display: inherit;
    line-height: 2.2;
    font-size: 1.6rem;
  }
  footer ul li {
    border: none;
  }
  footer #info {
    text-align: left;
    width: 90%;
    margin: 110px auto 0;
    font-size: 1.8rem;
  }
  footer #copyright {
    font-size: 1.4rem;
    text-align: left;
    width: 90%;
    margin: 5px auto 0;
  }
}
/*# sourceMappingURL=style.css.map */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 60px 40px 40px 40px;
  /* border: 1px solid #888; */
  width: 100%;
  max-width: 600px;
  /* border-radius: 10px; */
  position: relative;
  border: 20px solid #e1eeec;
}
.modal-content form {
  display: block;
  width: 100%;
}
.modal-content form .form-group {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.modal-content form .form-group label {
  display: block;
  width: 160px;
  margin-right: 10px;
  font-size: 16px;
  text-align: left;
}
.modal-content form .form-group input {
  display: block;
  width: calc(100% - 170px);
  height: 38px;
  border-radius: 7px;
  border: unset;
  border: 1px solid #ddd;
  font-size: 17px;
  padding-left: 10px;
}
.modal-content form .form-group textarea {
  width: calc(100% - 170px);
  height: 90px;
  border-radius: 7px;
  border: unset;
  border: 1px solid #ddd;
  resize: none;
  padding-left: 10px;
  padding-top: 10px;
}
.modal-content form .btn {
  font-size: 18px;
  background-color: #0B318F;
  border-radius: 100px;
  color: #fff;
  border: unset;
  padding: 15px 25px;
  font-weight: bold;
  min-width: 160px;
  cursor: pointer;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  /* float: right; */
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Alert */
.alert {
  font-size: 18px;
  padding: 17px 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 7px;
  z-index: 999;
}

.alert.success {background-color: #04AA6D;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: -2px;
}

.closebtn:hover {
  color: black;
}

@media only screen and (max-width: 768px) {
  .modal-content {
    max-width: calc(100% - 120px);
    padding: 30px 20px 20px 20px;
  }
  .modal-content form .form-group {
    display: block;
  }
  .modal-content form .form-group label {
    margin-bottom: 8px;
  }
  .modal-content form .form-group input {
    width: 100%;
    padding: 0;
    text-indent: 10px;
  }
  .modal-content form .form-group textarea {
    width: 100%;
    padding: 0;
    text-indent: 10px;
  }
}