#open_innovation #visualss {
  padding-bottom: 40px;
}
#open_innovation #visualss .layout {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .layout {
    flex-direction: column;
  }
}
#open_innovation #visualss .layout .txt {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .layout .txt {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#open_innovation #visualss .layout .txt .entitle {
  margin: 0 0 1em 0;
  padding-top: 4rem;
}
#open_innovation #visualss .layout .txt .entitle p {
  line-height: 3;
}
#open_innovation #visualss .layout .txt .entitle p span {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#open_innovation #visualss .layout .txt .entitle p span img {
  width: 100%;
  height: auto;
}
#open_innovation #visualss .layout .txt .entitle p span.c01 {
  width: 30vw;
  width: clamp(100px, 30vw, 408px);
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .layout .txt .entitle p span.c01 {
    width: 54vw;
  }
}
#open_innovation #visualss .layout .txt .entitle p span.c02 {
  width: 21vw;
  width: clamp(100px, 21vw, 288px);
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .layout .txt .entitle p span.c02 {
    width: 38vw;
  }
}
#open_innovation #visualss .layout .txt .entitle p span.c03 {
  width: clamp(100px, 51vw, 682px);
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .layout .txt .entitle p span.c03 {
    width: 90vw;
  }
}
#open_innovation #visualss .layout .txt .entitle p span .split-char {
  display: inline-block;
  line-height: 1.1;
}
#open_innovation #visualss .layout .txt .jp_title {
  margin-bottom: 60px;
  font-size: clamp(1.6rem, 0.8163265306rem + 1.0204081633vw, 2rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .layout .txt .jp_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .layout .txt .jp_title {
    margin-bottom: 3rem;
  }
}
#open_innovation #visualss .layout .txt .note {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .layout .txt .note {
    font-size: 1.1rem;
  }
}
#open_innovation #visualss .form {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .form {
    width: 100%;
  }
}
#open_innovation #visualss .form h2 {
  text-align: center;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.3;
}
#open_innovation #visualss .form p {
  text-align: center;
  margin-bottom: 15px;
  font-size: clamp(1rem, 0.6081632653rem + 0.5102040816vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #visualss .form p {
    font-size: 1.2rem;
  }
}
#open_innovation .form {
  background-color: #E8E7E2;
  border-radius: 10px;
  padding: 25px;
}
#open_innovation .form .form-parts {
  margin-bottom: 8px;
}
#open_innovation .form .form-parts input[type=text],
#open_innovation .form .form-parts textarea {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 9px;
  border: none;
}
#open_innovation .form .form-parts input[type=text]::-moz-placeholder, #open_innovation .form .form-parts textarea::-moz-placeholder {
  color: #CECECE;
}
#open_innovation .form .form-parts input[type=text]::placeholder,
#open_innovation .form .form-parts textarea::placeholder {
  color: #CECECE;
}
#open_innovation .form .form-parts select {
  background-color: #DBDAD5;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 9px;
}
#open_innovation .form .form-parts.btn {
  text-align: center;
}
#open_innovation .form .form-parts.btn button,
#open_innovation .form .form-parts.btn input[type=submit] {
  background-color: #6286BA;
  color: #fff;
  padding: 12px;
  border-radius: 50px;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  cursor: pointer;
  border: none;
  font-size: 14px;
  width: 100%;
  max-width: 190px;
}
#open_innovation .form .agree {
  text-align: center;
  font-size: 12px;
  margin-bottom: 2rem;
}
#open_innovation .form .agree input[type=checkbox] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: none;
  vertical-align: -4px;
}
#open_innovation .form .agree a {
  text-decoration: underline;
}
#open_innovation #contents {
  background: #F5F5F5;
}
#open_innovation #contents .content-block {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents .content-block {
    padding: 40px 0 0;
  }
}
#open_innovation #contents .content-block .en-title {
  font-size: clamp(1.6rem, 0.8163265306rem + 1.0204081633vw, 2rem);
  font-weight: 100;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents .content-block .en-title {
    font-size: 2rem;
  }
}
#open_innovation #contents .content-block .lead-layout {
  display: flex;
  gap: 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents .content-block .lead-layout {
    display: block;
    margin-bottom: 20px;
  }
}
#open_innovation #contents .content-block .lead-layout h2 {
  width: 25%;
  font-size: clamp(1.6rem, 0.8163265306rem + 1.0204081633vw, 2rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents .content-block .lead-layout h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #open_innovation #contents .content-block .lead-layout h2 {
    width: 100%;
    font-size: 1.8rem;
  }
}
#open_innovation #contents .content-block .lead-layout p {
  width: 75%;
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents .content-block .lead-layout p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #open_innovation #contents .content-block .lead-layout p {
    width: 100%;
  }
}
#open_innovation #contents #vision .image {
  max-width: 956px;
  margin: auto;
}
#open_innovation #contents #flow .content-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents #flow .content-layout {
    grid-template-columns: 1fr;
  }
}
#open_innovation #contents #flow .content-layout .box {
  display: flex;
  gap: 15px;
}
#open_innovation #contents #flow .content-layout .box .icon {
  width: 30%;
  max-width: 77px;
}
#open_innovation #contents #flow .content-layout .box .text {
  flex: 1;
}
#open_innovation #contents #flow .content-layout .box .text p {
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents #flow .content-layout .box .text p {
    font-size: 1.5rem;
  }
}
#open_innovation #contents #benefits .content-layout {
  display: flex;
  justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents #benefits .content-layout {
    flex-wrap: wrap;
    text-align: center;
    gap: 0;
  }
}
#open_innovation #contents #benefits .content-layout .box {
  display: flex;
  gap: 15px;
  text-align: center;
  background-color: #93ACD0;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents #benefits .content-layout .box {
    width: 45%;
    margin: 0 auto 3rem;
    gap: 0;
  }
}
#open_innovation #contents #benefits .content-layout .box h3 {
  font-size: clamp(2.8rem, 2.5vw, 3.2rem);
}
#open_innovation #contents #benefits .content-layout .box p {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents #benefits .content-layout .box p {
    font-size: 3vw;
  }
}
#open_innovation #contents #collabo dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents #collabo dl {
    display: block;
  }
}
#open_innovation #contents #collabo dl dt {
  width: 25%;
  background-color: #93ACD0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 25px 5%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents #collabo dl dt {
    width: 100%;
    padding: 15px 5%;
    font-size: 1.4rem;
  }
}
#open_innovation #contents #collabo dl dd {
  width: 75%;
  background-color: #E5E9EF;
  padding: 25px 4%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #open_innovation #contents #collabo dl dd {
    width: 100%;
    padding: 15px 5%;
    font-size: 1.4rem;
  }
}
#open_innovation #focus {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #open_innovation #focus {
    margin-bottom: 60px;
  }
}
#open_innovation #focus .content-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #open_innovation #focus .content-layout {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
#open_innovation #focus .content-layout .box h3 {
  font-size: clamp(1.4rem, 0.6163265306rem + 1.0204081633vw, 1.8rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #open_innovation #focus .content-layout .box h3 {
    font-size: 1.8rem;
  }
}
#open_innovation #focus .content-layout .box .image {
  margin-bottom: 2rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 10px;
}
#open_innovation #focus .content-layout .box .title {
  position: relative;
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #open_innovation #focus .content-layout .box .title {
    font-size: 1.5rem;
  }
}
#open_innovation #focus .content-layout .box .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
}
#open_innovation #focus .content-layout .box p {
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #focus .content-layout .box p {
    font-size: 1.5rem;
  }
}
#open_innovation #exsample {
  background-color: #6286BA;
  border-radius: 40px 40px 0 0;
  padding: 80px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample {
    padding: 40px 0 10px;
  }
}
#open_innovation #exsample h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: clamp(1.6rem, 0.8163265306rem + 1.0204081633vw, 2rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample h2 {
    font-size: 2rem;
  }
}
#open_innovation #exsample .lead {
  text-align: center;
}
#open_innovation #exsample .block {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample .block {
    margin-bottom: 40px;
  }
}
#open_innovation #exsample .block h3 {
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample .block h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample .block h3 {
    margin-bottom: 1rem;
  }
}
#open_innovation #exsample .block .layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 19px;
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample .block .layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
#open_innovation #exsample .block .layout .box {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 40px 0 25px;
  text-align: center;
}
#open_innovation #exsample .block .layout .box .label {
  position: absolute;
  right: -9px;
  top: 9px;
  display: inline-block;
  background-color: #686868;
  color: #fff;
  line-height: 1;
  font-size: clamp(1rem, 0.412244898rem + 0.7653061224vw, 1.3rem);
  padding: 2px 25px;
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample .block .layout .box .label {
    font-size: 1.3rem;
  }
}
#open_innovation #exsample .block .layout .box .label.c2 {
  background-color: #000;
}
#open_innovation #exsample .block .layout .box .image {
  margin-bottom: 1rem;
}
#open_innovation #exsample .block .layout .box .corp {
  font-weight: 500;
  display: inline-block;
  line-height: 1.5;
}
#open_innovation #exsample .block .layout .box p {
  font-size: clamp(1rem, 0.2163265306rem + 1.0204081633vw, 1.4rem);
  color: #000;
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample .block .layout .box p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #open_innovation #exsample .block .layout .box p {
    font-size: 1.2rem;
  }
}
#open_innovation #bottom-form {
  width: 100%;
  padding: 80px 5%;
}
#open_innovation #bottom-form .inner {
  display: flex;
  padding: 60px 5%;
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner {
    display: block;
    padding: 30px 5%;
  }
}
#open_innovation #bottom-form .inner .title {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner .title {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#open_innovation #bottom-form .inner .title h2 {
  font-size: clamp(3rem, 4vw, 4.5rem);
  line-height: 1;
}
#open_innovation #bottom-form .inner .title p.title {
  margin-bottom: 2rem;
  width: 100%;
}
#open_innovation #bottom-form .inner .title p {
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner .title p {
    font-size: 1.5rem;
  }
}
#open_innovation #bottom-form .inner form {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner form {
    width: 100%;
  }
}
#open_innovation #bottom-form .inner form .form-parts {
  display: flex;
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner form .form-parts {
    flex-direction: column;
  }
}
#open_innovation #bottom-form .inner form .form-parts label {
  width: 150px;
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner form .form-parts label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner form .form-parts label {
    width: 100%;
  }
}
#open_innovation #bottom-form .inner form .form-parts .in {
  flex: 1;
}
#open_innovation #bottom-form .inner form .form-parts input,
#open_innovation #bottom-form .inner form .form-parts textarea {
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner form .form-parts input,
  #open_innovation #bottom-form .inner form .form-parts textarea {
    font-size: 1.5rem;
  }
}
#open_innovation #bottom-form .inner form .form-parts select {
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner form .form-parts select {
    font-size: 1.5rem;
  }
}
#open_innovation #bottom-form .inner form .form-parts.btn {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #open_innovation #bottom-form .inner form .form-parts.btn {
    align-items: center;
  }
}
#open_innovation #other {
  background: url(/open-innovation/image/bottom.jpg) no-repeat top center/cover;
  height: 450px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#open_innovation #other .en {
  font-size: clamp(1.1rem, 0.3163265306rem + 1.0204081633vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #other .en {
    font-size: 1.5rem;
  }
}
#open_innovation #other h2 {
  font-size: clamp(1.6rem, 0.8163265306rem + 1.0204081633vw, 2rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #open_innovation #other h2 {
    font-size: 2rem;
  }
}
#open_innovation #other h2 a {
  text-decoration: underline;
}
#open_innovation #other p {
  font-size: clamp(1rem, 0.6081632653rem + 0.5102040816vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  #open_innovation #other p {
    font-size: 1.2rem;
  }
}