@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  text-decoration: underline;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

#digitacho {
  font-family: YuGothic, Yu Gothic, 游ゴシック, 游ゴシック体, Meiryo, メイリオ, sans-serif;
  font-feature-settings: "palt";
  color: #212121;
  letter-spacing: 0.1em;
}
#digitacho a {
  transition: 0.3s;
}
#digitacho a:hover {
  opacity: 0.8;
}
#digitacho .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  height: 6rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1059px) {
  #digitacho .header {
    width: calc(100% - 2rem);
  }
}
#digitacho .header .h1 img {
  width: 4.5rem;
}
@media only screen and (max-width: 1059px) {
  #digitacho .header .h1 img {
    width: 3.6rem;
  }
}
#digitacho .header nav ul {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media only screen and (max-width: 1059px) {
  #digitacho .header nav ul {
    gap: 0 1rem;
  }
}
#digitacho .contents .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 20rem;
  background: url(../img/digitaco/img_title.webp) center/cover no-repeat;
}
#digitacho .contents .title h1 {
  color: #fff;
  text-shadow: #000 1px 0 10px;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents .title h1 {
    font-size: 2rem;
  }
}
#digitacho .contents .w1200 {
  width: calc(100% - 4rem);
  max-width: 75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents .w1200 {
    width: calc(100% - 2rem);
  }
}
#digitacho .contents .h2 {
  font-size: 1.75rem;
  padding-left: 1.5rem;
  border-left: 5px solid #ec000f;
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents .h2 {
    font-size: 1.575rem;
    line-height: 1.5;
  }
}
#digitacho .contents .cm_link {
  display: block;
  width: 31.25rem;
  height: 5rem;
  position: relative;
  background: #FFF;
  border-radius: 0.25rem;
  border: 1px solid #b5b5b5;
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents .cm_link {
    width: 25rem;
    height: 5rem;
  }
  #digitacho .contents .cm_link::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 1.25rem;
    background: url(../img/digitaco/ico_arrow.svg) center/cover no-repeat;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
#digitacho .contents .cm_link.black {
  background: #3c3c3c;
}
#digitacho .contents .cm_link.black span {
  color: #fff;
}
#digitacho .contents .cm_link span {
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1060px) {
  #digitacho .contents .cm_link span {
    padding-right: 2.1875rem;
  }
  #digitacho .contents .cm_link span::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 1.25rem;
    background: url(../img/digitaco/ico_arrow.svg) center/cover no-repeat;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
  }
}
#digitacho .contents #digitacho01 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents #digitacho01 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
#digitacho .contents #digitacho01 .flex {
  margin: 3rem 0 0;
}
@media only screen and (min-width: 1060px) {
  #digitacho .contents #digitacho01 .flex {
    display: flex;
    align-items: center;
    gap: 0 3rem;
  }
}
@media only screen and (min-width: 1060px) {
  #digitacho .contents #digitacho01 .flex .img {
    width: calc(100% - 25.5rem);
  }
}
#digitacho .contents #digitacho01 .flex .img img {
  width: 100%;
}
@media only screen and (min-width: 1060px) {
  #digitacho .contents #digitacho01 .flex .txt {
    width: 22.5rem;
  }
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents #digitacho01 .flex .txt {
    margin: 2rem 0 0;
  }
}
#digitacho .contents #digitacho01 .flex .txt dl {
  display: flex;
  font-size: 1.25rem;
  line-height: 1.5;
  gap: 1rem;
  font-weight: 700;
  margin: 1.5rem 0 0;
}
#digitacho .contents #digitacho01 .flex .txt dl:first-child {
  margin: 0;
}
#digitacho .contents #digitacho01 .flex .txt dl dt {
  width: 7.5rem;
  padding: 0.5rem 0;
  background: #ededed;
  text-align: center;
}
#digitacho .contents #digitacho01 .flex .txt dl dd {
  padding: 0.5rem 0;
}
#digitacho .contents #digitacho01 p {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1.5625rem 0 0;
}
#digitacho .contents #digitacho02 {
  padding: 6.25rem;
  background: #f1f1f1;
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents #digitacho02 {
    padding: 3.125rem 1rem;
  }
}
#digitacho .contents #digitacho02 .cm_link {
  margin: 1.5rem auto 0;
}
#digitacho .contents #digitacho02 .cm_link.mg0 {
  margin-top: 0;
}
#digitacho .contents #digitacho02 .flex {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.5rem auto 0;
}
#digitacho .contents #digitacho02 .flex .cm_link {
  margin: 0;
}
#digitacho .contents #digitacho02 p {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  margin: 3.5rem 0 0;
}
#digitacho .contents #digitacho03 {
  letter-spacing: 0.1em;
  padding: 0 0 5rem;
  border-bottom: 1px solid #ccc;
  margin-top: 6.25rem;
}
#digitacho .contents #digitacho03 h3 {
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0;
}
#digitacho .contents #digitacho03 p {
  line-height: 1.75;
  margin: 1rem 0 0;
}
#digitacho .contents #digitacho04 {
  padding: 3.5rem 0 8rem;
}
#digitacho .contents #digitacho04 h2 {
  text-align: center;
  font-size: 1.5rem;
}
#digitacho .contents #digitacho04 .flex {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}
#digitacho .contents #digitacho04 p {
  text-align: center;
  line-height: 1.75;
  margin: 2rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents #digitacho04 p {
    text-align: left;
  }
}
#digitacho .contents #digitacho05 {
  margin-top: 13.75rem;
  color: #212121;
}
@media only screen and (max-width: 1059px) {
  #digitacho .contents #digitacho05 {
    margin-top: 5.5rem;
  }
}
#digitacho .contents #digitacho05 p {
  text-align: center;
  line-height: 1.75;
  font-weight: 700;
  font-size: 1.25rem;
}
#digitacho .contents #digitacho05 address {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #212121;
  font-weight: 700;
  border-radius: 0.25rem;
  text-align: center;
  padding: 1.875rem;
  margin: 1.5rem auto 0;
}
@media only screen and (min-width: 1060px) {
  #digitacho .contents #digitacho05 address {
    min-width: 36.875rem;
  }
}
#digitacho footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  height: 7.5rem;
  background: #ededed;
  margin: 6.25rem 0 0;
}
@media only screen and (max-width: 1059px) {
  #digitacho footer {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1060px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 1059px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=digitacho.css.map */