/* -------------------------------------------------- single_press -------------------------------------------------- */
#single_press {
  background: var(--theme-color);
  margin: var(--section-margin) auto 0;
}

#single_press * {
  --theme-color: #fff;
  --theme-color-deep: #fff;
}

#single_press .inner {
  position: relative;
}

#single_press .top {
  top: 0;
  width: 100%;
}

#single_press .info_box {
  --info-width: 10em;
  top: calc(-1 * var(--section-margin) + 50%);
  padding: 2em;
  background: #fff;
  border-radius: 6px;
}

#single_press .info_box .info {
  width: var(--info-width);
}

#single_press .info_box .info .date {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  color: var(--eternal-theme-color);
  letter-spacing: 2px;
}

#single_press .info_box .info .tag_box {
  gap: 0.5em;
}

#single_press .info_box .info .tag_box .tag {
  font-weight: bold;
  color: #fff;
  background: var(--eternal-theme-color);
  padding: 0.1em 1.5em 0;
  border-radius: 9em;
  line-height: 125%;
}

#single_press .info_box .text {
  width: calc(100% - var(--info-width));
}

#single_press .info_box .category_box {
  position: absolute;
  top: 100%;
  right: 0;
}

#single_press .info_box .category_box .tag {}

#single_press .main {
  --width: 60%;
  --max-width: 500px;
}

#single_press .main .img {
  width: var(--width);
  max-width: var(--max-width);
  padding: 2em 0 1em;
  margin: 0 auto;
}
#single_press .main .img .takeda-pswp-item {
  display: block;
}

#single_press .main .img .default_img {
  background-color: #ffffff;
}

#single_press .main .img .default_img img {
  width: 50%;
  max-width: 50%;
}

#single_press .main .operation {
  width: var(--width);
  max-width: var(--max-width);
  margin: 0 auto;
  gap: 1em;
}

#single_press .main .operation .operation-btn {
  font-size: 1em;
}

#single_press .main .operation .operation-btn img {
  display: block;
  width: 2.5em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(to bottom, var(--eternal-theme-color-light), var(--eternal-theme-color));
  transition: box-shadow 0.2s ease;
}

#single_press .main .operation .operation-btn:hover img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#single_press .main .operation .operation-pdf-group a {
  gap: 0.6em;
}

#single_press .main .operation .operation-pdf-group a span {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}


/* -------------------------------------------------- single_media -------------------------------------------------- */
#single_media {
  background: var(--theme-color);
  margin: 0 auto;
}

#single_media * {
  --theme-color: #fff;
  --theme-color-deep: #fff;
}

#single_media .title_box {
  margin: 0 auto 2em;
}

#single_media .inner {
  position: relative;
}

#single_media .top {
  top: 0;
  width: 100%;
}

#single_media .info_box {
  --info-width: 10em;
  top: calc(-1 * var(--section-margin) + 50%);
  padding: 2em;
  margin: 0 auto 2em;
  background: #fff;
  border-radius: 6px;
}

#single_media .info_box .info {
  width: var(--info-width);
}

#single_media .info_box .info .date {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  color: var(--eternal-theme-color);
  letter-spacing: 2px;
}

#single_media .info_box .info .tag_box {
  gap: 0.5em;
}

#single_media .info_box .info .tag_box .tag {
  font-weight: bold;
  color: #fff;
  background: var(--eternal-theme-color);
  padding: 0.1em 1.5em 0;
  border-radius: 9em;
  line-height: 125%;
}

#single_media .info_box .text {
  width: calc(100% - var(--info-width));
}

#single_media .info_box .category_box {
  position: absolute;
  top: 100%;
  right: 0;
}

#single_media .info_box .category_box .tag {}

#single_media .main {
  --width: 60%;
  --max-width: 500px;
}

#single_media .main .img {
  width: var(--width);
  max-width: var(--max-width);
  padding: 2em 0 1em;
  margin: 0 auto;
}

#single_media .main .img .img_item:not(:last-child) {
  margin: 0 auto 2em;
}

#single_media .main .img .img_item .takeda-pswp-item {
  display: block;
}

#single_media .main .img .img_item .default_img {
  background-color: #ffffff;
}

#single_media .main .img .img_item img {
  display: block;
  width: 100%;
}

#single_media .main .img .img_item .default_img img {
  width: 50%;
  max-width: 50%;
}

#single_media .main .operation {
  margin: 0.5em auto;
  gap: 1em;
}

#single_media .main .operation .operation-btn {
  font-size: 1em;
}

#single_media .main .operation .operation-btn img {
  display: block;
  width: 2.5em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(to bottom, var(--eternal-theme-color-light), var(--eternal-theme-color));
  transition: box-shadow 0.2s ease;
}

#single_media .main .operation .operation-btn:hover img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#single_media .main .operation .operation-pdf-group a {
  gap: 0.6em;
}

#single_media .main .operation .operation-pdf-group a span {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}

/* -------------------------------------------------- single_news -------------------------------------------------- */
#single_news {
  padding: 0 var(--side-padding) var(--section-margin);
}

#single_news .main {
  width: 80%;
  margin: 0 auto;
}

#single_news .main .category_box {}

#single_news .main .category_box .tag {
  color: var(--theme-color-deep);
}

#single_news .main .img {}

#single_news .main .img .default_img {
  background-color: #ffffff;
}

#single_news .main .img > img {
  width: 100%;
}

#single_news .main .img .default_img img {
  width: 50%;
  max-width: 50%;
}

#single_news .main .content {}

#single_news .main .content .date {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  color: var(--eternal-theme-color);
  letter-spacing: 2px;
  margin: 0.5em auto 0;
}

#single_news .main .content h2 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 auto 2em;
}

#single_news .link {
  margin: 2em auto 0;
}

/* -------------------------------------------------- company_top -------------------------------------------------- */
#company_top {
  padding: 0;
}

#company_top .flex {
  --gap: 2em;
  gap: var(--gap);
}

#company_top .flex .img {
  width: 45%;
}

#company_top .flex .img .border .clip {
  --border-radius: 1.5em;
  --inner-radius: calc(var(--border-radius) - 1em);
  display: block;
  overflow: hidden;
  border-radius: 0 var(--inner-radius) var(--inner-radius) 0;
}

#company_top .flex .img .border .clip img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

#company_top .flex .img .border {
  --border-radius: 1em;
  --border: calc(var(--border-radius) / 2) solid #fff;
  border-top: var(--border);
  border-right: var(--border);
  border-bottom: var(--border);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.12);
}

#company_top .flex .text {
  width: calc(50% - var(--gap));
  max-width: 600px;
}

#company_top .flex .text h2 {
  color: var(--eternal-theme-color-deep);
  font-size: 3em;
  font-weight: bold;
  margin: 0 auto 1em;
  text-align: center;
}

#company_top .flex .text h2 img {
  width: 100%;
  max-width: 500px;
}

#company_top .flex .text p {}

@media screen and (max-width: 768px) {
  #company_top .flex .img {
    width: 85%;
  }

  #company_top .flex .text {
    width: 100%;
    max-width: 600px;
    padding: 0 var(--side-padding);
  }

  #company_top .flex .text h2 {
    font-size: 1.6em;
  }

  #company_top .flex .img .border {
    --border-radius: 1em;
  }
}

/* -------------------------------------------------- ma -------------------------------------------------- */
#ma {
  padding: var(--section-margin) var(--side-padding) 0;
}

#ma .ma_list {}

#ma .ma_list .flex {
  -webkit-box-align: stretch;
  align-items: stretch;
  padding: 0;
  gap: 1em;
  border-bottom: 1px solid var(--eternal-theme-color);
}

#ma .ma_list .flex .date,
#ma .ma_list .flex .text {
  padding: 1.5em 0;
}

#ma .ma_list .flex .date {
  width: 4em;
  font-family: "Anton", sans-serif;
  font-weight: 500;
  color: var(--eternal-theme-color);
  letter-spacing: 2px;
}

#ma .ma_list .flex h3 {}

#ma .ma_list .flex .text {
  width: calc(100% - 5em);
}

#ma .ma_list .flex .text a {
  color: var(--eternal-theme-color);
  font-weight: bold;
}

#ma .ma_list .flex .text img {
  width: 75%;
  min-width: 320px;
}

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

  #ma .ma_list .flex {
    width: 100%;
    gap: 0.5em;
    padding: 0 1em 1em;
    margin: 0 auto;
  }

  #ma .ma_list .flex:not(:last-child) {
    margin: 0 auto 1em;
  }

  #ma .ma_list .flex .date {
    width: 100%;
  }

  #ma .ma_list .flex .text {
    width: 100%;
  }

  #ma .ma_list .flex .date,
  #ma .ma_list .flex .text {
    padding: 0;
    line-height: 150%;
  }
}

/* -------------------------------------------------- overview -------------------------------------------------- */
#overview {
  padding: var(--section-margin) var(--side-padding) 0;
}

#overview .overview_box {
  --gap: 1em;
  gap: var(--gap);
}

#overview .overview_box .list {
  padding: 1.5em;
  border-bottom: 1px solid var(--eternal-theme-color);
}

#overview .overview_box .list .title {
  width: 10em;
}

#overview .overview_box .list .text {
  width: calc(100% - 10em);
}

@media screen and (max-width: 768px) {
  #overview .overview_box .list {
    padding: 1em;
  }

  #overview .overview_box .list .title {
    width: 100%;
  }

  #overview .overview_box .list .text {
    width: 100%;
  }
}

/* -------------------------------------------------- characteristic -------------------------------------------------- */
#characteristic {
  padding: var(--section-margin) var(--side-padding) 0;
}

#characteristic ul.dots {}

#characteristic ul.dots li {
  position: relative;
  /* font-size: 1.44rem; */
  padding: 0 0 0 1.5em;
}

#characteristic ul.dots li:not(:last-child) {
  margin: 0 auto 1em;
}

#characteristic ul.dots li:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0.25em;
  width: 0.75em;
  aspect-ratio: 1 / 1;
  background: var(--eternal-theme-color);
  border-radius: 50%;
}

/* -------------------------------------------------- intro -------------------------------------------------- */
#intro {
  padding: var(--section-margin) var(--side-padding) 0;
}

#intro .intro_list {
  --num: 3;
  --gap: 1em;
  gap: var(--gap);
}

#intro .intro_list li {
  width: calc((100% - (var(--gap) * (var(--num) - 1))) / var(--num));
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#intro .intro_list li a {
  display: block;
}

#intro .intro_list li a h3 {
  position: relative;
  padding: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro .intro_list li a h3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 50px;
  object-fit: contain;
}

/* -------------------------------------------------- sns -------------------------------------------------- */
#sns {
  padding: var(--section-margin) var(--side-padding);
}

#sns .sns {
  --num: 6;
  --gap: 2em;
  width: 100%;
  max-width: 600px;
  gap: var(--gap);
  margin: 0 auto;
}

#sns .sns li {
  width: calc((100% - (var(--gap) * (var(--num) - 1))) / var(--num));
}

#sns .sns a {
  color: var(--theme-color-deep);
  font-weight: bold;
  text-align: center;
}

#sns .sns a svg {
  padding: 0 0.5em;
  margin: 0 auto 0.5em;
}

#sns .sns a h3 {
  white-space: nowrap;
  font-weight: 600;
}

@media (min-width: 769px) {
  #sns .sns {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #sns .sns {
    --num: 3;
  }
}

/* -------------------------------------------------- character -------------------------------------------------- */
#character {}

.character_box {
  text-align: center;
}

.character_box img {
  width: 80%;
  max-width: 150px;
}

.character_box p {}


/* -------------------------------------------------- map -------------------------------------------------- */
#map {}

.map_box {}

.map_box .base {
  display: block;
}

.map_box .group {
  color: var(--theme-color-deep);
  font-weight: bold;
  line-height: 125%;
}

.map_box .group1 {
  top: 29.5%;
  left: 4%;
}

.map_box .group2 {
  top: 22%;
  left: 4%;
}

.map_box .group3 {
  top: 15%;
  left: 4%;
}

.map_box .group4 {
  top: 37.5%;
  left: 4%;
}

.map_box .group5 {
  top: 13.5%;
  left: 76%;
}

.map_box .group6 {
  top: 20.5%;
  left: 79%;
}

.map_box .group7 {
  top: 60.5%;
  left: 76%;
}

.map_box .group8 {
  top: 73%;
  left: 42%;
}

.map_box .group9 {
  top: 78.5%;
  left: 42%;
}

.map_box .group10 {
  top: 84%;
  left: 35%;
}

.map_box .group11 {
  top: 90.5%;
  left: 32%;
}

.map_box .group12 {
  top: 96.5%;
  left: 20%;
}

.map_box .group:before {
  content: '>';
  position: absolute;
  bottom: 0;
  left: calc(100% + 0.5em);
  color: var(--theme-color-deep);
}

@media screen and (max-width: 768px) {
  .map_box {
    font-size: 1.8vw;
  }
}

/* -------------------------------------------------- recommendation -------------------------------------------------- */
#recommendation {}

.region_box {}

.region_box h3 {
  color: var(--theme-color);
  font-weight: bold;
  border-left: 5px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  padding: 0.25em 0 0.25em 0.5em;
  margin: 0 auto 1em;
}

.region_box .lists {
  display: flex;
  flex-wrap: wrap;
  --num: 3;
  --gap: 2em;
  gap: var(--gap);
}

.region_box .lists .list {
  width: calc((100% - (var(--gap) * (var(--num) - 1))) / var(--num));
  line-height: 150%;
}

.region_box .lists .list img {}

.region_box .lists .list h4 {
  font-weight: bold;
  margin: 0.5em auto;
}

.region_box .lists .list .tag_box {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.875em;
  gap: 0.5em;
}

.region_box .lists .list .tag_box .city {
  background: var(--eternal-theme-color);
  color: #fff;
  padding: 0.4em 1.5em 0.25em;
  border-radius: 9em;
  line-height: 125%;
  white-space: nowrap;
}

.region_box .lists .list .tag_box .company {}

.region_box .lists .list .address_box {
  border-bottom: 1px solid var(--eternal-theme-color);
  padding: 0.5em 0;
}

.region_box .lists .list .address_box .address {
  display: block;
}

.region_box .lists .list .address_box .tel {
  display: inline-block;
}

.region_box .lists .list .text {
  margin: 0.5em auto 0;
}

@media screen and (max-width: 768px) {
  .region_box .lists {
    --num: 2;
  }
}

@media screen and (max-width: 480px) {
  .region_box .lists {
    --num: 1;
  }
}

