/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*
  border: 1px solid #333;
  background-color: #ccc;
  background-color: rgb(8,18,48,0.8);*/

/*
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');
* {
  font-family: 'Roboto', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
}

header.bkg-full-top {
  z-index: 50;
}

.row-fluid-wrapper,
not:(.dnd_areahome-row-13-background-gradient){
  background-color: #fafafa;
}

.dnd_areahome-row-13-background-gradient){
  background-image: linear-gradient(to bottom right, rgba(8, 18, 48, 1), rgba(24, 43, 98, 1)) !important;
}

p {/*
  font-size: 0.8em;*/
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  z-index: 5;
}
em {
  font-family: 'Noto Sans JP', sans-serif;
}
span {
  font-family: 'Noto Sans JP', sans-serif;
}

video {
  max-width: 100%;
}

.cta_text {
  font-size: 2.6vw;
  color: #081230;
  text-align: center;
}
@media(max-width: 767px) {
  .cta_text {
    font-size: 4.2vw;
  }
  .memu-link-mobile {
  color: #fefefe !important;
  }
}


@media(min-width: 768p) {
  .bkg-full-top .navigation-primary ul.level-1 li a {
    color: #081230 !important;
  }
}
 .navigation-primary .submenu.level-2,
 .navigation-primary .submenu.level-3 {
  border-top: 4px solid #081230;
}
 .navigation-primary .submenu.level-2 > .menu-item:hover,
 .navigation-primary .submenu.level-2 > .menu-item:hover,
 .navigation-primary .submenu.level-3 > .menu-item:hover,
 .navigation-primary .submenu.level-3 > .menu-item:hover {
  background-color: #081230;
}
 .navigation-primary .submenu.level-1 > .menu-item:hover > a.menu-link,
 .navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
 .navigation-primary .submenu.level-2 > .menu-item.active-item > a.menu-link,
 .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
 .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link,
 .navigation-primary .submenu.level-2 > .menu-item > a.menu-link.active-item,
 .navigation-primary .submenu.level-3 > .menu-item > a.menu-link.active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
  color: #8085ad;
}


@media (max-width: 767px) {
  .navigation-primary .submenu {
    background-color: #081230 !important;/* 変わっていない！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！ */
  }
}

.joblist {
}
.joblist em {
  display: block;
  font-size: 0.6em;
  font-style: normal;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: -1em;
}
.joblist span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
}

@media screen and (max-width: 480px) {
  .joblist {
    width: 90%;
  }
  .joblist em {
    font-size: 0.5em;
  }
}

#header_image {
  display: inline-flex;
  background-color: #081230;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 200px;
}
#header_image h2 {
  margin: auto;
}
@media(min-width: 980px) {
  #header_image {
    height: 300px;
  }
}
@media(min-width: 1024px) {
  #header_image {
    height: 400px;
  }
}


.head_txt {
  line-height: 1.5em;
  width: fit-content;
  margin: auto;
}

/* mobile */
section {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

section > div {
  max-width: 1200px;
  margin: auto;
}

@media(max-width: 1023px) {
  section {
    margin: 20px;
  }
}

/* poem */
.recruit_poem,
.recruit_poem p {
  line-height: 1.5rem;
  margin-bottom: 1.2rem;
  color: #666;
}

@media(min-width: 1024px) {
  #recruit_poem {
    width: 80%;
    max-width: 1000px;
    margin: 4em auto;
  }
}


/* タイトルh3 */
.section_title {
  position: relative;
}
.section_title h3 {
  font-weight: bold;
  font-weight: 900;
  font-size: 4em;
  color: #081230;
  padding-top: 0.2em;
}
.section_title p {
  color: #333;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-top: -1.5em;
  margin-left: 2em;
}
.section_explain {
  font-size: 0.8em;
}

@media(max-width: 1023px) {
  .section_title h3 {
    font-size: 2.125em;
    margin-bottom: 0.5em;
  }
  .section_title p {
    font-size: 1em;
  }
}

/* section_content */
.section_content {
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 1em;/*
  font-family: 'Klee One', cursive;*/
}


/* LINK */
.linkbutton {
  text-align: center;
}
.linkbutton a {
  display: block;
  background-color: #081230;
  padding: 2em;
  max-width: 1000px;
  margin: auto;
}
.linkbutton a:hover {
  background-color: #182b62;
}
.linkbutton a span {
  color: #fff;
}
.linkbutton a span::after {
  font-family: FontAwesome;
  content: "\f061";
  margin-left: 1em;
}

/*
.section_link {
  width: 90%;
}*/
.section_link span {
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin: auto;
  max-width: 10em;
  padding: 0.5em 2em;
  border: 1px solid #081230;
  color: #081230;
}


.footer__container {
  visibility: hidden;
  display: none;
}

.footer_copy_container {
  background-color: #000;
}


#wrapper_form div {
  width: 100%;
}
#wrapper_form p {
  text-align: center;
  margin: 0 auto 1em;
}


@media(max-width: 767px) {
  .header__mobile-menu-icon,
  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    background-color: #fff;
  }
  .navigation-primary .submenu.level-1>.menu-item:hover>a.menu-link,
  .navigation-primary .submenu.level-1>.menu-item>a.menu-link.active-item {
    color: #fff !important;
  }
  .header__language-switcher-label-current:focus,
  .header__language-switcher-label-current:hover,
  .navigation-primary .submenu.level-1>.menu-item:hover>a.menu-link,
  .navigation-primary .submenu.level-1>.menu-item>a.menu-link.active-item,
  .navigation-primary .submenu.level-2>.menu-item.active-item>a.menu-link,
  .navigation-primary .submenu.level-2>.menu-item:hover>a.menu-link,
  .navigation-primary .submenu.level-2>.menu-item>a.menu-link.active-item,
  .navigation-primary .submenu.level-3>.menu-item:hover>a.menu-link,
  .navigation-primary .submenu.level-3>.menu-item>a.menu-link.active-item {
    color: #8085ad !important;
  }
}


/* 背景色 */
@media(min-width: 1024px) {
  section div,
  section p,
  section a {
    position: relative;
    z-index: 5;
  }
  section {
    max-width: 1600px;
    margin: auto;
    position: relative;
  }
  section:not(#wrapper_poem,#wrapper_aboutus)::after {
    content: "";
    display: block;
    position: absolute;/*
    background-color: #eefafa;
    width: 100%;
    height: 100%;*/
    background-color: #eee;
    z-index: 1;
  }
}