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

/* header */
.h002.header {
  box-shadow: none;
}
.h002.header {
  background-color: #eee7e0;
  padding-top: 10px;
}
.menu_box nav ul li {
  background-color: #eee7e0;
}
.color {
  color: #9c0032;
}
.jp .text {
  font-weight: bold;
}

.h002.header .menu_box nav ul li:after {
  transform: skewX(-30deg);
  top: 20%;
  height: 55%;
  z-index: 1;
}



/* top */
.mv001 {
  height: auto;
  position: relative;
  background-color: #eee7e0;
  padding: 20px 0 50px;
}
.mv001 .mv001_contents .mv001_text {
  font-size: min(4vw, 58px);
  font-weight: bolder;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-40%, -50%);
  text-shadow: 0px 0px 8px #000;
}
.mv001 .mv001_contents .mv001_text2 {
  font-size: min(4vw, 25px);
  position: absolute;
  top: 45%;
  left: 50%;
  position: absolute;
  transform: translate(-40%, 70%);
  text-shadow: 0px 0px 8px #000;
}

.mv001 .mv001_slider::after {
  opacity: 0;
  background: #eee7e0;
}
.mv001_slider {
  background-color: #eee7e0;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.mv001 .mv001_slider .slick-slide  {
  background: #fff;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.mv-image {
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.mv-cat {
  height: 300px;
  width: 300px;
  position: absolute;
  top: 60%;
  left: 0;
}

/* 画面幅767px以下の場合 */
@media screen and (max-width: 767px) {
  .mv001_slider {
    padding: 0px 0 20px;
  }
  .mv-cat {
    height: 150px;
    width: 150px;
    top: 63%;
    left: 0;
  }
  .mv-image {
    height: 350px;
    border-radius: 0;
  }
  .mv001 .mv001_contents .mv001_text {
    transform: translate(-50%, -50%);
    top: 30%;
  }
  .mv001 .mv001_contents .mv001_text {
    font-size: 27px;

    width: 100%;
  }
  .mv001 .mv001_contents .mv001_text2 {
    font-size: min(3vw, 25px);
  }

  .mv001 {
    padding-bottom: 0;
  }
}
/* 画面幅980px以下の場合 */
@media (min-width: 768px) and (max-width: 1029px) {
  .mv-image {
    height: 600px;
    border-radius: 0;
  }
  .mv001_slider {
    padding: 40px 0 30px;
  }
  .mv-cat {
    height: 180px;
    height: auto;
  }
  .mv001 .mv001_contents .mv001_text2 {
    font-size: min(6vw, 25px);
    top: 45%;
    left: 45%;
    width: 400px;
  }
}
/* about */
.about-inner-wrap {
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
}
.about {
  background-color: #fff;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
.about p {
  padding-bottom: 20px;
}
.about-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #9c0032;
  line-height: 2rem;
  padding-bottom: 20px;
  position: relative;
}
.about-title img {
    position: absolute;
    height: 150px;
    width: auto;
    aspect-ratio: auto;
    max-inline-size: none;
    max-block-size: none;
    bottom: 0;
    right: 0;
}

@media (max-width: 1029px) {

  .about-title img {
    right:  auto;
    left: 100%;
  }
}


.about-title-us {
  color: #333;
}
.about-subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}
.about-right {
  padding: 20px 20px 0 20px;
}
.about-left {
  padding: 20px 20px 0 20px;
}
.about-button {
  display: block;
  width: fit-content;
  padding: 0.5em 3em;
  margin: 0 auto;
  border-radius: 2em;
  white-space: nowrap;
  transition: all 0.5s;
  background: var(--main-color);
  color: #fff;
}
.about-image {
  position: relative;
}
.about-image img {
  margin: 70px 10px 10px 0px;
  border-radius: 30px;
}
.about-image-2 img {
  transform: translateY(40%);
  border-radius: 30px;
}
.about-image-3 img {
  top: 50%;
  transform: translateY(70%);
  width: 300px;
  height: 300px;
}
/* 画面幅767px以下の場合 */
@media screen and (max-width: 767px) {
  .about-right {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .about-right image {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .about-image img {
    margin-top: 20px;
  }
  .about-right p {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-top: 20px;
  }
  .about-right .about-button {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .about-title {
    padding-bottom: 0;
    font-size: 2.5rem;
  }
  .about-title img {
    right: 0;
    left: auto;
      height: 100px;
  }
  .about-subtitle {
    font-size: 1.2rem;
  }
  .about-image-2 {
    display: none;
  }
  .about-image-3 img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 150px;
    height: 150px;
    object-fit: contain;
    max-block-size: none;
    transform: none;
  }
  .about-left {
    padding: 10px 10px 60px 10px;
    position: relative;
  }
}

/* banner */
.banner {
  padding: 80px 10px;
  position: relative;
  background-color: #eee7e0;
  z-index: 1;
}
.banner img {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
}
.banner-cat img {
  width: 360px;
  height: 360px;
  top: 55%;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .banner img {
    width: 100%;
  }
  .banner-cat img {
    width: 130px;
    height: auto;
    top: 60%;
    left: 0;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 1029px) {
  .banner-cat img {
    width: 300px;
    height: auto;
  }
}
/* card */
.card {
  background-color: #eee7e0;
  padding: 50px 15px;
}
.card_head {
  text-align: center;
  color: #c7324b;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2rem;
}
.card_head-text {
  font-size: 1.2rem;
  color: #333;
}
#cardlayout-wrap {
  position: relative;
  margin: 2em auto;
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  padding-bottom: 20px;
}

.card-list {
  margin: 0.5em auto;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
  max-width: 400px;
}

.card-list:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.card-list .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 20px;
  gap: 0 10px
}
.card-list .category > span {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  line-height: 1.2;
  padding: 3px 15px;
  border-radius: 100vmax;
}

.card-list .category > span.cat {
  background: #000;
}
.card-list .category > span.information {
  background: #EDC45D;
}

.card_01 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  color: #212121;
  text-decoration: none;
}

#cardlayout-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.card-figure {
  margin: 0;
  padding: 0;
}

.card-title {
  color: #333;
  text-align: left;
  line-height: 1.5;
  font-size: 20px;
  padding: 0 20px;
  margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  font-weight: bold;
}
.data-box {
  padding: 5px 0 5px 15px;
  color: #c7324b;
}

.card-text-tax {
  margin: 0;
  padding: 0 1em;
  color: #818181;
  font-size: 0.9em;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1em;
}

.card__text_01 {
  margin-bottom: 0;
}

.card__footer_01 {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  border: 3px solid #c7324b;
  border-radius: 100px;
  width: auto;
  padding: 5px 20px;
  box-sizing: border-box;
  background: #fff;
  color: #c7324b;
  text-decoration: none;
  margin: 10px 0;
}

.button_01.-compact:after {
  content: "→";
  display: inline;
  margin-left: 0.5em;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #c7324b;
  color: #fff;
}

/* 画面幅768px以上の場合 */
@media all and (min-width: 768px) {
  #cardlayout-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .home #cardlayout-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card__footer_01 {
    display: block;
  }
}

/* 画面幅992px以上の場合 */
@media all and (min-width: 992px) {
  #cardlayout-wrap {
    grid-template-columns: 1fr 1fr;
  }
  #cardlayout-wrap::after {
    content: '';
    display: block;
    width: calc(96% / 3);
  }
  .card_head {
    font-size: 3.5rem;
  }
  .card_head-text {
    font-size: 1.2rem;
  }
}

/* recruit */
.recruit-inner-wrap {
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
}
.recruit {
  background-color: rgb(199, 50, 75);
  padding-top: 70px;
  position: relative;
  padding-bottom: 30px;
  z-index: 0;
}
.recruit p {
  padding-bottom: 20px;
}
.recruit-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 2rem;
  padding-bottom: 20px;
}
.recruit-subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.recruit-right {
  padding: 20px 20px 0 20px;
}
.recruit-left {
  padding: 20px 20px 0 20px;
}
.recruit-right p {
  color: #fff;
}
.recruit-button {
  display: block;
  width: fit-content;
  padding: 0.5em 3em;
  margin: 0 auto;
  border-radius: 2em;
  white-space: nowrap;
  transition: all 0.5s;
  background: #fff;
  color: #c7324b;
  font-weight: bolder;
}
.recruit-image {
  position: relative;
  width: 80%;
  height: auto;
}
.recruit-image img {
  top: 50%;
  transform: translateY(-20%);
  width: 100%;
}


.recruit-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recruit-main-text {
  border-top: 4px double #c7324b;
  border-bottom: 4px double #c7324b;
  font-size: 1.3rem;
  padding: 10px 0;
  margin-bottom: 30px;
  color: #c7324b;
  font-weight: bold;
  width: 100%;
  order: 0;
}

.recruit-text > p {
  order: 2;
}
.recruit-text > img {
  height: 120px;
  width: 150px;
  object-fit: contain;
}
.recruit-text > img.cat_kuro06 {
  order: 3;
}
.recruit-text > img.cat_chiko05 {
  order: 1;
}

@media screen and (max-width: 767px) {
  .recruit-image {
    width: 60%;
  }
  .recruit-image img {
    transform: translateX(20%);
  }
  .recruit-title {
    font-size: 2.5rem;
  }
  .recruit-subtitle {
    font-size: 1.2rem;
  }
  .recruit-text > p {
    order: 1;
  }
  .recruit-text > img.cat_kuro06 {
    order: 3;
  }
  .recruit-text > img.cat_chiko05 {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {

  .recruit-text > p {
    order: 2;
    width: calc(100% - 300px);
    text-align: left;
  }

  .recruit-image img {
    top: 50%;
    transform: translateY(20%);
  }
  .recruit-image {
    width: 100%;
    height: auto;
  }
  .recruit {
    padding-bottom: 60px;
  }
}

article.page_recruit {
  padding-bottom: 0;
}


#recruit_info {
  padding: 80px 0;
  background-color: #eee7e0;
}

#recruit_info .recruit-contact {
  text-align: center;
}
#recruit_info .feature-title {
  transform: none;
}

.recruit_list {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px 0;
}

.recruit_list .recruit_box {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
.recruit_list .recruit_box > .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;    
    text-align: center;
    position: relative;
    padding: 15px 0;
}
.recruit_list .recruit_box > .title:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.recruit_list .recruit_box table {
    width: 100%;
}
.recruit_list .recruit_box table tbody {
    border: none;
    background: transparent;
}
.recruit_list .recruit_box table th,
.recruit_list .recruit_box table td {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}
.recruit_list .recruit_box table th {
    color: var(--text-color);
    border-bottom-color: var(--main-color);
    font-weight: bold;
    width: 200px;
}


@media (max-width: 767px) {
    .recruit_list .recruit_box {
        padding: 30px 15px;
    }

    .recruit_list .recruit_box > .title {
        font-size: 20px;
    }
    .recruit_list .recruit_box table  {
        font-size: 16px;
    }

    .recruit_list .recruit_box table th {
        padding: 15px;
        border-bottom: none;
        padding: 10px;
        width: 100%;
        border-bottom: 1px solid var(--main-color);
    }
    .recruit_list .recruit_box table td {
        border-bottom: none;
    }

}







/* contact */
.contact-inner-wrap {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}
.contact {
  background-image: url(../images/top/contact.webp);
  background-size: cover;
  background-color: rgba(51, 51, 51, 0.7);
  background-blend-mode: darken;
  padding: 150px 0 100px 0;
}
.contact p {
  padding-bottom: 30px;
}
.contact-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1rem;
  padding-bottom: 40px;
  text-align: center;
  line-height: 2rem;
}
.contact-subtitle {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}

.contact .two_in_one {
  gap: 0 20px;
  align-items: center;
}
.contact .two_in_one > div {
  width: auto;
  flex: 1;
}
.contact-button {
  display: block;
  width: fit-content;
  padding: 0.5em 3em;
  margin: 0 auto;
  border-radius: 2em;
  white-space: nowrap;
  transition: all 0.5s;
  background: #c7324b;
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
}

.contact-image {
  position: relative;
}
.contact-image img {
  margin: 40px 10px 10px 10px;
  border-radius: 30px;
}
.contact-right {
  text-align: center;
}

.contact-right a {
  position: relative;
  padding-left: 50px;
  font-size: 2.5rem;
  color: #fff;
}
.contact-right a::before {
  position: absolute;
  content: url('../images/common/icon_tel_w.svg'); /* アイコン画像 */
  top: -10px;
  left: 15px;
}
.contact-right p {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.contact-left {
  /*padding-top: 30px;*/
}
.contact-right br {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact {
    text-align: center;
  }
  .contact-title {
    font-size: 2.5rem;
    padding-bottom: 20px;
  }
  .contact-subtitle {
    font-size: 1.2rem;
  }

  .contact .two_in_one {
    gap: 20px 0;
  }
  .contact .two_in_one > div {
    width: 100%;
    flex: none;
  }

  .contact-right a {
    font-size: 2rem;
  }
  .contact-right br {
    display: block;
  }

  .contact-button {
    font-size: 16px;
    padding: 1em 2em;
  }
}
/* footer */
.footer {
  background-color: #fff;
}
.f001 .footer .logo a {
  color: inherit;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 100%;
}
.footer .text {
  color: #333;
}
.f001 #inner-footer {
  text-align: center;
  display: block;
}
.f001 .copyright {
  background-color: #c7324b;
  color: #fff;
  padding: 5px 0;
}
.f001 #inner-footer {
  padding-bottom: 10px;
}

/* 会社案内 */
/* メッセージ */
#profile1 {
  padding-bottom: 100px;
  position: relative;
}

#profile1 > .inner {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

#profile1 .row {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}

#profile1 .row img.cat_chiko01 {
    width: 60px;
    display: block;
}

#profile1 .two_in_one {
  align-items: center;
  gap: 40px;
  position: relative;
}
#profile1 img.cat_chiko02 {
    width: 80px;
    display: block;
    position: absolute;
    bottom: -80px;
    right: 3%;
}
#profile1 img.cat_kuro01 {
    width: 200px;
    display: block;
    position: absolute;
    bottom: -50px;
    right: 40%;
}

#profile1 .two_in_one > div {
  width: auto;
  flex: 1;
}

#profile1 .two_in_one > div.left-profile-title {
  padding: 0 5%;
}
#profile1 .two_in_one > div.left-profile-title p {
  line-height: 2;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.row > *:last-child {
  font-size: 60%;
  font-weight: normal;
}
.row > * {
  margin: 0 0.5em;
}
.row > .en {
  color: #c7324b;
}
.row > .jp {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.profile-text {
  line-height: 1.7rem;
}
.right-profile-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {

  #profile1 .two_in_one > div {
    width: 100%;
    flex: none;
  }

  .right-profile-image img {
    padding-left: 0;
    padding-bottom: 50px;
  }
  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .google-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #profile4 .access-title {
    padding-bottom: 0;
  }
}
/* 企業理念 */

#profile2 {
  position: relative;
  background-image: url(../images/top/top_mv.webp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  z-index: 0;
}

#profile2 > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

#profile2 > .inner {
  position: relative;
}
.philosophy-text {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-weight: bold;
  padding: 20px 60px;
  font-size: 23px;
  color: #333;
  /* text-shadow: 1px 1px 0 #333; */
}
.philosophy-text li {
  list-style-type: upper-roman;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .philosophy-text {
    font-size: 20px;
    padding: 20px;
  }
}

/* 会社概要 */
#profile3 {
  padding-top: 60px;
}

#profile3 .company-title {
  align-items: center;
}
#profile3 .company-title > img {
  height: 100px;
  width: auto;
  margin: 0 15px;
}
#profile3 .company-title > img.cat_chiko03 {
  height: 140px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
  border-top: solid 5px #c7324b;
  border-bottom: solid 5px #c7324b;
  background-color: rgba(199, 50, 75, 0.05);
}
#profile5 tbody {
  background-color: #fff;
}

#profile5 .history-title {
  align-items: center;
}
#profile5 .history-title img.cats01 {
  width: 300px;
  max-height: 200px;
  object-fit: contain;
}
#profile5 .history-title img.cats02 {
    width: 300px;
    max-height: 250px;
    object-fit: contain;
    margin-bottom: -50px;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
table.company_info {
  width: 80%;
  margin: 0 auto 40px;
}
table.company_info tr:first-child td {
  border-bottom: 1px solid #333;
}
table.company_info td {
  position: relative;
}
table.company_info th,
table.company_info td {
  border-bottom: 1px solid #000;
  padding: 20px 30px;
}
table.company_info td {
  position: relative;
}
th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
  color: #c7324b;
}
td {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #profile3 .company_info th,
  #profile3 .company_info td {
    background-color: #fff;
    text-align: center;
  }

   #profile3 .company_info tr:last-child td {
    border-bottom: none;
   }

  #profile3 .company_info th {
  
  }

  .br-sp {
    display: block;
  }

  table.two-column tbody th,
  table.two-column tbody td {
    display: block;
    border: none;
    width: auto;
  }
  #profile5 table.two-column th {
    height: 30px;
  }
  #profile5 table.two-column tr {
    border-bottom: solid 5px #c7324b;
  }
  #profile5 table.history-info td {
    padding: 20px;
  }
}

/* アクセス */
#profile4 {
  background-color: #eee7e0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 60px 0;
}
#profile4 .google-map {
  position: relative;
}
#profile4 .google-map > img.cat_kuro03_top {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 250px;
}
#profile4 .google-map > img.cat_kuro03_bottom {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  transform: scale(-1, 1);
  width: 250px;
}

.google-map iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.access-text {
  margin: 10px 20px;
}
h4.stripe_bottom {
  display: inline-block;
  position: relative;
  border-bottom: 4px dotted #c7324b;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.access-subtext {
  margin: 5px 0 10px;
  font-size: 15px;
}

/* 会社沿革 */
#profile5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee7e0;
}
table.history-info {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 95%;
  margin: 0 auto 40px;
}
table.history-info th {
  position: relative;
  font-weight: bold;
  width: 25%;
  height: 80px;
  background: #c7324b;
  text-align: center;
  color: #fff;
  border-left: 10px solid #9c0032;
}

table.history-info th.cat:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../images/cat/icon_foot_w.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}


table.history-info td {
  padding: 5px 25px;
  background: #fff;
  color: #333;
  font-weight: bold;
  line-height: 1.5rem;
}
table.history-info td a {
  color: #333;
  text-decoration: underline;
}


/* 事業内容 */
#profile6 {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 60px 0;
}

#profile6 .business-title {
  align-items: center;
}
#profile6 .business-title > img {
  width: 200px;
}


.business-text {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.business-text .inner {
  background: linear-gradient(transparent 60%, #c7324b 100%);
  display: inline-block;
  background: #c7324b;
  color: #fff;
  padding: 0 15px;
}
.business-image img {
  position: absolute;
  width: 75px;
  height: auto;
  top: 55%;
  left: 85%;
}

@media screen and (max-width: 767px) {
  .business-image img {
    left: 70%;
    top: 90%;
  }
  .business-text {
    text-align: center;
    font-size: 19px;
  }
  .business-subtext {
    padding: 0 10px 0;
  }
}

/* リクルート */
/* 採用メッセージ */
.recruit-main-text {
  text-align: center;
}
#recruit2 {
  padding: 30px;
}
.recruit-image {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
#slanting04 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-wrap: wrap;
}
ul#slanting04 li {
  width: 25%;
  height: auto;
  display: inline-block;
  background: #c7324b;
  overflow: hidden;
}
ul#slanting04 li img {
  min-width: 100%;
  width: 100%;
  transform: none;
  display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
  ul#slanting04 li {
    width: 50%;
  }
}

/* ごあいさつ */
#recruit1 {
  text-align: center;
}
.top-message {
  text-align: center;
  font-weight: bold;
}
.top-message .name {
  font-size: 20px;
  padding-left: 5px;
}
#profile1 .profile-maintext {
  text-align: start;
}
@media screen and (max-width: 767px) {
  .profile-text br {
    display: none;
  }
  .right-profile-image img {
    width: 100%;
  }
  #recruit1 {
    text-align: start;
  }
  .recruit-main-text {
    text-align: start;
  }
}
/* リクルート */
#recruit4 .grid-benefit-container {
  max-width: 1100px;
  margin: 0 auto;
}
.grid-benefit-container {
  display: flex;
  justify-content: center; /* 中央寄せ */
}

.grid-benefit {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列に変更 */
  gap: 20px;
  @media (max-width: 768px) {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-benefit .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ccc; /* アイテムの枠線 */
  height: 200px; /* アイテムの高さを固定 */
  background: #fff;
}

.grid-benefit .item img {
  width: 50px; /* 画像の幅 */
  height: 50px; /* 画像の高さ */
  object-fit: contain; /* 画像の表示方法 */
  margin-bottom: 10px;
  filter: sepia(1);
}

.grid-benefit .item p {
  margin: 10px;
  color: #9c0032;
  font-weight: bold; /* テキストのマージン */
}
.grid-benefit .item span {
  font-size: 0.8rem;
}
.benefit-title {
  margin-bottom: 30px;
}
#recruit4 {
  background-color: #eee7e0;
  background-color: #eee7e0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 80px 0 80px;
  text-align: center;
  position: relative;
}
#recruit4 .card_head {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9c0032;
  display: inline-block;
  margin-bottom: 30px;
}

#recruit4 .card-number {
  width: 50px;
  height: 50px;
  padding-top: 4px;
  background-color: #c7324b;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto;
  transform: translateY(-40%);
  font-size: 25px;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  #recruit4 .card_head {
    font-size: 20px;
  }

  #recruit4 .grid-benefit-container {
    width: 96%;
    margin-inline: auto;
  }
}

/* 特徴 */
#recruit5 {
  text-align: center;
  padding-bottom: 50px;
}
.feature-title {
  transform: translateY(-30px);
  border-radius: 20px;
  background-color: #c7324b;
  color: #fff;
  margin: 0 auto;
  padding: 5px 150px;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-top: 60px;
}

.feature-text {
  display: grid;
  grid-template-columns: 1fr 200px;
  justify-content: center;
  border-bottom: 2px dashed #c7324b;
  margin-bottom: 20px;
  align-items: center;
}
.feature-text span {
  color: #000;
}
.feature-text:last-child {
  border-bottom: none;
}
.feature-right {
  padding: 30px 20px 5px 10px;
  text-align: start;
}
.feature-right-text {
  color: #c7324b;
  font-size: 20px;
  font-weight: bold;
}
.feature-right p {
  padding-left: 15px;
  padding-top: 15px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.feature-image img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  object-fit: contain;
}

@media screen and (max-width: 1029px) {
  .feature-right {
      
  }
  .feature-left {
      width: 200px;
  }
  .feature-image img {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-title {
    padding: 5px;
    font-size: 20px;
    border-radius: 10px;
    transform: translateY(-20px);
  }
  .feature-text {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature-right {
    /*text-align: center;*/
    width: 100%;
  }
  .feature-right p {
    text-align: justify;
  }
  .feature-right p br {
    /*display: none; */
  }

  .feature-left {
    width: 100%;
  }

  .feature-image img {
    width: auto;
    max-width: 100%;
  }
}
/* Currently Recruiting */
#profile6 {
}
.profile-subtext {
  font-size: 18px;
  color: #000;
}
.card-inner {
  margin: 20px;
}
.profile-maintext {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding-bottom: 30px;
  color: #c7324b;
  line-height: 2.2rem;
}
.c-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 3px solid #c7324b;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
  overflow: hidden;
}

.c-card__contents {
  display: flex;
  flex-direction: column;
}
.c-card__title {
  font-weight: bold;
  font-size: 24px;
  margin: 1rem 1rem 0;
  order: 2;
  color: #c7324b;
}

.c-card__text {
  font-size: 17px;
  padding: 0;
  margin: 0 1rem;
  order: 3;
}
.c-card__subtext {
  font-size: 17px;
  padding: 0;
  margin: 0 1rem;
  order: 4;
  color: #c7324b;
  text-decoration: underline;
}

.c-card__thumbnail {
  order: 1;
}

.c-card__thumbnail-pict {
  display: block;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .profile-maintext {
    font-size: 36px;
  }
  .c-card.c-card--row {
    max-width: 780px;
  }

  .c-card.c-card--row .c-card__contents {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 0 20px;
    grid-template-areas:
      'pict title'
      'pict text'
      'pict subtext';
  }

  .c-card.c-card--row .c-card__thumbnail {
    grid-area: pict;
  }

  .c-card.c-card--row .c-card__title {
    grid-area: title;
    font-size: 1.4rem;
    padding: 0px 20px;
  }

  .c-card.c-card--row .c-card__text {
    grid-area: text;
    margin: 0;
    font-size: 16px;
    padding: 0px 36px;
  }
  .c-card.c-card--row .c-card__subtext {
    grid-area: subtext;
    margin: 0;
    font-size: 16px;
    padding: 0 25px;
    line-height: 1.8em;
    text-align: center;
  }
  .c-card.c-card--row.c-card--row-reverse .c-card__contents {
    grid-template-areas:
      'title pict'
      'text pict'
      'subtext pict';
  }
}

/* リクルートお問い合わせ */
#recruit7 {
  background-color: #c7324b;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding: 50px 0;
}
.recruit-contact-title {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.recruit-contact-form {
  background: #fff;
  padding: 50px 0;
  border-radius: 30px;
  margin: 50px;
  position: relative;
}

@media (max-width: 767px) {

  .recruit-contact-form {
    margin: 50px 0;
    padding: 40px 15px;
  }
  table.mail_form tr:first-child {
    border-top: none;
  }
}

/* ブログ */
#blog {
  background-color: #eee7e0;
  padding: 50px 0 0;
}
#blog.single {
  background: #fff;
}

#blog .cat_chart {
  background: var(--main-color);
  padding: 50px 0;
  margin-top: 50px;
}


#blog .cat_chart > .inner {
  max-width: 1400px;
  margin: auto;
  width: 95%;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  background: #efeae6;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}

#blog .cat_chart > .inner img.imglogo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 50px;
  object-fit: contain;

}

#blog .cat_chart > .inner .history {
  width: 100%;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  align-self: center;
}
#blog .cat_chart > .inner .history > img {
  width: 100%;
}
#blog .cat_chart > .inner .chiko {
  width: 100%;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  display: grid;
  grid-template-columns: 40% 1fr;
}
#blog .cat_chart > .inner .chiko img,
#blog .cat_chart > .inner .kuro img {
  align-self: center;
  justify-self: center;
}
#blog .cat_chart > .inner .kuro {
  width: 100%;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: grid;
  grid-template-columns: 40% 1fr;
}

#blog .cat_chart > .inner .text {
  background: #fff;
  padding: 20px;
}
#blog .cat_chart > .inner .text .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: var(--main-color);
}
#blog .cat_chart > .inner .text .title > span {
  font-size: 16px;
  margin-left: 1em;
  color: #000;
}

#blog .cat_chart > .inner .text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1029px) {
  #blog .cat_chart > .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  #blog .cat_chart > .inner .history {
    width: 500px;
    max-width: 100%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  #blog .cat_chart > .inner {
    padding: 40px 20px;
  }
  #blog .cat_chart > .inner img.imglogo {
      left: 10px;
      top: 10px;
      width: 60px;
  }
  #blog .cat_chart > .inner .kuro,
  #blog .cat_chart > .inner .chiko {
    grid-template-columns: 100%;
    gap: 20px;
  }

}


.chart_title {
    display: table;
    color: #fff;
    padding: 0;
    margin: 0 auto 30px;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}
.chart_image {
  border-radius: 20px;
  overflow :hidden;
  width: 100%;
}
.chart_image > img {
  width: 100%;
  height: auto;
  display: block;
}

#blog.single #sidemenu {
  padding-top: 0;
}

@media (max-width: 767px) {
  #blog {
    padding: 0;
  }
}

.logo_title {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.logo_title > .inner {
  display: flex;
  align-items: center;
}

.logo_title > .inner > img {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.logo_title .title001 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .logo_title > .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .logo_title > .inner > img {
    margin: 0 0 15px;
  }
}

#recruit7 {
  display: none;
}



.blog_info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .pl001 {
    padding-top: 20px;
  }

}

/* カテゴリー */
.cat_list001 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}
.cat_list001 > a {
    background: #333;
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    width: 215px;
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
    background: var(--main-color);
}
.cat_list001 > a.current:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../images/common/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cat_list001 > a.cat {
  background: #000;
}
.cat_list001 > a.information {
  background: #EDC45D;
  
}

.cat_list001 > a:hover {
  opacity: 0.5;
}

@media (max-width: 1029px) {
    .cat_list001 {
        justify-content: center;
    }

}

@media (max-width: 767px) {

	.cat_list001 > a {
		width: calc(50% - 10px);
	}
  .cat_list001 > a.cat {
    width: 100%;
  }
}



.cat_list002 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 20px;
}
.cat_list002 > a {
    background: #333;
    display: block;
    padding: 0 10px;
    white-space: nowrap;
    width: auto;
    min-width: 150px;
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
    background: var(--main-color);
}
.cat_list002 > a.cat {
  background: #000;
}
.cat_list002 > a.information {
  background: #EDC45D;
}
.cat_list002 > a:hover {
  opacity: 0.5;
}


#main.blog article {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 0 30px;
}

@media (max-width: 1029px) {
  #main.blog article {
    grid-template-columns: 100%;
  }
}



#sidemenu {
  width: 100%;
  padding-top: 160px;
}
#sidemenu h2 {
  text-align: center;
  background: var(--main-color);
  border-radius: 100vmax;
  padding: 10px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}

#sidemenu ul {
}
#sidemenu ul > li {
  border-bottom: 1px solid #999;
}
#sidemenu ul > li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
}

@media (max-width: 1029px) {
  #sidemenu {
    padding-top: 0;
  }
  #sidemenu ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 30px;
  }
  #sidemenu ul > li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #sidemenu {
    padding-top: 10px;
  }
  #sidemenu ul {
    grid-template-columns: 1fr 1fr;
  }

}



.factory_image_list {
  display: grid;
  gap: 40px 0;
}

.factory_image_list img {
  display: block;
  width: 80%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;  
}

@media (max-width: 767px) {

  .factory_image_list img {
    width: 100%;
  }
}

/* *************************************
// スタイル
************************************* */
body:not(.home) .h002.header {
  position: fixed;
  animation: none !important;
  background: #fff;
  height: 75px;
}

#container {
  padding-top: 75px;
  overflow: hidden;
}

.hl001 {
  background: var(--main-color);
}
.hl001 > .inner {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 5%;
}
.hl001 .en {
    line-height: 1.6;
}
.hl001 .jp {
    display: block;
    font-size: max(0.4em, 12px);
    line-height: 1;
}
.hl001 .sub {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.hl001 > .inner:before,
.hl001 > .inner:after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hl001 > .inner:before {
  background-image: url(../images/cat/cat_face1.webp);
  right: 100%;
}
.hl001 > .inner:after {
  background-image: url(../images/cat/cat_face2.webp);
  top: 50%;
  left: 100%;
  rotate: 15deg;
}

@media (max-width: 767px) {

  .hl001 > .inner:before,
  .hl001 > .inner:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

}


#main.blog .hl001 {
  overflow: hidden;
}
#main.blog .hl001 > .inner:before {
  background-image: url(../images/blog/blog_company2.png);
  rotate: 0deg;
  height: 200px;
  width: 350px;
}
#main.blog .hl001 > .inner:after {
  background-image: url(../images/blog/blog_cat.png);
  rotate: 0deg;
  height: 200px;
  width: 400px;
}

@media (max-width: 767px) {
  #main.blog {
    background: #eee7e0;
  }

  .single #main.blog {
    background: #fff;
  }

  #main.blog .hl001 > .inner:before,
  #main.blog .hl001 > .inner:after {
    display: none;
  }

  .blog_cat_image {
        margin-top: -20px;
        position: relative;
  }

  .blog_cat_image > img:nth-child(1) {
    width: 55%;
    display: block;
    margin-left: auto;
  }

  .blog_cat_image > img:nth-child(2) {
    width: 55%;
    margin-right: auto;
    display: block;
  }


}




.hl001:before {
  display: none;
}


.title001 {
  text-align: center;
  margin-bottom: 50px;

  line-height: 1;
}
.title001 > .en {
  font-weight: 700;
  font-size: 40px;
  color: var(--main-color);
}
.title001 > .jp {
  font-weight: 700;
  font-size: 22px;
}

.title001 > *:nth-child(2) {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .title001 > .en {
    font-size: 30px;
  }
  .title001 > .jp {
    font-size: 18px;
  }
}

.text_center {
  text-align: center;
}

@media (max-width: 767px) {
  .text_center {
    text-align: left;
  }
}

/* *************************************
// おそとギアって何？
************************************* */
#osotogear_whats {
  padding-top: 80px;
  padding-bottom: 50px;
}

#osotogear_whats .description {
  margin-bottom: 40px;
  text-align: center;
}

#osotogear_whats .two_in_one {
  margin-bottom: 60px;
  align-items: center;
}

#osotogear_whats .two_in_one > div:nth-child(1) {
  padding-right: 40px;
  padding-left: 0;
}

#osotogear_whats .two_in_one.reverse > div:nth-child(1) {
  padding-right: 0px;
  padding-left: 40px;
}

#osotogear_whats .two_in_one h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}

#osotogear_whats .two_in_one h3 > span {
  background: var(--main-color);
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0;
    display: inline-block;
}

#osotogear_whats .two_in_one .image > img {
  border-radius: 20px;
}

@media (max-width: 1029px) {
  #osotogear_whats .two_in_one > div {
    width: 70%;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {

  #osotogear_whats .description {
    text-align: left;
  }

  #osotogear_whats .description br {
    display: none;
  }

  #osotogear_whats .two_in_one > div {
    width: 100%;
  }

  #osotogear_whats .two_in_one h3 {
    font-size: 24px;
  }
}

/* *************************************
// おそとギア製品紹介
************************************* */
#osotogear_products {
  padding-top: 80px;
  padding-bottom: 50px;

  background: var(--sub-color);
}

.product_list > div {
  margin-bottom: 100px;
}
.product_list > div.two_in_one {
  align-items: flex-end;
}

.product_list > div.two_in_one:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}

.product_list > div.two_in_one > div:nth-child(1) {
  padding: 20px calc(5% + 40px) 20px 40px;
  background: #fff;
  border-radius: 20px;
  width: 60%;
}
.product_list > div.two_in_one > div:nth-child(2) {
  margin-left: -5%;
  margin-bottom: -50px;
  position: relative;
  width: 45%;
}


.product_list > div.two_in_one > .left .two_in_one {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.product_list > div.two_in_one > .left .two_in_one > div {
  width: 100%;
}
.product_list > div.two_in_one > .left .two_in_one > div p {
  margin: 0;
  font-size: 
}

.product_list > div.two_in_one > .left .two_in_one > div img {
  border-radius: 10px;
}
.product_list > div.two_in_one > .left .two_in_one > div a {
  transition: opacity 0.3s;
}
.product_list > div.two_in_one > .left .two_in_one > div a:hover {
  opacity: 0.6;
}

.product_list > div h3 {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  display: table;
  margin: 0 auto 20px;
  border-bottom: 1px solid #000;
  padding: 5px;
  min-width: 200px;
}

.product_list > div .image > img {
  border-radius: 20px;
  width: 100%;
}

.product_list .two_in_one > div .deco > img {
  position: absolute;
  height: auto;
}

.product_list .two_in_one.product1 > div .deco > img.cat1 {
  width: 85px;
  right: 65%;
  bottom: 10px;
}

.product_list .two_in_one.product2 > div .deco > img.cat1 {
  width: 100px;
  right: 5%;
  bottom: 15%;
}

.product_list .two_in_one.product3 > div .deco > img.cat1 {
  width: 100px;
  right: 65%;
  bottom: 100%;
}

.product_list .two_in_one.product4 > div .deco > img.cat1 {
  width: 90px;
  right: -5%;
  bottom: 62%;
}

.product_list .two_in_one.product1 > div .deco > img.cat2 {
  width: 150px;
  right: 5%;
  bottom: 100%;
}

.product_list .two_in_one.product2 > div .deco > img.cat2 {
  width: 90px;
  right: 77%;
  bottom: 7%;
}

.product_list .two_in_one.product3 > div .deco > img.cat2 {
  width: 70px;
  right: 7%;
  bottom: 0%;
}

.product_list .two_in_one.product4 > div .deco > img.cat2 {
  width: 100px;
  right: 50%;
  bottom: 10%;
}

.product_list table {
  width: 100%;
}
.product_list table tbody {
  border: none;
  background: transparent;
}

.product_list table tr th {
  padding: 10px;
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  border-bottom-color: #fff;
}
.product_list table tr td {
  padding: 10px;
  font-size: 20px;
  border: 1px solid #ccc;
  text-align: center;
}
.product_list table tr td > span {
  font-size: 80%;
  margin-right: 0.5em;
}

@media (max-width: 1029px) {
  .product_list > div.two_in_one > div:nth-child(1) {
    padding: 20px 40px;
    width: 80%;
    border-radius: 20px 20px 0 0;
  }
  .product_list > div.two_in_one > div:nth-child(2) {
    width: 80%;
    margin: 0;
  }
  .product_list > div.two_in_one > div:nth-child(2) .image > img {
    border-radius: 0 0 20px 20px;
  }

  .product_list .two_in_one.product1 > div .deco > img.cat2 {
    bottom: 25px;
    right: -10%;
  }
  .product_list .two_in_one.product3 > div .deco > img.cat1 {
    bottom: 80px;
  }
}

@media (max-width: 767px) {
  .product_list > div.two_in_one > div:nth-child(1) {
    padding: 20px 20px;
    width: 100%;
  }
  .product_list > div.two_in_one > div:nth-child(2) {
    width: 100%;
  }

  .product_list > div h3 {
    font-size: 20px;
  }

  .product_list .two_in_one.product1 > div .deco > img.cat1 {
    width: 60px;
  }
  .product_list .two_in_one.product1 > div .deco > img.cat2 {
    width: 120px;
  }
  .product_list .two_in_one.product2 > div .deco > img.cat1 {
    width: 60px;
  }
  .product_list .two_in_one.product2 > div .deco > img.cat2 {
    width: 60px;
  }
  .product_list .two_in_one.product3 > div .deco > img.cat1 {
    width: 65px;
    bottom: 58px;
  }
  .product_list .two_in_one.product3 > div .deco > img.cat2 {
    width: 50px;
  }
  .product_list .two_in_one.product4 > div .deco > img.cat1 {
    width: 65px;
    right: 2%;
    bottom: 32%;
  }
  .product_list .two_in_one.product4 > div .deco > img.cat2 {
    width: 75px;
  }

  .product_list table tr th {
    border-bottom-color: var(--main-color);
    text-align: center;
  }
  .product_list table tr td {
    border: none;
  }

  .product_list > div.two_in_one > .left .two_in_one {
    grid-template-columns: 100%;
  }
  .product_list > div.two_in_one > .left .two_in_one > div.left {
    text-align: center;
  }
  .product_list > div.two_in_one > .left .two_in_one > div.right {
    width: 80%;
    margin: auto;
  }
}

/* *************************************
// ヘッダー
************************************* */

@media (width >= 1280px) {
  .h002.header .menu_box nav ul li a {
      min-width: 140px;
  }
}

.h002.header .menu_box nav ul li a,
.h002.header .menu_box nav ul li div {
  font-weight: 600;
  font-size: 16px;
  transition: opacity 0.3s;
  line-height: 1.4;
}

.h002.header .menu_box nav ul li a > span,
.h002.header .menu_box nav ul li div > span {
  font-size: 75%;
  color: var(--main-color);
}

.h002.header .menu_box nav ul li a:hover,
.h002.header .menu_box nav ul li div:hover {
  background: transparent;
  opacity: 0.6;
}

.h002.header .menu_box nav ul li[class^='btn'] a,
.h002.header .menu_box nav ul li[class^='btn'] div {
  color: #fff;
  border-radius: 100px;
}

.h002.header .menu_box nav ul li[class^='btn'] a > span,
.h002.header .menu_box nav ul li[class^='btn'] div > span {
  color: #fff;
}

.h002.header .menu_box nav ul li.btn_red a,
.h002.header .menu_box nav ul li.btn_red div {
  background: var(--main-color);
}
.h002.header .menu_box nav ul li.btn_black a,
.h002.header .menu_box nav ul li.btn_black div {
  background: #333;
}

.h002.header .menu_box nav ul li.border_none:after,
.h002.header .menu_box nav ul li[class^='btn']:after {
  display: none;
}

body:not(.home) .h002.header .menu_box nav ul li {
  background: transparent;
}

@media (width < 1280px) {
  .h002.header {
    position: fixed;
    height: 80px;
  }

  .h002.header .menu::after {
    content: '';
    display: block;
    width: 140%;
    height: auto;
    position: absolute;
    top: -25%;
    right: -20%;
    background: #333;
    border-radius: 50%;
    z-index: -1;
    aspect-ratio: 1;
  }
  .h002.header label.buMenu .icon-bar {
    background: #fff;
  }
  .h002.header .menu .menu_text {
    color: #fff;
  }
  .h002.header .menu_box {
    background: #eee7e0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .h002.header .menu_box nav ul li {
    margin-bottom: 10px;
  }
  .h002.header .menu_box nav ul li[class^='btn'] {
    margin-bottom: 20px;
  }
  .h002.header .menu_box nav ul li a,
  .h002.header .menu_box nav ul li div {
    font-size: 20px;
  }

  .h002.header .menu_box nav ul li[class^='btn'] a,
  .h002.header .menu_box nav ul li[class^='btn'] div {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .h002.header,
  body:not(.home) .h002.header {
    padding: 0;
    height: auto;
    position: fixed;
  }
  .h002.header #inner-header {
    height: 60px;
  }

  .h002.header .menu::after {
    width: 140%;
    height: 140%;
    top: auto;
    right: auto;
    bottom: 0;
    bottom: -8px;
    left: -7px;
  }

  #container {
    overflow: hidden;
    padding-top: 60px !important;
  }
}

/* *************************************
// フォーム
************************************* */
table.mail_form tbody {
  background: transparent;
  border: none;
}

table.mail_form tbody tr th {
  color: var(--text-color);
}

textarea {
  line-height: 1.5;
  padding: 0.75rem;
}

input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
select,
textarea,
.field {
  text-align: left;
}

.wpcf7 form .wpcf7-response-output {
  font-weight: bold;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

/* *************************************
// ページネーション
************************************* */

.pagination li > a,
.pagination li > span {
  padding: 5px 8px;
  border-radius: 5px;
}
.pagination li > a {
  /* border: 1px solid #cbcbcb; */
  color: #000;
  /* background: #fff; */
  border: none;
}
.pagination li > .page-numbers.current {
  color: #fff;
  background: var(--main-color);
}
.pagination li > a:hover,
.pagination li > a:focus {
  background: var(--main-color);
  color: #fff;
}

/* *************************************
// 事業の区分け
************************************* */
.business {
  padding-block: 60px;
}

.business__text {
width: min(100%,800px);
margin-inline: auto;
display: grid;
row-gap: 12px;
background-color: rgba(220, 220, 220, 0.5);
padding: 40px;
border-radius: 16px;
}

.business__text li {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: flex-start;
  column-gap: 8px;

}

.business__text li::before {
  content: "";
  display: inline-flex;
  width: 14px;
  height: 14px;
  background-color: var(--main-color);
  margin-block-start: 6px;
  flex-shrink: 0;
}

.section-list {
  display: grid;
  row-gap: 30px;
  margin-block-start: 80px;
}

.section-list__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px dashed var(--main-color);
  padding-block-end: 20px;
}

.section-list__item dt {
  display: grid;
  place-content: center;
  width: min(100%, 100px);
  padding: 10px;
  background-color: var(--main-color);
  margin-right: auto;
  margin-bottom: 15px;

  font-weight: bold;
  color: #fff;
}
.section-list__item .text {
  font-weight: 500;
  width: 45%;
}
.section-list__item  .images {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
.section-list__item  .image {
  position: relative;
}
.section-list__item  .image img {
  width: auto;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}



@media (width < 768px) {

  .business__text {
    width: min(100%,800px);
  }

  .section-list {
    width: min(100%, 600px);
    margin-inline: auto;
  }

  .section-list__item {
    flex-direction: column;
    border-bottom: none;
    padding-block-end: 0;
  }

  .section-list__item dt {
    width: 100%;
  }
  .section-list__item dd {
    margin-block-start: 10px;
    padding-inline: 20px;
  }
}


.business_segment_top {
  display: flex;
  flex-wrap: wrap;
  background: rgba(220, 220, 220, 0.5);
  padding: 20px;
  border-radius: 20px;
  align-items: center;
}
.business_segment_top > div.image {
  width: 25%;
}
.business_segment_top > .business__text {
  width: 50%;
  background: transparent;
}




/* *************************************
// SDGs
************************************* */



.business-subtext.business-subtext--sdgs {
  width: min(100%,800px);
  margin-inline: auto;
  margin-bottom: 2rem;
}

.business-image.business-image--cat img  {
top: auto;
bottom: 0;
}

@media (width < 768px) {

  #profile6 {
    padding-bottom: 80px;
  }

  .business-title.business-title--sdgs > h2 {
    margin: 0;
  }


  .business-image.business-image--cat img  {
  top: auto;
  }
}

/* *************************************
// タブレット対応
************************************* */
@media (max-width: 1029px) {

  #profile1 .two_in_one > div {
    width: 100%;
    flex: none;
  }

  #profile1 img.cat_kuro01 {
    right: auto;
    left: 5%;
  }
  #profile1 img.cat_chiko02 {
    right: 5%;
  }

  #profile4 .google-map > img.cat_kuro03_top,
  #profile4 .google-map > img.cat_kuro03_bottom {
    width: 200px;
  }

  #profile6 .business-title > img {
    width: 140px;
  }

  #profile5 .history-title {
    flex-direction: column;
  }
  #profile5 .history-title img.cats01 {
    margin-right: auto;
    margin-left: 0;
    transform: rotate(-35deg);
    margin-bottom: -65px;
  }
  #profile5 .history-title img.cats02 {
    margin-right: 0;
    margin-left: auto;
    transform: rotate(35deg);
    margin-top: -90px;
    margin-bottom: -120px;
  }
  .section-list__item {
    gap: 30px 0;
  }
  .section-list__item .text,
  .section-list__item .images {
    width: 100%;
  }

  .section-list__item .images {
    justify-content: center;
    gap: 0 20px;
  }
}

@media (max-width: 767px) {

  #profile1 .row img.cat_chiko01 {
    margin-left: auto;
    margin-top: -100px;
  }

  #profile1 img.cat_kuro01 {
    left: 0;
    width: 150px;
    bottom: 0;
  }
  #profile1 img.cat_chiko02 {
    width: 65px;
    bottom: 0;
  }
  #profile3 .company-title {
    flex-direction: row;
    justify-content: space-around;
  }

  #profile3 .company-title .jp {
    width: 100%;
    text-align: center;
  }

  #profile3 .company-title > img {
    order: 1;
    width: 30%;
  }

  table.company_info th,
  table.company_info td {
    padding: 10px;
  }
  table.company_info th {
    border-bottom: 0;
  }

  #profile4 .access-title {
    margin-bottom: 80px;
  }
  #profile4 .google-map {
    overflow: visible;
    margin-bottom: 50px;
  }

  #profile4 .google-map > img.cat_kuro03_top,
  #profile4 .google-map > img.cat_kuro03_bottom {
    width: 130px;
  }

  #profile6 .business-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #profile6 .business-title .en {
    width: 100%;
    text-align: center;
  }
  #profile6 .business-title .jp {
    width: 100%;
    text-align: center;
  }

  #profile6 .business-title > img.cat_chiko04 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 10px;
    order: 3;
  }
  #profile6 .business-title > img.cat_kuro04 {
    margin-left: auto;
    margin-right: 0;
    order: 4;
  }
  #profile5 .history-title {
    padding: 50px 0;
    position: relative;
  }
  #profile5 .history-title img.cats01 {
    width: 150px;
    position: absolute;
    bottom: 10px;
    right: -20px;
    z-index: 1;
    transform: rotate(100deg);
  }
  #profile5 .history-title img.cats02 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -60px;
    left: -15px;
    margin: 0;
    z-index: 1;
  }
  #profile5 table.two-column th {
    padding: 10px;
    height: auto;
  }

  .business_segment_top > .business__text {
    width: 100%;
    padding: 20px 0;
  }
  .business_segment_top > div.image {
    width: 50%;
    order: 1;
  }
  .section-list__item .image img {
    height: 150px;
  }
}



/**************************
 * エディタ
 **************************/


img.alignright { display: block; margin: 0 0 0 auto; }/* 配置位置 右 */
img.alignleft { display: block; margin: 0 auto 0 0; }/* 配置位置 左 */
img.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */


.download_file_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  margin: 2em 0;
}
.download_file_list > li {
  width: 50%;
  padding: 0 10px;
}
.download_file_list > li > a {
  border: 2px solid #c7324b;
  display: block;
  border-radius: 100px;
  width: 100%;
  padding:5px;
  box-sizing: border-box;
  background:#fff;
  color: #c7324b;
  text-decoration:none;
  margin:0;
  text-align: center;
}
.download_file_list > li > a:after {
  content: "→";
  display: inline-block;
}

@media (max-width: 1029px) {

  .download_file_list > li {
    width: 100%;
    max-width: 400px;
  }

}