@charset "UTF-8";
/*------------------
reset area
-------------------*/
body {
  color: #333 !important;
  background: #fff;
  line-height: 1.5;
  font-family: "nitalago-ruika", sans-serif !important;
  font-weight: 100;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-size: 16px;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0c408a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/*------------------
common header
-------------------*/
#navapp {
  background: #fff;
  height: 55px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

@media screen and (min-width: 1000px) {
  #navapp {
    display: none;
  }
}

#navapp .navbar-logo {
  position: fixed;
  top: -5px;
  left: 15px;
  height: 45px;
  width: 180px;
  object-fit: contain;
  margin-right: 5px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #navapp .navbar-logo {
    width: 200px;
  }
}

.navbar {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1540px;
  height: 70px;
}

@media screen and (min-width: 768px) {
  .navbar {
    height: 75px;
  }
}

@media screen and (min-width: 1000px) {
  .navbar {
    height: auto;
  }
}

@media screen and (min-width: 1541px) {
  .navbar {
    box-shadow: none;
  }
}

.navbar .navbar-brand a::after {
  content: none;
}

.navbar li a {
  color: #fff;
  position: relative;
}

.navbar li a:hover {
  transition: 0.3s;
  text-decoration: none;
}

.navbar li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.navbar li a::after {
  position: absolute;
  bottom: -4px;
  left: 10%;
  content: '';
  width: 80%;
  height: 1px;
  background: #005E87;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.navbar .logo {
  display: none;
}

@media screen and (min-width: 1000px) {
  .navbar .logo {
    display: block;
    height: 35px;
    object-fit: contain;
    margin-bottom: 10px;
  }
}

.dsk-nav-bg {
  display: none;
}

@media screen and (min-width: 1000px) {
  .dsk-nav-bg {
    display: block;
  }
}

.dsk-nav-bg .navbar {
  position: fixed !important;
  z-index: 100;
  background: #fff;
  max-width: none;
}

.dsk-nav-bg .navbar .logo {
  position: static;
}

.dsk-nav-bg .navbar a {
  color: #005E87;
  font-weight: bold;
}

.sub_menu h1 a {
  color: #fff;
  font-size: 0.8em !important;
  text-align: left;
}

.sub_menu .tel {
  height: 40px;
}

.sub_menu .line-app {
  width: 37px;
  height: 37px;
}

.btn_position_sp {
  top: auto;
  left: auto;
  right: 5%;
  bottom: 50px;
  margin: auto;
  z-index: 6;
}

@media screen and (min-width: 768px) {
  .btn_position_sp {
    display: none !important;
  }
}

.btn_position_dsk {
  display: none;
}

@media screen and (min-width: 768px) {
  .btn_position_dsk {
    display: block;
    top: 40px;
    left: auto;
    right: 45px;
    bottom: auto;
    margin: auto;
    z-index: 6;
  }
}

.navarea {
  width: 100%;
  margin-left: 50px;
}

.navarea a {
  color: #005E87;
  transition: 0.3s;
}

.navarea ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.navarea ul li {
  align-items: flex-start;
}

.border_none {
  border: none !important;
}

.nav-list {
  font-size: 11.5px;
}

.nav-list .nav-link {
  padding: 0 12px 0 !important;
  border-right: 1px solid #005E87;
}

@media screen and (min-width: 1000px) {
  .nav-list {
    font-size: 14px;
  }
  .nav-list .nav-link {
    padding: 0 12px !important;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .nav-list .nav-link {
    padding: 0 25px !important;
  }
}

@media screen and (min-width: 1000px) {
  .nav-list .nav-link:hover {
    text-decoration: none;
    color: #005E87 !important;
  }
}

@media screen and (min-width: 1200px) {
  .nav-list {
    font-size: 16px;
  }
}

.h_logo_area p {
  display: none;
}

@media screen and (min-width: 768px) {
  .h_logo_area p {
    display: block;
    width: 160px;
  }
}

@media screen and (min-width: 1000px) {
  .h_logo_area p {
    width: 290px;
  }
}

.h_logo_area a {
  color: #000;
  font-size: 12px;
}

.is-animation {
  background: #323232 !important;
  transition: 0.4s;
}

.header_box {
  display: none;
}

@media screen and (min-width: 768px) {
  .header_box {
    display: flex;
  }
}

.xsm {
  display: block;
}

@media screen and (min-width: 400px) {
  .xsm {
    display: none;
  }
}

.xxs {
  display: block;
}

@media only screen and (min-width: 375px) {
  .xxs {
    display: none;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.sp_md {
  display: block;
}

@media screen and (min-width: 1000px) {
  .sp_md {
    display: none;
  }
}

.dsk {
  display: none;
}

@media screen and (min-width: 768px) {
  .dsk {
    display: block;
  }
}

/*ボタン*/
.hamburger_btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 72px;
  cursor: pointer;
  z-index: 1050;
}

.hamburger_btn .line {
  position: absolute;
  top: 0;
  left: 20px;
  width: 32px;
  height: 2px;
  background: #005E87;
  text-align: center;
}

.hamburger_btn .line_01 {
  top: 16px;
  transition: 0.4s ease;
}

.hamburger_btn .line_02 {
  top: 26px;
  transition: 0.4s ease;
}

.hamburger_btn .line_03 {
  top: 36px;
  transition: 0.4s ease;
}

.btn_line01 {
  transform: translateY(10px) rotate(-45deg);
  transition: 0.4s ease;
  background: #000 !important;
}

.btn_line02 {
  transition: 0.4s ease;
  opacity: 0;
}

.btn_line03 {
  transform: translateY(-10px) rotate(45deg);
  transition: 0.4s ease;
  background: #000 !important;
}

/*サイドバー*/
.menu-enter-active, .menu-leave-active {
  transition: opacity 0.4s;
}

.menu-enter, .menu-leave-to {
  opacity: 0;
}

.menu-leave, .menu-enter-to {
  opacity: 1;
}

.menu li {
  list-style: none;
  line-height: 1;
  padding: 1rem;
}

.menu {
  background-color: #fff;
  z-index: 1040;
  padding: 2rem 0;
  position: fixed;
  width: 16rem;
  height: 340px;
  top: 0;
  right: 0;
}

.menu a {
  color: #005E87;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.5rem 1.0rem;
  border-bottom: 1px solid #005E87;
}

.menu a:hover {
  text-decoration: none;
}

.menu ul {
  margin: 5px;
  padding: 0;
}

/*background cover*/
.bg_cover-enter-active, .bg_cover-leave-active {
  transition: opacity 0.4s;
}

.bg_cover-enter, .bg_cover-leave-to {
  opacity: 0;
}

.bg_cover-leave, .bg_cover-enter-to {
  opacity: 1;
}

.bg_cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1035;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.header-change {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-change {
    display: block;
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: -200px;
    z-index: 1040;
    transition: .5s;
    width: 100%;
    color: #000;
  }
}

.gnav {
  width: 100%;
  overflow: hidden;
  margin: 0 10px;
  font-size: 0.7rem;
}

.gnav ul {
  justify-content: flex-end;
}

@media screen and (min-width: 1000px) {
  .gnav .gnav__menu__item {
    padding: 0 10px;
  }
}

@media screen and (min-width: 2560px) {
  .gnav .gnav__menu__item {
    padding: 0 20px;
  }
}

.header-change.show {
  top: 0;
}

.gnav__menu {
  display: flex;
  padding-left: 0;
}

@media screen and (min-width: 1000px) {
  .gnav__menu {
    padding-left: auto;
  }
}

.gnav__menu li {
  list-style: none;
}

.header-change .gnav__menu__item a {
  color: #000;
  text-decoration: none;
  display: block;
}

.gnav__menu__item {
  margin: 0 5px;
}

@media screen and (min-width: 1000px) {
  .gnav__menu__item {
    margin: 0 10px;
  }
  .gnav__menu__item .show_btn {
    padding: 2px 5px;
    border: 1px solid #000;
  }
}

@media screen and (min-width: 1200px) {
  .gnav__menu__item .show_btn {
    padding: 4px 8px;
  }
}

@media screen and (min-width: 768px) {
  .logo-scroll img {
    height: 35px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .logo-scroll img {
    height: 40px;
    margin-left: 50px;
  }
}

/*------------------
common footer
-------------------*/
.banner_area img {
  height: 40px;
}

#scroll2 {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 900;
}

@media screen and (min-width: 1000px) {
  #scroll2 {
    bottom: 70px;
    right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  #scroll2 {
    right: 60px;
  }
}

.scroll_to_top {
  opacity: 0;
}

.scroll_to_top::before {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 70px;
  height: 110px;
}

.scroll_to_top a {
  position: relative;
  color: #cc0202;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(90deg);
}

.scroll_to_top a::before {
  content: '';
  position: absolute;
  transition: 0.3s;
  top: -21px;
  right: -10px;
  width: 87px;
  height: 14px;
  border-left: 4px solid #cc0202;
  border-bottom: 2px solid #cc0202;
  /* IE 9 */
  transform: skewX(-60deg);
}

.scroll_to_top a:hover {
  text-decoration: none !important;
  color: #cc0202;
}

.scroll_call {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
}

.scroll_call img {
  display: block;
  object-fit: contain;
}

.scroll_call .dsk {
  display: none;
}

@media screen and (min-width: 768px) {
  .scroll_call {
    width: 250px;
    text-align: center;
    border-radius: 0;
  }
  .scroll_call:hover {
    color: #FFF;
    text-decoration: none;
  }
  .scroll_call p {
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .scroll_call .dsk {
    display: block;
    margin: 8px 0 0;
  }
}

.footer_logo_area {
  background-color: #e6e6e6;
}

.footer_logo_area img {
  height: 60px;
}

.footer_logo_area .pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer_logo_area .pc {
    display: block;
  }
}

.footer_logo_area .sp {
  display: block;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .footer_logo_area .sp {
    display: none;
  }
}

.footer-info-area {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer-info-area {
    display: block;
  }
}

.footer_logo {
  height: 80px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .footer_logo {
    margin-left: 50px;
  }
}

.footer_desc {
  padding-left: 43px !important;
}

@media screen and (min-width: 768px) {
  .footer_desc {
    padding-left: 15px;
  }
}

.btn_area a {
  color: #fff !important;
}

.btn_base {
  position: relative;
  color: #fff;
  background-image: url("/image/top/btn_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 235px;
  height: 65px;
  padding: 18px 15px 0px 0px;
  text-align: center !important;
}

.btn_base .wht_arrow {
  position: absolute;
  margin-left: 13px;
  margin-top: 5px;
  border-left: 13px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.btn_base:hover {
  color: #fff;
  text-decoration: none;
}

.btn_base:hover::before {
  transform: translateX(0%);
}

.btn_base:hover i {
  color: #fff;
  transition: all .5s ease-in-out;
}

@media screen and (min-width: 1000px) {
  .btn_header {
    width: 300px;
    height: 100px;
    font-size: 1.6em;
    padding: 25px 15px 0px 0px;
  }
  .btn_header .wht_arrow {
    margin-top: 10px;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

@media screen and (min-width: 1000px) {
  .btn_footer {
    width: 355px;
    height: 100px;
    font-size: 2.0em;
  }
  .btn_footer .wht_arrow {
    margin-top: 15px;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

/*------------------
font area
-------------------*/
.normal_font {
  font-size: 1.1em;
}

.large_font {
  font-size: 1.8em;
}

.small_font {
  font-size: 0.8em;
}

.title_font {
  font-family: "nitalago-ruika", sans-serif;
}

.navbar a {
  font-family: "nitalago-ruika", sans-serif;
}

footer {
  font-family: "nitalago-ruika", sans-serif;
}

.main_title {
  color: #333;
  font-size: 1.8em;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .main_title {
    font-size: 2.5em;
  }
}

.main_title span {
  font-weight: 700;
}

.main_visual .mainv-subtitle {
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  .main_visual .mainv-subtitle {
    font-size: 1.3em;
  }
}

.sub_main_visual h1, .sub_main_visual p {
  font-family: "nitalago-ruika", sans-serif;
  color: #FFF;
}

.sub_main_visual h1 {
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .sub_main_visual h1 {
    font-size: 3em;
  }
}

.normal_title h2 {
  font-size: 1.8em;
  font-family: "nitalago-ruika", sans-serif;
  margin-bottom: 0;
}

.normal_title h3 {
  font-size: 1.1em;
  font-family: "nitalago-ruika", sans-serif;
}

.normal_title h4 {
  font-size: 1.1em;
  font-family: "nitalago-ruika", sans-serif;
}

.normal_title p {
  font-size: 1.1em;
  font-family: "nitalago-ruika", sans-serif;
}

.normal_title a {
  font-size: 1.1em;
  font-family: "nitalago-ruika", sans-serif;
}

.normal_title img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .normal_title h2 {
    font-size: 1.3em;
  }
  .normal_title h3 {
    font-size: 2.5em;
  }
  .normal_title h4 {
    font-size: 1.2em;
  }
  .normal_title p {
    font-size: 1.8em;
  }
}

h2.title_backline {
  font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  h2.title_backline {
    font-size: 2.5em;
  }
}

h3.under_backline {
  font-size: 1.1em;
}

@media screen and (min-width: 768px) {
  h3.under_backline {
    font-size: 1.2em;
  }
}

.sub_title {
  font-family: "nitalago-ruika", sans-serif;
  text-align: center;
}

.sub_title h3 {
  font-size: 1.2em;
}

.sub_title p {
  font-size: 1.1em;
}

.triple_card, .double_card {
  color: #333;
  font-family: "nitalago-ruika", sans-serif;
}

.triple_card h3, .double_card h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.triple_card h4, .double_card h4 {
  font-size: 1.1em;
}

@media screen and (min-width: 768px) {
  .triple_card h4, .double_card h4 {
    font-size: 1.0em;
  }
}

@media screen and (min-width: 1000px) {
  .triple_card h4, .double_card h4 {
    font-size: 1.2em;
  }
}

.triple_card p, .double_card p {
  font-size: 1.1em;
}

.title_visual h2 {
  font-size: 2.5em;
}

.title_visual p {
  font-size: 1.1em;
}

.title_visual .mini_title {
  font-size: 1.8em;
}

.main_visual h1, .main_visual p {
  font-family: "nitalago-ruika", sans-serif;
  color: #FFF;
}

.main_visual h1 {
  font-size: 1.8em;
}

.main_visual p {
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  .main_visual h1 {
    font-size: 2.3em;
  }
}

@media screen and (min-width: 1000px) {
  .main_visual h1 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1200px) {
  .main_visual h1 {
    font-size: 3.5em;
  }
}

@media screen and (min-width: 768px) {
  .info_area h3 {
    font-size: 35px !important;
  }
}

.sub_mainvisual h1 {
  font-size: 1.9em;
  font-family: "nitalago-ruika", sans-serif;
}

.sub_mainvisual p {
  font-size: 1.8em;
  font-family: "nitalago-ruika", sans-serif;
}

@media screen and (min-width: 768px) {
  .sub_mainvisual h1 {
    font-size: 3em;
  }
}

.btn_container {
  font-family: "nitalago-ruika", sans-serif;
}

.entry-content h1, .widget-area h1 {
  font-size: 1.9em;
}

.entry-content h2, .widget-area h2 {
  font-size: 1.8em;
}

.entry-content h3, .widget-area h3 {
  font-size: 1.2em;
}

.entry-content h4, .widget-area h4 {
  font-size: 1.1em;
}

.entry-content p, .widget-area p {
  font-size: 1.1em;
}

.entry-content ul li, .widget-area ul li {
  font-size: 1.1em;
}

.entry-content a, .widget-area a {
  color: #333;
}

.entry-content a:hover, .widget-area a:hover {
  color: #015176;
  text-decoration: none;
}

.layer_textarea h3 {
  font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  .layer_textarea h3 {
    font-size: 2.5em;
  }
}

.layer_textarea h4 {
  font-size: 1.8em;
}

.privacy_title h2 {
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .privacy_title h2 {
    font-size: 2.0rem;
  }
}

.access_title h3 {
  font-size: 1.3em;
}

.access_title p {
  font-size: 1em;
}

.banner_inner p, .btn_banner p {
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  .banner_inner p, .btn_banner p {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1200px) {
  .banner_inner p, .btn_banner p {
    font-size: 1.8em;
  }
}

.p-style1 {
  font-weight: 600;
  line-height: 25px;
}

.p-style2 {
  font-weight: 600;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .p-style2 {
    font-size: 0.85em;
    font-family: "nitalago-ruika", sans-serif;
    white-space: nowrap;
    letter-spacing: 0.1px;
  }
}

.company_area .in-box-title h4 {
  font-weight: 700;
  font-size: 1.1em;
}

.company_area .in-box-title p {
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  .company_area .in-box-title h4 {
    font-size: 1.2em;
  }
  .company_area .in-box-title p {
    font-size: 0.9em;
  }
}

.pic_inner_box p {
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .pic_inner_box p {
    font-size: 1em;
  }
}

.news-panel1 h6 {
  font-size: 0.8em;
  font-family: "nitalago-ruika", sans-serif;
  letter-spacing: 0.1px;
}

@media screen and (min-width: 768px) {
  .news-panel1 h6 {
    font-size: 0.9rem;
  }
}

.news-panel2 .news-title {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .news-panel2 p,
  .news-panel2 .news-title {
    font-size: 0.9em;
  }
}

.news_list_area .news_content {
  font-weight: 600;
}

.news_list_area .news_content p {
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .news_list_area .news_content p {
    font-size: 1em;
  }
}

.news_list_area .news_content .date {
  font-size: 0.7em;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) {
  .news_list_area .news_content .date {
    font-size: 0.8em;
  }
}

.social_media .sm-1 p {
  font-size: 0.9em;
  font-family: "nitalago-ruika", sans-serif;
  letter-spacing: 0.1px;
}

.copyright p {
  font-family: "nitalago-ruika", sans-serif;
}

/*------------------
top
-------------------*/
body {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bg-gradation {
  background: linear-gradient(to right, #0077ff, #65c88a);
}

.absolute_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  z-index: 5;
}

@media screen and (min-width: 2560px) {
  .absolute_center {
    left: 43.5%;
  }
}

@media screen and (min-width: 768px) {
  .dsk_abs_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 2560px) {
  .dsk_abs_center {
    left: 43.5%;
  }
}

.blog_card_tile {
  margin-bottom: 50px;
  z-index: 2;
  background: #000;
}

.blog_card_tile img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  .blog_card_tile img {
    height: 500px;
  }
}

@media screen and (min-width: 1000px) {
  .blog_card_tile img {
    height: 900px;
  }
}

.blog_card_tile .in_blog_card_tile {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .blog_card_tile .in_blog_card_tile {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  .blog_card_tile .in_blog_card_tile {
    opacity: 0;
  }
  .blog_card_tile .in_blog_card_tile:hover {
    transition: 0.4s;
    opacity: 1;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

#section2 {
  padding-top: 90px;
  margin-top: -90px;
}

#section4, #section5 {
  padding-top: 50px;
  margin-top: -50px;
}

.main_visual {
  position: relative;
  width: 100%;
  background-image: url("/image/top/main_visual_bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 19% 50%;
  text-align: center;
  background-color: #C0F1FC;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .main_visual {
    margin-top: 50px;
    padding-top: 100px;
    background-image: url("/image/top/main_visual_bg.png");
    background-position: 0% 100%;
  }
}

@media screen and (min-width: 1000px) {
  .main_visual {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 140px;
    text-align: left;
  }
}

.main_visual .main_visual_bg_parts {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 30%;
  height: 30%;
}

.main_visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 65%;
  margin: 50px auto 0;
  max-width: 400px;
}

@media screen and (min-width: 768px) {
  .main_visual img {
    margin: auto;
    width: 80%;
  }
}

.main_visual .pos_adjust {
  margin-top: 0px;
}

.main_visual p {
  font-size: 0.9em;
  letter-spacing: -1px;
}

@media screen and (min-width: 1000px) {
  .main_visual p {
    font-size: 1.2em;
  }
}

.main_visual .pill_bg {
  color: #33CDF5;
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
}

@media screen and (min-width: 768px) {
  .main_visual .pill_bg {
    padding: 10px 20px;
  }
}

.main_visual .mv_title {
  font-size: 2.5em;
  margin: 20px 0;
}

@media screen and (min-width: 1000px) {
  .main_visual .mv_title {
    font-size: 3.5em;
  }
}

.main_visual .mv_list_style {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.main_visual .mv_list_style li {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.main_visual .mv_list_style li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 10px;
  margin-right: 5px;
  background-image: url(/image/top/mv_bullet_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

@media screen and (min-width: 1000px) {
  .main_visual .mv_list_style li {
    font-size: 1.5em;
  }
  .main_visual .mv_list_style li::before {
    width: 25px;
    height: 25px;
    top: 5px;
    left: 0px;
  }
}

.main_visual .mv_border {
  border-bottom: 7px solid #fff;
}

.main_visual .mv_text {
  font-size: 1.5em;
  margin-bottom: 0;
}

.bg_light_blue {
  background: #C0F1FC;
}

.bg_light_blue2 {
  background: #E1FBFF;
}

.bg_light_blue3 {
  background: #00B7EE;
}

.about_box {
  border-radius: 30px;
  margin: -25px auto 50px;
  padding: 50px;
  background-image: url(/image/top/about_box_bg.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 60% 80%;
}

@media screen and (min-width: 768px) {
  .about_box {
    background-size: 60%;
    background-position: 90% 55%;
  }
}

@media screen and (min-width: 1000px) {
  .about_box {
    background-size: 45%;
    background-position: 90% 45%;
  }
}

@media screen and (min-width: 1200px) {
  .about_box {
    background-size: 30%;
    background-position: 90% 40%;
  }
}

.about_box .inner_box {
  padding: 0 20px;
}

.about_box .title {
  font-size: 1.6em;
  color: #00B7EE;
  letter-spacing: 0;
  margin-bottom: 25px;
}

@media screen and (min-width: 1000px) {
  .about_box .title {
    font-size: 2.0em;
  }
}

.about_box p {
  color: #005E87;
  font-size: 0.8em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .about_box p {
    font-size: 1.0em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .pt_custom {
    padding-top: 45px;
  }
}

@media screen and (min-width: 1000px) {
  .pt_custom {
    padding-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .pt_custom {
    padding-top: 30px;
  }
}

.sub_title_style1 {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  color: #00B7EE;
  font-size: 1.3em;
  letter-spacing: 0;
}

.sub_title_style1::before {
  content: "";
  width: 70px;
  height: 70px;
  line-height: 200px;
  background-color: #C0F1FC;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -8px;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .sub_title_style1::before {
    top: -20px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 1000px) {
  .sub_title_style1 {
    font-size: 1.5em;
  }
}

.desc_card p {
  color: #005E87;
  padding-left: 20px;
  font-size: 0.8em;
  line-height: 2;
}

@media screen and (min-width: 1000px) {
  .desc_card p {
    font-size: 1.0em;
  }
}

.bg_divide {
  background: linear-gradient(90deg, #00B7EE 95%, #fff 95%);
  margin: 50px 0;
}

@media screen and (min-width: 768px) {
  .bg_divide {
    background: linear-gradient(90deg, #00B7EE 90%, #fff 90%);
  }
}

@media screen and (min-width: 1000px) {
  .bg_divide {
    background: linear-gradient(90deg, #00B7EE 80%, #fff 80%);
    margin: 100px 0;
  }
}

.divide_title {
  color: #fff;
  font-size: 1.2em;
  padding: 20px;
  margin: 0px auto;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .divide_title {
    margin: 0px auto 0px 0;
    max-width: 1100px;
    font-size: 2.0em;
  }
}

@media screen and (min-width: 1000px) {
  .divide_title .w_limit {
    max-width: 1100px;
  }
}

.sub_title_style2 {
  font-size: 1.2em;
  color: #00B7EE;
  display: inline-flex;
  letter-spacing: 0;
  line-height: 1.5;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 1000px) {
  .sub_title_style2 {
    font-size: 1.5em;
  }
}

.sub_title_style2 img {
  margin-right: 15px;
  width: 60px;
}

@media screen and (min-width: 1000px) {
  .sub_title_style2 img {
    width: 95px;
  }
}

.desc_p_style {
  color: #005E87;
  font-size: 0.8em;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 1000px) {
  .desc_p_style {
    font-size: 1.0em;
    padding-left: 110px;
  }
}

.sub_title_style3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #00B7EE;
  font-size: 0.9em;
  margin: 25px auto;
}

@media screen and (min-width: 1000px) {
  .sub_title_style3 {
    font-size: 1.3em;
    width: 100%;
    margin: 50px auto 100px;
  }
}

.sub_title_style3::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1.5px;
  background-color: #00B7EE;
  left: 0;
}

@media screen and (min-width: 1000px) {
  .sub_title_style3::before {
    width: 33%;
  }
}

.sub_title_style3::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1.5px;
  background-color: #00B7EE;
  right: 0;
}

@media screen and (min-width: 1000px) {
  .sub_title_style3::after {
    width: 33%;
  }
}

.curriculum_box {
  text-align: center;
  margin-bottom: 50px;
}

.curriculum_box p {
  color: #005E87;
  font-size: 0.8em;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 1000px) {
  .curriculum_box p {
    font-size: 1.0em;
  }
}

.curriculum_box img {
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .curriculum_box img {
    height: 160px;
  }
}

@media screen and (min-width: 1000px) {
  .curriculum_box img {
    margin-bottom: 20px;
  }
}

.contents_box {
  border-radius: 25px;
  padding: 40px 20px;
  background-color: #E1FBFF;
}

.contents_box h3 {
  color: #00B7EE;
  font-size: 1.3em;
}

.contents_box ul {
  list-style: none;
}

.contents_box ul li {
  font-size: 0.8em;
  color: #005E87;
  letter-spacing: 0;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .desc_card div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .contents_box h3, .contents_box ul {
    width: 90%;
    margin: auto;
  }
  .contents_box h3 {
    font-size: 1.3em;
  }
  .contents_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 10px;
  }
  .contents_box ul li {
    font-size: 1em;
  }
}

.bubble_comment {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 30px;
  min-width: 120px;
  max-width: 100%;
  background: #00B7EE;
  border-radius: 15px;
}

@media screen and (min-width: 1000px) {
  .bubble_comment {
    width: 100%;
    max-width: none;
  }
}

.bubble_comment::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00B7EE;
}

.bubble_comment p {
  color: #fff;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .bubble_comment p {
    font-size: 1.3em;
  }
}

.prof_area {
  outline: 1px solid #005E87;
  outline-offset: 10px;
  border-radius: 25px;
  padding: 30px 20px;
  outline-offset: -5px;
}

@media screen and (min-width: 1000px) {
  .prof_area {
    padding: 30px 50px !important;
    outline-offset: -10px;
  }
}

.prof_area p {
  color: #005E87;
  font-size: 0.8em;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0;
}

.prof_area .pill_bg_blue {
  color: #fff;
  background: #33CDF5;
  border-radius: 30px;
  padding: 4px 10px 3px;
  font-size: 0.8em;
  margin-right: 10px;
}

.prof_area .prof_title {
  font-size: 1.2em;
  color: #33CDF5;
}

.prof_area .prof_desc {
  display: inline-flex;
  color: #33CDF5;
  margin-bottom: 10px;
}

.prof_area .prof_desc p {
  margin-bottom: 0;
  align-items: end;
}

.flow_area {
  position: relative;
  padding-bottom: 50px;
}

.flow_area h2 {
  font-size: 1.2em;
  color: #00B7EE;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .flow_area h2 {
    font-size: 2.0em;
    margin: 50px auto 50px;
  }
}

.flow_area::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 48vw 0 50vw;
  border-color: #E1FBFF transparent transparent transparent;
}

.contact_area {
  padding: 100px 0;
}

@media screen and (min-width: 1000px) {
  .contact_area {
    padding: 130px 0 70px;
  }
}

.contact_area h3 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .contact_area h3 {
    font-size: 2.0em;
  }
}

.footer-cs {
  font-size: 0.9em;
}

.step {
  color: #005E87;
}

.btn-radius-solid {
  border-radius: 15px;
  border: solid 2px #fff !important;
  color: #fff !important;
  background: linear-gradient(to right, #eebb2e, #ff7332);
}

.btn-radius-solid-mv {
  width: 300px;
  border-radius: 15px;
  border: solid 2px #fff !important;
  color: #fff !important;
  background: linear-gradient(to right, #eebb2e, #ff7332);
}

.title_center_underbar {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  z-index: 1;
  text-align: center;
  font-size: 1.5em;
  color: #002450;
  font-weight: 600;
}

.title_center_underbar::before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #002450;
}

@media screen and (min-width: 768px) {
  .title_center_underbar::before {
    bottom: -30px;
  }
}

@media screen and (min-width: 768px) {
  .title_center_underbar {
    font-size: 2.5em;
  }
}

.title_center_underbar_grade {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  z-index: 1;
  text-align: center;
  font-size: 1.5em;
  color: #002450;
  font-weight: 600;
}

.title_center_underbar_grade::before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #0d4a8d 25%, #42b5e6 75%);
}

@media screen and (min-width: 768px) {
  .title_center_underbar_grade::before {
    bottom: -30px;
  }
}

@media screen and (min-width: 768px) {
  .title_center_underbar_grade {
    font-size: 2.5em;
  }
}

.title_center_underbar_wht {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4em;
  z-index: 1;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
}

.title_center_underbar_wht::before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .title_center_underbar_wht::before {
    bottom: -30px;
  }
}

@media screen and (min-width: 768px) {
  .title_center_underbar_wht {
    font-size: 2.5em;
  }
}

.worries_bg {
  background-image: url("https://dabada.jp/lp/image/lp/worries_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.white_cover_area {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.white_cover_area .grade_num {
  font-weight: 800;
  font-size: 1.5em;
  background: linear-gradient(to right, #0d4a8d 25%, #42b5e6 75%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (min-width: 768px) {
  .white_cover_area .grade_num {
    font-size: 2.0em;
  }
}

.white_cover_area p {
  font-size: 0.8em;
}

@media only screen and (min-width: 375px) {
  .white_cover_area p {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .white_cover_area p {
    font-size: 1.5em;
  }
}

.bydeco {
  background-color: #000;
  color: yellow;
  padding: 2px;
}

.bdeco {
  color: #fff;
  background-color: #000;
  padding: 2px;
}

.balloon {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #002450;
  border-radius: 15px;
}

.balloon img {
  position: absolute;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -60px;
  border-right: 60px solid transparent;
  border-top: 60px solid #002450;
  border-left: 60px solid transparent;
}

.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -57px;
  border-right: 60px solid transparent;
  border-top: 60px solid #fff;
  border-left: 60px solid transparent;
}

@media screen and (min-width: 768px) {
  .balloon {
    padding: 40px;
  }
}

.big_font {
  font-size: 200%;
}

.blue_grade_line {
  font-size: 1.1em;
  padding: 5px;
  color: #fff;
  background: linear-gradient(to right, #0d4a8d 25%, #42b5e6 75%);
}

@media screen and (min-width: 768px) {
  .blue_grade_line {
    padding: 10px;
    font-size: 1.2em;
    white-space: nowrap;
  }
}

.p_adjust {
  padding: 20px 10px 0px;
}

.blue_grade_font {
  background: linear-gradient(to right, #0d4a8d 25%, #42b5e6 75%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.point {
  font-size: 1.5em;
  color: #808080;
}

.point_title {
  font-size: 1.5em;
  color: #002450;
}

@media screen and (min-width: 768px) {
  .point_title {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1000px) {
  .point_title {
    font-size: 1.5em;
  }
}

.point_img {
  height: 250px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .point_img {
    height: 450px;
  }
}

.y_marker {
  background: yellow !important;
}

.middle_area_title {
  font-size: 1.5em;
  color: #002450;
}

.middle_area_btn {
  width: 100%;
  font-size: 1.2em !important;
  padding: 15px 50px !important;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
}

@media screen and (min-width: 400px) {
  .middle_area_btn {
    width: 300px;
  }
}

.bg-blue-grade {
  background: linear-gradient(to right, #0d4a8d 25%, #42b5e6 75%);
}

.white_box {
  border-radius: 15px;
  background: #fff;
}

@media screen and (min-width: 1000px) {
  .white_box {
    padding: 50px;
  }
}

.line_height_adjust {
  line-height: 3.0;
}

.step_border {
  outline: 2px solid #e6e6e6;
  outline-offset: 0px;
  padding: 25px;
}

@media screen and (min-width: 768px) {
  .step_border {
    outline-offset: -5px;
  }
}

@media screen and (min-width: 1000px) {
  .step_border {
    outline-offset: 0px;
  }
}

.custom_table table {
  font-size: 0.8em;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .custom_table table {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1000px) {
  .custom_table table {
    font-size: 1.2em;
  }
}

.custom_table table tr *:nth-child(2) {
  border-right: 2px solid #15448b;
  border-left: 2px solid #15448b;
  font-weight: 800;
}

.custom_table span {
  font-size: 0.8em !important;
  border: none !important;
  background: none !important;
}

.custom_table table tr *:nth-child(3) {
  font-size: 0.7em;
}

.custom_table table tr *:nth-child(4) {
  font-size: 0.7em;
}

.custom_table table th, .custom_table table td {
  color: #000;
  border: solid 1px #B3B3B3;
  text-align: center;
  padding: 10px 0;
}

.custom_table .under_table {
  font-size: 0.7em;
}

@media screen and (min-width: 768px) {
  .custom_table .under_table {
    font-size: 0.1em;
  }
}

.border_blue {
  border: 1px solid #15448b;
}

.border_blue_top {
  border-top: 2px solid #15448b !important;
}

.border_blue_bottom {
  border-bottom: 2px solid !important;
}

.bt_none {
  border-top: none !important;
}

.bl_none {
  border-left: none !important;
}

.bg-lightblue {
  background-color: rgba(18, 51, 95, 0.1);
}

.bg-none {
  background: none !important;
}

.cbm_link {
  color: #15448b;
  border: none !important;
  background: none !important;
}

.table_top_title {
  font-size: 1.2em !important;
}

@media screen and (min-width: 768px) {
  .table_top_title {
    font-size: 1.5em !important;
  }
}

.astarisk {
  position: relative;
}

.astarisk::before {
  position: absolute;
  content: '*1*2';
  font-size: 0.6em;
  left: 65px;
}

@media screen and (min-width: 768px) {
  .astarisk::before {
    left: 70px;
  }
}

@media screen and (min-width: 1000px) {
  .astarisk::before {
    left: 95px;
  }
}

.person_area_border {
  border: 5px solid #e6e6e6;
  border-radius: 15px;
}

.accordion button {
  font-weight: 600;
  color: #002450;
}

.card-header {
  position: relative;
  padding-right: 50px !important;
}

.card-header::before {
  content: '';
  position: absolute;
  top: 35%;
  right: 5%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #42b5e6;
  z-index: 0;
}

.card-header button {
  position: relative;
  z-index: 1;
}

.card-header button:hover {
  text-decoration: none;
  color: #002450;
}

@media screen and (min-width: 768px) {
  .card-header {
    padding-right: 1.25rem !important;
  }
}

.bg_problem {
  background-image: url("https://dabada.jp/lp/image/lp/problem.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_problem .white_box_transparent {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 1000px) {
  .bg_problem .white_box_transparent {
    padding: 50px;
  }
}

.bg_problem ul {
  font-weight: 600;
  list-style-type: square;
  line-height: 2;
}

.blue_font {
  color: #42b5e6;
  text-decoration: underline;
}

.dark_blue_font {
  color: #002450;
}

.company_table table {
  width: 100%;
  border-collapse: collapse;
  color: #002450;
  font-weight: 600;
}

.company_table table tr {
  border-bottom: solid 2px #ccc;
}

.company_table table tr:last-child {
  border-bottom: none;
}

.company_table table th {
  position: relative;
  text-align: left;
  width: 30%;
  border: 1px solid #ccc;
  color: #002450;
  text-align: center;
  padding: 10px 0;
}

.company_table table td {
  border: 1px solid #ccc;
  text-align: left;
  width: 70%;
  padding: 10px 50px;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 8px;
}

.contact-form .contact-input,
.contact-form .contact-paragraph,
.contact-form .contact-downloads {
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .contact-form .contact-input,
  .contact-form .contact-paragraph,
  .contact-form .contact-downloads {
    width: 75%;
  }
}

.contact-form .contact-label {
  width: 100%;
  display: flex;
  align-items: center;
}

.contact-form .contact-label p {
  color: #002450;
}

@media screen and (min-width: 768px) {
  .contact-form .contact-label {
    align-items: flex-start;
    justify-content: space-between;
  }
}

.contact-form .any,
.contact-form .mandatory {
  font-size: 0.75em;
  color: #fff;
  padding: 2px 12px;
}

@media screen and (min-width: 768px) {
  .contact-form .any,
  .contact-form .mandatory {
    font-size: 0.9em;
  }
}

.contact-form .any {
  background-color: #42B5E6;
}

.contact-form .mandatory {
  background-color: #FF7332;
}

.contact-form .contact-downloads p {
  color: #002450;
}

.contact-form .contact-downloads .contact-button-dark,
.contact-form .contact-downloads .contact-button-light {
  width: 80%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

@media screen and (min-width: 400px) {
  .contact-form .contact-downloads .contact-button-dark,
  .contact-form .contact-downloads .contact-button-light {
    width: 230px;
  }
}

.contact-form .contact-downloads .contact-button-dark {
  color: #fff;
  background-color: #4D4D4D;
}

.contact-form .contact-downloads .contact-button-light {
  color: #000;
  border: 1px solid #4D4D4D;
  background-color: #fff;
}

.footer-cs {
  background: #005E87;
  color: #fff;
}

.footer-cs a {
  color: #fff;
}

.footer-cs a:hover {
  color: #fff;
  text-decoration: none;
}

.font-small {
  font-size: 80%;
}
/*# sourceMappingURL=style.css.map */