@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section01 .base {
  position: relative;
}
#section01 .section__in {
  width: 90%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  z-index: 10;
}
#section01 .titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section01 .titles {
    flex-wrap: wrap;
  }
}
#section01 .titles h2 {
  width: 50%;
  color: #fff;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 {
    width: 100%;
  }
}
#section01 .titles h2 .eng {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 0.8em;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .eng {
    width: 100%;
    display: block;
  }
}
#section01 .titles h2 .eng::after {
  content: "";
  width: 5px;
  height: 70%;
  position: absolute;
  right: 0.35em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .eng::after {
    content: none;
  }
}
#section01 .titles h2 .jpn {
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .jpn {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 1em;
    padding-top: 0.75em;
  }
}
#section01 .titles h2 .jpn::after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
  display: none;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .jpn::after {
    display: block;
  }
}
#section01 .titles .lefttext {
  width: 50%;
  text-align: right;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .titles .lefttext {
    width: 100%;
    text-align: left;
    margin-top: 0.35em;
  }
}

#section02 {
  width: 100%;
  background-color: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 100%);
  padding: 110px 0 180px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 12vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section02 h2 {
  line-height: 100%;
  padding-bottom: 0.35em;
  font-weight: 300;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 85px;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin-bottom: 12vw;
  }
}
#section02 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section02 h2::after {
    width: 110%;
  }
}
#section02 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 ul li {
  width: 32.5%;
  margin-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section02 ul li {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section02 ul li::before, #section02 ul li::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
#section02 ul li::before {
  background: linear-gradient(0deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
}
#section02 ul li::after {
  background: linear-gradient(0deg, rgb(215, 215, 215) 0%, rgb(255, 255, 255) 100%);
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
#section02 ul li:hover::after {
  opacity: 1;
}
#section02 ul li a {
  width: 100%;
  display: block;
  padding: 0 0 25px 0;
  position: relative;
  z-index: 5;
}
#section02 ul li a:hover figure {
  transform: scale(1.075);
}
#section02 ul li figure {
  width: 52.5%;
  margin: -15px auto 0 auto;
  transition: all 0.4s ease-out 0.01s;
  position: relative;
  z-index: 5;
}
#section02 ul li h3 {
  text-align: center;
  font-weight: 300;
  padding: 0.5em 0 0.25em 0;
  position: relative;
  z-index: 5;
  min-height: 3em;
}
#section02 ul li .base_text {
  text-align: center;
  line-height: 180%;
  margin-bottom: 1.25em;
  font-weight: 300;
  position: relative;
  z-index: 5;
}
#section02 ul li .icons {
  width: 18px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

#jssd {
  position: relative;
}

#navssub {
  position: sticky;
  top: 0px;
  width: 100%;
  padding: 130px 0 20px 0;
  margin-bottom: 0px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #navssub {
    padding: 60px 0 2.5vw 0;
  }
}
#navssub .section__in {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
#navssub .section__in ul {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #12335f;
}
#navssub .section__in ul li {
  width: 24%;
}
@media screen and (max-width:800px) {
  #navssub .section__in ul li {
    width: 48%;
  }
}
@media screen and (max-width:800px) {
  #navssub .section__in ul li:nth-child(1) {
    margin-bottom: 2.5vw;
    position: relative;
  }
}
@media screen and (max-width:800px) {
  #navssub .section__in ul li:nth-child(1)::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #12335f;
    left: -5vw;
    bottom: 0;
    position: absolute;
  }
}
@media screen and (max-width:800px) {
  #navssub .section__in ul li:nth-child(2) {
    margin-bottom: 2.5vw;
  }
}
#navssub .section__in ul li a {
  display: inline-block;
  width: 100%;
  padding: 0.25em 0 0.35em 0;
  background-color: #fff;
  border-top: 1px solid #12335f;
  border-left: 1px solid #12335f;
  border-right: 1px solid #12335f;
  color: #12335f;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #navssub .section__in ul li a {
    padding: 0.5em 0 0.65em 0;
  }
}
#navssub .section__in ul li a.active {
  color: #fff;
  background-color: #12335f;
}
#navssub .section__in ul li a:hover {
  background-color: #12335f;
  color: #fff;
}

#section_midashi {
  width: 100%;
  padding-top: 100px;
}
#section_midashi .section__in {
  width: 90%;
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
}
#section_midashi .section__in .hikari {
  position: absolute;
  width: 25%;
  top: 0;
  right: 0;
  z-index: 5;
  transform: translate(0, -5%);
}
@media screen and (max-width:800px) {
  #section_midashi .section__in .hikari {
    width: 50%;
    right: 5%;
  }
}
#section_midashi h2 {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #12335f;
  margin-bottom: 120px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_midashi h2 {
    margin-bottom: 10vw;
  }
}
#section_midashi .bigtext {
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_midashi .bigtext {
    line-height: 150%;
    margin-bottom: 1.5em;
  }
}
#section_midashi .minitext {
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section_midashi .minitext {
    margin-bottom: 50px;
  }
}

#section_sliders, #section_sliders02, #section_sliders03, #section_sliders04 {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 0px;
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_sliders, #section_sliders02, #section_sliders03, #section_sliders04 {
    padding-bottom: 0vw;
  }
}
#section_sliders.second, #section_sliders02.second, #section_sliders03.second, #section_sliders04.second {
  margin-top: 20vw;
}
#section_sliders .bigtext, #section_sliders02 .bigtext, #section_sliders03 .bigtext, #section_sliders04 .bigtext {
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-bottom: 2.5em;
  position: relative;
  z-index: 10;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section_sliders .bigtext, #section_sliders02 .bigtext, #section_sliders03 .bigtext, #section_sliders04 .bigtext {
    line-height: 150%;
    margin-bottom: 2.5em;
    padding-left: 1em;
    letter-spacing: 0.15em;
  }
}
#section_sliders .section__in, #section_sliders02 .section__in, #section_sliders03 .section__in, #section_sliders04 .section__in {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section_sliders .section__in, #section_sliders02 .section__in, #section_sliders03 .section__in, #section_sliders04 .section__in {
    padding-bottom: 7.5vw;
  }
}
#section_sliders .section__in .clums01, #section_sliders02 .section__in .clums01, #section_sliders03 .section__in .clums01, #section_sliders04 .section__in .clums01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.5em;
}
#section_sliders .section__in .clums01 .text, #section_sliders02 .section__in .clums01 .text, #section_sliders03 .section__in .clums01 .text, #section_sliders04 .section__in .clums01 .text {
  width: 51.94%;
}
@media screen and (max-width:800px) {
  #section_sliders .section__in .clums01 .text, #section_sliders02 .section__in .clums01 .text, #section_sliders03 .section__in .clums01 .text, #section_sliders04 .section__in .clums01 .text {
    width: 100%;
    order: 2;
  }
}
#section_sliders .section__in .clums01 .text h4.color01, #section_sliders02 .section__in .clums01 .text h4.color01, #section_sliders03 .section__in .clums01 .text h4.color01, #section_sliders04 .section__in .clums01 .text h4.color01 {
  width: 100%;
  background-color: #12335f;
  color: #fff;
  padding: 0.75em 0.75em 0.85em 0.75em;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
#section_sliders .section__in .clums01 .text h4.color02, #section_sliders02 .section__in .clums01 .text h4.color02, #section_sliders03 .section__in .clums01 .text h4.color02, #section_sliders04 .section__in .clums01 .text h4.color02 {
  width: 100%;
  background-color: #3a84ab;
  color: #fff;
  padding: 0.75em 0.75em 0.85em 0.75em;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
#section_sliders .section__in .clums01 .text .base_text, #section_sliders02 .section__in .clums01 .text .base_text, #section_sliders03 .section__in .clums01 .text .base_text, #section_sliders04 .section__in .clums01 .text .base_text {
  line-height: 200%;
  letter-spacing: 0.1em;
  margin-bottom: 2.5em;
}
#section_sliders .section__in .clums01 .text .base_text.last, #section_sliders02 .section__in .clums01 .text .base_text.last, #section_sliders03 .section__in .clums01 .text .base_text.last, #section_sliders04 .section__in .clums01 .text .base_text.last {
  margin-bottom: 0;
}
#section_sliders .section__in .clums01 .text .base_text .ttls, #section_sliders02 .section__in .clums01 .text .base_text .ttls, #section_sliders03 .section__in .clums01 .text .base_text .ttls, #section_sliders04 .section__in .clums01 .text .base_text .ttls {
  width: 100%;
}
#section_sliders .section__in .clums01 .ssd, #section_sliders02 .section__in .clums01 .ssd, #section_sliders03 .section__in .clums01 .ssd, #section_sliders04 .section__in .clums01 .ssd {
  width: 40.7%;
}
@media screen and (max-width:800px) {
  #section_sliders .section__in .clums01 .ssd, #section_sliders02 .section__in .clums01 .ssd, #section_sliders03 .section__in .clums01 .ssd, #section_sliders04 .section__in .clums01 .ssd {
    width: 100%;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#section_sliders .section__in .clums01 .ssd .photoarea, #section_sliders02 .section__in .clums01 .ssd .photoarea, #section_sliders03 .section__in .clums01 .ssd .photoarea, #section_sliders04 .section__in .clums01 .ssd .photoarea {
  width: 100%;
}
#section_sliders .section__in .clums01 .ssd .photoarea .hito, #section_sliders02 .section__in .clums01 .ssd .photoarea .hito, #section_sliders03 .section__in .clums01 .ssd .photoarea .hito, #section_sliders04 .section__in .clums01 .ssd .photoarea .hito {
  width: 80%;
  margin: 0 0 0 auto;
}
#section_sliders .section__in .clums01 .ssd .photoarea .hitotext, #section_sliders02 .section__in .clums01 .ssd .photoarea .hitotext, #section_sliders03 .section__in .clums01 .ssd .photoarea .hitotext, #section_sliders04 .section__in .clums01 .ssd .photoarea .hitotext {
  width: 80%;
  background-color: #e6e6e6;
  padding: 10em 1em 1em 1em;
  color: #12335f;
  line-height: 160%;
  margin-top: -9em;
}
#section_sliders .section__in ul.timesc, #section_sliders02 .section__in ul.timesc, #section_sliders03 .section__in ul.timesc, #section_sliders04 .section__in ul.timesc {
  width: 100%;
  margin-top: 4em;
}
#section_sliders .section__in ul.timesc li, #section_sliders02 .section__in ul.timesc li, #section_sliders03 .section__in ul.timesc li, #section_sliders04 .section__in ul.timesc li {
  padding: 0.85em 0.85em 0.85em 1em;
  line-height: 160%;
}
#section_sliders .section__in ul.timesc li span, #section_sliders02 .section__in ul.timesc li span, #section_sliders03 .section__in ul.timesc li span, #section_sliders04 .section__in ul.timesc li span {
  display: inline-block;
  position: relative;
  z-index: 5;
}
#section_sliders .section__in ul.timesc li.color, #section_sliders02 .section__in ul.timesc li.color, #section_sliders03 .section__in ul.timesc li.color, #section_sliders04 .section__in ul.timesc li.color {
  position: relative;
  padding: 0.55em 0.85em 0.55em 1em;
}
#section_sliders .section__in ul.timesc li.color::after, #section_sliders02 .section__in ul.timesc li.color::after, #section_sliders03 .section__in ul.timesc li.color::after, #section_sliders04 .section__in ul.timesc li.color::after {
  content: "";
  width: 150%;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width:800px) {
  #section_sliders04 {
    padding-bottom: 28vw;
  }
}/*# sourceMappingURL=recruit_introduction.css.map */