@charset "UTF-8";
/* =====================
  _container
===================== */

.tp-H2Title {
 /* text-align: center;*/
  color: #000;
  margin: 0 0 0;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .tp-H2Title {
    font-size: 8.2rem;
    margin: 0 0 0;
    width: 1274px;
    margin-left: -40px;
  }
}
@media print, screen and (min-width: 1274px) {
  .tp-H2Title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.tp-H2Title-right {
  text-align: right;
}

.tp-H2Title-right h2 {
  display: inline-block;
}

.tp-H2Title-left {
  text-align: left;
}

.tp-H2Title-en {
  font-size: 3.1rem;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .tp-H2Title-en {
    font-size: 8.2rem;
    font-weight: 300;
    margin: auto;
    width: 1274px;
  }
}
@media print, screen and (min-width: 1274px) {
  .tp-H2Title-en {
    width: calc(100% - 160px);
  }
}
.tp-H2Title-jp {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.12em;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tp-H2Title-jp {
    font-size: 2rem;
    width: 1274px;
    margin: auto;
  }
}
@media print, screen and (min-width: 1274px) {
  .tp-H2Title-jp {
    width: calc(100% - 180px);
  }
}
.tp-H3Title {
  text-align: left;
  margin: 0 0 0;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .tp-H3Title {
    font-size: 8.2rem;
    margin: 0 0 0;
  }
}

.tp-H3Title-en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #9e9e9e;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .tp-H3Title-en {
    font-size: 1.2rem;
  }
}

.tp-H3Title-jp {
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  color: #47463f;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .tp-H3Title-jp {
    font-size: 2rem;
  }
}

.tp-Button-More {
  border: 1px solid #3f3d37;
  font-family: Lato;
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  max-width: 90px;
  width: 100%;
  line-height: 1;
  padding: 7px;
  position: relative;
  color: #47463f;
}

@media print, screen and (min-width: 768px) {
  .tp-Button-More {
    font-size: 1.2rem;
    padding: 15px;
    max-width: 180px;
  }
}

.tp-Button-More::after {
  content: "";
  background: url(../../images/icon_arrow.svg) no-repeat 0 0;
  background-size: contain;
  width: 13px;
  height: 6px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}

.tp-Button-More-white {
  border: 1px solid #fff;
  color: #fff;
}

.tp-Button-More-white::after {
  background: url(../../images/icon_arrow_wh.svg) no-repeat 0 0;
}

.tp-Button-More-blue {
  border: none;
  background: #215AA7;
  color: #fff;
}

.tp-Button-More-blue::after {
  background: url(../../images/icon_arrow_wh.svg) no-repeat 0 0;
}

/* =====================
  hero
===================== */

.tp-Hero {
  margin: 0 auto;
  background: url(../../images/key_top_sp.jpg) no-repeat center bottom;
  background-size: cover;
  height: calc(100vh - 40px);
  width: calc(100% - 20px);
display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
}

.tp-Hero .tp-Hero_Inner {
  overflow: hidden;
  position: relative;
  background-color: rgba(255,255,255,0.50);
  margin-left: -20px;
  height: calc(50vh + 100px);
  align-items: center;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .tp-Hero {
    position: relative;
    background: none;
    height: auto;
    width: auto;
  }
    .tp-Hero .tp-Hero_Inner{
      align-items: flex-start;
    }
}

.tp-Hero_Image {
  width: 100%;
}

.tp-Hero_Title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 100vw;
  right: 0;
  bottom: auto;
}

@media print, screen and (min-width: 768px) {
  .tp-Hero_Title {
    position: absolute;
    left: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 80%;
    background-color:rgba(255,255,255,0.50);
  }
}
img.tp-Hero_Image {
  width: 100%;
  height:auto;
  object-fit: contain;
}
.tp-Hero_Title-jp {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.8;
  margin-bottom: 0px;
  padding-left: 0.5em;
}
.tp-Hero_Title-jp img{
  margin-bottom: 0px;
  width:90%;
  height:90px;
  max-width: 350px;
}
@media print, screen and (min-width: 420px) {
  .tp-Hero_Title-jp img {
    height: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .tp-Hero_Title-jp img {
                  height: 200px;
                  max-width:700px;
  }
  .tp-Hero_Title-jp {
    font-size: 2.0rem;
    letter-spacing: .2em;
  }
}
@media print, screen and (min-width: 1400px) {
.tp-Hero_Title-jp img{
  /*max-width: 500px;*/
}
}
.tp-Hero_Title-en {
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  letter-spacing: .08em;
  line-height: 1.6;
  font-weight: 500;
  display: inline-block;
  padding: 5px 20px;
}

@media print, screen and (min-width: 768px) {
  .tp-Hero_Title-en {
    font-size: 1.3rem;
  }
}

.tp-Hero_Title_Image {
  margin: 20% auto 10%;
  display: block;
  max-width: 30vw;
}

@media print, screen and (min-width: 768px) {
  .tp-Hero_Title_Image {
    z-index: 1;
    max-width: 185px;
    width: 10%;
    position: absolute;
    top: 70px;
    right: 70px;
    margin: 0;
  }
}

.tp-Hero_Scroll {
  z-index: 1;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.0rem;
  line-height: 1;
  position: absolute;
  left: 45%;
  bottom: 0;
  transform: rotate(-180deg) translateX(-50%);
  -webkit-transform: rotate(-180deg) translateX(-50%);
  -moz-transform: rotate(-180deg) translateX(-50%);
  -ms-transform: rotate(-180deg) translateX(-50%);
  padding: 15px 0 0 5px;
}

@media print, screen and (min-width: 768px) {
  .tp-Hero_Scroll {
    left: 50%;
  }
}

.tp-Hero_Scroll::before {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(#00feea 0%, #4284fb 100%);
  position: absolute;
  left: 0;
  top: 0;
}

/* =====================
  Message
===================== */

.tp-Message {
  padding: 50px 0 75px;
}

@media print, screen and (min-width: 768px) {
  .tp-Message {
  }
}

.tp-Message_Text {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.tp-Message_Text p {
  margin: 0 0 2em;
}

.tp-Message_Text p:last-of-type {
  margin: 0;
}

.tp-Message_Text {
  font-size: 1.3rem;
}

.tp-Message_Text span{
  color: #215AA7;
  font-weight: 600;
}

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

/* =====================
  First
===================== */

.tp-First {
  padding: 30px 0 30px 0;
  position: relative;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .tp-First {
    padding: 0 0 75px 0;
    margin-bottom: 145px;
    margin-top: 100px;
  }
}

.tp-First::after {
  content: "";
  background: url(../../images/bg_top_first.jpg) no-repeat 0 0;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .tp-First::after {
    background: url(../../images/bg_top_first.jpg) no-repeat 0 40px;
    width: 70%;
  }
}

.tp-H2Title_Wrap {
/*  text-align: right;*/
}

.tp-First .tp-H2Title {
  text-align: right;
  display: inline-block;
}

.tp-First .tp-H2Title-jp {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .tp-First .tp-H2Title {
    text-align: left;
    display: block;
  }
}

.tp-First .tp-H2Title-jp {
  text-align: left;

}
@media print, screen and (min-width: 768px) {
.tp-First .tp-H2Title-jp {
    width: 1274px;
  }
}
@media print, screen and (min-width: 1274px) {
.tp-First .tp-H2Title-jp {
    width: calc(100% - 180px);
  }
}
.tp-First_Col {
  margin-bottom: 40px;
}

.tp-First_Col:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .tp-First_Col {
    margin-bottom: 0;
  }
}

.tp-First_Image {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .tp-First_Image {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .tp-First_Image::before {
    height: 40px;
    left: 25px;
  }
}

.tp-First_Sentence {
  position: relative;
  padding: 20px 20px 0;
  margin-top: -10px;
}

@media print, screen and (min-width: 768px) {
  .tp-First_Sentence {
    padding: 0;
    margin-top: 0;
  }
}

.tp-First_Sentence::after {
  content: "";
  width: 1px;
  height: 20px;
  background: linear-gradient(#4284fb 0%, #00feea 100%);
  position: absolute;
  left: 35px;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .tp-First_Sentence::after {
    display: none;
  }
}

.tp-First_Sentence_Read {
  margin: 20px 0 0;
}

@media print, screen and (min-width: 768px) {
  .tp-First_Wrap {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
  }
  .tp-First_Col a {
    color: #47463f;
    display: block;
  }
  .tp-First_Col-right:first-child {
    margin-bottom: 60px;
  }
  .tp-First_Col-left {
    max-width: 454px;
    width: 36%;
  }
  .tp-First_Col-left .tp-First_Image {
    margin-bottom: 20px;
  }
  .tp-First_Wrap-right {
    max-width: 705px;
    width: 57%;
  }
  .tp-First_Col-right a {
    display: flex;
    justify-content: space-between;
  }
  .tp-First_Col-right .tp-First_Image {
    max-width: 324px;
    width: 46%;
  }
  .tp-First_Col .tp-First_Image::before {
    display: none;
  }
  .tp-First_Col-right .tp-First_Sentence {
    max-width: 350px;
    width: 50%;
  }
}

/* =====================
  Business
===================== */

.tp-Business {
  margin-bottom: 70px;
}

@media print, screen and (min-width: 768px) {
  .tp-Business {
    margin-bottom: 160px;
    position: relative;
  }
}

.tp-Business .tp-H2Title {
  margin-bottom: 20px;
}

.tp-Business_Col {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .tp-Business_Col {
    margin-bottom: 0;
  }
}

.tp-Business_Col a {
  display: block;
}

.tp-Business_Image {
  position: relative;
  line-height: 0;
}

.tp-Business_Image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #215aa7;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .tp-Business_Image::after {
    height: 40px;
    left: 25px;
  }
}

.tp-Business_Sentence {
  position: relative;
  padding: 20px 20px 0;
  margin-top: -10px;
}

@media print, screen and (min-width: 768px) {
  .tp-Business_Sentence {
    padding: 25px 0 0;
    margin-top: -10px;
  }
}

.tp-Business_Sentence::after {
  content: "";
  width: 1px;
  height: 20px;
  background: linear-gradient(#4284fb 0%, #00feea 100%);
  position: absolute;
  left: 35px;
  top: 0;
}

.tp-Business_More {
  position: absolute;
  right: 20px;
  bottom: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  color: #47463f;
  text-decoration: none;
  padding-left: 33px;
}

@media print, screen and (min-width: 768px) {
  .tp-Business_More {
    right: 0;
    font-size: 1.2rem;
  }
}

.tp-Business_More::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #47463F;
  position: absolute;
  left: 0;
  top: 50%;
  transition: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .tp-Business::after {
    content: "";
    height: 410px;
    width: 100%;
    background: url(../../images/bg_top_business_pc.jpg) no-repeat center center;
    background-size: cover;
    left: 0;
    top: 43px;
    position: absolute;
    z-index: -1;
  }
  .tp-Business_Wrap {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
  }
  .tp-Business_Col {
    max-width: 583px;
    width: 46%;
  }
  .tp-Business_Col-left {
    margin-top: 120px;
  }
}

/* =====================
  Interviews
===================== */

.tp-Interviews {
  margin-bottom: 75px;
}

@media print, screen and (min-width: 768px) {
  .tp-Interviews {
    margin-bottom: 150px;
  }
}

#tp-Interviews_Swiper {
  margin-top: 70px;
}

.tp-Interviews-Button-More {
  text-align: center;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .tp-Interviews-Button-More {
    margin-top: 35px;
  }
}

/* =====================
  Special
===================== */

.tp-Special {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .tp-Special {
    overflow: hidden;
    margin-bottom: 155px;
  }
}

.tp-Special .tp-H2Title {
  padding: 0 6%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .tp-Special .tp-H2Title {
    padding: 0;
   /* margin: 0;*/
  }
}

@media print, screen and (max-width: 767px) {
  .tp-Special .sp-Container_Inner {
    padding: 0;
  }
  .tp-Special_Wrap {
    position: relative;
  }
  .tp-Special_Wrap::before {
    content: "";
    width: 32vw;
    height: 32vw;
    background: #215aa7;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 5vw;
  }
  .tp-Special_Wrap::after {
    content: "";
    width: 76vw;
    height: 22vw;
    background: #215aa7;
    opacity: .5;
    position: absolute;
    right: 0;
    bottom: 5vw;
    z-index: -1;
  }
}

.tp-Special_Title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: #9e9e9e;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tp-Special_Title-en {
    font-size: 1.2rem;
  }
}

.tp-Special_Title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  margin: 15px 0 5px;
}

@media print, screen and (min-width: 768px) {
  .tp-Special_Title-jp {
    font-size: 2.5rem;
    margin: 30px 0 10px;
  }
}

.tp-Special_Title-sub {
  font-family: Lato;
  font-size: 0.8rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .tp-Special_Title-sub {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.tp-Special_Sentence {
  background: #fff;
  padding: 20px;
  margin: -10vw 0 0 6%;
  position: relative;
  width: 73%;
}

@media print, screen and (min-width: 768px) {
  .tp-Special_Sentence {
    position: absolute;
    padding: 50px;
    max-width: 630px;
    width: 53%;
    top: 355px;
    left: -45px;
    margin: 0;
  }
}

.tp-Special_Image-center {
  width: 88%;
  margin-left: 12%;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .tp-Special_Image-center {
    width: 88%;
    right: -15px;
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .tp-Special_Wrap {
    margin-top: 55px;
    position: relative;
    padding: 55px 0 280px;
    min-height: 765px;
  }
  .tp-Special_Image {
    position: absolute;
  }
  .tp-Special_Image-left {
    left: -235px;
    top: 0;
    z-index: -1;
  }
  .tp-Special_Image-center {
    width: 88%;
    right: -15px;
  }
  .tp-Special_Image-right {
    right: -345px;
    bottom: 0;
    z-index: -1;
  }
}

/* =====================
  Career
===================== */

.tp-Career {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .tp-Career {
    margin-bottom: 150px;
  }
  .tp-Career .tp-H2Title {
          margin-bottom: 30px;
  }
}

.tp-Career_Wrap {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .tp-Career_Wrap {
    margin-top: 0;
  }
}

.tp-Career_Col {
  position: relative;
  color: #fff;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .tp-Career_Col {
    width: 39%;
    margin-top: 70px;
    margin-bottom: 0;
  }
}

.tp-Career_Image {
  position: relative;
  line-height: 1;
}

.tp-Career_Image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #215aa7;
  opacity: 0.7;
  z-index: 1;
}

.tp-Career_Sentence {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tp-Career_Col a {
  display: block;
  position: relative;
  color: #fff;
}

.tp-Career_Sentence h3 {
  text-align: center;
}

.tp-Career_Sentence .tp-H3Title-en {
  color: #fff;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .tp-Career_Sentence .tp-H3Title-en {
    margin-bottom: 30px;
  }
}

.tp-Career_Sentence .tp-H3Title-jp {
  color: #fff;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .tp-Career_Sentence .tp-H3Title-jp {
    margin-bottom: 20px;
  }
}

.tp-Career_Sentence .tp-Button-More {
  max-width: 115px;
  padding: 5px;
}

@media print, screen and (min-width: 768px) {
  .tp-Career_Wrap {
    display: flex;
  }
  .tp-Career_Col-left {
    margin: 0 70px 0 0;
  }
}

/* =====================
  Recruit
===================== */

.tp-Recruit {
  background: #f8f8f8;
  padding: 30px 0;
}

@media print, screen and (min-width: 768px) {
  .tp-Recruit {
    padding: 100px 0;
  }
}

.tp-Recruit_Link_Wrap {
  width: 73vw;
  margin: 25px auto 0;
}

@media print, screen and (min-width: 768px) {
  .tp-Recruit_Link_Wrap {
    margin-top: 90px;
    display: flex;
    justify-content: space-around;
  }
}

@media print, screen and (min-width: 768px) {
  .tp-Recruit_Link_Wrap {
    width: auto;
  }
}

.tp-Recruit_Link_Col {
  box-shadow: 0px 2px 10px rgba(65, 63, 59, 0.2);
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .tp-Recruit_Link_Col {
    width: calc((100% - 2*40px)/2);
    margin-bottom: 0;
  }
}

.tp-Recruit_Button {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #fff !important;
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 25px 10px;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .tp-Recruit_Button {
    font-size: 1.8rem;
    padding: 45px 10px;
    height: 100%;
  }
}

.tp-Recruit_Button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.tp-Recruit_Button-01 {
  background: #215aa7;
}

.tp-Recruit_Button-02 {
  background: #2567C1;
}

.tp-Recruit_Button-03 {
  background: #2D78DD;
}

/* =====================
  Recruit_bottom
===================== */

.Recruit_bottom-Recruit {
  background: #ffffff;
  padding: 30px 0;
}

@media print, screen and (min-width: 768px) {
  .Recruit_bottom {
    padding: 100px 0;
  }
}

.Recruit_bottom_Link_Wrap {
  width: 73vw;
  margin: 25px auto 0;
}

@media print, screen and (min-width: 768px) {
  .Recruit_bottom_Link_Wrap {
    margin-top: 90px;
    display: flex;
    justify-content: space-around;
  }
}

@media print, screen and (min-width: 768px) {
  .Recruit_bottom_Link_Wrap {
    width: auto;
  }
}

.Recruit_bottom_Link_Col {
  box-shadow: 0px 2px 10px rgba(65, 63, 59, 0.2);
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .Recruit_bottom_Link_Col {
    width: calc((100% - 2*40px)/2);
    margin-bottom: 0;
  }
}

.Recruit_bottom_Button {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #fff !important;
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 25px 10px;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .Recruit_bottom_Button {
    font-size: 1.8rem;
    padding: 45px 10px;
    height: 100%;
  }
}

.Recruit_bottom_Button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.Recruit_bottom_Button-01 {
  background: #215aa7;
}

.Recruit_bottom_Button-02 {
  background: #2567C1;
}

.Recruit_bottom_Button-03 {
  background: #2D78DD;
}
