@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;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 68px;
    padding-bottom: 0px;
  }
}
#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: 196px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title {
    width: 49%;
  }
  #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 .section__container {
  max-width: 1000px;
  margin: 70px auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .section__container {
    margin: 0 auto;
  }
}
#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_maintext {
  line-height: 154%;
  padding-bottom: 28px;
  margin-bottom: 125px;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section01 .message_maintext {
    margin-top: 59px;
    line-height: 180%;
    font-size: 5.8vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
#section01 .block_title {
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
}
#section01 .block_title span {
  display: inline;
  position: relative;
  top: 0;
  left: 0;
}
#section01 .block_title span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -130px;
  height: 18px;
  width: 100px;
}
#section01 .block_title.block_title--ja span:after {
  background: url(../images/company/jigyo/frag_jp.svg) no-repeat center left/auto 100%;
}
#section01 .block_title.block_title--kaigai span:after {
  background: url(../images/company/jigyo/frag_kaigai.svg) no-repeat center left/auto 100%;
}
#section01 .list_block {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#section01 .list_block .list_wrap {
  max-width: 590px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section01 .list_block .list_wrap {
    display: block;
  }
}
#section01 .list_block .list_wrap .list {
  margin-top: 20px;
  width: 50%;
}
@media screen and (max-width:800px) {
  #section01 .list_block .list_wrap .list {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #section01 .list_block .list_wrap .list:last-child {
    margin-top: 14px;
  }
}
#section01 .list_block .list_wrap .list .item {
  padding-left: 1.5em;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 12px;
}
#section01 .list_block .list_wrap .list .item:before {
  content: "■";
  font-size: 1em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #0D6521;
}
@media screen and (max-width:800px) {
  #section01 .list_block .list_wrap .list .item {
    width: 100%;
    margin-top: 14px;
  }
  #section01 .list_block .list_wrap .list .item.item--mt0 {
    margin-top: 0;
  }
}
#section01 .list_block .figure_list {
  margin-top: 50px;
  max-width: 380px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section01 .list_block .figure_list {
    max-width: 100%;
    display: block;
    margin-top: 30px;
  }
}
#section01 .list_block .figure_list figure {
  width: 180px;
}
#section01 .list_block .figure_list figure:nth-child(odd) {
  margin-right: 20px;
}
#section01 .list_block .figure_list figure:nth-child(3) {
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #section01 .list_block .figure_list figure {
    width: 100%;
    margin-top: 30px;
  }
  #section01 .list_block .figure_list figure:nth-child(odd) {
    margin-right: 0;
  }
  #section01 .list_block .figure_list figure:nth-child(3) {
    margin-top: 30px;
  }
  #section01 .list_block .figure_list figure:first-child {
    margin-top: 0;
  }
}
#section01 .list_block .figure_list figure figcaption {
  margin-top: 8px;
}
#section01 .list_block .map_wrap {
  /*
  width: 75%;
  max-width: 680px;
  position: absolute;
  bottom: 0;
  right: -11%;
  z-index: -1;
  */
  width: 75%;
  max-width: 720px;
  position: absolute;
  bottom: -3%;
  right: -5%;
  z-index: -1;
}
@media screen and (max-width:800px) {
  #section01 .list_block .map_wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 20px;
  }
}
#section01 .list_block .map_wrap .map_block {
  position: relative;
}
#section01 .list_block .map_wrap .map_block .points {
  position: absolute;
  z-index: 10;
  width: 8px;
  height: 8px;
  background-color: #9A8F0D;
  border-radius: 50%;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section01 .list_block .map_wrap .map_block .points {
    display: none;
  }
}
#section01 .list_block .map_wrap .map_block .points.active {
  transform: scale(3);
}
#section01 .list_block .map_wrap .map_block .point01 {
  top: 13.25%;
  left: 75.85%;
}
#section01 .list_block .map_wrap .map_block .point02 {
  top: 13.25%;
  left: 75.85%;
}
#section01 .list_block .map_wrap .map_block .point03 {
  top: 17.7%;
  left: 64.45%;
}
#section01 .list_block .map_wrap .map_block .point04 {
  top: 48.5%;
  left: 58.78%;
}
#section01 .list_block .map_wrap .map_block .point04b {
  top: 43.6%;
  left: 63%;
}
#section01 .list_block .map_wrap .map_block .point05 {
  top: 65.8%;
  left: 52.1%;
}
#section01 .list_block .map_wrap .map_block .point06 {
  top: 65.8%;
  left: 52.1%;
}
#section01 .list_block .map_wrap .map_block .point07 {
  top: 69.7%;
  left: 45.4%;
}
#section01 .list_block .map_wrap .map_block .point08 {
  top: 59.7%;
  left: 39.8%;
}
#section01 .list_block .map_wrap .map_block .point09 {
  top: 68.7%;
  left: 40.2%;
}
#section01 .list_block .map_wrap .map_block .point10 {
  top: 68.7%;
  left: 40.2%;
}
#section01 .list_block .map_wrap .map_block .point11 {
  top: 67.5%;
  left: 38.8%;
}
#section01 .list_block .map_wrap .map_block .point12 {
  top: 70.8%;
  left: 33.3%;
}
#section01 .list_block .map_wrap .map_block .point13 {
  top: 70.5%;
  left: 18.8%;
}
#section01 .list_block .map_wrap .map_block .point14 {
  top: 76.5%;
  left: 10.6%;
}
#section01 .figure_block {
  max-width: 900px;
  margin: 87px auto 0;
}
#section01 .figure_block .figure_block_in {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section01 .figure_block .figure_block_in {
    display: block;
    margin-top: 30px;
  }
}
#section01 .figure_block .figure_block_in figure {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section01 .figure_block .figure_block_in figure {
    width: 100%;
  }
  #section01 .figure_block .figure_block_in figure:last-child {
    margin-top: 30px;
  }
}

#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 .block_head {
  margin-bottom: 14px;
}
#section02 .company_wrap--outline {
  margin-top: 255px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap--outline {
    margin-top: 70px;
  }
}
#section02 .company_wrap--outline.company_wrap--outline-first {
  margin-top: 10px;
}
#section02 .company_wrap--relation {
  margin-top: 130px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap--relation {
    margin-top: 118px;
  }
}
@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;
}
@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: 40px;
}
@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: space-between;
  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;
  min-width: 70px;
}
@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 .company_item .company_content .company_content--mapin .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content .company_content--mapin .box {
    display: block;
  }
}
#section02 .company_wrap .company_block .company_item .company_content .company_content--mapin .box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#section02 .company_wrap .company_block .company_item .company_content .company_content--mapin .box .box_img {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content .company_content--mapin .box .box_img {
    width: 100%;
  }
}
#section02 .company_wrap .company_block .company_item .company_content .company_content--mapin .box .box_text {
  width: 72%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content .company_content--mapin .box .box_text {
    width: 100%;
    display: block;
  }
}
#section02 .company_wrap .company_block .company_item .company_content .company_content--mapin .box .box_text .map_text {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .company_wrap .company_block .company_item .company_content .company_content--mapin .box .box_text .map_text {
    margin-top: 14px;
  }
}
#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_jigyo.css.map */