@charset "UTF-8";
html,
body {
  height: 100%;
  min-width: 1200px;
  font-size: 100%;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, '游ゴシック体',
    YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3,
    'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', Osaka;
  color: #333333;
  background: #ffffff;
}

@media (max-width: 1200px) {
  html,
  body {
    min-width: 0;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #0051ae;
  transition: 0.3s;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

h3 {
  font-size: 1.17em;
  font-weight: bold;
}

#app main {
  display: block;
  width: 100%;
}
#app main .header {
  background-color: #ffffff;
}

.header_content {
  font-size: 11px;
  margin-left: 60px;
}

@media screen and (min-width: 1022px) {
  #app main .header {
    position: fixed;
    display: block;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }
}
@media screen and (max-width: 1023px) {
  #app main .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding-top: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
  }
  #app main .header img {
    height: 30px;
  }
  .header_content {
    display: none;
  }
}

#app main .contents {
  display: block;
  width: 100%;
  min-width: 100%;
}

@media screen and (min-width: 1022px) {
  #app main .contents {
    padding-top: 70px;
    min-height: calc(100vh - 70px);
  }
}
#app main .contents__inner {
  display: flex;
}
@media screen and (min-width: 1022px) {
  #app main .contents__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  #app main .contents__inner {
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
}
#app main .contents__inner .full-width {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #app main .contents__inner .full-width {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1022px) {
  #app main .contents__inner .category__list {
    min-width: 250px;
    margin-bottom: 50px;
    padding: 0 60px 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  #app main .contents__inner .category__list {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
#app main .contents__inner .category__list h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
#app main .contents__inner .category__list ul {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  #app main .contents__inner .category__list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#app main .contents__inner .category__list ul li {
  margin-bottom: 0.5em;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  #app main .contents__inner .category__list ul li {
    padding-right: 2em;
  }
}
#app main .contents__inner .category__list ul li a {
  font-size: 14px;
}
#app main .contents__inner .category__list ul li a i {
  margin-right: 5px;
}
#app main .button-area {
  text-align: center;
}
@media screen and (min-width: 1022px) {
  #app main .button-area {
    margin: 100px 0;
  }
}
@media screen and (max-width: 1023px) {
  #app main .button-area {
    margin: 50px 0;
  }
}
#app main .button-area .btn--more {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 70px;
  border: 1px solid #999;
  border-radius: 3px;
  color: #0051ae;
}

.btn--more:before {
  background-color: transparent;
}

#app main .button-area .btn--more #app main .button-area .btn--more .mdi {
  font-size: 24px;
}
#app main .button-area .btn--more:hover {
  border-color: #0051ae;
  background-color: #0051ae;
  color: #ffffff;
}
#app #main-visulal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 80px;
  background-color: #fff3e5;
}
#app .the-paginator {
  margin-bottom: 80px;
}
#app .the-paginator nav ul {
  margin: 0;
}
#app .btn__center,
#app .btn__left {
  text-align: center;
}
#app .btn__center a,
#app .btn__left a {
  border: 1px solid #999;
  border-radius: 3px;
}
@media screen and (min-width: 1022px) {
  #app .btn__center a,
  #app .btn__left a {
    padding: 18px 90px;
  }
}
@media screen and (max-width: 1023px) {
  #app .btn__center a,
  #app .btn__left a {
    padding: 18px 30px;
  }
}
#app .btn__center a:hover,
#app .btn__left a:hover {
  background-color: #0051ae;
  border-color: #0051ae;
  color: #ffffff;
}
#app .btn__left {
  justify-content: flex-start;
}

#app #visulal-navi {
  position: absolute;
  z-index: 500;
}
@media screen and (min-width: 1216px) {
  #app #visulal-navi {
    bottom: 10px;
  }
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi {
    position: initial;
    width: 100%;
    padding-top: 10px;
  }
}
#app #visulal-navi ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style-type: none;
  height: 150px;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul {
    flex-wrap: wrap;
    padding: 0 5px;
    height: auto;
  }
}
#app #visulal-navi ul li {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li:not(:last-of-type) {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li {
    flex: 1 0 50%;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #app #visulal-navi ul li.sp--column-long {
    flex: 1 0 100%;
  }
}
#app #visulal-navi ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  z-index: 1;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li a {
    padding: 10px 10px 17px 10px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li a {
    padding: 6px 10px 12px 10px;
  }
}
#app #visulal-navi ul li a h3 {
  text-align: center;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li a h3 > i {
    margin-right: 8px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li a h3 > i {
    margin-right: 4px;
    font-size: 24px;
  }
}
#app #visulal-navi ul li a h3 span {
  font-weight: 600;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li a h3 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li a h3 span {
    font-size: 18px;
  }
}
#app #visulal-navi ul li a h3 span i {
  font-size: 0.75em;
  opacity: 0.5;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li a h3::after {
    content: '';
    display: block;
    width: 80px;
    margin: 13px auto 15px auto;
    background-color: #999;
    height: 1px;
  }
}
#app #visulal-navi ul li a p {
  text-align: center;
  font-size: 14px;
}
#app #visulal-navi ul li a:hover {
  border-color: #a70a00;
  background-color: #f66262;
  color: #fff;
}
#app #visulal-navi ul li a:hover h3::after {
  background-color: #fff;
}

#app #visulal-navi ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  z-index: 1;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li a {
    padding: 10px 10px 17px 10px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li a {
    padding: 6px 10px 12px 10px;
  }
}
#app #visulal-navi ul li a h3 {
  text-align: center;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li a h3 > i {
    margin-right: 8px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li a h3 > i {
    margin-right: 4px;
    font-size: 24px;
  }
}
#app #visulal-navi ul li a h3 span {
  font-weight: 600;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li a h3 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li a h3 span {
    font-size: 18px;
  }
}
#app #visulal-navi ul li a h3 span i {
  font-size: 0.75em;
  opacity: 0.5;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li a h3::after {
    content: '';
    display: block;
    width: 80px;
    margin: 13px auto 15px auto;
    background-color: #999;
    height: 1px;
  }
}
#app #visulal-navi ul li a p {
  text-align: center;
  font-size: 14px;
}
#app #visulal-navi ul li a:hover {
  border-color: #a70a00;
  background-color: #f66262;
  color: #fff;
}
#app #visulal-navi ul li a:hover h3::after {
  background-color: #fff;
}

/* #app #visulal-navi ul li label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  z-index: 1;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li label {
    padding: 10px 10px 17px 10px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li label {
    padding: 6px 10px 12px 10px;
  }
}
#app #visulal-navi ul li label h3 {
  text-align: center;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li label h3 > i {
    margin-right: 8px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li label h3 > i {
    margin-right: 4px;
    font-size: 24px;
  }
}
#app #visulal-navi ul li label h3 span {
  font-weight: 600;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li label h3 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  #app #visulal-navi ul li label h3 span {
    font-size: 18px;
  }
}
#app #visulal-navi ul li label h3 span i {
  font-size: 0.75em;
  opacity: 0.5;
}
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li label h3::after {
    content: '';
    display: block;
    width: 80px;
    margin: 13px auto 15px auto;
    background-color: #999;
    height: 1px;
  }
}
#app #visulal-navi ul li label p {
  text-align: center;
  font-size: 14px;
}
#app #visulal-navi ul li label:hover {
  border-color: #a70a00;
  background-color: #f66262;
  color: #fff;
}
#app #visulal-navi ul li label:hover h3::after {
  background-color: #fff;
} */
@media screen and (min-width: 1022px) {
  #app #visulal-navi ul li:hover::before {
    content: '';
    position: absolute;
    top: -82px;
    display: block;
    width: 100%;
    height: 113px;
    background: url(https://www-sanpoo.re-ws.jp/wp-content/uploads/sites/394/2021/06/hover_character_red.png) no-repeat center center;
    z-index: -1;
  }
}
@media screen and (min-width: 1022px) {
  #app #content-navi {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  #app #content-navi {
    margin-bottom: 50px;
  }
}
#app #content-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 1022px) {
  #app #content-navi ul {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  #app #content-navi ul {
    padding: 0 20px;
  }
}
#app #content-navi ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1022px) {
  #app #content-navi ul li {
    width: 50%;
  }
  #app #content-navi ul li:nth-of-type(odd) {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #app #content-navi ul li {
    width: 100%;
  }
}
#app #content-navi ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border: 2px solid #666;
  border-radius: 8px;
  background-size: cover;
  color: #333333;
}
@media screen and (min-width: 1022px) {
  #app #content-navi ul li a {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1023px) {
  #app #content-navi ul li a {
    padding-bottom: 90px;
  }
}
#app #content-navi ul li a h3 {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px 6px 0 0;
  text-align: center;
}
@media screen and (min-width: 1022px) {
  #app #content-navi ul li a h3 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #app #content-navi ul li a h3 {
    padding-top: 15px;
    padding-bottom: 8px;
  }
}
#app #content-navi ul li a h3 > i {
  margin-right: 8px;
  font-size: 30px;
}
#app #content-navi ul li a h3 span {
  font-weight: 600;
  font-size: 22px;
}
#app #content-navi ul li a h3 span i {
  font-size: 0.75em;
  opacity: 0.5;
}
@media screen and (min-width: 1022px) {
  #app #content-navi ul li a h3::after {
    content: '';
    display: block;
    width: 28px;
    margin: 25px auto 25px auto;
    background-color: #999;
    height: 1px;
  }
}
#app #content-navi ul li a p {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 1022px) {
  #app #content-navi ul li a p {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #app #content-navi ul li a p {
    padding-bottom: 20px;
  }
}
#app #content-navi ul li a:hover {
  border-color: #a70a00;
}
#app .content-catch {
  text-align: center;
}
@media screen and (min-width: 1022px) {
  #app .content-catch {
    padding: 0 20px 80px 20px;
  }
}
@media screen and (max-width: 1023px) {
  #app .content-catch {
    padding: 0 20px 40px 20px;
  }
}
#app .content-catch h2 {
  margin-bottom: 0.75em;
  font-weight: 200;
}
@media screen and (min-width: 1022px) {
  #app .content-catch h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #app .content-catch h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1022px) {
  #app .content-catch p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  #app .content-catch p {
    font-size: 18px;
  }
}

.acd-check {
  display: none;
}
.acd-label {
  background: #fff;
  color: #333333;
  display: block;
  padding: 10px;
  padding: 10px 10px 17px 10px;
  height: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 1022px) {
  .acd-label h3 {
    font-size: 22px;
  }
}

.acd-label h3::after {
  content: '';
  display: block;
  width: 80px;
  margin: 13px auto 15px auto;
  background-color: #999;
  height: 1px;
}

.acd-label h3 > i {
  margin-right: 8px;
  font-size: 30px;
}

.acd-label h3::after {
  content: '';
  display: block;
  width: 80px;
  margin: 13px auto 15px auto;
  background-color: #999;
  height: 1px;
}

.acd-label:hover h3::after {
  background-color: #fff;
}

.acd-label p {
  text-align: center;
  font-size: 14px;
}

.acd-label:hover {
  background-color: #f66262;
  color: #fff;
}

.acd-content {
  /* border: 1px solid #333; */
  height: auto;
  opacity: 0;
  /* padding: 0 10px; */
  transition: 0.5s;
  visibility: hidden;
  text-align: center;
  z-index: 999;
  border: 1px solid #f66262;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#app #visulal-navi ul li .acd-content a {
  display: block;
  padding: 20px;
  border: none;
  border-radius: 0;
  font-size: 0.95rem;
  height: 50px;
  padding-top: 13px;
  width: 100%;
  margin: 0 auto;
}

#app #visulal-navi ul li .acd-content a:after {
  content: '';
  display: block;
  width: 80%;
  margin: 13px auto 15px auto;
  background-color: #f66262;
  height: 1px;
}

#app #visulal-navi ul li .acd-content a:last-child:after {
  content: none;
}

.acd-check:checked + .acd-label + .acd-content {
  height: 0;
  opacity: 1;
  /* padding: 10px; */
  visibility: visible;
  height: auto;
  background-color: #fff;
  border: 1px solid #f66262;
}

@media screen and (max-width: 1023px) {
  .acd-check:checked + .acd-label + .acd-content {
    height: 0;
  }
  .acd-content {
    height: 0;
  }
}

#app .page-title,
#app .page-title.compact-very,
#app .page-title.compact {
  height: 100vh;
  margin-bottom: 80px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#app .page-title h1,
#app .page-title.compact-very h1,
#app .page-title.compact h1 {
  padding-top: 158px;
}
#app .page-title h1 i,
#app .page-title.compact-very h1 i,
#app .page-title.compact h1 i {
  display: block;
  font-size: 40px;
}
#app .page-title h1 span,
#app .page-title.compact-very h1 span,
#app .page-title.compact h1 span {
  font-weight: 400;
}
@media screen and (min-width: 1022px) {
  #app .page-title h1 span,
  #app .page-title.compact-very h1 span,
  #app .page-title.compact h1 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #app .page-title h1 span,
  #app .page-title.compact-very h1 span,
  #app .page-title.compact h1 span {
    font-size: 30px;
  }
}
#app .page-title h1::after,
#app .page-title.compact-very h1::after,
#app .page-title.compact h1::after {
  content: '';
  display: block;
  width: 40px;
  margin: 13px auto 15px auto;
  background-color: #999;
  height: 1px;
}
#app .page-title p,
#app .page-title.compact-very p,
#app .page-title.compact p {
  text-align: center;
  font-weight: 200;
  font-size: 14px;
}
#app .page-title h2,
#app .page-title.compact-very h2,
#app .page-title.compact h2 {
  padding-top: 110px;
  font-weight: 200;
  font-size: 50px;
}
#app .page-title.compact {
  height: 400px;
}
#app .page-title.compact h1 {
  padding-top: 105px;
}
#app .page-title.compact-very {
  height: 180px;
}
#app .page-title.compact-very h1 {
  padding-top: 10px;
}
#app .breadcrumbs {
  padding: 15px 20px;
  margin-top: -80px;
  margin-bottom: 40px;
}
#app .breadcrumbs nav {
  font-size: 14px;
}
#app .breadcrumbs nav a {
  text-decoration: none;
  color: #333;
}
#app .breadcrumbs nav a::after {
  content: '＞';
  padding: 0 1em;
}
@media screen and (min-width: 1022px) {
  #app .section {
    width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  #app .section {
    padding: 0 20px;
  }
}
#app .section__head {
  margin-bottom: 60px;
}
#app .section__content {
  margin-bottom: 90px;
}
#app .section__content h4 {
  margin-bottom: 0.675em;
  font-weight: 300;
  font-size: 30px;
}
#app .section__content h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.35em;
}
#app .section__content p {
  margin-bottom: 1em;
  /* font-weight: 300; */
  line-height: 1.8;
}
#app .section__content ul:not(:last-child) {
  margin-bottom: 1.5em;
}

#app .section__content ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
#app .section__content .dl-line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
#app .section__content .dl-line dd,
#app .section__content .dl-line dt {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
#app .section__content .dl-line dt {
  flex: 1 0 28%;
  max-width: 300px;
  padding-right: 2%;
}
#app .section__content .dl-line dd {
  flex: 1 0 70%;
}
#app .section__content .dl-line dd span {
  display: block;
  padding-top: 0.75em;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 1022px) {
  #app .section__content .dl-company dt {
    max-width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  #app .section__content .dl-company dt {
    display: flex;
    flex: 0 1 100%;
    width: 100%;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    font-weight: 800;
  }
}
#app .section__content .dl-company dd {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  #app .section__content .dl-company dd {
    flex: 0 1 100%;
  }
}
#app .section__content .dl-company dd .row-wrap {
  display: flex;
  flex: 1 0 100%;
}
#app .section__content .dl-company dd h5 {
  flex: 1 0 38%;
  max-width: 290px;
  margin: 0;
  padding-right: 2%;
  font-weight: 500;
  font-size: 16px;
}
#app .section__content .dl-company dd h5:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (max-width: 1023px) {
  #app .section__content .dl-company dd h5 {
    flex: 0 1 50%;
    padding-right: 5%;
  }
}
#app .section__content .dl-company dd div {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 60%;
}
#app .section__content .dl-company dd div:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (max-width: 1023px) {
  #app .section__content .dl-company dd div {
    flex: 0 1 50%;
  }
}
#app .section__content .dl-company dd div p {
  width: 100%;
  font-weight: 300;
}
#app .section__content .dl-company dd div span {
  padding: 0;
  font-size: 16px;
}
@media screen and (min-width: 1022px) {
  #app .section__content .dl-company dd div span:not(:first-of-type)::before {
    content: '／';
    padding: 0 0.75em;
  }
}
@media screen and (max-width: 1023px) {
  #app .section__content .dl-company dd div span:not(:first-of-type)::before {
    content: '';
    display: block;
  }
}
#app .section__content .dl-company dd div span a {
  margin-left: 8px;
}
@media screen and (max-width: 1023px) {
  #app .section__content .dl-company dd div span {
    width: 100%;
    margin-bottom: 0.75em;
  }
}
#app .section__content blockquote {
  padding: 130px;
  background-color: #fefbf4;
  border: 1px solid #999;
  text-align: center;
  font-weight: 200;
  font-size: 30px;
}
#app .content-title--horizontal {
  margin-bottom: 30px;
  text-align: center;
}
#app .content-title--horizontal::after {
  content: '';
  display: block;
  width: 40px;
  margin: 13px auto 0 auto;
  background-color: #999;
  height: 1px;
}
@media screen and (min-width: 1022px) {
  #app .content-title--horizontal div {
    position: relative;
    display: inline-block;
  }
}
#app .content-title--horizontal h3 {
  display: inline-block;
  font-weight: 100;
}
@media screen and (min-width: 1022px) {
  #app .content-title--horizontal h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #app .content-title--horizontal h3 {
    width: 100%;
    font-size: 36px;
  }
}
#app .content-title--horizontal i {
  color: rgba(60, 133, 206, 0.5);
}
@media screen and (min-width: 1022px) {
  #app .content-title--horizontal i {
    position: absolute;
    left: calc(-1em - 15px);
    top: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #app .content-title--horizontal i {
    font-size: 30px;
  }
}
@media screen and (min-width: 1022px) {
  #app .content-title--horizontal span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 15px;
    white-space: nowrap;
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  #app .content-title--horizontal span {
    font-weight: 200;
    font-size: 14px;
  }
}
@media screen and (min-width: 1022px) {
  #app .column-box {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1022px) {
  #app .column-box div {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1023px) {
  #app .column-box div {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1022px) {
  #app .column-box2 {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1022px) {
  #app .column-box2 div {
    padding: 0 5% 0 0;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #app .column-box2 div {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1022px) {
  #app .room-control .column-box2 {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1022px) {
  #app .room-control .column-box2 div {
    padding: 0 2% 0 0;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  #app .room-control .column-box2 div {
    margin-bottom: 50px;
  }
}
#app .room-control .column-box2 div:last-child {
  padding-right: 0;
}
@media screen and (min-width: 1022px) {
  #app .column3-box {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1022px) {
  #app .column3-box div {
    width: 32%;
    margin-bottom: 73px !important;
    text-align: center;
    padding: 0 20px 0;
  }
  #app .column3-box div h4 {
    font-size: 1.35rem;
    font-weight: bold;
  }
  #app .column3-box div p {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  #app .column3-box div {
    width: 100%;
    padding: 0 10px 0;
    justify-content: space-between;
    text-align: center;
  }
  #app .column3-box div h4 {
    font-size: 1.25rem;
  }
  #app .column3-box div p {
    font-size: 0.85rem;
  }
}
#app .menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1022px) {
  #app .menu__list li {
    width: 32%;
    margin-bottom: 73px !important;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #app .menu__list li {
    width: 50%;
    padding: 0 10px 0;
    justify-content: space-between;
    text-align: center;
  }
  #app .menu__list li h4 {
    font-size: 1.25rem;
  }
  #app .menu__list li p {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1022px) {
  #app .img-box {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1022px) {
  #app .img-box figure {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #app .img-box figure {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1022px) {
  #app .contacts .label {
    font-weight: 300;
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  #app .contacts .label {
    font-weight: 800;
  }
}
#app .scroll-up-line,
#app .scroll-down-line {
  display: block;
  position: relative;
  margin: 50px auto 0px auto;
  padding: 0px 10px 60px 10px;
  overflow: hidden;
}
#app .scroll-up-line::before,
#app .scroll-down-line::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: rgba(51, 51, 51, 0.25);
}
#app .scroll-up-line::after,
#app .scroll-down-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #3c85ce;
  height: 10px;
  -webkit-animation: scroll-down-line 3s ease infinite;
  animation: scroll-down-line 3s ease infinite;
}
#app .scroll-down-line::after {
  bottom: 0;
  -webkit-animation: scroll-down-line 3s ease infinite;
  animation: scroll-down-line 3s ease infinite;
}
#app .scroll-up-line::after {
  top: 0;
  -webkit-animation: scroll-up-line 3s ease infinite;
  animation: scroll-up-line 3s ease infinite;
}
@-webkit-keyframes scroll-down-line {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50%,
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes scroll-down-line {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50%,
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-webkit-keyframes scroll-up-line {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  50%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes scroll-up-line {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  50%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
#app .text-left {
  text-align: left;
}
#app .text-right {
  text-align: right;
}
#app .text-center {
  text-align: center;
}
#app .svg-free-dial {
  height: 1.5em;
  vertical-align: bottom;
}
@media screen and (max-width: 1023px) {
  #app .pc--only {
    display: none;
  }
}
@media screen and (min-width: 1022px) {
  #app .sp--only {
    display: none;
  }
}

a {
  width: 100%;
}
a article {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding: 0.6rem 0.8rem; */
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}
a article span {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1 0 0%;
}
a article .preview-mark {
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  color: white;
  background-color: red;
  opacity: 0.6;
  display: flex;
  align-items: center;
}
a article .preview-mark i {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  a article .preview-mark span {
    display: none;
  }
}
a article:hover {
  background: #333;
  color: #333;
}
a article:hover:before {
  color: #3c85ce;
}
/* a article:before {
  font-family: 'Material Design Icons';
  content: '';
  display: block;
  height: 100%;
  width: 1.5rem;
  color: #333;
} */

/* ヘッダ */
.header__inner {
  height: 70px;
  box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.6);
}

.header__inner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.header__inner-list a {
  margin: 0 auto;
}
@media screen and (min-width: 1022px) {
  /* .header__inner-list {
    height: 70px;
  } */
  .header__inner-list .logo {
    width: 160px;
    margin: 6px 18px 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner {
    height: 50px;
    padding-top: 8px;
  }
}
.header__inner-list .menu {
  display: flex;
}
@media screen and (min-width: 1022px) {
  .header__inner-list .menu {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner-list .menu {
    justify-content: center;
  }
}
.header__inner-list .side-navi__list li {
  margin-bottom: 30px;
}
.header__inner-list .side-navi__list li a {
  color: #333333;
}
.header__inner-list .side-navi__list li ul {
  padding-top: 10px;
}
.header__inner-list .side-navi__list li ul li {
  margin-bottom: 10px;
}
.header__inner-list .side-navi__btn {
  display: flex;
  justify-content: center;
}
.header__inner-list .side-navi__btn li a {
  display: block;
  color: #333333;
}
@media screen and (min-width: 1022px) {
  .header__inner-list .side-navi__btn li a {
    margin: 0 8px;
    padding: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner-list .side-navi__btn li a {
    padding: 14px 8px;
  }
}
.header__inner-list .side-navi__btn li a i {
  opacity: 0.35;
}
.header__inner-list .side-navi__btn li a:hover {
  color: #0051ae;
}
.header__inner-list .sns a {
  margin: 0 12px;
  font-size: 24px;
  color: #999;
}
.header__inner-list .sns a:hover {
  color: #3c85ce;
}

/* メインビジュアル */
.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1022px) {
  .video-wrap {
    height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 1023px) {
  .video-wrap {
    height: calc(60vh - 50px);
  }
}
video {
  max-width: initial;
  min-width: 100%;
  position: absolute;
}
@media screen and (min-width: 1022px) {
  video {
    min-height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 1023px) {
  video {
    min-height: calc(60vh - 50px);
  }
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.copy-text {
  position: absolute;
  bottom: 50%;
  width: 100%;
  padding: 0 15%;
  text-align: center;
}

/* テキストスライド */
.copy-text {
  position: absolute;
  bottom: 50%;
  width: 100%;
  padding: 0 15%;
  text-align: center;
}

.service {
  display: block;
  border: 1px solid #999;
  background-color: #ffffff;
  border-radius: 3px;
}
@media screen and (min-width: 1022px) {
  .service {
    margin: 0 20px;
  }
}
.service span {
  display: block;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .service span {
    padding: 14px 8px;
  }
}
.service span i {
  opacity: 0.35;
}
.service span:hover {
  border-color: #0051ae;
  background-color: #3c85ce;
  color: #ffffff;
}
.service .menu-service li {
  margin: 0;
}
.service .menu-service li a {
  margin: 0;
  padding: 10px;
  border-width: 1px 0 0 0;
  border-color: #ccc;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  .service .menu-service li a {
    padding: 14px 8px;
  }
}
@media screen and (min-width: 1022px) {
  #open,
  .toggle,
  .bgclose {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 2em;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 102;
    text-align: center;
    /* ≡ */
  }
  .toggle:before,
  .toggle i,
  .toggle:after {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
    display: block;
    height: 2px;
    width: 50%;
    background: #333;
    transition: 0.35s ease-in-out;
  }
  .toggle:before {
    top: 25%;
  }
  .toggle i {
    top: 45%;
  }
  .toggle:after {
    top: 65%;
  }
  #open {
    display: none;
    /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
    /* ≡ > ×アニメーション */
  }
  #open:checked ~ .menu {
    right: 0;
  }
  #open:checked + .toggle:before {
    top: 45%;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #open:checked + .toggle i {
    width: 0;
  }
  #open:checked + .toggle:after {
    top: 45%;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* BG */
  .bgclose {
    display: none;
  }
  #open:checked ~ .bgclose {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    text-indent: -999999px;
    overflow: hidden;
    cursor: pointer;
  }
  .menu {
    margin-left: auto;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .menu {
    transition: max-height 0.2s ease-out;
    overflow: hidden;
    position: fixed;
    top: 50px;
    right: -200vw;
    /* メニューのwidth + padding */
    width: 100%;
    /* メニューのwidth */
    height: 100vh;
    transition: left 0.5s, right 0.5s;
    /* アニメーション */
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 101;
    overflow-y: auto;
    transition: 0.3s;
    /* スクロールバーIE */
    scrollbar-face-color: #bbb;
    scrollbar-track-color: #e7e7e7;
    scrollbar-arrow-color: #bbb;
    scrollbar-highlight-color: #bbb;
    scrollbar-shadow-color: #bbb;
    scrollbar-3dlight-color: #bbb;
    scrollbar-darkshadow-color: #bbb;
  }
  .menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .menu ul li {
    flex: 1 0 50%;
  }
  .menu ul .service {
    flex: 1 0 100%;
  }
  .menu nav:first-of-type li:nth-of-type(odd) {
    padding-right: 10px;
  }
  .menu nav:first-of-type li:last-of-type {
    padding-right: 0;
  }
  .menu nav:last-of-type li:nth-of-type(odd) {
    padding-right: 10px;
  }
}

/* ニュース */
.content-info {
  margin: 60px;
  margin-top: 130px;
}

.content-info a article {
  flex-direction: row;
  padding: 5px 16px;
}

.content-info__body a {
  display: inline-block;
}

.content-info a article * {
  padding: 0.6rem;
}
.content-info__inner {
  /* display: flex; */
}

.content-info__body a:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #3c85ce;
  transition: width 0.5s;
  opacity: 0.05;
}
.content-info a:hover::before {
  width: 100%;
  opacity: 0.3;
}

@media screen and (max-width: 1023px) {
  .content-info__inner {
    flex-direction: column;
  }

  .content-info a article {
    flex-direction: column;
  }

  a article span {
    white-space: normal;
  }

  .content-info {
    margin: 0;
    margin-bottom: 128px;
  }
}
.content-info__title {
  flex: 0 1 30%;
  text-align: center;
}
@media screen and (min-width: 1022px) {
  .content-info__title {
    flex: 0 1 30%;
    position: relative;
  }

  .content-blog__body {
    padding: 0 30px;
  }

  .blog__list {
    position: relative;
    padding: 40px;
  }

  .blog__list::before {
    position: absolute;
    content: '';
    display: flex;
    width: calc(100% - 56%);
    height: calc(100% + 70px);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    left: -20px;
  }

  /* .content-info__title::before {
    position: absolute;
    content: '';
    display: flex;
    width: calc(100% + 40%);
    height: calc(100% + 10px);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  } */

  /* .content-info__title::after {
    position: absolute;
    content: '';
    display: flex;
    width: 40px;
    border-left: 1px solid #3c85ce;
    border-bottom: 1px solid #3c85ce;
    top: 260px;
    left: 380px;
  } */
}
.content-info__title i {
  font-size: 40px;
  color: rgba(190, 44, 45, 0.5);
}
.content-info__title h3 {
  font-weight: 100;
  font-size: 50px;
}
.content-info__title h3::after {
  content: '';
  display: block;
  width: 40px;
  margin: 13px auto 15px auto;
  background-color: #999;
  height: 1px;
}
.content-info__title span {
  font-size: 15px;
}
@media screen and (min-width: 1022px) {
  .content-info__body {
    flex: 0 1 70%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .content-info__body {
    padding: 20px;
  }
}

/* 新着賃貸・売買物件 */

#app .blog__list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media screen and (min-width: 1022px) {
  #app .blog__list a:not(:last-of-type) {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1023px) {
  #app .blog__list a {
    flex: 0 1 100%;
  }
  #app .blog__list a:nth-child(n + 2) {
    display: none;
  }
}
#app .blog__list a figure {
  border-radius: 3px;
  width: 100%;
}

a {
  width: 100%;
  position: relative;
}
a article {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}

a article time {
  font-weight: bold;
  font-size: 14px;
}

a article .plan {
  font-size: 14px;
  color: #999999;
}

a article .layout-container {
  min-width: 218px;
  padding: 0 !important;
  margin: 0 !important;
}
a article .layout-container.body {
  flex: 1 0 0%;
  align-items: center;
}
a article * {
  display: flex;
  padding: 0.1rem;
}

a article .subject {
  flex: 1 0 0%;
  font-size: 1rem;
}
a article .preview-mark {
  font-weight: bold;
  opacity: 0.6;
  align-items: center;
  font-size: 0.8rem;
}
@media screen and (min-width: 1022px) {
  a article .preview-mark {
    height: 2.2rem;
  }
}
a article .preview-mark i {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  a article .preview-mark {
    width: 2.2rem;
  }
  a article .preview-mark span {
    display: none;
  }
}
a article time {
  font-size: 1rem;
  color: #333333;
}
a article .category {
  margin: 0 2rem;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #333333;
}

@media screen and (max-width: 768px) {
  a article {
    flex-direction: column;
    align-items: start;
  }
  a article .layout-container {
    width: 100%;
  }
}

a:hover article {
  background: #ffffff;
  color: #0051ae;
}
a:hover article time {
  color: #0051ae;
}
a:hover article .category {
  color: #0051ae;
}

a {
  width: 100%;
}
a article {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}
a article figure {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  a article figure {
    width: 100%;
  }
}
a article figure img {
  transition: all 0.3s;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
a article figure:before {
  transition: opacity 0.3s;
  opacity: 0.1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  position: absolute;
}
a article .subject {
  display: flex;
  flex-wrap: wrap;
}
a article .subject time {
  margin-right: 20px;
  font-size: 14px;
  color: #333333;
}
a article .subject div {
  font-size: 14px;
  color: #333333;
}
a article .subject h4 {
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: #0051ae;
}

a article .preview-mark {
  font-weight: bold;
  margin-top: 16px;
  width: 100%;
  padding: 0.3rem 0.6rem;
  color: white;
  background-color: red;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
a article .preview-mark i {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  a article .preview-mark span {
    display: none;
  }
}
a article:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a article:hover figure:before {
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .content-blog {
    margin-bottom: 80px;
  }
}
.content-blog__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1022px) {
  .content-blog__inner {
    margin-bottom: 60px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .content-blog__inner {
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
.content-blog__title {
  margin-bottom: 30px;
  text-align: center;
  padding-top: 130px;
}
.content-blog__title::after {
  content: '';
  display: block;
  width: 40px;
  margin: 13px auto 0 auto;
  background-color: #999;
  height: 1px;
}
.content-blog__title div {
  position: relative;
  display: inline-block;
}
.content-blog__title h3 {
  display: inline-block;
  font-weight: 100;
  font-size: 50px;
}
.content-blog__title i {
  position: absolute;
  left: calc(-1em - 15px);
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  color: rgba(190, 44, 45, 0.5);
}
.content-blog__title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 15px;
  white-space: nowrap;
  font-size: 15px;
}

/* こだわリ条件から探す */

#app .conditions__list {
  display: flex;
  flex-wrap: wrap;
}

#app .conditions__list a {
  width: calc(100% / 4 - 16px);
  margin-bottom: 24px;
  margin-right: 16px;
}

#app .conditions__list a:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  #app .conditions__list a {
    flex: 0 1 100%;
  }
  #app .conditions__list a:nth-child(n + 2) {
    display: none;
  }
}
#app .conditions__list a figure {
  border-radius: 20px;
  padding: 0;
}

#app .conditions__list a .subject {
  font-size: 16px;
}

/* 飯田ってどんなところ？ */

#app .about__list {
  display: flex;
  flex-wrap: wrap;
}

#app .about__list article {
  width: calc(100% / 2 - 16px);
  margin-bottom: 24px;
  margin-right: 16px;
}

#app .about__list article:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  #app .about__list article {
    flex: 0 1 100%;
  }
  /* #app .about__list article:nth-child(n + 2) {
    display: none;
  } */
}
#app .about__list article figure {
  border-radius: 20px;
  padding: 0;
}

#app .about__list article figure img {
  object-fit: cover;
  width: 100%;
  height: 340px;
  border-radius: 3px;
}

#app .about__list article .subject {
  font-size: 16px;
}

#app .about__list article a:hover {
  text-decoration: underline;
}

.subject ul.subject_list {
  display: flex;
  flex-wrap: wrap;
}

.subject ul.subject_list li {
  width: 48%;
  position: relative;
  padding-left: 8px;
  margin-right: 3px;
}

.subject_list li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: '';
  background: #0051ae;
}

.subject_link li {
  margin-bottom: 32px;
}

.subject_link a {
  display: block;
}

/* コンタクト */
.contact {
  position: relative;
  background-color: #f6caca;
}
.contact__title {
  padding: 46px 0;
}
@media screen and (max-width: 1023px) {
  .contact__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact__title h3 {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 800;
  font-size: 34px;
}
.contact__title p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.contact__outer {
  background: url(https://www-sanpoo.re-ws.jp/wp-content/uploads/sites/394/2021/07/contact_bg_trade.png) no-repeat top left;
}

.contact__inner {
  padding-bottom: 37px;
}

.contact__inner .tel {
  font-size: 30px;
  color: #a70a00;
}

.contact__inner nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  list-style-type: none;
}

.contact__inner nav ul li a {
  border-radius: 8px;
}

.contact__inner nav ul li {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contact__inner nav ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1022px) {
  .contact__inner nav ul li {
    flex: 0 1 35%;
    margin: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .contact__inner nav ul li {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}
.contact__inner nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 26px 10px;
  border: 1px solid #999;
  background-color: #ffffff;
  color: #333333;
}
.contact__inner nav ul li a h3 {
  text-align: center;
}
.contact__inner nav ul li a h3 span {
  font-weight: 700;
  font-size: 18px;
}
.contact__inner nav ul li a h3::after {
  content: '';
  display: block;
  width: 16px;
  margin: 13px auto 15px auto;
  background-color: #999;
  height: 1px;
}
.contact__inner nav ul li a p {
  text-align: center;
  font-size: 12px;
}
.contact__inner nav ul li a:hover {
  border-color: #0051ae;
  background-color: #0051ae;
  color: #fff;
}
.contact__inner nav ul li a:hover h3::after {
  background-color: #fff;
}

/* フッタ */
.footer-box nav ul {
  display: flex;
  justify-content: center;
}

.footer-box nav ul li {
  padding: 8px 16px;
}

.footer-box nav ul li a:before {
  background-color: transparent;
}

@media screen and (min-width: 1022px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 30px 30px 20px 30px;
  }
  .footer-box nav ul {
    display: block;
  }

  .footer-box nav {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1022px) {
  footer .contact {
    position: relative;
  }
}
footer .contact h2 {
  text-align: center;
}
@media screen and (min-width: 1022px) {
  footer .contact h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  footer .contact h2 {
    margin-bottom: 20px;
  }
}
footer .contact .site-map {
  display: flex;
}
@media screen and (max-width: 1023px) {
  footer .contact .site-map {
    flex-direction: column;
  }
}
footer .contact .site-map .layout {
  margin-right: 70px;
}
footer .contact .site-map .layout__outer {
  display: flex;
}
@media screen and (max-width: 1023px) {
  footer .contact .site-map .layout__outer {
    flex-direction: column;
  }
}
footer .contact .site-map .layout__inner {
  font-size: 14px;
}
footer .contact .site-map .layout__item {
  margin-bottom: 30px;
}
footer .contact .site-map .layout__item i {
  opacity: 0.35;
}
footer .contact .site-map h3 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
}
footer .contact .site-map h4 {
  margin-left: 1.6em;
  margin-bottom: 0.5em;
  display: list-item;
  list-style-type: disc;
}
@media screen and (min-width: 1022px) {
  footer .contact .site-map .service {
    width: 60%;
    padding-left: 60px;
  }
  footer .contact .site-map .service .layout__inner {
    width: 50%;
  }
  footer .contact .site-map .company {
    width: 20%;
  }
  footer .contact .site-map .other {
    width: 20%;
  }
}

footer ul li {
  margin-bottom: 0.5em;
  font-size: 14px;
}
footer ul li a {
  font-weight: 400;
  color: #333333;
}
footer .copy-right {
  margin-bottom: 18px;
  text-align: center;
  font-size: 14px;
}
footer .back_to_top {
  position: fixed;
  right: 18px;
  bottom: 30px;
}
footer .back_to_top a {
  font-size: 12px;
  color: #333333;
}
