/* Generated by less 3.11.1 */
/* ここから */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css');
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
:root {
  --font01: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  --font02: fot-tsukubrdgothic-std, YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
html {
  font-family: var(--font01);
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
}
#menu-checkbox {
  display: none;
}
#menu-burger {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
  background-color: #333;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 750px) {
  #menu-burger {
    opacity: 1;
    pointer-events: auto;
  }
}
#menu-burger .menu-trigger,
#menu-burger .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#menu-burger .menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
}
#menu-burger .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
#menu-burger .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu-burger .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
#menu-burger .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu-checkbox:not(:checked) ~ #menu-burger .menu-trigger:hover span:nth-of-type(1) {
  top: 6px;
}
#menu-checkbox:not(:checked) ~ #menu-burger .menu-trigger:hover span:nth-of-type(3) {
  bottom: 6px;
}
@media (max-width: 750px) {
  nav {
    display: none;
  }
}
#menu-area {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 100;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
#menu-area ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  grid-gap: 1em;
}
#menu-checkbox:checked ~ #menu-area {
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  position: absolute;
  white-space: nowrap;
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(2) {
  opacity: 0;
}
#menu-checkbox:checked ~ #menu-burger.m01 span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg) !important;
          transform: translateY(-12px) rotate(45deg) !important;
}
#menu-checkbox:checked ~ #menu-burger.m02 .menu-trigger {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
#menu-checkbox:checked ~ #menu-burger.m02 span:nth-of-type(3) {
  opacity: 0;
}
#stkr {
  position: fixed;
  top: -120px;
  left: -120px;
  width: 120px;
  height: 120px;
  background: -webkit-linear-gradient(#e5f6f2 0%, #f3f6e5 100%);
  background: linear-gradient(#e5f6f2 0%, #f3f6e5 100%);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: darken;
}
@media (max-width: 960px) {
  #stkr {
    display: none;
  }
}
.wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
}
@media (max-width: 960px) {
  .wrap {
    grid-template-columns: 1fr;
  }
}
.wrap.sub {
  grid-template-columns: 260px 215px 1fr;
}
@media (max-width: 1280px) {
  .wrap.sub {
    grid-template-columns: 260px 1fr;
  }
}
@media (max-width: 960px) {
  .wrap.sub {
    grid-template-columns: 1fr;
  }
}
header {
  padding: 60px 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
}
header h1 {
  margin-bottom: 50px;
}
header h1 a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header h1 a:hover {
  opacity: 0.5;
}
header h1 a img {
  width: 100%;
  max-width: 177px;
}
header nav {
  display: grid;
  gap: 30px;
  color: #313131;
  margin-bottom: 50px;
}
header nav hr {
  width: 35px;
  border-color: #D5D5D5;
}
header nav .main {
  font-size: 16px;
  display: grid;
  gap: 25px;
}
header nav .sub {
  font-size: 14px;
  display: grid;
  gap: 20px;
}
header nav a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header nav a:hover {
  opacity: 0.5;
}
header .links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
header .links a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .links a:hover {
  opacity: 0.5;
}
header .links a img {
  height: 45px;
  width: auto;
}
header .logos {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
header .logos img {
  height: 20px;
}
header .logos a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .logos a:hover {
  opacity: 0.5;
}
header .contact ul {
  background-color: #fff;
  max-width: 770px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
header .contact ul li {
  text-align: center;
}
header .contact ul li h3 {
  font-size: 14px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 20px;
}
header .contact ul li h3 span {
  font-weight: bold;
}
header .contact ul li h4 {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.4em;
}
header .contact ul li .address {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
header .contact ul li .tel {
  font-size: 12px;
  margin-bottom: 15px;
}
header .contact ul li .tel a {
  text-decoration: underline;
  color: #0057ad;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .contact ul li .tel a:hover {
  opacity: 0.5;
}
header .contact ul li .map,
header .contact ul li .calendar {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  width: 160px;
  height: 30px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .contact ul li .map:hover,
header .contact ul li .calendar:hover {
  opacity: 0.5;
}
header .contact ul li .map {
  background: #0157a9;
  margin-bottom: 10px;
}
header .contact ul li .calendar {
  background: #70bc24;
}
@media (max-width: 960px) {
  header .contact ul li {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
  }
}
@media (max-width: 960px) {
  header {
    position: fixed;
    width: 100%;
    height: 90px;
    padding: 0;
    z-index: 1;
    background-color: #fff;
  }
  header h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
  }
  header nav,
  header .links,
  header .logos,
  header .contact {
    display: none;
  }
  header label {
    display: -webkit-box !important;
    display: flex !important;
  }
}
header label {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  z-index: 11;
}
header label div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 30px;
}
header label div span {
  background-color: #000;
  border-radius: 10px;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), background-color 0.4s;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), background-color 0.4s;
}
header label div span:nth-of-type(1) {
  width: 50%;
}
header label div span:nth-of-type(2) {
  width: 100%;
}
header label div span:nth-of-type(3) {
  width: 75%;
}
header input[type="checkbox"] {
  display: none;
}
header input[type="checkbox"]:checked + label {
  background-color: #000000;
}
header input[type="checkbox"]:checked + label span {
  background-color: #fff;
}
header input[type="checkbox"]:checked + label span:nth-of-type(1) {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotatez(45deg) translate(3px, 0px);
          transform: rotatez(45deg) translate(3px, 0px);
}
header input[type="checkbox"]:checked + label span:nth-of-type(2) {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotatez(-45deg);
          transform: rotatez(-45deg);
}
header input[type="checkbox"]:checked + label span:nth-of-type(3) {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 50%;
  -webkit-transform: translate(13px, -3px) rotatez(45deg);
          transform: translate(13px, -3px) rotatez(45deg);
}
header input[type="checkbox"]:checked + label + .mobile-menu {
  position: fixed;
  height: 100vh;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.85;
  pointer-events: auto;
}
header .mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #151515;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
  color: #fff;
}
header .mobile-menu ul {
  margin-top: 80px;
}
header .mobile-menu ul li {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ADADAD;
}
header .mobile-menu ul li a {
  display: block;
  padding: 15px 35px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .mobile-menu ul li a:hover {
  opacity: 0.5;
}
header .mobile-menu .company {
  font-size: 14px;
  line-height: 1.8em;
  padding: 20px 30px;
}
.outline {
  background-color: #11455f;
  padding: 100px 20px 20px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  color: #fff;
}
@media (max-width: 1280px) {
  .outline {
    display: none;
  }
}
.outline h2 {
  font-family: Helvetica, var(--font01);
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}
.outline .h2-ja {
  font-size: 12px;
  margin-bottom: 60px;
}
.outline ul {
  display: grid;
  gap: 20px;
}
.outline ul li span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}
.outline ul li a {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  line-height: 1.4em;
}
.outline ul li a.active {
  font-weight: bold;
}
.outline ul li a.active::after {
  content: "";
  display: inline-block;
  width: 25px;
  border-bottom: 3px solid #fff;
}
@media (max-width: 960px) {
  .main-footer {
    margin-top: 90px;
  }
}
.subhead-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
}
@media (max-width: 960px) {
  .subhead-grid {
    grid-template-columns: 1fr;
  }
}
.subhead-grid .desc p {
  font-size: 14px;
  line-height: 2em;
  color: #747474;
}
@media (max-width: 960px) {
  .subhead-grid .desc {
    display: none;
  }
}
.subhead h2 {
  font-family: Helvetica, var(--font01);
  font-weight: 300;
  font-size: 34px;
  font-size: 28px;
  letter-spacing: 0.09em;
  color: #4b4b4b;
  margin-bottom: 15px;
}
@media (min-width: 350px) {
  .subhead h2 {
    font-size: calc(28px  +  6  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  .subhead h2 {
    font-size: 34px;
  }
}
.subhead .h2-ja {
  font-family: var(--font01);
  font-size: 14px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #1a92b0;
}
@media (min-width: 350px) {
  .subhead .h2-ja {
    font-size: calc(12px  +  2  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  .subhead .h2-ja {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .subhead {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 10px;
  }
  .subhead h2 {
    margin-bottom: 0;
  }
  .subhead .h2-ja {
    margin-bottom: 0.4em;
  }
}
section.hero {
  height: 100vh;
  position: relative;
}
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero .logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
section.hero .txt {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  font-family: var(--font02);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
section.hero .txt h2 {
  font-size: 49px;
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 40px;
}
@media (min-width: 350px) {
  section.hero .txt h2 {
    font-size: calc(30px  +  19  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  section.hero .txt h2 {
    font-size: 49px;
  }
}
section.hero .txt h3 {
  font-size: 29px;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 80px;
}
@media (min-width: 350px) {
  section.hero .txt h3 {
    font-size: calc(20px  +  9  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  section.hero .txt h3 {
    font-size: 29px;
  }
}
section.hero .txt p {
  font-size: 21px;
  font-size: 18px;
  line-height: 1.8em;
}
@media (min-width: 350px) {
  section.hero .txt p {
    font-size: calc(18px  +  3  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  section.hero .txt p {
    font-size: 21px;
  }
}
@media (max-width: 960px) {
  section.hero .txt {
    position: relative;
    left: inherit;
    bottom: inherit;
    height: 100%;
  }
  section.hero .txt h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  section.hero .txt .group {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  section.hero .txt .group h3 {
    margin-bottom: 20px;
  }
  section.hero .txt .group span {
    display: none;
  }
}
@media (max-width: 960px) {
  section.hero {
    background-position: 50% 90%;
    height: calc(100vh - 90px);
  }
}
section.news {
  padding: 80px 40px 40px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  section.news {
    padding: 80px 20px 40px 20px;
  }
}
@media (max-width: 960px) {
  section.news .subhead {
    margin-bottom: 50px;
  }
}
section.news .content.list {
  padding-left: 40px;
}
@media (max-width: 960px) {
  section.news .content.list {
    padding-left: 0px;
  }
}
section.news .content ul {
  margin-bottom: 40px;
}
section.news .content ul li {
  border-bottom: 1px solid #cecece;
  padding: 20px 0;
}
section.news .content ul li:first-child {
  padding-top: 0;
}
section.news .content ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
          align-items: center;
}
section.news .content ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  section.news .content ul li a {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
section.news .content ul li a time {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #939393;
}
@media (max-width: 960px) {
  section.news .content ul li a time {
    display: block;
    width: 100%;
  }
}
section.news .content ul li a > div {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
section.news .content ul li a span {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #313131;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
section.news .content ul li a img {
  margin-left: auto;
}
@media (max-width: 960px) {
  section.news .content ul {
    margin-bottom: 0;
  }
}
section.news .content .more {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #313131;
}
section.news .content .more:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  section.news .content .more {
    display: none;
  }
}
section.news .content .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  grid-gap: 1em;
}
@media (max-width: 960px) {
  section.news .content .pagination {
    margin-top: 50px;
  }
}
section.news .content .pagination a,
section.news .content .pagination span {
  border: 1px solid #000;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
section.news .content .pagination .current {
  cursor: not-allowed;
  opacity: 0.5;
}
section.service {
  padding: 40px 40px 40px 0;
}
@media (max-width: 960px) {
  section.service {
    padding: 40px 20px 40px 20px;
  }
}
section.service .subhead-grid {
  margin-bottom: 50px;
}
section.service ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 80px;
}
section.service ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service ul li a:hover {
  opacity: 0.5;
}
section.service ul li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 432 / 210;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  section.service ul li a img {
    aspect-ratio: 355 / 260;
  }
}
section.service ul li a h3 {
  font-size: 18px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 15px;
}
section.service ul li a p {
  font-size: 16px;
  line-height: 1.8em;
  color: #adadad;
}
section.service .imgs {
  width: calc(100% + 40px);
  display: grid;
  grid-template-columns: repeat(2, 1fr) 0.5fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
section.service .imgs .div1 {
  grid-area: 1 / 1 / 3 / 3;
}
section.service .imgs .div2 {
  grid-area: 1 / 3 / 2 / 4;
}
section.service .imgs .div3 {
  grid-area: 2 / 3 / 3 / 4;
}
section.service .imgs .img {
  height: 100%;
}
section.service .imgs .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  section.service .imgs {
    margin-left: -20px;
  }
}
section.business {
  padding: 40px 40px 40px 0;
}
@media (max-width: 960px) {
  section.business {
    padding: 40px 20px 40px 20px;
  }
}
section.business .subhead-grid {
  margin-bottom: 50px;
}
section.business ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  section.business ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  section.business ul {
    margin-bottom: 40px;
  }
}
section.business ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.business ul li a:hover {
  opacity: 0.5;
}
section.business ul li a img,
section.business ul li a video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 280 / 210;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
section.business ul li a h3 {
  font-size: 18px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 15px;
}
section.business ul li a p {
  font-size: 16px;
  line-height: 1.8em;
  color: #adadad;
}
section.business ul li a .img {
  width: 100%;
  aspect-ratio: 280 / 210;
  overflow: hidden;
  margin-bottom: 20px;
}
section.business ul li a .img:hover img,
section.business ul li a .img:hover video {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.company-download {
  padding: 40px 40px 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 960px) {
  .company-download {
    padding: 40px 20px 40px 20px;
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
section.company .subhead,
section.download .subhead {
  margin-bottom: 50px;
}
section.company a.link,
section.download a.link {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.company a.link:hover,
section.download a.link:hover {
  opacity: 0.5;
}
section.company a.link img,
section.download a.link img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 280 / 210;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
section.company a.link h3,
section.download a.link h3 {
  font-size: 18px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 15px;
}
section.company a.link p,
section.download a.link p {
  font-size: 16px;
  line-height: 1.8em;
  color: #adadad;
}
section.company a.link .img,
section.download a.link .img {
  width: 100%;
  aspect-ratio: 428 / 247;
  overflow: hidden;
  margin-bottom: 20px;
}
section.company a.link .img:hover img,
section.download a.link .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.company ul,
section.download ul {
  margin-top: 30px;
  display: grid;
  gap: 10px;
}
section.company ul li,
section.download ul li {
  font-size: 16px;
  color: #12455e;
}
section.company ul li::before,
section.download ul li::before {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
}
section.company ul li a,
section.download ul li a {
  text-decoration: underline;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.company ul li a:hover,
section.download ul li a:hover {
  opacity: 0.5;
}
section.contact {
  margin-right: 40px;
  padding: 80px 40px 80px 40px;
  background: #f4f4f4;
}
@media (max-width: 960px) {
  section.contact {
    padding: 80px 20px 80px 20px;
    margin-right: 0;
  }
}
section.contact .subhead {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  section.contact .subhead {
    display: block;
    margin-bottom: 30px;
  }
  section.contact .subhead h2 {
    margin-bottom: 15px;
  }
}
section.contact ul {
  background-color: #fff;
  max-width: 770px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px;
}
@media (max-width: 960px) {
  section.contact ul {
    grid-template-columns: 1fr;
    background-color: transparent;
    gap: 20px;
    padding: 0;
  }
}
section.contact ul li {
  text-align: center;
}
section.contact ul li:first-child {
  border-right: 1px solid #e3e3e3;
}
section.contact ul li h3 {
  font-size: 18px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 20px;
}
section.contact ul li h3 span {
  font-weight: bold;
}
section.contact ul li h4 {
  margin-bottom: 20px;
}
section.contact ul li .address {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
section.contact ul li .tel {
  font-size: 16px;
  margin-bottom: 15px;
}
section.contact ul li .tel a {
  text-decoration: underline;
  color: #0057ad;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.contact ul li .tel a:hover {
  opacity: 0.5;
}
section.contact ul li .map,
section.contact ul li .calendar {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.contact ul li .map:hover,
section.contact ul li .calendar:hover {
  opacity: 0.5;
}
section.contact ul li .map {
  background: #0157a9;
  margin-bottom: 10px;
}
section.contact ul li .calendar {
  background: #70bc24;
}
@media (max-width: 960px) {
  section.contact ul li {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
  }
}
footer {
  margin-top: 80px;
  margin-right: 40px;
  border-top: 1px solid #dbdbdb;
  padding: 80px 40px 80px 40px;
}
@media (max-width: 960px) {
  footer {
    padding: 80px 20px 80px 20px;
    margin-right: 0;
  }
}
footer.sub-footer {
  margin-right: 0;
}
@media (max-width: 1280px) {
  footer.sub-footer {
    padding: 80px 20px 80px 20px;
    margin-right: 40px;
  }
}
@media (max-width: 960px) {
  footer.sub-footer {
    margin-right: 0;
  }
}
footer .totop {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
}
footer .grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1480px) {
  footer .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media (max-width: 960px) {
  footer .left {
    width: 100%;
  }
}
footer .left ul {
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
@media (max-width: 960px) {
  footer .left ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
footer .left ul li a {
  border: 1px solid #adadad;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 14px;
  color: #313131;
  padding: 15px 40px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (min-width: 350px) {
  footer .left ul li a {
    font-size: calc(14px  +  2  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  footer .left ul li a {
    font-size: 16px;
  }
}
footer .left ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  footer .left ul li a {
    padding: 25px 0;
  }
}
footer .right {
  text-align: right;
}
footer .right ul {
  display: -webkit-box;
  display: flex;
  gap: 30px;
}
footer .right ul li .name {
  font-size: 20px;
  margin-bottom: 20px;
}
footer .right ul li address {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4em;
}
footer .right ul li .tel {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  footer .right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 10px;
  }
}
footer .right small {
  display: block;
  font-size: 12px;
  color: #313131;
}
@media (max-width: 1480px) {
  footer .right {
    text-align: center;
  }
}
section.sub-hero {
  aspect-ratio: 733 / 263;
  position: relative;
}
section.sub-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sub-hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.34);
}
section.service-content {
  padding: 80px 40px 40px 40px;
}
@media (max-width: 1280px) {
  section.service-content {
    padding: 80px 40px 40px 0px;
  }
}
@media (max-width: 960px) {
  section.service-content {
    padding: 80px 20px 40px 20px;
  }
}
section.service-content .service {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 1em;
  font-size: 16px;
  font-weight: bold;
  margin-top: 80px;
}
section.service-content .service span {
  color: #11455f;
  font-size: 1.2em;
}
section.service-content h3 {
  font-size: 26px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 20px;
}
section.service-content hr {
  border-color: #d9d9d9;
  margin-bottom: 50px;
}
section.service-content > h4 {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #12455e;
  margin-bottom: 50px;
}
section.service-content > p {
  font-size: 14px;
  line-height: 2em;
  color: #313131;
  margin-bottom: 80px;
}
section.service-content .topic-img {
  margin-bottom: 50px;
}
section.service-content .topic-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 656 / 313;
}
section.service-content .topic-img.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
section.service-content .topic-img.two img {
  aspect-ratio: 305 / 200;
}
section.service-content h5 {
  background-color: #E9EDEF;
  text-align: center;
  margin-left: -40px;
  margin-right: -40px;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #313131;
  padding: 15px 0;
  border-top: 4px solid #DBE3E6;
  margin-bottom: 80px;
  font-weight: bold;
}
@media (max-width: 960px) {
  section.service-content h5 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
section.service-content > dl {
  margin-bottom: 80px;
}
section.service-content > dl > dt {
  font-size: 16px;
  line-height: 1.8em;
  color: #313131;
  display: -webkit-box;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
section.service-content > dl > dt:not(:first-child) {
  margin-top: 50px;
}
section.service-content > dl > dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common_h_deco.svg);
  background-size: 20px 16px;
  width: 20px;
  min-width: 20px;
  height: 16px;
  margin-top: 0.4em;
}
section.service-content > dl > dd > .company-ttl {
  font-size: 16px;
  line-height: 1.8em;
  color: #313131;
  font-weight: bold;
  margin-bottom: 0;
}
section.service-content > dl > dd > .company-ttl + p {
  margin-top: 10px !important;
}
section.service-content > dl > dd > p {
  font-size: 14px;
  line-height: 2em;
  color: #313131;
  margin-bottom: 30px;
}
section.service-content > dl > dd > p span {
  font-size: 12px;
}
section.service-content > dl > dd > p:not(:first-child) {
  margin-top: 30px;
}
section.service-content > dl > dd > p a {
  color: #0057AD;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl > dd > p a:hover {
  opacity: 0.5;
}
section.service-content > dl > dd ul.step {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 0;
}
@media (max-width: 720px) {
  section.service-content > dl > dd ul.step {
    grid-template-columns: 50% 50%;
  }
}
section.service-content > dl > dd ul.step li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 40px 40px;
  background-color: #ECEFF4;
  font-size: 14px;
  line-height: 1.8em;
  color: #313131;
  position: relative;
  overflow: visible;
}
section.service-content > dl > dd ul.step li:nth-child(2n) {
  background-color: #F8F8F8;
}
section.service-content > dl > dd ul.step li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 15px solid transparent;
  border-left: 20px solid #ECEFF4;
}
section.service-content > dl > dd ul.step li:not(:first-child):nth-child(2n+1)::after {
  border-left: 20px solid #F8F8F8;
}
@media (max-width: 720px) {
  section.service-content > dl > dd ul.step li:nth-child(3) {
    background-color: #F8F8F8;
  }
  section.service-content > dl > dd ul.step li:nth-child(4) {
    background-color: #ECEFF4;
  }
  section.service-content > dl > dd ul.step li:nth-child(4)::after {
    border-left: 20px solid #F8F8F8;
  }
}
section.service-content > dl > dd table.table-01 {
  width: 100%;
}
section.service-content > dl > dd table.table-01 th,
section.service-content > dl > dd table.table-01 td {
  border: 1px solid #707070;
  color: #313131;
  font-size: 14px;
  line-height: 1.8em;
}
section.service-content > dl > dd table.table-01 th {
  background-color: #EAF0F0;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 1.5em;
}
section.service-content > dl > dd table.table-01 td {
  padding: 0.5em 1em;
}
section.service-content > dl > dd table.table-01 td:nth-of-type(1) {
  vertical-align: middle;
  text-align: center;
}
section.service-content > dl > dd table.table-01 tr:nth-child(2n+1) {
  background-color: #F8F8F8;
}
section.service-content > dl > dd table.table-02 {
  width: 100%;
}
section.service-content > dl > dd table.table-02 th,
section.service-content > dl > dd table.table-02 td {
  border: 1px solid #707070;
  color: #313131;
  font-size: 14px;
  line-height: 1.8em;
}
section.service-content > dl > dd table.table-02 th {
  background-color: #EAF0F0;
  font-weight: normal;
  padding: 0.5em 1.5em;
}
section.service-content > dl > dd table.table-02 td {
  padding: 0.5em 1em;
  text-align: right;
  white-space: nowrap;
}
section.service-content > dl > dd .recycle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 720px) {
  section.service-content > dl > dd .recycle {
    grid-template-columns: 1fr;
  }
}
section.service-content > dl > dd .recycle .item .ttl {
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}
section.service-content > dl > dd .recycle .item .img {
  position: relative;
  aspect-ratio: 305/200;
}
section.service-content > dl > dd .recycle .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.service-content > dl > dd .recycle .item .img .desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #EAF0F0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5em 1em;
  font-size: 14px;
  color: #313131;
}
section.service-content > dl > dd .txt-img {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
}
section.service-content > dl > dd .txt-img .txt p {
  font-size: 14px;
  line-height: 2em;
  color: #313131;
  margin-bottom: 30px;
}
section.service-content > dl > dd .txt-img .img img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 720px) {
  section.service-content > dl > dd .txt-img {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section.service-content > dl > dd .txt-img .img {
    text-align: center;
  }
}
section.service-content > dl > dd > dl {
  padding-left: 20px;
  border-left: 1px solid #12455e;
}
section.service-content > dl > dd > dl.none-border {
  border-left: none;
  padding-left: 0;
  margin-top: 30px;
}
section.service-content > dl > dd > dl > dt {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #12455e;
  font-weight: normal;
  margin-bottom: 20px;
}
section.service-content > dl > dd > dl > dt:not(:first-child) {
  margin-top: 30px;
}
section.service-content > dl > dd > dl.in-table {
  padding-left: 0;
  margin-bottom: 20px;
  border-left: none;
}
section.service-content > dl > dd > dl.in-table .ttl {
  margin-bottom: 10px;
}
section.service-content > dl > dd > dl.in-table > dt {
  color: #313131;
  margin-bottom: 15px;
}
section.service-content > dl > dd > dl.in-table > dd table {
  width: 100%;
  margin-bottom: 20px;
}
section.service-content > dl > dd > dl.in-table > dd table th,
section.service-content > dl > dd > dl.in-table > dd table td {
  border: 1px solid #707070;
  padding: 0.5em 1em;
  font-size: 14px;
}
section.service-content > dl > dd > dl.in-table > dd table th {
  font-weight: normal;
  background-color: #EAF0F0;
  width: 130px;
}
section.service-content > dl > dd > dl.in-table > dd table a {
  color: #12455e;
}
section.service-content > dl > dd > dl.in-directly > dt {
  color: #313131;
  margin-bottom: 15px;
  font-weight: bold;
}
section.service-content > dl > dd > dl > dd ol,
section.service-content > dl > dd > dl > dd ul {
  list-style: decimal;
  padding-left: 1em;
  display: grid;
  gap: 10px;
}
section.service-content > dl > dd > dl > dd ol li,
section.service-content > dl > dd > dl > dd ul li {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  color: #313131;
}
section.service-content > dl > dd > dl > dd ul {
  list-style: none;
  padding-left: 0;
}
section.service-content > dl > dd > dl > dd > p {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2em;
  color: #313131;
}
section.service-content > dl > dd > dl > dd > dl > dt {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #313131;
  margin-bottom: 10px;
}
section.service-content > dl > dd > dl > dd > dl > dt:not(:last-child) {
  margin-top: 30px;
}
section.service-content > dl > dd > dl > dd > dl > dd > p {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2em;
  color: #313131;
}
section.service-content > dl > dd > dl > dd > dl > dd a.link {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2em;
  color: #12455e;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl > dd > dl > dd > dl > dd a.link:hover {
  opacity: 0.5;
}
section.service-content > dl > dd .links {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #12455e;
  display: grid;
  gap: 10px;
}
section.service-content > dl > dd .links.slim {
  gap: 5px;
}
section.service-content > dl > dd .links li::before {
  content: "▶︎";
  display: inline-block;
  margin-right: 5px;
}
section.service-content > dl > dd .links li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl > dd .links li a:hover {
  opacity: 0.5;
}
section.service-content > dl > dd .contact {
  border: 4px solid #becbd9;
  margin-top: 40px;
  padding: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 2em;
  color: #313131;
}
section.service-content > dl > dd .contact a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 170px;
  height: 45px;
  border: 1px solid #707070;
  background-color: #12455E;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl > dd .contact a::after {
  content: "";
  background-image: url(../img/common_link_arrow.svg);
  width: 8px;
  height: 13px;
  display: block;
  background-size: 8px 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.service-content > dl > dd .contact a:hover {
  opacity: 0.5;
}
section.service-content > dl .recycle-desc {
  margin-top: 50px;
  background-color: #F8F8F8;
  padding: 30px;
  font-size: 14px;
  line-height: 2em;
  color: #313131;
}
section.service-content > dl .recycle-desc dl {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
}
section.service-content > dl .recycle-desc a {
  color: #0057AD;
}
section.service-content > dl .sdgs-img {
  margin-top: 50px;
  margin-bottom: 50px;
}
section.service-content > dl .sdgs-img img {
  width: 100%;
}
section.service-content > dl .sdgs .ttl {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #12455e;
  font-weight: bold;
  margin-bottom: 10px;
}
section.service-content > dl .sdgs .desc {
  margin-bottom: 15px;
}
section.service-content > dl .sdgs .desc ul {
  list-style: disc;
  padding-left: 1.5em;
}
section.service-content > dl .sdgs .desc ul li {
  font-size: 14px;
  line-height: 1.8em;
  color: #313131;
}
section.service-content > dl .ecoaction-img,
section.service-content > dl .greenbis-img {
  margin-top: 50px;
  margin-bottom: 30px;
}
section.service-content > dl .ecoaction-img img,
section.service-content > dl .greenbis-img img {
  width: 100px;
}
section.service-content > dl .ecoaction .ttl,
section.service-content > dl .greenbis .ttl {
  font-size: 16px;
  line-height: 1.8em;
  color: #313131;
  font-weight: bold;
  margin-bottom: 10px;
}
section.service-content > dl .ecoaction p,
section.service-content > dl .greenbis p {
  font-size: 14px;
  line-height: 2em;
  color: #313131;
  margin-bottom: 15px;
}
section.service-content > dl .ecoaction .links,
section.service-content > dl .greenbis .links {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #12455e;
  display: grid;
  gap: 10px;
}
section.service-content > dl .ecoaction .links.slim,
section.service-content > dl .greenbis .links.slim {
  gap: 5px;
}
section.service-content > dl .ecoaction .links li::before,
section.service-content > dl .greenbis .links li::before {
  content: "▶︎";
  display: inline-block;
  margin-right: 5px;
}
section.service-content > dl .ecoaction .links li a,
section.service-content > dl .greenbis .links li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl .ecoaction .links li a:hover,
section.service-content > dl .greenbis .links li a:hover {
  opacity: 0.5;
}
section.service-content > dl .achievement {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 720px) {
  section.service-content > dl .achievement {
    grid-template-columns: 1fr;
  }
}
section.service-content > dl .achievement .item {
  border: 1px solid #ebebeb;
  padding: 10px;
  display: grid;
  grid-template-columns: 56px 1fr;
}
section.service-content > dl .achievement .item .img img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.service-content > dl .achievement .item .txt {
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  color: #313131;
}
section.service-content > dl .achievement .item .txt .desc span {
  font-weight: bold;
}
section.service-content > dl .activities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
@media (max-width: 720px) {
  section.service-content > dl .activities {
    grid-template-columns: 1fr;
  }
}
section.service-content > dl .activities .item .img {
  margin-bottom: 15px;
}
section.service-content > dl .activities .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 313/128;
}
section.service-content > dl .activities .item .txt .ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 10px;
}
section.service-content > dl .activities .item .txt .desc {
  font-size: 14px;
  line-height: 2em;
  color: #313131;
}
section.service-content > dl .activities .item .txt .desc a {
  display: inline-block;
  margin-top: 10px;
  color: #12455e;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl .activities .item .txt .desc a:hover {
  opacity: 0.5;
}
section.service-content > dl .history ul {
  list-style: disc;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.6em;
  color: #313131;
}
section.service-content > dl .history ul li .item {
  display: grid;
  grid-template-columns: 8em 1fr;
}
section.service-content > dl .history ul li:not(:first-child) {
  margin-top: 8px;
}
section.service-content > dl .overview {
  width: 100%;
}
section.service-content > dl .overview th,
section.service-content > dl .overview td {
  border: 1px solid #707070;
  color: #313131;
  font-size: 14px;
  line-height: 1.8em;
}
section.service-content > dl .overview th {
  background-color: #EAF0F0;
  font-weight: normal;
  white-space: nowrap;
  padding: 0.5em 1.5em;
}
section.service-content > dl .overview td {
  padding: 0.5em 1em;
}
section.service-content > dl .overview td a {
  color: #12455e;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl .overview td a:hover {
  opacity: 0.5;
}
@media (max-width: 720px) {
  section.service-content > dl .overview tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  section.service-content > dl .overview tr th {
    border-bottom: none;
  }
  section.service-content > dl .overview tr td {
    border-bottom: none;
  }
}
@media (max-width: 720px) {
  section.service-content > dl .overview {
    border-bottom: 1px solid #707070;
  }
}
section.service-content > dl .overview.way {
  font-weight: bold;
}
section.service-content > dl .overview.way a {
  font-weight: normal;
}
section.service-content > dl form.email-contact dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 40px;
}
section.service-content > dl form.email-contact dl dt,
section.service-content > dl form.email-contact dl dd {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 1em;
}
section.service-content > dl form.email-contact dl dt {
  background-color: #eaf0f0;
}
section.service-content > dl form.email-contact dl dd a {
  text-decoration: underline;
  color: #0057ad;
}
section.service-content > dl form.email-contact dl input[type=text],
section.service-content > dl form.email-contact dl input[type=tel],
section.service-content > dl form.email-contact dl input[type=email],
section.service-content > dl form.email-contact dl textarea {
  border: 1px solid #707070;
  display: block;
  width: 100%;
  padding: 0.5em;
}
section.service-content > dl form.email-contact dl textarea {
  height: 300px;
}
section.service-content > dl form.email-contact button[type=submit] {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #367ea3;
  color: #fff;
  padding: 1em 4em;
  margin: 0 auto;
  font-size: 14px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl form.email-contact button[type=submit]:hover {
  opacity: 0.5;
}
section.service-content > dl .tel-contact {
  background-color: #F7F8F8;
  padding: 30px 0;
}
section.service-content > dl .tel-contact ul {
  max-width: 770px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px;
}
@media (max-width: 960px) {
  section.service-content > dl .tel-contact ul {
    grid-template-columns: 1fr;
    background-color: transparent;
    gap: 20px;
    padding: 0;
  }
}
section.service-content > dl .tel-contact ul li {
  text-align: center;
}
section.service-content > dl .tel-contact ul li:first-child {
  border-right: 1px solid #e3e3e3;
}
section.service-content > dl .tel-contact ul li h3 {
  font-size: 18px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 20px;
}
section.service-content > dl .tel-contact ul li h3 span {
  font-weight: bold;
}
section.service-content > dl .tel-contact ul li h4 {
  line-height: 1.4em;
  margin-bottom: 15px;
}
section.service-content > dl .tel-contact ul li .address {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
section.service-content > dl .tel-contact ul li .tel {
  font-size: 16px;
  margin-bottom: 15px;
}
section.service-content > dl .tel-contact ul li .tel a {
  text-decoration: underline;
  color: #0057ad;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl .tel-contact ul li .tel a:hover {
  opacity: 0.5;
}
section.service-content > dl .tel-contact ul li .map,
section.service-content > dl .tel-contact ul li .calendar {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl .tel-contact ul li .map:hover,
section.service-content > dl .tel-contact ul li .calendar:hover {
  opacity: 0.5;
}
section.service-content > dl .tel-contact ul li .map {
  background: #0157a9;
  margin-bottom: 10px;
}
section.service-content > dl .tel-contact ul li .calendar {
  background: #70bc24;
}
@media (max-width: 960px) {
  section.service-content > dl .tel-contact ul li {
    padding: 30px 30px;
  }
  section.service-content > dl .tel-contact ul li:first-child {
    border-right: none;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 50px;
  }
}
section.service-content > dl .permit {
  width: 100%;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  line-height: 1.8em;
  color: #313131;
}
section.service-content > dl .permit th,
section.service-content > dl .permit td {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 0.5em;
  font-weight: normal;
}
section.service-content > dl .permit th {
  background-color: #EAF0F0;
  white-space: nowrap;
}
section.service-content > dl .permit th[colspan="4"] {
  background-color: #DEE6E6;
}
section.service-content > dl .permit td a {
  text-decoration: underline;
  color: #12455e;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.service-content > dl .permit td a:hover {
  opacity: 0.5;
}
@media (max-width: 720px) {
  section.service-content > dl .permit tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  section.service-content > dl .permit td:first-of-type {
    background-color: #f8f8f8;
  }
}
section.service-content > dl .lease {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 720px) {
  section.service-content > dl .lease {
    grid-template-columns: 1fr;
  }
}
section.service-content > dl .lease .item img {
  width: 100%;
  aspect-ratio: 305/200;
}
section.service-content > dl .lease .item .ttl {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #313131;
  padding: 0.5em;
}
section.service-content > dl iframe {
  margin-top: 50px;
  width: 100%;
  height: 600px;
}
article {
  padding: 80px 40px;
}
@media (max-width: 960px) {
  article {
    padding: 40px 20px;
  }
}
article .header {
  margin-bottom: 50px;
}
article .header .time-tag {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
article .header .time-tag time {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #313131;
}
article .header .time-tag .tag {
  background-color: #12455e;
  padding: 5px 15px;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #fff;
}
article .header h1.ttl {
  font-size: 26px;
  line-height: 1.8em;
  color: #313131;
  margin-bottom: 25px;
}
article .header hr {
  border-color: #d9d9d9;
}
section.prev-next {
  padding: 40px 40px;
  display: none;
}
section.prev-next ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section.prev-next ul li {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #313131;
}
section.prev-next ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-color: #367ea3;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
}
section.prev-next ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 1280px) {
  section.prev-next {
    display: block;
  }
}
@media (max-width: 960px) {
  section.prev-next {
    padding: 40px 20px;
  }
}
