@charset "UTF-8";

/*
Theme Name: kensyu_corpex
Description: xxxxxxx（テーマの説明）
Version: xxx
Author: xxx
*/


/* 全体 */
html{
  overflow-x: hidden;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    color:#000;
    overflow-x: hidden;
    margin:0;
    padding:0;
    width:100%;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  * {
    box-sizing: border-box;
}

/* レイアウト */
.heading-primary{
    font-size:35px;
    font-weight:bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color:#006AC4;
    text-align:center;
}

/* ロゴフェードアウト */
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}


/* ヘッダー */
.header{
    position:fixed;
    top:0; left:0;
    z-index: 10;
    width:100%;
    background-color: rgba(16, 24, 32, 0.2);

    transition:0.5s;
}


.section {
  height: 100vh;
}

.section-a {
  background-color: rgba(0, 0, 0, 0);
}

.section-b {
  background: #fff;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  /* 余白を狭くする 
  padding: 10px 15px;*/
  /* 背景を白にする */
  background: #fff;
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
header.scroll-nav .logo,
header.scroll-nav ul li a {
  color: #000 !important;
}


.header_inner{
    display:flex;
    position:relative;
    align-items: center;
    justify-content: space-around;
    column-gap:10px;
    height:80px;
    min-width: 1240px;
    padding:0 180px 0 280px;
}

.header_logo:hover{
    opacity: 0.6;
    transition: 0.5s;
}

.hamburger_list{
	display:none;
}


/* グローバルナビ */
.gnav_list{
    display:flex;
    column-gap: 56px;
    list-style:none;
}

.gnav_item{
    font-size:18px;
    padding-bottom:5px;
    position:relative;
}

.gnav_item::before{
  background-color:#006AC4;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.gnav_item:hover::before{
    transform-origin: left top;
    transform:scale(1, 1);
}

.gnav_item a{
  font-weight:bold;
  color:#fff !important;
}

/*
#current{
  border-bottom:2px solid #006AC4;
}
*/


/* メールアイコン */
.dli-mail {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 1.06667em;
    height: 0.8em;
    border: 0.18em solid currentColor;
    border-radius: 0.12em;
    box-sizing: content-box;
    overflow: hidden;
  }
  
  .dli-mail::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.75425em;
    height: 0.75425em;
    border: 0.18em solid currentColor;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 0 0 0 0.12em;
    box-sizing: content-box;
    transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
  }

/* お問い合わせボタン */
.header_contact_btn{
    cursor: pointer;
    background:#006AC4;
    padding:20px 40px;
}

.header_contact_btn:hover{
    opacity:0.6;
    transition: 0.5s;
}

.mail_text{
    font-size:18px;
    color:#fff;
    margin-left:8px;
}


/* レイアウト */
.container{
    max-width:1170px;
    margin:0 auto;
}

/* メインビジュアル */
.mv{
    display:flex;
    align-items: center;
    justify-content: center;
    height:950px;
    background-image:url(./images/mv.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.mv_inner{
    position:relative;
    min-width:1240px;
    object-fit: cover;
}

.mv_titlearea{
    
    color:#fff;
    text-align: center;
}

.mv_title{
    font-size:45px;
    font-weight:bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.mv_subtitle{
    font-size:24px;
}

/* スライドショー */
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
  :root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-theme: #f5695f;
    --color-theme-darken: #f12617;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }


  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  ::-moz-selection {
    color: #fff;
    background: var(--color-theme);
  }

  ::selection {
    color: #fff;
    background: var(--color-theme);
  }

  img {
    border: 0;
    margin: 0;
  }

  figure {
    margin: 0;
  }

  main {
    display: block;
  }

  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

  .l-section {
    border-top: 1px solid #eee;
  }
  /*
  .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
    */

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

/*
  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
*/

  
  .mv01 .l-inner {
    padding-bottom: 0;
  }
  .mv01 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .mv01 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  
  /*
  .swiper-slide{
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
    width:100%;
  }*/


  .slide{
    position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 1000px;
  }


  .mv01 .slide-media {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  }
  .mv01 .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
    width: 100%;
  height: 100%;
  object-fit: cover;
  }

  .slide-title {
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.6;
    position:relative;
    /*
    left: -1rem;
    bottom: 40%;
    margin-left: 16rem;*/
    text-align: center;
    color: #fff;
    margin:0;
  }
  .mv01 .slide-text {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.6;
    position:relative;
    /*
    left: -1rem;
    bottom: 37%;
    margin-left: 16rem;*/
    text-align: center;
    color: #fff;
    margin:0;
  }

  
  .mv01 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .mv01 .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  }
  
  .mv01 .swiper-slide[class*=-active] .slide-text {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  }

  @-webkit-keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  /*
  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
    
    .mv01 .slide-media {
      height: max(70vh, 70vw);
    }
  }
  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
    .mv01 .slide-title {
      font-size: 1.5rem;
      right: 4rem;
      margin-left: 6rem;
    }
  }
  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }
*/
/* スライドショー */

/* INFORMATION */
.information_inner{
    padding:100px 0;
    margin:0 auto;
    overflow: hidden;
}

.information_list{
    width:700px;
    padding:30px 40px;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    margin-bottom:30px;
    border:1px solid #d9d9d9;
}


.information_item01{
    display:flex;
    column-gap: 40px;
    margin-bottom:20px;
}

.info_new{
  color:#f12617;
  font-size:15px;
}

.information_item:last-child{
    margin-bottom:0;
}

.information_item_link{
    color:#0384F1;
    border-bottom:1px solid #0384F1;
}

.information_item_link:hover{
    opacity: 0.8;
    transition: 0.5s;
}


.information_btn{
  background: #fff;
  border:2px solid #00A88F;
  width:280px;
  padding:15px 0;
  text-align:center;
  margin:0 auto;
  cursor: pointer;
  color: #00A88F;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.information_btn::after{
  background:#00A88F;
  position:absolute;
  top:0;
  left:0;
  content:"";
  width:100%;
  height:100%;
  transform:scale(0, 1);
  transform-origin: left top;
  transition:0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index:-1;
}
.information_btn:hover::after{
  transform:scale(1, 1);
}
.information_btn:hover{
  color:#fff;
}
.information_btn_text{
  color: #00A88F;
  transition: color 0.2s ease-in-out; /* テキスト色変更のアニメーション */
}
.information_btn:hover .information_btn_text {
  color: #fff; /* ホバー時にテキストを白く変更 */
}

/*
.information_btn{
    background:#00A88F;
    width:280px;
    padding:15px 0;
    text-align:center;
    margin:0 auto;
    box-shadow: 2px 2px 4px 0 #333;
    cursor: pointer;
}

.information_btn:hover{
    opacity:0.8;
    box-shadow: none;
    transition: 0.5s;
}*/

/* 下層ページ information */

.category-flex{
  display:flex;
  column-gap: 20px;
}
.cate-btn{
  padding:5px;
  border:1px solid #006AC4;
  border-radius: 5px;
}
.cate-btn a{
  color:#006AC4;
}

/* 初期状態で全て非表示 
.information_item02 {
  display: none;
}
  */
/* 表示対象にするクラス 
.information_item02.active {
  display:flex;
}*/

.information_cateArea{
  position:relative;
  margin:60px 0 20px 0;
}

.information_cateArea02{
  position:relative;
  margin:60px 0 20px 0;
}

.information_cate_all02{
  column-gap: 20px;
  display:flex;
  justify-content: center;
  align-items: center;
}

.information_cate_all{
  display:flex;
  column-gap: 20px;
  justify-content: right;
}
.information_cate_all a{
  color:#000;
}

.all:hover{
  opacity:0.6;
  transition:0.5s;
}

.information_cate_all select{
  padding:2px 5px;
  height:2em;
  position:relative;
  top:15px;
}

.information_cate_all02 select{
  padding:2px 5px;
  height:2em;
}

.information_list02{
  margin-bottom:80px;
}

.information_item02{
  display:flex;
  align-items: center;
  column-gap:50px;
  padding:40px;
  border-top:2px solid #006ac4;
  border-bottom:2px solid #006AC4;
  margin-top:-2px;
  color:#000;
}

.information_item02:hover{
  color:#00A88F;
  transition:0.5s;
}

.information_item_cate{
  color:#0384F1;
}

.pagination{
  display:flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  font-size:16px;
  margin-bottom:20px;
}
.page-numbers{
  border:1px solid #006AC4;
  padding:5px 15px;
}

.information_btn02{
  margin:0 auto;
  border:2px solid #000;
  border-radius: 30px;
  text-align:center;
  width:250px;
  padding:10px;
  margin-bottom:80px;
}

.information_btn_text02{
  color:#000;
  position:relative;
  display:inline-block;
  padding-right:30px;
  transition: color 0.3s ease;
}
.information_btn_text02::after {
  content: '＞'; 
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000;
  transition: transform 0.3s ease;
}

.information_btn02:hover .information_btn_text02::after {
  transform: translateY(-50%) translateX(5px);
}

.information_btn03{
  margin:0 auto;
  border:2px solid #000;
  border-radius: 30px;
  text-align:center;
  width:250px;
  padding:10px;
  margin-bottom:80px;
}

.information_btn_text03{
  color:#000;
  position:relative;
  display:inline-block;
  padding-right:30px;
  transition: color 0.3s ease;
}
.information_btn_text03::before {
  content: '＜'; 
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000;
  transition: transform 0.3s ease;
}

.information_btn03:hover .information_btn_text03::before {
  transform: translateY(-50%) translateX(-5px);
}


/* 下層ページ information */


/* CONCEPT */
.concept{
    display:flex;
    align-items: center;
    justify-content: center;
    height:730px;
    background-size:cover;
    object-fit: cover;
    background-image:url(./images/concept.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    padding:100px 0;
}

.concept_inner{
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding:80px 180px;
    background-color:rgba(255,255,255,0.7);
}

.concept_titlearea{
    text-align:center;
}

.concept_title{
    padding-top:40px;
    font-size:25px;
    letter-spacing: 0.05em;
    line-height: 2;
}

.concept_subtitle{
    font-size:18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom:50px;
}

.concept_btn{
  background: #00A88F;
  width:280px;
  padding:15px 0;
  text-align:center;
  margin:0 auto;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.concept_btn::after{
  background:#fff;
  border:2px solid #00A88F;
  position:absolute;
  top:0;
  left:0;
  content:"";
  width:100%;
  height:100%;
  transform:scale(0, 1);
  transform-origin: left top;
  transition:0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index:-1;
}
.concept_btn:hover::after{
  transform:scale(1, 1);
}
.concept_btn:hover{
  color:#00A88F;
}
.concept_btn_text{
  color: #fff;
  transition: color 0.2s ease-in-out; /* テキスト色変更のアニメーション */
}
.concept_btn:hover .concept_btn_text {
  color: #00A88F; /* ホバー時にテキストを白く変更 */
}

/*
.concept_btn{
    background:#00A88F;
    width:280px;
    padding:15px 0;
    text-align:center;
    margin:0 auto;
    box-shadow: 2px 2px 4px 0 #333;
    cursor: pointer;
}

.concept_btn a{
    color:#fff;
}

.concept_btn:hover{
    opacity:0.8;
    box-shadow: none;
    transition: 0.5s;
}
*/


/* 下層ページ　CONCEPT */
.conceptArea{
  height:400px;
  padding:120px 0 120px 200px;
}

.conceptArea h2{
  font-size:60px;
  line-height:1;
  margin-bottom:30px;
}

.conceptArea p{
  font-size:24px;
  font-weight:bold;
  line-height:1;
}

.concept_img{
    display:flex;
    align-items: center;
    justify-content: center;
    height:700px;
    width:100vw;
    object-fit: cover;
    background-size:cover;
    background-image:url(./images/concept.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.concept_message{
  height:500px;
  background-color:#006AC4;
  color:#fff;
  overflow: hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  margin-bottom:80px;
}

.container h3{
  font-size:1.8em;
  line-height: 2;
}

.container p{
  font-size:1.2em;
  line-height: 1.7;
}

.concept_main01{
  display:flex;
  align-items: center;
  position:relative;
  margin-top:80px;
}
.concept_main_01_message{
  width:1400px;
  height:680px;
  background-color:#f3f0f0;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.concept_main_01_title{
  font-size:2em;
  line-height:1;
  margin-bottom:0;
}

.concept_main_01_subtitle{
  font-size:18px !important;
  line-height:1;
  margin-top:0;
}

.concept_main_01_text{
  font-size:20px !important;
}

.concept_main_01_img{
  margin-left:-70px;
  position:relative;
  z-index:1;
}

.concept_main02{
  display:flex;
  flex-direction: row-reverse;
  align-items: center;
  position:relative;
  margin-top:80px;
}
.concept_main_02_message{
  width:1600px;
  height:680px;
  background-color:rgba(0,106,196,0.6);
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.concept_main_02_title{
  font-size:2em;
  line-height:1;
  margin-bottom:0;
}

.concept_main_02_subtitle{
  font-size:18px !important;
  line-height:1;
  margin-top:0;
}

.concept_main_02_text{
  font-size:20px !important;
}

.concept_main_02_img{
  margin-right:-70px;
  position:relative;
  z-index:1;
}

.concept_main03{
  display:flex;
  align-items: center;
  position:relative;
  margin-top:80px;
}

.concept_main_03_message{
  width:1600px;
  height:680px;
  background-color:#f3f0f0;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.concept_main_03_title{
  font-size:2em;
  line-height:1;
  margin-bottom:0;
}

.concept_main_03_subtitle{
  font-size:18px !important;
  line-height:1;
  margin-top:0;
}

.concept_main_03_text{
  font-size:20px !important;
}

.concept_main_03_img{
  margin-left:-70px;
  position:relative;
  z-index:1;
}

.concept_sub{
  margin:80px 0;
}

.concept_sub_text{
  font-weight:normal;
  padding:0 10px;
  font-size:1.5em;
}
/* 下層ページ　CONCEPT */


/* PRODUCTS */
.products{
    background:#006AC4;
    margin:0;
    padding:100px 0;
    color:#fff;
}

.products_inner{
    overflow: hidden;
}

.heading-primary02{
    font-size:35px;
    font-weight:bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align:center;
    margin-bottom:70px;
}

.products_list{
    width:100%;
    display:grid;
    column-gap: 50px;
    grid-template-columns: repeat(3,1fr);
    margin-bottom:80px;
}

.products_item{
  display:inline-block;
  overflow: hidden;
  text-align:center;
  width:365px;
  height:auto;
  position:relative;
}

.products_item_img{
  width:100%;
  height:200px;
  overflow: hidden;
}

.products_img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition:transform 0.5s ease;
}

.products_item_img:hover .products_img {
  transform: scale(1.2); /* ホバー時に拡大 */
}

.products_item_title{
    font-size:26px;
    text-align:center;
    padding:5px 0;
}

.products_item_subtitle{
  text-align:left;
}

.products_btn{
  background: #fff;
  border:2px solid #00A88F;
  width:280px;
  padding:15px 0;
  text-align:center;
  margin:0 auto;
  cursor: pointer;
  color: #00A88F;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.products_btn::after{
  background:#00A88F;
  position:absolute;
  top:0;
  left:0;
  content:"";
  width:100%;
  height:100%;
  transform:scale(0, 1);
  transform-origin: left top;
  transition:0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index:-1;
}
.products_btn:hover::after{
  transform:scale(1, 1);
}
.products_btn:hover{
  color:#fff;
}
.products_btn_text{
  color: #00A88F;
  transition: color 0.2s ease-in-out; /* テキスト色変更のアニメーション */
}
.products_btn:hover .products_btn_text {
  color: #fff; /* ホバー時にテキストを白く変更 */
}

/*
.products_btn{
    background:#00A88F;
    width:280px;
    padding:15px 0;
    text-align:center;
    margin:0 auto;
    box-shadow: 2px 2px 4px 0 #333;
    cursor: pointer;
}

.products_btn a{
    color:#fff;
}

.products_btn:hover{
    opacity:0.8;
    box-shadow: none;
    transition: 0.5s;
}
*/


/* 下層ページ　PRODUCTS */
.products_messageArea_text{
  text-align:center;
  font-size:1.8em;
  padding:100px 0;
}

.products_main{
  background-color:#006AC4;
  padding:100px 0;
  color:#fff;
}

.products_body h2{
  text-align:center;
  color:#fff;
  margin:100px 0;
  font-size:2em;
}

.sample-slider{
  width:70%;
}
.sample-slider img{
  width:100%;
  height:auto;
}

.swiper-wrapper{
  position:relative;
}

.swiper-button-prev,
  .swiper-button-next {
    position:absolute;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: #fff;
  }

  .swiper-button-prev {
    color:#006AC4;
    font-size:32px !important;
  }
  
  .swiper-button-next {
    color:#006AC4;
    font-size:32px !important;
  }

.swiper-button-prev:after,
.swiper-button-next:after {
  display:none;
}
.products_new_title{
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
}

.products_syu_list{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:80px;
  width:100%;
  margin-bottom:40px;
}

.products_syu_title{
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
}

/* 下層ページ　PRODUCTS */


/* CONTACT */
.contact{
    overflow: hidden;
    padding:100px 0;
}

.contact_body{
    text-align:center;
}

.contact_text01{
    font-size:20px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.contact_text02{
    font-size:16px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.contact_btnarea{
    display:flex;
    column-gap: 80px;
    align-items: center;
    justify-content: center;
    margin-top:50px;
}

.contact_btnarea_tel{
    height:70px;
}

.contact_btnarea_tel a{
    color:#006AC4;
}

.contact_btnarea_tel_text{
    margin:0;
    padding:0;
}

.contact_btnarea_tel_num{
    font-size:42px !important;
    font-weight:bold;
    letter-spacing: -0.08em;
    line-height: 1 !important;
    margin:0;
    padding:0;
}

.contact_btnarea_mail{
    background:#006AC4;
    padding:20px 60px;
    cursor: pointer;
}

.contact_btnarea_mail:hover{
    opacity:0.6;
    transition: 0.5s;
}

.mail_text{
    font-size:18px;
    color:#fff;
    margin-left:8px;
}

/* フッター */
.footer{
    overflow: hidden;
    background:#f3f3f3;
    padding:60px 0;
}

.footer_inner{
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer_jusyo{
    line-height: 1;
    margin-top:35px;
}

.footer_tel{
    line-height: 1;
    margin-bottom:40px;
}

.footer_logo:hover{
    opacity: 0.6;
    transition:0.5s;
}

.footer_gnav_list{
    display:flex;
    column-gap: 56px;
    list-style:none;
    justify-content: center;
}

.footer_gnav_item{
    font-size:16px;
}

.footer_gnav_item a{
    color:#000;
}

.footer_gnav_item:hover{
    opacity:0.6;
}

.footer_copyright{
    font-size:13px;
    line-height: 1.5;
    margin-top:40px;
}

.pagetop{
    z-index:2;
    position:fixed;
    bottom:20px;
    right:40px;   
}

.pagetop_link:hover{
    opacity:0.8;
    transition:0.5s;
}

.pagetop_link{
    display:flex;
    align-items: center;
    justify-content: center;
    color:#006AC4;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    width:80px;
    height:80px;
    background:#fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    cursor:pointer;
}

.pagetop_icon{
    font-size:48px !important;
    font-family: "Material Icons Round";
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display:inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction:ltr;
}

/* COMPANY会社案内 */
.company_messageArea_text{
  text-align:center;
  margin:80px 0;
}
.company_messageArea_text h2{
  font-size:2.2em;
}
.company_messageArea_text p{
  font-size:1.2em;
  padding:0 10px;
}

.company_main{
  background-color: #006AC4;
  padding:80px 0;
  overflow-x: hidden;
}

.company_list{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:60px;
  color:#fff;
  justify-content: center;
  padding: 0 20px;
}

.company_item_title{
  text-align:center;
  font-weight:bold;
  font-size:1.5em;
}

.company_item {
  padding: 20px;
}

.company_item_img{
  width:450px;
  height:300px;
}
.company_item_img_img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.company_profile h2{
  text-align:center;
  margin:80px 0;
}

.tb01{
  border-collapse: collapse;
  width:100%;
}
.tb01 td{
  padding:30px 0;
  border-bottom:2px solid #00A88F;
}

.access_map{
  margin-bottom:80px;
  width:1200px;
  height:600px;
}
.access_map iframe{
  width:100%;
  height:100%;
}

/* contact */
.small{
	font-size: small;
	color: #666666;
}
.red{
	color: #ff0000;
}
.ta_right{
	text-align: right;
}

.contact_messageArea_text{
  text-align:center;
  margin-bottom:60px;
}

.contact_tel{
  border:1px solid #006AC4;
  border-radius:25px;
  padding:30px 50px;
  max-width:700px;
  text-align:center;
  margin:0 auto;
}

.contact_tel01{
  font-weight:bold;
  font-size:1.1em;
  line-height: 1;
}

.contact_tel02{
  font-weight:bold;
  font-size:2.5em;
  line-height: 1;
}

.contact_body h2{
  font-size:1.3em;
  margin:100px 0 30px 0;
}

form{
  width:100%;
  max-width:820px;
  margin:0 auto;
  text-align:right;
}

table.res_column td{
  padding-bottom:40px;
}

table.res_column th{
  font-weight:normal;
  vertical-align: top;
}

.text_left{
  text-align:left;
  padding-left:70px;
}

.res_column{
  width:100%;
  max-width:820px;
  margin:0 auto;
}

.space{
  display:inline-block;
  margin-right:45px;
}

.check{
  display:flex;
  align-items: center;
  text-align:left;
  margin-bottom:20px;
}

.input{
  width:90%;
  max-width:600px;
  height:50px;
  background-color:rgba(0,106,196,0.2);
  border:2px solid #006AC4;
}

textarea{
  width:90%;
  max-width:600px;
  height:20em;
  background-color:rgba(0,106,196,0.2);
  border:2px solid #006AC4;
}

input::placeholder,textarea::placeholder{
  font-size:1.1em;
}

.form_group{
  margin-bottom:40px;
}

input[type="submit"]{
  color:#fff;
  margin:20px 0;
  padding:20px 100px;
  font-size:18px;
  cursor: pointer;
  background-color:#006AC4;
  border:none;
}
input[type="submit"]:hover{
  opacity:0.8;
  transition:0.5s;
}

.reset{
  margin:0 20px;
  background-color:#fff;
  padding:20px;
  font-size:14px;
}
.reset:hover{
  background-color:#000;
  transition:0.5s;
  color:#fff;
}

.policy{
  font-size:15px;
  text-align:left;
}

.contact_syosai{
  display:flex;
}

.recruit{
  margin:120px 0;
  display:inline-block;
  transition:transform 0.2s ease;
}

.recruit:hover{
  animation:bounce 0.7s ease-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* 元の位置 */
  }
  30% {
    transform: translateY(-10px); /* 上に移動 */
  }
  50% {
    transform: translateY(0); /* 戻る */
  }
  70% {
    transform: translateY(-5px); /* 少し上に移動 */
  }
}
/*
.recruit:hover{
  opacity:0.8;
  transition:0.5s;
}
  */

/* recruit */
.recruit_top{
  margin-top:80px;
  background-color:#006AC4;
}

.recruitArea{
  color:#fff;
  height:320px;
  padding:40px 0 40px 200px;
}

.recruitArea h2{
  font-size:60px;
  line-height: 1;
  margin-bottom:30px;
}

.recruitArea p{
  font-size:24px;
  font-weight:bold;
  line-height:1;
}

.recruit_messageArea_flex{
  display:flex;
  align-items:center;
  justify-content: center;
  margin-top:-200px;
}

.recruit_messageArea_flex h2{
  color:#fff;
  font-size:2em;
}

.recruit_body_text{
  font-size:1em;
  margin:60px 0;
}

.recruit_miryoku{
  background-color:rgba(0,168,143,0.2);
  border:3px solid #00A88F;
  border-radius: 20px;
  padding:70px 200px;
  margin-bottom:80px;
}

.recruit_miryoku_title{
  text-align:center;
  text-decoration:underline;
  font-size:28px !important;
}

.recruit_miryoku_item{
  border:1px solid #000;
  border-radius: 20px;
  margin-bottom:20px;
  padding:20px 40px;
}

.recruit_miryoku_01{
  font-weight:bold;
  font-size:1.2em;
  line-height: 1.5;
}

.recruit_miryoku_flex{
  display:flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}

.recruit_miryoku_flex02{
  display:flex;
  align-items: center;
  justify-content: center;
  column-gap: 80px;
}

.recruit_point_text{
  text-align:center;
  text-decoration:underline;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:30px;
}

.recruit_point{
  margin:180px 0;
}

.point_list{
  display:flex;
  align-items: center;
  justify-content: center;
  column-gap:50px;
}

.point_item{
  width:300px;
  height:300px;
  padding:0 20px;
  border:5px solid #006AC4;
  border-radius: 50%;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align:center;
}

.point_item p{
  text-decoration: underline;
  text-decoration-color: #f0ff1f;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
}

.imgzone{
  display:flex;
  position:relative;
  margin-bottom:200px;
}

.imgzone_01{
  background-color:#006AC4;
  padding-right:15px;
  padding-bottom:15px;
}

.imgzone_02{
  background-color:#006AC4;
  padding-right:15px;
  padding-bottom:15px;
  position:absolute;
  bottom:-50px;
  right:-80px;
}

.entry{
  display:flex;
  column-gap:100px;
  position:relative;
  margin-bottom:100px;
}

.entry_icon{
  position:absolute;
  bottom:0;
  right:0;
  cursor: pointer;
}

.entry_icon:hover{
  animation:shake 0.5s ease-in-out;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  50% { transform: translateX(8px); }
  75% { transform: translateX(-8px); }
  100% { transform: translateX(0); }
}
/* recruit */