@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
/* --------------- .h3 --------------- */
.h3 {
  font-size: 32px;
  font-weight: bold;
}
.h3 span {
  color: #015290;
  font-size: 20px;
  font-weight: normal;
}
.h3.w,
.h3.w span {
  color: #fff;
}
@media (max-width: 959px) {
  .h3 {
    font-size: 26px;
  }
  .h3 span {
    font-size: 18px;
  }
}
@media (max-width: 519px) {
  .h3 {
    font-size: 22px;
  }
  .h3 span {
    font-size: 15px;
  }
}




/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
  position: relative;
  max-width: 100%;
}
@-webkit-keyframes circle {
  from {
    stroke-dasharray: 0 377
  }
  to {
    stroke-dasharray: 377 377
  }
}
@keyframes circle {
  from {
    stroke-dasharray: 0 377
  }
  to {
    stroke-dasharray: 377 377
  }
}
#top_slider {
  --swiper-pagination-bottom: 15px;
  --swiper-pagination-bullet-width: 26px;
  --swiper-pagination-bullet-height: 26px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-inactive-opacity: 1;

  position: relative;
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
}
#top_slider .swiper-slide img {
  width: 100%;
/*  max-height: 750px;*/
  object-position: top center;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 959px) {
  #top_slider .swiper-slide img {
    height: 510px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 519px) {
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination > span.swiper-pagination-bullet {
  background-color: transparent !important;
}
.swiper-pagination > span.swiper-pagination-bullet > span {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-pagination > span {
  position: relative;
}
.swiper-pagination > span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #015290;
  border-radius: 20px;
}
.swiper-pagination > span svg {
  position: absolute;
  transform: rotate(-90deg);
  left: 0;
  top: 0;
  display: none;
  opacity: 1;
}
.swiper-pagination > span.swiper-pagination-bullet-active svg {
  display: block;
}
.swiper-pagination > span svg circle {
  fill: transparent;
  stroke-width: 1;
}
.swiper-pagination > span svg:nth-child(1) circle {
  stroke: rgba(255, 255, 255, .4);
}
.swiper-pagination > span.swiper-pagination-bullet-active svg:nth-child(2) circle {
  stroke: #fff;
  animation: circle 25s infinite linear;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}
#top_slider .over_text {
  position: absolute;
  z-index: 200;
  top: 130px;
  left: 5%;
  right: 5%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#top_slider .over_text .bgcf {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
}
#top_slider .over_text .tc_gra {
  display: inline-block;
  background-image: linear-gradient(to right, #0035cc 0%, #00aadd 78%, #1a70ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#top_slider .over_text h2 {
  font-size: 52px;
}
#top_slider .over_text h2 .bgcf {
  padding: 2px 20px 0;
}
#top_slider .over_text p {
  margin-top: 20px;
}
#top_slider .over_text p .bgcf {
  padding: 10px 20px;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  #top_slider .over_text h2 {
    font-size: calc(5200vw / 1400);
  }
}
@media (max-width: 1099px) {
  #top_slider .over_text {
    top: calc(13000vw / 1100);
  }
}
@media (min-width: 960px) {
  .halfway_sp {
    display: none;
  }
}
@media (max-width: 959px) {
  .halfway_pc {
    display: none;
  }
  #top_slider .over_text h2 {
    font-size: 36px;
  }
  #top_slider .over_text h2 .bgcf {
/*    padding: 2px 20px 0;*/
  }
  #top_slider .over_text p .bgcf {
    padding: 5px 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 519px) {
  #top_slider .over_text {
    top: auto;
    bottom: 45px;
    left: 0;
    right: 0;
    width: fit-content;
  }
  #top_slider .over_text h2 {
    font-size: calc(2400vw / 320);
  }
  #top_slider .over_text h2 .bgcf {
    padding: 2px 10px 0;
  }
  #top_slider .over_text p {
    margin-top: calc(1000vw / 320);
    font-size: calc(1100vw / 320);
  }
  #top_slider .over_text p .bgcf {
    padding: 2px 10px;
    margin-bottom: calc(400vw / 320);
  }
}




/* ---------------------------------------------------------
 * #lead
** --------------------------------------------------------- */
#lead {
  position: relative;
  padding-top: 120px;
}
#lead h3 {
  color: #015290;
  padding-bottom: 80px;
  background-image: url("../img/index/since_1927.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#lead h3 .halfway {
  display: none;
}
#lead .content {
}
#lead .outer {
  position: relative;
  margin-top: 190px;
  background-color: #f4f4f4;
}
#lead .green_deco {
  position: absolute;
  top: -330px;
  left: 0;
  max-width: 686px;
  width: calc(68600% / 1500);
}
#lead .flex {
}
#lead .detail {
  width: calc(calc(56000% / 1200) + 20px);
  padding: 100px 20px 100px 0;
}
#lead .detail p {
  line-height: 2.3;
}
#lead .btn_area {
  margin-top: 30px;
}
#lead .btn_area a {
}
#lead .img {
  width: calc(56000% / 1200);
  margin-top: -80px;
  margin-bottom: -80px;
}
#lead .img img {
  max-width: 100%;
  border-radius: 20px;
}
#lead .wrapper > img {
  width: calc(45000% / 1200);
  margin-top: 55px;
  margin-bottom: -160px;
  border-radius: 20px;
}
#lead .deco_text_en {
  position: relative;
  margin-top: -60px;
  text-align: right;
}
#lead .deco_text_en img {
  max-width: 798px;
  width: calc(79800% / 1500);
}
@media (max-width: 1499px) {
  #lead .green_deco {
    top: calc(-33000vw / 1500);
  }
  #lead .outer {
    margin-top: calc(19000% / 1500);
  }
}
@media (max-width: 959px) {
  #lead h3 {
    padding-bottom: calc(8000% / 960);
    background-size: 55%;
  }
  #lead .wrapper > img {
    margin-top: -50px;
  }
}
@media (max-width: 819px) {
  #lead h3 .halfway {
    display: block;
  }
}
@media (max-width: 799px) {
  #lead .flex {
    display: block;
  }
  #lead .detail {
    width: 100%;
    padding: calc(10000vw / 800) 0 0;
  }
  #lead .img {
    width: calc(45000% / 800);
    margin-top: calc(-4000% / 800);
    margin-left: auto;
  }
  #lead .wrapper > img {
    width: calc(45000% / 800);
    margin-top: calc(-3000vw / 800);
    margin-bottom: calc(-5000vw / 800);
    margin-left: -20px;
    border-radius: 0 20px 20px 0;
  }
  #lead .deco_text_en {
    margin-top: -20px;
  }
  #lead .deco_text_en img {
    width: calc(33000% / 800);
  }
}
@media (max-width: 519px) {
  #lead {
    padding-top: 70px;
  }
  #lead h3 {
    background-size: 75%;
    padding-bottom: calc(10000% / 960);
  }
  #lead .green_deco {
/*    top: -330px;*/
/*    max-width: 686px;*/
    width: 70%;
  }
  #lead .detail {
    padding: calc(20000vw / 800) 0 0;
  }
  #lead .img {
    width: calc(35000% / 800);
    margin-bottom: -60px;
  }
  #lead .wrapper > img {
    width: calc(55000% / 800);
    margin-top: calc(-1000vw / 800);
/*    margin-bottom: calc(-5000vw / 800);*/
  }
  #lead .deco_text_en {
/*    margin-top: -20px;*/
  }
  #lead .deco_text_en img {
    width: calc(63000% / 800);
  }
}
@media (max-width: 379px) {
  #lead h3 {
    font-size: calc(2200vw / 380);
  }
}




/* ---------------------------------------------------------
 * #business
** --------------------------------------------------------- */
#business {
  position: relative;
  margin-top: -35px;
  padding-bottom: 160px;
}
#business h3 {
  color: #015290;
}
#business .flex {
}
@media (max-width: 959px) {
  #business {
    position: relative;
    margin-top: -35px;
    padding-bottom: 130px;
  }
}
@media (max-width: 699px) {
  #business {
    padding-bottom: 100px;
  }
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * #recruit
** --------------------------------------------------------- */
#recruit {
  position: relative;
  padding: 100px 0;
  background-image: url("../img/index/recruit_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
#recruit .wrapper {
}
#recruit .content {
/*  width: calc(56000% / 1200);*/
  width: calc(58000% / 1200);
  padding: 20px 0;
}
#recruit h3 {
}
#recruit h3 span {
  position: relative;
}
#recruit h3 span::after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  margin-top: -4px;
  margin-left: 20px;
  background-color: #fff;
  vertical-align: middle;
}
#recruit p {
  margin-top: 35px;
  line-height: 2.3;
}
#recruit .btn_area {
  margin-top: 30px;
}
#recruit .btn {
}
#recruit .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(69000% / 1500);
  max-height: calc(100% - 200px);
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px 0 0 20px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 959px) {
  #recruit .content {
    width: 100%;
    padding: 0;
  }
  #recruit .img {
    position: static;
    display: block;
    max-width: 690px;
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    max-height: none;
  }
}
@media (max-width: 519px) {
  #recruit .img {
    width: 90%;
  }
}




/* ---------------------------------------------------------
 * #argos
** --------------------------------------------------------- */
#argos {
  padding: 40px 0 0;
  background-image: url("../img/index/argos_bg.jpg");
  background-size: cover;
}
#argos .obi {
  width: 575px;
  height: 88px;
  padding-left: 90px;
  background-image: url("../img/index/argos_obi.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 26px;
  font-weight: bold;
  line-height: 80px;
}
#argos .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-top: -60px;
}
#argos .left {
  width: 44%;
  min-width: 550px;
  text-align: center;
}
#argos .lead {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
#argos .bg_g {
  display: inline-block;
  padding: 5px 15px;
  background-color: #d9f4ba;
  border-radius: 10px;
  color: #3b8100;
  font-size: 20px;
  font-weight: bold;
}
#argos .bg_g br {
  display: none;
}
#argos .ttl {
  margin-top: 20px;
  color: #fff;
  font-size: 62px;
  font-weight: bold;
}
#argos .btn_area {
  margin-top: 20px;
}
#argos .btn_area a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 350px;
  padding: 10px 0;
  background-color: #e16e1b;
  border: 2px solid #ee9d00;
  border-radius: 100px;
  box-shadow: 0 5px 20px rgba(56, 126, 59, 0.2);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  transition: all ease 0.3s;
}
#argos .btn_area a:hover {
  opacity: 0.8;
}
#argos .btn_area a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#argos .right {
  width: 52%;
  text-align: center;
}
#argos .right img {
  max-width: 100%;
  margin-bottom: -20px;
}
@media (max-width: 1279px) {
  #argos .left {
    padding: 50px 0;
  }
}
@media (max-width: 959px) {
  #argos .wrapper {
    display: block;
/*    margin-top: -60px;*/
  }
  #argos .left {
    width: 100%;
    min-width: 100%;
  }
  #argos .right {
    width: 100%;
  }
}
@media (max-width: 619px) {
  #argos .obi {
    width: 90%;
    height: 68px;
    padding-left: 20px;
    background-position: right center;
    font-size: 20px;
    line-height: 64px;
  }
  #argos .lead {
    font-size: 32px;
  }
  #argos .bg_g {
    font-size: 16px;
  }
  #argos .ttl {
/*    margin-top: 20px;*/
    font-size: 46px;
  }
}
@media (max-width: 479px) {
  #argos .obi {
    font-size: 16px;
    line-height: 60px;
  }
  #argos .lead {
    font-size: 20px;
  }
  #argos .bg_g {
    margin-top: 10px;
  }
  #argos .bg_g br {
    display: inline-block;
  }
  #argos .ttl {
    margin-top: 10px;
    font-size: 32px;
  }
  #argos .btn_area a {
    font-size: 18px;
  }
}




/* ---------------------------------------------------------
 * #news
** --------------------------------------------------------- */
#news {
  display: flex;
  justify-content: space-between;
  padding: 110px 40px 100px;
}
#news .left {
  width: calc(30000% / 1200);
}
#news h3 {
}
#news .btn_area {
  margin-top: 50px;
}
#news .btn {
}
#news .right {
  width: calc(88000% / 1200);
}
#news ul {
}
#news li {
  border-bottom: 1px solid #ddd;
}
#news li a {
  display: flex;
  align-items: center;
  height: 65px;
}
#news .date {
  width: 100px;
  padding-left: 10px;
  color: #999;
}
#news .cate {
  width: 120px;
  padding: 4px 0;
  border: 1px solid #015290;
  border-radius: 100px;
  color: #015290;
  font-size: 12px;
  text-align: center;
}
#news .ttl {
  position: relative;
  width: calc(100% - 220px);
  padding-left: 20px;
  padding-right: 60px;
}
#news .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #cb1927;
  border-radius: 10px;
  transition: all ease 0.2s;
}
#news a:hover .ttl::after {
  right: 37px;
  width: 12px;
  height: 12px;
}
#news p {/* 記事がありません。 */
}
@media (max-width: 959px) {
  #news {
    display: block;
    padding-top: 100px;
  }
  #news .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #news .btn_area {
    margin-top: 0;
  }
  #news .right {
    width: 100%;
  }
  #news ul {
    margin-top: 30px;
  }
}
@media (max-width: 519px) {
  #news {
    padding-left: 20px;
    padding-right: 20px;
  }
  #news li {
    margin-bottom: 5px;
  }
  #news li a {
    flex-wrap: wrap;
    height: auto;
  }
  #news .ttl {
    width: 100%;
    margin-top: 5px;
    padding-right: 40px;
    padding-bottom: 10px;
  }
  #news .ttl::after {
    right: 20px;
  }
  #news a:hover .ttl::after {
    right: 17px;
  }
}




/* ---------------------------------------------------------
 * #sns_area
** --------------------------------------------------------- */
#sns_area {
  background-color: #f4f4f4;
  padding: 100px 0;
}
#sns_area .wrapper {
  display: flex;
  flex-wrap: wrap;
}
#sns_area section {
  width: 50%;
}
#sns_area .insta {
  padding-right: 39px;
  border-right: 1px solid #b3b3b3;
}
#sns_area .facebook {
  padding-left: 40px;
}
#sns_area .tiktok {
  width: 100%;
  margin-top: 40px;
}
#sns_area .tiktok ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
#sns_area .tiktok li {
}
#sns_area .tiktok li .tiktok-embed {
  margin: 0;
}
#sns_area h3 {
  color: #cb1927;
  font-size: 24px;
}
#sns_area h3::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  margin-bottom: -3px;
  background-color: #cb1927;
  border-radius: 10px;
}
#sns_area section > div {
  margin-top: 30px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #sns_area .wrapper {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  #sns_area section {
    width: 100%;
  }
  #sns_area .insta {
    padding-right: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #b3b3b3;
  }
  #sns_area .facebook {
    padding-left: 0;
  }
  #sns_area .tiktok ul {
    max-height: 750px;
    overflow: scroll;
    border: 1px solid #b3b3b3;
    padding: 10px;
  }
  #sns_area .tiktok li {
    max-width: 100%;
  }
}