@charset "UTF-8";
/* CSS Document */


/* main
-----------------------------------------------*/
main {
  margin-top: 72px;
  display: block;
  padding: 140px 40px 50px;
}
main h1 {
  font-size: 60px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  main {
    margin-top: 70px;
    padding: 30px 20px 46px;
  }
  main h1 {
    font-size: 32px;
  }
}


/* section
-----------------------------------------------*/
section {
  padding: 80px 40px 100px;
}
section .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
section .inner .ttl h2 {
  text-align: center;
  font-size: 48px;
  line-height: 140%;
}
section .inner .ttl h2 span {
  position: relative;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 140%;
  margin-bottom: 10px;
}
section .inner .ttl h2 span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #82B70A;
  bottom: -4px;
}
@media only screen and (max-width:767px) {
  section {
    padding: 40px 20px;
  }
  section .inner .ttl h2 {
    font-size: 30px;
  }
  section .inner .ttl h2 span {
    font-size: 18px;
  }
}


/* relation
-----------------------------------------------*/
#relation {
  background: rgba(230, 227, 220, 0.60);
}
#relation .box {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  margin-top: 60px;
  padding: 50px 60px 60px 100px;
  display: flex;
  align-items: center;
}
#relation .box + .box {
  margin-top: 20px;
}
#relation .box .txt {
  width: 49.12%;
  padding-right: 60px;
}
#relation .box .txt p {
  font-size: 18px;
  line-height: 2;
}
#relation .box .txt p span {
  font-weight: bold;
  color: #86BD25;
}
#relation .box .txt .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
#relation .box .txt .ttl h3 {
  font-size: 32px;
  margin-left: 28px;
  line-height: 1.4;
}
#relation .box .txt .ttl p {
  color: #86BD25;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
}
#relation .box .txt .ttl p span {
  display: block;
  font-size: 72px;
  line-height: 1;
  font-weight: 600;
}
#relation .box .img {
  width: 50.88%;
}
#relation .box .img img {
  margin: 0 auto;
}
#relation .box .img h3 {
  font-size: 20px;
}
#relation .box .img .note {
  font-size: 12px;
  margin-top: 12px;
}
#relation #box01 .img h3 {
  margin-bottom: 28px;
}
#relation #box03 .img .note {
  text-align: right;
}
#relation .subTtl {
  text-align: center;
  margin: 60px auto 0;
  max-width: 1000px;
}
#relation .subTtl h2 {
  font-size: 32px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 42px;
  line-height: 140%;
}
#relation .subTtl h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 19px;
  background: url("/img/knowledge/item-relation-01.svg") center no-repeat;
  background-size: auto 19px;
}
#relation .subTtl + p {
  font-size: 16px;
  line-height: 2;
  max-width: 1000px;
  margin: 20px auto 0;
}
#relation .col2 {
  display: flex;
  gap: 20px;
  max-width: 1000px;
  margin: 40px auto 0;
  justify-content: center;
}
#relation .col2 .box {
  max-width: 490px;
  margin-top: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 28px 40px 32px;
}
#relation .col2 .box h3 {
  font-size: 32px;
  color: #F7AB00;
  margin-bottom: 8px;
}
#relation .col2 .box .img {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
#relation .col2 .box .img img {
  margin: 0;
}
#relation .col2 .box + .box .img {
  margin-top: 24px;
}
#relation .col2 + .note {
  font-size: 12px;
  line-height: 1.4;
  max-width: 1000px;
  margin: 12px auto 0;
  text-align: right;
}
#relation .col2 .box .badge {
  display: none;
}
#relation .box {
  transform: translateY(40px);
  opacity: 0;
  transition: transform .8s,opacity .8s;
}
#relation .box.fade {
  transform: translateY(0);
  opacity: 1;
}
#relation .col2 .box:nth-child(2) {
  transition-delay: .4s;
}
@media only screen and (max-width:1120px) {
  #relation .col2 {
    flex-wrap: wrap;
  }
  #relation .box {
    flex-wrap: wrap;
  }
  #relation .box .txt {
    width: 100%;
    padding-right: 0;
  }
  #relation .box .img {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  #relation {
    padding: 25px 0 60px;
  }
  #relation .box {
    border-radius: 0;
    margin-top: 40px;
    padding: 30px 35px;
  }
  #relation .box + .box {
    margin-top: 12px;
  }
  #relation .box .txt .ttl {
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
  }
  #relation .box .txt .ttl p {
    font-size: 14px;
    width: 100%;
  }
  #relation .box .txt .ttl p span {
    font-size: 52px;
  }
  #relation .box .txt .ttl h3 {
    font-size: 28px;
    margin-left: 0;
    margin-top: 12px;
  }
  #relation .box .txt .ttl h3 br {
    display: none;
  }
  #relation .box .txt p {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
  #relation .box .img {
    margin-top: 40px;
  }
  #relation #box02 .img {
    margin-top: 35px;
  }
  #relation #box03 .img {
    margin-top: 20px;
  }
  #relation .box .img h3 {
    font-size: 18px;
    text-align: center;
  }
  #relation #box01 .img h3 {
    margin-bottom: 0;
  }
  #relation .box .img .note {
    font-size: 10px;
  }
  #relation #box02 .img h3, #relation #box03 .img h3 {
    margin-bottom: 12px;
  }
  #relation #box03 .img .note {
    text-align: left;
  }
  #relation .subTtl {
    margin: 40px auto 0;
    padding: 0 35px;
  }
  #relation .subTtl h2 {
    font-size: 28px;
    display: block;
    max-width: 305px;
    margin: 0 auto;
  }
  #relation .subTtl h2::after {
    background: url("/img/knowledge/item-relation-01-sp.svg") center no-repeat;
  }
  #relation .subTtl + p {
    padding: 0 35px;
    margin: 20px auto 0;
  }
  #relation .col2 {
    gap: 12px;
    padding: 0 35px;
  }
  #relation .col2 .box {
    border-radius: 20px;
    padding: 28px 20px;
    position: relative;
  }
  #relation .col2 .box .badge {
    display: block;
    position: absolute;
    content: "";
    right: -30px;
    top: -30px;
  }
  #relation .col2 .box h3 {
    font-size: 28px;
  }
  #relation .col2 .box p {
    font-size: 16px;
  }
  #relation .col2 .box + .box {
    margin-top: 0;
  }
  #relation .col2 .box + .box .img {
    margin-top: 14px;
  }
  #relation .col2 + .note {
    padding: 0 35px;
    font-size: 10px;
    text-align: left;
  }
  #relation .col2 .box .img {
    margin: 10px auto 0;
    max-width: 224px;
  }
}


/* everyday
-----------------------------------------------*/
#everyday .box {
  border-top: #B9BFBC solid 1px;
  padding: 60px 0;
  margin-top: 55px;
  text-align: center;
}
#everyday .box + .box {
  margin-top: 0;
}
#everyday .box h3 {
  font-size: 32px;
  color: #4B5D54;
}
#everyday .box p {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
  text-align: left;
}
#everyday .box p span {
  color: #86BD25;
}
#everyday .box .img {
  margin-top: 40px;
}
#everyday .box .img .note {
  font-size: 10px;
  max-width: 650px;
  margin: 20px auto 0;
  text-align: left;
  line-height: 1.4;
}
#everyday .box .img img {
  margin: 0 auto;
}
#everyday .box ul {
  display: flex;
  gap: 32px;
  max-width: 1028px;
  margin: 40px auto 0;
  align-items: center;
}
#everyday .box li:first-child, #everyday .box li:last-child {
  max-width: 475px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 32px 20px 20px;
}
#everyday .box li h4 {
  font-size: 24px;
  color: #86BD25;
  line-height: 1.4;
  display: inline;
  background: linear-gradient(transparent 96%, #86BD25 0%);
}
#everyday .box li p {
  margin-top: 0;
  text-align: center;
}
#everyday .box ul + .note {
  max-width: 1028px;
  margin: 20px auto 0;
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
}
#everyday #box03 {
  padding-bottom: 100px;
}
#everyday #box03 ul {
  max-width: 1300px;
  margin: 40px auto 0;
  align-items: stretch;
}
#everyday #box03 li {
  max-width: 420px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#everyday #box03 li span {
  display: block;
  color: #86BD25;
  font-size: 26px;
  line-height: 1.4;
}
#everyday #box03 li img {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  max-height: 80px;
}
#everyday #box04 {
  padding-bottom: 0;
}
#everyday #box04 ul {
  max-width: 828px;
  gap: 24px;
  align-items: stretch;
}
#everyday #box04 li {
  max-width: 260px;
  width: 100%;
  background: #FDECCC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
#everyday #box04 li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#everyday #box04 li p {
  font-size: 16px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#everyday #box04 li p span {
  display: block;
  color: #333;
  font-size: 20px;
}
#everyday #box04 li p span > span {
  display: inline-block;
  color: #F7AB00;
  font-weight: bold;
  font-size: 52px;
}
#everyday #box04 li p span > span > span {
  font-size: 32px;
}
#everyday #box04 ul + .note {
  text-align: center;
}
#everyday .btnArea {
  padding-bottom: 0;
}
#everyday #box03 ul li {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.2s,opacity 1.2s;
}
#everyday #box03 ul.fade li {
  transform: translateY(0);
  opacity: 1;
}
#everyday #box03 ul li:nth-child(2) {
  transition-delay: .3s;
}
#everyday #box03 ul li:nth-child(3) {
  transition-delay: .6s;
}
#everyday #box04 ul li {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.2s,opacity 1.2s;
}
#everyday #box04 ul.fade li {
  transform: translateY(0);
  opacity: 1;
}
#everyday #box04 ul li:nth-child(2) {
  transition-delay: .3s;
}
#everyday #box04 ul li:nth-child(3) {
  transition-delay: .6s;
}
@media only screen and (max-width:1120px) {
  #everyday #box03 ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media only screen and (max-width:767px) {
  #everyday {
    padding: 60px 35px;
  }
  #everyday .box {
    padding: 40px 0;
    margin-top: 40px;
  }
  #everyday .box h3 {
    font-size: 28px;
    text-align: left;
  }
  #everyday .box p {
    font-size: 16px;
    text-align: left;
  }
  #everyday .box ul {
    flex-wrap: wrap;
    gap: 2px;
    margin: 20px auto 0;
    justify-content: center;
  }
  #everyday .box li p {
    font-size: 18px;
    text-align: center;
  }
  #everyday .box li img {
    transform: rotate(90deg);
  }
  #everyday #box03 li p {
    font-size: 16px;
  }
  #everyday #box03 li span {
    font-size: 22px;
    line-height: 1.6;
  }
  #everyday #box03 ul {
    gap: 50px;
    margin: 20px auto 0;
  }
  #everyday #box03 {
    padding-bottom: 70px;
  }
  #everyday #box04 li {
    max-width: 228px;
  }
  #everyday #box04 ul {
    gap: 12px;
  }
  #everyday #box04 ul + .note {
    margin-top: 12px;
  }
  #everyday .btnArea {
    padding: 60px 0 0;
  }
  #everyday .btnArea .btn a {
    max-width: 305px;
    width: 100%;
  }
  #everyday .box .img {
    margin-top: 20px;
  }
  #everyday .box ul + .note {
    margin: 20px auto 0;
  }
}


/* research
-----------------------------------------------*/
#research {
  background: rgba(238, 244, 251, 0.6);
}
#research h2 {
  font-size: 32px;
  line-height: 1.7;
  text-align: center;
}
#research h2 + p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
#research .col2 {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
#research .col2 .col {
  width: 100%;
  text-align: center;
}
#research .col2 .col h3 {
  font-size: 24px;
  color: #fff;
  background: #2980AC;
  margin-bottom: 12px;
  padding: 10px 0;
}
#research .col2 .col h3 span {
  font-size: 12px;
}
#research .col2 .col p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 32px;
}
#research .col2 .col .img {
  position: relative;
  margin-bottom: 32px;
}
#research .col2 .col .img p {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  border-radius: 50%;
  top: -40px;
  right: -15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  padding: 30px 10px;
}
#research .col2 .col .img p span {
  display: block;
  font-size: 18px;
}
#research .col2 .col .img + p span {
  display: inline-block;
  font-size: 28px;
  color: #2980AC;
  position: relative;
  line-height: 1.4;
  text-decoration: underline;
}
#research .col2 .col .note {
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width:767px) {
  #research {
    background: #EEF4FB;
    padding: 60px 35px;
  }
  #research h2 {
    font-size: 24px;
  }
  #research h2 + p {
    font-size: 16px;
    margin-top: 8px;
  }
  #research .col2 {
    flex-wrap: wrap;
  }
  #research .col2 .col {
    width: 100%;
  }
  #research .col2 .col h3 {
    font-size: 20px;
    line-height: 34px;
  }
  #research .col2 .col p {
    font-size: 16px;
    margin-bottom: 26px;
    text-align: left;
  }
  #research .col2 .col h3 + p br {
    display: none;
  }
  #research .col2 .col .img p {
    text-align: center;
    top: -20px;
    right: -20px;
  }
  #research .col2 .col .img img {
    width: auto;
    min-height: 180px;
    object-fit: cover;
  }
  #research .col2 .col .img {
    margin-bottom: 16px;
  }
  #research .col2 .col .img + p span {
    font-size: 20px;
  }
  #research .col2 .col .img + p br {
    display: none;
  }
  #research .col2 .col .note {
    font-size: 10px;
    margin-bottom: 0;
  }
}