@charset "UTF-8";

/*---------------------*/
/* mv */
.mv {
  margin-bottom: 60px;
  position: relative;
}
.mv-title-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.mv-titlearea {
  position: absolute;
  z-index: 2;
  top: 10vw;
}
.mv-titlearea h2 {
  margin-bottom: 50px;
}
.mv-red {
  color: #DC000C;
}
.mv-titlearea h2 .mv-span,.mv-titlearea p span  {
  display: inline-block;
  width: 100%;
  color: #004B9E;
  font-weight: bold;
  paint-order: stroke;
  line-height: 1.4;
}
.mv-titlearea h2 .mv-span {
  -webkit-text-stroke: 10px #fff;
  text-stroke: 2px #fff;
  font-size: 70px;
}
.mv-titlearea p span {
  font-size: 30px;
  line-height: 1.6;
    -webkit-text-stroke: 6px #fff;
    text-stroke: 2px #fff;
}
.mv-imgwrapper {
  position: relative;
  z-index: 1;
  margin-left: 35vw;
}
.swiper-slide {
    overflow: hidden;
    border-radius: 400px 0 0 400px;
    max-height: 750px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-scrollbar {
  display: none;
  scrollbar-width: none;
}
.swiper-scrollbar::-webkit-scrollbar {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media screen and (max-width: 1400px) {
  .mv-titlearea h2 .mv-span {
    font-size: 60px;
    -webkit-text-stroke: 12px #fff;
}
}
@media screen and (max-width: 1300px) {
.mv-titlearea {
  top: 12vw;
  left: 4vw;
}
.mv-titlearea h2 .mv-span {
  font-size: 50px;
  -webkit-text-stroke: 10px #fff;
}
.mv-titlearea p span {
  font-size: 25px;
  line-height: 1.4;
}
}
@media screen and (max-width: 960px) {
  .mv-titlearea {
    top: 18vw;
  }
  .mv-titlearea h2 {
    margin-bottom: 30px;
  }
  .mv-titlearea h2 .mv-span {
    font-size: 40px;
    -webkit-text-stroke: 10px #fff;
  }
  .mv-titlearea p span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .mv-imgwrapper {
    margin-left: 20vw;
  }
 .mv-titlearea {
    position: relative;
    top: initial;
    bottom: 40px;
  }
   .mv-titlearea h2 {
    margin-bottom: 20px;
  }
  .swiper-slide {
    height: 500px;
    max-height: 500px;
    border-radius: 200px 0 0 200px; 
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .mv-imgwrapper {
    margin-left: 10vw;
  }
  .mv-titlearea h2 .mv-span {
    font-size: 34px;
    -webkit-text-stroke: 8px #fff;
  }
  .mv-titlearea p span {
    font-size: 18px;
  -webkit-text-stroke: 3px #fff;
  }
}
@media screen and (max-width: 540px) {
  .swiper-slide {
    border-radius: 120px 0 0 120px; 
  }
}
@media screen and (max-width: 500px) {
  .mv-titlearea h2 .mv-span {
    font-size: 30px;
    -webkit-text-stroke: 5px #fff;
  }
  .swiper-slide {
    height: 360px;
  }
}
@media screen and (max-width: 390px) {
  .mv-titlearea h2 .mv-span {
    font-size: 24px;
  }
  .mv-titlearea p span {
    font-size: 16px;
  }
  .mv-imgwrapper {
    margin-left: 5vw;
  }
  .swiper-slide {
    height: 320px;
}
}

/*---------------------*/
/* コンセプト */
.top-concept .section-title {
  margin-bottom: 30px;
}
.top-concept-content {
  display: flex;
}
.concept01,.concept02 {
  width: 50%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.concept01 {
  padding-left: 0;
}
.concept02 h3 {
  font-size: 38px;
  font-weight: 600;
  color: #DC000C;
}
.concept02-textarea {
  padding-top: 30px;
}
.concept02-textarea p{
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .concept02 h3 {
    font-size: 30px;
  }
  .concept02-textarea p {
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.top-concept-content {
  flex-direction: column;
}
.concept01 {
  width: 60%;
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 20px;
}
.concept02 {
  width: 100%;
  padding-left: 0;
}
.concept02 h3 br {
  display: none;
}
}
@media screen and (max-width: 540px) {
  .concept02 h3 {
    font-size: 26px;
}
}
@media screen and (max-width: 500px) {
.concept02 h3 br {
  display: block;
}
}
@media screen and (max-width: 390px) {
  .top-concept .section-title {
    margin-bottom: 10px;
}
  .concept02 h3 {
    font-size: 22px;
}
.concept01 {
  width: 80%;
}
.concept02-textarea {
  padding-top: 10px;
}
.concept02-textarea p {
  font-size: 14px;
}
}


/*---------------------*/
/* こだわり */
.top-quality .section-title {
  margin-bottom: 140px;
}
.top-quality-griditem{
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  align-items: flex-start;
  column-gap: 5%;
  row-gap: 100px;
}
.quality-item {
  background-color: #E6F6FF;
  border-radius: 50px;
  position: relative;
  padding: 50px;
  min-height: 460px;
  height: 100%;
}
.quality-item img {
  width: 110px;
  position: absolute;
  right: 50px;
  top: -50px;
}
.quality-item h3 {
  font-size: 30px;
  color: #004B9E;
}
.quality-textarea {
  padding-top: 20px;
}
.quarity-sp {
  display: none;
}
@media screen and (max-width: 1300px) {
 .quality-item {
  padding: 40px;
 }
}
@media screen and (max-width: 1200px) {
  .top-quality-griditem {
    column-gap: 3%;
  }
  .quality-item {
    padding: 30px;
   }
  .quality-item h3 {
  font-size: 26px;
  }
  .quality-item img {
    width: 90px;
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .top-quality .section-title {
    margin-bottom: 90px;
  }
  .quality-item {
    padding: 24px;
    border-radius: 30px;
    min-height: 420px;
  }
  .quality-item img {
    width: 80px;
  }
  .quality-item h3 {
    font-size: 20px;
}
  .quality-textarea p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-quality .section-title {
    margin-bottom: 50px;
  }
  .top-quality-griditem {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 80px;
    grid-auto-rows: auto;
  }
  .quality-item {
    min-height: 240px;
  }
  .quality-textarea {
    padding-top: 14px;
  }
  .quality-item img {
    width: 70px;
    top: -40px;
}
}
@media screen and (max-width: 540px) {
  .top-quality-griditem {
    row-gap: 70px;
  }
  .quality-item img {
    width: 60px;
    top: -30px;
  }
}
@media screen and (max-width: 390px) {
  .quality-item h3 {
    font-size: 18px;
  }
  .quarity-pc {
    display: none;
  }
  .quarity-sp {
    display: block;
  }
  .quality-textarea p {
    font-size: 14px;
  }
}

/*---------------------*/
/* サービス内容 */
.top-service .section-title {
  margin-bottom: 70px;
}
.top-service-content {
  display: flex;
  flex-direction: column;
  row-gap: 180px;
}
.top-service .service-item {
  position: relative;
}
.top-service .service04 {
  margin-bottom: 0;
  padding-bottom: 180px;
}
.service-item-img {
  position: relative;
  z-index: 0;
  padding-right: 50%;
}
.service02 .service-item-img,.service04 .service-item-img {
  padding-left: 50%;
  padding-right: inherit;
}
.service-item-text {
  position: absolute;
  z-index: 1;
  top: 70px;
  left: 47%;
  background-color: #004B9E;
  border-radius: 50px;
  padding: 45px;
  max-width: 575px;
  color: #fff;
}
.service02 .service-item-text,.service04 .service-item-text {
  right: 47%;
  left: inherit;
}
.service-item-text h3 {
  font-size: 30px;
  color: #FDEA00;
  margin-bottom: 20px;
}
.service-textarea {
  margin-bottom: 30px;
}
.service-textarea p {
  margin-bottom: 0;
}
.service04 .service-item br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .service-item-text {
    padding: 35px;
  }
  .service-item-text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .service-item-text {
    border-radius: 30px;
  }
  .service-textarea {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .service-item-text {
    padding: 25px;
    top: 50px;
  }
.service-item-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.service-textarea {
  margin-bottom: 20px;
}
.service-textarea p {
  font-size: 16px;
}
}
@media screen and (max-width: 767px) {
  .top-service .section-title {
    margin-bottom: 40px;
  }
  .top-service-content {
    row-gap: 40px;
  }
  .top-service .service04 {
    padding-bottom: 0;
  }
  .service-item-img {
    padding-right: 0%;
  }
  .service02 .service-item-img, .service04 .service-item-img {
    padding-left: 0%;
  }
  .service-item-text {
    position: relative;
    max-width: 100%;
    top: 5px;
    left: 0%;
  }
  .service02 .service-item-text, .service04 .service-item-text {
    position: relative;
    right: 0%;
  }
}
@media screen and (max-width: 428px) {  
  .service04 .service-item br {
    display: block;
  }
}
@media screen and (max-width: 390px) {  
  .service-item-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }    
  .service-textarea p {
    font-size: 14px;
  }
}

/*---------------------*/
/* 代表挨拶 */
.top-message .section-title {
  margin-bottom: 100px;
}
.top-message-content {
  display: flex;
}
.message01 {
  width: 35%;
  padding-left: 30px;
}
.message01 img {
  margin-bottom: 50px;
}
.message01-textarea p {
  text-align: center;
}
.message01-textarea p {
  font-size: 14px;
  text-align: center;
}
.message01-textarea .message-name {
  font-size: 18px;
  text-align: center;
}
.message02 {
  width: 65%;
  padding-left: 30px;
}
.message02-textarea {
  padding-top: 30px;
}
.message02 h3 {
  font-size: 34px;
  color: #DC000C;
}
.message02 .br-2 {
  display: none;
}
@media screen and (max-width: 960px) {
.top-message .section-title {
  margin-bottom: 40px;
}
.message02 h3 {
  font-size: 28px;
}
.message02-textarea p {
  font-size: 16px;
}
}
@media screen and (max-width: 767px) {
  .top-message .section-title {
    margin-bottom: 30px;
  }
  .top-message-content {
    flex-direction: column;
  }
  .message01 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
    padding-left: 0;
  }
  .message01 img {
    margin-bottom: 20px;
  }
  .message01-textarea {
    max-width: 260px;
    margin: 0 auto;
  }
  .message01-textarea p {
    margin-bottom: 0;
  }
  .message02 {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .message01 {
    text-align: center;
  }
  .message01 img {
    max-width: 200px;
  }
  .message02-textarea {
    padding-top: 20px;
  }
  .message02 h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .message02 .br-2 {
    display: block;
  }
}
@media screen and (max-width: 390px) {
  .message01 {
    width: 80%;
    margin: 0 auto 20px;
  }
  .message02 h3 {
    font-size: 22px;
  }
  .message02-textarea p {
  font-size: 14px;
 }
}

/*---------------------*/
/* 採用バナー */
.top-banner_inner {
  border: 8px solid #004C9E;
  border-radius: 50px;
  background: linear-gradient(-60deg, #FDEA00 40%, #fff 0);
  padding: 0;
}
.top-banner .banner-link {
  width: 100%;
  padding: 30px;
  display: flex;
}
.top-banner .inner {
  position: relative;
}
.banner-title {
  text-align: center;
  width: 70%;
}
.banner-title h2{
  font-size: 16px;
}
.banner-title p{
  font-size: 50px;
  color: #004B9E;
  font-weight: bold;
}
.banner-title p::first-letter {
  color: #DC000C;
}
.banner-title h3 {
  font-size: 46px;
  font-weight: 600;
  color: #004B9E;
}
.banner-title h3 span {
  color: #DC000C;
}
.banner-image {
  position: relative;
  top: 0;
  right: 0;
}
.banner-image img{
  position: absolute;
  width: 320px;
  top: -80px;
}
.banner-btn {
  position: absolute;
  top: 126px;
  right: 0;
}
.banner-btn p {
  background: #fff;
  border: 3px solid #DC000C;
  border-radius: 50px;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 320px;
  padding: 5px 25px;
  color: #DC000C;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 26px;
}
.banner-btn p::after {
  content: '';
  width: 13px;
  height: 13px;
  border-top: 3px solid #DC000C;
  border-right: 3px solid #DC000C;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 30px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .top-banner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .top-banner .banner-link {
    padding: 20px;
  }
  .banner-title {
    width: 66%;
  }
  .banner-title p {
    font-size: 45px;
    margin-bottom: 0;
  }
  .banner-title h3 {
    font-size: 40px;
  }
  .banner-image {
    right: -30px;
  }
  .banner-image img {
    width: 250px;
    top: -65px;
  }
  .banner-btn {
    top: 100px;
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-btn {
    right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .banner-title {
    width: 60%;
}
  .banner-title h3 {
    font-size: 30px;
  }
  .banner-title h2 {
    font-size: 14px;
  }
  .banner-title p {
    font-size: 40px;
  }
  .banner-btn {
    top: 80px;
  }
  .banner-image {
    right: -50px;
  }
  .banner-btn {
    right: 24px;
    top: 90px;
  }
  .banner-btn p {
    width: 280px;
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .banner-image img {
    width: 230px;
  }
  .banner-btn {
    right: 20px;
}
  .banner-btn p {
    width: 250px;
    font-size: 20px;
}
}
@media screen and (max-width: 767px) {
  .banner-title {
    width: 60%;
}
  .banner-title h3 {
    font-size: 20px;
  }
  .banner-image img {
    width: 200px;
    top: -60px;
}
.banner-image {
  right: -30px;
}
.banner-btn {
  top: 80px;
}
.banner-btn p {
  width: 230px;
  font-size: 18px;
}
}
@media screen and (max-width: 650px) {
  .top-banner_inner {
    background: linear-gradient(-10deg, #FDEA00 47%, #fff 0);
  }
  .top-banner {
    width: 80%;
    margin: 0 auto 60px;
  }
  .top-banner .banner-link {
    flex-direction: column;
    padding: 20px 20px 40px;
  }
  .banner-title {
    width: 100%;
  }
  .banner-image {
    text-align: center;
    right: 0;
  }
  .banner-image img {
    position: relative;
    top: 10px;
  }
  .banner-btn {
    left: 0;
    right: 0;
    top: 120px;
  }
  .banner-btn p {
    position: relative;
  }
}
@media screen and (max-width: 540px) {
  .top-banner {
    width: 100%;
  }
  .banner-title h2 {
    font-size: 14px;
  }
  .banner-title p {
    font-size: 32px;
  }
  .banner-image img {
    top: 0px;
    width: 200px;
  }
  .banner-btn {
    top: 120px;
}
}
@media screen and (max-width: 390px) {
  .banner-title h3 {
    font-size: 17px;
  }
  .banner-image img {
    width: 160px;
  }
  .banner-btn {
    top:90px;
  }
}

/*---------------------*/
/* JUバナー */
.ju-banner {
  padding-top: 0;
}
.ju-banner .content {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ju-banner .content {
    max-width: 80%;
  }
}
@media screen and (max-width: 540px) {
  .ju-banner .content {
    max-width: 90%;
  }
}
