@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
button,
input,
label {
  line-height: 1.1;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentcolor;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

html:not(.is-contact) {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1101px) {
  :root {
    scroll-padding-top: 105px;
  }
}
@media screen and (max-width: 1100px) {
  :root {
    scroll-padding-top: 50px;
  }
}

body {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
  }
}

body.home {
  background-image: url("../img/bg.webp");
  background-repeat: repeat-y;
}

h1 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h5 {
    font-size: 18px;
  }
}

a {
  color: #0068b7;
  text-decoration: none;
}
a:hover {
  color: #0068b7;
  opacity: 0.7;
  text-decoration: underline;
}

img {
  height: auto;
  max-width: 100%;
}

ul {
  padding-left: 1.5em;
}
ul.is-no-style {
  list-style: none;
  padding-left: 0;
}

iframe {
  width: 100%;
  height: auto;
  border: none;
  max-width: 100%;
}

/* js event */
/* to up fade-in */
.scrollEv {
  opacity: 0;
  transition: all 0.6s ease;
}

.scrollEv_up {
  transform: translate(0, 100px);
}

.scrollEv.show {
  opacity: 1;
  transform: none;
}

.c-block {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .c-block {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-block {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.c-block.is-nopadding {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .c-block--top {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-block--top {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .c-block--bottom {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-block--bottom {
    padding-bottom: 80px;
  }
}
.c-block__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}
.c-block__inner--8 {
  width: min(800px, 100%);
  margin: 0 auto;
}
.c-block__inner--9 {
  width: min(900px, 100%);
  margin: 0 auto;
}
.c-block__inner--10 {
  width: min(1000px, 100%);
  margin: 0 auto;
}
.c-block__inner--11 {
  width: min(1100px, 100%);
  margin: 0 auto;
}
.c-block__inner--13 {
  width: min(1300px, 100%);
  margin: 0 auto;
}
.c-block__inner--14 {
  width: min(1400px, 100%);
  margin: 0 auto;
}
.c-block__inner--15 {
  width: min(1500px, 100%);
  margin: 0 auto;
}
.c-block__inner--lg {
  width: min(1050px, 100%);
  margin: 0 auto;
}
.c-block__inner--sm {
  width: min(980px, 100%);
  margin: 0 auto;
}

.c-button {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 9999px;
  font-size: calc(16px + 2 * (100vw - 375px) / 1545);
  transition: 0.5s ease-in-out;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  justify-content: center;
  max-width: 600px;
}
.c-button--right {
  padding: 1em 2em;
}
.c-button--right::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 12px;
  height: 12px;
  transition: 0.5s;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.c-button--right-main {
  color: #fff;
  background: linear-gradient(#04a5e1 0%, #0079d6 100%);
}
.c-button--right-main::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.c-button--right-main:hover {
  color: #fff;
  background: linear-gradient(#04a5e1 0%, #0079d6 100%);
  opacity: 1;
  text-decoration: none;
}
.c-button--right:hover::after {
  right: 0.5em;
}
.c-button--bottom {
  padding: 1em 1.25em 1.75em;
}
.c-button--bottom::after {
  position: absolute;
  right: 50%;
  bottom: 0.75em;
  width: 12px;
  height: 12px;
  transition: 0.5s;
  transform: translateX(50%) rotate(135deg);
  content: "";
}
.c-button--bottom-yellow {
  border: 2px solid #0068b7;
  color: #0068b7;
  background-color: #ffffb5;
}
.c-button--bottom-yellow::after {
  border-right: 2px solid #0068b7;
  border-top: 2px solid #0068b7;
}
.c-button--bottom-yellow:hover {
  color: #0068b7;
  background-color: #ffffb5;
  opacity: 1;
  text-decoration: none;
}
.c-button--bottom-white {
  border: 2px solid #0068b7;
  color: #0068b7;
  background-color: #fff;
}
.c-button--bottom-white::after {
  border-right: 2px solid #0068b7;
  border-top: 2px solid #0068b7;
}
.c-button--bottom-white:hover {
  color: #0068b7;
  background-color: #fff;
  opacity: 1;
  text-decoration: none;
}
.c-button--bottom:hover::after {
  bottom: 0.5em;
}
.c-button--yellow {
  border: 2px solid #0068b7;
  color: #0068b7;
  background-color: #ffffb5;
}
.c-button__wrap {
  margin-top: calc(40px + 20 * (100vw - 375px) / 1545);
}

.c-copyright {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.c-copyright:hover {
  color: #fff;
  text-decoration: none;
}
.c-copyright__wrap {
  padding: 2.5em 1em;
  background: linear-gradient(#04a5e1 0%, #0079d6 100%);
}

.c-pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #8a8a8a;
  cursor: pointer;
}
.c-pagetop > span {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.c-pagetop > span::before {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  font-size: 20px;
  text-align: center;
  color: #fff;
  content: "\f102";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  inset: -28px 0 0;
}
.c-pagetop > span::after {
  position: absolute;
  margin: auto;
  font-size: 10px;
  text-align: center;
  color: #fff;
  content: "TOP";
  inset: 32px 0 0;
}

.p-contact__title {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 2em;
}
.p-contact__subtitle {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 1em;
}
.p-contact__tel {
  display: block;
  color: #0068b7;
  margin-bottom: 1em;
  text-decoration: none;
}
.p-contact__tel:hover {
  color: #0068b7;
  text-decoration: none;
}
.p-contact__tel-head {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  font-weight: bold;
}
.p-contact__tel-num {
  font-size: calc(38px + 10 * (100vw - 375px) / 1545);
  font-weight: bold;
}

.p-diagram__text {
  margin-bottom: 3em;
}
.p-diagram__img-wrap {
  margin: 0 auto;
  max-width: 1235px;
}
.p-diagram__wrap {
  background-color: #ecf9ff;
}

.p-leaflet__title {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 2em;
}
.p-leaflet__inner {
  margin: 0 auto 1em;
}
@media screen and (min-width: 769px) {
  .p-leaflet__inner {
    max-width: 80%;
  }
}
.p-leaflet__wrap {
  background-color: #ecf9ff;
}

.p-matching__title {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 2em;
}
.p-matching__text {
  margin-bottom: 3em;
}
.p-matching__flow-list {
  padding: 0 0 1em;
  background-image: url("../img/image_matching_01.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  counter-reset: item 0;
  list-style-type: none;
}
@media screen and (min-width: 1101px) {
  .p-matching__flow-list {
    background-size: 172px;
  }
}
@media screen and (max-width: 1100px) {
  .p-matching__flow-list {
    position: relative;
    z-index: 1;
    background-position: center bottom;
  }
}
@media screen and (max-width: 1100px) {
  .p-matching__flow-list::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    content: "";
  }
}
.p-matching__flow-item {
  text-align: center;
  counter-increment: item 1;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1100px) {
  .p-matching__flow-item {
    position: relative;
    z-index: 3;
  }
}
.p-matching__flow-item::before {
  font-size: 3em;
  line-height: 1.45;
  color: #0068b7;
  content: counter(item, decimal-leading-zero) ".\a";
  white-space: pre;
}
.p-matching__flow-goal {
  position: relative;
}
.p-matching__flow-goal::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 60px solid #0068b7;
  content: "";
}
.p-matching__flow-goal-text {
  padding: 4em 0 1em;
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  text-align: center;
  font-weight: bold;
}

.p-mv__head {
  padding: calc(35px + 10 * (100vw - 375px) / 1545) calc(20px + 55 * (100vw - 375px) / 1545) calc(25px + 5 * (100vw - 375px) / 1545);
  background-color: #fff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-bottom: 30px;
}
.p-mv__head-title {
  display: grid;
  align-items: center;
  gap: 0 30px;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-mv__head-title {
    grid-template-columns: 43.6708860759% 1fr 42.7848101266%;
  }
}
.p-mv__head-title-elm {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-mv__head-title-elm--x {
    margin: 0.75em auto 0;
    max-width: 50px;
  }
}
.p-mv__head-subtitle {
  margin-top: 0.25em;
}
.p-mv__body {
  padding: 40px calc(20px + 20 * (100vw - 375px) / 1545) 30px;
  border-radius: 40px;
  background-color: #fff;
  margin-bottom: 40px;
}
.p-mv__body-title {
  font-size: calc(22px + 23 * (100vw - 375px) / 1545);
  color: #0068b7;
  font-weight: 400;
  margin-bottom: 1em;
}
.p-mv__body-text:not(:last-of-type) {
  margin-bottom: 2em;
}
.p-mv__body-text-wrap {
  margin-bottom: calc(40px + 20 * (100vw - 375px) / 1545);
}
.p-mv__body-detail {
  font-size: calc(13px + 1 * (100vw - 375px) / 1545);
}
.p-mv__body-detail-definition {
  margin-bottom: 1.5em;
}
.p-mv__body-detail-definition dd {
  margin-left: 1em;
}
.p-mv__foot-button-wrap {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .p-mv__foot-button-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.p-mv__wrap {
  background-image: url("../img/bg_mv.jpg");
  padding-bottom: calc(40px + 30 * (100vw - 375px) / 1545);
  padding-left: 20px;
  padding-right: 20px;
}

.p-seeds-company__head {
  padding: 2.5em 1em;
  background: linear-gradient(#04a5e1 0%, #0079d6 100%);
}
.p-seeds-company__head-title {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  color: #fff;
  font-weight: bold;
}
.p-seeds-company__body {
  padding: 2em 20px;
}
.p-seeds-company__body-button {
  width: 100%;
  margin: 0 auto 2.25em;
}
@media screen and (min-width: 769px) {
  .p-seeds-company__body-button {
    width: calc((100% - 40px) / 2);
    margin: 0 0 1.75em;
  }
}
.p-seeds-company__body-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 2em;
}

.p-seeds-patent__title {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  color: #fff;
  font-weight: bold;
  margin-bottom: 2em;
}
.p-seeds-patent__text-wrap {
  color: #fff;
  margin-top: calc(40px + 20 * (100vw - 375px) / 1545);
}
.p-seeds-patent__company {
  padding: calc(35px + 5 * (100vw - 375px) / 1545) calc(20px + 20 * (100vw - 375px) / 1545) calc(40px + 10 * (100vw - 375px) / 1545);
  border-radius: 40px;
  background-color: #fff;
}
.p-seeds-patent__company:not(:last-of-type) {
  margin-bottom: calc(40px + 20 * (100vw - 375px) / 1545);
}
.p-seeds-patent__company-name {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 1em;
}
.p-seeds-patent__company-youtube {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .p-seeds-patent__company-youtube {
    grid-template-columns: 1fr 1fr;
  }
}
.p-seeds-patent__company-youtube-title {
  font-size: calc(16px + 2 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 0.5em;
}
.p-seeds-patent__company-youtube-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-seeds-patent__company-list {
  padding-left: 2.5em;
}
.p-seeds-patent__company-list-block:not(:last-of-type) {
  margin-bottom: calc(30px + 10 * (100vw - 375px) / 1545);
}
.p-seeds-patent__company-list-title {
  font-size: calc(16px + 2 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 1em;
}
.p-seeds-patent__company-list-item {
  font-size: calc(16px + 2 * (100vw - 375px) / 1545);
}
.p-seeds-patent__company-list-item:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-seeds-patent__company-list-link {
  color: #333;
  text-decoration: underline;
}
.p-seeds-patent__company-list-link:hover {
  color: #333;
  opacity: 0.7;
  text-decoration: underline;
}
.p-seeds-patent__wrap {
  padding: 2.5em 20px 5em;
  background: linear-gradient(#04a5e1 0%, #0079d6 100%);
}

.p-seminar__title {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 2em;
}
.p-seminar__text {
  margin-bottom: 5em;
}
.p-seminar__info-title {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  font-weight: bold;
  margin-bottom: 1em;
}
.p-seminar__info-table {
  width: 100%;
  border-collapse: collapse;
}
.p-seminar__info-table th,
.p-seminar__info-table td {
  padding: 1em;
  border: 1px solid #0068b7;
}
@media screen and (max-width: 480px) {
  .p-seminar__info-table th,
  .p-seminar__info-table td {
    display: block;
  }
}
.p-seminar__info-table th {
  color: #fff;
  background-color: #0068b7;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (min-width: 481px) {
  .p-seminar__info-table th {
    width: 15%;
  }
}
@media screen and (min-width: 481px) {
  .p-seminar__info-table tr:not(:last-of-type) th {
    border-bottom: 1px solid #fff;
  }
}
.p-seminar__info-date {
  font-size: calc(20px + 5 * (100vw - 375px) / 1545);
  color: #e5005c;
  font-weight: bold;
}
.p-seminar__info-kome {
  font-size: calc(13px + 1 * (100vw - 375px) / 1545);
}
.p-seminar__info-map iframe {
  width: 100%;
  aspect-ratio: 3/1;
}
.p-seminar__info-leaflet {
  margin: calc(40px + 20 * (100vw - 375px) / 1545) auto 1em;
}
@media screen and (min-width: 769px) {
  .p-seminar__info-leaflet {
    max-width: 80%;
  }
}

.u-disp--bl {
  display: block;
}
.u-disp--ib {
  display: inline-block;
}
.u-disp--in {
  display: inline;
}
.u-disp--fl {
  display: flex;
}
.u-disp--gr {
  display: grid;
}
.u-disp--no {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-disp--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-disp--pc {
    display: none;
  }
}

.u-fw--bold {
  font-weight: bold;
}
.u-fw--normal {
  font-weight: normal;
}
.u-fw--100 {
  font-weight: 100;
}
.u-fw--200 {
  font-weight: 200;
}
.u-fw--300 {
  font-weight: 300;
}
.u-fw--400 {
  font-weight: 400;
}
.u-fw--500 {
  font-weight: 500;
}
.u-fw--600 {
  font-weight: 600;
}
.u-fw--700 {
  font-weight: 700;
}
.u-fw--800 {
  font-weight: 800;
}
.u-fw--900 {
  font-weight: 900;
}

.u-text-align--center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .u-text-align--center-pc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-text-align--center-sp {
    text-align: center;
  }
}
.u-text-align--left {
  text-align: left;
}
.u-text-align--right {
  text-align: right;
}
.u-text-align--center-left {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .u-text-align--center-left {
    text-align: center;
  }
}
.u-text-align--center-right {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .u-text-align--center-right {
    text-align: center;
  }
}
.u-text-align--left-center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .u-text-align--left-center {
    text-align: left;
  }
}
.u-text-align--right-center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .u-text-align--right-center {
    text-align: right;
  }
}