@charset "UTF-8";
#page_header {
  padding-top: 113px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page_header {
    padding-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  #page_header {
    padding-top: 58px;
  }
}
@media screen and (max-width: 330px) {
  #page_header {
    padding-top: 54px;
  }
}
#page_header .wi1200_page_header {
  width: 1200px;
}
@media screen and (max-width: 1260px) {
  #page_header .wi1200_page_header {
    width: 88%;
  }
}
#page_header .page_header_h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#page_header h1 {
  letter-spacing: 0.5rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  #page_header h1 {
    width: 100%;
    letter-spacing: 0.01vw;
  }
}
@media screen and (max-width: 480px) {
  #page_header h1.font80 {
    font-size: 12vw;
  }
}

.pankuzu {
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (max-width: 480px) {
  .pankuzu {
    font-size: 1rem;
  }
}
.pankuzu a {
  color: #9fa0a0;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (max-width: 480px) {
  .pankuzu a {
    font-size: 1rem;
  }
}
.pankuzu a.active {
  color: #000;
}
.pankuzu .breadcrumbs .pankuzu_line {
  position: relative;
  display: inline-block;
  width: 20px;
}
.pankuzu .breadcrumbs .pankuzu_line::after {
  position: absolute;
  content: "";
  top: -8px;
  left: 10px;
  height: 9px;
  width: 1px;
  background-color: #9fa0a0;
}

#page_header .page_header_area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #page_header .page_header_area {
    padding-bottom: 30px;
    height: 36.3636vw;
  }
}
#page_header .brand_back {
  background-image: url("../images/page/brand_hedaer.jpg");
}
@media screen and (max-width: 768px) {
  #page_header .brand_back {
    background-image: url("../images/page/brand_hedaer_sp.jpg");
  }
}
#page_header .news_back {
  background-image: url("../images/page/news_hedaer.jpg");
}
#page_header .research_back01 {
  background-image: url("../images/page/research_header_01.jpg");
}
#page_header .research_back02 {
  background-image: url("../images/page/research_header_02.jpg");
}
#page_header .research_back03 {
  background-image: url("../images/page/research_header_03.jpg");
}
#page_header .sustainability_back {
  background-image: url("../images/page/sustainability_header.jpg");
}
#page_header .company_back {
  background-image: url("../images/page/company_header.jpg");
}
#page_header .ayatsubame_back {
  background-image: url("../images/page/ayatsubame_header.jpg");
}
#page_header .seisan_back {
  background-image: url("../images/page/seisan_header.jpg");
}
#page_header .about_back {
  background-image: url("../images/page/about_header.jpg");
}
#page_header .recruit_back {
  background-image: url("../images/page/recruit_header.jpg");
}
#page_header .enkaku_back {
  background-image: url("../images/page/enkaku_header.jpg");
}

.pageder .page-numbers {
  display: inline-block;
  padding: 8px 1px;
  margin-right: 6px;
  margin-left: 6px;
  width: auto;
  text-align: center;
  border: none;
  color: #9fa0a0;
  font-size: 1.6rem;
}
.pageder .page-numbers.current {
  border-bottom: 1px solid #231815;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #000;
}
@media screen and (max-width: 480px) {
  .pageder .page-numbers {
    font-size: 1.2rem;
  }
}
.pageder .page-numbers:last-child {
  margin-right: initial;
}
.pageder .nav-links {
  display: flex;
  justify-content: center;
}
.pageder .prev {
  margin-right: 20px;
  width: 30px;
}
@media screen and (max-width: 480px) {
  .pageder .prev {
    width: 20px;
  }
}
.pageder .next {
  margin-left: 6px;
  width: 30px;
}
@media screen and (max-width: 480px) {
  .pageder .next {
    width: 20px;
  }
}

.news_sideber, .sustainability_sideber {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .news_sideber, .sustainability_sideber {
    font-size: 1.2rem;
  }
}

.contact_sideber {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .contact_sideber {
    font-size: 1.1rem;
    letter-spacing: 0rem;
  }
}

.news_sideber ul, .sustainability_sideber ul, .contact_sideber ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_sideber ul li, .sustainability_sideber ul li, .contact_sideber ul li {
  width: 17%;
}
.news_sideber ul li a, .sustainability_sideber ul li a, .contact_sideber ul li a {
  display: inline-block;
  width: 17%;
  border: 1px solid #727171;
  padding: 5px 2px;
  text-align: center;
  transition: ease 0.2s;
  color: #727171;
}
.news_sideber ul li a:hover, .sustainability_sideber ul li a:hover, .contact_sideber ul li a:hover {
  background-color: #231815;
  color: #fff;
}
.news_sideber ul li.current-cat, .sustainability_sideber ul li.current-cat, .contact_sideber ul li.current-cat {
  background-color: #231815;
}
.news_sideber ul li.current-cat a, .sustainability_sideber ul li.current-cat a, .contact_sideber ul li.current-cat a {
  color: #fff;
}

.news_sideber ul li {
  width: 18.5%;
}
.news_sideber ul li a {
  width: 100%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .news_sideber ul li a {
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}

.sustainability_sideber ul li {
  width: 23.5%;
}
.sustainability_sideber ul li a {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sustainability_sideber ul li a {
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}

.contact_sideber ul li {
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .contact_sideber ul li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .contact_sideber ul li:nth-child(1), .contact_sideber ul li:nth-child(2) {
    margin-bottom: 2%;
  }
}
.contact_sideber ul li a {
  padding: 10px 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact_sideber ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_sideber ul li a {
    font-size: 1.2rem;
  }
}

.prev, .next {
  display: inline-block;
  position: relative;
}
.prev::after, .next::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: ease 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  height: 28px;
  width: 18px;
}
@media screen and (max-width: 480px) {
  .prev::after, .next::after {
    background-size: 10px;
    height: 19px;
    width: 11px;
  }
}

.next::after {
  background-image: url("../images/page/page-next.svg");
  right: -34px;
}
.next:hover::after {
  right: -39px;
}

.prev::after {
  background-image: url("../images/page/page-prev.svg");
  left: -30px;
}
.prev:hover::after {
  left: -35px;
}

.brand_top .font13 {
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
}

#brand_page .brand_area .brand_box {
  width: 100%;
}
#brand_page .brand_area .img_area {
  height: 37.2727vw;
  overflow: hidden;
  position: relative;
}
#brand_page .brand_area .img_area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
#brand_page .brand_area .img_area img {
  height: 37.2727vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s all;
}
#brand_page .brand_area .text_area {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
#brand_page .brand_area .text_area .logo_area.logo_bisu img {
  width: 87px;
}
@media screen and (max-width: 768px) {
  #brand_page .brand_area .text_area .logo_area.logo_bisu img {
    width: 50px;
  }
}
#brand_page .brand_area .text_area .logo_area.logo_miranest img {
  width: 77px;
}
@media screen and (max-width: 768px) {
  #brand_page .brand_area .text_area .logo_area.logo_miranest img {
    width: 55px;
  }
}
#brand_page .brand_area .font13 {
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  #brand_page .brand_area .font13 {
    line-height: 1.5rem;
  }
}
#brand_page .brand_area .btn_area {
  position: relative;
  width: 100%;
  z-index: 3;
}
#brand_page .brand_area .btn_area::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  z-index: -1;
}
#brand_page .brand_area .btn_area.bi-su_back::after {
  width: 40.9vw;
  height: 9.181vw;
  left: 0;
  background-image: url("../images/page/human_back.svg");
}
#brand_page .brand_area .btn_area.mira_back::after {
  width: 40.9vw;
  height: 9.636vw;
  right: 0;
  background-image: url("../images/page/animal_back.svg");
}
#brand_page .brand_area .btn_area p {
  width: 100%;
}
#brand_page .brand_area .btn_area .btn01 {
  letter-spacing: 0.2rem;
  text-align: left;
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  #page_news .list_nai .btn_y02 {
    display: none;
  }
}
#page_news .list_nai li {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
#page_news .news_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#page_news .news_box .cate_img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#page_news .news_box .news_images {
  height: 161px;
  width: 222px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #page_news .news_box .news_images {
    width: 100%;
    height: 62.5vw;
    margin-bottom: 20px;
  }
}
#page_news .news_box .news_images img {
  transition: ease 0.2s;
  width: 222px;
  height: 161px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 480px) {
  #page_news .news_box .news_images img {
    width: 100%;
    height: 62.5vw;
  }
}
#page_news .news_text_right {
  padding-left: 30px;
  width: calc(100% - 222px);
}
@media screen and (max-width: 480px) {
  #page_news .news_text_right {
    width: 100%;
    padding-left: 0px;
  }
}
#page_news .news_text_right .title {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  #page_news .news_text_right .title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#page_news .cate_day {
  display: flex;
  width: 222px;
  justify-content: space-between;
  margin-bottom: 10px;
}
#page_news .cate_day .category {
  width: 70px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background-color: #898989;
  padding: 5px 3px;
  color: #fff;
  text-align: center;
}
#page_news .cate_day .day {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.2rem;
}
#page_news .news_ttl_single {
  width: 100%;
}
#page_news .font16 {
  line-height: 3rem;
}
#page_news .font12 {
  line-height: 2.2rem;
}
#page_news .btn02:hover .news_images img {
  transform: scale(1.1, 1.1);
}
#page_news .btn02:hover .btn_y {
  background-image: url("../images/top/bnt01hover02.svg");
}
#page_news .btn02:hover .btn01 {
  color: #bca475;
  border-bottom: 1px solid #bca475;
}

.single_news_area .header_news {
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .single_news_area .header_news {
    padding-bottom: 10px;
  }
}
.single_news_area .header_news .header_news_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  width: 190px;
}
.single_news_area .ttl {
  width: 100%;
  line-height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .single_news_area .ttl {
    line-height: 3rem;
  }
}

.single_news_area .day {
  width: 100px;
  letter-spacing: 0.2rem;
}
.single_news_area .tag {
  background-color: #231815;
  color: #fff;
  width: 70px;
  text-align: center;
}
.single_news_area .tag a {
  color: #fff;
}
.single_news_area .contents {
  letter-spacing: 0.1rem;
}
.single_news_area .contents img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.single_news_area .contents p {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents p {
    padding-bottom: 30px;
  }
}
.single_news_area .contents .flex_area {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents .flex_area {
    gap: 0;
  }
  .single_news_area .contents .flex_area > div {
    width: 100% !important;
  }
  .single_news_area .contents .flex_area > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.single_news_area .contents_02 {
  border-top: 2px solid #bca475;
  border-bottom: 2px solid #bca475;
  padding-bottom: 20px;
}
.single_news_area .contents_02 .contents_02_ttl {
  display: inline-block;
  background-color: #fff;
  margin-top: -35px;
  padding: 20px 30px 20px 0;
}
.single_news_area .contents_02 .contents_02_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_02 .contents_02_flex {
    justify-content: center;
  }
}
.single_news_area .contents_02 .contents_02_img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_02 .contents_02_img {
    width: 80%;
    margin-bottom: 20px;
  }
}
.single_news_area .contents_02 .contents_02_img img {
  width: 100%;
  height: 329px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_02 .contents_02_img img {
    height: 72vw;
  }
}
.single_news_area .contents_02 .contents_02_img_txt {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_02 .contents_02_img_txt {
    text-align: right;
  }
}
.single_news_area .contents_02 .contents_02_naiyo {
  width: 52%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_02 .contents_02_naiyo {
    width: 100%;
  }
}
.single_news_area .contents_02 .contents_02_naiyo .font20 {
  line-height: 3rem;
}
.single_news_area .contents_02 .contents_02_naiyo .cr_dode {
  width: 90%;
  display: inline-block;
}
.single_news_area .contents_02 .contents_02_privilege {
  border: solid 2px #ad9f88;
  color: #ad9f88;
  width: 110px;
  padding: 5px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}
.single_news_area .contents_02_notopborder {
  border-top: none !important;
}
.single_news_area .contents_03 {
  background-color: #f2f2ee;
  padding: 25px;
}
.single_news_area .contents_03 .contents_03_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_03 .contents_03_flex {
    flex-direction: column-reverse;
  }
}
.single_news_area .contents_03 .contents_03_img {
  width: 336px;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_03 .contents_03_img {
    width: 100%;
  }
}
.single_news_area .contents_03 .contents_03_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_03 .contents_03_img img {
    height: auto;
  }
}
.single_news_area .contents_03 .contents_03_naiyo {
  width: calc(100% - 380px);
}
@media screen and (max-width: 768px) {
  .single_news_area .contents_03 .contents_03_naiyo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single_news_area a {
  border-bottom: 1px solid #231815;
}
.single_news_area a:hover {
  color: #bca475;
  border-bottom: 1px solid #bca475;
}

#research_page .research_step {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#research_page .research_step .research_number01, #research_page .research_step .research_number02, #research_page .research_step .research_number03 {
  padding-bottom: 20px;
}
#research_page .research_step .research_number01 {
  width: 25px;
}
@media screen and (max-width: 480px) {
  #research_page .research_step .research_number01 {
    width: 15px;
  }
}
#research_page .research_step .research_number02 {
  width: 34px;
}
@media screen and (max-width: 480px) {
  #research_page .research_step .research_number02 {
    width: 24px;
  }
}
#research_page .research_step .research_number03 {
  width: 37px;
}
@media screen and (max-width: 480px) {
  #research_page .research_step .research_number03 {
    width: 27px;
  }
}
#research_page .research_step span:nth-child(2), #research_page .research_step span:nth-child(4), #research_page .research_step span:nth-child(6) {
  width: 100%;
}
#research_page .research_slide ul {
  display: flex;
}
#research_page .research_slide ul li {
  margin-right: 10px;
}
#research_page .research_slide ul li:last-child {
  margin-right: 0px;
}

.company_link .link06, .company_link .link08 {
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .company_link .link05 {
    margin-bottom: 4%;
  }
}

.research_link, .company_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.research_link.juco-sp, .company_link.juco-sp {
  justify-content: space-between;
}
.research_link.juco-center, .company_link.juco-center {
  justify-content: center;
}
.research_link .link01, .research_link .link02, .research_link .link04, .research_link .link05, .research_link .link06, .research_link .link07, .research_link .link08, .company_link .link01, .company_link .link02, .company_link .link04, .company_link .link05, .company_link .link06, .company_link .link07, .company_link .link08 {
  width: 48%;
  height: 275px;
  position: relative;
  overflow: hidden;
  line-height: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .research_link .link01, .research_link .link02, .research_link .link04, .research_link .link05, .research_link .link06, .research_link .link07, .research_link .link08, .company_link .link01, .company_link .link02, .company_link .link04, .company_link .link05, .company_link .link06, .company_link .link07, .company_link .link08 {
    line-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .research_link .link01, .research_link .link02, .research_link .link04, .research_link .link05, .research_link .link06, .research_link .link07, .research_link .link08, .company_link .link01, .company_link .link02, .company_link .link04, .company_link .link05, .company_link .link06, .company_link .link07, .company_link .link08 {
    width: 100%;
    line-height: 3.3rem;
  }
}
@media screen and (max-width: 480px) {
  .research_link .link01, .research_link .link02, .research_link .link04, .research_link .link05, .research_link .link06, .research_link .link07, .research_link .link08, .company_link .link01, .company_link .link02, .company_link .link04, .company_link .link05, .company_link .link06, .company_link .link07, .company_link .link08 {
    height: 200px;
  }
}
.research_link .link01::after, .research_link .link02::after, .research_link .link04::after, .research_link .link05::after, .research_link .link06::after, .research_link .link07::after, .research_link .link08::after, .company_link .link01::after, .company_link .link02::after, .company_link .link04::after, .company_link .link05::after, .company_link .link06::after, .company_link .link07::after, .company_link .link08::after {
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.research_link .link01::before, .research_link .link02::before, .research_link .link04::before, .research_link .link05::before, .research_link .link06::before, .research_link .link07::before, .research_link .link08::before, .company_link .link01::before, .company_link .link02::before, .company_link .link04::before, .company_link .link05::before, .company_link .link06::before, .company_link .link07::before, .company_link .link08::before {
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.research_link .link01 span, .research_link .link02 span, .research_link .link04 span, .research_link .link05 span, .research_link .link06 span, .research_link .link07 span, .research_link .link08 span, .company_link .link01 span, .company_link .link02 span, .company_link .link04 span, .company_link .link05 span, .company_link .link06 span, .company_link .link07 span, .company_link .link08 span {
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .research_link .link01, .company_link .link01 {
    margin-bottom: 20px;
  }
}
.research_link .link01::after, .company_link .link01::after {
  background-image: url("../images/page/research_kenkyu.jpg");
}
.research_link .link02::after, .company_link .link02::after {
  background-image: url("../images/page/research_senmonka.jpg");
}
.research_link .link04, .company_link .link04 {
  width: 90%;
}
@media screen and (max-width: 480px) {
  .research_link .link04, .company_link .link04 {
    width: 100%;
  }
}
.research_link .link04::after, .company_link .link04::after {
  background-image: url("../images/page/company_link01.jpg");
}
.research_link .link05::after, .company_link .link05::after {
  background-image: url("../images/page/company_link02.jpg");
}
.research_link .link06::after, .company_link .link06::after {
  background-image: url("../images/page/company_link03.jpg");
}
.research_link .link07::after, .company_link .link07::after {
  background-image: url("../images/page/company_link04.jpg");
}
.research_link .link08::after, .company_link .link08::after {
  background-image: url("../images/page/company_link05.jpg");
}
.research_link .link01:hover::after, .research_link .link02:hover::after, .research_link .link04:hover::after, .research_link .link05:hover::after, .research_link .link06:hover::after, .research_link .link07:hover::after, .research_link .link08:hover::after, .company_link .link01:hover::after, .company_link .link02:hover::after, .company_link .link04:hover::after, .company_link .link05:hover::after, .company_link .link06:hover::after, .company_link .link07:hover::after, .company_link .link08:hover::after {
  transform: scale(1.1, 1.1);
}
.research_link .link01:hover::before, .research_link .link02:hover::before, .research_link .link04:hover::before, .research_link .link05:hover::before, .research_link .link06:hover::before, .research_link .link07:hover::before, .research_link .link08:hover::before, .company_link .link01:hover::before, .company_link .link02:hover::before, .company_link .link04:hover::before, .company_link .link05:hover::before, .company_link .link06:hover::before, .company_link .link07:hover::before, .company_link .link08:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.research_link .link01:hover span, .research_link .link02:hover span, .research_link .link04:hover span, .research_link .link05:hover span, .research_link .link06:hover span, .research_link .link07:hover span, .research_link .link08:hover span, .company_link .link01:hover span, .company_link .link02:hover span, .company_link .link04:hover span, .company_link .link05:hover span, .company_link .link06:hover span, .company_link .link07:hover span, .company_link .link08:hover span {
  text-shadow: initial;
  text-shadow: 4px 3px 6px rgba(0, 0, 0, 0.7);
}

#page_research_shiaru .shiaru_explanatory_video {
  max-width: 850px;
  margin: auto;
}
#page_research_shiaru .shiaru_explanatory_video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
#page_research_shiaru .shiaru_area li {
  border-top: 1px solid #000;
}
#page_research_shiaru .shiaru_area li:last-child {
  border-bottom: 1px solid #000;
}
#page_research_shiaru .shiaru_area li a {
  width: 100%;
  display: inline-block;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #page_research_shiaru .shiaru_area li a {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  #page_research_shiaru .shiaru_area li a {
    padding: 15px 0;
  }
}
#page_research_shiaru .shiaru_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
#page_research_shiaru .shiaru_day {
  width: 110px;
}
@media screen and (max-width: 480px) {
  #page_research_shiaru .shiaru_day {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  #page_research_shiaru .shiaru_day.font19 {
    font-size: 1.1rem;
  }
}
#page_research_shiaru .shiaru_text {
  width: calc(100% - 120px);
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  #page_research_shiaru .shiaru_text {
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  #page_research_shiaru .shiaru_text {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 380px) {
  #page_research_shiaru .shiaru_text {
    width: 100%;
    padding-left: 0;
  }
}

.single_research_shiaru_area .header_research_shiaru {
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .single_research_shiaru_area .header_research_shiaru {
    padding-bottom: 10px;
  }
}
.single_research_shiaru_area .header_research_shiaru .header_research_shiaru_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  width: 190px;
}
.single_research_shiaru_area .day {
  width: 100px;
  letter-spacing: 0.2rem;
}
.single_research_shiaru_area .ttl {
  width: 100%;
  line-height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .single_research_shiaru_area .ttl {
    line-height: 3rem;
  }
}
.single_research_shiaru_area .sup {
  vertical-align: super;
  font-size: 10px;
}
.single_research_shiaru_area .contents_research_shiaru h2, .single_research_shiaru_area .contents_research_shiaru h2.default_big {
  margin: 50px 0 50px;
}
@media screen and (max-width: 480px) {
  .single_research_shiaru_area .contents_research_shiaru h2, .single_research_shiaru_area .contents_research_shiaru h2.default_big {
    margin: 20px 0 20px;
  }
}
.single_research_shiaru_area .contents_research_shiaru h2.default_big {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #bca475;
  border-bottom: 1px solid #bca475;
}
@media screen and (max-width: 480px) {
  .single_research_shiaru_area .contents_research_shiaru h2.default_big {
    font-size: 2.3rem;
    line-height: 3.3rem;
  }
}
.single_research_shiaru_area .contents_research_shiaru h3, .single_research_shiaru_area .contents_research_shiaru h3.default_middle {
  margin: 30px 0 30px;
}
@media screen and (max-width: 480px) {
  .single_research_shiaru_area .contents_research_shiaru h3, .single_research_shiaru_area .contents_research_shiaru h3.default_middle {
    margin: 15px 0 15px;
  }
}
.single_research_shiaru_area .contents_research_shiaru h3.default_middle {
  font-size: 2rem;
  line-height: 3rem;
  color: #bca475;
  border-bottom: 1px solid #bca475;
}
@media screen and (max-width: 480px) {
  .single_research_shiaru_area .contents_research_shiaru h3.default_middle {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.single_research_shiaru_area .contents_research_shiaru h4, .single_research_shiaru_area .contents_research_shiaru h4.default_small {
  margin: 20px 0 10px;
}
@media screen and (max-width: 480px) {
  .single_research_shiaru_area .contents_research_shiaru h4, .single_research_shiaru_area .contents_research_shiaru h4.default_small {
    margin: 10px 0 10px;
  }
}
.single_research_shiaru_area .contents_research_shiaru h4.default_small {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #bca475;
  border-bottom: 1px solid #bca475;
}
@media screen and (max-width: 480px) {
  .single_research_shiaru_area .contents_research_shiaru h4.default_small {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.single_research_shiaru_area .contents_research_shiaru p {
  padding-bottom: 5px;
  letter-spacing: 0.1rem;
}
.single_research_shiaru_area .contents_research_shiaru .text1 {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.single_research_shiaru_area .contents_research_shiaru .text_img_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 880px) {
  .single_research_shiaru_area .contents_research_shiaru .text_img_area {
    display: block;
  }
}
.single_research_shiaru_area .contents_research_shiaru .text_img_area .text_area {
  width: 49%;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 880px) {
  .single_research_shiaru_area .contents_research_shiaru .text_img_area .text_area {
    width: 100%;
    margin-bottom: 15px;
  }
}
.single_research_shiaru_area .contents_research_shiaru .text_img_area .img_area {
  width: 49%;
  display: block;
}
@media screen and (max-width: 880px) {
  .single_research_shiaru_area .contents_research_shiaru .text_img_area .img_area {
    width: 100%;
    margin: auto;
  }
}
.single_research_shiaru_area .contents_research_shiaru .image_area {
  margin-top: 40px;
}
.single_research_shiaru_area .contents_research_shiaru .image_area img {
  width: 100%;
}

#page_research-interview {
  overflow: hidden;
}
#page_research-interview .inte_area01_text {
  position: relative;
}
#page_research-interview .inte_area01_text .font11, #page_research-interview .inte_area03_flex .font11, #page_research-interview .inte_area02_text .font11 {
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  #page_research-interview .inte_area01_text .font11, #page_research-interview .inte_area03_flex .font11, #page_research-interview .inte_area02_text .font11 {
    line-height: 2.5rem;
  }
}
#page_research-interview .interview_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page_research-interview .interview_list ul li {
  width: 48%;
  position: relative;
}
#page_research-interview .interview_list ul li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#page_research-interview .interview_list ul li.is-active::after {
  background-color: rgba(0, 0, 0, 0);
}
#page_research-interview .interview_flex {
  display: flex;
  background-color: #f5f0e9;
  position: relative;
}
#page_research-interview .interview_flex .inta_no {
  font-size: 7rem;
  position: absolute;
  top: 0;
  right: 15px;
}
@media screen and (max-width: 880px) {
  #page_research-interview .interview_flex .inta_no {
    font-size: 7.9545vw;
    right: 1.704vw;
  }
}
#page_research-interview .interview_flex .inta_text {
  width: 70%;
  position: relative;
  padding: 10px 20px;
}
@media screen and (max-width: 880px) {
  #page_research-interview .interview_flex .inta_text {
    padding: 1.136vw 2.272vw;
  }
}
#page_research-interview .interview_flex .inta_img {
  width: 40%;
}
#page_research-interview .interview_flex .inta_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 143px;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 880px) {
  #page_research-interview .interview_flex .inta_img img {
    height: 17vw;
  }
}
#page_research-interview .interview_flex .inta_ttl {
  font-size: 3.3rem;
  color: #fff;
  display: block;
  padding-bottom: 10px;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 880px) {
  #page_research-interview .interview_flex .inta_ttl {
    font-size: 3.75vw;
    padding-bottom: 1.136vw;
    letter-spacing: 0.454vw;
  }
}
#page_research-interview .interview_flex .inta_yakusyoku {
  display: block;
  font-size: 1.3rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 880px) {
  #page_research-interview .interview_flex .inta_yakusyoku {
    font-size: 1.477vw;
    padding-bottom: 1.136vw;
  }
}
#page_research-interview .interview_flex .inta_name {
  font-size: 2.3rem;
}
@media screen and (max-width: 880px) {
  #page_research-interview .interview_flex .inta_name {
    font-size: 2.613vw;
  }
}
#page_research-interview .interview_area .inte_area01 {
  position: relative;
  width: 100%;
}
#page_research-interview .interview_area .inte_area01_img {
  width: 100%;
}
#page_research-interview .interview_area .inte_area01_img img {
  width: 86%;
  height: auto;
}
#page_research-interview .interview_area .inte_area01_midashi {
  position: absolute;
  width: 500px;
  top: 326px;
  right: 40px;
}
@media screen and (max-width: 1100px) {
  #page_research-interview .interview_area .inte_area01_midashi {
    width: 45.45vw;
    top: 29.63vw;
    right: 3.636vw;
  }
}
@media screen and (max-width: 880px) {
  #page_research-interview .interview_area .inte_area01_midashi {
    width: 45.45vw;
    top: 16vw;
  }
}
@media screen and (max-width: 480px) {
  #page_research-interview .interview_area .inte_area01_midashi {
    top: 13vw;
  }
}
#page_research-interview .interview_area .inte_area01_midashi02 {
  position: absolute;
  width: 100%;
  top: -80px;
  right: -40px;
}
@media screen and (max-width: 1100px) {
  #page_research-interview .interview_area .inte_area01_midashi02 {
    top: -7.272vw;
    right: 0vw;
  }
}
@media screen and (max-width: 480px) {
  #page_research-interview .interview_area .inte_area01_midashi02 {
    position: relative;
    width: 100%;
    top: 0;
    right: -3vw;
  }
}
#page_research-interview .interview_area .inte_area01_midashi, #page_research-interview .interview_area .inte_area01_midashi02 {
  background-color: rgba(140, 105, 0, 0.5);
  color: #fff;
  padding: 50px 80px;
  font-size: 20px;
  line-height: 3.5rem;
}
@media screen and (max-width: 1100px) {
  #page_research-interview .interview_area .inte_area01_midashi, #page_research-interview .interview_area .inte_area01_midashi02 {
    padding: 4.54vw 7.272vw;
    font-size: 1.818vw;
    line-height: 3.181vw;
  }
}
#page_research-interview .interview_area .inte_area02_text .inte_area02_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page_research-interview .interview_area .inte_area02_text .text_left {
  width: 40%;
  height: 27.7vw;
}
@media screen and (max-width: 1100px) {
  #page_research-interview .interview_area .inte_area02_text .text_left {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #page_research-interview .interview_area .inte_area02_text .text_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page_research-interview .interview_area .inte_area02_text .img_right {
  position: relative;
  width: 52%;
}
@media screen and (max-width: 768px) {
  #page_research-interview .interview_area .inte_area02_text .img_right {
    width: 100%;
  }
}
#page_research-interview .interview_area .inte_area02_text .img_right .img_inte_area {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 52vw;
  height: 27.7vw;
}
@media screen and (max-width: 768px) {
  #page_research-interview .interview_area .inte_area02_text .img_right .img_inte_area {
    position: relative;
    width: 100%;
    height: auto;
  }
}
#page_research-interview .interview_area .inte_area02_text .img_right .img_inte_area img {
  width: 100%;
}
#page_research-interview .inte_area03_text .inte_area03_flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page_research-interview .inte_area03_text .text_area {
  width: calc(100% - 400px);
}
@media screen and (max-width: 768px) {
  #page_research-interview .inte_area03_text .text_area {
    width: calc(100% - 47vw);
  }
}
@media screen and (max-width: 480px) {
  #page_research-interview .inte_area03_text .text_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page_research-interview .inte_area03_text .img_area {
  width: 343px;
}
@media screen and (max-width: 768px) {
  #page_research-interview .inte_area03_text .img_area {
    width: 44.66vw;
  }
}
@media screen and (max-width: 480px) {
  #page_research-interview .inte_area03_text .img_area {
    width: 100%;
  }
}
#page_research-interview .inte_area03_text .img_area img {
  width: 100%;
  height: auto;
}
#page_research-interview .inte_area03_text .img_area .text_sub {
  border-left: 5px solid #bca475;
  padding: 5px 0px 5px 10px;
  display: block;
}
#page_research-interview .inte_profile .profile_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  #page_research-interview .inte_profile .profile_flex {
    flex-direction: column-reverse;
  }
}
#page_research-interview .inte_profile .img_area {
  width: 350px;
}
@media screen and (max-width: 880px) {
  #page_research-interview .inte_profile .img_area {
    width: 41.176vw;
  }
}
@media screen and (max-width: 480px) {
  #page_research-interview .inte_profile .img_area {
    width: 100%;
  }
}
#page_research-interview .inte_profile .img_area img {
  width: 100%;
  height: auto;
}
#page_research-interview .inte_profile .text_area {
  width: calc(100% - 420px);
}
@media screen and (max-width: 880px) {
  #page_research-interview .inte_profile .text_area {
    width: calc(100% - 45vw);
  }
}
@media screen and (max-width: 480px) {
  #page_research-interview .inte_profile .text_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page_research-interview .inte_profile .non_img {
  width: 100% !important;
}
#page_research-interview .inte_profile .profile_name {
  font-size: 2.8rem;
  padding-right: 20px;
}
#page_research-interview .inte_profile .profile_link {
  border-top: 1px solid #231815;
}
#page_research-interview .big_images {
  width: 100%;
  height: auto;
}
#page_research-interview .midasihi01 h2, #page_research-interview .midasihi02 h2, #page_research-interview .midasihi03 h2 {
  color: #bca475;
  display: inline-block;
  background-color: #fff;
}
#page_research-interview .midasihi01 span, #page_research-interview .midasihi03 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#page_research-interview .midasihi01 span::after, #page_research-interview .midasihi03 span::after {
  position: absolute;
  content: "";
  width: 1000%;
  height: 1px;
  background-color: #bca475;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #page_research-interview .midasihi01 span::after, #page_research-interview .midasihi03 span::after {
    width: 700%;
  }
}
#page_research-interview .midasihi02 span {
  display: flex;
  display: -webkit-flex;
  position: relative;
  z-index: 1;
}
#page_research-interview .midasihi02 span .bar {
  width: 100%;
  margin: auto;
  border: 1px solid #bca475;
}
#page_research-interview .midasihi01 h2 {
  font-size: 4.5rem;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #page_research-interview .midasihi01 h2 {
    font-size: 5.85vw;
  }
}
#page_research-interview .midasihi01 span::after {
  right: 0;
}
#page_research-interview .midasihi02 h2 {
  font-size: 3.4rem;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #page_research-interview .midasihi02 h2 {
    font-size: 4.427vw;
  }
}
#page_research-interview .midasihi02 span::after {
  left: 0;
}
#page_research-interview .midasihi03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_research-interview .midasihi03 h2 {
  font-size: 4.5rem;
  padding-left: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page_research-interview .midasihi03 h2 {
    font-size: 5.85vw;
  }
}
#page_research-interview .midasihi03 span::after {
  right: 0;
}
#page_research-interview .midasihi03 .special_area {
  width: 430px;
}
@media screen and (max-width: 768px) {
  #page_research-interview .midasihi03 .special_area {
    width: 59vw;
  }
}
@media screen and (max-width: 480px) {
  #page_research-interview .midasihi03 .special_area {
    width: 49%;
  }
}
#page_research-interview .midasihi03 .special_area02 {
  width: 100%;
}
#page_research-interview .midasihi03 .midashi_area_sub {
  position: relative;
  width: calc(100% - 430px);
}
@media screen and (max-width: 768px) {
  #page_research-interview .midasihi03 .midashi_area_sub {
    width: calc(100% - 59vw);
  }
}
@media screen and (max-width: 480px) {
  #page_research-interview .midasihi03 .midashi_area_sub {
    width: 49%;
  }
}
#page_research-interview .contents_ttl {
  line-height: 3.5rem;
}
@media screen and (max-width: 480px) {
  #page_research-interview .contents_ttl {
    line-height: 3rem;
  }
}

@media screen and (max-width: 480px) {
  #page_sustainability .list_nai02 .btn_y02, #page_sustainability .list_nai01 .btn_y02 {
    display: none;
  }
}
#page_sustainability .list_nai02 li, #page_sustainability .list_nai01 li {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
#page_sustainability .list_nai02 .sustainability_box, #page_sustainability .list_nai01 .sustainability_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#page_sustainability .list_nai02 .sustainability_box .cate_img, #page_sustainability .list_nai01 .sustainability_box .cate_img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#page_sustainability .list_nai02 .sustainability_box .sustainability_images, #page_sustainability .list_nai01 .sustainability_box .sustainability_images {
  overflow: hidden;
}
#page_sustainability .list_nai02 .sustainability_box .sustainability_images img, #page_sustainability .list_nai01 .sustainability_box .sustainability_images img {
  transition: ease 0.2s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page_sustainability .list_nai02 .cate_day, #page_sustainability .list_nai01 .cate_day {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
}
#page_sustainability .list_nai02 .cate_day .category, #page_sustainability .list_nai01 .cate_day .category {
  width: 100px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background-color: #898989;
  padding: 5px 1px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-right: 10px;
}
#page_sustainability .list_nai01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page_sustainability .list_nai01 li {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai01 li {
    width: 100%;
  }
}
#page_sustainability .list_nai01 li:nth-child(1), #page_sustainability .list_nai01 li:nth-child(3) {
  padding-right: 2%;
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai01 li:nth-child(1), #page_sustainability .list_nai01 li:nth-child(3) {
    padding-right: 0%;
  }
}
#page_sustainability .list_nai01 li:nth-child(2), #page_sustainability .list_nai01 li:nth-child(4) {
  padding-left: 2%;
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai01 li:nth-child(2), #page_sustainability .list_nai01 li:nth-child(4) {
    padding-left: 0%;
  }
}
#page_sustainability .list_nai01 .sustainability_text_right {
  width: 100%;
}
#page_sustainability .list_nai01 .sustainability_images {
  height: 220px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  #page_sustainability .list_nai01 .sustainability_images {
    height: 25vw;
  }
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai01 .sustainability_images {
    height: 60vw;
  }
}
#page_sustainability .list_nai01 .sustainability_images img {
  height: 220px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  #page_sustainability .list_nai01 .sustainability_images img {
    height: 25vw;
  }
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai01 .sustainability_images img {
    height: 60vw;
  }
}
#page_sustainability .list_nai02 .sustainability_text_right {
  width: 100%;
  padding-left: 30px;
  width: calc(100% - 222px);
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai02 .sustainability_text_right {
    width: 100%;
    padding-left: 0px;
  }
}
#page_sustainability .list_nai02 .sustainability_images {
  height: 160px;
  width: 222px;
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai02 .sustainability_images {
    height: 220px;
    width: 100%;
  }
}
#page_sustainability .list_nai02 .sustainability_images img {
  width: 222px;
  height: 160px;
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai02 .sustainability_images img {
    height: 220px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai02 .cate_day.sp {
    display: none !important;
  }
}
#page_sustainability .list_nai02 .cate_day.out-sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  #page_sustainability .list_nai02 .cate_day.out-sp {
    display: block !important;
  }
}
#page_sustainability .sustainability_ttl_single {
  width: 100%;
}
#page_sustainability .font16 {
  line-height: 3rem;
}
#page_sustainability .font12 {
  line-height: 2.2rem;
}
#page_sustainability .btn01 {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #page_sustainability .btn01 {
    font-size: 1rem;
  }
}
#page_sustainability .btn02 {
  width: 100%;
}
#page_sustainability .btn02:hover .sustainability_images img {
  transform: scale(1.1, 1.1);
}
#page_sustainability .btn02:hover .btn_y {
  background-image: url("../images/top/bnt01hover02.svg");
}
#page_sustainability .btn02:hover .btn01 {
  color: #bca475;
  border-bottom: 1px solid #bca475;
}

.single_sustainability_area .header_sustainability {
  padding-bottom: 10px;
  border-bottom: 1px solid #9fa0a0;
}
@media screen and (max-width: 480px) {
  .single_sustainability_area .header_sustainability {
    padding-bottom: 10px;
  }
}
.single_sustainability_area .header_sustainability .header_sustainability_bottom {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  min-width: 250px;
}
@media screen and (max-width: 768px) {
  .single_sustainability_area .header_sustainability .header_sustainability_bottom {
    min-width: 225px;
  }
}
.single_sustainability_area .ttl {
  width: 100%;
  line-height: 3.5rem;
  letter-spacing: 0.2rem;
}
.single_sustainability_area .day {
  width: 150px;
  letter-spacing: 0.2rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .single_sustainability_area .day {
    width: 125px;
  }
}
.single_sustainability_area .tag {
  background-color: #231815;
  color: #fff;
  width: 93px;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-right: 10px;
}
.single_sustainability_area .tag a {
  color: #fff;
}
.single_sustainability_area .contents .contents_block01 .contents_flex, .single_sustainability_area .contents .contents_block02 .contents_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single_sustainability_area .contents .contents_block01 .contents_nai, .single_sustainability_area .contents .contents_block02 .contents_nai {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .single_sustainability_area .contents .contents_block01 .contents_nai, .single_sustainability_area .contents .contents_block02 .contents_nai {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .single_sustainability_area .contents .contents_block01 .contents_nai, .single_sustainability_area .contents .contents_block02 .contents_nai {
    width: 100%;
    padding-bottom: 30px;
  }
}
.single_sustainability_area .contents .contents_block01 .contents_nai02, .single_sustainability_area .contents .contents_block02 .contents_nai02 {
  width: 100%;
}
.single_sustainability_area .contents .contents_block01 .contents_img, .single_sustainability_area .contents .contents_block02 .contents_img {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .single_sustainability_area .contents .contents_block01 .contents_img, .single_sustainability_area .contents .contents_block02 .contents_img {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .single_sustainability_area .contents .contents_block01 .contents_img, .single_sustainability_area .contents .contents_block02 .contents_img {
    width: 100%;
  }
}
.single_sustainability_area .contents .contents_block01 .contents_img img, .single_sustainability_area .contents .contents_block02 .contents_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.single_sustainability_area .contents .contents_block01 .contents_img span, .single_sustainability_area .contents .contents_block02 .contents_img span {
  display: block;
}
.single_sustainability_area .contents .contents_block01 .contents_img img {
  height: auto;
}
@media screen and (max-width: 850px) {
  .single_sustainability_area .contents .contents_block01 .contents_img img {
    height: auto;
  }
}
.single_sustainability_area .contents .contents_block02 {
  position: relative;
}
.single_sustainability_area .contents .contents_block02 .contents_img img {
  height: 196px;
}
@media screen and (max-width: 850px) {
  .single_sustainability_area .contents .contents_block02 .contents_img img {
    height: auto;
  }
}
.single_sustainability_area .contents .contents_block02 .nai_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .single_sustainability_area .contents .contents_block02 .nai_box {
    position: relative;
    padding-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .single_sustainability_area .contents .contents_block02 .nai_box {
    padding-bottom: 30px;
  }
}
.single_sustainability_area .contents .contents_block02 .nai_box .nai_box_img {
  width: 37%;
}
@media screen and (max-width: 480px) {
  .single_sustainability_area .contents .contents_block02 .nai_box .nai_box_img {
    width: 100%;
  }
}
.single_sustainability_area .contents .contents_block02 .nai_box .nai_box_text {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .single_sustainability_area .contents .contents_block02 .nai_box .nai_box_text {
    width: 100%;
  }
}
.single_sustainability_area .contents .contents_block02 .contents_nai {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .single_sustainability_area .contents .contents_block02 .contents_nai {
    padding-bottom: 0px;
  }
}
.single_sustainability_area .contents .contents_block03 {
  border-top: 1px solid #9fa0a0;
  color: #c9bc9c;
  width: 100%;
}
.single_sustainability_area .contents a {
  border-bottom: 1px solid #231815;
}
.single_sustainability_area .contents a:hover {
  color: #bca475;
  border-bottom: 1px solid #bca475;
}

#page_contact {
  letter-spacing: 0.1rem;
}
#page_contact .contact_textbox {
  background-color: #f7f4ef;
  padding: 23px;
}
@media screen and (max-width: 480px) {
  #page_contact .contact_textbox {
    padding: 18px;
  }
}
#page_contact .contact_txt.font14 {
  line-height: 2.5rem;
}
#page_contact .info_contact_box {
  width: 80%;
  border: 1px solid #231815;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #page_contact .info_contact_box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #page_contact .info_contact_box {
    padding: 20px;
  }
}
#page_contact .info_area01 {
  border-bottom: 1px solid #231815;
}
#page_contact .muryo_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  #page_contact .muryo_ttl {
    flex-direction: column;
  }
}
#page_contact .muryo_ttl .font42 {
  letter-spacing: 0.6rem;
}
#page_contact .muryo {
  background-color: #9fa0a0;
  padding: 3px 15px;
  color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  #page_contact .muryo {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
#page_contact .info_text {
  background-color: #f7f8f8;
  padding: 13px 25px;
}
#page_contact .line_contact {
  justify-content: space-between;
}
#page_contact .qr_area {
  justify-content: center;
}
#page_contact .line_contact, #page_contact .qr_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#page_contact .line_contact span, #page_contact .qr_area span {
  display: inline-block;
}
#page_contact .line_contact .line_logo01, #page_contact .qr_area .line_logo01 {
  width: 57px;
}
@media screen and (max-width: 380px) {
  #page_contact .line_contact .line_logo01, #page_contact .qr_area .line_logo01 {
    width: 37px;
  }
}
#page_contact .line_contact .line_logo02, #page_contact .line_contact .qr_logo, #page_contact .qr_area .line_logo02, #page_contact .qr_area .qr_logo {
  width: 70px;
}
@media screen and (max-width: 380px) {
  #page_contact .line_contact .line_logo02, #page_contact .line_contact .qr_logo, #page_contact .qr_area .line_logo02, #page_contact .qr_area .qr_logo {
    width: 50px;
  }
}
#page_contact .line_contact .line_txt, #page_contact .qr_area .line_txt {
  width: calc(100% - 100px);
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  #page_contact .line_contact .line_txt, #page_contact .qr_area .line_txt {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 380px) {
  #page_contact .line_contact .line_txt, #page_contact .qr_area .line_txt {
    width: calc(100% - 47px);
  }
}
#page_contact .line_contact .line_txt .font22, #page_contact .qr_area .line_txt .font22 {
  line-height: 3rem;
  letter-spacing: 0.3rem;
}
#page_contact .line_contact .line_txt .font13, #page_contact .qr_area .line_txt .font13 {
  letter-spacing: 0.1rem;
}
#page_contact .line_contact .qr_txt, #page_contact .qr_area .qr_txt {
  padding: 0 5%;
}
#page_contact .line_contact .qr_txt.font14, #page_contact .qr_area .qr_txt.font14 {
  line-height: 2.5rem;
}
@media screen and (max-width: 480px) {
  #page_contact .line_contact .qr_txt.font14, #page_contact .qr_area .qr_txt.font14 {
    line-height: 1.8rem;
  }
}

#page_thanks h2 {
  line-height: 4rem;
}

.thanks_sns svg, .profile_sns svg {
  width: 30px;
  height: 28px;
}

.about_table svg {
  width: 18px;
  height: 18px;
}
.about_table .link_svg {
  vertical-align: middle;
}

.interview_link svg {
  width: 15px;
  height: 15px;
}
.interview_link span {
  vertical-align: middle;
  margin-left: 7px;
}

.thanks_sns ul, .profile_sns ul, .about_table ul, .interview_link ul {
  display: flex;
  justify-content: center;
}
.thanks_sns li, .profile_sns li, .about_table li, .interview_link li {
  padding: 0 10px;
}
.thanks_sns svg:hover .st0, .profile_sns svg:hover .st0, .about_table svg:hover .st0, .interview_link svg:hover .st0 {
  fill: #bca475;
}
.thanks_sns svg:hover .st2, .profile_sns svg:hover .st2, .about_table svg:hover .st2, .interview_link svg:hover .st2 {
  stroke: #bca475;
}
.thanks_sns svg .st0, .profile_sns svg .st0, .about_table svg .st0, .interview_link svg .st0 {
  fill: #231815;
}
.thanks_sns svg .st1, .profile_sns svg .st1, .about_table svg .st1, .interview_link svg .st1 {
  fill: #fff;
}
.thanks_sns svg .st2, .profile_sns svg .st2, .about_table svg .st2, .interview_link svg .st2 {
  fill: none;
  stroke: #231815;
  stroke-width: 0.47;
  stroke-miterlimit: 10;
}

#company_page .company_flex02 {
  align-items: center;
}
#company_page .company_flex, #company_page .company_flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#company_page .company_flex .right_area, #company_page .company_flex02 .right_area {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #company_page .company_flex .right_area, #company_page .company_flex02 .right_area {
    width: 100%;
  }
}
#company_page .company_flex .right_area.font25, #company_page .company_flex02 .right_area.font25 {
  line-height: 4rem;
}
#company_page .company_flex .left_area, #company_page .company_flex02 .left_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #company_page .company_flex .left_area, #company_page .company_flex02 .left_area {
    width: 100%;
  }
}
#company_page .company_flex .left_area.font13, #company_page .company_flex02 .left_area.font13 {
  line-height: 3rem;
}
#company_page .p_l_50 {
  padding-left: 50px;
}
@media screen and (max-width: 880px) {
  #company_page .p_l_50 {
    padding-left: 0px;
  }
}
#company_page .profile_left {
  width: 45%;
}
@media screen and (max-width: 480px) {
  #company_page .profile_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
#company_page .profile_right {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #company_page .profile_right {
    width: 100%;
  }
}
#company_page .profile_ttl {
  background-color: #231815;
  color: #fff;
  padding: 10px;
}
#company_page .profile_text .name {
  font-size: 2.4rem;
  padding-right: 30px;
}
#company_page .profile_text .font11 {
  line-height: 2.5rem;
}
#company_page .profile_text .profile_sns {
  border-top: 1px solid #231815;
  display: flex;
  justify-content: flex-end;
}
#company_page .profile_text .profile_sns .profile_sns_ttl {
  position: relative;
  padding-right: 30px;
}
#company_page .profile_text .profile_sns .profile_sns_ttl::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  top: 6px;
  right: 11px;
  transform: rotate(-45deg);
}
#company_page .none_sine {
  width: calc(100% - 490px);
}
@media screen and (max-width: 480px) {
  #company_page .none_sine {
    display: none;
  }
}
#company_page .text_sine {
  width: 260px;
}
@media screen and (max-width: 480px) {
  #company_page .text_sine {
    margin-bottom: 10px;
  }
}
#company_page .sine {
  width: 230px;
}
@media screen and (max-width: 600px) {
  #company_page .sine {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 480px) {
  #company_page .sine {
    width: calc(100% - 190px);
  }
}
#company_page .company_sicky {
  position: sticky;
  top: 50%;
  left: 150px;
  width: 100px;
  height: 80px;
  padding-bottom: 70%;
}
@media screen and (max-width: 1100px) {
  #company_page .company_sicky {
    left: 1vw;
  }
}
@media screen and (max-width: 880px) {
  #company_page .company_sicky {
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  #company_page .company_sicky {
    position: relative;
    top: 0%;
    left: 0px;
    width: 0px;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}

#ayatsubame_page .center_pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .center_pc {
    text-align: left;
  }
}
#ayatsubame_page .left-p01 {
  padding-left: 30px;
}
#ayatsubame_page .left-p02 {
  padding-left: 90px;
}
@media screen and (max-width: 880px) {
  #ayatsubame_page .left-p02 {
    padding-left: 10.227vw;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .left-p02 {
    padding-left: 30px;
  }
}
#ayatsubame_page .ttl_number {
  width: 34px;
  display: inline-block;
}
#ayatsubame_page .suittlet_area table {
  width: 72%;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .suittlet_area table {
    width: 100%;
  }
}
#ayatsubame_page .suittlet_area .aya_right::after {
  bottom: -4.9vw;
  left: -18.27vw;
  background-color: #fbf9f7;
}
@media screen and (max-width: 1100px) {
  #ayatsubame_page .suittlet_area .aya_right::after {
    bottom: -120px;
    left: -80px;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .suittlet_area .aya_right::after {
    bottom: -1.302vw;
    left: -2.6vw;
  }
}
#ayatsubame_page .suittlet_area .text_are {
  position: absolute;
  left: -30px;
  top: -100px;
  width: 164px;
}
@media screen and (max-width: 1000px) {
  #ayatsubame_page .suittlet_area .text_are {
    left: 0px;
    top: -100px;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .suittlet_area .text_are {
    position: relative;
    top: 0px;
  }
}
#ayatsubame_page .suallou_area .aya_right::after {
  bottom: -2.45vw;
  right: -14.9vw;
  background-color: #fbf9f7;
}
@media screen and (max-width: 1100px) {
  #ayatsubame_page .suallou_area .aya_right::after {
    bottom: -170px;
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .suallou_area .aya_right::after {
    bottom: -1.302vw;
    right: -2.6vw;
  }
}
#ayatsubame_page .suallou_area .aya_left {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .suallou_area .aya_left {
    padding-left: 0px;
  }
}
#ayatsubame_page .suallou_area .text_are {
  position: absolute;
  width: 164px;
  left: 50px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .suallou_area .text_are {
    left: 0px;
    position: relative;
    top: 0px;
  }
}
#ayatsubame_page .suallou_area .text_bottom_memo {
  width: 330px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .suallou_area .text_bottom_memo {
    width: 100%;
  }
}
#ayatsubame_page .suittlet_area .aya_right, #ayatsubame_page .suallou_area .aya_right {
  position: relative;
  z-index: 2;
}
#ayatsubame_page .suittlet_area .aya_right::after, #ayatsubame_page .suallou_area .aya_right::after {
  position: absolute;
  content: "";
  width: 23.81vw;
  height: 23.81vw;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  #ayatsubame_page .suittlet_area .aya_right::after, #ayatsubame_page .suallou_area .aya_right::after {
    width: 262px;
    height: 262px;
  }
}
#ayatsubame_page .aya_line {
  padding-left: 120px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
#ayatsubame_page .aya_line::after {
  position: absolute;
  content: "";
  width: 111px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 1px;
  background-color: #000;
}
#ayatsubame_page .ayatsubame_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
#ayatsubame_page .ayatsubame_flex.low-le {
  flex-direction: row-reverse;
}
#ayatsubame_page .ayatsubame_flex.low-end {
  align-items: flex-end;
}
#ayatsubame_page .ayatsubame_flex.low-center {
  align-items: center;
}
#ayatsubame_page .ayatsubame_flex .font22 {
  line-height: 4rem;
}
#ayatsubame_page .ayatsubame_flex .font13 {
  line-height: 3rem;
}
#ayatsubame_page .ayatsubame_flex .aya_left {
  width: 48%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_left {
    width: 100%;
    padding-bottom: 30px;
  }
}
#ayatsubame_page .ayatsubame_flex .aya_left .img_area_le {
  height: 33.1636vw;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_left .img_area_le {
    height: 71vw;
  }
}
#ayatsubame_page .ayatsubame_flex .aya_left .yokihi {
  width: 31.818vw;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_left .yokihi {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  #ayatsubame_page .ayatsubame_flex .aya_left .yokihi {
    width: 100%;
  }
}
#ayatsubame_page .ayatsubame_flex .aya_right {
  width: 48%;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_right {
    width: 100%;
    padding-bottom: 30px;
  }
}
#ayatsubame_page .ayatsubame_flex .aya_right .img_area_le {
  height: 33.1636vw;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_right .img_area_le {
    height: 71vw;
  }
}
#ayatsubame_page .ayatsubame_flex .aya_right.syojyo {
  display: flex;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_right.syojyo {
    width: 70%;
    margin: 0 auto;
  }
}
#ayatsubame_page .ayatsubame_flex .aya_right.syojyo span {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 950px) {
  #ayatsubame_page .ayatsubame_flex .aya_right.syojyo span {
    width: 46%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_right.syojyo span {
    width: 48%;
  }
}
#ayatsubame_page .ayatsubame_flex .aya_right.syojyo span img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_right.syojyo span:nth-child(1) {
    margin-right: 6%;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ayatsubame_flex .aya_right.syojyo span:nth-child(2) {
    margin-right: 0%;
  }
}
#ayatsubame_page .ayatsubame_flex .aya_right.syojyo p {
  text-align: left;
  padding-top: 5px;
}
#ayatsubame_page .table_01 td:nth-child(1) {
  width: 58px;
}
#ayatsubame_page .table_02 {
  width: 750px;
  border: 1px solid #231815;
}
@media screen and (max-width: 800px) {
  #ayatsubame_page .table_02 {
    width: 100%;
  }
}
#ayatsubame_page .table_02 .color02 {
  border-bottom: 1px solid #231815;
}
#ayatsubame_page .table_02 tr th, #ayatsubame_page .table_02 tr td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
#ayatsubame_page .table_02 tr td {
  border: 1px solid #231815;
  letter-spacing: 0.1rem;
}
#ayatsubame_page .table_02 tr th {
  background-color: #cdc4b3;
  color: #fff;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
#ayatsubame_page .table_02 tr th:nth-child(1) {
  border-right: 1px solid #fff;
}
#ayatsubame_page .table_02 tr th:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#ayatsubame_page .grey_area {
  background-color: #f7f8f8;
}
#ayatsubame_page .wi550 {
  width: 550px;
}
@media screen and (max-width: 600px) {
  #ayatsubame_page .wi550 {
    width: 88%;
  }
}
#ayatsubame_page .p_r_40 {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .p_r_40 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .sp_resize01 {
    width: 70%;
  }
}
#ayatsubame_page .ana_sticky01, #ayatsubame_page .ana_sticky02, #ayatsubame_page .ana_sticky03, #ayatsubame_page .ana_sticky04, #ayatsubame_page .ana_sticky05, #ayatsubame_page .ana_sticky06, #ayatsubame_page .ana_sticky07 {
  width: 100%;
  position: sticky;
  height: 70px;
  top: 50%;
  z-index: 4;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_sticky01, #ayatsubame_page .ana_sticky02, #ayatsubame_page .ana_sticky03, #ayatsubame_page .ana_sticky04, #ayatsubame_page .ana_sticky05, #ayatsubame_page .ana_sticky06, #ayatsubame_page .ana_sticky07 {
    position: relative;
    height: auto;
    top: 0;
    margin-bottom: 10px;
  }
}
#ayatsubame_page .ana_sticky01 {
  padding-bottom: 100%;
}
@media screen and (max-width: 1100px) {
  #ayatsubame_page .ana_sticky01 {
    padding-bottom: 90%;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_sticky01 {
    padding: 0;
  }
}
#ayatsubame_page .ana_sticky02 {
  padding-bottom: 90%;
}
@media screen and (max-width: 1100px) {
  #ayatsubame_page .ana_sticky02 {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_sticky02 {
    padding: 0;
  }
}
#ayatsubame_page .ana_sticky03 {
  padding-bottom: 50%;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_sticky03 {
    padding: 0;
  }
}
#ayatsubame_page .ana_sticky04 {
  padding-bottom: 100%;
}
@media screen and (max-width: 1100px) {
  #ayatsubame_page .ana_sticky04 {
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_sticky04 {
    padding: 0;
  }
}
#ayatsubame_page .ana_sticky05 {
  padding-bottom: 140%;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_sticky05 {
    padding: 0;
  }
}
#ayatsubame_page .ana_sticky06 {
  padding-bottom: 35%;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_sticky06 {
    padding: 0;
  }
}
#ayatsubame_page .ana_sticky07 {
  padding-bottom: 30%;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_sticky07 {
    padding: 0;
  }
}
#ayatsubame_page .ana_100_back {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_100_back {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
#ayatsubame_page .ana_100_back .ana_flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#ayatsubame_page .ana_100_back .ana_flex02.low-le {
  flex-direction: row-reverse;
}
#ayatsubame_page .ana_100_back .ana_sticky_text {
  width: 420px;
}
@media screen and (max-width: 900px) {
  #ayatsubame_page .ana_100_back .ana_sticky_text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .ana_100_back .ana_sticky_text {
    width: 100%;
  }
}
#ayatsubame_page .text_area02 {
  width: 430px;
}
@media screen and (max-width: 900px) {
  #ayatsubame_page .text_area02 {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .text_area02 {
    width: 100%;
  }
}
#ayatsubame_page .img_area01, #ayatsubame_page .img_area02, #ayatsubame_page .text_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .img_area01, #ayatsubame_page .img_area02, #ayatsubame_page .text_area {
    width: 100%;
  }
}
#ayatsubame_page .text_area02 {
  width: 430px;
}
@media screen and (max-width: 900px) {
  #ayatsubame_page .text_area02 {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .text_area02 {
    width: 100%;
  }
}
#ayatsubame_page .img_area01, #ayatsubame_page .img_area02 {
  position: relative;
  z-index: 2;
}
#ayatsubame_page .text_area_m {
  width: 400px;
}
@media screen and (max-width: 800px) {
  #ayatsubame_page .text_area_m {
    width: 92%;
  }
}
#ayatsubame_page .text_area_m.font13 {
  line-height: 3rem;
}
#ayatsubame_page .youtube_aya {
  width: 100%;
  height: 477px;
}
@media screen and (max-width: 880px) {
  #ayatsubame_page .youtube_aya {
    height: 49vw;
  }
}
@media screen and (max-width: 768px) {
  #ayatsubame_page .aya_left {
    padding-bottom: 30px;
  }
}

#about_page .btn01 {
  font-size: 1.2rem;
}
@media screen and (max-width: 880px) {
  #about_page .btn01 {
    font-size: 1.3636vw;
  }
}
@media screen and (max-width: 480px) {
  #about_page .btn01 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 880px) {
  #about_page .font15 {
    font-size: 1.363vw;
    line-height: 2.727vw;
  }
}
@media screen and (max-width: 480px) {
  #about_page .font15 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 880px) {
  #about_page .font30 {
    font-size: 3.409vw;
  }
}
@media screen and (max-width: 880px) {
  #about_page .font50 {
    font-size: 5.681vw;
  }
}
@media screen and (max-width: 880px) {
  #about_page .p_b_20 {
    padding-bottom: 2.272vw;
  }
}
@media screen and (max-width: 880px) {
  #about_page .p_b_10 {
    padding-bottom: 1.1363vw;
  }
}
@media screen and (max-width: 880px) {
  #about_page .m_b_20 {
    mragin-bottom: 2.272vw;
  }
}
@media screen and (max-width: 880px) {
  #about_page .m_b_50 {
    mragin-bottom: 5.681vw;
  }
}
@media screen and (max-width: 880px) {
  #about_page .p_b_30 {
    padding-bottom: 3.409vw;
  }
}
@media screen and (max-width: 880px) {
  #about_page .p_t_30 {
    padding-top: 3.409vw;
  }
}
#about_page .enkaku {
  display: flex;
  justify-content: space-between;
  position: relative;
  letter-spacing: 0.05rem;
}
#about_page .enkaku::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #9fa0a0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
#about_page .enkaku .left_area {
  width: 40%;
}
@media screen and (max-width: 880px) {
  #about_page .enkaku .left_area {
    width: 46%;
  }
}
#about_page .enkaku .right_area {
  width: 36%;
}
@media screen and (max-width: 880px) {
  #about_page .enkaku .right_area {
    width: 46%;
  }
}
#about_page .nen_01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 110px;
  text-align: center;
  background-color: #fff;
  z-index: 0;
  padding: 10px 0;
}
@media screen and (max-width: 880px) {
  #about_page .nen_01 {
    padding: 1.136vw 0;
  }
}
@media screen and (max-width: 480px) {
  #about_page .nen_01 {
    padding: 0;
  }
}
#about_page .hei2022 {
  height: 3200px;
}
@media screen and (max-width: 880px) {
  #about_page .hei2022 {
    height: 370vw;
  }
}
@media screen and (max-width: 768px) {
  #about_page .hei2022 {
    height: 345vw;
  }
}
@media screen and (max-width: 600px) {
  #about_page .hei2022 {
    height: 365vw;
  }
}
@media screen and (max-width: 480px) {
  #about_page .hei2022 {
    height: 1910px;
  }
}
@media screen and (max-width: 380px) {
  #about_page .hei2022 {
    height: 1810px;
  }
}
#about_page .area01 {
  padding-top: 130px;
}
@media screen and (max-width: 880px) {
  #about_page .area01 {
    padding-top: 14.77vw;
  }
}
#about_page .area01 .img01 {
  width: 203px;
}
@media screen and (max-width: 880px) {
  #about_page .area01 .img01 {
    width: 23.06vw;
  }
}
#about_page .area01 .img02 {
  width: 234px;
}
@media screen and (max-width: 880px) {
  #about_page .area01 .img02 {
    width: 26vw;
  }
}
#about_page .area02 {
  padding-top: 310px;
}
@media screen and (max-width: 880px) {
  #about_page .area02 {
    padding-top: 35.22vw;
  }
}
#about_page .area02 img {
  width: 234px;
}
@media screen and (max-width: 880px) {
  #about_page .area02 img {
    width: 26.59vw;
  }
}
#about_page .area03 {
  padding-top: 380px;
}
@media screen and (max-width: 880px) {
  #about_page .area03 {
    padding-top: 43.18vw;
  }
}
#about_page .area04 {
  padding-top: 160px;
}
@media screen and (max-width: 880px) {
  #about_page .area04 {
    padding-top: 18.18vw;
  }
}
#about_page .area04 img {
  width: 224px;
}
@media screen and (max-width: 880px) {
  #about_page .area04 img {
    width: 25.454vw;
  }
}
#about_page .area05 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area05 {
    padding-top: 8.5vw;
  }
}
#about_page .area05 img {
  width: 254px;
}
@media screen and (max-width: 880px) {
  #about_page .area05 img {
    width: 28.863vw;
  }
}
#about_page .area06 {
  padding-top: 220px;
}
@media screen and (max-width: 880px) {
  #about_page .area06 {
    padding-top: 25vw;
  }
}
#about_page .area07 {
  padding-top: 200px;
}
@media screen and (max-width: 880px) {
  #about_page .area07 {
    padding-top: 22.72vw;
  }
}
#about_page .area07 img {
  width: 160px;
}
@media screen and (max-width: 880px) {
  #about_page .area07 img {
    width: 18.181vw;
  }
}
#about_page .area08 {
  padding-top: 160px;
}
@media screen and (max-width: 880px) {
  #about_page .area08 {
    padding-top: 18.181vw;
  }
}
#about_page .area09 {
  padding-top: 160px;
}
@media screen and (max-width: 880px) {
  #about_page .area09 {
    padding-top: 18.181vw;
  }
}
#about_page .area09 img {
  width: 216px;
}
@media screen and (max-width: 880px) {
  #about_page .area09 img {
    width: 24.54vw;
  }
}
#about_page .area10 {
  padding-top: 90px;
}
@media screen and (max-width: 880px) {
  #about_page .area10 {
    padding-top: 10.227vw;
  }
}
#about_page .area10 img {
  width: 87px;
}
@media screen and (max-width: 880px) {
  #about_page .area10 img {
    width: 9.886vw;
  }
}
#about_page .area11 {
  padding-top: 110px;
}
@media screen and (max-width: 880px) {
  #about_page .area11 {
    padding-top: 12.5vw;
  }
}
#about_page .area11 img {
  width: 185px;
}
@media screen and (max-width: 880px) {
  #about_page .area11 img {
    width: 21.02vw;
  }
}
#about_page .area12 {
  padding-top: 110px;
}
@media screen and (max-width: 880px) {
  #about_page .area12 {
    padding-top: 12.5vw;
  }
}
#about_page .area13 {
  padding-top: 130px;
}
@media screen and (max-width: 880px) {
  #about_page .area13 {
    padding-top: 14.77vw;
  }
}
#about_page .area14 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area14 {
    padding-top: 8.5vw;
  }
}
#about_page .area14 img {
  width: 253px;
}
@media screen and (max-width: 880px) {
  #about_page .area14 img {
    width: 28.74vw;
  }
}
#about_page .area15 {
  padding-top: 240px;
}
@media screen and (max-width: 880px) {
  #about_page .area15 {
    padding-top: 27.272vw;
  }
}
#about_page .area15 .img01 {
  width: 240px;
}
@media screen and (max-width: 880px) {
  #about_page .area15 .img01 {
    width: 27.272vw;
  }
}
#about_page .area15 .img02 {
  width: 46px;
}
@media screen and (max-width: 880px) {
  #about_page .area15 .img02 {
    width: 5.2272vw;
  }
}
#about_page .area15 .img03 {
  width: 210px;
}
@media screen and (max-width: 880px) {
  #about_page .area15 .img03 {
    width: 23.863vw;
  }
}
#about_page .area16 {
  padding-top: 170px;
}
@media screen and (max-width: 880px) {
  #about_page .area16 {
    padding-top: 19.318vw;
  }
}
#about_page .area17 {
  padding-top: 260px;
}
@media screen and (max-width: 880px) {
  #about_page .area17 {
    padding-top: 29.545vw;
  }
}
#about_page .area17 img {
  width: 253px;
}
@media screen and (max-width: 880px) {
  #about_page .area17 img {
    width: 28.749vw;
  }
}
#about_page .area18 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area18 {
    padding-top: 8.5vw;
  }
}
#about_page .area19 {
  padding-top: 240px;
}
@media screen and (max-width: 880px) {
  #about_page .area19 {
    padding-top: 27.27vw;
  }
}
#about_page .area19 img {
  width: 215px;
}
@media screen and (max-width: 880px) {
  #about_page .area19 img {
    width: 24.43vw;
  }
}
#about_page .area20 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area20 {
    padding-top: 8.5vw;
  }
}
#about_page .area21 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area21 {
    padding-top: 8.5vw;
  }
}
#about_page .area22 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area22 {
    padding-top: 8.5vw;
  }
}
#about_page .area22 img {
  width: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area22 img {
    width: 7.954vw;
  }
}
#about_page .area23 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area23 {
    padding-top: 8.5vw;
  }
}
#about_page .area23 img {
  width: 250px;
}
@media screen and (max-width: 880px) {
  #about_page .area23 img {
    width: 28.409vw;
  }
}
#about_page .area24 {
  padding-top: 290px;
}
@media screen and (max-width: 880px) {
  #about_page .area24 {
    padding-top: 32.954vw;
  }
}
#about_page .area24 .img01 {
  width: 234px;
}
@media screen and (max-width: 880px) {
  #about_page .area24 .img01 {
    width: 26.59vw;
  }
}
#about_page .area02-1 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-1 {
    padding-top: 7.954vw;
  }
}
#about_page .area02-1 img {
  width: 115px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-1 img {
    width: 13.068vw;
  }
}
#about_page .area02-2 {
  padding-top: 790px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-2 {
    padding-top: 85.68vw;
  }
}
#about_page .area02-2 .img01 {
  width: 110px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-2 .img01 {
    width: 12.5vw;
  }
}
#about_page .area02-2 .img02 {
  width: 80px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-2 .img02 {
    width: 9.09vw;
  }
}
#about_page .area02-3 {
  padding-top: 190px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-3 {
    padding-top: 22.227vw;
  }
}
#about_page .area02-3 .img01 {
  width: 127px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-3 .img01 {
    width: 14.43vw;
  }
}
#about_page .area02-4 {
  padding-top: 230px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-4 {
    padding-top: 14.772vw;
  }
}
#about_page .area02-5 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-5 {
    padding-top: 7.954vw;
  }
}
#about_page .area02-5 .img01 {
  width: 212px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-5 .img01 {
    width: 24.09vw;
  }
}
#about_page .area02-5 .img02 {
  width: 77px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-5 .img02 {
    width: 8.75vw;
  }
}
#about_page .area02-6 {
  padding-top: 200px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-6 {
    padding-top: 22.72vw;
  }
}
#about_page .area02-7 {
  padding-top: 130px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-7 {
    padding-top: 14.77vw;
  }
}
#about_page .area02-8 {
  padding-top: 80px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-8 {
    padding-top: 9.09vw;
  }
}
#about_page .area02-9 {
  padding-top: 60px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-9 {
    padding-top: 6.8181vw;
  }
}
#about_page .area02-9 img {
  width: 83px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-9 img {
    width: 9.431vw;
  }
}
#about_page .area02-10 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-10 {
    padding-top: 7.95vw;
  }
}
#about_page .area02-10 img {
  width: 150px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-10 img {
    width: 17.04vw;
  }
}
#about_page .area02-11 {
  padding-top: 60px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-11 {
    padding-top: 6.818vw;
  }
}
#about_page .area02-11 img {
  width: 216px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-11 img {
    width: 24.54vw;
  }
}
#about_page .area02-12 {
  padding-top: 300px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-12 {
    padding-top: 34.09vw;
  }
}
#about_page .area02-12 img {
  width: 212px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-12 img {
    width: 24.09vw;
  }
}
#about_page .area02-13 {
  padding-top: 130px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-13 {
    padding-top: 14.772vw;
  }
}
#about_page .area02-13 img {
  width: 212px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-13 img {
    width: 24.09vw;
  }
}
#about_page .area02-14 {
  padding-top: 110px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-14 {
    padding-top: 12.5vw;
  }
}
#about_page .area02-14 img {
  width: 67px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-14 img {
    width: 7.613vw;
  }
}
#about_page .area02-15 {
  padding-top: 110px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-15 {
    padding-top: 12.5vw;
  }
}
#about_page .area02-16 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-16 {
    padding-top: 8.5vw;
  }
}
#about_page .area02-16 .img01 {
  width: 71px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-16 .img01 {
    width: 8.068vw;
  }
}
#about_page .area02-16 .img02 {
  width: 86px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-16 .img02 {
    width: 9.772vw;
  }
}
#about_page .area02-17 {
  padding-top: 140px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-17 {
    padding-top: 15.909vw;
  }
}
#about_page .area02-18 {
  padding-top: 140px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-18 {
    padding-top: 15.909vw;
  }
}
#about_page .area02-18 img {
  width: 117px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-18 img {
    width: 13.29vw;
  }
}
#about_page .area02-19 {
  padding-top: 90px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-19 {
    padding-top: 10.227vw;
  }
}
#about_page .area02-19 img {
  width: 92px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-19 img {
    width: 10.45vw;
  }
}
#about_page .area02-20 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-20 {
    padding-top: 8.5vw;
  }
}
#about_page .area02-20 img {
  width: 83px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-20 img {
    width: 9.431vw;
  }
}
#about_page .area02-21 {
  padding-top: 100px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-21 {
    padding-top: 11.363vw;
  }
}
#about_page .area02-21 img {
  width: 46px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-21 img {
    width: 5.227vw;
  }
}
#about_page .area02-22 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-22 {
    padding-top: 8.5vw;
  }
}
#about_page .area02-22 img {
  width: 266px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-22 img {
    width: 30.227vw;
  }
}
#about_page .area02-23 {
  padding-top: 110px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-23 {
    padding-top: 12.5vw;
  }
}
#about_page .area02-23 img {
  width: 170px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-23 img {
    width: 19.31vw;
  }
}
#about_page .area02-24 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-24 {
    padding-top: 8.5vw;
  }
}
#about_page .area02-24 img {
  width: 187px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-24 img {
    width: 21.25vw;
  }
}
#about_page .area02-25 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-25 {
    padding-top: 8.5vw;
  }
}
#about_page .area02-25 img, #about_page .area02-25 .right {
  width: 252px;
}
@media screen and (max-width: 768px) {
  #about_page .area02-25 img, #about_page .area02-25 .right {
    width: 28.636vw;
  }
}
#about_page .area02-26 {
  padding-top: 70px;
}
@media screen and (max-width: 880px) {
  #about_page .area02-26 {
    padding-top: 8.5vw;
  }
}
#about_page .area02-26 img {
  width: 207px;
}
@media screen and (max-width: 768px) {
  #about_page .area02-26 img {
    width: 23.522vw;
  }
}
#about_page .area2023-12 {
  padding-top: 100px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-12 {
    padding-top: 8.5vw;
  }
}
#about_page .area2023-12 .img01 {
  width: 80px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-12 .img01 {
    width: 12vw;
  }
}
#about_page .area2023-11 {
  padding-top: 250px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-11 {
    padding-top: 25vw;
  }
}
#about_page .area2023-11 .img01 {
  width: 252px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-11 .img01 {
    width: 28vw;
  }
}
#about_page .area2023-11 .img02 {
  width: 120px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-11 .img02 {
    width: 15vw;
  }
}
#about_page .area2023-09 {
  padding-top: 100px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-09 {
    padding-top: 8.5vw;
  }
}
#about_page .area2023-09 .img01 {
  width: 252px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-09 .img01 {
    width: 28vw;
  }
}
#about_page .area2023-08 {
  padding-top: 550px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-08 {
    padding-top: 65vw;
  }
}
#about_page .area2023-08 .img01 {
  width: 252px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-08 .img01 {
    width: 28vw;
  }
}
#about_page .area2023-06 {
  padding-top: 100px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-06 {
    padding-top: 8.5vw;
  }
}
#about_page .area2023-06 .img01 {
  width: 150px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-06 .img01 {
    width: 26vw;
  }
}
#about_page .area2023-06 .img02 {
  width: 252px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-06 .img02 {
    width: 28vw;
  }
}
#about_page .area2023-04 {
  padding-top: 900px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-04 {
    padding-top: 115vw;
  }
}
#about_page .area2023-04 .img01 {
  width: 252px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-04 .img01 {
    width: 28vw;
  }
}
#about_page .area2023-04 .imgarea {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-04 .imgarea {
    display: block;
  }
}
#about_page .area2023-04 .imgarea .img11 {
  width: 20%;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-04 .imgarea .img11 {
    width: 15vw;
    padding-bottom: 10px;
  }
}
#about_page .area2023-04 .imgarea .img12 {
  width: 30%;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-04 .imgarea .img12 {
    width: 20vw;
  }
}
#about_page .area2023-04 .imgarea .img13 {
  width: 20%;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-04 .imgarea .img13 {
    width: 15vw;
  }
}
#about_page .area2023-03 {
  padding-top: 400px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-03 {
    padding-top: 120vw;
  }
}
#about_page .area2023-03 .img01 {
  width: 252px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-03 .img01 {
    width: 28vw;
  }
}
#about_page .area2023-02 {
  padding-top: 100px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-02 {
    padding-top: 8.5vw;
  }
}
#about_page .area2023-01 {
  padding-top: 300px;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-01 {
    padding-top: 35vw;
  }
}
#about_page .area2023-01 .imgarea {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-01 .imgarea {
    display: block;
  }
}
#about_page .area2023-01 .imgarea .img01 {
  width: 20%;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-01 .imgarea .img01 {
    width: 20vw;
    padding-bottom: 10px;
  }
}
#about_page .area2023-01 .imgarea .img02 {
  width: 45%;
}
@media screen and (max-width: 880px) {
  #about_page .area2023-01 .imgarea .img02 {
    width: 26vw;
  }
}
#about_page .area2024-12 {
  padding-top: 100px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-12 {
    padding-top: 8.5vw;
  }
}
#about_page .area2024-09 {
  padding-top: 320px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-09 {
    padding-top: 32vw;
  }
}
#about_page .area2024-08 {
  padding-top: 200px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-08 {
    padding-top: 20vw;
  }
}
#about_page .area2024-08 .img01 {
  width: 100%;
}
#about_page .area2024-07 {
  padding-top: 400px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-07 {
    padding-top: 45vw;
  }
}
#about_page .area2024-07 .img01 {
  width: 80px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-07 .img01 {
    width: 12vw;
  }
}
#about_page .area2024-06 {
  padding-top: 200px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-06 {
    padding-top: 20vw;
  }
}
#about_page .area2024-06 .img01 {
  width: 100%;
}
#about_page .area2024-05 {
  padding-top: 500px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-05 {
    padding-top: 75vw;
  }
}
#about_page .area2024-04 {
  padding-top: 150px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-04 {
    padding-top: 25vw;
  }
}
#about_page .area2024-03 {
  padding-top: 200px;
}
@media screen and (max-width: 880px) {
  #about_page .area2024-03 {
    padding-top: 20vw;
  }
}

#recruit_page, #about_page {
  /*  .entry_btn_area{
      width: 400px;
      @media screen and (max-width: 480px) {
        width: 100%;
      }
      .entry_btn{
        width: 100%;
        border: 1px solid #231815;
        padding: 20px;
        text-align: center;
        font-size: 1.8rem;
        display: inline-block;
        transition: .5s;
        @media screen and (max-width: 480px) {
          font-size: 1.4rem;
          padding: 10px;
        }
        &:hover{
          background-color: #231815;
          color: #fff;
        }
      }
    } */
}
#recruit_page .recruit_accordion .accordion_title, #recruit_page .about_accordion .accordion_title, #about_page .recruit_accordion .accordion_title, #about_page .about_accordion .accordion_title {
  width: 100%;
  background-color: #dcdddd;
  font-size: 2.2rem;
  line-height: 3rem;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #recruit_page .recruit_accordion .accordion_title, #recruit_page .about_accordion .accordion_title, #about_page .recruit_accordion .accordion_title, #about_page .about_accordion .accordion_title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 15px;
  }
}
#recruit_page .recruit_accordion .accordion_title::before, #recruit_page .about_accordion .accordion_title::before, #about_page .recruit_accordion .accordion_title::before, #about_page .about_accordion .accordion_title::before {
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
}
#recruit_page .recruit_accordion .accordion_title::after, #recruit_page .about_accordion .accordion_title::after, #about_page .recruit_accordion .accordion_title::after, #about_page .about_accordion .accordion_title::after {
  background-color: #fff;
}
#recruit_page .recruit_accordion .faq_box, #recruit_page .about_accordion .faq_box, #about_page .recruit_accordion .faq_box, #about_page .about_accordion .faq_box {
  width: 100%;
}
#recruit_page .recruit_accordion::after, #recruit_page .about_accordion::after, #about_page .recruit_accordion::after, #about_page .about_accordion::after {
  position: absolute;
  top: 0px;
  left: 11px;
  width: 30px;
  height: auto;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #recruit_page .recruit_accordion::after, #recruit_page .about_accordion::after, #about_page .recruit_accordion::after, #about_page .about_accordion::after {
    left: 8px;
  }
}
#recruit_page .recruit_accordion::before, #recruit_page .about_accordion::before, #about_page .recruit_accordion::before, #about_page .about_accordion::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: -7px;
  left: 0;
  z-index: -2;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  #recruit_page .recruit_accordion::before, #recruit_page .about_accordion::before, #about_page .recruit_accordion::before, #about_page .about_accordion::before {
    width: 45px;
    height: 45px;
    top: -11px;
  }
}
#recruit_page .ricruit_table tr:last-child, #about_page .ricruit_table tr:last-child {
  border-bottom: initial;
}
#recruit_page .about_table tr:first-child, #about_page .about_table tr:first-child {
  border-top: 1px solid #231815;
}
#recruit_page .ricruit_table, #recruit_page .about_table, #about_page .ricruit_table, #about_page .about_table {
  width: 100%;
}
#recruit_page .ricruit_table tr, #recruit_page .about_table tr, #about_page .ricruit_table tr, #about_page .about_table tr {
  border-bottom: 1px solid #231815;
}
#recruit_page .ricruit_table tr th, #recruit_page .ricruit_table tr td, #recruit_page .about_table tr th, #recruit_page .about_table tr td, #about_page .ricruit_table tr th, #about_page .ricruit_table tr td, #about_page .about_table tr th, #about_page .about_table tr td {
  font-size: 1.3rem;
  line-height: 3rem;
}
#recruit_page .ricruit_table th, #recruit_page .about_table th, #about_page .ricruit_table th, #about_page .about_table th {
  width: 300px;
  color: #bca475;
  text-align: left;
  padding: 30px 0px 30px 30px;
}
@media screen and (max-width: 768px) {
  #recruit_page .ricruit_table th, #recruit_page .about_table th, #about_page .ricruit_table th, #about_page .about_table th {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
  }
}
#recruit_page .ricruit_table td, #recruit_page .about_table td, #about_page .ricruit_table td, #about_page .about_table td {
  padding: 30px 20px 30px 0px;
}
@media screen and (max-width: 768px) {
  #recruit_page .ricruit_table td, #recruit_page .about_table td, #about_page .ricruit_table td, #about_page .about_table td {
    width: 100%;
    display: block;
    padding: 5px 0 20px 0;
  }
}
#recruit_page .recruit_detail_area, #about_page .recruit_detail_area {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  line-height: 3rem;
}
#recruit_page .recruit_border, #about_page .recruit_border {
  border-top: 1px solid #231815;
}

.link_a_recruit {
  border-bottom: 1px solid #231815;
}
.link_a_recruit:hover {
  color: #bca475;
  border-bottom: 1px solid #bca475;
}

/* アコーディオン全体 */
.accordion .accordion__item {
  margin-top: 30px;
  cursor: pointer;
}
.accordion .accordion__item.is-active .accordion__title::before {
  transform: rotate(-45deg);
  top: 37px;
}
@media screen and (max-width: 480px) {
  .accordion .accordion__item.is-active .accordion__title::before {
    top: 26px;
  }
}
.accordion .accordion__title {
  width: 100%;
  background-color: #dcdddd;
  font-size: 2.2rem;
  line-height: 3rem;
  padding: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s linear;
}
.accordion .accordion__title::before, .accordion .accordion__title::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
}
.accordion .accordion__title::before {
  transform: rotate(135deg);
  height: 14px;
  width: 14px;
  right: 60px;
  top: 30px;
  z-index: 1;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
}
@media screen and (max-width: 480px) {
  .accordion .accordion__title::before {
    height: 9px;
    width: 9px;
    right: 23px;
    top: 21px;
  }
}
.accordion .accordion__title::after {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  right: 43px;
  top: 17px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .accordion .accordion__title::after {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    right: 13px;
    top: 13px;
  }
}
.accordion .accordion__title.active::before {
  transform: rotate(-45deg);
  top: 37px;
}
@media screen and (max-width: 480px) {
  .accordion .accordion__title.active::before {
    top: 26px;
  }
}
.accordion .accordion__content {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .accordion .accordion__content {
    padding: 30px 0;
  }
}
.accordion .accordion__content.is-open {
  display: block;
}

#seisan_page .back_01 {
  background-color: #f2f2ee;
}
#seisan_page .font13 {
  line-height: 3rem;
}
#seisan_page .font22 {
  line-height: 4rem;
}
#seisan_page .left-p01 {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  #seisan_page .left-p01 {
    padding-left: 0px;
  }
}
#seisan_page .left-p02 {
  padding-left: 200px;
}
@media screen and (max-width: 768px) {
  #seisan_page .left-p02 {
    padding-left: 0px;
  }
}
#seisan_page .line_bottom {
  border-top: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  #seisan_page .sp_center {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
#seisan_page .seisan_flex01 {
  display: flex;
  flex-wrap: wrap;
}
#seisan_page .seisan_flex01.low_re {
  flex-direction: row-reverse;
}
#seisan_page .img_area01, #seisan_page .img_area02, #seisan_page .text_area {
  wid