@charset "utf-8";

/* mv
-------------------------------------------------------------- */
#mv .txt-area {
  position: absolute;
  top: 35%;
  left: calc((100% - 1114px) / 2);
}

#mv img {
  width: 100%;
}

#mv h2 strong {
  display: inline-block;
  background: var(--color-blue);
  color: var(--color-white);
}

#mv h2 span {
  display: inline-block;
}

#mv h2 .en {
  margin-bottom: 10px;
  padding: 5px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
}

#mv h2 .jp {
  padding: 5px;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
}

#mv h2 .jp span {
  font-weight: 900;
}

@media (max-width: 767px) {
  #mv .txt-area {
    top: 35%;
    left: 5%;
    width: 90%;
  }

  #mv h2 .en {
    margin-bottom: 5px;
    padding: 5px 15px 5px 5px;
    font-size: 1.2rem;
  }

  #mv h2 .jp {
    font-size: 2.8rem;
  }
}

/* strengths
-------------------------------------------------------------- */
#strengths {
  position: relative;
  padding: 60px 0 100px;
  z-index: 10;
}

#strengths h2 {
  width: 350px;
}

#strengths .logo {
  position: absolute;
  top: -90px;
  left: -70px;
}

#strengths .txt-area {
  width: calc(100% - 450px);
}

#strengths h3 {
  padding-bottom: 30px;
  color: var(--color-blue);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

#strengths p {
  line-height: 2;
}
@media (max-width: 767px) {
  #strengths {
    margin-top: 10px;
    padding: 10px 0 100px;
  }

  #strengths h2 {
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  #strengths .logo {
    top: -130px;
    left: -40px;
    width: 60%;
  }

  #strengths .txt-area {
    width: 100%;
  }

  #strengths h3 {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  #strengths p {
    font-size: 1.4rem;
  }
}

/* service
-------------------------------------------------------------- */
#service {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom left, #E3F9FF, #F0F5FC);
  border-radius: 70px 70px 0 0;
  z-index: 20;
}

#service h2 {
  padding-bottom: 50px;
}

#service .service-wrap {
  gap: 50px 35px;
}

#service .service-box {
  width: calc(50% - 35px);
}

#service .btn {
  padding-top: 30px;
}

#service .btn a span {
  color: var(--color-blue);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

#service .btn a img {
  transition: all 0.5s ease-in-out;
}

#service .btn a:hover img {
  transform: translateX(20px);
}

#service .btn-more {
  padding-top: 50px;
}

@media (max-width: 767px) {
  #service {
    padding: 50px 0;
    border-radius: 20px 20px 0 0;
  }

  #service h2 {
    padding-bottom: 20px;
  }

  #service .service-wrap {
    gap: 40px;
  }

  #service .service-box {
    width: 100%;
  }

  #service .btn {
    padding-top: 20px;
  }

  #service .btn a span {
    font-size: 1.8rem;
  }

  #service .btn a img {
    width: 26px;
  }

  #service .btn-more {
    padding-top: 50px;
  }
}

/* user
-------------------------------------------------------------- */
#user {
  position: relative;
  padding: 100px 0;
  background: var(--color-cream);
  z-index: 20;
}

#user .container {
  padding-left: 50px;
}

#user .ttl-area {
  padding-bottom: 75px;
  align-items: flex-start;
}

#user .ttl-area .btn-more {
  padding: 0;
}

#user .btn-more.sp {
  display: none;
}

#user h2 {
  padding-bottom: 30px;
}

#user .ttl-area p {
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 500;
}

#user .user-box {
  position: relative;
  width: calc(33.33% - 40px);
}

#user .user-box .no {
  position: absolute;
  top: -30px;
  left: 0;
  color: var(--color-blue);
  font-size: 12rem;
  font-weight: 100;
  line-height: 1;
}

#user .btn {
  margin-top: -30px;
}

#user .btn a {
  padding: 8px 15px;
  align-items: center;
  box-sizing: border-box;
  min-height: 56px;
  background: var(--color-blue);
  border-radius: 4px;
  color: var(--color-white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

#user .btn a span {
  width: calc(100% - 80px);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #user {
    padding: 50px 0;
    border-radius: 20px 20px 0 0;
  }

  #user .container {
    padding: 0;
  }

  #user .ttl-area {
    padding-bottom: 50px;
  }

  #user h2 {
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  #user .ttl-area p {
    font-size: 1.4rem;
  }

  #user .user-wrap {
    gap: 60px;
  }

  #user .user-box {
    margin: auto;
    width: 80%;
  }

  #user .user-box .no {
    top: -20px;
    font-size: 10rem;
  }

  #user .btn {
    margin-top: -20px;
  }

  #user .btn a {
    padding: 8px 10px;
    min-height: auto;
  }

  #user .btn a .ico {
    width: 28px;
  }

  #user .btn a span {
    width: calc(100% - 65px);
    font-size: 1.8rem;
  }

  #user .btn a .arrow {
    width: 20px;
  }

  #user .btn-more.sp {
    padding-top: 50px;
    display: flex;
  }
}

/* message
-------------------------------------------------------------- */
#message {
  position: relative;
  padding: 180px 0 100px;
  overflow: hidden;
}

#message .msg {
  position: absolute;
  top: 50px;
  left: -20px;
}

#message figure {
  width: 43.2%;
}

#message .txt-area {
  padding-right: 50px;
  width: 51%;
}

#message h2 {
  padding-bottom: 30px;
}

#message h3 {
  padding-bottom: 30px;
  color: var(--color-blue);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}

#message p {
  font-size: 1.8rem;
  line-height: 2;
}

@media (max-width: 767px) {
  #message {
    padding: 80px 0;
  }

  #message .msg {
    top: 0;
    left: -5px;
  }

  #message .msg img {
    width: 30%;
  }

  #message figure {
    margin: 0 0 40px;
    width: 100%;
  }

  #message .txt-area {
    width: 100%;
    padding: 0;
  }

  #message h2 {
    padding-bottom: 20px;
    text-align: center;
  }

  #message h3 {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  #message p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* profile
-------------------------------------------------------------- */
#profile {
  position: relative;
  padding: 130px 0 160px;
  min-height: 1500px;
  background: linear-gradient(to bottom left, #E3F9FF, #F0F5FC);
  border-radius: 70px 70px 0 0;
}

#profile .ttl-area {
  padding-right: 75px;
  width: 35%;
}

#profile .txt-area {
  width: 63%;
}

#profile figure {
  position: absolute;
  top: 28%;
  left: 0;
  width: 36%;
}

#profile figure img {
  width: 100%;
}

#profile dl .pc {
  display: inline-block;
}

#profile dt {
  padding: 25px 20px 25px 0;
  width: 27%;
  border-bottom: 1px solid var(--color-gray);
  color: var(--color-blue);
  line-height: 1.4;
}

#profile dd {
  padding: 25px 0;
  width: 73%;
  border-bottom: 1px solid var(--color-gray);
  line-height: 1.4;
}

@media (max-width: 1200px) {
  #profile {
    min-height: auto;
  }

  #profile h2 .en {
    font-size: 4.6rem;
  }

  #profile h2 .jp {
    font-size: 1.6rem;
  }

  #profile figure {
    top: 25%;
    width: 30%;
  }
}

@media (max-width: 767px) {
  #profile {
    padding: 80px 0 50px;
    border-radius: 20px 20px 0 0;
  }

  #profile .msg {
    position: absolute;
    top: 50px;
    left: -20px;
  }

  #profile .ttl-area {
    padding: 0 0 20px;
    width: 100%;
  }

  #profile h2 {
    padding-bottom: 20px;
    text-align: center;
  }

  #profile h2 .en {
    padding-bottom: 5px;
    font-size: 3.6rem;
  }

  #profile h2 .jp {
    font-size: 1.3rem;
  }

  #profile figure {
    position: static;
    margin: 30px 0 0;
    width: 95%;
  }

  #profile .txt-area {
    width: 100%;
  }

  #profile dt {
    padding: 20px 0 0;
    width: 100%;
    border-bottom: none;
  }

  #profile dl .sp {
    display: inline-block;
  }

  #profile dd {
    padding: 5px 0 20px;
    width: 100%;
  }

  #profile dd:last-child {
    border-bottom: none;
  }
  
  #profile dl .pc {
    display: none;
  }
}

/* map
-------------------------------------------------------------- */
#map {
  position: relative;
  background: var(--color-cream);
  overflow: hidden;
}

#map .flex {
  align-items: center;
  height: 437px;
}
#map .ttl-area {
  padding-left: 9.5%;
  width: 39.2%;
}

#map .ttl-area p {
  padding-top: 20px;
}

#map .map {
  width: 60.8%;
  height: 100%;
}

@media (max-width: 1200px) {
  #map .ttl-area {
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  #map {
    padding: 50px 0 0;
    height: auto;
  }

  #map .ttl-area {
    width: 95%;
  }

  #map .ttl-area h2 {
    text-align: center;
  }

  #map .ttl-area p {
    padding: 20px 0 30px;
  }

  #map .map {
    width: 100%;
    height: 358px;
  }
}

/* recruitment
-------------------------------------------------------------- */
#recruitment {
  position: relative;
  padding: 85px 0 70px;
  background: var(--color-blue);
  color: var(--color-white);
  overflow: hidden;
}

#recruitment .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
}

#recruitment .photo img {
  width: 100%;
}

#recruitment .logo {
  position: absolute;
  top: -50px;
  right: -30px;
}

#recruitment .container {
  justify-content: flex-end;
}

#recruitment .txt-area {
  width: 53%;
}

#recruitment h2 {
  padding-bottom: 30px;
  color: var(--color-white);
}

#recruitment h3 {
  padding-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

#recruitment .txt {
  font-size: 1.6rem;
  line-height: 2;
}

#recruitment h4 {
  padding: 40px 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}

#recruitment li {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 15px;
  background: var(--color-white);
  color: var(--color-blue);
  font-weight: 700;
}

#recruitment dl {
  margin-top: 30px;
  border-top: 1px solid var(--color-white);
}

#recruitment dt {
  padding: 20px 20px 20px 0;
  width: 20%;
  border-bottom: 1px solid var(--color-white);
  line-height: 1.4;
}

#recruitment dd {
  padding: 20px 0;
  width: 80%;
  border-bottom: 1px solid var(--color-white);
  line-height: 1.4;
}

@media (max-width: 767px) {
  #recruitment {
    padding: 0 0 60px;
  }

  #recruitment .photo {
    position: static;
    width: 95%;
  }

  #recruitment .logo {
    top: 17%;
    right: -12%;
    width: 60%;
    z-index: -1;
  }

  #recruitment .txt-area {
    padding-top: 50px;
    width: 100%;
  }

  #recruitment h2 {
    padding-bottom: 20px;
  }

  #recruitment h3 {
    padding-bottom: 20px;
    font-size: 1.7rem;
  }

  #recruitment .txt {
    font-size: 1.4rem;
  }

  #recruitment h4 {
    padding: 40px 0 20px;
    font-size: 1.8rem;
  }

  #recruitment li {
    padding: 5px;
    font-size: 1.3rem;
  }

  #recruitment dl {
    margin-top: 20px;
  }

  #recruitment dt {
    padding: 20px 0 0;
    width: 100%;
    border-bottom: none;
  }

  #recruitment dd {
    padding: 5px 0 20px;
    width: 100%;
  }
}

/* achievements
-------------------------------------------------------------- */
#achievements {
  position: relative;
  padding: 100px 0;
  background: var(--color-lightblue);
}

#achievements .ttl-area {
  padding-top: 60px;
  align-items: flex-start;
  width: 43%;
}

#achievements .ttl-area .btn-more {
  padding-top: 60px;
}

#achievements .btn-more.sp {
  display: none;
}

#achievements .ttl-area p {
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 500;
}

#achievements .achievements-box {
  width: 48.4%;
}

#achievements .achievements-box a {
  position: relative;
  display: block;
}

#achievements .achievements-box a span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #achievements {
    padding: 60px 0;
  }

  #achievements .ttl-area {
    padding: 0 0 30px;
    width: 100%;
  }

  #achievements h2 {
    width: 100%;
    text-align: center;
  }

  #achievements .ttl-area p {
    font-size: 1.4rem;
  }

  #achievements .achievements-wrap {
    gap: 20px;
  }

  #achievements .achievements-box {
    width: 100%;
  }

  #achievements .achievements-box a span {
    font-size: 2rem;
  }

  #achievements .btn-more.sp {
    padding-top: 30px;
    display: flex;
  }
}