@charset "UTF-8";
.pc {
  display: inline-block;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .sp {
    display: inline-block;
  }
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 480px) {
  .sp-only {
    display: inline-block;
  }
}

@font-face {
  font-family: 'KozuGoPro';
  src: url(../fonts/KozGoPro-Regular.otf);
}

@keyframes move_smoke {
  0% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.strength_text {
  max-width: 667px;
  margin: 0 auto;
  
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .strength_text {
    font-size: 1.385rem !important;
  }
}

@media only screen and (max-width: 480px) {
  .strength_text {
    font-size: 1.25rem !important;
  }
}

.strength_text .name {
  text-align: right;
  display: block;
}

.companyInfo {
  background-color: #F4E9CE;
  position: relative;
  z-index: -11;
}

.companyInfo .inner {
  padding-top: 10.3rem;
  padding-bottom: 12.5rem;
}

.companyInfo .companyInfo_whiteblock {
  background-color: #FFFFFF;
  border: 6px solid #231815;
  padding: 8rem 11.9rem 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfo .companyInfo_whiteblock {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
  }
}

@media only screen and (max-width: 480px) {
  .companyInfo .companyInfo_whiteblock {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media only screen and (max-width: 321px) {
  .companyInfo .companyInfo_whiteblock {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.companyInfo .companyInfo_whiteblock::after {
  content: '';
  position: absolute;
  background-image: url(../img/company/companyInfo_whiteblock_bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 2rem;
  top: 2rem;
  z-index: -10;
}

@media only screen and (max-width: 480px) {
  .companyInfo .companyInfo_whiteblock::after {
    left: 1.4rem;
    top: 1.4rem;
  }
}

.companyInfo .companyInfo_whiteblock .-has-logo {
  position: relative;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfo .companyInfo_whiteblock .-has-logo .companyInfo_text {
    padding-bottom: 16rem;
  }
}

.companyInfo .companyInfo_whiteblock .-has-logo::after {
  content: '';
  position: absolute;
  background-image: url(../img/company/companyInfo_logo.png);
  width: 254px;
  height: 161px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 854px) {
  .companyInfo .companyInfo_whiteblock .-has-logo::after {
    width: 175px;
    height: 185px;
    background-image: url(../img/company/companyInfo_logo_sp.png);
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfo .companyInfo_whiteblock .-has-logo::after {
    width: 150px;
    height: 160px;
    bottom: 0;
    top: auto;
  }
}

.companyInfo .companyInfo_whiteblock dt,
.companyInfo .companyInfo_whiteblock dl,
.companyInfo .companyInfo_whiteblock dd {
  margin: 0;
  padding: 0;
}

.companyInfo .companyInfo_whiteblock .companyInfo_title {
  font-size: 1.8rem;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #231815;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 374px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_title {
    font-size: 1.3rem;
  }
}

.companyInfo .companyInfo_whiteblock .companyInfo_title .black_label {
  background-color: #231815;
  padding: .8rem;
  position: relative;
  width: 298px;
  display: block;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_title .black_label {
    width: 250px;
  }
}

@media only screen and (max-width: 374px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_title .black_label {
    width: 230px;
  }
}

.companyInfo .companyInfo_whiteblock .companyInfo_title .black_label::after {
  content: '';
  position: absolute;
  border-top: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #231815;
  border-left: 17px solid #231815;
  top: 1px;
  right: -34px;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_title .black_label::after {
    border-bottom: 15px solid #231815;
  }
}

@media only screen and (max-width: 480px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_title .black_label::after {
    border-bottom: 14px solid #231815;
  }
}

@media only screen and (max-width: 374px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_title .black_label::after {
    border-bottom: 17px solid #231815;
    border-top: 13px solid transparent;
    border-right: 13px solid transparent;
    border-left: 13px solid #231815;
    top: 0px;
    right: -25px;
  }
}

.companyInfo .companyInfo_whiteblock .companyInfo_text {
  font-size: 1.5376rem;
  line-height: 1.95;
  letter-spacing: 0.2em;
  padding-bottom: 9rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_text {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

@media only screen and (max-width: 480px) {
  .companyInfo .companyInfo_whiteblock .companyInfo_text {
    padding-bottom: 5rem;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
}

.companyInfo .companyInfo_whiteblock .companyInfo_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.companyInfo .companyInfo_whiteblock .companyInfo_flex:not(:last-child) {
  margin-bottom: .6rem;
}

.companyInfo .companyInfo_whiteblock .companyInfo_flex .flex_item:first-of-type {
  width: 101px;
}

.companyInfo .companyInfo_whiteblock .-cored .flex_item:first-of-type {
  width: 177px;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfo .companyInfo_whiteblock .-cored .flex_item:first-of-type {
    width: 141px;
  }
}

.companyInfo .companyInfo_whiteblock .-cored .flex_item:last-child {
  width: 75%;
}

.companyInfoTable .inner {
  padding-top: 10rem;
  padding-bottom: 16rem;
}

.companyInfoTable dt,
.companyInfoTable dl,
.companyInfoTable dd {
  margin: 0;
  padding: 0;
}

.companyInfoTable .companyInfoTable_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 767px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: 'こぶりなゴシック W3 JIS2004', sans-serif;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfoTable .companyInfoTable_list {
    font-size: 1.5rem;
    width: 94%;
  }
}

@media only screen and (max-width: 480px) {
  .companyInfoTable .companyInfoTable_list {
    font-size: 1.4rem;
    width: 100%;
  }
}

.companyInfoTable .companyInfoTable_list:last-of-type {
  margin-bottom: 9rem;
}

.companyInfoTable .companyInfoTable_list:not(:last-of-type) {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 480px) {
  .companyInfoTable .companyInfoTable_list:not(:last-of-type) {
    padding-bottom: 1.5rem;
  }
}

.companyInfoTable .companyInfoTable_list:not(:first-child) {
  padding-top: 2.3rem;
}

@media only screen and (max-width: 480px) {
  .companyInfoTable .companyInfoTable_list:not(:first-child) {
    padding-top: 1.5rem;
  }
}

.companyInfoTable .companyInfoTable_list .contents:not(:first-child) {
  margin-top: 1.4rem;
}

.companyInfoTable .companyInfoTable_list .companyInfoTable_title {
  min-width: 209px;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfoTable .companyInfoTable_list .companyInfoTable_title {
    min-width: 155px;
  }
}

@media only screen and (max-width: 480px) {
  .companyInfoTable .companyInfoTable_list .companyInfoTable_title {
    min-width: 135px;
  }
}

.companyInfoTable .companyInfoTable_list .companyInfoTable_desc {
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  .companyInfoTable .companyInfoTable_list .companyInfoTable_desc {
    line-height: 1.4;
  }
}

.companyInfoTable .companyInfoTable_img {
  max-width: 929px;
  margin: 0 auto 4.3rem;
}

.companyInfoTable .address .address_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 823px;
  margin: 0 auto;
  justify-content: space-between;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfoTable .address .address_flex {
    flex-direction: column;
    max-width: 500px;
  }
}

.companyInfoTable .address .address_flex .address_flex_item {
  width: 43.37%;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .companyInfoTable .address .address_flex .address_flex_item {
    width: 100%;
  }
  .companyInfoTable .address .address_flex .address_flex_item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.companyInfoTable .address .address_flex .address_flex_item .address_flex_title {
  text-align: center;
  background-color: #231815;
  color: #FFFFFF;
  max-width: 175px;
  margin: 0 auto 3.1rem;
  position: relative;
  font-family: 'A1ゴシック B', sans-serif;
  padding: 1rem 1.2rem;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
}

.companyInfoTable .address .address_flex .address_flex_item .address_flex_title::after {
  content: '';
  position: absolute;
  background-image: url(../img/company/company_flex_title_bg.png);
  width: 100%;
  height: 100%;
  top: .8rem;
  left: .8rem;
  z-index: -1;
}

.companyInfoTable .address .address_flex .address_flex_item .address_text {
  font-family: 'こぶりなゴシック W3 JIS2004', sans-serif;
  font-size: 1.5rem;
  line-height: 1.666666;
}

.companyInfoTable .address .address_flex .address_flex_item iframe {
  height: 269px;
  margin-bottom: 1.2rem;
}

.staff {
  padding-bottom: 20rem;
}


@media only screen and (max-width: 768px) {
  .staff {
    padding-bottom: 11rem;
  }
  .pageTop {
    margin-bottom: -2rem;
  }
}

.staff .inner {
  position: relative;
  background-image: url(../img/company/staff_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1000px;
  height: 665px;
}


@media only screen and (max-width: 820px) {
  .staff .inner {
    height: auto;
    padding-bottom: 10rem;
  }
}

.staff .staff_title {
  transform: translate(-5rem, -50%);
  max-width: 525px;
  width: 100%;
}

@media only screen and (max-width: 1150px) {
  .staff .staff_title {
    max-width: 46%;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .staff .staff_title {
    max-width: 58%;
    transform: translate(-2rem, -50%);
  }
}

@media only screen and (max-width: 480px) {
  .staff .staff_title {
    max-width: 68%;
  }
}

.staff .staff_person {
  position: absolute;
  width: 17.1%;
  cursor: pointer;
}

.staff .staff_person:hover .self_introduction {
  opacity: 1;
  transition: 0.3s;
}

.staff .staff_person .staff_person_img {
  width: 100%;
}

.staff .staff_person .staff_person_img img {
  width: 100%;
}

.staff .self_introduction {
  position: absolute;
  background-color: rgba(35, 24, 21, 0.95);
  color: #FFFFFF;
  width: 201px;
  border-radius: 20px;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 2.1rem 1.8rem;
  top: 40%;
  left: 60%;
  opacity: 0;
  transition: 0.3s;
  z-index: 100;
  pointer-events: none;
}

@media only screen and (max-width: 1150px) {
  .staff .self_introduction {
    left: 0;
    top: 70%;
    width: 180px;
  }
}

@media only screen and (max-width: 820px) {
  .staff .self_introduction {
    width: 151px;
  }
}

.staff .--person-1 {
  top: 2.3rem;
  right: 6.5%;
}

.staff .--person-2 {
  top: 4.9rem;
  right: 28%;
}

.staff .--person-3 {
  top: 22.6rem;
  right: 19.1%;
}

.staff .--person-4 {
  top: 37.5rem;
  right: 3.71%;
}

.staff .--person-5 {
  top: 38.4rem;
  right: 38.6%;
}

.staff .--person-6 {
  top: 14.2rem;
  left: 30.6%;
}

.staff .--person-8 {
  bottom: 14.6rem;
  left: 24.3%;
}

.staff .--person-9 {
  bottom: 1.6rem;
  right: 20.3%;
}

.staff .--person-10 {
  bottom: 0.6rem;
  left: 7.3%;
}

.staff .--person-11 {
  bottom: 0.6rem;
  left: 7.3%;
}

.staff .--person-12 {
  bottom: 0.6rem;
  left: 7.3%;
}

@media only screen and (max-width: 820px) {
  .staff .staff_flex_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 820px) and (min-width: 481px) {
	.staff .--person-11,.staff .--person-12 {
  display:block;
}
	}
@media only screen and (max-width: 480px)  {
	.staff .--person-11,.staff .--person-12 {
  display:none;
}
	}
@media only screen and (min-width: 821px)  {
	.staff .--person-11,.staff .--person-12 {
  display:none;
}
	}

@media only screen and (max-width: 820px) and (max-width: 480px), only screen and (max-width: 820px) and (min-width: 481px) and (max-width: 766px) {
  .staff .staff_flex_sp {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 820px) and (max-width: 480px) and (max-width: 480px), only screen and (max-width: 820px) and (min-width: 481px) and (max-width: 766px) and (max-width: 480px) {
  .staff .staff_flex_sp {
    max-width: 300px;
  }
}

@media only screen and (max-width: 820px) {
  .staff .staff_flex_sp .staff_person {
    position: relative !important;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 23%;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 820px) and (max-width: 480px), only screen and (max-width: 820px) and (min-width: 481px) and (max-width: 766px) {
  .staff .staff_flex_sp .staff_person {
    width: 46%;
  }
}


.morita_youtube {
  width: 50%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  margin-bottom: 14rem;
}
.morita_youtube iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 820px) {
.morita_youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  margin-bottom: 14rem;
}
	}