@charset "UTF-8";
.swiper-wrapper {
  transition-timing-function: linear;
}
.header.flex {
  background: none;
}
.header.fixed {
  background: #fff;
}

.title span {
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
}


.top-menu .contact a {
  background: #4C77BE;
  padding: 2rem;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  display: flex;
  align-self: auto;
}
.site {
  background: url("../images/image-bg-person.jpg");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-header .page-title {
  font-size: 2rem;
  color: rgba(42, 69, 146, .8);
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 10% 0;
}
.section-header .title {
  padding: 5%;
  font-size: 1.25rem;
  font-weight: bold;	
}
/*トップコンテンツナビゲーション*/
.site-navi li {
  width: 50%;
}
.site-navi .newgrads {
  background: url("../images/image-new-graduate-recruitment.jpg");
  background-size: cover;
}
.site-navi .career {
  background: url("../images/mainvisual2026.jpg");
  background-size: cover;
}
.site-navi a {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20%;
}
.site-navi li a span {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.site-navi li a h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.site-navi li a h2::after {
  content: url(../images/svg/view-more-top-navi.svg);
  display: block;
  width: 96px;
  margin: 1rem auto;
}
.site-navi .newgrads a {
  background: rgba(76, 119, 190, .9);
}
.site-navi .newgrads a:hover {
  background: rgba(76, 119, 190, .8);
}
.site-navi .career a {
  background: rgba(42, 69, 146, .9);
}
.site-navi .career a:hover {
  background: rgba(42, 69, 146, .8);
}
/*--------------------------------------------------------------
Contents
--------------------------------------------------------------*/
.staff {
  padding: 6.25% 0;
}
.staff .list {
  flex-wrap: wrap;
  width: 27.76%;
}

.staff .swiper-container {
	margin-bottom: 2.08%;
}
.list .thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.list-title {
  background: rgba(42, 69, 146, .8);
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  z-index: 2;
}
.staff-tags {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 1);
  display: flex;
}
.staff-tags .tag {
  padding: .5rem;
  display: table;
  white-space: nowrap;
}
.tag.career {
  background: rgba(40, 153, 118, 1);
  padding: 6.25
}
.tag.newgrads {
  background: rgba(76, 119, 190, 1);
}
.tag.job {
  background: rgba(102, 102, 102, 1);
}
.staff-data {
  background: rgba(76, 119, 190, 1);
  color: #fff;
  padding: 1rem;
  bottom: 1rem;
  z-index: 2;
  position: absolute;
}
.staff-data dd {
  font-size: 0.75rem;
  margin-top: 1rem;
}
.staff-data dd::after {
  background: url("../images/svg/view-more-hover.svg");
  background-size: contain;
  content: "";
  display: block;
  width: 94px;
  height: 24px;
  margin-top: 1rem;
  background-repeat: no-repeat;
}
.staff .list a:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  mix-blend-mode: overlay;
}
.staff-more {
  border: 1px solid rgb(212, 212, 212);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 30rem;
  margin: 0 auto;
  padding: 0.8rem;
  padding-left: 1.6rem;
  line-height: 0;
}
.staff-more:hover {
  border: 1px solid rgb(79, 119, 190);
}
.staff-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 100%;
  transition: .3s;
}
.staff-more:hover::before {
  background-color: rgb(79, 119, 190);
  width: 100%;
  z-index: -1;
}
.staff-more::after {
  content: url("../images/svg/staff-more.svg");
  position: relative;
}
.staff-more:hover::after {
  content: url("../images/svg/staff-more-hover.svg");
}
/*オフィス写真*/
.office-image {
  margin-bottom: 6rem;
}
/*社内の様子*/
.photo .swiper-slide > img {
  /*object-fit: cover; /* IE: not support */
  width: 100%;
  height: 100%;
}
.photo {
  background: rgba(76, 119, 190, 0.1);
  padding-bottom: 5%;
}
.remodal {
  height: auto;
  overflow: auto;
}
.photo .swiper-slide {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	overflow: hidden;
}
.remodal img {
  width: 100%;
}
.photo .swiper-slide img {
  overflow: hidden;
  border-radius: 1px;
  height: 300px;
  position: absolute;
	width:auto;
	max-width: none;
	left: 0;
	right: 0;
	margin: 0 auto;
		
}
.photo .swiper-slide a {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.photo .slide-nav {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 99;
}
.swiper-button-prev, .swiper-button-next {
  background: #EDF1F9;
  width: auto;
  height: auto;
  padding: 1em;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}
.remodal-close::before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  background: #000;
  display: block;
  color: #fff;
  content: "\00d7";
  text-align: center;
}
.remodal-wrapper h3 {
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
}
/*エントリー******************************************/
p.text-center {
  text-align: center;
  line-height: 1.8rem;
  padding-bottom: 1rem;
}
.footer-entry {
  color: rgb(255, 255, 255);
  background: rgba(42, 69, 146, 0.75);
  padding: 2.5%;
  padding-top: 0;
}
.footer-entry .flex {
  justify-content: space-between;
  align-content: stretch;
}
.footer-entry .sub-title {
  margin: 1rem 0;
  font-size: 1.5rem;
  color: #4C77BE;
}
.footer-entry a {
  color: rgba(42, 69, 146);
  text-decoration: underline;
  display: block;
}
.footer-entry a:hover {
  text-decoration: none;
}

.footer-entry li a {
	display: inline;
}

.footer-entry .section-header {
  justify-content: flex-start;
  align-items: center;
}
.footer-entry .section-header .title.left, .footer-contact .section-header .title.left {
  border-right: 1px solid rgb(255, 255, 255);
  padding: 1rem 2rem 1rem 0;
  margin: 2rem 2rem 2rem 0;
}
.footer-entry .title span, .footer-contact .title span {
  color: rgb(255, 255, 255);
	margin-bottom: 0;
}
.footer-entry .block {
  color: rgb(17, 17, 17);
  background: rgb(255, 255, 255);
  justify-content: space-around;
  padding: 2.08%;
}
.footer-entry .column-3 .block {
  padding: 2.08%;
}
.footer-entry .careers .flex {
  align-items: stretch;
}
.footer-entry .careers .flex dl {
  width: 33.33%;
  justify-content: space-between;
  padding-right: 2.08%;
  border-right: 1px solid rgb(212, 212, 212);
}
.footer-entry .careers .flex dl:first-child {
  padding-left: 0;
}
.footer-entry .careers .flex dl:last-child {
  border: 0;
}
.footer-entry .careers .flex dt {
  background: #4C77BE;
  color: rgb(255, 255, 255);
  padding: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.footer-entry .careers .flex dd {
  padding: 0;
  line-height: 1.8rem;
}
.notice::before {
  content: "※";
  margin-left: -1em;
}
.notice {
  display: block;
  line-height: 1rem;
  font-size: 0.75rem;
  margin-left: 1em;
}
.footer-entry .block.newgrads {
  width: 27.76%;
}
.footer-entry .block.careers p {
  text-align: center;
  padding-bottom: 1rem;
}
.footer-entry .block.newgrads a {
  margin-bottom: 1rem;
}

.footer-entry .block.newgrads a img {
	border: 1px solid #4C77BE;
}

.footer-entry .block.careers {
  width: calc(100% - 30%);
}
/*お問い合わせ******************************************/
.footer-contact {
  color: rgb(255, 255, 255);
  background: rgb(42, 69, 146, .6);
  padding: 0 2.5%;
  padding-top: 0;
}
.footer-contact .flex {
  justify-content: space-between;
}
.footer-contact .inner, .footer-entry .inner {
  max-width: 95%;
}
.footer-contact .title span {
  color: rgb(255, 255, 255);
}
.footer-contact a {
  padding: 1.5% 2.5%;
  display: block;
  border: 1px solid rgb(255, 255, 255);
  min-width: 30%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.footer-contact a:hover {
  color: rgb(79, 119, 190);
}
.footer-contact a::after {
  content: url("../images/svg/footer_contact_arrow.svg");
}
.footer-contact a:hover::after {
  content: url("../images/svg/footer_contact_arrow_hover.svg");
}
.footer-contact a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: rgb(237, 241, 249);
  transition: .3s;
}
.footer-contact a:hover::before {
  width: 100%;
  mix-blend-mode: multiply;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  background: rgb(42, 69, 146);
  color: rgb(255, 255, 255, .5);
  padding: 6.25%;
  text-align: center;
  line-height: 3rem;
}
.privacy::before {
  margin: 0 1rem;
  content: "";
  width: 1px;
  height: 1rem;
  display: inline-block;
  background: rgba(255, 255, 255, .5);
  vertical-align: middle;
}
.form-container {
  background-color: #fff;
  padding: 5%;
}
.form-container .head-lede {
  line-height: 1.8rem;
  padding: 2.08% 0;
  border-bottom: 1px solid #D6D6D6;
}
.swiper-button-next {
  content: url("../images/svg/slider-next.svg");
}
.swiper-button-prev {
  content: url("../images/svg/slider-prev.svg");
}

button.button-submit {
  background-color: #4C77BE;
  color: #fff;
}
.form-container .button {
  border-radius: 0px;
  padding: 1rem;
  border: none;display: inline-block;
	background-color: #4C77BE;
color: #fff;
	margin: 1rem auto;
}
.form-container .button:hover {
	background-color: rgba(76, 119, 190,0.5);
}

.footer-entry .block .hrmos {margin: 2.5%;
  max-width: 260px;
  height: auto;
  display: block;}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
img, video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%;
  width: 100%;
}
/*--------------------------------------------------------------
レスポンシブ
--------------------------------------------------------------*/
.pc {
  display: block;
}
.sp, .sp-step-title .step-no {
  display: none;
}
@media screen and (max-width:980px) {
  .header.flex {
    line-height: 1rem;
  }
  .site-title span {
    font-size: 0.625rem;
  }
  .title span {
    font-size: 3rem;
  }
  .title {
    font-size: 1.125rem;
    line-height: 4rem;
  }
  .sub-title {
    font-size: 1.5rem;
  }
  .lede {
    padding: 8.33% 0;
  }
  .flex {
    line-height: 1.8rem;
  }
  .inner, .interview {
    padding: 0 6.25%;
  }
  .staff-detail .inner.article {
    padding: 0;
  }
  .pc, .pc.main-visual {
    display: none;
  }
  .sp {
    display: block;
  }
  .branding .logo {
    width: 104px;
  }
  .header .sp-nav {
    display: flex;
  }
  .sp-nav {
    margin-left: auto;
  }
  .sp-contact, .sp-entry {
    padding: 0 6.55%;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    font-size: 0.65rem;
    display: flex;
    line-height: 3rem;
    align-items: center;
    width: 4rem;
    justify-content: center;
  }
  .sp-entry {
    background: rgb(245, 170, 0);
  }
  .sp-contact {
    background: #4C77BE;
  }
  .branding.flex, .header.flex {
    display: flex;
    line-height: 1rem;
  }
  .branding {
    padding: 0.5rem;
  }
  .top-menu.flex {
    display: none;
  }
  .flex {
    display: block;
  }
  .footer-entry .block {
    padding: 1rem 2rem;
  }
  
  .sp-menu-toggle {
    background-image: url("../images/svg/top_icon_menu.svg");
    background-color: rgb(246, 246, 246);
    display: flex;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 3rem;
    height: 100%;
  }
  .sp-menu-toggle.close {
    background-image: url("../images/svg/top_icon_close.svg");
    transition: transform 0.5s ease-in-out; /* マウスオーバーで拡大する時の時間とイージング */
  }
  .sp-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: none;
  }
  .sp-menu.open {
    background: rgb(246, 246, 246);
    z-index: 97;
    align-items: baseline;
    padding-top: 15vh;
  }
  .sp-body {
    overflow: hidden;
  }
  .sp-menu.open li a {
    color: #4C77BE;
    display: block;
    padding: 6.55%;
    text-align: center;
    transition: 0s;
    position: relative;
  }
  .sp-menu.open li a:hover {
    background: rgb(255, 255, 255, .25);
    transition: all 0.5s 0s ease;
  }
  .sub-title, .business dd::after {
    margin: 1rem auto;
  }
  .person img, .staff .list, .footer-entry .block.newgrads, .footer-entry .block.careers, .footer-entry .careers .flex dl, .section-header .title.left {
    width: 100%;
    display: block;
  }
  .sp-menu.open li.entry a {
    background: rgb(245, 170, 0);
    color: rgb(255, 255, 255);
  }
  .sp-menu.open li.contact a {
    background: #4C77BE;
    color: rgb(255, 255, 255);
  }
  .sp-menu.open li.entry, .sp-menu.open li.contact {
    margin-top: 1rem;
  }
  .sp-menu.open li.entry a:hover, .sp-menu.open li.contact a:hover {
    opacity: 0.95;
  }
  .sp-menu .inner {
    width: 90%;
    position: relative;
    z-index: 99;
  }
  .inner {
    padding: 0 2.08%;
    margin: 0 auto;
  }
  .site-footer {
    font-size: 0.75rem
  }
  .site-navi li {
    width: 100%;
  }
  /*モーダル*/
  .remodal {
    width: 95%;
  }
  .modal-navi .prev, .modal-navi .next {
    display: none;
  }
  .modal-section .block.img {
    padding: 2rem 0;
    width: auto;
    height: auto;
  }
  
  .recommend-link {
    margin-bottom: 6.25%;
  }
  /*社員紹介*/
  .person {
    margin-top: 1rem;
  }
  .person .thumb {
    max-width: inherit;
  }
  .section-header .title {
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
  }
  .footer-entry .section-header .title.left,.footer-contact .section-header .title.left {
    margin: 0 auto;
    padding: 0;
    padding-top: 2rem;
    border: 0;
    text-align: center;
  }
  .footer-entry .section-header p,.footer-contact .section-header p {
    padding: 2rem 0;
  }
	.office-image {
  margin-bottom: 6.25%;
}
	.footer-contact {
		padding: 3rem 0;
	}
	
	.footer-entry {padding-bottom: 3rem;}
	
	.photo .slide-nav {top:25%;}
	
  .modal-close {
    left: 0;
    right: 0;
  }
  .modal-section img {
    position: static;
  }
  .modal-close {
    margin: 0 auto;
  }
  .staff-more {
    margin: 1rem;
  }
  .page-header .page-title {
    font-size: 1.5rem;
    padding: 25% 0;
    text-align: center;
  }
  .footer-entry .careers .flex dl {
    border: none;
	padding: 1rem 0;
  }
	p.text-center {width: 10rem; margin: 0 auto;}
	.form-container .head-lede {
		padding: 2.08%;
	}.section-header .title {padding: 10%;}
}