@charset "UTF-8";
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp_view {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc_view {
    display: none;
  }
}
.bold {
  font-weight: 700;
}

#body-inside {
  overflow-x: hidden;
}

.orverwidth {
  margin: 0 -200%;
  padding: 0 200%;
}

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

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #020a46;
}

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

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.accent_1 {
  color: #e81919;
  font-size: 18px;
  line-height: 40px;
}

.accent_2 {
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .accent_2 {
    line-height: 0;
  }
}

.header {
  height: 80px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.55);
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  z-index: 100;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    background-color: rgba(255, 255, 255, 0); /* 背景のみ半透明 */
    box-shadow: none;
  }
}

.header_inner {
  display: flex;
  align-items: center;
  height: inherit;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .header_inner {
    display: block;
    margin: 0;
  }
}

.header_logo {
  width: 8%;
}
@media (max-width: 767px) {
  .header_logo {
    display: none;
  }
}
.header_logo img {
  display: block;
}

.header_nav {
  display: flex;
  margin-left: auto;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header_nav {
    display: none;
  }
}
.header_nav a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
}
.header_nav a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  transition: all 0.3s ease;
  border-bottom: 2px solid #e81919;
  transform: translateX(-50%);
}
.header_nav a:hover::after {
  width: 100%;
}
.header_nav li:not(:first-child) {
  margin-left: 30px;
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
  padding: 7px 7px 16px 7px;
  background: #fff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-216px);
  background: transparent;
}
.drawer-icon.is-active .drawer-icon_bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon_bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon_bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon_bar4 {
  display: none;
}

.drawer-icon_bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon_bar1,
.drawer-icon_bar2,
.drawer-icon_bar3 {
  position: absolute;
  width: 22px;
  height: 3px;
  background: #020a46;
  top: 0;
  left: 0;
}

.drawer-icon_bar1 {
  top: 0;
}

.drawer-icon_bar2 {
  top: 8px;
}

.drawer-icon_bar3 {
  top: 16px;
}

.drawer-icon_bar4 {
  position: absolute;
  top: 22px;
  left: -3px;
  font-size: 10px;
}

.drawer-content {
  width: 220px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content_item {
  border-bottom: 1px dotted #707070;
}
.drawer-content_item a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 16px 0 16px 22px;
  font-size: 15px;
}

.drawer-backgraund {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}
.drawer-backgraund.is-active {
  display: block;
}

.mv_overview {
  background-image: url(../img/image_07.jpg);
  background-color: #0f5d9d;
  background-blend-mode: screen;
  height: 300px;
}
@media (max-width: 767px) {
  .mv_overview {
    height: 150px;
  }
}

.mv_text {
  font-size: 60px;
  font-family: sans-serif;
  text-align: left;
  padding: 200px 0 0 80px;
  color: #333;
  mix-blend-mode: overlay;
}
@media (max-width: 767px) {
  .mv_text {
    font-size: 20px;
    padding: 110px 0 0 20px;
  }
}

.mv_process {
  background-image: url(../img/bg_image_03.jpg);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #4db1ec;
  background-blend-mode: luminosity;
}
@media (max-width: 767px) {
  .mv_process {
    height: 150px;
  }
}

.mv_labo {
  background-image: url(../img/labo/labo_mv.jpg);
  height: 300px;
}
@media (max-width: 767px) {
  .mv_labo {
    height: 200px;
  }
}

.mv_sdgs {
  background-image: url(../img/sdgs_mv.jpg);
  height: 300px;
}
@media (max-width: 767px) {
  .mv_sdgs {
    height: 200px;
  }
}

.mv_activities {
  background-image: url(../img/active_mv.jpg);
  height: 300px;
}
@media (max-width: 767px) {
  .mv_activities {
    height: 200px;
  }
}

.mv_contact {
  background-image: url(../img/image_06.jpg);
  height: 300px;
}
@media (max-width: 767px) {
  .mv_contact {
    height: 200px;
  }
}

.fixed-background {
  height: 350px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .fixed-background {
    height: 18vh;
  }
}

.background-1 {
  background-image: url(../img/bg_image_01.jpg);
}

.background-2 {
  background-image: url(../img/bg_image_02.jpg);
}

.background-3 {
  background-image: url(../img/mainitem_1_1.jpg);
}

.background-4 {
  background-image: url(../img/image_06.jpg);
  height: 300px;
}

.background-5 {
  background-image: url(../img/bg_image_03.jpg);
  height: 300px;
}

.bg_text {
  font-size: 70px;
  line-height: 350px;
  text-align: center;
  color: #333;
  mix-blend-mode: overlay;
}

.bg_text_ {
  font-size: 80px;
  line-height: 300px;
  text-align: center;
  color: #333;
  mix-blend-mode: overlay;
}

.index {
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(172, 172, 172, 0.35));
}

#mainslider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
@media (max-width: 767px) {
  #mainslider {
    height: 30vh;
  }
}

.maintitle_wrap {
  color: #fff;
  text-align: center;
  margin-top: 200px;
  padding: 20px 0;
  font-family: serif;
  text-shadow: 3px -3px 3px #020a46;
}
@media (max-width: 767px) {
  .maintitle_wrap {
    margin-top: 20px;
  }
}

.maintitle_lead {
  background: rgba(148, 144, 144, 0.5);
  padding: 10px 20px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .maintitle_lead {
    font-size: 18px;
  }
}

.maintitle {
  background: rgba(148, 144, 144, 0.5);
  padding: 20px 20px 0;
  font-size: 80px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .maintitle {
    font-size: 22px;
  }
}

.mvt_50 {
  font-size: 44px;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .mvt_50 {
    font-size: 18px;
  }
}

.fadein {
  opacity: 0;
  animation: fadein 7s ease forwards;
  animation-delay: 2s;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.fadein_ {
  opacity: 0;
  animation: fadein 5s ease forwards;
  animation-delay: 5s;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.process,
.news,
.sdgs,
.activities {
  margin: 50px auto;
}

.aboutus_title,
.policy_title,
.greeting_title,
.news_title,
.process_title,
.sdgs_title,
.activities_title,
.p_policy_title,
.access_title {
  position: relative;
  margin: 100px 5px 0;
  padding: 30px 0 20px 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .aboutus_title,
  .policy_title,
  .greeting_title,
  .news_title,
  .process_title,
  .sdgs_title,
  .activities_title,
  .p_policy_title,
  .access_title {
    font-size: 20px;
    margin: 20px 7px 0;
    padding-bottom: 10px;
  }
}

.aboutustitle,
.policytitle,
.greetingtitle,
.newstitle,
.processtitle,
.sdgstitle,
.activitiestitle,
.privacypolicytitle,
.accesstitle {
  position: relative;
  z-index: 2;
}

.rollAnime.roll span {
  transition-property: opacity, transform;
  transform: rotateY(360deg);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
}

.aboutus_title::before,
.policy_title::after,
.greeting_title::after,
.news_title::after,
.process_title::after,
.sdgs_title::after,
.activities_title::after,
.p_policy_title::after,
.access_title::after {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(46, 54, 57, 0.214);
  font-size: 80px;
  padding-left: 20px;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 767px) {
  .aboutus_title::before,
  .policy_title::after,
  .greeting_title::after,
  .news_title::after,
  .process_title::after,
  .sdgs_title::after,
  .activities_title::after,
  .p_policy_title::after,
  .access_title::after {
    top: 14px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .aboutus {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .aboutus_title {
    margin-top: 0;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .aboutus_title::before {
    padding-top: 20px;
  }
}

.aboutus_sub_title {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 50px;
  padding: 10px 0 10px 30px;
  border-radius: 3px;
  background: #020a46;
  color: #fff;
}
@media (max-width: 767px) {
  .aboutus_sub_title {
    font-size: 16px;
    margin: 0 20px 20px 20px;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
  }
}

.topics_wrap {
  display: flex;
  justify-content: center;
  margin: 0 110px 50px;
}
@media (max-width: 767px) {
  .topics_wrap {
    display: block;
    margin: 0;
  }
}

.topics_lead_title {
  text-align: center;
  padding: 10px 0 24px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .topics_lead_title {
    font-size: 18px;
  }
}

.topics_lead {
  letter-spacing: 0.05em;
  padding-right: 70px;
  line-height: 60px;
}
.topics_lead li {
  list-style: square;
}
@media (max-width: 767px) {
  .topics_lead {
    padding: 0 30px 10px 40px;
    font-size: 15px;
    line-height: 30px;
  }
}

.topics_img img {
  width: 200px;
}
@media (max-width: 767px) {
  .topics_img img {
    display: block;
    width: 70%;
    margin: 10px auto 70px;
  }
}

.vtr_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .vtr_wrap {
    display: block;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

.youtube {
  margin: auto 0;
}
.youtube video {
  width: 480px;
  height: 270px;
}
@media (max-width: 767px) {
  .youtube {
    text-align: center;
  }
  .youtube video {
    width: 304px;
    height: 171px;
  }
}

.vtr_lead {
  padding-left: 50px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .vtr_lead {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

.name {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .policy {
    background: #f6efdb;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .policy_title {
    margin-top: 0;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .policy_title::after {
    padding-top: 22px;
  }
}

.policy_lead {
  padding: 30px 120px 30px 120px;
  text-align: center;
}
.policy_lead img {
  width: 80%;
}
@media (max-width: 767px) {
  .policy_lead img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .policy_lead {
    padding: 0 26px;
    font-size: 15px;
    text-align: left;
  }
}

.greeting {
  background: linear-gradient(45deg, #f1f6f7 0%, #f1f6f7 50%, #e7edee 50%, #e7edee 100%);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .greeting {
    background: #fff;
    padding: 0;
  }
}

.greeting_title {
  padding-left: 130px;
}
@media (max-width: 767px) {
  .greeting_title {
    margin: 0;
    padding: 50px 0 10px 30px;
  }
}

.greeting_title::after {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .greeting_title::after {
    padding: 22px 0 0 20px;
  }
}

.ceo_message {
  display: flex;
  justify-content: center;
  padding: 20px 70px 70px 70px;
}
@media (max-width: 767px) {
  .ceo_message {
    display: block;
    padding: 0 28px 0;
  }
}

.message_lead {
  width: 60%;
  font-size: 17px;
}
@media (max-width: 767px) {
  .message_lead {
    width: 100%;
  }
}

.ceo_image {
  width: 300px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .ceo_image {
    display: block;
    width: 80%;
    margin: 10px auto;
    padding: 0 0 20px 0;
  }
}

.name_tag {
  padding-top: 18px;
  padding-right: 5px;
  text-align: center;
  color: #000;
}

.sign {
  text-align: center;
}
.sign img {
  width: 70%;
}
@media (max-width: 767px) {
  .sign {
    text-align: right;
  }
  .sign img {
    width: 40%;
  }
}

.news {
  margin-bottom: 0;
}

.news_inner {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .news_inner {
    padding: 0;
  }
}

.news_wrap {
  margin: 30px auto 0;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .news_wrap {
    margin: 0 auto 50px;
  }
}

.news-item {
  display: flex;
  padding: 20px 0 12px;
}
.news-item:not(:first-child) {
  border-top: 1px solid #707070;
}
@media (max-width: 767px) {
  .news-item {
    display: block;
    margin: 0 20px;
  }
}

.news_meta {
  display: flex;
  width: 185px;
}

.news_date {
  width: 105px;
  padding-top: 3px;
  padding-left: 10px;
}
.new-txt {
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #e81919;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .new-txt {
    width: 50px;
    font-size: 12px;
  }
}

.news_lead {
  width: calc(100% - 185px);
  padding-left: 16px;
  padding-top: 3px;
}
.news_lead a {
  text-decoration: none;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .news_lead {
    width: 100%;
  }
}

.news_more {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .news_more {
    margin: 30px 0 70px;
  }
}
.news_more a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 7px 26px 7px 12px;
  position: relative;
  background: #020a46;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .news_more a {
    padding: 8px 24px 8px 10px;
  }
}
.news_more a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/button-arrow.png) no-repeat center center/contain;
}
.news_more a:hover {
  opacity: 0.9;
}

.main-visual {
  height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 10px 8px -5px rgba(28, 45, 139, 0.5);
}
@media (max-width: 767px) {
  .main-visual {
    height: 180px;
  }
}

.mv_single,
.mv_archive {
  background-image: url(../img/bg_image_02.jpg);
  height: 300px;
}
@media (max-width: 767px) {
  .mv_single,
  .mv_archive {
    height: 200px;
  }
}

.main-visual_title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 200px 0 0 100px;
}
@media (max-width: 767px) {
  .main-visual_title {
    font-size: 20px;
    padding: 140px 0 0 30px;
  }
}

.main-visual_date {
  padding-left: 100px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .main-visual_date {
    padding-left: 30px;
    font-size: 14px;
  }
}

.news_content {
  margin: 80px auto 0;
  width: 800px;
}
@media (max-width: 767px) {
  .news_content {
    width: 100%;
    margin: 40px auto 0;
  }
  .news_content p {
    padding: 10px 30px;
  }
}

.news_page-n {
  display: flex;
  justify-content: space-around;
  width: 800px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .news_page-n {
    width: 100%;
    margin: 50px auto;
  }
}
.news_page-n a {
  text-decoration: none;
  color: #285981;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #285981;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .news_page-n a {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.news_page-n a:hover {
  opacity: 0.7;
}

.footer_content {
  background: #020a46;
}

.footer_top {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .footer_top {
    display: block;
    padding-bottom: 20px;
  }
}

.footer_left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .footer_left {
    padding: 0;
  }
}

.footer_logo img {
  width: 100px;
}
@media (max-width: 767px) {
  .footer_logo img {
    width: 80px;
  }
}

.footer_title {
  font-size: 20px;
  padding: 7px 0 10px 20px;
  color: #fff;
}
.footer_title a:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer_title {
    font-size: 18px;
  }
}

.footer_right {
  padding: 10px 0 0 0;
}

.footer_sns {
  display: flex;
  justify-content: center;
}
.footer_sns img {
  height: 40px;
}
@media (max-width: 767px) {
  .footer_sns img {
    height: 30px;
    padding: 0 5px;
  }
}
.footer_sns li a:hover {
  opacity: 0.8;
}
.footer_sns li:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .footer_sns li:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .footer_bottom {
    display: none;
  }
}

.footer_nav {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  font-size: 14px;
  color: #fff;
}
.footer_nav a:hover {
  opacity: 0.7;
}
.footer_nav li {
  padding-right: 20px;
}
.footer_nav li + li {
  padding: 0 20px;
  border-left: 1px solid #fff;
}

.footer_copy {
  color: #fff;
  background: #020a46;
  text-align: right;
  font-size: 12px;
  padding: 10px 50px;
}
@media (max-width: 767px) {
  .footer_copy {
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
  }
}

.profile,
.history {
  margin: 60px 0 120px 0;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .profile,
  .history {
    margin: 0 0 30px 0;
  }
}

.history {
  background: #f6efdb;
  margin: 0;
  padding-bottom: 30px;
}

.ov_inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ov_inner {
    width: 100%;
  }
}
.ov_inner hr {
  margin: 7px;
}

.profile-title,
.history-title {
  font-weight: 700;
  font-size: 30px;
  padding: 50px 0 10px 30px;
}
@media (max-width: 767px) {
  .profile-title,
  .history-title {
    font-size: 16px;
    padding: 40px 0 0 16px;
  }
}

.subtitle {
  font-weight: 700;
  font-size: 20px;
  color: crimson;
  padding-left: 20px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 14px;
  }
}

.profile-item,
.history-item {
  margin: 30px 60px;
}
@media (max-width: 767px) {
  .profile-item,
  .history-item {
    margin: 0 16px 0 10px;
    font-size: 14px;
  }
}

.list {
  width: 120px;
  font-weight: bold;
  padding: 10px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .list {
    width: 90px;
    padding: 0 0 5px 10px;
    margin: 0;
  }
}

.h_list {
  width: 100px;
  font-weight: bold;
  padding: 10px 30px 10px 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .h_list {
    width: 60px;
    padding: 0 0 5px 0;
    text-align: center;
  }
}

.item {
  padding: 10px 0;
  border-bottom: #082b48;
}
@media (max-width: 767px) {
  .item {
    padding: 0 0 5px 5px;
  }
}

.process {
  margin: 50px auto 0;
}

.process_title {
  margin: 0 5px 0;
  padding: 200px 0 20px 40px;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 767px) {
  .process_title {
    padding: 96px 0 0 20px;
    font-size: 18px;
  }
}

.process_title::after {
  margin: 0 5px 0;
  padding: 180px 0 20px 30px;
  color: rgba(255, 255, 255, 0.564);
}
@media (max-width: 767px) {
  .process_title::after {
    padding: 70px 0 0 20px;
  }
}

.processtitle {
  padding-left: 10px;
}

.process_card_1 {
  padding: 70px 80px;
  background: #f6efdb;
}
@media (max-width: 767px) {
  .process_card_1 {
    padding: 30px 20px;
  }
}

.process_card_2 {
  padding: 70px 80px;
  background: #fff;
}
@media (max-width: 767px) {
  .process_card_2 {
    padding: 30px 20px;
  }
}

.process_item_wrap {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .process_item_wrap {
    padding: 0;
  }
}

.process_label {
  color: #e81919;
  font-size: 58px;
}
@media (max-width: 767px) {
  .process_label {
    font-size: 30px;
  }
}
.process_label span {
  font-size: 26px;
}
@media (max-width: 767px) {
  .process_label span {
    font-size: 18px;
  }
}

.process_lead {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .process_lead {
    font-size: 18px;
    text-align: left;
    padding: 10px 18px;
  }
}

.process_image_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .process_image_wrap {
    display: block;
    margin: 20px auto;
  }
}
.process_image_wrap img {
  width: 350px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover; /* width, heightといっしょに使います */
}
@media (max-width: 767px) {
  .process_image_wrap img {
    display: block;
    margin: 16px auto;
    width: 300px;
    height: 250px;
  }
}

.labo_ {
  text-align: center;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .labo_ {
    margin: 0;
  }
}
.labo_ img {
  width: 60%;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .labo_ img {
    width: 100%;
    padding-top: 0;
  }
}

.labo_chap1,
.labo_chap2 {
  margin: 70px 0;
}
@media (max-width: 767px) {
  .labo_chap1,
  .labo_chap2 {
    margin: 20px 0;
  }
}

.labo_chap1_contents {
  margin: 50px 76px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .labo_chap1_contents {
    display: block;
    margin: 30px;
  }
}

.labo_chap1_contents_left {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .labo_chap1_contents_left {
    width: 100%;
  }
  .labo_chap1_contents_left img {
    width: 180px;
  }
}

.lcc_left_name {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .lcc_left_name {
    font-size: 16px;
  }
}

.lcc_left_name_1 {
  font-size: 16px;
}

.lcc_left_lead {
  padding: 5px;
  text-align: left;
}

.labo_chap1_contents_right {
  width: 75%;
}
@media (max-width: 767px) {
  .labo_chap1_contents_right {
    width: 100%;
  }
}
.labo_chap1_contents_right img {
  padding: 10px 0;
}

.labo_chap2_contents {
  margin: auto;
  border-spacing: 10px;
}
@media (max-width: 767px) {
  .labo_chap2_contents {
    margin: 20px 20px 50px 20px;
  }
}

.td1 {
  width: 130px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 7px 16px;
  background: #e81919;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .td1 {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    color: #e81919;
    background: none;
    border-left: solid 20px #e81919;
    border-bottom: solid 1.5px #e81919;
    letter-spacing: 3px;
  }
}

.td2 {
  width: 130px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 7px 10px;
  background: #c7c3c3;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .td2 {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    background: none;
    font-weight: 700;
    padding: 7px 0 2px 7px;
    border-bottom: solid 2px #c7c3c3;
  }
}

.labo_chap3_cardwrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .labo_chap3_cardwrap {
    margin-bottom: 50px;
  }
}

.lc3_carditem {
  width: calc(25% - 44px); /* margin padding分を引く */
  padding: 20px 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .lc3_carditem {
    width: calc(50% - 12px); /* margin padding分を引く */
    padding: 12px 10px;
  }
}

.lc3c_item2 {
  margin: 5px 0;
  padding: 5px 0;
  background: #040f60;
  color: #f1f6f7;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .lc3c_item2 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .lc3c_item3 {
    font-size: 15px;
  }
}

.labo_chap4_contents {
  margin: auto;
  border-spacing: 10px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .labo_chap4_contents {
    padding: 0 16px 30px 16px;
  }
}

.labo_chap5_contents {
  padding: 20px 100px 70px 100px;
}
@media (max-width: 767px) {
  .labo_chap5_contents {
    padding: 10px 20px 50px;
  }
}

.td3 {
  width: 100px;
  padding: 5px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .td3 {
    width: 100%;
    vertical-align: middle;
    padding: 18px 0 0 3px;
    border-bottom: solid 1px #c7c3c3;
  }
}

.td4 {
  padding: 5px 0;
}
@media (max-width: 767px) {
  .td4 {
    font-weight: normal;
  }
}

.labo_chap5_title {
  border-left: solid 20px #96a9eb;
  border-bottom: solid 1.5px #96a9eb;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 5px 20px;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  .labo_chap5_title {
    font-size: 15px;
    letter-spacing: 0.15em;
    padding: 5px 0 5px 10px;
  }
}

.labo_chap5_lead {
  padding: 30px 0 20px 50px;
}
@media (max-width: 767px) {
  .labo_chap5_lead {
    padding: 20px 10px 30px;
  }
}

.labo_chap_img {
  text-align: center;
}
.labo_chap_img img {
  width: 80%;
  border-radius: 5px;
}

.labo_chap5_title2 {
  margin: 50px 70px 10px 70px;
  background: #96a9eb;
  color: #f1f6f7;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 7px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .labo_chap5_title2 {
    margin: 50px 10px 20px;
    font-size: 20px;
    padding: 3px;
  }
}

.labo_chap5_item_wrap {
  display: flex;
  align-items: center;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .labo_chap5_item_wrap {
    margin-left: 0;
    padding: 0 10px;
  }
}

.lc5_item1 {
  color: #96a9eb;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 767px) {
  .lc5_item1 {
    padding: 10px 0 0 0;
  }
}

.lc5_item2 {
  font-weight: 700;
  font-size: 20px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .lc5_item2 {
    font-size: 17px;
    padding: 10px 0 0 10px;
  }
}

@media (max-width: 767px) {
  .labo_chap5_title3 {
    margin: 30px 10px 5px;
    background: #96a9eb;
    color: #f1f6f7;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    border-radius: 20px;
  }
}

.labo_chap5_item_wrap_ {
  margin: 30px auto;
  width: 800px;
  font-size: 20px;
  font-weight: 700;
  border: solid 2px #96a9eb;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .labo_chap5_item_wrap_ {
    margin: 0 auto 20px;
    width: 90%;
    font-size: 18px;
    border: none;
  }
}

.td5 {
  background: #96a9eb;
  color: #f1f6f7;
}

.td6 {
  width: 200px;
  padding: 7px 50px;
  border: solid 2px #96a9eb;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 767px) {
  .td6 {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    padding: 5px 18px;
    border: none;
    border-bottom: solid 1px #c7c3c3;
  }
}

.td7 {
  padding: 7px 20px;
  border: solid 2px #96a9eb;
}
@media (max-width: 767px) {
  .td7 {
    padding: 5px 10px 5px 40px;
    font-weight: normal;
    border: none;
  }
}

@media (max-width: 767px) {
  .sdgs {
    margin-top: 20px;
  }
}

.sdgs_inner {
  padding: 0 100px;
}
@media (max-width: 767px) {
  .sdgs_inner {
    padding: 0 20px;
  }
}

.sdgs_sub_title {
  font-size: 20px;
  font-weight: 700;
  margin: 50px 40px 10px;
  padding: 10px 0 10px 30px;
  border-radius: 8px;
  background-image: linear-gradient(-45deg, rgb(196, 206, 245) 0%, #082b48 20%, #727c9c 34%, rgb(198, 203, 218) 53%, rgb(196, 206, 245) 100%);
}
@media (max-width: 767px) {
  .sdgs_sub_title {
    margin: 20px 10px;
  }
}

.sdgs_item_title {
  padding: 30px 80px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sdgs_item_title {
    padding: 0 22px 20px;
    font-size: 14px;
  }
}

.sdgs_item_image_1 img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sdgs_item_image_1 img {
    display: block;
    margin: 0 auto;
    padding: 0 60px 30px;
  }
}

.sdgs_item_image_2 img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sdgs_item_image_2 img {
    width: 90%;
  }
}

.sdgs_logo {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .sdgs_logo {
    padding: 20px 0;
  }
}

.sdgs_logo_item_wrap {
  display: flex;
  justify-content: center;
  margin: 0 50px;
}
@media (max-width: 767px) {
  .sdgs_logo_item_wrap {
    margin: 0 10px;
  }
}

.sdgs_lead {
  color: #1468cf;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  padding: 20px;
}

.sdgs_lead_img_item {
  text-align: center;
}
.sdgs_lead_img_item img {
  width: 500px;
  padding-top: 10px;
}

.sdgs_logo_item {
  padding: 20px;
}
@media (max-width: 767px) {
  .sdgs_logo_item {
    padding: 0 7px;
  }
}

.sdgs_sub_title_ {
  margin-top: 50px;
  border-left: solid 15px #96a9eb;
  border-bottom: solid 1.5px #96a9eb;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 5px 20px;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  .sdgs_sub_title_ {
    font-size: 18px;
    letter-spacing: 0.15em;
  }
}

.sdgs_item_wrap {
  display: flex;
  margin: 50px 30px;
  border-bottom: solid 0.75px #1468cf;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .sdgs_item_wrap {
    display: block;
    margin: 20px 30px;
    padding-bottom: 30px;
  }
}

.sdgs_item_title_ {
  width: 50%;
  padding-top: 8px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sdgs_item_title_ {
    width: 100%;
  }
}

.sdgs_subtitle {
  color: #1468cf;
  font-weight: bold;
  letter-spacing: 0.25em;
}

.sdgs_subtitle_ {
  font-size: 20px;
  font-family: serif;
  padding: 10px 0 24px 0;
}
@media (max-width: 767px) {
  .sdgs_subtitle_ {
    font-size: 18px;
  }
}

.sdgs_item_lead {
  padding-bottom: 10px;
}
.sdgs_item_lead a:hover {
  opacity: 0.6;
}

.dsgs_no {
  padding-left: 10px;
}
.dsgs_no img {
  width: 90px;
}

.sdgs_item_image_right {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .sdgs_item_image_right {
    width: 100%;
  }
}
.sdgs_item_image_right img {
  width: 250px;
}

.sdgs_item_image_left {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .sdgs_item_image_left {
    width: 100%;
  }
}
.sdgs_item_image_left img {
  width: 250px;
}

.sdgs_item_image_sp img {
  display: block;
  margin: 0 auto 20px;
  width: 80%;
}

.activities_lead {
  margin: 30px 50px 80px 50px;
}

@media (max-width: 767px) {
  .activities_title {
    margin-top: 0;
  }
}

.activities_sub_title {
  font-size: 20px;
  font-weight: 700;
  margin: 50px 40px 10px;
  padding: 10px 0 10px 30px;
  border-radius: 8px;
  background-image: linear-gradient(-45deg, rgb(196, 206, 245) 0%, rgba(48, 140, 216, 0.3019607843) 20%, #727c9c 34%, rgb(198, 203, 218) 53%, rgb(196, 206, 245) 100%);
}
@media (max-width: 767px) {
  .activities_sub_title {
    margin: 70px 26px 0;
  }
}

.active_item_lead {
  margin: 50px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .active_item_lead {
    margin: 30px 40px 0;
    text-align: left;
  }
}

.active_item_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 50px;
}
@media (max-width: 767px) {
  .active_item_wrap {
    display: block;
    margin: 10px 30px 0;
  }
}

.active_item_image {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .active_item_image {
    margin: 0;
  }
}
.active_item_image img {
  display: block;
  width: 90%;
  margin: 0 20px 50px;
}
@media (max-width: 767px) {
  .active_item_image img {
    margin: 20px auto;
  }
}

.active_item_image_ {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .active_item_image_ {
    margin: 0;
  }
}
.active_item_image_ img {
  width: 350px;
  display: block;
  margin: 10px 30px 50px;
}
@media (max-width: 767px) {
  .active_item_image_ img {
    width: 300px;
    margin: 20px auto;
  }
}

.contact_lead {
  margin: 100px 0 50px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact_lead {
    margin: 60px 0 0 0;
    font-size: 15px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  text-align: center;
}
.contact_form {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
  background: #fff;
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .contact_form {
    padding: 50px 28px 0 28px;
    margin-bottom: 50px;
  }
}

.contact-form_row {
  display: flex;
}
@media (max-width: 767px) {
  .contact-form_row {
    display: block;
    margin-top: 10px;
  }
}
.contact-form_row:not(:first-child) {
  margin-top: 60px;
}

.contact-form_label {
  width: 160px;
  padding: 5px 0 0;
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .contact-form_label {
    width: 100%;
    margin-top: 5px;
    text-align: left;
    font-size: 15px;
  }
}
.contact-form_label label {
  font-weight: 700;
}
.contact-form_label label.is-required {
  display: inline-block;
  position: relative;
}
.contact-form_label label.is-required::after {
  content: "※必須";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 6px);
  width: 60px;
  font-size: 13px;
  font-weight: 700;
  color: #e81919;
  text-align: center;
  border-radius: 4px;
  padding: 2px 4px;
  line-height: 1;
}

.contact-form_input {
  width: calc(100% - 160px);
  margin: 0 0 0 100px;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-form_input {
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.contact-form_input [type=text] {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form_input [type=email] {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form_input [type=tel] {
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form_input select {
  box-shadow: none;
  border: 1px solid #707070;
  padding: 12px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form_input textarea {
  height: 240px;
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  resize: none;
}

.contact-form_check {
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
}

.contact-form_button {
  text-align: center;
}
.contact-form_button [type=submit] {
  background: #040f60 url(../img/button-arrow.png) no-repeat right 12px center/17px 16px;
  width: 250px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact-form_button [type=submit] {
    width: 180px;
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
  padding: 1em 0em;
  margin: 2em 0em;
  background: #020a46 url(../img/button-arrow.png) no-repeat right 12px center/17px 16px !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700 !important;
  width: 260px;
  transition: 0.5s; /* 背景色が変わるまでの時間*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
}
@media (max-width: 767px) {
  input.wpcf7-submit {
    margin: 1em 0;
  }
}

input.wpcf7-submit:hover {
  opacity: 0.7;
}

.btn-submit {
  text-align: center;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  border-color: #72aee6 !important;
  text-align: center;
  padding: 0.5em 1em !important;
}

.p_policy {
  padding: 100px 0;
}

.p_policy_title {
  margin: 60px 0 0 0;
  padding: 30px 0 10px 30px;
  border-bottom: solid 2px #e81919;
}

.pp_lead {
  padding: 30px 0;
  text-align: center;
}

.pp_item_wrap {
  margin: 30px 120px;
}

.pp_item_title {
  font-size: 17px;
  font-weight: 700;
  border-left: solid 20px #040f60;
  border-bottom: solid 2px #040f60;
  padding: 7px 0 5px 18px;
}

.pp_item_lead {
  padding: 16px 0 10px 50px;
}
.pp_item_lead span {
  padding: 0 5px;
}
.pp_item_lead span a:hover {
  opacity: 0.7;
}

.pp_item {
  padding: 10px 0 30px 50px;
  line-height: 28px;
}
.pp_item li span {
  font-size: 12px;
  padding-right: 7px;
  color: #e81919;
}

.access {
  background: #fff;
  padding: 20px 0 30px 0;
}

.access_title {
  margin: 0;
  padding: 120px 0 0 10px;
}
@media (max-width: 767px) {
  .access_title {
    margin: 20px 7px 0;
    padding: 30px 0 10px 30px;
  }
}

.access_title::after {
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .access_title::after {
    padding: 0 0 0 20px;
  }
}

.access_map {
  margin: 50px auto 0;
  width: 750px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .access_map {
    margin-top: 10px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_info {
  margin: 0 auto;
  width: 750px;
  max-width: 100%;
  padding: 20px 0;
}

.access_info-row {
  display: flex;
  align-items: center;
}
.access_info-row:not(:first-child) {
  margin-top: 8px;
}
.access_info-row dt {
  margin: 0;
  padding: 0 0 0 0;
  font-weight: 700;
  width: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .access_info-row dt {
    width: 100px;
  }
}
.access_info-row dd {
  margin: 0;
  padding-right: 10px;
  width: calc(100% - 130px);
}
@media (max-width: 767px) {
  .access_info-row dd {
    width: calc(100% - 110px);
  }
}

.access_button {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .access_button {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.access_button a {
  text-decoration: none;
  display: inline-block;
  width: 304px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 16px 12px;
  border-radius: 8px;
  background: #020a46;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 767px) {
  .access_button a {
    width: 250px;
    padding: 10px 5px;
  }
}
.access_button a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 17px;
  height: 16px;
  background: url(../img/button-arrow.png) no-repeat center center/contain;
}
.access_button :hover {
  opacity: 0.9;
}

.add_items_content {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .add_items_content {
    padding-top: 30px;
    background: #fff;
  }
}

.add_item {
  width: 60%;
  margin: 0 auto;
  transform: skew(-20deg);
  background-image: linear-gradient(to right, rgba(13, 167, 69, 0.9215686275) 0%, rgba(78, 204, 114, 0.8941176471) 100%);
  border-radius: 3px;
  box-shadow: 5px 5px 0 #007032;
}
@media (max-width: 767px) {
  .add_item {
    width: 80%;
    transform: skew(-10deg);
  }
}

.add_item_lead {
  padding: 10px 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: serif;
  letter-spacing: 0.5px;
  transform: skew(20deg);
}
@media (max-width: 767px) {
  .add_item_lead {
    font-size: 18px;
    letter-spacing: 1px;
    transform: skew(10deg);
  }
}

.add_item2 {
  width: 70%;
  margin: 0 auto;
  transform: skew(-20deg);
  background-image: linear-gradient(to right, rgba(13, 167, 69, 0.9215686275) 0%, rgba(78, 204, 114, 0.8941176471) 100%);
  border-radius: 3px;
}
@media (max-width: 767px) {
  .add_item2 {
    width: 80%;
    transform: skew(-10deg);
  }
}

.add_item_lead2 {
  padding: 10px 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: serif;
  letter-spacing: 0.5px;
  transform: skew(20deg);
}
@media (max-width: 767px) {
  .add_item_lead2 {
    font-size: 18px;
    letter-spacing: 1px;
    transform: skew(10deg);
  }
}