@charset "utf-8";

/*
  File Name   : top.css
  Description : Write content styles
*/

/* global nav
============================================================ */
#home .lay-global-nav > ul > li::before {
  top: calc(50% - 10px);
}
#home .lay-global-nav > ul > li > a::after {
  bottom: 35px;
}
#home .lay-global-nav > ul > li > a > span {
  height: 120px;
  padding: 40px 10px 60px;
}

/* container
============================================================ */
@media screen and (max-width: 811px) {
  #home #lay-container {
    padding-top: 0;
  }
}

/* main
============================================================ */
#home #lay-main {
  max-width: inherit;
  padding: 0;
}
@media screen and (max-width: 811px) {
  #home #lay-main {
    margin-top: -50px;
  }
}

/* kv-wrap
============================================================ */
#home .kv-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
}
#home .kv-wrap .kv-inner {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 410px;
}
#home .kv-wrap .kv-read {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  font-size: 140%;
  text-align: right;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#home .kv-wrap .kv-read img{
	width: 100%;
    max-width: 500px;
}

@media screen and (max-width: 811px) {

#home .kv-wrap .kv-read img {
    max-width: 400px;
}
	
}


@media screen and (max-width: 480px){
	
#home .kv-wrap .kv-read img {
    max-width: 300px;
}
}


@media screen and (max-width: 320px){
	
#home .kv-wrap .kv-read img {
    max-width: 270px;
}
}

#home .kv-wrap .kv-read span {
    display: inline-block;
    margin: 10px 0;
    padding: 3px 5px 8px 25px;
    color: #6dbf01;
    background: #fff;
	font-weight: bold;
    /* border-radius: 20px 0 0 20px; */
}
#home .kv-wrap .kv-inner .kv-area {
  overflow: hidden;
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  border-radius: 0 60px;
}
#home .kv-wrap .kv-inner .kv-item {
  vertical-align: bottom;
}
#home .kv-wrap .kv-inner .kv-item:nth-child(n+2) {
  display: none;
}
#home .kv-wrap .kv-inner .slick-initialized .kv-item {
  display: inline-block;
}
#home .kv-wrap .kv-inner .slick-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
}
#home .kv-wrap .kv-inner .slick-arrow {
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 70px;
  height: 100%;
}
#home .kv-wrap .kv-inner .slick-arrow:hover {
  opacity: 1;
}
#home .kv-wrap .kv-inner .slick-arrow.slick-prev {
  left: 0;
}
#home .kv-wrap .kv-inner .slick-arrow.slick-next {
  right: 0;
}
#home .kv-wrap .kv-inner .slick-arrow::before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 4px;
}
#home .kv-wrap .kv-inner .slick-arrow.slick-prev::before {
  left: calc(50% + 10px);
  -webkit-transform: translateX(-50%) rotate(225deg);
          transform: translateX(-50%) rotate(225deg);
}
#home .kv-wrap .kv-inner .slick-arrow.slick-next::before {
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#home .kv-area .slick-slide img {
  display: inline-block;
  width: 100%;
  border-radius: 0 60px;
}
#home .kv-area .slick-slide img.sp-img {
  display: none;
}
@media screen and (max-width: 811px) {
  #home .kv-wrap {
    min-width: inherit;
    padding-top: 80px;
  }
  #home .kv-wrap .kv-inner {
    min-height: inherit;
    background: url(../images/common/header-bg.png) no-repeat left top;
    background-size: 100% auto;
  }
  #home .kv-wrap .kv-read {
    top: 66%;
    font-size: 0.9em;
  }
  #home .kv-wrap .kv-read span {
    margin: 5px 0;
    padding: 1px 10px 3px 20px;
  }
  #home .kv-wrap .kv-inner .kv-area {
    border-radius: 0 30px;
  }
  #home .kv-wrap .kv-inner .slick-arrow {
    width: 50px;
  }
  #home .kv-wrap .kv-inner .slick-arrow::before {
    width: 20px;
    height: 20px;
  }
  #home .kv-wrap .kv-inner .slick-arrow.slick-prev::before {
    left: calc(50% + 5px);
  }
  #home .kv-wrap .kv-inner .slick-arrow.slick-next::before {
    left: calc(50% - 5px);
  }
  #home .kv-area .slick-slide img {
    border-radius: 0 30px;
  }
}
@media screen and (max-width: 621px) {
  #home .kv-area .slick-slide img.pc-img {
    display: none;
  }
  #home .kv-area .slick-slide img.sp-img {
    display: inline-block;
  }
}
@media screen and (max-width: 481px) {
  #home .kv-wrap {
  }
}

/* load-animation
============================================================ */
#home .com-load-parts {
  position: absolute;
  z-index: 0;
  top: calc(50% - 29px);
  left: calc(50% - 29px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .com-load-parts::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-top: 4px solid rgba(0, 0, 0, .1);
  border-right: 4px solid rgba(0, 0, 0, .1);
  border-bottom: 4px solid rgba(0, 0, 0, .1);
  border-left: 4px solid #e3ffa0;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
          animation: load-animation 1.1s infinite linear;
}
@media screen and (max-width: 811px) {
  #home .com-load-parts {
    top: calc(50% - 19px);
    left: calc(50% - 19px);
  }
  #home .com-load-parts::after {
    width: 30px;
    height: 30px;
  }
}
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* title
============================================================ */
#home .home-section h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 10px 5px;
  border-bottom: 4px solid #a8e52e;
  font-size: 2.5em;
  line-height: 1.5;
  letter-spacing: 2px;
}
#home .home-section h2 span {
  margin-left: 25px;
  color: #808080;
  font-size: .586666666666em;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 811px) {
  #home .home-section h2 {
    display: block;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    font-size: 1.666666666666em;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #home .home-section h2 span {
    margin-left: 15px;
    font-size: .599999999999em;
  }
}

/* section-news-group
============================================================ */
#home .section-news-group {
  width: 100%;
  padding: 60px 0 70px;
  background: #f2f2f2;
}

.bnr50th{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 56px;
}

.bnr50th img{
	width: 100%;
	border: 1px solid #025e67;
	border-radius: 12px;
}

img.sp-disp{
  display: none;
}

@media screen and (max-width: 811px) {
  #home .section-news-group {
    padding: 85px 15px 60px;
    box-sizing: border-box;
  }
	
.bnr50th {
        margin-bottom: 0px;
    padding: 0 25px;
    width: auto;
	    margin-top: 40px;
}
	
}

@media screen and (max-width: 600px) {
img.pc-disp{
  display: none;
}
	
img.sp-disp{
  display:block;
}
	
}



/* section-emergency
============================================================ */
#home .section-emergency {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
#home .section-emergency h2 {
    display: block;
    font-size: 170%;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #f7a620;
    color: #fff;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}
#home .section-emergency h2 span {
  color: #fff;
}
#home .section-emergency .emergency-list {
    padding: 25px 20px;
    border: 2px solid #f7a620;
    border-top: none;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
	font-size: 90%;
}
#home .section-emergency .emergency-list li {
  display: flex;
  margin-bottom: 13px;
  padding: 0 15px 15px;
  border-bottom: 1px dotted #999;
}
#home .section-emergency .emergency-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#home .section-emergency .emergency-list li .date {
  padding-right: 40px;
  font-size: 1.1em;
  box-sizing: border-box;
}
#home .section-emergency .emergency-list li .title a {
  color: #000;
  font-size: 1.2em;
  line-height: 1.6;
}
#home .section-emergency .emergency-list li .new {
  background: #ff0000;
  color: #fff;
  margin-right: 1px;
  padding: 0 5px;
  font-size: .833333333333em;
  line-height: 1;
}
@media screen and (max-width: 811px) {
  #home .section-emergency {
  }
  #home .section-emergency .emergency-list {
    padding: 20px 15px;
  }
  #home .section-emergency .emergency-list li {
    display: block;
    margin-bottom: 8px;
    padding: 0 10px 10px;
  }
  #home .section-emergency .emergency-list li .date {
    display: block;
    padding-right: 0;
    font-size: .8em;
  }
  #home .section-emergency .emergency-list li .title {
    display: block;
    margin-top: 3px;
  }
  #home .section-emergency .emergency-list li .title a {
    font-size: 1em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 481px) {
  #home .section-emergency h2 span {
    font-size: 3vw;
  }
}

@media screen and (max-width: 700px) {
#home .section-emergency h2 {
    font-size: 140%;
    letter-spacing: 0px;
}
}


@media screen and (max-width: 420px) {
    #home .section-emergency h2 {
        font-size: 120%;
    }
	
#home .section-emergency {
    margin-top: 90px;
}
}
	
/* section-news
============================================================ */
#home .section-news {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#home .section-news .news-list {
  width: 100%;
  margin-bottom: -20px;
  padding: 0 15px;
  box-sizing: border-box;
}
#home .section-news .news-list li {
  width: calc((100% - 90px) / 4 - .1px);
  margin: 0 30px 20px 0;
  padding: 0;
  text-align: center;
}
#home .section-news .news-list li:nth-child(4n+4) {
  margin-right: 0;
}
#home .section-news .news-list li .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#home .section-news .news-list li .thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#home .section-news .news-list li .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
  opacity: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
  box-sizing: border-box;
  transition: all 1.5s ease-in-out;
  -webkit-transform: scale(.8);
          transform: scale(.8);
}
#home .section-news .news-list.active li .thumb img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#home .section-news .news-list li .date {
  padding: 0 5px;
/*  background: #e3ffa0;*/
	display: block;
}


#home .section-news .news-list li .list-category-i_news,
#home .section-news .news-list li .list-category-seminar,
#home .section-news .news-list li .list-category-gakkai{
	display: inline-block;
    color: #6dbf01;
    background-color: #fff;
    border: 1px solid #6dbf01;
    border-radius: 50px;
    padding: 1px 10px;
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 10px;
	text-align: center;
}

#home .section-news .news-list li .title {
  display: block;
  margin-top: 5px;
  font-size: 100%;
  line-height: 1.5;
}
#home .section-news .news-list li span.new {
  background: #ff4d24;
  color: #fff;
  margin-right: 1px;
  padding: 0 5px;
  font-size: .833333333333em;
  line-height: 1;
}
#home .section-news .more-btn {
  position: absolute;
  top: 12px;
  right: 0;
  display: inline-block;
}
#home .section-news .more-btn a {
  display: inline-block;
  padding: 4px 20px 4px 50px;
  background: #000 url(../images/common/list-bg.png) no-repeat 20px center;
  background-size: 16px auto;
  border: 1px solid #000;
  border-radius: 34px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
#home .section-news .more-btn a:hover {
  opacity: .8;
}
@media screen and (max-width: 811px) {
  #home .section-news .news-list {
    width: 100%;
    margin-bottom: -30px;
    padding: 0;
  }
  #home .section-news .news-list li {
    width: calc((100% - 45px) / 4 - .1px);
    margin: 0 15px 30px 0;
  }
  #home .section-news .news-list li .title {
    font-size: 1em;
  }
  #home .section-news .more-btn {
    top: 0;
  }
  #home .section-news .more-btn a {
    padding: 3px 15px 5px 40px;
    background-position: 15px auto;
    background-size: 12px auto;
    border-radius: 30px;
    font-size: .833333333333em;
  }
}
@media screen and (max-width: 620px) {
  #home .section-news .news-list {
    display: block;
  }
  #home .section-news .news-list li {
    display: grid;
        grid-template-columns: 90px 85px 70px auto;
        grid-template-rows: 35px auto;
        gap: 10px 10px;
        grid-template-areas:
        "thumb date new empry"
        "thumb title title title";
        width: 100%;
        margin: 0 0 35px;
        padding: 0;
        text-align: left;
	    align-items: end;
  }
	
#home .section-news .news-list li .list-category-i_news, 
#home .section-news .news-list li .list-category-seminar, 
#home .section-news .news-list li .list-category-gakkai {
    margin-bottom: 0;
	}
	
	
	
  #home .section-news .news-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  #home .section-news .news-list li .thumb {
    grid-area: thumb;
    height: auto;
    text-align: center;
    margin: 0;
    padding-right: 10px;
  }
  #home .section-news .news-list li .thumb img {
    width: calc(100% - 10px);
    height: auto;
    margin: 0;
  }
  #home .section-news .news-list li .date {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: date;
    height: 20px;
    padding: 2px 0;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
  }
  #home .section-news .news-list li .new {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: new;
    height: 20px;
    margin: 0;
    padding: 2px 0;
    line-height: 1;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #home .section-news .news-list li .empry {
    grid-area: empry;
    height: 20px;
  }
  #home .section-news .news-list li .title {
    grid-area: title;
  }
}
@media screen and (max-width: 481px) {
/*
  #home .section-news .news-list li {
    grid-template-columns: 75px 85px 40px auto;
    grid-template-rows: 10px auto;
    gap: 10px 5px;
  }
  #home .section-news .news-list li .thumb {
    padding-right: 5px;
  }
*/
  #home .section-news .news-list li .thumb img {
    width: calc(100% - 5px);
  }
}

/* section-banner-group
============================================================ */
#home .section-banner-group {
  position: relative;
  width: 100%;
  padding: 100px 0 70px;
}
#home .section-banner-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/com-bg-g.jpg) repeat right top;
  background-size: 680px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .section-banner-group > div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
#home .section-banner-group > div + div {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #999;
}
@media screen and (max-width: 811px) {
  #home .section-banner-group {
    padding: 30px 0 50px;
  }
  #home .section-banner-group::before {
    background-size: 360px auto;
  }
  #home .section-banner-group > div {
    width: calc(100% - 50px);
    margin: 0 25px;
    box-sizing: border-box;
  }
#home .section-banner-group > div + div {
    margin-top: 50px;
    padding-top: 50px;
}
}

/* section-banner1
============================================================ */
#home .section-banner1 .top-banner1-list {
  width: 100%;
  margin-bottom: -1.7%;
}
#home .section-banner1 .top-banner1-list li {
  float: left;
  width: 26.25%;
  margin: 0 2.5% 1.7% 0;
}
#home .section-banner1 .top-banner1-list li:nth-child(2n+3) {
  margin-right: 0;
}
#home .section-banner1 .top-banner1-list li:first-child {
  width: 40%;
  margin-right: 5%;
}
#home .section-banner1 .top-banner1-list li a {
  display: inline-block;
}
#home .section-banner1 .top-banner1-list li img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  -webkit-transform: scale(.8);
          transform: scale(.8);
}
#home .section-banner1 .top-banner1-list.active li img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 620px) {
  #home .section-banner1 .top-banner1-list {
    width: 100%;
    margin-bottom: -15px;
  }
  #home .section-banner1 .top-banner1-list li {
    width: calc((100% - 15px) / 2 - .1px);
    margin: 0 15px 15px 0;
  }
  #home .section-banner1 .top-banner1-list li:nth-child(2n+3) {
    margin-right: 15px;
  }
  #home .section-banner1 .top-banner1-list li:nth-child(2n+3) {
    margin-right: 0;
  }
  #home .section-banner1 .top-banner1-list li:first-child {
    width: 100%;
    margin: 0 0 50px;
  }
}

/* section-banner2
============================================================ */
#home .section-banner2 .top-banner2-list {
  width: 100%;
  margin-bottom: -20px;
}
#home .section-banner2 .top-banner2-list li {
  width: calc((100% - 60px) / 4 - .1px);
  margin: 0 20px 20px 0;
  padding: 0;
}
#home .section-banner2 .top-banner2-list li:nth-child(4n+4) {
  margin-right: 0;
}
#home .section-banner2 .top-banner2-list li img {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  -webkit-transform: scale(.8);
          transform: scale(.8);
}
#home .section-banner2 .top-banner2-list.active li img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 620px) {
  #home .section-banner2 .top-banner2-list li {
    width: calc((100% - 15px) / 2 - .1px);
    margin: 0 15px 20px 0;
  }
  #home .section-banner2 .top-banner2-list li {
    width: calc((100% - 15px) / 2 - .1px);
    margin: 0 15px 20px 0;
  }
  #home .section-banner2 .top-banner2-list li:nth-child(2n+2) {
    margin-right: 0;
  }
}

/* sheet
============================================================ */

.sheet{
  width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 200px;
/*    padding-top: 70px;*/

}

.sheet iframe {
  width: 100%;
  height: 800px;
}

#doc-title {
    display: none!important;
}

@media screen and (max-width: 811px) {
.sheet {
    padding: 3% 3% 100px 3%;
    border-top: 1px solid #e2ffa0;
}
}

/* section-mission
============================================================ */
#home .section-mission {
  position: relative;
  background: #e3ffa0;
  border-radius: 0 90px 0 0;
}
#home .section-mission::before {
  content: "";
  display: block;
  position: absolute;
  top: -76px;
  left: 0;
  z-index: 0;
  width: 76px;
  height: 76px;
  background: url(../images/home/mission-bg4.png) no-repeat center center;
  background-size: 76px;
}
#home .section-mission .section-inner {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 70px 60px;
  box-sizing: border-box;
}
#home .section-mission .section-inner::before {
  content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(55% - 70px);
    z-index: 0;
    width: 100%;
    min-width: 1290px;
    height: 90%;
    background: url(../images/home/mission-bg3.png) no-repeat right bottom;
    background-size: auto 100%;
}
#home .section-mission .mission-txt {
    position: relative;
    z-index: 0;
    float: right;
    width: 60%;
    max-width: 570px;
    padding: 50px 55px;
    background: #fff url(../images/home/mission-bg.jpg) no-repeat right 45px bottom 40px;
    background-size: 225px auto;
    border-radius: 0 60px 0;
    box-sizing: border-box;
}
#home .section-mission .mission-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: -151px;
  right: 50px;
  z-index: 0;
  width: 415px;
  height: 81px;
  background: url(../images/home/mission-bg2.png) no-repeat center bottom;
  background-size: 415px auto;
}
#home .section-mission .mission-txt h2 {
  padding: 0;
  margin-bottom: 30px;
  font-size: 1em;
  border-bottom: none;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
#home .section-mission .mission-txt.active h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#home .section-mission .mission-txt h2 img {
  width: 100%;
  max-width: 392px;
}
#home .section-mission .mission-txt p {
  margin-bottom: 1em;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
#home .section-mission .mission-txt.active p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#home .section-mission .mission-txt p:last-child {
  margin-bottom: 0;
  line-height: 180%;
}
@media screen and (max-width: 811px) {
  #home .section-mission {
    border-radius: 0 60px 0 0;
  }
  #home .section-mission::before {
    top: -38px;
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
  #home .section-mission .section-inner {
    padding: 40px 30px 290px;
    background: url(../images/home/mission-bg3.png) no-repeat center bottom;
    background-size: auto 266px;
  }
  #home .section-mission .section-inner::before {
    content: none;
  }
  #home .section-mission .mission-txt {
    float: none;
    width: 100%;
    max-width: inherit;
    padding: 30px 35px;
    background-position: right 27px bottom 27px;
    background-size: 112px auto;
    border-radius: 0 30px 0;
  }
  #home .section-mission .mission-txt::after {
    top: -88px;
    right: 55px;
    width: 250px;
    height: 48px;
    background-size: 250px auto;
  }
  #home .section-mission .mission-txt h2 {
    margin-bottom: 20px;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  #home .section-mission .mission-txt p {
    font-size: .933333333333em;
    line-height: 1.4;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@media screen and (max-width: 420px) {
  #home .section-mission .mission-txt::after {
    right: 50%;
    width: 60vw;
    background-size: 60vw auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
	
}
