@charset "UTF-8";
img {
  width: 100%;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  padding-top: 84px;
  padding-bottom: 90px;
  position: relative;
  background: linear-gradient(rgb(255, 255, 255), rgba(245, 252, 246, 0.8));
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 68px;
  }
}
#section01 .section__in {
  width: 84%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section01 .title_block .page_title {
  width: 282px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title {
    width: 68%;
  }
  #section01 .title_block .page_title span {
    color: #0D6521;
  }
}
#section01 .title_block .page_title--ja {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title--ja {
    margin-top: 15px;
    font-size: 6vw;
  }
}
#section01 .message_block_in {
  padding-left: 50px;
  margin-top: 70px;
  padding-right: 30%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section01 .message_block_in {
    padding-right: 0;
    padding-left: 0;
    margin-top: 58px;
  }
}
#section01 .message_block_in .block_icon {
  position: absolute;
}
@media screen and (max-width:800px) {
  #section01 .message_block_in .block_icon {
    position: relative;
  }
}
#section01 .message_block_in .block_icon.block_icon--1 {
  top: 0%;
  right: -2.7%;
  width: 28.5%;
}
@media screen and (max-width:800px) {
  #section01 .message_block_in .block_icon.block_icon--1 {
    right: 0;
    width: 100%;
  }
}
#section01 .message_block_in .block_icon.block_icon--2 {
  top: 46%;
  right: 9.3%;
  width: 16.5%;
}
@media screen and (max-width:800px) {
  #section01 .message_block_in .block_icon.block_icon--2 {
    top: 0;
    right: 0;
    width: 100%;
  }
}
#section01 .message_block_in .block_icon.block_icon--3 {
  top: 77%;
  right: 0%;
  width: 12.5%;
}
#section01 .message_maintext {
  line-height: 154%;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section01 .message_maintext {
    line-height: 180%;
    font-size: 5.8vw;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
#section01 .message_text {
  line-height: 190%;
}
@media screen and (max-width:800px) {
  #section01 .message_text.sptopsp {
    padding-top: 1.25em;
  }
}
#section01 .message_bottom {
  margin: 72px auto 0;
  max-width: 880px;
}
@media screen and (max-width:800px) {
  #section01 .message_bottom {
    margin: 59px auto 0;
  }
  #section01 .message_bottom img {
    width: 104%;
  }
}

#section02 {
  padding: 70px 0 220px;
  overflow: hidden;
  max-width: 100vw;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 80px 0 160px;
  }
}
#section02 .section__in {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section02 .button {
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width:800px) {
  #section02 .button {
    width: 100%;
  }
}
#section02 .button a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  padding: 36px 0;
  text-align: center;
  background: url("../images/company/btn_bg.jpg") no-repeat center/cover;
  border: 3px solid #0D6521;
}
@media screen and (max-width:800px) {
  #section02 .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
  #section02 .button a .button_text {
    font-size: 4.6vw;
  }
  #section02 .button a .btn_logo {
    width: 11vw;
    margin-right: 4vw;
  }
}
#section02 .button a .btn_more {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 13px;
  width: 66px;
}
#section02 .button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  height: 100%;
  width: 58px;
  background: url(../images/company/btn_logo.svg) no-repeat center/100% auto;
}
@media screen and (max-width:800px) {
  #section02 .button a:after {
    opacity: 0;
  }
}
#section02 .company_wrap--outline {
  margin-top: 255px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap--outline {
    margin-top: 70px;
  }
}
#section02 .company_wrap--relation {
  margin-top: 130px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap--relation {
    margin-top: 118px;
  }
}
#section02 .company_wrap--chart {
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap--chart {
    margin-top: 120px;
  }
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .bottom--line {
    font-size: 6.1vw;
  }
}
#section02 .company_wrap .bottom--line span {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding-right: 23px;
  /*
  &:after{
  	content: "";
  	position: absolute;
  	bottom: -12px;
  	right: 0;
  	background-color: #27831B;
  	height: 10px;
  	width: 50vw;
  	@media screen and (max-width:800px){
  		bottom: -11px;
  		height: 5px;
  	}
  }
  */
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .bottom--line span {
    padding-right: 0;
  }
}
#section02 .company_wrap .bottom--line span .line_greenbox {
  position: absolute;
  bottom: -12px;
  height: 10px;
  right: 0;
  width: 50vw;
  /*background-color: rgba(255,0,0,0.1);*/
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .bottom--line span .line_greenbox {
    bottom: -11px;
    height: 5px;
  }
}
#section02 .company_wrap .bottom--line span .line_greenbox .line_greenbox__in {
  width: 0%;
  background-color: #0D6521;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section02 .company_wrap .bottom--line span .line_greenbox .line_greenbox__in.active {
  width: 100%;
}
#section02 .company_wrap .company_block {
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block {
    margin-top: 52px;
  }
}
#section02 .company_wrap .company_block .company_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  font-family: "Noto Sans JP", sans-serif;
}
#section02 .company_wrap .company_block .company_item .company_head {
  background-color: #EDEDED;
  padding: 14px 20px;
  min-width: 210px;
  line-height: 175%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_head {
    min-width: 21vw;
    width: 21vw;
    padding: 16px 2vw;
  }
}
#section02 .company_wrap .company_block .company_item .company_content {
  line-height: 175%;
  background-color: #F8F8F8;
  padding: 14px 20px;
  width: 100%;
  margin-left: 3px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content {
    padding: 16px 2vw;
    line-height: 184%;
  }
}
#section02 .company_wrap .company_block .company_item .company_content.company_content--map {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content.company_content--map {
    display: block;
  }
}
#section02 .company_wrap .company_block .company_item .company_content.company_content--map .map_text {
  line-height: 190%;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content.company_content--map .map_text {
    line-height: 184%;
  }
}
#section02 .company_wrap .company_block .company_item .company_content.company_content--map .map_icon {
  text-align: center;
  margin-left: 50px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content.company_content--map .map_icon {
    margin-left: 0;
  }
}
#section02 .company_wrap .company_block .company_item .company_content.company_content--map .map_icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0D6521;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  color: #fff;
  font-style: normal;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content.company_content--map .map_icon a {
    margin-left: 0;
    width: 17vw;
    height: 17vw;
    margin-top: 9px;
  }
}
#section02 .company_wrap .company_block .company_item .company_content.company_content--map .map_icon a:hover {
  /*
  img{
  	translate: 5px;
  }
  */
}
#section02 .company_wrap .company_block .company_item .company_content.company_content--map .map_icon img {
  display: block;
  width: 18px;
  margin-top: 6px;
  transition: all 0.3s ease-out;
}
#section02 .company_wrap .company_block .docs_img {
  margin-top: 10px;
  max-width: 400px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .docs_img {
    max-width: 100%;
    width: 72%;
  }
}
#section02 .company_wrap .company_block .company_title {
  padding-left: 20px;
  margin-bottom: 20px;
  color: #0D6521;
  border-left: 5px solid #0D6521;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_title {
    font-size: 6.5vw;
    padding: 10px 0;
    padding-left: 4px;
  }
}
#section02 .company_wrap .company_block.company_block--firstchild {
  margin-top: 124px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block.company_block--firstchild {
    margin-top: 60px;
  }
}
#section02 .company_wrap .chart {
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .chart {
    margin-top: 50px;
  }
}/*# sourceMappingURL=company.css.map */