img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: block;
}
a:hover {
  opacity: 0.8;
}


header {
  background-color: #fff;
}

header .glbnav {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115px;
}

header .glbnav .logoArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header .glbnav .logo {
  width: 300px;
}

header .glbnav .text {
  font-weight: bold;
  color: #4274b2;
}

header .glbnav .list {
  color: #4e4f51;
  font-weight: bold;
}

header .glbnav .list > li > a {
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

nav.glbnav ul li a.current:after {
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
  background: #4274b2;
}

header .glbnav .list .name {
  font-weight: bold;
}

header .glbnav .list .ruby {
  font-size: 12px;
  margin-top: 10px;
  color: #4274b2;
  font-weight: bold;
}

.sub_nav .logoArea .text {
  color: #4274b2;
}

.sub_nav .nav_sp dt {
  top: 50px;
  background: #4274b2;
}

.sub_nav .nav_sp dd {
  background-color: #eff5fb;
  color: #4e4f51;
}

.sub_nav .nav_sp .nav_copy .catch {
  width: 258px;
}

.sub_nav .nav_sp .nav_copy .text {
  color: #4b4b4b;
  margin-left: 30px;
}

.sub_nav .nav_sp .nav_copy .textWrap {
  display: flex;
}

.sub_nav .nav_sp .arrow {
  min-height: 80px;
}

.sub_nav .nav_sp .plus .sub a {
  display: flex;
  align-items: center;
}

.sub_nav .nav_sp .plus .sub img {
  width: 10px;
  margin-right: 5px;
}

/* .haveSubmenu {
  position: relative;
} */

.submenu {
  position: absolute;
  bottom: 0;
  /* display: flex; */
  display: none;
  /* opacity: 0; */
  max-width: 1040px;
  width: 96vw;
  height: 212px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 2px 2px 4px;
  top: 115px;
  z-index: 10;
  padding: 0 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  animation: 0.3s;
}

.submenu:hover {
  display: flex;
}

.submenu .submenuHeading {
  font-size: 30px;
  font-weight: bold;
  color: #4274b2;
  letter-spacing: 1px;
}

.submenu .list .item {
  width: 175px;
  background-color: #4274b2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 70px;
  cursor: pointer;
}

.submenu .list .item:hover {
  opacity: 0.8;
}

.haveSubmenu > a:hover + .submenu {
  display: flex;
  /* animation: fadeIn 0.3s forwards; */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#section-1 {
  height: 520px;
  position: relative;
}

#section-1 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 96%;
  margin: auto;
  padding-top: 110px;
}

#section-1 .subHeading {
  font-size: 23px;
  text-align: center;
  margin-top: 10px;
}

#section-1 .box {
  background: rgba(68,178,199,1);
  border: 2px solid #E6E6E5;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  position: relative;
  min-width: 470px;
  opacity:0.8;
}

#section-1 .box > a {
  color: #fff;
}

#section-1 .box .attempt {
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: bold;
}

#section-1 .box .boxText {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}

#section-1 .box .arrow {
  width: 10px;
  position: absolute;
  top: 6px;
  right: 11px;
}

#section-1 .scrollBar {
  position: fixed;
  bottom: 234px;
  right: 70px;
  width: 11px;
  height: 35px;
}

.about {
  background-color: #4274b2;
  color: #fff;
  padding: 100px 0;
}

.about .heading {
  font-size: 30px;
}

.about .image {
  background-color: #fff;
  border-radius: 9999px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}

.about .imageInner {
  width: 100%;
}

.about .list .more {
  max-width: 120px;
  margin: auto;
}

.about .list .more a {
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: left;
}

.about .list .more a::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../images/common/top_arrow_002.svg");
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.recruit .inner {
  display: flex;
}

.recruit .image {
  width: 50%;
}

.recruit .contents {
  width: 50%;
  padding: 80px;
}

.recruit .heading {
  font-size: 40px;
  color: #4274b2;
  font-weight: bold;
}

.recruit .subHeading {
  color: #4274b2;
  font-size: 18px;
  margin-top: 10px;
}

.recruit .contents {
  background-color: #eff5fb;
}

.recruit .image {
  background-image: url("../images/top/top_002.png");
  background-size: cover;
}

.recruit .contents > .text {
  margin-top: 30px;
  line-height: 2;
}

.recruit .c-button {
  margin-top: 40px;
}

.recruit .c-button .button {
  border: 1px solid #4274b2;
  background-color: #fff;
}

.recruit .c-button .text {
  color: #4274b2;
  font-weight: bold;
}

.c-button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  max-width: 370px;
  width: 100%;
  height: 60px;
}

.c-button .text {
  font-size: 20px;
  position: relative;
  /* width: 100%;
  display: block;
  text-align: center; */
}

.c-button .text::before {
  position: absolute;
  display: block;
  content: "→";
  /* width: 30px;
  height: 15px; */
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

.recruit .pcNone {
  display: none;
}

.contactUs {
  background-color: #F2F2F2;
  padding: 80px 0;
}

.contactUs .inner {
  display: flex;
  max-width: 1100px;
  width: 96%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.contactUs .heading {
  font-size: 40px;
  color: #4274b2;
  font-weight: bold;
}

.contactUs .subHeading {
  color: #4274b2;
  font-size: 18px;
  margin-top: 10px;
}

.contactUs .contents .text {
  font-size: 21px;
  margin-top: 20px;
}

.c-button.contact .button {
  background-color: #4274b2;
}

.c-button.contact .button .text {
  color: #fff;
}

.contactUs .c-button {
  padding-left: 90px;
  width: 50%;
}

footer.under {
  margin-top: 130px;
  border-top: 1px solid #888b8f;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1070px;
  margin: auto;
  flex-wrap: wrap;
  padding: 70px 20px;
}

footer .logo {
  width: 85px;
  margin: auto;
}

footer .logoArea {
  margin-top: -20px;
  margin-bottom: 20px;
  /* padding-left: 70px; */
}

footer .logoArea .text {
  margin-top: 10px;
  font-size: 19px;
  color: #0f92d0;
}

footer .nav .list {
  display: flex;
  justify-content: space-between;
}

footer .nav .item:nth-of-type(n + 2) {
  margin-left: 80px;
}

footer .nav .item:nth-of-type(4) {
  margin-left: 30px;
}

footer .nav .list .name {
  font-size: 16px;
  font-weight: bold;
  color:#323333;
}

footer .nav .list .ruby {
  font-size: 12px;
  margin-top: 10px;
  color: #4274b2;
  font-weight: bold;
}

footer .secondaryList {
  margin-top: 15px;
}

footer .secondaryItem {
  position: relative;
}

footer .secondaryItem > a {
  padding-left: 18px;
  display: flex;
  align-items: center;
}

footer .secondaryItem:nth-of-type(n + 2) {
  margin-top: 10px;
}

footer .secondaryItem::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/common/top_arrow_002.svg");
  width: 20px;
  height: 20px;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  z-index: -1;
}

footer .copyright {
  border-top: 1px solid #888b8f;
  padding: 30px 0 ;
}

footer .copyright .text {
  text-align: center;
  font-size: 14px;
}

footer .pcNone {
  display: none;
}

.underlayer .underlayerHeading {
  padding: 60px 0;
  background-color: #4274b2;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
}

.underlayer .underlayerHeading .inner {
  max-width: 1040px;
  margin: auto;
  width: 96%;
  display: block;
}

.underlayerContents {
  max-width: 1040px;
  margin: auto;
  width: 96%;
  padding: 65px 0 0;
}

.businessContent .subHeading {
  font-size: 25px;
}

.businessContent .subHeading span {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}

.businessContent .box {
  margin-top: 70px;
}

.underlayerListTitle {
  font-size: 35px;
  font-weight: bold;
  color: #4274b2;
  position: relative;
  padding-left: 50px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}

.underlayerListTitle::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/sub_icon_001.svg");
  left: 0;
}

.businessContent .box .listWrap {
  padding: 35px 0 0 60px;
  border-top: 1px solid #888b8f;
  margin-top: 35px;
}

.businessContent .box .list, .businessContent .box .etc {
  max-width: 310px;
  width: 100%;
}

.businessContent .box .item {
  font-weight: bold;
  font-size: 21px;
}

.businessContent .box .item:nth-of-type(n + 2) {
  margin-top: 25px;
}

.businessContent .box .etc {
  text-align: right;
  margin-top: 25px;
  font-size: 21px;
  font-weight: bold;
}

.contactArea {
  margin-top: 70px;
  border-top: 1px solid #888b8f;
  padding-top: 65px;
}

.contactArea .button {
  margin: auto;
}

.underlayerFooter {
  margin-top: 70px;
  border-top: 1px solid #888b8f;
}

.tabList {
  display: flex;
  justify-content: space-between;
  max-width: 570px;
  margin-top: 30px;
}

.tabList .tabItem {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.tabList .tabItem::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 8px;
  background-image: url("../images/reruit/subnavi_001.svg");
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.tabList .tabItem.current {
  color: #71c7d5;
}

.recruit .listsWrap, .company .listsWrap {
  margin-top: 35px;
  border-top: 1px solid #888b8f;
  padding: 40px 40px 0 70px;
}

.recruit .lists, .company .lists {
  display: flex;
}

.recruit .label, .company .label {
  font-weight: bold;
  color: #4274b2;
  min-width: 150px;
}

.recruit .list .item.text
.company .list .item.text {
  line-height: 2;
}

.recruit .list .item > a, .company .list .item > a {
  color: #4274b2;
}

.recruit .list .item.emphasis, .company .list .item.emphasis {
  color: #4274b2;
}

.recruit .list .item:nth-of-type(n + 2), .company .list .item:nth-of-type(n + 2) {
  margin-top: 18px;
}

.recruit .panelList .panelItem {
  display: none;
}

.recruit .panelList .panelItem.current {
  display: block;
}

.greeting .text {
  line-height: 2;
}

.greeting .signature {
  font-weight: bold;
  font-size: 21px;
  margin-top: 46px;
  max-width: 240px;
  margin-left: auto;
  text-align: right;
}

.philosophy .item {
  font-size: 21px;
  font-weight: bold;
  position: relative;
}

.philosophy .item::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/common/sub_icon_001.svg");
  width: 20px;
  height: 20px;
  top: 9px;
}

.philosophy .item:nth-of-type(n + 2) {
  margin-top: 30px;
}

.philosophy .item > span {
  padding-left: 30px;
  display: block;
  line-height: 2;
}

.u-height_90 {
  height: 90px!important;
}

@media screen and (max-width: 1000px) {
  .about .list {
    flex-direction: column;
  }

  .about .list .item {
    width: auto;
  }

  .about .list .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  footer .nav {
    display: none;
  }

  footer .inner {
    justify-content: center;
  }

  footer .logoArea {
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .recruit .inner {
    flex-direction: column;
  }

  .recruit .image {
    width: auto;
  }

  .recruit .contents {
    width: auto;
    padding: 40px;
  }

  .recruit .pcNone {
    display: block;
  }

  .contactUs {
    padding: 40px;
  }

  .contactUs .inner {
    display: block;
  }

  .contactUs .c-button {
    padding-left: 0;
    margin-top: 40px;
    width: auto;
  }

  .c-button.contact .button {
    max-width: 370px;
    width: auto;
  }

  .c-button .button {
    margin: auto;
  }

  .recruit .heading {
    font-size: 30px;
  }

  .recruit .subHeading {
    color: #4274b2;
    font-size: 18px;
    margin-top: 10px;
  }

  .contactUs .heading {
    font-size: 30px;
  }

  .contactUs .subHeading {
    color: #4274b2;
    font-size: 18px;
    margin-top: 10px;
  }

  .contactUs .contents .text {
    font-size: 16px;
  }

  footer .pcNone {
    display: block;
  }

  .underlayer .underlayerHeading {
    padding: 40px 0;
    font-size: 26px;
    font-weight: bold;
  }

  .underlayerListTitle {
    font-size: 25px;
  }

  .tabList {
    display: block;
  }

  .tabList .tabItem:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .recruit .lists {
    display: block;
  }
  .recruit .listsWrap {
    padding: 20px;
  }
  .recruit .list {
    margin-top: 20px;
  }
  .recruit .list .item:nth-of-type(n + 2) {
    margin-top:10px;
  }

  .recruit .list .item {
    line-height: 2;
  }

  .recruit .lists, .company .lists {
    display: block;
  }

  .recruit .listsWrap, .company .listsWrap {
    padding: 20px;
  }

  .company .list {
    margin-top: 20px;
  }

  .company .item {
    line-height: 2;
  }
}

@media screen and (max-width: 680px) {
  header .glbnav {
    height: 85px;
  }

  .sub_nav .nav_sp .arrow {
    min-height: auto;
  }
  .sub_nav .nav_sp .nav_copy .textWrap {
    display: block;
  }
  .sub_nav .nav_sp .nav_copy .text {
    margin-left: auto;
    margin-top: 10px;
  }

  nav.sub_nav dl dd ul li.nav_copy > a > img {
    width: 35px;
  }

  nav.sub_nav dl dd ul li span {
    color: #4274b2;
    font-weight: bold;
    font-size: 14px;
  }

  nav.sub_nav dl dd div.nav_wrap h1 {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }

  nav.sub_nav dl dd div.nav_wrap .logoArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sub_nav .logoArea .text {
    text-align: center;
  }

  nav.sub_nav dl dd div.nav_wrap h1 img {
    width:105px;
  }

  #section-1 .box {
    min-width: 300px;
  }

  #section-1 .scrollBar {
    bottom: 154px;
    right: 20px;
  }
  .c-button .text::before {
    left: -40px;
  }
}

.text_bis
{font-size:16px;
line-height:150%;
}

.text_bis_e
{font-size:16px;
line-height:150%;
margin-top:20px;
margin-bottom:10px;
}
.text_bis_l li
{font-size:16px;
line-height:150%;
margin-top:10px;
margin-bottom:10px;
list-style-type: circle;
}

.text_bis_u li
{font-size:16px;
line-height:150%;
margin-top:10px;
margin-bottom:40px;
list-style-type: none;
color:#000;
}

.text_bis_ts
{font-size:16px;
margin-top:60px;
margin-bottom:65px;
}
.text_bis_r
{font-size:16px;
line-height:150%;
margin-top:70px;
}

