@charset "UTF-8";
/*----------------------------------------------------------
    section01 　アクセス
------------------------------------------------------------*/
.section01 {
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .section01 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section01 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section01 {
    padding-top: 60px;
  }
}
.section01 .h2-ttl {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section01 .h2-ttl h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .section01 .h2-ttl h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .h2-ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .h2-ttl h2 {
    font-size: 20px;
  }
}
.section01 .list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section01 .list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .list {
    margin-top: 40px;
  }
}
.section01 .list .item {
  align-items: center;
  display: flex;
  min-height: 78px;
}
@media screen and (max-width: 768px) {
  .section01 .list .item {
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .list .item {
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .list .item {
    flex-direction: column;
  }
}
.section01 .list .item a {
  display: block;
}
.section01 .list .item p {
  align-items: center;
  color: #2e2e2e;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .section01 .list .item p {
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
  }
}
.section01 .list .item .txt01 {
  flex-shrink: 0;
  font-weight: 700;
  width: 227px;
}
@media screen and (max-width: 1080px) {
  .section01 .list .item .txt01 {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .list .item .txt01 {
    width: 130px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .list .item .txt01 {
    width: 100px;
  }
}
.section01 .list .item .txt02 {
  font-weight: 400;
/*  width: 100%;*/
}
.section01 .h3-ttl {
  background-size: contain;
  height: 40px;
  left: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  max-width: 246px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section01 .h3-ttl {
    max-width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .h3-ttl {
    height: 30px;
    max-width: 180px;
  }
}
.section01 .h3-ttl h3 {
  font-size: 22px;
  font-weight: 700;
  left: -10px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .section01 .h3-ttl h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section01 .h3-ttl h3 {
    font-size: 18px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .section01 .h3-ttl h3 {
    font-size: 16px;
  }
}

body.on .section01 .h2-ttl {
  position: relative;
}
body.on .section01 .h2-ttl img {
  left: -65px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
}
@media screen and (max-width: 1080px) {
  body.on .section01 .h2-ttl img {
    left: -60px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  body.on .section01 .h2-ttl img {
    left: -50px;
    width: 40px;
  }
}
@media screen and (max-width: 576px) {
  body.on .section01 .h2-ttl img {
    left: -40px;
    width: 30px;
  }
}
body.on .section01 .h2-ttl::after {
  background-color: #222222;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  body.on .section01 .h2-ttl::after {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  body.on .section01 .h2-ttl::after {
    bottom: -10px;
    width: 60px;
  }
}
@media screen and (max-width: 576px) {
  body.on .section01 .h2-ttl::after {
    width: 40px;
  }
}
body.on .section01 .item {
  position: relative;
}
body.on .section01 .item::before {
  background-color: #3f3f3f;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 227px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  body.on .section01 .item::before {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  body.on .section01 .item::before {
    width: 130px;
  }
}
@media screen and (max-width: 576px) {
  body.on .section01 .item::before {
    width: 100px;
  }
}
body.on .section01 .item::after {
  background-color: #d9d9d9;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*----------------------------------------------------------
１列の横並びアイテム
------------------------------------------------------------*/
.col01 {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 100px;
  margin-top: 30px;
  width: min(100%, 1313px);
}
.col01 .imgs-item {
  width: calc((100% - 90px * 1) / 2);
}
@media screen and (max-width: 1080px) {
  .col01 .imgs-item {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .col01 .imgs-item {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .col01 .imgs-item {
    width: 100%;
  }
}
.col01 .img {
  aspect-ratio: 610/500;
  overflow: hidden;
}
.col01 .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.col01 .ttl {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  gap: 5px;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .col01 .ttl {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .col01 .ttl {
    margin-top: 15px;
  }
}
.col01 .txt {
  font-size: 16px;
  font-weight: 400;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 12px;
}

/*----------------------------------------------------------
２列の横並びアイテム
------------------------------------------------------------*/
.col02 {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 100px;
  margin-top: 40px;
  width: min(100%, 1313px);
}
@media screen and (max-width: 1080px) {
  .col02 {
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .col02 {
    margin-top: 30px;
  }
}
.col02 .imgs-item {
  width: calc((100% - 90px * 1) / 2);
}
@media screen and (max-width: 1080px) {
  .col02 .imgs-item {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .col02 .imgs-item {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .col02 .imgs-item {
    width: 100%;
  }
}
.col02 .img {
  aspect-ratio: 610/500;
  overflow: hidden;
}
.col02 .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.col02 .ttl {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  gap: 5px;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .col02 .ttl {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .col02 .ttl {
    margin-top: 15px;
  }
}
.col02 .txt {
  font-size: 16px;
  font-weight: 400;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 12px;
}

/*----------------------------------------------------------
    section02 代表挨拶
------------------------------------------------------------*/
.section02 {
  background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 60px;
  padding-bottom: 150px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 60px;
}
.section02 > div:not(:last-of-type){
  margin-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  .section02 {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section02 {
    margin-top: 50px;
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .section02 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
 .section02 > div:not(:last-of-type){
  margin-bottom: 80px;
}
}
.section02 .h2-ttl {
  border-bottom: 1px solid #222222;
  border-top: 1px solid #222222;
  max-width: 330px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
.section02 .h2-ttl p {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .section02 .h2-ttl p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .h2-ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .h2-ttl p {
    font-size: 18px;
  }
}
.section02 .h2-ttl h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 18px;
}
@media screen and (max-width: 1080px) {
  .section02 .h2-ttl h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .h2-ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .h2-ttl h2 {
    font-size: 20px;
  }
}
.section02 .flex {
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .section02 .flex {
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section02 .flex {
    gap: 30px;
  }
}
.section02 .flex .txts {
  padding-top: 30px;
  width: 57.48%;
}
@media screen and (max-width: 1080px) {
  .section02 .flex .txts {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section02 .flex .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .section02 .flex .txts {
    width: 90%;
  }
}
.section02 .flex .imgs {
  width: 37.9%;
	position: relative;

}
@media screen and (max-width: 1080px) {
  .section02 .flex .imgs {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section02 .flex .imgs {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .section02 .flex .imgs {
    width: 70%;
  }
}
.section02 .flex .imgs .img{
	position: relative;

}
.section02 .flex .imgs .dog_img{
      width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(30px,30px);
}
@media screen and (max-width: 1080px) {
.section02 .flex .imgs .dog_img{
      width: 40%;

	transform: translate(30px,20px);
}
}
@media screen and (max-width: 576px) {
.section02 .flex .imgs .dog_img{
      width: 40%;

	transform: translate(30px,10px);
}
}
.section02 .flex .imgs .ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 25px;
}
@media screen and (max-width: 1080px) {
  .section02 .flex .imgs .ttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section02 .flex .imgs .ttl {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .flex .imgs .ttl {
    margin-top: 15px;
  }
}
.section02 .flex .imgs .txt02 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 13px;
}
@media screen and (max-width: 1080px) {
  .section02 .flex .imgs .txt02 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section02 .flex .imgs .txt02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .section02 .flex .imgs .txt02 {
    font-size: 16px;
  }
}
.section02 .txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section02 .txt {
    margin-top: 30px;
  }
}

body.on .section02 .h2-ttl {
  position: relative;
}
body.on .section02 .h2-ttl img {
  left: 0;
  position: absolute;
  top: -6px;
  transform: translateY(-50%);
  width: 33px;
}
@media screen and (max-width: 1080px) {
  body.on .section02 .h2-ttl img {
    left: -5px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.on .section02 .h2-ttl img {
    left: -5px;
    width: 25px;
  }
}
@media screen and (max-width: 576px) {
  body.on .section02 .h2-ttl img {
    left: -5px;
    width: 20px;
  }
}

/*----------------------------------------------------------
section03 沿革
------------------------------------------------------------*/
.section03 {
  padding-bottom: 120px;
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  .section03 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section03 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section03 {
    padding-bottom: 60px;
  }
}
.section03 .h2-ttl {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section03 .h2-ttl h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .section03 .h2-ttl h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .h2-ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section03 .h2-ttl h2 {
    font-size: 20px;
  }
}
.section03 .list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section03 .list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section03 .list {
    margin-top: 40px;
  }
}
.section03 .item {
  align-items: baseline;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section03 .item {
    gap: 10px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section03 .item {
    flex-direction: column;
  }
}
.section03 p {
  align-items: center;
  color: #2e2e2e;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section03 p {
    font-size: 14px;
  }
}
.section03 .txt01 {
  flex-shrink: 0;
  font-weight: 700;
  width: 280px;
}
@media screen and (max-width: 1080px) {
  .section03 .txt01 {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .txt01 {
    width: 130px;
  }
}
@media screen and (max-width: 576px) {
  .section03 .txt01 {
    width: 100px;
  }
}
.section03 .txt02 {
  font-weight: 400;
  padding-bottom: 40px;
  padding-left: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section03 .txt02 {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section03 .item:not(:last-of-type) .txt02 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section03 .item:last-of-type .txt02 {
    padding-bottom: 0px;
  }
}

body.on .section03 .h2-ttl,
body.on .section04 .h2-ttl {
  position: relative;
}
body.on .section03 .h2-ttl img,
body.on .section04 .h2-ttl img {
  left: -60px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 172px;
}
@media screen and (max-width: 1080px) {
  body.on .section03 .h2-ttl img,
body.on .section04 .h2-ttl img {
    left: -50px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  body.on .section03 .h2-ttl img,
body.on .section04 .h2-ttl img {
    left: -40px;
    width: 110px;
  }
}
@media screen and (max-width: 576px) {
  body.on .section03 .h2-ttl img,
body.on .section04 .h2-ttl img {
    left: -30px;
    width: 90px;
  }
}
body.on .section03 .h2-ttl::after,
body.on .section04 .h2-ttl::after {
  background-color: #222222;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  body.on .section03 .h2-ttl::after,
body.on .section04 .h2-ttl::after {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  body.on .section03 .h2-ttl::after,
body.on .section04 .h2-ttl::after {
    bottom: -10px;
    width: 60px;
  }
}
@media screen and (max-width: 576px) {
  body.on .section03 .h2-ttl::after,
body.on .section04 .h2-ttl::after {
    width: 40px;
  }
}
body.on .section03 .txt02 {
  position: relative;
}
body.on .section03 .txt02::after {
  aspect-ratio: 1/1;
  background-color: #222222;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  top: 3px;
  width: 13px;
}
@media screen and (max-width: 768px) {
  body.on .section03 .txt02::after {
    content: none;
  }
}
body.on .section03 .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.on .section03 .item::after {
    aspect-ratio: 1/1;
    background-color: #222222;
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    top: 3px;
    width: 13px;
  }
  body.on .section03 .item::before {
    background-color: #d9d9d9;
    content: "";
    height: 110%;
    left: 6px;
    position: absolute;
    top: 3px;
    width: 1px;
  }
}
body.on .section03 .item:not(:last-child) .txt02 {
  position: relative;
}
body.on .section03 .item:not(:last-child) .txt02::before {
  background-color: #d9d9d9;
  content: "";
  height: 110%;
  left: 6px;
  position: absolute;
  top: 3px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  body.on .section03 .item:not(:last-child) .txt02::before {
    content: none;
  }
}

/*----------------------------------------------------------
section04 スタッフ紹介
------------------------------------------------------------*/
.section04 {
  background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 120px;
  /*----------------------------------------------------------
  ３列の横並びアイテム
  ------------------------------------------------------------*/
}
@media screen and (max-width: 1080px) {
  .section04 {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section04 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section04 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.section04 .h2-ttl {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section04 .h2-ttl h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .section04 .h2-ttl h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section04 .h2-ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section04 .h2-ttl h2 {
    font-size: 20px;
  }
}
.section04 .col03 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .section04 .col03 {
    margin-left: auto;
    gap: 40px;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section04 .col03 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section04 .col03 {
    gap: 80px;
    margin-top: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .section04 .col03 {
    gap: 60px;
    margin-top: 50px;
    width: 100%;
  }
}
.section04 .col03 .img {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1080px) {
  .section04 .col03 .img {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .section04 .col03 .img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.section04 .col03 .img .men {
  aspect-ratio: 340/421;
}
@media screen and (max-width: 768px) {
  .section04 .col03 .img .men {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.section04 .col03 .img .men img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
}
.section04 .col03 .ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media screen and (max-width: 1080px) {
  .section04 .col03 .ttl {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section04 .col03 .ttl {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .section04 .col03 .ttl {
    font-size: 15px;
  }
}
.section04 .col03 .txt {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .section04 .col03 .txt {
    line-height: 1.8;
  }
}
@media screen and (max-width: 576px) {
  .section04 .col03 .txt {
    font-size: 14px;
    margin-top: 10px;
  }
}

.section02 .snslink_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}
.section02 .snslink_wrap a div{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
	gap: 10px;
}
.section02 .snslink_wrap a p,.section02 .snslink_wrap a i{
	color: #222222;
}
.section02 .snslink_wrap a p{margin-top: 0;line-height: 1;}
@media screen and (max-width: 1080px) {

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

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

}
/*# sourceMappingURL=sourcemaps/company.css.map */