@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

html.wf-active {
  opacity: 1;
}

img {
  max-width: 100%;
}

.copyright {
  display: none;
}

@media screen and (min-width: 1024px) {
  .copyright {
    position: fixed;
    top: calc((100% - 250px) / 2);
    left: 24px;
    display: block;
    width: 20px;
    height: 250px;
    background-image: url(../img/copyright.svg);
    background-repeat: no-repeat;
  }
}

.gotop {
  position: fixed;
  top: calc((100% - 175px) / 2);
  right: 24px;
  display: block;
  width: 20px;
  height: 80px;
  background-image: url(../img/gotop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  cursor: pointer !important;
}

@media screen and (min-width: 1024px) {
  .gotop {
    width: 50px;
    height: 175px;
  }
}

.gotop:hover {
  cursor: pointer;
}

.breadcrumbs {
  display: none;
}

@media screen and (min-width: 1280px) {
  .breadcrumbs {
    display: block;
    margin-top: 24px;
    margin-bottom: 110px;
  }
  .breadcrumbs__list {
    font-size: 14px;
    overflow: hidden;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .breadcrumbs__listItem {
    float: left;
  }
}

.footer ul {
  list-style: none;
}

.footer__menuList 
{
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .footer__menuList {
    max-width: 1470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
}

.footer__menuList li {
  display: table;
  width: 100%;
  height: 90px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.dropdown {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}

.dropdown-parent {
  position: relative;
  display: inline-block;
}

.dropdown-parent.open .dropdown {
  display: block;
}

.dropdown-parent a:hover{
  color: #818E9D
}

.dropdown li {
  padding: 2px 16px;
  white-space: nowrap;
}

.dropdown li a {
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.dropdown li a:active {
  background-color: #f2f2f2;
}



@media screen and (min-width: 1024px) {
  .footer__menuList li {
    width: 30%;
    height: 230px;
  }
  .footer__SNSMenu{
    font-size: 14px;
  }
}

.footer__bigbuttonwrap {
  display: table-cell;
  vertical-align: middle;
}

.footer__bigbutton_company {
  background: #0091C6;
}

.footer__bigbutton_company a {
  display: table;
  width: 100%;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_company a {
    height: 230px;
  }
}

.footer__bigbutton_ocupation {
  background: #573BA7;
}

.footer__bigbutton_ocupation a {
  display: table;
  width: 100%;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_ocupation a {
    height: 230px;
  }
}

.footer__bigbutton_recruite {
  background: #15AA59;
}

.footer__bigbutton_recruite a {
  display: table;
  width: 100%;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_recruite a {
    height: 230px;
  }
}

.footer__bigbutton_mainfont {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_mainfont {
    font-size: 5.2rem;
    margin-bottom: 7px;
  }
}

.footer__bigbutton_subfont {
  text-align: center;
  font-size: 1.2rem;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .footer__bigbutton_subfont {
    font-size: 1.6rem;
  }
}

.footer__footerImg {
  height: 278px;
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1024px) {
  .footer__footerImg {
    height: 737px;
  }
}

.footer__footerImg img {
  width: 233px;
  height: auto;
  -webkit-filter: drop-shadow(1px 6px 9px #0000004D);
          filter: drop-shadow(1px 6px 9px #0000004D);
}

@media screen and (min-width: 1280px) {
  .footer__footerImg img {
    width: 466px;
    margin-bottom: 50px;
  }
}

.footer__footerImgBtnsArea {
  display: none;
}

@media screen and (min-width: 1280px) {
  .footer__footerImgBtnsArea {
    display: block;
  }
}

.footer__footerImgInner {
  text-align: center;
  margin: 0 auto -50px;
}

@media screen and (min-width: 1280px) {
  .footer__footerImgInner {
    margin: 0 auto -200px;
  }
}

.footer__companyName img {
  width: auto;
  height: 38px;
}

@media screen and (min-width: 1024px) {
  .footer__companyName img {
    width: auto;
    height: 48px;
  }
}

.footer__siteName {
  font-size: 1.0rem;
  color: #4D4444;
  margin-top: 9px;
}

@media screen and (min-width: 1024px) {
  .footer__siteName {
    font-size: 1.5rem;
  }
}

.footer__logo {
  text-align: center;
  padding-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .footer__logo {
    text-align: left;
    padding-top: 0px;
  }
}

.footer__contact {
  width: 180px;
  height: 40px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  background: #818E9D 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .footer__contact {
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
  }
}

.footer__info {
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer__info {
    display: block;
    font-size: 2.0rem;
    line-height: 2.5;
    color: #4D4444;
    margin-top: 18px;
  }
}

.footer__contactFont {
  display: inline-block;
  width: 180px;
  height: 40px;
  background-color: #818E9D;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1280px) {
  .footer__contactFont {
    border-radius: 20px;
  }
  .footer__SNSMenu{
    font-size:14px;
  }
}

.footer__linkMenu
{
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer__linkMenu,
.footer__SNSMenu {
    display: block;
    font-size: 1.4rem;
    color: #08396A;
    padding: 0 9px;
  }
}
.footer__SNSMenu{
  margin-top:10px;
  text-align:center;
}
.dropdown{
  text-align:left;
}

@media screen and (min-width: 767px) {
    .footer__SNSMenu {  
        text-align:center;
        margin-top:20px;

    }
    .dropdown{
        text-align:left;
    }
}
.footer__linkMenu li{
  margin-bottom: 31.5px;
  margin-right: 28px;
}
.footer__SNSMenu li{
    margin-right: 20px;

  margin-bottom: 20px;
display: inline-block;
}
.footer__SNSMenu{
    margin-top: 20px;
    margin-bottom: 50px;
}
.footer__linkMenubar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__linkMenubar a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer__linkMenubar a:hover {
  color: #818E9D;
}

@media screen and (max-width: 1023px) {
  .footer__linkmenu {
    display: none;
  }.footer__SNSMenu{
    font-size: 18px;
  }
}
  


@media screen and (min-width: 1024px) {


.footer__logoarea {
  background-color: #F2F2F2;
  height: 280px;
}

@media screen and (min-width: 1024px) {
  .footer__logoarea {
    height: 407px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__logoareaContents {
    height: 407px;
    width: 88.9%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
}

.footer__bunnerarea {
  background-color: #F2F2F2;
  border-top: 1px solid #C1C9D0;
  padding-bottom: 78px;
}

.footer__bunnerareaInner {
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
}
}
@media screen and (min-width: 768px) {
  .footer__bunnerareaInner {
    max-width: 700px;
  }

}

.footer__bunner {
  margin-top: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .footer__bunner {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .footer__bunner {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.footer__bunner li {
  width: calc((100% - 14px) / 2);
  max-width: 270px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(1px 6px 9px #00000029);
          filter: drop-shadow(1px 6px 9px #00000029);
}

@media screen and (min-width: 768px) {
  .footer__bunner li {
    width: calc((100% - 28px) / 3);
  }
}

.footer__bunner li img {
  max-width: 100%;
}

.footer__bunnerCR {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1024px) {
  .footer__bunnerCR {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .header {
    overflow: hidden;
  }
}

@media screen and (min-width: 1280px) {
  .header__top {
    float: left;
  }
}

.header__topLogo {
  margin-top: 15px;
  margin-bottom: 10.8px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1280px) {
  .header__topLogo {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 65px;
    height: 65px;
    padding-left: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__topLogoImg {
  height: 25px;
  width: auto;
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .header__topLogoImg {
    height: 30px;
    margin-right: 19px;
  }
}

.header__topLogoText {
  font-size: 9px;
  color: #4D4444;
}

@media screen and (min-width: 768px) {
  .header__topLogoText {
    font-size: 16px;
  }
}

.header__gnavPc {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header__gnavPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .header__gnavPcMenuList1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 65px;
    width: 344px;
    margin-right: 61px;
  }
  .header__gnavPcMenuList1Item {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .header__gnavPcMenuList1Item a {
    color: #4D4444;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .header__gnavPcMenuList1Item a:hover {
    color: #818E9D;
  }
  .header__gnavPcCarrerLink {
    line-height: 65px;
    font-size: 21px;
    background-color: #0F9077;
    color: #fff;
    width: 260px;
    text-align: center;
  }
}

@media screen and (min-width: 1280px) {
  .gnav {
    display: none;
  }
}

.gnav #gnav {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: -1;
  opacity: 0;
}

.gnav #gnav.opened {
  z-index: 20;
  opacity: 1;
}

.gnav__toggle {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
}

.gnav__menuWrap {
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #818e9d80;
  width: 100%;
  height: 100%;
}

.gnav__menu {
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #818E9D;
  width: 240px;
  height: 100%;
}

.gnav__menuList1 {
  padding-top: 70.6px;
  margin-bottom: 40px;
}

.gnav__menuList1Item {
  font-size: 18px;
  padding-left: 40px;
  line-height: 48px;
  text-align: left;
}

.gnav__menuList1Item a {
  color: #fff;
  width: 100%;
  display: block;
}

.gnav__menuList2Item {
  font-size: 14px;
  line-height: 40px;
  padding-left: 40px;
  text-align: left;
}

.gnav__menuList2Item a {
  color: #fff;
}

.gnav__btnClose {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #C1C9D0;
  color: #818E9D;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.gnavPc2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 560px;
  font-size: 20px;
  border-radius: 28px;
  line-height: 56px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.6);
}

.gnavPc2__listItem a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gnavPc2__listItem a:hover {
  color: #818E9D;
}

.subHeader {
  margin-bottom: 50px;
}

@media screen and (min-width: 1280px) {
  .subHeader {
    position: relative;
  }
}

.subHeader__img {
  height: 125px;
  background-image: url(../img/subheader.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  .subHeader__img {
    height: 456px;
  }
}

.subHeader__title {
  background-color: #08396A;
  width: 88.9%;
  height: 90px;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  border-radius: 17px;
  display: table;
}

@media screen and (min-width: 1280px) {
  .subHeader__title {
    width: 1100px;
    height: 300px;
    margin-top: -250px;
  }
}

.subHeader__h1 {
  color: #fff;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 1280px) {
  .subHeader__h1 {
    font-size: 16px;
  }
}

.subHeader__h1--en {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin-bottom: 2px;
}

@media screen and (min-width: 1280px) {
  .subHeader__h1--en {
    font-size: 60px;
    margin-bottom: 7px;
  }
}

.subHeader__excerpt {
  background-color: #f2f2f2;
  border-radius: 17px;
  padding: 20px;
  line-height: 27px;
  width: 88.9%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-bottom: 58px;
  font-size: 1.2rem;
}

.subHeader__excerpt a {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .subHeader__excerpt {
    width: 700px;
    font-size: 1.4rem;
    padding: 40px;
    line-height: 30px;
    margin-bottom: 140px;
  }
}

.subHeader__gnav {
  display: none;
}

@media screen and (min-width: 1280px) {
  .subHeader__gnav {
    display: block;
    position: absolute;
    right: 40px;
    top: 42px;
  }
}

.subHeader__submenu {
  display: none;
}

@media screen and (min-width: 1280px) {
  .subHeader__submenu {
    display: block;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -87px;
  }
  .subHeader__submenuList {
    position: relative;
    left: 50px;
    font-size: 18px;
    overflow: hidden;
    padding-top: 41px;
    padding-bottom: 41px;
    padding-left: 71px;
    -webkit-box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.16);
    border: 1px solid #F2F2F2;
    border-radius: 60px;
    background-color: #fff;
  }
  .subHeader__submenuListItem {
    color: #4D4444;
    float: left;
    margin-right: 40px;
    padding-right: 36px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.38px" height="14.47px"><path fill="%23f2f2f2" d="M21.38 3.78L17.6 0l-6.91 6.91L3.78 0 0 3.78l10.69 10.69z"/></svg>');
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .subHeader__submenuListItem:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.38px" height="14.47px"><path fill="%23C1C9D0" d="M21.38 3.78L17.6 0l-6.91 6.91L3.78 0 0 3.78l10.69 10.69z"/></svg>');
    color: #08396A;
  }
}
