@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, li {
  list-style-type: none;
}
body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: var(--bg-gray);
  color: #333333;
  line-height: 1.4;
overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
figure{
    margin: 0;
    padding: 0;
}
/* header */
#top_head {
  top: 0;
  position: fixed;
  width: 100%;
  padding: 10px;
  z-index: 999;
  transition: 1s;
  background: rgba(255, 255, 255, .7);
}
#top_head a, #top_head {
  color: #fff;
  text-decoration: none;
}
#top_head .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global_nav ul {}
#global_nav ul li {
  float: left;
}
#global_nav ul li a {
  padding: 0 10px;
  font-size: 18px;
}
#top_head .logo img {
  width: 200px;
}
/* Fixed */
#top_head.fixed {
  background: #fff;
  margin-top: 0;
  top: 0;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top_head #global_nav ul li a {
  color: #333;
}
#top_head.fixed .logo img {
  width: 150px;
}
/* Toggle Button */
#nav_toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 0;
}
#nav_toggle span:nth-child(2) {
  top: 11px;
}
#nav_toggle span:nth-child(3) {
  top: 22px;
}
.modal-trigger{
    position: relative;
}
.modal-box {
    display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  background: #fff;
  z-index: 999;
}
.modal-box p{
    text-align: center;
    padding: 10px;
    border-bottom: solid 1px #999;
}



.mv {
  width: 100%;
  background: #00cfe7;
}
.mv video {
  position: relative;
  width: 100%;
  opacity: .5;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
.mv_inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  z-index: 2;
}
.mv_inner h2 {
  font-size: 2rem;
  margin-top: 1rem;
}
.mv_inner h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: normal;
}
.container {
  padding: 5%;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.section_01 {
  /*background: url("images/bg_01.jpg") no-repeat center center / cover;
    background-attachment: fixed;*/
  color: #fff;
}
.col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_01 dl p {
  font-size: 1.4rem;
}
.section_01 dt, .section_02 dt {
  margin-right: 1%;
}
.lead_01 {
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8rem;
  line-height: 8rem;
  margin-bottom: 5%;
}
.lead_02 {
  display: inline-block;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8rem;
  line-height: 8rem;
  margin-bottom: 5%;
  background: linear-gradient(90deg, #00cfe7 0%, #00b4bb 40%, #00cfe7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_02 dt p {
  color: #00cfe7;
}
.section_03 {
  /*background: url("images/bg_02.jpg") no-repeat center center / cover;
    background-attachment: fixed;*/
  background: radial-gradient(circle at bottom, #fff, transparent 80%), linear-gradient(to top, dodgerblue 0%, transparent 70%), linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4) 70%), #1e90ff;
  -webkit-animation: bg 10s infinite;
  animation: bg 10s infinite;
}
@-webkit-keyframes bg {
  0%, 100% {
    background-color: #addcea;
  }
  25% {
    background-color: #acdc98;
  }
  50% {
    background-color: #99ede7;
  }
  75% {
    background-color: #f1f0c1;
  }
}
@keyframes bg {
  0%, 100% {
    background-color: #addcea;
  }
  25% {
    background-color: #acdc98;
  }
  50% {
    background-color: #99ede7;
  }
  75% {
    background-color: #f1f0c1;
  }
}
.lead_03 {
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  font-size: 10rem;
  color: #fff;
  opacity: .8;
  white-space: nowrap;
  animation: flowing 20s linear infinite;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.title {
  display: inline-block;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8rem;
  line-height: 8rem;
  margin-bottom: 5%;
  background: linear-gradient(90deg, #00cfe7 0%, #00b4bb 40%, #00cfe7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title span {
  font-size: 20%;
  font-weight: normal;
  color: #333;
  display: block;
  line-height: 3rem;
}
.box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  align-items: center;
}
.pict {
  width: 30%;
  margin: 0 2%;
}
.pict img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.text h5 {
  font-size: 2rem;
  margin-bottom: 3%;
}
.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {}
.box:nth-child(even) .pict {}
/* ボタンのスタイル */
.btn {
  display: inline-block;
}
.btn a {
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  position: relative;
  display: block;
  width: 280px;
  padding: 20px 0;
  background-color: #00d5d1;
  border-radius: 8px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease 0s;
}
/* アイコンのスタイル */
.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #00d5d1;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.btn a:hover {
  background-color: #00b9d1;
}
.section_04 {
  position: relative;
}
.section_04::before {
  content: '';
  background: #00d2c3;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_04 ul {
  position: relative;
  z-index: 1;
}
.section_04 ul li {
  width: 35%;
  margin: 0 3%;
  color: #fff;
}
.section_04 ul li h4 {
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 10px;
}
.section_04 ul li h5 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.section_04 ul li h5 span {
  font-size: 70%;
  font-weight: normal;
}
.section_04 ul li p {
  font-size: 18px;
}
.section_04 ul li h6 {
  font-size: 1rem;
  position: relative;
  margin-bottom: 15px;
}
.section_04 ul li h6::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}
.section_04 ul li h6 span {
  background: #00d2c3;
  padding-right: 1%;
}
.section_04 .member_img {
  margin: -150px auto 5%;
  position: relative;
  z-index: 1;
  width: 280px;
}
.section_05 {
  width: 1070px;
  margin: 0 auto;
}
.section_05 ul li {
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  display: flex;
  margin-bottom: 3%;
}
.section_05 ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 3%;
    width: 100%;
}
.section_05 ul li dl {
  display: flex;
  justify-content: space-between;
}
.section_05 ul li dt {
  width: 30%;
}
.section_05 ul li dd {
  width: 65%;
  margin-right: 1%;
}
.section_05 ul img {
  margin-right: 2%;
  border-radius: 10px;
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.section_05 ul li a dd .data {
  color: #00d5d1;
  font-size: 14px;
  margin-bottom: 10px;
}
footer {
  background: url("images/bg_03.jpg") no-repeat center center / cover;
  text-align: center;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
footer nav {
  border-bottom: solid 1px #fff;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
footer li {
  display: inline-block;
  margin: 0 1%;
}
footer li a {
  color: #fff;
  text-decoration: none;
}
footer h6 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.sns_icon {
  margin: 3% auto 0;
}
.sns_icon li {
  width: 50px;
}

/* --------------------------
company
 -------------------------- */
.page_wrap {
  padding-top: 10rem;
}
.breadcrumb {
  padding: 10px 30px;
  font-size: 0.9rem;
  color: gray;
}
.page_title {
  color: #00cfe7;
  font-size: 1.5rem;
}
.hero {
  position: relative;
  text-align: left;
}
.hero img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  filter: brightness(0.7);
}
.hero_text {
  position: absolute;
  top: -15%;
  left: 10%;
  animation: fadeInUp 1s ease-out;
}
.hero_text h3 {
  font-family: "Afacad Flux", sans-serif;
  font-size: 6rem;
  color: var(--main-color);
  background: linear-gradient(90deg, #00cfe7 0%, #00b4bb 40%, #00cfe7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.sub_title {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 5%;
  background: linear-gradient(90deg, #00cfe7 0%, #00b4bb 40%, #00cfe7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.philosophy {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
.content h2 {
  color: var(--main-color);
  margin-bottom: 20px;
  font-size: 2rem;
}
.logo-box {
  border: 1px solid #00cfe7;
  padding: 20px;
  margin: 30px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
    text-align: left;
}
.logo-box img {
  width: 80px;
  height: 80px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  animation: fadeInUp 1s ease;
}
table th, table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
table th {
  color: var(--main-color);
  width: 20%;
}
#member .section_04 ul li{
    color: #333;
}
#member .section_04::before {
  background:none;
}
/*==========================
hysotry
==============================*/
.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-bottom: 20px;
  }
.timeline-date span{
    font-size: 130%;
    font-weight: bold;
    color: #00cfe7;
    display: block;
    margin-bottom: 5px;
}
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #f4f4f4 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00cfe7;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
.timeline-content p img{
    max-width: 300px;
}
.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .popup-overlay.active {
    display: flex;
  }

  .popup-content {
    position: relative;
  }

  .popup-image {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 0 15px #000;
  }

  .popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: white;
    color: black;
    border: none;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 5px #000;
  }

  .popup-close:hover {
    background: #eee;
  }
.contant_title{
  font-size: 1.5rem;
  color: var(--main-color);
  background: linear-gradient(90deg, #00cfe7 0%, #00b4bb 40%, #00cfe7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 3%;
    border-radius: 8px;
    background: #fff;
}
.box26 .box-title {
    position: absolute;
  display: inline-block;
  top: -15px;
  left: 10px;
  padding:
5px 30px;
  line-height: 1;
  font-size: 16px;
  background:
#00cfe7;
  color: #fff;
  font-weight: bold;
  border-radius:
100px;
}
.about_box{
    background: #f4f4f4;
    padding: 5%;
    border-radius: 10px;
    margin-bottom: 3%;
}
.about_box dl{
    display: flex;
    justify-content: space-between;
}
.about_box dt{
    width: 30%;
}
.about_box dd{
    width: 68%;
}
.about_box p{
    line-height: 1.6rem;
}
.step{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.step li{
    width: 48%;
}
.research_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.research_list li{
    width: 30%;
    margin-bottom: 15px;
}
.research_list li img{
    display: block;
    margin: 0 auto 10px;
    width: 30%;
}
.s_title{
    font-size: 1.2rem;
}
.ichatch_wrap{
    margin: 3% auto;
}
.news_wrap p{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5rem;
}
.contact_select{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_select li{
    width: 49%;
    margin-bottom: 1%;
    
}
.contact_select li.btn a{
    width: 100%;
}
.contact_wrap label{
    font-size: 16px;
    font-weight: bold;
    line-height: 2rem;
}
.wpcf7-list-item {
  margin: 0;
}
.contact_wrap input[type="text"], .contact_wrap input[type="email"] ,.contact_wrap input[type="tel"] , .contact_wrap textarea, .contact_wrap select{
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}
.contact_wrap input[type="submit"]{
  font-weight: 500;
  display: block;
  width: 280px;
  padding: 20px 0;
    margin: 3% auto;
  background-color: #00cfe7;
  border-radius: 8px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #eee;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #00cfe7;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}


/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
  .sub_container {
    width: 980px;
    margin: auto;
    padding: 5% 0;
  }
    .sp{
        display: none !important;
    }
}
body.is-ipad .main-nav {
  display: flex;
}
@media screen and (min-width: 768px) {
  /* PCとiPad共通のレイアウト */
  .main-nav {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }
}