/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
/* about */
/* ------------------------------------ */
.about {
  /* about01 */
  /* ------------------------------------ */
  /* about02 */
  /* ------------------------------------ */
  /* about03 */
  /* ------------------------------------ */
  /* about04 */
  /* ------------------------------------ */
  /* about05 */
  /* ------------------------------------ */
  /* about06 */
  /* ------------------------------------ */
}
@media screen and (max-width: 767px) {
  .about main {
    padding-bottom: 0;
  }
}
.about .sec-wrapper {
  position: relative;
}
.about .sec-wrapper .main_width {
  max-width: 1024px;
}
.about .sec-wrapper .deco_ttlbox02 {
  margin: 0 auto;
}
.about .fv_block {
  position: relative;
  padding-bottom: 200px;
  top: 182px;
}
@media screen and (max-width: 767px) {
  .about .fv_block {
    padding-bottom: 480px;
  }
}
.about .fv_lead {
  padding-bottom: 100px;
  padding: 100px;
  background: #FFF;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .about .fv_lead {
    padding-bottom: 50px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about .fv_lead.main_width {
    width: 100%;
  }
}
.about .fv_lead p {
  margin-bottom: 1em;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about .fv_lead p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.about .fv_lead p span {
  color: #00989F;
}
.about .fv_img {
  position: absolute;
  width: 37%;
  bottom: 6%;
  right: 6%;
  z-index: 2;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1370px) {
  .about .fv_img {
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .about .fv_img {
    width: 94%;
    bottom: 26%;
  }
}
.about .fv_img img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.about .sec {
  position: relative;
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about .sec {
    padding: 50px 0;
  }
}
.about .sec.green {
  background: url(../img/common/noise-blue.png) repeat 0 0;
}
.about .sec.white {
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .about #about01 .main_width {
    width: calc(100% - 20px);
  }
}
.about #about01 .itembox {
  position: relative;
  padding: 50px;
  background: #FFF;
  border-radius: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about #about01 .itembox {
    padding: 15px;
  }
}
.about #about01 .itembox dl {
  padding: 30px 0;
  display: flex;
  gap: 0 23px;
  border-top: 1px solid #CFE6E6;
}
@media screen and (max-width: 767px) {
  .about #about01 .itembox dl {
    padding: 15px 0;
    gap: 0 12px;
  }
}
.about #about01 .itembox dl:first-of-type {
  border-top: none;
}
.about #about01 .itembox dl dt {
  padding-top: 3px;
  font-family: "Montserrat", sans-serif;
  color: #00989F;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  .about #about01 .itembox dl dt {
    font-size: 1.4rem;
  }
}
.about #about01 .itembox dl dd {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about #about01 .itembox dl dd {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.about #about02::before {
  position: absolute;
  content: "";
  width: 74%;
  height: 100%;
  background: url(../img/common/deco-02.png) no-repeat 0 bottom/contain;
  bottom: -260px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about #about02::before {
    width: 100%;
    height: 400px;
    background: url(../img/common/deco-02.png) no-repeat center bottom/cover;
    bottom: -80px;
  }
}
.about #about02 .vision {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 24px;
}
@media screen and (max-width: 767px) {
  .about #about02 .vision {
    gap: 20px 12px;
  }
}
.about #about02 .vision .itembox {
  width: 325px;
  border-bottom: 1px solid #00989F;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .about #about02 .vision .itembox {
    width: 100%;
  }
}
.about #about02 .vision .itembox .sttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Lancelot", serif;
  color: #00989F;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  border-bottom: 3px solid #00989F;
}
.about #about02 .vision .itembox .sttl span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  display: block;
}
.about #about02 .vision .itembox p {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about #about02 .vision .itembox p {
    font-size: 1.6rem;
  }
}
.about #about02 .vision .itembox:nth-of-type(3) p, .about #about02 .vision .itembox:nth-of-type(5) p {
  text-align: left;
}
.about #about03 {
  padding: 0;
}
.about #about03 .sec_top {
  width: 100%;
  background: #fff;
}
.about #about03 .inner {
  padding-bottom: 100px;
  background: url(../img/common/noise-black.png) repeat 0 0;
  transform: translateY(-1px);
}
.about #about03 .main_width {
  padding-top: 100px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .about #about03 .main_width {
    padding-top: 50px;
  }
}
.about #about03 .overview {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about #about03 .overview {
    margin-bottom: 50px;
  }
}
.about #about03 .overview dl {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #CFE6E6;
}
.about #about03 .overview dl:first-of-type {
  border-top: 1px solid #CFE6E6;
}
@media screen and (max-width: 767px) {
  .about #about03 .overview dl {
    flex-direction: column;
    gap: 5px 0;
  }
}
.about #about03 .overview dl dt {
  width: 20%;
  max-width: 196px;
}
@media screen and (max-width: 767px) {
  .about #about03 .overview dl dt {
    width: 100%;
    font-size: 1.2rem;
  }
}
.about #about03 .overview dl dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about #about03 .overview dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
.about #about04.disclosure_wrap {
  position: relative;
}
.about #about04.disclosure_wrap::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 244px;
  background: url(../img/common/deco-03-02.png) no-repeat 0 0/contain;
  top: 0;
  right: 90px;
}
@media screen and (max-width: 767px) {
  .about #about04.disclosure_wrap::before {
    width: 115px;
    height: 122px;
    right: -25px;
  }
}
.about #about04.disclosure_wrap .disclosure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 50px;
}
@media screen and (max-width: 767px) {
  .about #about04.disclosure_wrap .disclosure {
    gap: 15px;
  }
}
.about #about04.disclosure_wrap .disclosure .itembox {
  width: 47%;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.about #about04.disclosure_wrap .disclosure .itembox .sttl {
  position: relative;
  padding-left: 20px;
  color: #FFF;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .about #about04.disclosure_wrap .disclosure .itembox .sttl {
    padding-left: 10px;
    font-size: 1rem;
  }
}
.about #about04.disclosure_wrap .disclosure .itembox .sttl::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .about #about04.disclosure_wrap .disclosure .itembox .sttl::before {
    width: 3px;
  }
}
.about #about04.disclosure_wrap .disclosure .itembox .pdf {
  flex: 1;
  padding: 20px 30px;
  width: 100%;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 0 13px;
}
@media screen and (max-width: 767px) {
  .about #about04.disclosure_wrap .disclosure .itembox .pdf {
    padding: 10px 5px;
    gap: 0 5px;
    line-height: 1;
  }
}
.about #about04.disclosure_wrap .disclosure .itembox .pdf span {
  width: 30px;
  height: 35px;
  background: url(../img/common/icn-pdf.svg) no-repeat 0 0/contain;
  top: calc(50% - 15px);
  left: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .about #about04.disclosure_wrap .disclosure .itembox .pdf span {
    width: 20px;
    height: 17px;
    top: calc(50% - 8px);
  }
}
.about #about04.disclosure_wrap .disclosure .itembox .pdf .txt {
  color: #1C1C1C;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .about #about04.disclosure_wrap .disclosure .itembox .pdf .txt {
    width: calc(100% - 25px);
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.about #about04.disclosure_wrap .disclosure .itembox .pdf a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .about #about04.disclosure_wrap .disclosure .itembox .pdf a {
    font-size: 1.2rem;
  }
}
.about #about04.disclosure_wrap .disclosure .itembox .pdf a:hover {
  text-decoration: none;
}
.about #about05.sec {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .about #about05.sec {
    padding: 0 0 50px;
  }
}
.about #about05 .sec_top {
  padding-bottom: 100px;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .about #about05 .sec_top {
    padding-bottom: 50px;
  }
}
.about #about05 .main_width {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about #about05 .main_width {
    width: calc(100% - 20px);
  }
}
.about #about05 .main_width::before {
  position: absolute;
  content: "";
  width: 380px;
  height: 380px;
  background: url(../img/common/deco-01.png) no-repeat 0 0/contain;
  top: -70px;
  left: -18.5%;
}
@media screen and (max-width: 767px) {
  .about #about05 .main_width::before {
    width: 160px;
    height: 160px;
    top: -20px;
    left: -22%;
  }
}
.about #about05 .business_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about #about05 .business_wrap {
    flex-direction: column;
    gap: 15px 0;
  }
}
.about #about05 .itembox {
  padding: 40px;
  width: 48%;
  border: 8px solid #CFE6E6;
  background: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .about #about05 .itembox {
    padding: 20px 15px;
    width: 100%;
    border: 4px solid #CFE6E6;
    gap: 10px 0;
  }
}
.about #about05 .itembox .sttl {
  position: relative;
  padding-left: 26px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .about #about05 .itembox .sttl {
    padding-left: 13px;
    font-size: 1.6rem;
  }
}
.about #about05 .itembox .sttl::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  background: #00989F;
}
@media screen and (max-width: 767px) {
  .about #about05 .itembox .sttl::before {
    width: 3px;
  }
}
.about #about05 .itembox .inbox {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .about #about05 .itembox .inbox {
    flex-direction: column;
    gap: 10px 0;
  }
}
.about #about05 .itembox .inbox figure {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .about #about05 .itembox .inbox figure {
    margin: 0 auto;
    width: 65px;
  }
}
.about #about05 .itembox .txt {
  flex: 1;
}
.about #about05 .itembox .txt p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about #about05 .itembox .txt p {
    font-size: 1.4rem;
  }
}
.about #about05 .itembox .txt02 p {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about #about05 .itembox .txt02 p {
    font-size: 1.2rem;
  }
}
.about #about05 .itembox .txt02 p span {
  margin-right: 10px;
  padding: 2px 5px;
  min-width: 58px;
  color: #FFF;
  font-size: 1.2rem;
  background: #00989F;
  text-align: center;
  display: inline-block;
}
.about #about05 .itembox.large {
  width: 100%;
}
.about #about05 .itembox.large .inbox .txt p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about #about05 .itembox.large .inbox .txt p {
    margin-bottom: 15px;
  }
}
.about #about05 .item_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .about #about05 .item_link {
    width: 100%;
  }
}
.about #about05 .item_link a {
  position: relative;
  color: #1C1C1C !important;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 3px;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  background-image: linear-gradient(#00989F, #00989F);
}
.about #about05 .item_link a.external span {
  color: #1C1C1C !important;
  padding-right: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.about #about05 .item_link a:hover {
  -webkit-animation: line-slide02 0.8s ease forwards;
          animation: line-slide02 0.8s ease forwards;
}
.about #about05 .item_link .arrow {
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about #about06 {
  position: relative;
}
.about #about06::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 244px;
  background: url(../img/common/deco-03-02.png) no-repeat 0 0/contain;
  top: 100px;
  right: 90px;
}
@media screen and (max-width: 767px) {
  .about #about06::before {
    width: 115px;
    height: 122px;
    top: -32px;
    right: 0;
  }
}
.about #about06 .history dl {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #CFE6E6;
}
@media screen and (max-width: 767px) {
  .about #about06 .history dl {
    flex-direction: column;
    gap: 5px 0;
  }
}
.about #about06 .history dl:first-of-type {
  border-top: 1px solid #CFE6E6;
}
.about #about06 .history dl dt {
  width: 13%;
  max-width: 124px;
  color: #6E8E90;
}
@media screen and (max-width: 767px) {
  .about #about06 .history dl dt {
    width: 100%;
    font-size: 1.2rem;
  }
}
.about #about06 .history dl dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about #about06 .history dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=about.css.map */