@charset "UTF-8";
@media screen and (min-width: 768px), print {
  .p-index .ud-visual .icon a,
  .p-index .column-btn a,
  .p-about .world__link a,
  .p-report-index .list a,
  .p-report-instructions .list__btn a,
  .p-report-information .list__btn a,
  .p-report-showroom .list__btn a,
  .p-cando-index .item__btn a,
  .p-house .btn__link,
  .p-house .btn__btn,
  .p-house .family a,
  .p-house .scene__txt a,
  .p-public .proposal a,
  .p-public .layout .laypoint__needs a,
  .p-public .layout .laypoint__inner a,
  .p-public .point .area__box-txt a {
    transition: opacity 0.2s ease;
  }

  .p-index .ud-visual .icon a:hover,
  .p-index .column-btn a:hover,
  .p-about .world__link a:hover,
  .p-report-index .list a:hover,
  .p-report-instructions .list__btn a:hover,
  .p-report-information .list__btn a:hover,
  .p-report-showroom .list__btn a:hover,
  .p-cando-index .item__btn a:hover,
  .p-house .btn__link:hover,
  .p-house .btn__btn:hover,
  .p-house .family a:hover,
  .p-house .scene__txt a:hover,
  .p-public .proposal a:hover,
  .p-public .layout .laypoint__needs a:hover,
  .p-public .layout .laypoint__inner a:hover,
  .p-public .point .area__box-txt a:hover {
    opacity: 0.5;
  }
}

.p-ud {
  position: relative;
  padding-top: 84px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-ud {
    padding-top: 42px;
  }
}

.p-ud * {
  box-sizing: border-box;
}

.p-ud main {
  display: block;
}

.p-ud mark {
  color: inherit;
  background-color: transparent;
}

.p-ud em {
  font-weight: normal;
  font-style: normal;
}

.p-ud img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-ud button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.p-ud a:hover {
  text-decoration: none;
}

.p-ud-low {
  position: relative;
  padding-top: 84px;
  font-size: 14px;
  color: #000;
}

.p-ud-low .g-wrapper h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.p-ud-low .g-wrapper h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.p-ud-low .g-wrapper p,
.p-ud-low .g-wrapper dl {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
}

.p-ud-low .g-wrapper img {
  vertical-align: initial;
}

.breadcrumb {
  border-bottom: none;
}

.breadcrumb em {
  font-style: normal;
  font-weight: normal;
}

.ud-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .ud-wrap {
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}

#h-top p.logo {
  margin: 0;
}

.g-contents {
  margin: 0 auto;
  max-width: 960px;
}

.g-contents__ttl {
  display: none;
}

.g-contents:not(.inner_content) * {
  position: relative;
}

.g-contents.inner_content,
#plus .g-contents {
  margin: 52px auto;
}

.g-contents.inner_content a,
#plus .g-contents a {
  color: #004fa2;
  text-decoration: none;
}

.g-contents.inner_content a:visited,
#plus .g-contents a:visited {
  color: #004fa2;
  text-decoration: none;
}

.g-contents.inner_content a:hover,
#plus .g-contents a:hover {
  color: #004fa2;
  text-decoration: underline;
}

.g-contents.inner_content *,
#plus .g-contents * {
  box-sizing: border-box;
}

.g-wrapper {
  margin: 52px auto;
}

.g-contents .is-hidden,
.g-contents .is-hidden2,
.g-wrapper .is-hidden,
.g-wrapper .is-hidden2,
.p-public .is-hidden,
.p-public .is-hidden2,
.p-house .is-hidden,
.p-house .is-hidden2 {
  transition: all 0.8s ease-in-out;
}

.g-contents .is-hidden:not(.is-view),
.g-contents .is-hidden2:not(.is-view),
.g-wrapper .is-hidden:not(.is-view),
.g-wrapper .is-hidden2:not(.is-view),
.p-public .is-hidden:not(.is-view),
.p-public .is-hidden2:not(.is-view),
.p-house .is-hidden:not(.is-view),
.p-house .is-hidden2:not(.is-view) {
  opacity: 0;
}

.g-contents .is-hidden.-order-1,
.g-contents .is-hidden2.-order-1,
.g-wrapper .is-hidden.-order-1,
.g-wrapper .is-hidden2.-order-1,
.p-public .is-hidden.-order-1,
.p-public .is-hidden2.-order-1,
.p-house .is-hidden.-order-1,
.p-house .is-hidden2.-order-1 {
  transition-delay: 0.5s;
}

.g-contents .is-hidden.-order-2,
.g-contents .is-hidden2.-order-2,
.g-wrapper .is-hidden.-order-2,
.g-wrapper .is-hidden2.-order-2,
.p-public .is-hidden.-order-2,
.p-public .is-hidden2.-order-2,
.p-house .is-hidden.-order-2,
.p-house .is-hidden2.-order-2 {
  transition-delay: 1s;
}

.g-contents .is-hidden.-order-3,
.g-contents .is-hidden2.-order-3,
.g-wrapper .is-hidden.-order-3,
.g-wrapper .is-hidden2.-order-3,
.p-public .is-hidden.-order-3,
.p-public .is-hidden2.-order-3,
.p-house .is-hidden.-order-3,
.p-house .is-hidden2.-order-3 {
  transition-delay: 1.5s;
}

.g-contents .is-hidden.-order-4,
.g-contents .is-hidden2.-order-4,
.g-wrapper .is-hidden.-order-4,
.g-wrapper .is-hidden2.-order-4,
.p-public .is-hidden.-order-4,
.p-public .is-hidden2.-order-4,
.p-house .is-hidden.-order-4,
.p-house .is-hidden2.-order-4 {
  transition-delay: 2s;
}

.g-contents .is-hidden.-order-5,
.g-contents .is-hidden2.-order-5,
.g-wrapper .is-hidden.-order-5,
.g-wrapper .is-hidden2.-order-5,
.p-public .is-hidden.-order-5,
.p-public .is-hidden2.-order-5,
.p-house .is-hidden.-order-5,
.p-house .is-hidden2.-order-5 {
  transition-delay: 2.5s;
}

.g-contents .is-hidden.-order-6,
.g-contents .is-hidden2.-order-6,
.g-wrapper .is-hidden.-order-6,
.g-wrapper .is-hidden2.-order-6,
.p-public .is-hidden.-order-6,
.p-public .is-hidden2.-order-6,
.p-house .is-hidden.-order-6,
.p-house .is-hidden2.-order-6 {
  transition-delay: 3s;
}

.g-contents .is-hidden.-order-7,
.g-contents .is-hidden2.-order-7,
.g-wrapper .is-hidden.-order-7,
.g-wrapper .is-hidden2.-order-7,
.p-public .is-hidden.-order-7,
.p-public .is-hidden2.-order-7,
.p-house .is-hidden.-order-7,
.p-house .is-hidden2.-order-7 {
  transition-delay: 3.5s;
}

.g-contents .is-hidden:not(.is-view),
.g-wrapper .is-hidden:not(.is-view),
.p-public .is-hidden:not(.is-view),
.p-house .is-hidden:not(.is-view) {
  transform: translateY(20px);
}

.p-public {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px), print {
  .sp-only {
    display: none !important;
  }

  .a-hover {
    transition: opacity 0.3s ease;
  }

  .a-hover:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  img {
    max-width: 100%;
  }
}

.ud-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

.ud-nav em {
  font-weight: normal;
  font-style: normal;
}

@media screen and (min-width: 768px), print {
  .ud-nav {
    color: #fff;
    background: #505050;
  }
}

@media screen and (max-width: 767px) {
  .ud-nav .ud-wrap {
    padding: 0;
  }
}

.ud-nav.is-fixed {
  position: fixed;
  top: 106px;
}

@media screen and (max-width: 767px) {
  .ud-nav.is-fixed {
    top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .ud-nav .ud-nav-btn {
    position: relative;
    width: 100%;
    height: 42px;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    background: #505050;
  }

  .ud-nav .ud-nav-btn::before {
    position: absolute;
    top: 30%;
    right: 4%;
    display: block;
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
    transition: transform 0.2s;
    content: "";
  }

  .ud-nav .ud-nav-btn.is-executed::before {
    transform: translateY(50%) rotate(225deg);
  }
}

.ud-nav ul {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .ud-nav ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .ud-nav ul {
    max-height: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .ud-nav ul.is-open {
    max-height: 85vh;
    transition: max-height 0.4s ease-out;
    overflow: auto;
  }
}

.ud-nav li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .ud-nav li:nth-of-type(n + 2) {
    border-top: solid 1px #ccc;
  }
}

@media screen and (min-width: 768px), print {
  .ud-nav li:hover .nav-item,
  .ud-nav li:hover .nav-drop-label {
    background: #414141;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px), print {
  .ud-nav .nav-drop-label {
    display: none !important;
  }
}

.ud-nav .nav-item,
.ud-nav .nav-drop-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 84px;
  padding: 0 15px;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .ud-nav .nav-item,
  .ud-nav .nav-drop-label {
    height: auto;
    padding: 15px 5.3333333333%;
    display: block;
    text-align: left;
    color: #000;
    background: #fafaf8;
  }

  .ud-nav .nav-item::before,
  .ud-nav .nav-drop-label::before {
    position: absolute;
    top: 40%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #505050;
    border-right: solid 2px #505050;
    transform: rotate(45deg);
    content: "";
  }

  .ud-nav .nav-item [class^="ico-"],
  .ud-nav .nav-drop-label [class^="ico-"] {
    display: none;
  }
}

.ud-nav .nav-item .tx,
.ud-nav .nav-drop-label .tx {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .ud-nav .nav-item .tx br,
  .ud-nav .nav-drop-label .tx br {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .ud-nav .nav-item,
  .ud-nav .nav-drop-label {
    transition: background 0.1s ease-in-out;
  }

  .ud-nav .nav-item [class^="ico-"],
  .ud-nav .nav-drop-label [class^="ico-"] {
    margin-bottom: 10px;
    display: block;
    width: 35px;
    height: 26px;
    background: no-repeat center center;
    background-size: 100% auto;
  }

  .ud-nav .nav-item .ico-persons,
  .ud-nav .nav-drop-label .ico-persons {
    background-image: url(../images/common/nav_persons.png);
  }

  .ud-nav .nav-item .ico-lamp,
  .ud-nav .nav-drop-label .ico-lamp {
    background-image: url(../images/common/nav_lamp.png);
  }

  .ud-nav .nav-item .ico-house,
  .ud-nav .nav-drop-label .ico-house {
    background-image: url(../images/common/nav_house.png);
  }

  .ud-nav .nav-item .ico-building,
  .ud-nav .nav-drop-label .ico-building {
    background-image: url(../images/common/nav_building.png);
  }

  .ud-nav .nav-item .ico-pencil,
  .ud-nav .nav-drop-label .ico-pencil {
    background-image: url(../images/common/nav_pencil.png);
  }

  .ud-nav .nav-item .ico-academy,
  .ud-nav .nav-drop-label .ico-academy {
    background-image: url(../images/common/nav_academy.png);
  }

  .ud-nav .nav-item .ico-gift,
  .ud-nav .nav-drop-label .ico-gift {
    background-image: url(../images/common/nav_gift.png);
  }

  .ud-nav .nav-item .ico-book,
  .ud-nav .nav-drop-label .ico-book {
    background-image: url(../images/common/nav_book.png);
  }
}

@media screen and (min-width: 768px), print {
  .ud-nav .box-home {
    margin-right: auto;
  }

  .ud-nav .box-home .nav-item,
  .ud-nav .box-home .nav-drop-label {
    padding: 0;
  }

  .ud-nav .box-home .tx {
    font-size: 13px;
    line-height: 1.1428571429;
  }
}

.ud-nav .sub-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media screen and (min-width: 768px), print {
  .ud-nav .sub-nav {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
  }
}

.ud-nav .sub-nav-item {
  position: relative;
  display: block;
  padding: 17px;
  line-height: 1;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  background: #505050;
  border-top: solid 1px #fff;
}

.ud-nav .sub-nav-item:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ud-nav .sub-nav-item {
    padding: 15px 8%;
    color: #000;
    background: #fff;
    border-top: solid 1px #ccc;
  }

  .ud-nav .sub-nav-item::before {
    position: absolute;
    top: 40%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #505050;
    border-right: solid 2px #505050;
    transform: rotate(45deg);
    content: "";
  }
}

@media screen and (min-width: 768px), print {
  .ud-nav .sub-nav-item {
    transition: background 0.1s ease-in-out;
  }

  .ud-nav .sub-nav-item:hover {
    background: #414141;
  }
}

@media screen and (max-width: 767px) {
  .ud-nav .drop > a.nav-item,
  .ud-nav .drop > a.nav-drop-label {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .ud-nav .drop::before {
    position: absolute;
    bottom: 8px;
    right: 50%;
    z-index: 2;
    transform: translateX(50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    content: "";
  }

  .ud-nav .drop:hover .sub-nav {
    max-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .ud-nav .nav-drop-label::before {
    top: 50%;
    right: 16px;
    width: 14px;
    height: 2px;
    background: #505050;
    border: none;
    transform: translateY(-50%);
  }

  .ud-nav .nav-drop-label::after {
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 2px;
    height: 14px;
    background: #505050;
    transform: translateY(-50%);
    transition: transform 0.3s, opacity 0.2s;
    content: "";
  }
}

.ud-nav .nav-drop-cb {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .ud-nav .nav-drop-cb:checked ~ .sub-nav {
    max-height: 300px;
  }

  .ud-nav .nav-drop-cb:checked + .nav-drop-label::after {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }

  .ud-nav .nav-drop-cb:checked + .nav-drop-label .tx {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
  }
}

.foot-ud-nav {
  padding: 35px 0;
  color: #fff;
  background: #505050;
}

.foot-ud-nav em {
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .foot-ud-nav {
    padding: 20px 0;
  }

  .foot-ud-nav .ud-wrap {
    padding: 0;
  }
}

.foot-ud-nav ul {
  display: flex;
  justify-content: center;
}

.foot-ud-nav li {
  width: 27.0833333333%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .foot-ud-nav li {
    width: 50%;
  }
}

.foot-ud-nav li:nth-of-type(n + 2) {
  border-left: dotted 2px #fff;
}

.foot-ud-nav a {
  display: block;
  padding: 4px 0 0;
  text-align: center;
}

.foot-ud-nav a,
.foot-ud-nav a:visited {
  color: #ffffff;
}

.foot-ud-nav a:hover,
.foot-ud-nav a:active,
.foot-ud-nav a:focus {
  text-decoration: none;
  color: #fff;
}

.foot-ud-nav a .tx {
  margin-top: 10px;
  display: block;
  line-height: 1;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .foot-ud-nav a img {
    height: 32px;
    width: auto;
  }
}

@media screen and (min-width: 768px), print {
  .foot-ud-nav a {
    transition: opacity 0.2s;
  }

  .foot-ud-nav a:hover {
    opacity: 0.7;
  }
}

.g-header {
  text-align: center;
  line-height: 1;
  background: #f8f8f7;
}

.g-header__ttl span,
.g-header__ttl em {
  display: block;
  font-style: normal;
  font-weight: 300;
  color: #000;
}

@media screen and (min-width: 768px), print {
  .g-header {
    padding: 44px 0;
  }

  .g-header__icon + h1 {
    margin-top: 32px;
  }

  .g-header__ttl span {
    margin-top: 28px;
    font-size: 20px;
  }

  .g-header__ttl em {
    margin-top: 20px;
    font-size: 34px;
  }

  .g-header__txt {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.5625em;
  }
}

@media screen and (max-width: 767px) {
  .g-header {
    padding: 28px 20px;
  }

  .g-header__icon {
    display: inline-block;
    max-width: 42px;
  }

  .g-header__ttl span {
    margin-top: 20px;
    font-size: 16px;
  }

  .g-header__ttl em {
    margin-top: 12px;
    font-size: 28px;
  }

  .g-header__txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5625em;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ani-fadeinUp {
  opacity: 0;
}

.in-view .ani-fadeinUp {
  animation: fadeInUp 1.2s ease-out 0s forwards;
}

.in-view .ani-fadeinUp.-order-1 {
  animation-delay: 0.5s;
}

.in-view .ani-fadeinUp.-order-2 {
  animation-delay: 1s;
}

.in-view .ani-fadeinUp.-order-3 {
  animation-delay: 1.5s;
}

.in-view .ani-fadeinUp.-order-4 {
  animation-delay: 2s;
}

.in-view .ani-fadeinUp.-order-5 {
  animation-delay: 2.5s;
}

.in-view .ani-fadeinUp.-order-6 {
  animation-delay: 3s;
}

.in-view .ani-fadeinUp.-order-7 {
  animation-delay: 3.5s;
}

@keyframes float {
  from {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.p-index {
  background: #fafaf8;
}

.p-index .ud-visual {
  position: relative;
  text-align: center;
}

.p-index .ud-visual .icon a {
  display: bloccy;
}

@media screen and (min-width: 768px), print {
  .p-index .ud-visual .icon {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .icon {
    margin-top: 16px;
  }
}

.is-loaded .p-index .ud-visual .ani-fadeinUp {
  animation: fadeInUp 1.2s ease-out 0s forwards;
}

.is-loaded .p-index .ud-visual .ani-fadeinUp.-order-1 {
  animation-delay: 0.5s;
}

.is-loaded .p-index .ud-visual .ani-fadeinUp.-order-2 {
  animation-delay: 1s;
}

.is-loaded .p-index .ud-visual .ani-fadeinUp.-order-3 {
  animation-delay: 1.5s;
}

.is-loaded .p-index .ud-visual .ani-fadeinUp.-order-4 {
  animation-delay: 2s;
}

.is-loaded .p-index .ud-visual .ani-fadeinUp.-order-5 {
  animation-delay: 2.5s;
}

.is-loaded .p-index .ud-visual .ani-fadeinUp.-order-6 {
  animation-delay: 3s;
}

.is-loaded .p-index .ud-visual .ani-fadeinUp.-order-7 {
  animation-delay: 3.5s;
}

.p-index .ud-visual .ud-wrap {
  padding-top: 103px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .ud-wrap {
    padding-top: 40px;
    padding-bottom: 12px;
  }
}

.p-index .ud-visual .ttl {
  position: relative;
  z-index: 5;
  margin-bottom: 55px;
  font-size: 60px;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .ttl {
    margin-bottom: 30px;
    font-size: 7vw;
  }

  .p-index .ud-visual .ttl img {
    width: 80.9523809524%;
  }
}

.p-index .ud-visual .copy {
  position: relative;
  left: 20px;
  z-index: 5;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: left;
  font-size: 36px;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .copy {
    left: 0;
    margin-bottom: 30px;
    margin-left: 45px;
    font-size: 20px;
  }
}

.p-index .ud-visual .tx {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  position: relative;
  left: 20px;
  z-index: 5;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .tx {
    left: 0;
    font-size: 13px;
    margin-left: 45px;
    line-height: 1.5769230769;
  }
}

.p-index .ud-visual .tx + .tx {
  margin-top: 1.75em;
}

.p-index .ud-visual .tx mark {
  text-decoration: underline;
  font-size: 1.125em;
}

.p-index .ud-visual .illust01 {
  top: 10.0250626566%;
  left: 0.9375%;
  max-width: 21.6666666667%;
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .illust01 {
    top: 92px;
    left: -2.1333333333%;
    max-width: 24%;
  }
}

.p-index .ud-visual .illust04 {
  top: 7.7694235589%;
  right: -5%;
  max-width: 25.625%;
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .illust04 {
    top: 100px;
    right: -4.5333333333%;
    max-width: 28%;
  }
}

.p-index .ud-visual .illust03 {
  bottom: 6.2656641604%;
  left: 2.0833333333%;
  max-width: 23.5416666667%;
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .illust03 {
    bottom: auto;
    top: 248px;
    left: -1.3333333333%;
    max-width: 20%;
  }
}

.p-index .ud-visual .illust02 {
  bottom: 15.4135338346%;
  right: 10.4166666667%;
  max-width: 15.2083333333%;
}

@media screen and (max-width: 767px) {
  .p-index .ud-visual .illust02 {
    bottom: 108px;
    right: 0;
    max-width: 15%;
  }
}

.p-index .headnews {
  padding-bottom: 16px;
  border-bottom: solid 3px #000;
}

@media screen and (max-width: 767px) {
  .p-index .headnews {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .headnews-cont {
    display: flex;
    align-items: center;
  }
}

.p-index .headnews .ttl {
  margin: 0 auto;
  width: 96px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #535353;
  border-radius: 14px;
}

@media screen and (max-width: 767px) {
  .p-index .headnews .ttl {
    margin: 0 0 10px;
    width: 80px;
    font-size: 12px;
  }
}

.p-index .headnews .headline-area {
  width: 825px;
  max-width: 825px;
  line-height: 1;
  font-size: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-index .headnews .headline-area {
    width: auto;
    max-width: none;
    font-size: 14px;
    white-space: normal;
  }
}

.p-index .headnews li {
  margin-right: 4em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-index .headnews li {
    width: 100%;
  }
}

.p-index .headnews li:nth-of-type(n + 2) {
  display: none;
}

.p-index .headnews .infiniteslide_wrap li {
  white-space: normal;
}

.p-index .headnews .infiniteslide_wrap li:nth-of-type(n + 2) {
  display: block;
}

.p-index .headnews .date {
  display: inline-block;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .p-index .headnews .date {
    margin: 0 0 10px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-index .headnews em {
    display: block;
    line-height: 1.3571428571;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
}

.p-index .top-sec-head {
  position: relative;
  z-index: 3;
  padding-top: 78px;
  text-align: center;
  font-feature-settings: "palt";
}

.p-index .top-sec-head .ttl-en {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.p-index .top-sec-head .pict {
  margin: 20px auto;
  display: block;
}

.p-index .top-sec-head .ttl-jp {
  font-size: 38px;
  letter-spacing: 0.1em;
}

.p-index .top-sec-head .ttl-jp .ruby {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.p-index .top-sec-head .ttl-jp .ruby .rt {
  position: absolute;
  font-size: 36%;
  letter-spacing: -0.04em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-head {
    padding-top: 40px;
  }

  .p-index .top-sec-head .ttl-en {
    font-size: 13px;
  }

  .p-index .top-sec-head .pict {
    margin: 15px auto 20px;
    height: 44px;
    width: auto;
  }

  .p-index .top-sec-head .ttl-jp {
    font-size: 7vw;
    letter-spacing: 0.06em;
  }
}

.p-index .top-lead-tx {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-index .top-lead-tx {
    margin-top: 12px;
    font-size: 13px;
  }
}

.p-index .top-sec-illust {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.p-index .top-sec-msg .ud-wrap {
  padding-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-msg .ud-wrap {
    padding-bottom: 44px;
  }
}

.p-index .top-sec-msg .ttl-jp img {
  width: 447px;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-msg .ttl-jp img {
    width: 91.1214953271%;
  }
}

.p-index .top-sec-msg .illust01 {
  top: 1.3684210526%;
  right: 3.3333333333%;
  max-width: 19.0625%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-msg .illust01 {
    top: -20px;
    right: 7.6%;
    max-width: 21.7261904762%;
  }
}

.p-index .top-sec-msg .illust02 {
  top: 12.5263157895%;
  left: 8.8541666667%;
  max-width: 11.0416666667%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-msg .illust02 {
    top: 230px;
    left: 16.2666666667%;
    max-width: 14.5833333333%;
  }
}

.p-index .top-sec-msg .illust03 {
  bottom: 28.2105263158%;
  right: -5.2083333333%;
  max-width: 20.8333333333%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-msg .illust03 {
    bottom: 56%;
    right: 10%;
    max-width: 31.8452380952%;
  }
}

.p-index .top-sec-msg .illust04 {
  bottom: -9.0526315789%;
  left: -2.6041666667%;
  max-width: 18.5416666667%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-msg .illust04 {
    bottom: 26%;
    left: 6.4%;
    max-width: 26.3392857143%;
  }
}

.p-index .msg-btns {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-index .msg-btns {
    margin-top: 37px;
  }
}

.p-index .msg-btns li {
  position: relative;
  margin: 0 14px;
  width: 53.3333333333%;
  max-width: 256px;
}

.p-index .msg-btns li::before {
  display: block;
  padding-top: 96.09375%;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-index .msg-btns li {
    margin: 0 auto;
    width: 76.1904761905%;
  }

  .p-index .msg-btns li:nth-of-type(n + 2) {
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .msg-btns li:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}

.p-index .msg-btns [class^="btn"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #000;
  background: no-repeat center center;
  background-size: contain;
  transition: color 0.3s ease;
}

.p-index .msg-btns [class^="btn"] > * {
  z-index: 1;
}

.p-index .msg-btns [class^="btn"]::before {
  position: absolute;
  bottom: 30px;
  right: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 3px #000;
  border-bottom: solid 3px #000;
  transform: rotate(45deg) translateX(50%);
  content: "";
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-index .msg-btns [class^="btn"]::before {
    bottom: 13.6734693878%;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .msg-btns [class^="btn"]::before {
    transition: bottom 0.1s ease-in-out, border-color 0.3s ease;
  }
}

.p-index .msg-btns [class^="btn"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: no-repeat center center;
  background-size: contain;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px), print {
  .p-index .msg-btns [class^="btn"]:hover {
    color: #fff;
  }

  .p-index .msg-btns [class^="btn"]:hover::before {
    bottom: 25px;
    border-color: #fff;
  }

  .p-index .msg-btns [class^="btn"]:hover::after {
    opacity: 1;
  }

  .p-index .msg-btns [class^="btn"]:hover .tx01 {
    border-color: #fff;
  }
}

.p-index .msg-btns .btn01 {
  background-image: url(../images/top/msg_circle01.png);
}

.p-index .msg-btns .btn01::after {
  background-image: url(../images/top/msg_circle01_after.png);
}

.p-index .msg-btns .btn02 {
  background-image: url(../images/top/msg_circle02.png);
}

.p-index .msg-btns .btn02::after {
  background-image: url(../images/top/msg_circle02_after.png);
}

.p-index .msg-btns .btn03 {
  background-image: url(../images/top/msg_circle03.png);
}

.p-index .msg-btns .btn03::after {
  background-image: url(../images/top/msg_circle03_after.png);
}

.p-index .msg-btns .btn04 {
  background-image: url(../images/top/msg_circle04.png);
}

.p-index .msg-btns .btn04::after {
  background-image: url(../images/top/msg_circle04_after.png);
}

.p-index .msg-btns .btn05 {
  background-image: url(../images/top/msg_circle05.png);
}

.p-index .msg-btns .btn05::after {
  background-image: url(../images/top/msg_circle05_after.png);
}

.p-index .msg-btns .btn06 {
  background-image: url(../images/top/msg_circle06.png);
}

.p-index .msg-btns .btn06::after {
  background-image: url(../images/top/msg_circle06_after.png);
}

.p-index .msg-btns .tx01 {
  margin-bottom: 15px;
  width: 74.21875%;
  display: block;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.3333333333;
  border-bottom: solid 3px #4d4d4d;
  transition: border-color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-index .msg-btns .tx01 {
    font-size: 15px;
  }
}

.p-index .msg-btns .tx02 {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

.p-index .msg-btns .tx02 mark {
  font-size: 20px;
}

.p-index .top-sec-column {
  color: #fff;
  background: #494949;
}

.p-index .top-sec-column .ttl-jp span {
  margin-bottom: 15px;
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-column .ttl-jp span {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.p-index .top-sec-column .illust01 {
  top: -10.8359133127%;
  right: 4.1666666667%;
  max-width: 17.0833333333%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-column .illust01 {
    top: -38px;
    right: 5%;
    max-width: 19%;
  }
}

.p-index .top-sec-column .illust02 {
  bottom: -9.2879256966%;
  left: 7.2916666667%;
  max-width: 18.9583333333%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-column .illust02 {
    top: 30px;
    bottom: auto;
    left: 15%;
    max-width: 20%;
  }
}

.p-index .column-btn {
  text-align: center;
}

.p-index .column-btn a {
  align-items: center;
  font-weight: 600;
}

.p-index .column-btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
}

@media screen and (min-width: 768px), print {
  .p-index .column-btn {
    padding-bottom: 96px;
  }

  .p-index .column-btn a {
    display: inline-flex;
    font-size: 16px;
    color: #fff;
  }

  .p-index .column-btn a::after {
    margin-left: 0.4em;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .p-index .column-btn {
    padding-bottom: 40px;
  }

  .p-index .column-btn a {
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 250px;
    height: 47px;
    font-size: 13px;
    background: #fff;
    border-radius: 4px;
  }

  .p-index .column-btn a::before,
  .p-index .column-btn a::after {
    position: absolute;
    top: 50%;
  }

  .p-index .column-btn a::after {
    right: 1.2em;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }

  .p-index .column-btn a::before {
    content: "";
    right: 0.8em;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}

.p-index .column-slider-area {
  position: relative;
  padding: 60px 0 32px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area {
    padding: 30px 0 56px;
  }
}

.p-index .column-slider-area .slide {
  margin: 50px 20px 0;
  width: 386px;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area .slide {
    margin-top: 35px;
    width: 250px;
  }
}

.p-index .column-slider-area .slick-center {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area .slick-center .box {
    height: auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .column-slider-area .slick-center .box {
    max-height: 410px;
  }
}

.p-index .column-slider-area .slick-center .tx {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area .slick-center .tx {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.p-index .column-slider-area .slick-dots {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area .slick-dots {
    bottom: -32px;
  }
}

.p-index .column-slider-area .slick-dots li {
  margin: 0 4px;
}

.p-index .column-slider-area .slick-dots button {
  width: 12px;
  height: 12px;
  background: #000;
  font-size: 0px;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  border-radius: 50%;
  transition: background 0.2s;
}

@media screen and (min-width: 768px), print {
  .p-index .column-slider-area .slick-dots button:hover {
    background: #c2c2c2;
  }
}

.p-index .column-slider-area .slick-dots .slick-active button {
  background: #c2c2c2;
}

.p-index .column-slider-area .slider-arrows {
  position: absolute;
  top: 43%;
  right: 50%;
  width: 386px;
  transform: translateX(50%);
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area .slider-arrows {
    width: 250px;
    margin-top: -6px;
  }
}

.p-index .column-slider-area .slick-arrow {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  font-size: 0px;
  color: transparent;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area .slick-arrow {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .column-slider-area .slick-arrow {
    transition: margin 0.2s ease-out;
  }
}

.p-index .column-slider-area .slick-prev {
  left: -25px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area .slick-prev {
    border-width: 0 0 2px 2px;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .column-slider-area .slick-prev:hover {
    margin-left: -5px;
  }
}

.p-index .column-slider-area .slick-next {
  right: -25px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider-area .slick-next {
    border-width: 2px 2px 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .column-slider-area .slick-next:hover {
    margin-right: -5px;
  }
}

.p-index .column-slider .box {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider .box {
    height: 247px;
    border-radius: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .column-slider .box:hover .cover img {
    transform: scale(1.05) rotate(0.0001deg);
  }
}

.p-index .column-slider .cover {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.p-index .column-slider .cover::before {
  display: block;
  padding-top: 50.518134715%;
  content: "";
}

.p-index .column-slider .cover img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider .cover img {
    border-radius: 4px 4px 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .column-slider .cover img {
    transition: transform 0.2s ease-out;
  }
}

.p-index .column-slider .txt-bloc {
  position: relative;
  padding: 23px 14px 20px 20px;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider .txt-bloc {
    padding: 15px 16px 24px;
  }
}

.p-index .column-slider .date {
  position: absolute;
  top: 23px;
  right: 14px;
  font-size: 13px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #c5c5c5;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider .date {
    top: 15px;
    right: 16px;
    font-size: 10px;
  }
}

.p-index .column-slider .vol {
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #585858;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider .vol {
    font-size: 10px;
  }
}

.p-index .column-slider .sub-tx {
  margin-bottom: 6px;
  display: block;
  font-size: 11px;
  color: #13439d;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-index .column-slider .sub-tx {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.2916666667;
  }
}

.p-index .column-slider .ttl {
  display: block;
  font-size: 14px;
  line-height: 1.4285714286;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #13439d;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-index .column-slider .ttl {
    line-height: 1.2857142857;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.p-index .column-slider .tx {
  margin-top: 10px;
  height: 5.6em;
  display: none;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #313438;
  font-feature-settings: "palt";
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-index .column-slider .tx {
    font-size: 13px;
    line-height: 1.3538461538;
    height: 4.08em;
  }
}

.p-index .top-sec-contents {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-contents {
    padding-bottom: 50px;
  }
}

.p-index .top-sec-contents .illust01 {
  bottom: -242px;
  left: -4.375%;
  max-width: 13.125%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-contents .illust01 {
    bottom: -100px;
    left: 10.9333333333%;
    max-width: 18.8059701493%;
  }
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .contents-boxs {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.p-index .contents-boxs .box {
  position: relative;
}

.p-index .contents-boxs .box:hover {
  z-index: 1;
}

.p-index .contents-boxs .box a {
  display: flex;
  flex-direction: column;
  color: #000;
  background: #fff;
  border: solid 4px #bfbfbf;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box a {
    border-width: 2px;
    border-radius: 6px;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .contents-boxs .box a {
    transition: opacity 0.3s, transform 0.3s;
  }

  .p-index .contents-boxs .box a:hover {
    transform: scale(1.1);
  }
}

.p-index .contents-boxs .box .ttl {
  position: relative;
  z-index: 2;
  display: block;
  padding-bottom: 8px;
  line-height: 1;
  font-size: 18px;
  font-feature-settings: "palt";
  border-bottom: solid 2px #000;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box .ttl {
    padding-bottom: 5px;
  }
}

.p-index .contents-boxs .box .tx {
  display: block;
}

.p-index .contents-boxs .box .ttl_box-big2x {
  position: relative;
  z-index: 2;
  display: block;
  padding-bottom: 8px;
  line-height: 1;
  font-size: 18px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px), print {
  .p-index .contents-boxs .box-big2x .ttl_box-big2x .main {
    display: block;
    font-size: 30px;
    letter-spacing: 0.1em;
    border-right: solid 2px #000;
    padding-right: 35px;
    padding-bottom: 10px;
  }
}

.p-index .contents-boxs .box-big2x {
  margin-top: 40px;
}

.p-index .contents-boxs .box-big2x .pict {
  margin: 10px 0;
}

@media screen and (min-width: 768px), print {
  .p-index .contents-boxs .box-big2x a {
    padding: 35px 30px;
    flex-direction: inherit !important;
    align-items: left;
    justify-content: left;
    text-align: left;
  }

  .p-index .contents-boxs .box-big2x .tx {
    line-height: 1.5714285714;
    padding-top: 10px;
    padding-left: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .contents-boxs .box-big2x {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-big2x .ttl_box-big2x .main {
    font-size: 22px;
  }

  .p-index .contents-boxs .box-big2x {
    margin-top: 20px;
  }

  .p-index .contents-boxs .box-big2x a {
    padding: 35px 20px 35px;
    border-radius: 10px;
    align-items: left;
    justify-content: left;
    text-align: left;
  }

  .p-index .contents-boxs .box-big2x .pict {
    margin: 10px 0;
    height: 26px;
    width: auto;
  }

  .p-index .contents-boxs .box .ttl_box-big2x {
    position: relative;
    z-index: 2;
    display: block;
    width: 110px;
    padding-bottom: 8px;
    line-height: 1;
    font-size: 18px;
    font-feature-settings: "palt";
    border-bottom: solid 2px #000;
  }

  .p-index .contents-boxs .box-big2x .tx {
    margin-top: 15px;
    font-size: 13px;
    width: 193px;
    line-height: 1.5384615385;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .contents-boxs .box-big {
    width: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-big + .box-big {
    margin-top: 26px;
  }
}

.p-index .contents-boxs .box-big::before {
  display: block;
  padding-top: 74.5614035088%;
  content: "";
}

.p-index .contents-boxs .box-big a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 30px 40px;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-big a {
    padding: 10px 20px 45px;
    border-radius: 10px;
  }
}

.p-index .contents-boxs .box-big .pict {
  margin-bottom: 20px;
  min-height: 0%;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-big .pict {
    margin-bottom: 14px;
    height: 30px;
  }
}

.p-index .contents-boxs .box-big .ttl {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-big .ttl {
    padding-bottom: 6px;
  }
}

.p-index .contents-boxs .box-big .ttl .sub {
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-big .ttl .sub {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.p-index .contents-boxs .box-big .ttl .main {
  display: block;
  font-size: 30px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-big .ttl .main {
    font-size: 22px;
  }
}

.p-index .contents-boxs .box-big .tx {
  margin-top: 20px;
  line-height: 1.5714285714;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-big .tx {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

.p-index .contents-boxs .box-small {
  margin-top: 40px;
}

@media screen and (min-width: 768px), print {
  .p-index .contents-boxs .box-small {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-small {
    margin-top: 20px;
  }
}

.p-index .contents-boxs .box-small a {
  padding: 25px 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-small a {
    padding: 25px 10px 30px;
  }
}

.p-index .contents-boxs .box-small .pict {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .box-small .pict {
    height: 26px;
    width: auto;
  }
}

.p-index .contents-boxs .box-small .tx {
  line-height: 1.4285714286;
}

.p-index .contents-boxs .ttl-home,
.p-index .contents-boxs .ttl-public {
  position: absolute;
  right: 50%;
  z-index: 3;
  transform: translateX(50%);
}

.p-index .contents-boxs .ttl-uddata {
  position: absolute;
  right: 13%;
  z-index: 3;
  transform: translateX(50%);
}

.p-index .contents-boxs .ttl-home {
  top: -21.1764705882%;
  width: 37.0614035088%;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .ttl-home {
    top: -20px;
    width: 33.2835820896%;
  }
}

.p-index .contents-boxs .ttl-public {
  top: -11.7647058824%;
  width: 40.5701754386%;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .ttl-public {
    top: -20px;
    width: 34.9253731343%;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .contents-boxs .ttl-uddata {
    top: -12%;
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .ttl-uddata {
    top: 25px;
    right: 18%;
    width: 40%;
  }
}

.p-index .contents-boxs .illust {
  position: absolute;
  z-index: 1;
  right: -11%;
  top: 47px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .illust {
    right: -4.776119403%;
    top: 30px;
  }

  .p-index .contents-boxs .illust.-home {
    width: 60%;
  }

  .p-index .contents-boxs .illust.-public {
    width: 43.2835820896%;
  }
}

.p-index .contents-boxs .arw {
  position: absolute;
  right: 7.4561403509%;
  bottom: 7.4561403509%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .arw {
    right: 5.0746268657%;
    bottom: 9.6153846154%;
    font-size: 13px;
  }
}

.p-index .contents-boxs .arw .ico {
  position: relative;
  margin-left: 10px;
  display: block;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .arw .ico {
    margin-left: 5px;
    width: 16px;
    height: 16px;
  }
}

.p-index .contents-boxs .arw .ico::before {
  position: absolute;
  top: 30%;
  left: 25%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .p-index .contents-boxs .arw .ico::before {
    width: 5px;
    height: 5px;
    border-width: 1px 1px 0 0;
  }
}

.p-index .top-sec-news {
  background: #e4e4e2;
  border-top: solid 3px #000;
}

.p-index .top-sec-news .illust01 {
  top: -4.7169811321%;
  right: 12.0833333333%;
  max-width: 14.375%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-news .illust01 {
    top: -30px;
    right: 12.5333333333%;
    max-width: 20.5970149254%;
  }
}

.p-index .top-sec-news .illust02 {
  bottom: 3.3018867925%;
  left: -7.5%;
  max-width: 44.7916666667%;
}

@media screen and (max-width: 767px) {
  .p-index .top-sec-news .illust02 {
    bottom: 20px;
    left: 50%;
    max-width: 64.1791044776%;
    margin-left: -28.8805970149%;
  }
}

.p-index .top-news-index {
  margin-top: 40px;
  padding-bottom: 225px;
}

@media screen and (max-width: 767px) {
  .p-index .top-news-index {
    margin-top: 30px;
    padding-bottom: 133px;
  }
}

.p-index .top-news-index li {
  border-bottom: solid 1px #7b7b7a;
}

.p-index .top-news-index a {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-index .top-news-index a {
    display: block;
    padding: 18px 0;
    line-height: 1.4285714286;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .top-news-index a {
    display: flex;
    padding: 25px 0;
    line-height: 1.625;
    font-size: 16px;
  }
}

.p-index .top-news-index a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #7b7b7a;
  border-right: solid 2px #7b7b7a;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}

@media screen and (max-width: 767px) {
  .p-index .top-news-index a::before {
    border-color: #000;
  }
}

@media screen and (min-width: 768px), print {
  .p-index .top-news-index a::before {
    transition: right 0.2s ease-out;
  }

  .p-index .top-news-index a:hover::before {
    right: 15px;
  }
}

.p-index .top-news-index a .date {
  display: block;
  width: 14.2708333333%;
  padding-left: 20px;
  white-space: nowrap;
  color: #5f5f5f;
}

@media screen and (max-width: 767px) {
  .p-index .top-news-index a .date {
    width: auto;
    padding: 0 0 10px;
    color: #322929;
  }
}

.p-index .top-news-index a .news-ttl {
  display: block;
  width: 79.1666666667%;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-index .top-news-index a .news-ttl {
    width: auto;
    padding-right: 10.447761194%;
  }
}

.p-index .top-news-index a .ico-new {
  margin-right: 10px;
  display: inline-block;
  width: 56px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .p-index .top-news-index a .ico-new {
    width: 45px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 3px;
  }
}

.p-about .lead {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-about .lead {
    margin: 60px auto 72px;
  }

  .p-about .lead__ttl {
    max-width: 410px;
    margin: 0 auto 44px;
    line-height: 1.55em;
    font-size: 36px;
  }

  .p-about .lead__txt {
    max-width: 410px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75em;
  }

  .p-about .lead__txt p + p {
    margin-top: 1.75em;
  }

  .p-about .lead__txt p u {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-about .lead {
    margin: 40px 0;
    padding: 0 20px;
  }

  .p-about .lead__ttl {
    margin-bottom: 32px;
    margin-left: 43px;
    z-index: 5;
    font-size: 20px;
  }

  .p-about .lead__txt {
    font-size: 13px;
    margin-left: 43px;
    z-index: 5;
    line-height: 1.5384615385em;
  }

  .p-about .lead__txt p + p {
    margin-top: 1.5384615385em;
  }
}

.p-about .cycle__ttl {
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .p-about .cycle {
    margin: 72px auto 52px;
  }

  .p-about .cycle__ttl {
    margin-bottom: 52px;
    font-size: 22px;
  }

  .p-about .cycle__txt {
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-about .cycle__img {
    margin: 80px -39.5px 52px;
  }
}

@media screen and (max-width: 767px) {
  .p-about .cycle {
    margin: 40px 0;
    padding: 0 20px;
  }

  .p-about .cycle__ttl {
    margin-bottom: 36px;
    font-size: 18px;
  }

  .p-about .cycle__txt {
    font-size: 13px;
    line-height: 1.6923076923em;
  }

  .p-about .cycle__img {
    margin: 12px -12px;
  }
}

.p-about .section__ttl {
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}

.p-about .section__subttl {
  font-weight: 600;
}

.p-about .section__list dl {
  border: 4px solid #d5d5d5;
  border-radius: 12px;
}

.p-about .section__list dt,
.p-about .section__list dt em {
  font-weight: 600;
}

.p-about .section__list dt em {
  margin-right: 0.2em;
  color: #d5d5d5;
}

.p-about .section__list li::before {
  content: "";
  display: inline-block;
  margin-right: 0.2em;
  width: 0.6em;
  height: 0.6em;
  background: #000;
}

.p-about .section__link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-about .section__link a {
  display: block;
  transition: color 0.2s ease;
}

.p-about .section__link a svg {
  width: 100%;
}

.p-about .section__link a svg path {
  transition: fill 0.2s ease;
}

.p-about .section__link a::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  transform: translateX(-50%) rotate(45deg);
  transition: bottom 0.2s ease;
}

.p-about .section__link a span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  text-align: center;
}

.p-about .section__arrow {
  transform: rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .p-about .section {
    margin: 52px auto 72px;
  }

  .p-about .section__ttl {
    margin-bottom: 36px;
    padding-bottom: 8px;
    font-size: 22px;
  }

  .p-about .section__subttl {
    padding: 2px 12px;
    margin-bottom: 28px;
    font-size: 20px;
    border-left: 5px solid #000;
  }

  .p-about .section__txt {
    margin: 28px auto 60px;
    font-size: 16px;
    line-height: 1.75em;
  }

  .p-about .section__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-about .section__list dl {
    width: 292px;
    height: 208px;
    padding: 20px 40px;
  }

  .p-about .section__list dl:nth-last-of-type(-n + 2) {
    margin-top: 40px;
  }

  .p-about .section__list dl:nth-last-of-type(1) {
    margin-left: 20px;
    margin-right: auto;
  }

  .p-about .section__list dl:nth-last-of-type(2) {
    margin-left: auto;
    margin-right: 20px;
  }

  .p-about .section__list dt {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #d5d5d5;
  }

  .p-about .section__list dt em {
    font-size: 36px;
  }

  .p-about .section__list li {
    font-size: 14px;
    line-height: 1.7142857143em;
  }

  .p-about .section__link a {
    margin: 0 12px;
    width: 244px;
  }

  .p-about .section__link a::after {
    bottom: 28px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }

  .p-about .section__link a:nth-of-type(n + 4) {
    margin-top: 24px;
  }

  .p-about .section__link a span {
    font-size: 20px;
    line-height: 1.4em;
  }

  .p-about .section__link a:hover {
    color: #fff;
  }

  .p-about .section__link a:hover .bg {
    fill: #5c5b5b;
  }

  .p-about .section__link a:hover::after {
    bottom: 24px;
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  .p-about .section__arrow {
    margin: 76px auto 80px;
    width: 32px;
    height: 32px;
    border-right: 6px solid #000;
    border-bottom: 6px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .p-about .section {
    margin: 40px 0;
    padding: 0 20px;
  }

  .p-about .section__ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .p-about .section__subttl {
    padding: 2px 12px;
    margin-bottom: 28px;
    font-size: 16px;
    border-left: 5px solid #000;
  }

  .p-about .section__txt {
    margin: 20px auto 20px;
    font-size: 13px;
    line-height: 1.6923076923em;
  }

  .p-about .section__list dl {
    margin-top: 20px;
    padding: 20px;
  }

  .p-about .section__list dt {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    border-bottom: 2px solid #d5d5d5;
  }

  .p-about .section__list dt em {
    font-size: 36px;
  }

  .p-about .section__list li {
    font-size: 14px;
    line-height: 1.7142857143em;
    text-indent: -0.8em;
    padding-left: 0.8em;
  }

  .p-about .section__link a {
    margin: 20px auto 0;
    width: 244px;
  }

  .p-about .section__link a::after {
    bottom: 28px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }

  .p-about .section__link a span {
    font-size: 20px;
    line-height: 1.4em;
  }

  .p-about .section__link a:hover {
    color: #fff;
  }

  .p-about .section__link a:hover .bg {
    fill: #5c5b5b;
  }

  .p-about .section__link a:hover::after {
    bottom: 24px;
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  .p-about .section__arrow {
    margin: 36px auto 48px;
    width: 32px;
    height: 32px;
    border-right: 6px solid #000;
    border-bottom: 6px solid #000;
  }
}

.p-about .world {
  text-align: center;
}

.p-about .world__subttl {
  font-weight: 600;
  text-align: center;
}

.p-about .world__subttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #5c5b5b;
}

.p-about .world__subttl span {
  display: inline-block;
  padding: 0.2em;
  background: #fff;
}

.p-about .world__btn p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: 1px solid #000;
}

.p-about .world__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-about .world__link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.p-about .world__link a i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-about .world__link a img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-about .world {
    margin: 108px auto 100px;
  }

  .p-about .world__ttl {
    font-size: 28px;
  }

  .p-about .world__subttl {
    margin-top: 28px;
    font-size: 20px;
  }

  .p-about .world__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 72px;
  }

  .p-about .world__btn p {
    margin: 0 12px;
    width: 358px;
    height: 48px;
    font-size: 16px;
    border-radius: 24px;
  }

  .p-about .world__box {
    margin: 72px auto 60px;
  }

  .p-about .world__box p {
    margin: 0 16px;
  }

  .p-about .world__box p:nth-of-type(n + 5) {
    margin-top: 32px;
  }

  .p-about .world__link {
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
  }

  .p-about .world__link a {
    margin: 0 12px;
    width: 292px;
    height: 110px;
    font-size: 16px;
    border: 4px solid #d5d5d5;
    border-radius: 12px;
  }

  .p-about .world__link a i {
    margin-bottom: 4px;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-about .world {
    margin: 0 0 56px;
    padding: 0 20px;
  }

  .p-about .world__ttl {
    font-size: 28px;
    line-height: 1.4285714286em;
  }

  .p-about .world__subttl {
    margin-top: 20px;
    font-size: 20px;
  }

  .p-about .world__btn {
    margin: 28px auto;
  }

  .p-about .world__btn p {
    margin: 12px 0;
    width: 100%;
    height: 48px;
    font-size: 16px;
    border-radius: 24px;
  }

  .p-about .world__box {
    margin: 32px auto 30px;
  }

  .p-about .world__box p:not(:last-of-type) {
    width: calc(50% - 10px);
  }

  .p-about .world__box p:nth-of-type(2n) {
    margin-left: 20px;
  }

  .p-about .world__box p:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  .p-about .world__link {
    margin: 40px auto 0;
  }

  .p-about .world__link a {
    margin: 20px 0;
    width: 100%;
    height: 110px;
    font-size: 16px;
    border: 4px solid #d5d5d5;
    border-radius: 12px;
  }

  .p-about .world__link a i {
    margin-bottom: 4px;
    height: 48px;
  }
}

.p-about .pic {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-about .pic._01 {
    top: -160px;
    left: 40px;
  }

  .p-about .pic._02 {
    top: -140px;
    right: 20px;
  }

  .p-about .pic._03 {
    bottom: 12px;
    left: 0;
  }

  .p-about .pic._04 {
    right: 12px;
    bottom: -124px;
  }

  .p-about .pic._05 {
    bottom: 28px;
    left: -44px;
  }

  .p-about .pic._06 {
    top: -92px;
    right: 24px;
  }

  .p-about .pic._07 {
    top: 128px;
    left: -40px;
  }

  .p-about .pic._08 {
    bottom: -248px;
    right: 80px;
  }

  .p-about .pic._09 {
    bottom: 120px;
    left: -140px;
  }
}

@media screen and (max-width: 767px) {
  .p-about .pic._01 {
    width: 24.5333333333%;
    top: -32%;
    left: 0;
  }

  .p-about .pic._02 {
    width: 32%;
    top: -36%;
    right: -3.2%;
  }

  .p-about .pic._03 {
    width: 28.8%;
    top: 50%;
    left: -5.3333333333%;
  }

  .p-about .pic._04 {
    width: 24.5333333333%;
    bottom: -4%;
    right: -3.2%;
  }

  .p-about .pic._05 {
    width: 18.1333333333%;
    top: 44%;
    left: -2.1333333333%;
  }

  .p-about .pic._06 {
    width: 25.6%;
    top: 10%;
    right: 2.1333333333%;
  }

  .p-about .pic._07 {
    width: 29.8666666667%;
    top: 48%;
    left: -5.3333333333%;
  }

  .p-about .pic._08 {
    width: 25.6%;
    bottom: -2%;
    right: -3.2%;
  }

  .p-about .pic._09 {
    width: 32%;
    bottom: 10%;
    left: -3.2%;
  }
}

@media screen and (min-width: 768px), print {
  .p-deepen .g-contents {
    margin: 64px auto 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-deepen .g-contents {
    padding: 48px 20px;
  }

  .p-deepen img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}

.p-deepen .list h2 {
  padding-bottom: 0.6em;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}

.p-deepen .list h3,
.p-deepen .list h4 {
  font-weight: 600;
}

.p-deepen .list figure {
  margin: 0;
}

.p-deepen .list figure span {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 600;
}

.p-deepen .list figure img {
  display: block;
  max-width: 100%;
}

.p-deepen .list__col > div,
.p-deepen .list__image > div {
  width: 100%;
}

.p-deepen .list__col > div iframe,
.p-deepen .list__image > div iframe {
  border: none;
}

.p-deepen .list__col figcaption._center,
.p-deepen .list__image figcaption._center {
  text-align: center;
}

.p-deepen .list__image img {
  margin: auto;
}

.p-deepen .list__image._right img {
  margin-right: 0;
}

.p-deepen .list__image > div {
  margin: auto;
}

.p-deepen .list__flow::before,
.p-deepen .list__flow::after {
  content: "";
  position: absolute;
  display: block;
}

.p-deepen .list__flow::before {
  left: 4px;
  bottom: 0;
  width: 2px;
  background-image: linear-gradient(
    to bottom,
    #5c5b5b,
    #5c5b5b 2px,
    transparent 2px,
    transparent 6px
  );
  background-size: 2px 6px;
  background-repeat: repeat-y;
}

.p-deepen .list__flow::after {
  transform: rotate(45deg);
}

.p-deepen .list__flow p {
  display: flex;
  align-items: flex-start;
}

.p-deepen .list__flow span {
  flex: 1;
}

.p-deepen .list__flow strong {
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .p-deepen .list:first-of-type {
    margin-top: 56px;
  }

  .p-deepen .list:not(:first-of-type) {
    margin-top: 96px;
  }

  .p-deepen .list h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .p-deepen .list h3 {
    margin-bottom: 32px;
    padding: 2px 12px;
    font-size: 20px;
    border-left: 5px solid #000;
  }

  .p-deepen .list h3:not(:first-child) {
    margin-top: 48px;
  }

  .p-deepen .list h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-deepen .list__txt p {
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-deepen .list__txt + h4 {
    margin-top: 24px;
  }

  .p-deepen .list__txt + .list__col,
  .p-deepen .list__txt + .list__image {
    margin-top: 28px;
  }

  .p-deepen .list__col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .p-deepen .list__col > figure {
    width: 470px;
  }

  .p-deepen .list__col + .list__image,
  .p-deepen .list__col + .list__txt {
    margin-top: 28px;
  }

  .p-deepen .list__col figcaption,
  .p-deepen .list__image figcaption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 2.1428571429em;
  }

  .p-deepen .list__col + h4,
  .p-deepen .list__image + h4 {
    margin-top: 40px;
  }

  .p-deepen .list__flow {
    margin: 36px 0 42px;
  }

  .p-deepen .list__flow::before {
    height: calc(100% - 48px);
  }

  .p-deepen .list__flow::after {
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #5c5b5b;
    border-right: 3px solid #5c5b5b;
  }

  .p-deepen .list__flow p {
    padding-left: 32px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-deepen .list__box {
    display: flex;
  }

  .p-deepen .list__box > div {
    flex: 1;
    margin-right: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-deepen .list:not(:first-of-type) {
    margin-top: 48px;
  }

  .p-deepen .list h2 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .p-deepen .list h3 {
    margin-bottom: 20px;
    padding: 2px 8px;
    font-size: 16px;
    border-left: 3px solid #000;
  }

  .p-deepen .list h3:not(:first-child) {
    margin-top: 24px;
  }

  .p-deepen .list h4 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-deepen .list__txt p {
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-deepen .list__txt + h4 {
    margin-top: 12px;
  }

  .p-deepen .list__txt + .list__col,
  .p-deepen .list__txt + .list__image {
    margin-top: 12px;
  }

  .p-deepen .list__col > figure,
  .p-deepen .list__col + .list__txt {
    margin-top: 20px;
  }

  .p-deepen .list__col img:not(:first-of-type) {
    margin-top: 12px;
  }

  .p-deepen .list__col figcaption,
  .p-deepen .list__image figcaption {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.8em;
  }

  .p-deepen .list__col + h4,
  .p-deepen .list__image + h4 {
    margin-top: 20px;
  }

  .p-deepen .list__flow {
    margin: 12px 0 32px;
  }

  .p-deepen .list__flow::before {
    height: calc(100% - 36px);
  }

  .p-deepen .list__flow::after {
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #5c5b5b;
    border-right: 3px solid #5c5b5b;
  }

  .p-deepen .list__flow p {
    padding-left: 24px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.6666666667em;
  }
}

.p-deepen .list__box figure {
  margin-top: 12px;
}

@media screen and (min-width: 768px), print {
  .p-report-activities .g-contents {
    margin: 64px auto 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-report-activities .g-contents {
    padding: 28px 20px 48px;
  }

  .p-report-activities img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}

.p-report-activities .list h2 {
  padding-bottom: 0.6em;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}

.p-report-activities .list figure {
  margin: 0;
}

.p-report-activities .list figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

.p-report-activities .list figure img:last-child {
  margin: 0 auto;
}

.p-report-activities .list a {
  display: block;
  margin-top: 32px;
  width: 200px;
  height: 40px;
  padding: 4px 0 0 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
}

.p-report-activities .list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.p-report-activities .cont__box_ud {
  padding: 35px 30px 45px !important;
}

.p-report-activities .cont__box_ud p {
  font-size: 28px !important;
}

.p-report-activities .cont__box_ud p em {
  font-style: normal;
  font-size: 16px !important;
}

.p-report-activities .cont__box_ud span {
  margin: 0 150px 0 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-left: 2px solid #333 !important;
}

.p-report-activities .p-public .cont__box-arrow {
  position: absolute;
  bottom: 13px !important;
}

@media screen and (min-width: 768px), print {
  .p-report-activities .list {
    margin-top: 56px;
  }

  .p-report-activities .list h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .p-report-activities .list__box {
    display: flex;
  }

  .p-report-activities .list__txt {
    flex: 1;
    margin-right: 28px;
    font-size: 16px;
    line-height: 1.875em;
  }
}

@media screen and (max-width: 767px) {
  .p-report-activities .list {
    margin-bottom: 40px;
  }

  .p-report-activities .list h2 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.6em;
  }

  .p-report-activities .list__txt {
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-report-activities .list figure {
    margin-top: 40px;
  }

  .p-report-activities .list a {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    padding: 9px 0 0 0;
    font-size: 14px;
  }

  .p-report-activities .cont__box_ud {
    padding: 20px 20px 0 !important;
  }

  .p-report-activities .cont__box_ud p {
    font-size: 22px !important;
  }

  .p-report-activities .cont__box_ud p em {
    font-size: 14px !important;
  }

  .p-report-activities .cont__box_ud span {
    margin: 15px 0 0 !important;
    padding-top: 15px !important;
    padding-bottom: 10px;
    border-left: none !important;
    border-top: 5px solid #d5d5d5;
  }
}

@media screen and (min-width: 768px), print {
  .p-report-index .g-contents {
    margin: 64px auto 192px;
  }
}

@media screen and (max-width: 767px) {
  .p-report-index .g-contents {
    padding: 48px 20px;
  }

  .p-report-index img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}

.p-report-index .list h2 {
  display: none;
}

.p-report-index .list dt {
  font-weight: 600;
}

.p-report-index .list figure {
  margin: 0;
}

.p-report-index .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #000;
}

.p-report-index .list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .p-report-index .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
  }

  .p-report-index .list dl {
    flex: 1;
    padding: 0 48px;
  }

  .p-report-index .list dt {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .p-report-index .list dd {
    font-size: 16px;
    line-height: 1.625em;
  }

  .p-report-index .list a {
    margin-top: 32px;
    width: 200px;
    height: 40px;
    font-size: 14px;
  }

  .p-report-index .list:nth-of-type(even) figure {
    order: 2;
  }

  .p-report-index .list:nth-of-type(even) dl {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-report-index .list:not(:first-child) {
    margin-top: 48px;
  }

  .p-report-index .list dt {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.6em;
  }

  .p-report-index .list dd {
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-report-index .list a {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-report-development .g-contents {
    margin: 64px auto 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-report-development .g-contents {
    padding: 48px 20px;
  }

  .p-report-development img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}

.p-report-development .list h2 {
  padding-bottom: 0.6em;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}

.p-report-development .list figure {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .p-report-development .list {
    margin-top: 56px;
  }

  .p-report-development .list h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .p-report-development .list__box {
    display: flex;
  }

  .p-report-development .list__txt {
    flex: 1;
    margin-right: 28px;
    font-size: 16px;
    line-height: 1.875em;
  }
}

@media screen and (max-width: 767px) {
  .p-report-development .list:not(:first-child) {
    margin-top: 48px;
  }

  .p-report-development .list h2 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.6em;
  }

  .p-report-development .list__txt {
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-report-development .list figure {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-report-instructions .g-contents {
    margin: 64px auto 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-report-instructions .g-contents {
    padding: 48px 20px;
  }

  .p-report-instructions img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}

.p-report-instructions .list h2 {
  padding-bottom: 0.6em;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}

.p-report-instructions .list h3 {
  font-weight: 600;
}

.p-report-instructions .list figure {
  margin: 0;
}

.p-report-instructions .list__txt p + p {
  margin-top: 1em;
}

.p-report-instructions .list__txt small {
  display: block;
  text-align: right;
}

.p-report-instructions .list__btn a {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-report-instructions .list {
    margin-top: 56px;
  }

  .p-report-instructions .list h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .p-report-instructions .list h3 {
    margin-bottom: 36px;
    padding: 2px 12px;
    font-size: 20px;
    border-left: 5px solid #000;
  }

  .p-report-instructions .list h3:nth-of-type(n + 2) {
    margin-top: 72px;
  }

  .p-report-instructions .list__col,
  .p-report-instructions .list__btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .p-report-instructions .list__col + .list__txt,
  .p-report-instructions .list__image + .list__txt {
    margin-top: 36px;
  }

  .p-report-instructions .list__box {
    display: flex;
  }

  .p-report-instructions .list__box > div {
    flex: 1;
    margin-right: 28px;
  }

  .p-report-instructions .list__txt p {
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-report-instructions .list__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-report-instructions .list:not(:first-of-type) {
    margin-top: 48px;
  }

  .p-report-instructions .list h2 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .p-report-instructions .list h3 {
    margin-bottom: 20px;
    padding: 2px 8px;
    font-size: 16px;
    border-left: 3px solid #000;
  }

  .p-report-instructions .list h3:nth-of-type(n + 2) {
    margin-top: 24px;
  }

  .p-report-instructions .list__col + .list__txt,
  .p-report-instructions .list__image + .list__txt {
    margin-top: 20px;
  }

  .p-report-instructions .list__box > div {
    margin-top: 12px;
  }

  .p-report-instructions .list__txt p {
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-report-instructions .list__btn {
    margin-top: 20px;
  }

  .p-report-instructions .list__btn a {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-report-information .g-contents {
    margin: 64px auto 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-report-information .g-contents {
    padding: 48px 20px;
  }

  .p-report-information img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}

.p-report-information .list h2 {
  padding-bottom: 0.6em;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}

.p-report-information .list h3,
.p-report-information .list h4 {
  font-weight: 600;
}

.p-report-information .list figure {
  margin: 0;
}

.p-report-information .list figcaption em {
  font-weight: 600;
}

.p-report-information .list__txt p + p {
  margin-top: 1em;
}

.p-report-information .list__txt small {
  display: block;
}

.p-report-information .list__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: 600;
  border: 1px solid #000;
}

.p-report-information .list__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.p-report-information .list__table,
.p-report-information .list__table + div {
  color: #5c5b5b;
}

.p-report-information .list__table th {
  white-space: nowrap;
  word-break: keep-all;
}

.p-report-information .list__table thead,
.p-report-information .list__table th {
  font-weight: 600;
}

.p-report-information .list__table tr {
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (min-width: 768px), print {
  .p-report-information .list:first-of-type {
    margin-top: 56px;
  }

  .p-report-information .list:not(:first-of-type) {
    margin-top: 96px;
  }

  .p-report-information .list h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .p-report-information .list h3 {
    margin-bottom: 36px;
    padding: 2px 12px;
    font-size: 20px;
    border-left: 5px solid #000;
  }

  .p-report-information .list h3:nth-of-type(n + 2) {
    margin-top: 72px;
  }

  .p-report-information .list h4 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-report-information .list h4:nth-of-type(n + 2) {
    margin-top: 28px;
  }

  .p-report-information .list__col + .list__txt,
  .p-report-information .list__image + .list__txt {
    margin-top: 36px;
  }

  .p-report-information .list__col + h3,
  .p-report-information .list__image + h3 {
    margin-top: 40px;
  }

  .p-report-information .list__col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .p-report-information .list__col figcaption {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5714285714em;
  }

  .p-report-information .list__col a {
    margin: 12px 0;
  }

  .p-report-information .list__col .list__btn {
    margin: 0;
  }

  .p-report-information .list__box {
    display: flex;
  }

  .p-report-information .list__box > div {
    flex: 1;
    margin-right: 28px;
  }

  .p-report-information .list__txt p {
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-report-information .list__txt + .list__col,
  .p-report-information .list__txt + .list__image {
    margin-top: 48px;
  }

  .p-report-information .list__btn {
    margin-top: 40px;
  }

  .p-report-information .list__btn a {
    max-width: 310px;
    height: 40px;
  }

  .p-report-information .list__table {
    margin-top: 52px;
  }

  .p-report-information .list__table thead th,
  .p-report-information .list__table thead td {
    padding: 20px 12px;
  }

  .p-report-information .list__table thead td {
    font-size: 12px;
  }

  .p-report-information .list__table thead th {
    font-size: 14px;
  }

  .p-report-information .list__table tbody th,
  .p-report-information .list__table tbody td {
    padding: 16px 12px;
  }

  .p-report-information .list__table tbody th,
  .p-report-information .list__table tbody td {
    font-size: 14px;
    line-height: 1.2857142857em;
  }

  .p-report-information .list__table tbody td:first-of-type {
    width: 320px;
  }

  .p-report-information .list__note {
    display: flex;
    margin-top: 20px;
    font-size: 14px;
  }

  .p-report-information .list__note span {
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .p-report-information .list:not(:first-of-type) {
    margin-top: 48px;
  }

  .p-report-information .list h2 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .p-report-information .list h3 {
    margin-bottom: 20px;
    padding: 2px 8px;
    font-size: 16px;
    border-left: 3px solid #000;
  }

  .p-report-information .list h3:nth-of-type(n + 2) {
    margin-top: 24px;
  }

  .p-report-information .list h4 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-report-information .list h4:nth-of-type(n + 2) {
    margin-top: 12px;
  }

  .p-report-information .list__col + .list__txt,
  .p-report-information .list__image + .list__txt {
    margin-top: 36px;
  }

  .p-report-information .list__col + h3,
  .p-report-information .list__image + h3 {
    margin-top: 40px;
  }

  .p-report-information .list__col figcaption {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.8em;
    text-align: center;
  }

  .p-report-information .list__col figcaption br {
    display: none;
  }

  .p-report-information .list__col img {
    margin: 12px auto;
  }

  .p-report-information .list__col figure {
    margin-top: 20px;
  }

  .p-report-information .list__col a {
    margin: 8px 0;
  }

  .p-report-information .list__col .list__btn {
    margin: 0;
  }

  .p-report-information .list__box > div {
    margin: 12px 0;
  }

  .p-report-information .list__txt p {
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-report-information .list__txt + .list__col,
  .p-report-information .list__txt + .list__image {
    margin-top: 12px;
  }

  .p-report-information .list__btn {
    margin-top: 20px;
  }

  .p-report-information .list__btn a {
    max-width: 100%;
    height: 40px;
  }

  .p-report-information .list__table {
    margin-top: 24px;
    overflow: hidden;
    overflow-x: scroll;
  }

  .p-report-information .list__table table {
    width: 160%;
  }

  .p-report-information .list__table thead th,
  .p-report-information .list__table thead td {
    padding: 8px 4px;
  }

  .p-report-information .list__table thead td {
    font-size: 10px;
  }

  .p-report-information .list__table thead th {
    font-size: 10px;
  }

  .p-report-information .list__table tbody th,
  .p-report-information .list__table tbody td {
    padding: 8px 4px;
  }

  .p-report-information .list__table tbody th,
  .p-report-information .list__table tbody td {
    font-size: 10px;
    line-height: 1.6em;
  }

  .p-report-information .list__table tbody td:first-of-type {
    width: 160px;
  }

  .p-report-information .list__note {
    margin-top: 12px;
    font-size: 10px;
  }

  .p-report-information .list__note span {
    margin-top: 4px;
    display: block;
  }
}

.p-report-showroom .list__ttl {
  width: 0;
  height: 0;
  overflow: hidden;
}

.p-report-showroom .list__box {
  display: flex;
  flex-wrap: wrap;
}

.p-report-showroom .list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-report-showroom .list__item figure {
  margin: 0;
  width: 100%;
}

.p-report-showroom .list__item figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-report-showroom .list__item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.p-report-showroom .list__item span {
  display: block;
  text-align: center;
}

.p-report-showroom .list__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  background: #d5d5d5;
  transform: translateY(-50%);
}

.p-report-showroom .list__txt {
  text-align: center;
}

.p-report-showroom .list__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: 600;
  border: 1px solid #505050;
}

.p-report-showroom .list__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .p-report-showroom .list {
    padding: 32px 0 120px;
  }

  .p-report-showroom .list__box {
    padding: 4px 0;
  }

  .p-report-showroom .list__item {
    height: 190px;
    width: 14.2857142857%;
  }

  .p-report-showroom .list__item:not(:first-of-type)::before {
    height: 110px;
  }

  .p-report-showroom .list__item:nth-of-type(n + 8) {
    margin-top: 8px;
  }

  .p-report-showroom .list__item:nth-of-type(8)::before {
    display: none;
  }

  .p-report-showroom .list__item figure img {
    transform: translate(-50%, -50%);
  }

  .p-report-showroom .list__item span {
    height: 56px;
    font-size: 13px;
    line-height: 1.3846153846em;
  }

  .p-report-showroom .list__txt {
    margin-top: 60px;
    font-size: 16px;
  }

  .p-report-showroom .list__btn {
    margin-top: 40px;
  }

  .p-report-showroom .list__btn a {
    width: 310px;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-report-showroom .list {
    padding: 20px 20px 60px;
  }

  .p-report-showroom .list__item {
    padding: 0 8px;
    height: 140px;
    width: 33.3333333333%;
  }

  .p-report-showroom .list__item:not(:first-of-type)::before {
    height: 100px;
  }

  .p-report-showroom .list__item:nth-of-type(3n + 1)::before {
    display: none;
  }

  .p-report-showroom .list__item figure img {
    transform: translate(-50%, -50%) scale(0.8);
  }

  .p-report-showroom .list__item span {
    height: 45px;
    font-size: 11px;
    line-height: 1.3846153846em;
  }

  .p-report-showroom .list__txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6em;
  }

  .p-report-showroom .list__btn {
    margin-top: 40px;
  }

  .p-report-showroom .list__btn a {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }
}

.p-cando-history .history__ttl {
  width: 0;
  height: 0;
  overflow: hidden;
}

.p-cando-history .history__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 100%;
  background: #d5d5d5;
  transform: translateX(-50%);
}

.p-cando-history .history__box .is-none {
  display: none;
}

.p-cando-history .history__period {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 50%;
  background: #ffffff;
}

.p-cando-history .history__event {
  background: #f8f8f7;
  text-align: center;
}

.p-cando-history .history__event h4 {
  font-weight: 600;
}

.p-cando-history .history__item::before,
.p-cando-history .history__item::after {
  content: "";
  position: absolute;
  display: block;
}

.p-cando-history .history__item::before {
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: 9;
}

.p-cando-history .history__item::after {
  height: 1px;
  background: #d5d5d5;
  z-index: 8;
}

.p-cando-history .history__item dt em,
.p-cando-history .history__item dt small {
  font-weight: 600;
}

.p-cando-history .history__item dt small {
  margin-left: 0.4em;
}

.p-cando-history .history__item figure {
  margin: 0;
}

.p-cando-history .history__list {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}

.p-cando-history .history__list dl {
  margin: auto;
  font-weight: 600;
  background: #ffffff;
}

.p-cando-history .history__list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-cando-history .history__list dt em {
  font-weight: 600;
}

.p-cando-history .history__list dt small {
  display: inline-block;
  font-weight: 300;
  background: #dee3ea;
}

.p-cando-history .history__list ul {
  display: flex;
}

.p-cando-history .history__list li {
  flex: 1;
  display: flex;
  z-index: 1;
}

.p-cando-history .history__list li span,
.p-cando-history .history__list li i {
  position: absolute;
  left: 0;
  display: block;
}

.p-cando-history .history__list li span {
  background: #000;
  z-index: 1;
}

.p-cando-history .history__list li i {
  background: #d5d5d5;
}

.p-cando-history .history__list li p {
  text-align: center;
  z-index: 2;
}

.p-cando-history .history__list li p::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .p-cando-history .history {
    margin: 56px 0;
  }

  .p-cando-history .history__inner {
    padding-bottom: 240px;
  }

  .p-cando-history .history__lead {
    margin: 56px 0;
    font-size: 16px;
    line-height: 1.625em;
  }

  .p-cando-history .history__lead p + p {
    margin-top: 1.625em;
  }

  .p-cando-history .history__box {
    margin: 52px 0;
  }

  .p-cando-history .history__box::before {
    top: 40px;
    width: 4px;
  }

  .p-cando-history .history__period {
    margin: 0 auto 52px;
    width: 100px;
    height: 100px;
    font-size: 24px;
  }

  .p-cando-history .history__period,
  .p-cando-history .history__event {
    box-shadow: 0 0 0 8px #ffffff;
    border: 2px solid #000;
  }

  .p-cando-history .history__event {
    margin: 52px 0;
    padding: 24px 0;
    border-radius: 8px;
  }

  .p-cando-history .history__event h4 {
    font-size: 20px;
  }

  .p-cando-history .history__event p {
    margin-top: 12px;
    font-size: 16px;
  }

  .p-cando-history .history__item {
    margin: 52px 0 0;
    width: 424px;
  }

  .p-cando-history .history__item::before {
    top: 10px;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 8px #ffffff;
    border: 4px solid #000;
  }

  .p-cando-history .history__item::after {
    top: 20px;
    width: 48px;
  }

  .p-cando-history .history__item:nth-of-type(2n) {
    text-align: right;
  }

  .p-cando-history .history__item:nth-of-type(2n)::before {
    right: -76px;
  }

  .p-cando-history .history__item:nth-of-type(2n)::after {
    right: -56px;
  }

  .p-cando-history .history__item:not(:nth-of-type(2n)) {
    margin-left: auto;
  }

  .p-cando-history .history__item:not(:nth-of-type(2n))::before {
    left: -56px;
  }

  .p-cando-history .history__item:not(:nth-of-type(2n))::after {
    left: -56px;
  }

  .p-cando-history .history__item dt em {
    font-size: 40px;
  }

  .p-cando-history .history__item dt small {
    font-size: 18px;
  }

  .p-cando-history .history__item dd {
    font-size: 15px;
    line-height: 1.3333333333em;
  }

  .p-cando-history .history__item figure {
    margin-top: 16px;
  }

  .p-cando-history .history__item p {
    margin-top: 16px;
  }

  .p-cando-history .history__list {
    padding: 0 0 40px;
  }

  .p-cando-history .history__list dl {
    padding: 20px 32px;
    width: 960px;
    box-shadow: 0 0 20px #d5d5d5;
    border-radius: 8px;
  }

  .p-cando-history .history__list dt em {
    font-size: 16px;
  }

  .p-cando-history .history__list dt small {
    margin-left: 8px;
    padding: 8px;
    font-size: 12px;
    border-radius: 4px;
  }

  .p-cando-history .history__list ul {
    margin-top: 12px;
  }

  .p-cando-history .history__list li span,
  .p-cando-history .history__list li i {
    top: 6px;
    left: 2px;
    height: 2px;
  }

  .p-cando-history .history__list li i {
    width: 100%;
  }

  .p-cando-history .history__list li p::before {
    margin: 0 auto 8px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 8px #ffffff;
    border: 3px solid #d5d5d5;
  }

  .p-cando-history .history__list li:first-of-type p::before {
    border: 3px solid #000;
  }

  .p-cando-history .history__list li.is-active + li p::before {
    border: 3px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .p-cando-history .history {
    padding: 20px 0;
  }

  .p-cando-history .history__inner {
    padding-bottom: 20px;
  }

  .p-cando-history .history__lead {
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-cando-history .history__lead p + p {
    margin-top: 1.625em;
  }

  .p-cando-history .history__box {
    margin: 68px 0;
    padding: 0 8px;
  }

  .p-cando-history .history__box::before {
    top: 56px;
    width: 3px;
  }

  .p-cando-history .history__period {
    margin: 0 auto 68px;
    width: 100px;
    height: 100px;
    font-size: 24px;
  }

  .p-cando-history .history__period,
  .p-cando-history .history__event {
    box-shadow: 0 0 0 8px #ffffff;
    border: 2px solid #000;
  }

  .p-cando-history .history__event {
    margin: 68px 0;
    padding: 16px 0;
    border-radius: 8px;
  }

  .p-cando-history .history__event h4 {
    font-size: 20px;
  }

  .p-cando-history .history__event p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-cando-history .history__item {
    margin: 68px 0 0;
    width: calc(50% - 12px);
  }

  .p-cando-history .history__item::before {
    top: 4px;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 8px #ffffff;
    border: 4px solid #000;
  }

  .p-cando-history .history__item::after {
    top: 14px;
    width: 48px;
  }

  .p-cando-history .history__item:nth-of-type(2n) dt {
    padding-right: 40px;
    text-align: right;
  }

  .p-cando-history .history__item:nth-of-type(2n) figure {
    text-align: right;
  }

  .p-cando-history .history__item:nth-of-type(2n)::before,
  .p-cando-history .history__item:nth-of-type(2n)::after {
    right: -12px;
  }

  .p-cando-history .history__item:nth-of-type(2n)::before {
    transform: translateX(50%);
  }

  .p-cando-history .history__item:not(:nth-of-type(2n)) {
    margin-left: auto;
  }

  .p-cando-history .history__item:not(:nth-of-type(2n)) dt {
    margin-left: 40px;
  }

  .p-cando-history .history__item:not(:nth-of-type(2n))::before {
    left: -12px;
  }

  .p-cando-history .history__item:not(:nth-of-type(2n))::after {
    left: -12px;
  }

  .p-cando-history .history__item dt em {
    font-size: 30px;
  }

  .p-cando-history .history__item dt small {
    font-size: 18px;
  }

  .p-cando-history .history__item dd {
    font-size: 12px;
    line-height: 1.6666666667em;
  }

  .p-cando-history .history__item figure {
    margin-top: 16px;
  }

  .p-cando-history .history__item figure img {
    max-width: 60%;
  }

  .p-cando-history .history__item p {
    margin-top: 16px;
    background: #fff;
  }

  .p-cando-history .history__list {
    padding: 12px;
    position: sticky !important;
    transform: translateX(0);
  }

  .p-cando-history .history__list dl {
    padding: 12px 20px;
    box-shadow: 0 0 20px #d5d5d5;
    border-radius: 8px;
  }

  .p-cando-history .history__list dt small {
    margin-left: 8px;
    padding: 8px;
    font-size: 12px;
    border-radius: 4px;
  }

  .p-cando-history .history__list dt small:not(:last-of-type) {
    display: none;
  }

  .p-cando-history .history__list ul {
    margin-top: 12px;
  }

  .p-cando-history .history__list li span,
  .p-cando-history .history__list li i {
    top: 6px;
    left: 2px;
    height: 2px;
  }

  .p-cando-history .history__list li i {
    width: 100%;
  }

  .p-cando-history .history__list li p::before {
    margin: 0 auto 8px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 8px #ffffff;
    border: 3px solid #d5d5d5;
  }

  .p-cando-history .history__list li:first-of-type p::before {
    border: 3px solid #000;
  }

  .p-cando-history .history__list li.is-active + li p::before {
    border: 3px solid #000;
  }
}

.p-cando-index figure {
  margin: 0 0 2em;
}

.p-cando-index figure img:not(:first-of-type) {
  margin-top: 1.6em;
}

.p-cando-index figcaption {
  margin-top: 0.8em;
  font-weight: 600;
}

.p-cando-index figcaption.t-center {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cando-index figcaption {
    font-size: 13px;
  }
}

.p-cando-index .lead {
  text-align: center;
}

.p-cando-index .lead__ttl span,
.p-cando-index .lead__ttl em {
  display: block;
}

.p-cando-index .lead__ttl em {
  margin-top: 1em;
  font-weight: 600;
}

.p-cando-index .lead__lead {
  margin-top: 1.2em;
}

.p-cando-index .lead__txt {
  margin-top: 1em;
}

.p-cando-index .lead__txt figure {
  margin-top: 2em;
}

@media screen and (min-width: 768px), print {
  .p-cando-index .lead {
    margin: 44px auto;
  }

  .p-cando-index .lead__ttl span {
    font-size: 18px;
  }

  .p-cando-index .lead__ttl em {
    font-size: 22px;
  }

  .p-cando-index .lead__lead {
    font-size: 18px;
  }

  .p-cando-index .lead__txt {
    font-size: 15px;
    line-height: 1.7333333333em;
  }
}

@media screen and (max-width: 767px) {
  .p-cando-index .lead {
    margin: 40px auto;
    padding: 0 20px;
  }

  .p-cando-index .lead__ttl span {
    font-size: 18px;
  }

  .p-cando-index .lead__ttl em {
    font-size: 20px;
  }

  .p-cando-index .lead__lead {
    font-size: 14px;
  }

  .p-cando-index .lead__txt {
    font-size: 14px;
    line-height: 20/14em;
  }
}

.p-cando-index .item {
  border: 1px solid #000;
}

.p-cando-index .item::before,
.p-cando-index .item::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  background: #000;
  transform: translateX(-50%);
}

.p-cando-index .item::after {
  border-radius: 50%;
}

.p-cando-index .item__box > figure {
  text-align: center;
}

.p-cando-index .item__box > figure img {
  max-width: 100%;
}

.p-cando-index .item__ttl {
  text-align: center;
}

.p-cando-index .item__ttl span,
.p-cando-index .item__ttl small {
  display: block;
}

.p-cando-index .item__ttl span {
  margin-bottom: 1.2em;
}

.p-cando-index .item__ttl em {
  margin-bottom: 1.2em;
  padding-bottom: 0.4em;
  display: inline-block;
  font-weight: 600;
  border-bottom: 3px solid #000;
}

.p-cando-index .item__ttl small {
  margin-top: 0.8em;
  padding-bottom: 0.4em;
  font-weight: 300;
}

.p-cando-index .item__tag {
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.4em 0.8em 0.5em;
  font-weight: 600;
  color: #fff;
  background: #000;
  border-radius: 0.4em;
}

.p-cando-index .item__txt {
  margin: 0.8em 0 1.6em;
}

.p-cando-index .item__btn {
  margin-top: 2em;
  font-weight: 600;
}

.p-cando-index .item__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 1.2em;
  border: 1px solid #000;
  border-radius: 0.4em;
}

.p-cando-index .item__btn a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.p-cando-index .item__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 600px;
  margin: auto;
}

.p-cando-index .item__grid > figure {
  width: 48%;
}

.p-cando-index .item__grid > figure:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}

.p-cando-index .item dl dt {
  margin: 2em 0;
  padding-bottom: 0.8em;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
}

.p-cando-index .item dl dd {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cando-index .item {
    margin-top: 226px;
    padding: 56px;
    font-size: 15px;
    line-height: 1.7333333333em;
    border-radius: 20px;
  }

  .p-cando-index .item::before {
    top: -168px;
    width: 2px;
    height: 100px;
  }

  .p-cando-index .item::after {
    top: -12px;
    width: 24px;
    height: 24px;
  }

  .p-cando-index .item__ttl span {
    font-size: 18px;
  }

  .p-cando-index .item__ttl em {
    font-size: 24px;
  }

  .p-cando-index .item__ttl small {
    font-size: 13px;
  }

  .p-cando-index .item__tag {
    font-size: 12px;
  }

  .p-cando-index .item__subttl {
    font-size: 20px;
    line-height: 1.65em;
  }

  .p-cando-index .item__col {
    display: flex;
    justify-content: space-between;
  }

  .p-cando-index .item__inner {
    flex: 1;
  }

  .p-cando-index .item__inner + figure {
    margin-left: 8%;
    width: 40%;
  }

  .p-cando-index .item__btn {
    font-size: 16px;
  }

  .p-cando-index .item__btn a {
    width: 368px;
  }

  .p-cando-index .item dl dt {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cando-index .item {
    margin: 120px 12px 0;
    padding: 20px 12px;
    font-size: 12px;
    line-height: 1.6666666667em;
    border-radius: 18px;
  }

  .p-cando-index .item::before {
    top: -88px;
    width: 1px;
    height: 50px;
  }

  .p-cando-index .item::after {
    top: -12px;
    width: 24px;
    height: 24px;
  }

  .p-cando-index .item figure {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .p-cando-index .item__ttl span {
    margin: 0.2em 0 0.8em;
    font-size: 18px;
    line-height: 1.3888888889em;
  }

  .p-cando-index .item__ttl em {
    font-size: 18px;
    line-height: 1.3888888889em;
  }

  .p-cando-index .item__ttl small {
    font-size: 10px;
    line-height: 1.8em;
  }

  .p-cando-index .item__tag {
    font-size: 12px;
  }

  .p-cando-index .item__subttl {
    font-size: 18px;
    line-height: 1.3888888889em;
  }

  .p-cando-index .item__inner + figure {
    margin-top: 20px;
  }

  .p-cando-index .item__btn {
    font-size: 16px;
  }

  .p-cando-index .item__btn a {
    padding: 0.8em;
    width: 100%;
  }

  .p-cando-index .item dl dt {
    font-size: 20px;
  }
}

.p-cando-index .bottom {
  text-align: center;
}

.p-cando-index .bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  background: #000;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .p-cando-index .bottom {
    margin-top: 226px;
    padding-bottom: 296px;
    font-size: 28px;
    line-height: 1.9285714286em;
  }

  .p-cando-index .bottom::before {
    top: -152px;
    width: 2px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-cando-index .bottom {
    margin-top: 120px;
    padding-bottom: 160px;
    font-size: 18px;
    line-height: 2.2222222222em;
  }

  .p-cando-index .bottom::before {
    top: -88px;
    width: 1px;
    height: 50px;
  }
}

.p-cando-index .pic {
  position: absolute;
  z-index: 9;
}

@media screen and (min-width: 768px), print {
  .p-cando-index .pic._01 {
    bottom: 284px;
    right: -80px;
  }

  .p-cando-index .pic._02 {
    top: -208px;
    left: 16px;
  }

  .p-cando-index .pic._03 {
    top: 28px;
    right: -20px;
  }

  .p-cando-index .pic._04 {
    top: 208px;
    left: 20px;
  }

  .p-cando-index .pic._05 {
    top: 364px;
    right: 88px;
  }

  .p-cando-index .pic._06 {
    bottom: -272px;
    left: 248px;
  }

  .p-cando-index .pic._07 {
    bottom: -136px;
    left: -84px;
  }

  .p-cando-index .pic._08 {
    top: -132px;
    right: -52px;
  }

  .p-cando-index .pic._09 {
    bottom: -124px;
    left: 120px;
  }

  .p-cando-index .pic._10 {
    top: 64px;
    right: -20px;
  }

  .p-cando-index .pic._11 {
    bottom: -64px;
    left: 52px;
  }

  .p-cando-index .pic._12 {
    top: -108px;
    right: 48px;
  }

  .p-cando-index .pic._13 {
    bottom: -156px;
    left: -28px;
  }

  .p-cando-index .pic._14 {
    top: -64px;
    right: 60px;
  }

  .p-cando-index .pic._15 {
    bottom: -140px;
    left: 8px;
  }

  .p-cando-index .pic._16 {
    top: 68px;
    right: -32px;
  }

  .p-cando-index .pic._17 {
    bottom: -204px;
    left: 104px;
  }

  .p-cando-index .pic._18 {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cando-index .pic._01 {
    display: none;
  }

  .p-cando-index .pic._03 {
    width: 27.7333333333%;
    top: -12%;
    right: -1.0666666667%;
  }

  .p-cando-index .pic._04 {
    width: 27.7333333333%;
    top: 28%;
    left: -1.0666666667%;
  }

  .p-cando-index .pic._05 {
    width: 22.4%;
    bottom: -8%;
    right: 2.1333333333%;
  }

  .p-cando-index .pic._06 {
    width: 32%;
    bottom: -26%;
    left: 5.3333333333%;
  }

  .p-cando-index .pic._07 {
    width: 36.2666666667%;
    bottom: -10%;
    left: -3.2%;
  }

  .p-cando-index .pic._08 {
    width: 36.2666666667%;
    top: -14%;
    right: -3.2%;
  }

  .p-cando-index .pic._09 {
    width: 27.7333333333%;
    bottom: -17%;
    left: 1.0666666667%;
  }

  .p-cando-index .pic._10 {
    width: 29.8666666667%;
    top: -7%;
    right: -3.2%;
  }

  .p-cando-index .pic._11 {
    width: 22.4%;
    bottom: -10%;
    left: 1.0666666667%;
  }

  .p-cando-index .pic._12 {
    width: 24.5333333333%;
    bottom: -12%;
    left: 3.2%;
  }

  .p-cando-index .pic._13 {
    width: 35.2%;
    top: -4%;
    right: -3.2%;
  }

  .p-cando-index .pic._14 {
    width: 35.2%;
    top: -14%;
    right: -3.2%;
  }

  .p-cando-index .pic._15 {
    width: 48%;
    bottom: -15%;
    left: -5.3333333333%;
  }

  .p-cando-index .pic._16 {
    width: 32%;
    top: -6%;
    right: -3.2%;
  }

  .p-cando-index .pic._17 {
    width: 19.2%;
    bottom: -17%;
    left: 1.0666666667%;
  }

  .p-cando-index .pic._18 {
    width: 64%;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}

.p-movie .inner_content .movie_list h2 {
  margin: 0 0 40px;
  padding: 0 0 5px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 1px #d5d5d5;
}

.p-movie .inner_content .movie_list h2 img {
  display: inline-block;
  width: 40px;
  margin: 0 10px 0 0;
}

.p-movie .inner_content .movie_list h2 span {
  margin: 0 0 0 15px;
  font-weight: normal;
}

.p-movie .inner_content .movie_list ul {
  list-style-type: none;
  margin: 0 auto 25px;
  padding: 0;
  overflow: hidden;
}

.p-movie .inner_content .movie_list ul li {
  display: block;
  width: 48.5%;
  float: left;
  margin: 0 3% 0 0;
  color: #333;
}

.p-movie .inner_content .movie_list ul li:nth-child(even) {
  margin: 0 0 20px;
}

.p-movie .inner_content .movie_list ul li h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.p-movie .inner_content .movie_list ul li p {
  font-size: 12px;
  margin: 0 0 10px;
}

.p-movie .inner_content .movie_list ul li img {
  display: block;
  width: 100%;
}

.p-summary-post #copyright,
.p-summary-post #copyright + .rgt {
  padding: 0;
  border: none;
  font-size: 80%;
  font-family: "Lato";
}

.p-style-outside,
.p-style-outside .g-header {
  margin-bottom: 52px;
}

.p-style-outside a {
  color: #004fa2;
  text-decoration: none;
}

.p-style-information {
  margin: 52px auto;
}

.p-house .kv {
  position: relative;
  text-align: center;
}

.p-house .kv._index {
  background: #efefef;
}

.p-house .kv._index::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 16.250890948%;
  background: url("../images/house/index/bg-kv.svg") no-repeat center
    bottom/100%;
}

.p-house .kv:not(._index) {
  background-image: url("../images/house/bg-main.png");
}

.p-house .kv._blue {
  background-color: #f0fcff;
}

.p-house .kv._green {
  background-color: #effbf6;
}

.p-house .kv._pink {
  background-color: #fff6f5;
}

.p-house .kv._yellow {
  background-color: #fdf8eb;
}

.p-house .kv._purple {
  background-color: #f9f3ff;
}

.p-house .kv h1 {
  position: relative;
}

.p-house .kv h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}

.p-house .kv h2 span {
  padding-bottom: 0.3em;
}

.p-house .kv h2 span:not(:first-of-type) {
  margin-top: 0.6em;
}

.p-house .kv h2._black span {
  border-bottom: 4px solid #000;
}

.p-house .kv h2._blue span {
  border-bottom: 4px solid #1f72d0;
}

.p-house .kv h2._green span {
  border-bottom: 4px solid #098a10;
}

.p-house .kv h2._pink span {
  border-bottom: 4px solid #cf3472;
}

.p-house .kv h2._yellow span {
  border-bottom: 4px solid #be5a17;
}

.p-house .kv h2._purple span {
  border-bottom: 4px solid #7745a2;
}

.p-house .kv nav {
  display: flex;
  justify-content: center;
}

.p-house .kv nav p a {
  position: relative;
  display: block;
}

.p-house .kv nav p a svg:first-of-type {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
}

.p-house .kv nav p a svg path,
.p-house .kv nav p a svg polygon {
  transition: fill 0.4s ease, stroke 0.4s ease;
}

.p-house .kv nav p a::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.p-house .kv nav p a:hover::before {
  opacity: 1;
}

.p-house .kv nav p a:hover svg:first-of-type path,
.p-house .kv nav p a:hover svg:first-of-type polygon {
  fill: #fff;
}

.p-house .kv nav p a:hover svg:last-of-type path {
  stroke: #707070;
}

.p-house .kv nav p a._01:hover svg:last-of-type path {
  fill: #1f72d0;
}

.p-house .kv nav p a._02:hover svg:last-of-type path {
  fill: #cf3472;
}

.p-house .kv nav p a._03:hover svg:last-of-type path {
  fill: #098a10;
}

.p-house .kv nav p a._04:hover svg:last-of-type path {
  fill: #be5a17;
}

.p-house .kv nav p a._05:hover svg:last-of-type path {
  fill: #7745a2;
}

.p-house .kv__inner,
.p-house .kv__wrap {
  position: relative;
  margin: auto;
}

.p-house .kv__ttl {
  font-size: 42px;
  font-weight: bold;
}

.p-house .kv__ttl .jp {
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0px #000,
    1px -1px 0 #000;
}

.p-house .kv__ttl .en {
  display: block;
  font-size: 38%;
  margin-top: 4px;
}

.p-house .kv__lead {
  font-weight: 600;
}

.p-house .kv__mv {
  position: relative;
  margin: auto;
}

.p-house .kv__mv img {
  width: 100%;
}

.p-house .kv__mv ._pic {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-house .kv::after {
    margin-top: 48px;
  }

  .p-house .kv._green h1 img {
    max-width: 532px;
  }

  .p-house .kv._blue h1 img {
    max-width: 662px;
  }

  .p-house .kv._pink h1 img {
    max-width: 649px;
  }

  .p-house .kv._yellow h1 img {
    max-width: 680px;
  }

  .p-house .kv h2 {
    margin: 24px 0;
    font-size: 24px;
  }

  .p-house .kv nav {
    margin-top: 60px;
  }

  .p-house .kv nav p:nth-of-type(1),
  .p-house .kv nav p:nth-of-type(4) {
    margin: 0 28px;
  }

  .p-house .kv nav p:nth-of-type(2),
  .p-house .kv nav p:nth-of-type(3) {
    margin: 0 12px;
  }

  .p-house .kv nav a {
    margin-top: 12px;
  }

  .p-house .kv nav a::before {
    top: -4px;
    left: -28px;
    width: 42px;
    height: 51px;
    background: url("../images/house/index/icon-nav.svg") no-repeat center
      center/contain;
  }

  .p-house .kv__wrap {
    padding: 36px 0;
    width: 960px;
  }

  .p-house .kv__wrap h1 {
    margin: 0 auto 36px;
  }

  .p-house .kv__wrap h1 img {
    display: block;
    margin: auto;
  }

  .p-house .kv__wrap h1 img + img {
    margin-top: 32px;
  }

  .p-house .kv__inner {
    padding: 48px 0 0;
    width: 960px;
  }

  .p-house .kv__lead {
    font-size: 16px;
    line-height: 1.75em;
  }

  .p-house .kv__txt {
    position: absolute;
    z-index: 1;
    animation: float 2s linear infinite;
  }

  .p-house .kv__txt._01 {
    animation-delay: 0.2s;
  }

  .p-house .kv__txt._02 {
    animation-delay: 0.4s;
  }

  .p-house .kv__txt._03 {
    animation-delay: 0.6s;
  }

  .p-house .kv__txt._04 {
    animation-delay: 0.7s;
  }

  .p-house .kv._blue ._01 {
    left: 0;
    top: 76px;
  }

  .p-house .kv._blue ._02 {
    right: 72px;
    top: 80px;
  }

  .p-house .kv._blue ._03 {
    left: -8px;
    top: 336px;
  }

  .p-house .kv._blue ._04 {
    right: -24px;
    top: 316px;
  }

  .p-house .kv._pink ._01 {
    left: 48px;
    top: 76px;
  }

  .p-house .kv._pink ._02 {
    right: 52px;
    top: 60px;
  }

  .p-house .kv._pink ._03 {
    left: -8px;
    top: 316px;
  }

  .p-house .kv._pink ._04 {
    right: -24px;
    top: 304px;
  }

  .p-house .kv._green ._01 {
    left: 100px;
    top: 84px;
  }

  .p-house .kv._green ._02 {
    right: 92px;
    top: 60px;
  }

  .p-house .kv._green ._03 {
    left: 8px;
    top: 276px;
  }

  .p-house .kv._green ._04 {
    right: 4px;
    top: 256px;
  }

  .p-house .kv._yellow ._01 {
    left: 44px;
    top: 84px;
  }

  .p-house .kv._yellow ._02 {
    right: 48px;
    top: 76px;
  }

  .p-house .kv._yellow ._03 {
    left: -28px;
    top: 312px;
  }

  .p-house .kv._yellow ._04 {
    right: -24px;
    top: 324px;
  }

  .p-house .kv__mv {
    margin-top: 24px;
    width: 755px;
  }

  .p-house .kv__mv ._pic {
    width: 56px;
  }

  .p-house .kv__mv ._pic._01 {
    top: 8px;
    left: -16px;
  }

  .p-house .kv__mv ._pic._02 {
    top: 0;
    right: 192px;
  }

  .p-house .kv__mv ._pic._03 {
    top: 72px;
    right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-house .kv:not(._index) {
    padding: 24px 20px;
  }

  .p-house .kv:not(._index) h1 {
    padding: 0 4px;
  }

  .p-house .kv:not(._index) h1 img:nth-of-type(1) {
    height: 72px;
  }

  .p-house .kv:not(._index) h1 img:nth-of-type(2) {
    margin: 24px 0;
    height: 192px;
  }

  .p-house .kv._index {
    padding: 24px 0 0;
  }

  .p-house .kv._index::after {
    position: absolute;
    bottom: 514px;
    left: 0;
  }

  .p-house .kv._index h1 img {
    width: 208px;
  }

  .p-house .kv._index nav {
    align-items: center;
    flex-wrap: wrap;
    padding: 28px 0;
    height: 514px;
    background: #fff;
  }

  .p-house .kv._index nav p:nth-of-type(2n) {
    margin-left: 20px;
  }

  .p-house .kv._index nav p img {
    height: 24px;
  }

  .p-house .kv._index nav p a {
    margin-top: 8px;
  }

  .p-house .kv._index nav p svg:nth-of-type(1) {
    height: 64px;
  }

  .p-house .kv._index nav p svg:nth-of-type(2) {
    width: 136px;
    height: 128px;
  }

  .p-house .kv h2 {
    margin: 24px 0 12px;
    font-size: 18px;
    line-height: 0.7142857143em;
  }

  .p-house .kv__txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    max-width: 332px;
  }

  .p-house .kv__txt p:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  .p-house .kv__txt p {
    position: relative;
  }

  .p-house .kv__txt p span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3846153846em;
    text-align: center;
  }

  .p-house .kv__lead {
    font-size: 14px;
    line-height: 1.7142857143em;
  }

  .p-house .kv__inner {
    z-index: 1;
  }

  .p-house .kv__inner > div {
    padding: 0 20px;
  }

  .p-house .kv__ttl {
    font-size: 36px;
  }

  .p-house .kv__mv {
    margin-top: 20px;
    width: 300px;
  }

  .p-house .kv__mv ._pic {
    width: 21px;
  }

  .p-house .kv__mv ._pic._01 {
    top: 6px;
    left: -4px;
  }

  .p-house .kv__mv ._pic._02 {
    top: 0;
    right: 78px;
  }

  .p-house .kv__mv ._pic._03 {
    top: 30px;
    right: 4px;
  }
}

.p-house .case {
  overflow: hidden;
}

.p-house .case__box a {
  position: relative;
  display: block;
  background: #fff;
  transition: transform 0.4s ease;
}

.p-house .case__box a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.p-house .case__box a > svg path {
  transition: fill 0.4s ease;
}

.p-house .case__box a:not(.is-after).is-view,
.p-house .case__box a:hover {
  transform: scale(1.05);
}

.p-house .case__box a:not(.is-after).is-view::after,
.p-house .case__box a:hover::after {
  opacity: 1;
}

.p-house .case__box a h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.p-house .case__box a h2 img {
  padding-bottom: 6px;
}

.p-house .case__box._01 {
  z-index: 4;
}

.p-house .case__box._01 a:not(.is-after).is-view > svg .bg,
.p-house .case__box._01 a:hover > svg .bg {
  fill: rgba(31, 114, 208, 0.1);
}

.p-house .case__box._01 a h2 img {
  border-bottom: 4px solid #1f72d0;
}

.p-house .case__box._01 a p .bg {
  fill: #1f72d0;
}

.p-house .case__box._02 {
  z-index: 3;
}

.p-house .case__box._02 a:not(.is-after).is-view > svg .bg,
.p-house .case__box._02 a:hover > svg .bg {
  fill: rgba(207, 52, 114, 0.1);
}

.p-house .case__box._02 a h2 img {
  border-bottom: 4px solid #cf3472;
}

.p-house .case__box._02 a p .bg {
  fill: #cf3472;
}

.p-house .case__box._03 {
  z-index: 2;
}

.p-house .case__box._03 a:not(.is-after).is-view > svg .bg,
.p-house .case__box._03 a:hover > svg .bg {
  fill: rgba(9, 138, 16, 0.1);
}

.p-house .case__box._03 a h2 img {
  border-bottom: 4px solid #098a10;
}

.p-house .case__box._03 a p .bg {
  fill: #098a10;
}

.p-house .case__box._04 {
  z-index: 1;
}

.p-house .case__box._04 a:not(.is-after).is-view > svg .bg,
.p-house .case__box._04 a:hover > svg .bg {
  fill: rgba(190, 90, 23, 0.1);
}

.p-house .case__box._04 a h2 img {
  border-bottom: 4px solid #be5a17;
}

.p-house .case__box._04 a p .bg {
  fill: #be5a17;
}

.p-house .case__box._05 a:not(.is-after).is-view > svg .bg,
.p-house .case__box._05 a:hover > svg .bg {
  fill: rgba(119, 69, 162, 0.1);
}

.p-house .case__box._05 a h2 img {
  border-bottom: 4px solid #7745a2;
}

.p-house .case__box._05 a p .bg {
  fill: #7745a2;
}

.p-house .case__box ._num {
  position: absolute;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-house .case__box ._num:not(.is-view) {
  transform: scale(0.01);
}

.p-house .case__box figure {
  position: absolute;
  margin: 0;
}

.p-house .case__box dt,
.p-house .case__box dd {
  font-weight: 600;
}

.p-house .case__box dd {
  margin-top: 0.6em;
}

.p-house .case__box dl {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .p-house .case {
    margin-top: -100px;
    padding-bottom: 80px;
  }

  .p-house .case__box {
    margin: -96px auto 0;
    padding-top: 160px;
    width: 834px;
  }

  .p-house .case__box a::after {
    width: 52px;
    height: 48px;
    background: url("../images/house/index/pc/icon-case.svg");
  }

  .p-house .case__box dt {
    font-size: 23px;
    line-height: 1.5217391304em;
  }

  .p-house .case__box dd {
    width: 310px;
    font-size: 16px;
    line-height: 1.75em;
  }

  .p-house .case__box h2 {
    top: 48px;
  }

  .p-house .case__box p {
    position: absolute;
  }

  .p-house .case__box._01 figure {
    top: 176px;
    right: 64px;
  }

  .p-house .case__box._01 figure img {
    width: 327px;
  }

  .p-house .case__box._02 figure {
    top: 160px;
    left: 36px;
  }

  .p-house .case__box._02 figure img {
    width: 382.5px;
  }

  .p-house .case__box._03 figure {
    top: 144px;
    right: 80px;
  }

  .p-house .case__box._03 figure img {
    width: 298.5px;
  }

  .p-house .case__box._04 figure {
    top: 168px;
    left: 52px;
  }

  .p-house .case__box._04 figure img {
    width: 369.5px;
  }

  .p-house .case__box._05 figure {
    top: 144px;
    right: 64px;
  }

  .p-house .case__box._05 figure img {
    width: 366px;
  }

  .p-house .case__box._01 dl,
  .p-house .case__box._03 dl,
  .p-house .case__box._05 dl {
    top: 112px;
    left: 72px;
  }

  .p-house .case__box._01 p,
  .p-house .case__box._03 p,
  .p-house .case__box._05 p {
    top: 340px;
    left: 140px;
  }

  .p-house .case__box._02 dl,
  .p-house .case__box._04 dl {
    top: 108px;
    right: 76px;
  }

  .p-house .case__box._02 p,
  .p-house .case__box._04 p {
    right: 148px;
  }

  .p-house .case__box._02 p {
    top: 348px;
  }

  .p-house .case__box._04 p {
    top: 324px;
  }

  .p-house .case__box ._num {
    top: -24px;
    left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-house .case {
    padding-bottom: 72px;
  }

  .p-house .case__box {
    margin: -12px auto 0;
    padding-top: 80px;
    width: 354px;
    z-index: 1;
  }

  .p-house .case__box a::after {
    width: 25px;
    height: 23px;
    background: url("../images/house/index/sp/icon-case.svg");
  }

  .p-house .case__box h2 {
    width: auto;
    top: 36px;
  }

  .p-house .case__box dl {
    top: 80px;
    padding: 0 16px;
    width: 100%;
  }

  .p-house .case__box dt {
    font-size: 18px;
    line-height: 1.3888888889em;
  }

  .p-house .case__box dd {
    margin-left: auto;
    width: 160px;
    font-size: 10px;
    line-height: 1.8em;
  }

  .p-house .case__box figure {
    width: 152px;
  }

  .p-house .case__box p {
    margin-top: 12px;
    text-align: center;
  }

  .p-house .case__box._01 h2,
  .p-house .case__box._01 h2 img {
    width: 250px;
  }

  .p-house .case__box._01 dd {
    margin-left: 0;
  }

  .p-house .case__box._01 figure {
    right: 16px;
    top: 140px;
  }

  .p-house .case__box._02 h2,
  .p-house .case__box._02 h2 img {
    width: 208px;
  }

  .p-house .case__box._02 figure {
    left: 8px;
    top: 164px;
  }

  .p-house .case__box._03 h2,
  .p-house .case__box._03 h2 img {
    width: 208px;
  }

  .p-house .case__box._03 figure {
    left: 20px;
    top: 144px;
    width: 130px;
  }

  .p-house .case__box._04 h2,
  .p-house .case__box._04 h2 img {
    width: 146px;
  }

  .p-house .case__box._04 figure {
    left: 16px;
    top: 162px;
  }

  .p-house .case__box._05 h2,
  .p-house .case__box._05 h2 img {
    width: 218px;
  }

  .p-house .case__box._05 figure {
    left: 20px;
    top: 162px;
    width: 152px;
  }

  .p-house .case__box ._num {
    top: -32px;
    left: 4px;
    width: 70px;
    height: 66px;
  }
}

.p-house .part #toilet:checked ~ div ._toilet {
  opacity: 1;
}

.p-house .part #toilet:not(:checked) ~ div ._toilet {
  position: absolute;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.p-house .part #bathroom:checked ~ div ._bathroom {
  opacity: 1;
}

.p-house .part #bathroom:not(:checked) ~ div ._bathroom {
  position: absolute;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.p-house .part #washroom:checked ~ div ._washroom {
  opacity: 1;
}

.p-house .part #washroom:not(:checked) ~ div ._washroom {
  position: absolute;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.p-house .part #kitchen:checked ~ div ._kitchen {
  opacity: 1;
}

.p-house .part #kitchen:not(:checked) ~ div ._kitchen {
  position: absolute;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.p-house .part input[type="radio"] {
  display: none;
}

.p-house .part input[type="radio"]:checked + label {
  color: #5c5b5b;
  background: url("../images/house/index/bg-btn_border.svg") no-repeat center
    center/contain;
  z-index: 9;
}

.p-house .part input[type="radio"]:checked + label svg,
.p-house .part input[type="radio"]:checked + label path {
  fill: #5c5b5b;
}

.p-house .part input[type="radio"]:not(:checked) + label {
  color: #fff;
  background: url("../images/house/index/bg-btn_black.svg") no-repeat center
    center/contain;
  z-index: 1;
}

.p-house .part input[type="radio"]:not(:checked) + label svg,
.p-house .part input[type="radio"]:not(:checked) + label path {
  fill: #fff;
}

.p-house .part {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-house .part h2 {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.p-house .part label {
  display: block;
  font-weight: 600;
  text-align: center;
}

.p-house .part label span {
  display: block;
}

.p-house .part__box {
  width: 100%;
}

.p-house .part__box::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 1000%;
  background: #5c5b5b;
  transform: translateX(-50%);
}

.p-house .part__item {
  transition: opacity 0.4s ease, height 0s linear 0.4s;
}

.p-house .part__item a {
  display: block;
  transition: transform 0.4s ease;
}

.p-house .part__item a:hover {
  transform: scale(1.05);
}

.p-house .part__item a .bg {
  transition: fill 0.4s ease;
}

.p-house .part__item a._blue dt {
  background: #1f72d0;
}

.p-house .part__item a._blue:hover .bg {
  fill: rgba(31, 114, 208, 0.1);
}

.p-house .part__item a._pink dt {
  background: #cf3472;
}

.p-house .part__item a._pink:hover .bg {
  fill: rgba(207, 52, 114, 0.1);
}

.p-house .part__item a._green dt {
  background: #098a10;
}

.p-house .part__item a._green:hover .bg {
  fill: rgba(9, 138, 16, 0.1);
}

.p-house .part__item a._yellow dt {
  background: #be5a17;
}

.p-house .part__item a._yellow:hover .bg {
  fill: rgba(190, 90, 23, 0.1);
}

.p-house .part__item a._purple dt {
  background: #7745a2;
}

.p-house .part__item a._purple:hover .bg {
  fill: rgba(119, 69, 162, 0.1);
}

.p-house .part__item a img {
  margin: 0 12px 0 20px;
  width: 62px;
  border: 4px solid #d5d5d5;
  border-radius: 50%;
}

.p-house .part__item a dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-house .part__item a dt {
  top: 0;
  left: 50%;
  display: table;
  padding: 0 12px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  line-height: 28px;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 14px;
  transform: translate(-50%, -40%);
}

.p-house .part__item a dt,
.p-house .part__item a dd {
  position: absolute;
  font-weight: 600;
}

.p-house .part__item a dd {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.3846153846em;
}

.p-house .part__item a dd p {
  flex: 1;
}

@media screen and (min-width: 768px), print {
  .p-house .part h2 {
    margin-bottom: 64px;
  }

  .p-house .part label {
    margin: 0 -4px;
    width: 196px;
    height: 92px;
  }

  .p-house .part label span {
    padding-top: 16px;
    margin-bottom: 4px;
    font-size: 20px;
  }

  .p-house .part__box::before {
    top: -3px;
    height: 3px;
  }

  .p-house .part__item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .p-house .part__item a {
    margin-top: 40px;
  }

  .p-house .part__item a:nth-of-type(3n),
  .p-house .part__item a:nth-of-type(3n-1) {
    margin-left: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-house .part h2 {
    margin-bottom: 28px;
  }

  .p-house .part label {
    margin: 0 -2px;
    width: 25%;
  }

  .p-house .part label::before {
    content: "";
    display: block;
    padding-top: 46.8085106383%;
  }

  .p-house .part label span {
    position: absolute;
    top: 16%;
    width: 100%;
    font-size: 10px;
  }

  .p-house .part label svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 8%;
    transform: translate(-50%, -50%) scale(0.5);
  }

  .p-house .part__box::before {
    width: 100%;
    top: -1px;
    height: 1px;
  }

  .p-house .part__item {
    padding-top: 20px;
  }

  .p-house .part__item a {
    width: 288px;
    margin: 24px auto;
  }
}

.p-house .btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-house .btn h2 {
  display: none;
}

.p-house .btn__link,
.p-house .btn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-house .btn__link span,
.p-house .btn__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
}

.p-house .btn__link {
  flex-direction: column;
  border: 4px solid #d5d5d5;
  border-radius: 12px;
}

.p-house .btn__link span {
  margin-top: 8px;
}

.p-house .btn__btn {
  color: #fff;
  background: #5c5b5b;
  border-radius: 12px;
}

.p-house .btn__btn path {
  fill: #fff;
}

.p-house .btn__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .p-house .btn {
    padding: 60px 0;
  }

  .p-house .btn__link {
    margin: 0 10px 20px;
    width: 350px;
    height: 140px;
    font-size: 15px;
    line-height: 1.3333333333em;
  }

  .p-house .btn__link span {
    height: 60px;
  }

  .p-house .btn__btn {
    margin-bottom: 40px;
    width: 720px;
    height: 64px;
    font-size: 16px;
  }

  .p-house .btn__btn svg {
    margin-left: 20px;
    width: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-house .btn {
    padding: 40px 24px 60px;
  }

  .p-house .btn__link {
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.3333333333em;
  }

  .p-house .btn__btn {
    margin-bottom: 20px;
    width: 100%;
    height: 64px;
    font-size: 16px;
  }

  .p-house .btn__btn svg {
    display: none;
  }
}

.p-house .family {
  text-align: center;
}

.p-house .family::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1000%;
  height: 3px;
  transform: translateX(-50%);
  background: #000;
}

.p-house .family h2 {
  padding-top: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}

.p-house .family a {
  display: block;
}

.p-house .family a img {
  display: block;
  margin: auto;
  max-width: 216px;
}

@media (max-width: 767px) {
  .p-house .family a img {
    max-width: 288px;
  }
}

.p-house .family a em {
  display: block;
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .p-house .family h2 {
    font-size: 24px;
  }

  .p-house .family nav {
    display: flex;
    justify-content: space-between;
  }

  .p-house .family a em {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-house .family {
    overflow: hidden;
  }

  .p-house .family h2 {
    font-size: 18px;
  }

  .p-house .family a {
    margin-top: 20px;
  }

  .p-house .family a em {
    margin-top: 24px;
    font-size: 14px;
  }
}

.p-house .scene h2,
.p-house .scene__lead {
  font-weight: 600;
  text-align: center;
}

.p-house .scene h3 span {
  position: absolute;
  opacity: 0;
}

.p-house .scene figure {
  margin: 0;
}

.p-house .scene figure img {
  max-width: 100%;
}

.p-house .scene__box {
  position: relative;
}

.p-house .scene__box::before {
  content: "";
  position: absolute;
  display: block;
}

.p-house .scene__item {
  pointer-events: none;
}

.p-house .scene__item .clock,
.p-house .scene__item .time {
  position: absolute;
}

.p-house .scene__item .icon {
  border-radius: 50%;
}

.p-house .scene__item:last-of-type h4 {
  text-align: center;
}

.p-house .scene__item:last-of-type figure {
  display: flex;
  justify-content: center;
  text-align: center;
}

.p-house .scene__item:not(:last-of-type) .catch,
.p-house .scene__item:not(:last-of-type) .catch2 {
  display: flex;
  align-items: center;
}

.p-house .scene__item:not(:last-of-type) .catch2 {
  background: url("../images/house/parent/01/bg-balloon.svg") no-repeat center
    center/contain;
}

.p-house .scene__figure span {
  position: static;
}

.p-house .scene__catch,
.p-house .scene__catch2 {
  font-weight: 600;
}

.p-house .scene__catch::before,
.p-house .scene__catch2::before {
  content: "";
  position: absolute;
  display: block;
}

.p-house .scene__catch dl,
.p-house .scene__catch2 dl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.p-house .scene__catch dt,
.p-house .scene__catch2 dt {
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
}

.p-house .scene__catch dt:empty,
.p-house .scene__catch2 dt:empty {
  display: none;
}

.p-house .scene__txt dt {
  padding: 1.2em 0 0.8em;
  font-weight: 600;
}

.p-house .scene__txt dd i {
  top: -0.3em;
  display: inline-block;
  font-size: 0.6em;
  font-style: normal;
  vertical-align: top;
}

.p-house .scene__txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  pointer-events: all;
}

.p-house .scene__txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.p-house .scene__info {
  display: flex;
}

.p-house .scene__info p:first-of-type {
  word-break: keep-all;
  white-space: nowrap;
}

.p-house .scene__info p:first-of-type::after {
  content: ":";
  display: inline-block;
  margin: 0 0.2em;
}

@media screen and (min-width: 768px), print {
  .p-house .scene {
    margin: 60px auto;
    width: 960px;
  }

  .p-house .scene h2 {
    margin-bottom: 28px;
  }

  .p-house .scene h3 {
    padding-bottom: 8px;
  }

  .p-house .scene__start {
    position: absolute;
  }

  .p-house .scene__lead {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.75em;
  }

  .p-house .scene__link {
    position: absolute;
    display: block;
    animation: float 2s linear infinite;
    z-index: 1;
  }

  .p-house .scene__link._01 {
    animation-delay: 0.2s;
  }

  .p-house .scene__link._02 {
    animation-delay: 0.4s;
  }

  .p-house .scene__link._03 {
    animation-delay: 0.6s;
  }

  .p-house .scene__box {
    padding: 48px 0;
  }

  .p-house .scene__box::before {
    left: 50%;
    top: 8px;
    width: 6px;
    height: calc(100% - 120px);
    transform: translateX(-50%);
  }

  .p-house .scene__item {
    padding-top: 160px;
    width: 416px;
  }

  .p-house .scene__item .catch::before,
  .p-house .scene__item .catch2::before {
    bottom: 36px;
    width: 48px;
    height: 30px;
  }

  .p-house .scene__item .clock {
    top: 192px;
  }

  .p-house .scene__item .time {
    top: -20px;
  }

  .p-house .scene__item .icon {
    width: 88px;
    height: 88px;
    border: 4px solid #d5d5d5;
  }

  .p-house .scene__item:last-of-type .clock {
    top: 320px;
  }

  .p-house .scene__item:last-of-type .catch,
  .p-house .scene__item:last-of-type .catch2 {
    padding: 28px 44px;
  }

  .p-house .scene__item:last-of-type .catch figure,
  .p-house .scene__item:last-of-type .catch2 figure {
    padding: 20px 0;
  }

  .p-house .scene__item:last-of-type .catch figure img,
  .p-house .scene__item:last-of-type .catch2 figure img {
    margin: 0 4px;
  }

  .p-house .scene__item:not(:last-of-type) .icon {
    margin: 20px 12px 20px 28px;
  }

  .p-house .scene__item:not(:last-of-type) .catch2 {
    min-height: 196px;
  }

  .p-house .scene__item._left .is-hidden2:not(.is-view) {
    transform: translateX(-20px);
  }

  .p-house .scene__item._left .catch::before {
    right: -20px;
    background: url("../images/house/icon/icon-left.svg") no-repeat center
      center/contain;
  }

  .p-house .scene__item._left .catch2::before {
    right: -20px;
    background: url("../images/house/parent/01/icon-arrow.svg") no-repeat center
      center/contain;
  }

  .p-house .scene__item._left .clock {
    right: -108px;
  }

  .p-house .scene__item._left .time {
    left: 324px;
  }

  .p-house .scene__item._right {
    margin-left: auto;
  }

  .p-house .scene__item._right .is-hidden2:not(.is-view) {
    transform: translateX(20px);
  }

  .p-house .scene__item._right .catch::before {
    left: -20px;
    background: url("../images/house/icon/icon-right.svg") no-repeat center
      center/contain;
  }

  .p-house .scene__item._right .catch2::before {
    left: -20px;
    background: url("../images/house/parent/01/icon-arrow.svg") no-repeat center
      center/contain;
  }

  .p-house .scene__item._right .clock {
    left: -108px;
  }

  .p-house .scene__item._right .time {
    left: 24px;
  }

  .p-house .scene__catch {
    border: 4px solid #d5d5d5;
    border-radius: 76px;
  }

  .p-house .scene__catch dl,
  .p-house .scene__catch2 dl {
    padding: 12px 0;
  }

  .p-house .scene__catch dt,
  .p-house .scene__catch2 dt {
    font-size: 16px;
  }

  .p-house .scene__catch dd,
  .p-house .scene__catch2 dd {
    font-size: 15px;
    line-height: 1.3333333333em;
  }

  .p-house .scene__catch p,
  .p-house .scene__catch2 p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .p-house .scene__txt {
    margin: 20px 0 0;
  }

  .p-house .scene__txt dt {
    font-size: 18px;
    line-height: 1.5555555556em;
  }

  .p-house .scene__txt dd {
    font-size: 14.9px;
    line-height: 1.6em;
  }

  .p-house .scene__txt figure {
    margin: 20px 0;
  }

  .p-house .scene__txt a {
    font-size: 16px;
    height: 44px;
    border-radius: 22px;
  }

  .p-house .scene__info {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}

@media screen and (max-width: 767px) {
  .p-house .scene {
    padding: 40px 24px;
  }

  .p-house .scene h2 img {
    height: 52px;
  }

  .p-house .scene h3 {
    padding-bottom: 4px;
  }

  .p-house .scene h3 svg {
    width: 176px;
    height: 36px;
  }

  .p-house .scene nav {
    margin: 20px 0;
  }

  .p-house .scene nav a {
    display: flex;
    align-items: center;
    margin: 12px 0;
  }

  .p-house .scene nav a img {
    width: 56px;
    border: 2px solid #d5d5d5;
    border-radius: 50%;
  }

  .p-house .scene nav a span {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 16px;
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2307692308em;
    border: 2px solid #000;
    border-radius: 76px;
  }

  .p-house .scene nav a span::before,
  .p-house .scene nav a span::after {
    content: "";
    position: absolute;
    display: block;
  }

  .p-house .scene nav a span::before {
    left: -8px;
    top: 50%;
    width: 11px;
    height: 6px;
    background: url("../images/house/icon/icon-line.svg") no-repeat center
      center/contain;
  }

  .p-house .scene nav a span::after {
    top: 50%;
    right: 16px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    transform: translateY(-25%);
  }

  .p-house .scene__start {
    top: -16px;
    text-align: center;
  }

  .p-house .scene__lead {
    padding: 16px 0;
    font-size: 13px;
    line-height: 1.5384615385em;
  }

  .p-house .scene__figure {
    padding: 0 20px;
  }

  .p-house .scene__box {
    padding-top: 12px;
    padding-left: 68px;
  }

  .p-house .scene__box::before {
    top: -12px;
    left: 26px;
    width: 3px;
    height: calc(100% - 8vw);
  }

  .p-house .scene__item {
    padding-top: 80px;
  }

  .p-house .scene__item .catch::before,
  .p-house .scene__item .catch2::before {
    bottom: 16px;
    left: -12px;
    width: 34px;
    height: 21px;
  }

  .p-house .scene__item .catch::before {
    background: url("../images/house/icon/icon-right.svg") no-repeat center
      center/contain;
  }

  .p-house .scene__item .catch2::before {
    background: url("../images/house/parent/01/icon-arrow.svg") no-repeat center
      center/contain;
  }

  .p-house .scene__item .clock {
    top: 108px;
    left: -68px;
    width: 56px;
    height: 56px;
  }

  .p-house .scene__item .time {
    left: 0;
    top: -12px;
    transform: scale(0.6);
  }

  .p-house .scene__item .icon {
    width: 56px;
    height: 56px;
    border: 2px solid #d5d5d5;
  }

  .p-house .scene__item .is-hidden2:not(.is-view) {
    transform: translateX(20px);
  }

  .p-house .scene__item:first-of-type {
    margin-top: -80px;
  }

  .p-house .scene__item:not(:first-of-type) {
    margin-top: -48px;
  }

  .p-house .scene__item:last-of-type .clock {
    top: auto;
    bottom: 24px;
  }

  .p-house .scene__item:last-of-type .catch,
  .p-house .scene__item:last-of-type .catch2 {
    padding: 24px 20px;
  }

  .p-house .scene__item:last-of-type .catch figure,
  .p-house .scene__item:last-of-type .catch2 figure {
    padding: 12px 0;
  }

  .p-house .scene__item:last-of-type .catch figure img,
  .p-house .scene__item:last-of-type .catch2 figure img {
    margin: 0 4px;
  }

  .p-house .scene__item:not(:last-of-type) .catch {
    padding: 12px;
  }

  .p-house .scene__item:not(:last-of-type) .catch2 {
    padding: 12px 12px 12px 16px;
  }

  .p-house .scene__item:not(:last-of-type) .icon {
    margin-right: 8px;
  }

  .p-house .scene__item:not(:last-of-type) .catch2 {
    margin: 0 -12px;
    height: 36vw;
  }

  .p-house .scene__catch {
    border: 3px solid #d5d5d5;
    border-radius: 60px;
  }

  .p-house .scene__catch dt,
  .p-house .scene__catch2 dt {
    font-size: 13px;
    line-height: 1.5384615385em;
  }

  .p-house .scene__catch dd,
  .p-house .scene__catch2 dd {
    font-size: 13px;
    line-height: 1.3846153846em;
  }

  .p-house .scene__catch p,
  .p-house .scene__catch2 p {
    font-size: 13px;
    line-height: 1.3846153846em;
  }

  .p-house .scene__txt {
    margin-top: 12px;
  }

  .p-house .scene__txt dt {
    font-size: 14px;
    line-height: 1.4285714286em;
  }

  .p-house .scene__txt dd {
    font-size: 13px;
    line-height: 1.3846153846em;
  }

  .p-house .scene__txt figure {
    margin: 12px 0;
  }

  .p-house .scene__txt a {
    height: 38px;
    font-size: 13px;
    border-radius: 19px;
  }

  .p-house .scene__info {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}

.p-house .p-pair .scene nav a span::after {
  border-top-color: #1f72d0;
}

.p-house .p-pair .scene h3 path {
  fill: #1f72d0;
}

.p-house .p-pair .scene__box::before {
  background: #dee3ea;
}

.p-house .p-pair .scene__catch dt,
.p-house .p-pair .scene__catch p {
  color: #1f72d0;
}

.p-house .p-pair .scene__txt a {
  background: #1f72d0;
}

@media screen and (min-width: 768px), print {
  .p-house .p-pair .scene__start {
    top: 20px;
    right: 224px;
  }

  .p-house .p-pair .scene._01 > figure ._01 {
    top: 12px;
    right: 216px;
  }

  .p-house .p-pair .scene._01 > figure ._02 {
    bottom: 56px;
    left: 368px;
  }

  .p-house .p-pair .scene._01 > figure ._03 {
    bottom: -24px;
    left: -28px;
  }

  .p-house .p-pair .scene._02 > figure {
    margin-top: 40px;
  }

  .p-house .p-pair .scene._02 > figure ._01 {
    top: -88px;
    left: 0;
  }

  .p-house .p-pair .scene._02 > figure ._02 {
    top: -112px;
    right: 44px;
  }

  .p-house .p-pair .scene._02 > figure ._03 {
    bottom: -28px;
    left: 268px;
  }

  .p-house .p-pair .scene._02 > figure ._04 {
    bottom: -28px;
    right: 236px;
  }

  .p-house .p-pair .scene._03 > figure ._01 {
    bottom: 20px;
    left: 116px;
  }

  .p-house .p-pair .scene._03 > figure ._02 {
    bottom: 20px;
    right: 16px;
  }

  .p-house .p-pair .scene__box._01 ._01 {
    margin-top: -140px;
  }

  .p-house .p-pair .scene__box._01 ._02 {
    margin-top: -100px;
  }

  .p-house .p-pair .scene__box._01 ._03 {
    margin-top: -700px;
  }

  .p-house .p-pair .scene__box._01 ._04 {
    margin-top: -244px;
  }

  .p-house .p-pair .scene__box._02 ._01 {
    margin-top: -148px;
  }

  .p-house .p-pair .scene__box._02 ._02 {
    margin-top: -612px;
  }

  .p-house .p-pair .scene__box._02 ._03 {
    margin-top: -580px;
  }

  .p-house .p-pair .scene__box._02 ._04 {
    margin-top: -388px;
  }

  .p-house .p-pair .scene__box._02 ._05 {
    margin-top: -392px;
  }

  .p-house .p-pair .scene__box._03 ._01 {
    margin-top: -128px;
  }

  .p-house .p-pair .scene__box._03 ._02 {
    margin-top: -484px;
  }

  .p-house .p-pair .scene__box._03 ._03 {
    margin-top: -344px;
  }

  .p-house .p-pair .scene h3 {
    border-bottom: 3px solid #1f72d0;
  }

  .p-house .p-pair .scene__catch dt {
    border-bottom: 3px solid #1f72d0;
  }
}

@media screen and (max-width: 767px) {
  .p-house .p-pair .scene h3 {
    border-bottom: 2px solid #1f72d0;
  }

  .p-house .p-pair .scene__catch dt {
    border-bottom: 2px solid #1f72d0;
  }

  .p-house .p-pair .scene__box._01 ._02 .clock {
    top: 124px;
  }

  .p-house .p-pair .scene__box._03 ._02 .clock {
    top: 124px;
  }
}

.p-house .p-child .scene nav a span::after {
  border-top-color: #cf3472;
}

.p-house .p-child .scene h3 path {
  fill: #cf3472;
}

.p-house .p-child .scene__box::before {
  background: #dee3ea;
}

.p-house .p-child .scene__catch dt,
.p-house .p-child .scene__catch p {
  color: #cf3472;
}

.p-house .p-child .scene__txt a {
  background: #cf3472;
}

@media screen and (min-width: 768px), print {
  .p-house .p-child .scene__start {
    top: 20px;
    right: 236px;
  }

  .p-house .p-child .scene._01 > figure {
    margin-top: 48px;
  }

  .p-house .p-child .scene._01 > figure ._01 {
    top: -40px;
    left: -44px;
  }

  .p-house .p-child .scene._01 > figure ._02 {
    top: -44px;
    right: 348px;
  }

  .p-house .p-child .scene._01 > figure ._03 {
    bottom: -32px;
    right: 4px;
  }

  .p-house .p-child .scene._02 > figure {
    margin-top: 40px;
  }

  .p-house .p-child .scene._02 > figure ._01 {
    top: 172px;
    left: -24px;
  }

  .p-house .p-child .scene._02 > figure ._02 {
    bottom: 4px;
    right: 8px;
  }

  .p-house .p-child .scene._03 > figure ._01 {
    top: -4px;
    left: 316px;
  }

  .p-house .p-child .scene._03 > figure ._02 {
    top: -16px;
    right: 0;
  }

  .p-house .p-child .scene__box._01 ._01 {
    margin-top: -148px;
  }

  .p-house .p-child .scene__box._01 ._02 {
    margin-top: -468px;
  }

  .p-house .p-child .scene__box._01 ._03 {
    margin-top: -100px;
  }

  .p-house .p-child .scene__box._01 ._03 figure img {
    width: 189px;
  }

  .p-house .p-child .scene__box._01 ._04 {
    margin-top: -392px;
  }

  .p-house .p-child .scene__box._02 ._01 {
    margin-top: -136px;
  }

  .p-house .p-child .scene__box._02 ._02 {
    margin-top: -472px;
  }

  .p-house .p-child .scene__box._02 ._03 {
    margin-top: -400px;
  }

  .p-house .p-child .scene__box._03 ._01 {
    margin-top: -136px;
  }

  .p-house .p-child .scene__box._03 ._02 {
    margin-top: -516px;
  }

  .p-house .p-child .scene__box._03 ._03 {
    margin-top: -368px;
  }

  .p-house .p-child .scene h3 {
    border-bottom: 3px solid #cf3472;
  }

  .p-house .p-child .scene__catch dt {
    border-bottom: 3px solid #cf3472;
  }
}

@media screen and (max-width: 767px) {
  .p-house .p-child .scene h3 {
    border-bottom: 2px solid #cf3472;
  }

  .p-house .p-child .scene__catch dt {
    border-bottom: 2px solid #cf3472;
  }

  .p-house .p-child .scene__box._01 ._02 .clock,
  .p-house .p-child .scene__box._01 ._03 .clock {
    top: 140px;
  }

  .p-house .p-child .scene__box._02 ._01 .clock {
    top: 140px;
  }

  .p-house .p-child .scene__box._03 ._01 .clock {
    top: 140px;
  }

  .p-house .p-child .scene__box._03 ._02 .clock {
    top: 124px;
  }
}

.p-house .p-adult .scene nav a span::after {
  border-top-color: #098a10;
}

.p-house .p-adult .scene h3 path {
  fill: #098a10;
}

.p-house .p-adult .scene__box::before {
  background: #dee3ea;
}

.p-house .p-adult .scene__catch dt,
.p-house .p-adult .scene__catch p {
  color: #098a10;
}

.p-house .p-adult .scene__txt a {
  background: #098a10;
}

@media screen and (min-width: 768px), print {
  .p-house .p-adult .scene__start {
    top: 20px;
    left: 224px;
  }

  .p-house .p-adult .scene._01 > figure {
    margin-top: 72px;
  }

  .p-house .p-adult .scene._01 > figure ._01 {
    top: -56px;
    left: 76px;
  }

  .p-house .p-adult .scene._01 > figure ._02 {
    top: -56px;
    right: 8px;
  }

  .p-house .p-adult .scene._01 > figure ._03 {
    top: 140px;
    left: -24px;
  }

  .p-house .p-adult .scene._02 > figure {
    margin-top: 40px;
  }

  .p-house .p-adult .scene._02 > figure ._01 {
    top: -108px;
    right: 40px;
  }

  .p-house .p-adult .scene._02 > figure ._02 {
    bottom: 20px;
    left: 200px;
  }

  .p-house .p-adult .scene._03 > figure {
    margin-top: 52px;
  }

  .p-house .p-adult .scene._03 > figure ._01 {
    top: -20px;
    left: 364px;
  }

  .p-house .p-adult .scene._03 > figure ._02 {
    bottom: 32px;
    right: 320px;
  }

  .p-house .p-adult .scene__box._01 ._01 {
    margin-top: -140px;
  }

  .p-house .p-adult .scene__box._01 ._02 {
    margin-top: -496px;
  }

  .p-house .p-adult .scene__box._01 ._03 {
    margin-top: -100px;
  }

  .p-house .p-adult .scene__box._01 ._04 {
    margin-top: -396px;
  }

  .p-house .p-adult .scene__box._02 ._01 {
    margin-top: -128px;
  }

  .p-house .p-adult .scene__box._02 ._02 {
    margin-top: -580px;
  }

  .p-house .p-adult .scene__box._02 ._03 {
    margin-top: -372px;
  }

  .p-house .p-adult .scene__box._03 ._01 {
    margin-top: -128px;
  }

  .p-house .p-adult .scene__box._03 ._02 {
    margin-top: -632px;
  }

  .p-house .p-adult .scene__box._03 ._03 {
    margin-top: -368px;
  }

  .p-house .p-adult .scene h3 {
    border-bottom: 3px solid #098a10;
  }

  .p-house .p-adult .scene__catch dt {
    border-bottom: 3px solid #098a10;
  }
}

@media screen and (max-width: 767px) {
  .p-house .p-adult .scene h3 {
    border-bottom: 2px solid #098a10;
  }

  .p-house .p-adult .scene__catch dt {
    border-bottom: 2px solid #098a10;
  }

  .p-house .p-adult .scene__box._01 ._01 .clock,
  .p-house .p-adult .scene__box._01 ._02 .clock {
    top: 124px;
  }
}

.p-house .p-parent .scene nav a span::after {
  border-top-color: #be5a17;
}

.p-house .p-parent .scene h3 path {
  fill: #be5a17;
}

.p-house .p-parent .scene__box::before {
  background: #dee3ea;
}

.p-house .p-parent .scene__catch dt,
.p-house .p-parent .scene__catch p,
.p-house .p-parent .scene__catch2 dt,
.p-house .p-parent .scene__catch2 p {
  color: #be5a17;
}

.p-house .p-parent .scene__txt a {
  background: #be5a17;
}

@media screen and (min-width: 768px), print {
  .p-house .p-parent .scene__start {
    top: 20px;
    left: 236px;
  }

  .p-house .p-parent .scene._01 > figure {
    margin-top: 92px;
  }

  .p-house .p-parent .scene._01 > figure ._01 {
    top: -68px;
    left: 296px;
  }

  .p-house .p-parent .scene._01 > figure ._02 {
    bottom: -32px;
    left: -12px;
  }

  .p-house .p-parent .scene._01 > figure ._03 {
    bottom: 12px;
    right: -8px;
  }

  .p-house .p-parent .scene._02 > figure {
    margin-top: 40px;
  }

  .p-house .p-parent .scene._02 > figure ._01 {
    top: 24px;
    left: 40px;
  }

  .p-house .p-parent .scene._02 > figure ._02 {
    bottom: 4px;
    right: 0;
  }

  .p-house .p-parent .scene._03 > figure ._01 {
    top: -8px;
    left: 180px;
  }

  .p-house .p-parent .scene._03 > figure ._02 {
    bottom: 12px;
    left: 276px;
  }

  .p-house .p-parent .scene._03 > figure ._03 {
    bottom: 16px;
    right: 0;
  }

  .p-house .p-parent .scene__box._01 ._01,
  .p-house .p-parent .scene__box._01 ._02,
  .p-house .p-parent .scene__box._01 ._03,
  .p-house .p-parent .scene__box._01 ._04,
  .p-house .p-parent .scene__box._01 ._06,
  .p-house .p-parent .scene__box._01 ._07,
  .p-house .p-parent .scene__box._01 ._08 {
    margin-top: -160px;
  }

  .p-house .p-parent .scene__box._01 ._05 {
    margin-top: -100px;
  }

  .p-house .p-parent .scene__box._01 ._09 {
    margin-top: -420px;
  }

  .p-house .p-parent .scene__box._01 ._09 .clock {
    top: 380px;
  }

  .p-house .p-parent .scene__box._02 ._01 {
    margin-top: -148px;
  }

  .p-house .p-parent .scene__box._02 ._02 {
    margin-top: -528px;
  }

  .p-house .p-parent .scene__box._02 ._03 {
    margin-top: -332px;
  }

  .p-house .p-parent .scene__box._02 ._03 .clock {
    top: 400px;
  }

  .p-house .p-parent .scene__box._03 ._01 {
    margin-top: -136px;
  }

  .p-house .p-parent .scene__box._03 ._02 {
    margin-top: -516px;
  }

  .p-house .p-parent .scene__box._03 ._03 {
    margin-top: -100px;
  }

  .p-house .p-parent .scene__box._03 ._04 {
    margin-top: -360px;
  }

  .p-house .p-parent .scene h3 {
    border-bottom: 3px solid #be5a17;
  }

  .p-house .p-parent .scene__catch dt,
  .p-house .p-parent .scene__catch2 dt {
    border-bottom: 3px solid #be5a17;
  }
}

@media screen and (max-width: 767px) {
  .p-house .p-parent .scene h3 {
    border-bottom: 2px solid #be5a17;
  }

  .p-house .p-parent .scene__catch dt,
  .p-house .p-parent .scene__catch2 dt {
    border-bottom: 2px solid #be5a17;
  }

  .p-house .p-parent .scene__box._01 ._01 .clock,
  .p-house .p-parent .scene__box._01 ._05 .clock {
    top: 100px;
  }

  .p-house .p-parent .scene__box._02 ._01 .clock {
    top: 124px;
  }

  .p-house .p-parent .scene__box._03 ._01 .clock,
  .p-house .p-parent .scene__box._03 ._02 .clock {
    top: 124px;
  }
}

.p-house .p-nursing .anchor {
  display: block;
  padding-top: 84px;
  margin-top: -84px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.p-house .p-nursing .scene__lead {
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__lead {
    margin-bottom: 8px;
  }
}

.p-house .p-nursing .scene__figure {
  text-align: center;
  margin-bottom: 67px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__figure {
    padding: 0;
    margin-bottom: 60px;
  }
}

.p-house .p-nursing .scene-bg {
  margin: 0 0 80px;
  background: #f3f3f3;
  padding: 14px 0;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene-bg {
    margin: 0 0 12px;
    padding: 0;
  }
}

.p-house .p-nursing .scene__btn {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #7745a2;
  padding: 14px 30px 13px;
  border-radius: 999999px;
  position: relative;
}

.p-house .p-nursing .scene__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  right: 18px;
  top: calc(50% - 6px);
}

@media (min-width: 768px) {
  .p-house .p-nursing .scene__btn {
    transition: 0.3s ease;
  }

  .p-house .p-nursing .scene__btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__btn {
    font-size: 13px;
    padding: 13px 25px 12px;
  }

  .p-house .p-nursing .scene__btn:after {
    width: 8px;
    height: 8px;
    right: 16px;
    top: calc(50% - 4px);
  }
}

.p-house .p-nursing .scene__btn-txt {
  color: #7745a2;
  text-decoration: underline;
}

.p-house .p-nursing .scene__btn-txt .ic img {
  vertical-align: baseline;
}

.p-house .p-nursing .scene__support-ttl {
  text-align: center;
  padding: 0;
  margin-bottom: 16px;
}

.p-house .p-nursing .scene__support-ttl .ttl {
  color: #7745a2;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5333333333;
  position: relative;
  display: inline-block;
  padding: 0 28px;
}

.p-house .p-nursing .scene__support-ttl .ttl:before,
.p-house .p-nursing .scene__support-ttl .ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 40px;
  background: #7745a2;
  bottom: 4px;
}

.p-house .p-nursing .scene__support-ttl .ttl:before {
  left: 0;
  transform: rotate(-45deg);
}

.p-house .p-nursing .scene__support-ttl .ttl:after {
  right: 0;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-ttl {
    margin-bottom: 12px;
  }

  .p-house .p-nursing .scene__support-ttl .ttl {
    font-size: 18px;
    line-height: 1.2222222222;
    padding: 0 24px;
  }

  .p-house .p-nursing .scene__support-ttl .ttl:before,
  .p-house .p-nursing .scene__support-ttl .ttl:after {
    height: 30px;
    bottom: -4px;
  }
}

.p-house .p-nursing .scene__support-ttl02 {
  margin: 49px 0 20px;
  color: #7745a2;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  padding-left: 26px;
}

.p-house .p-nursing .scene__support-ttl02:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7745a2;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-ttl02 {
    font-size: 16px;
    line-height: 1.5;
    margin: 19px 0 15px;
    padding-left: 20px;
  }

  .p-house .p-nursing .scene__support-ttl02:before {
    width: 16px;
    height: 16px;
  }
}

.p-house .p-nursing .scene__support-ttl03 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5333333333;
  text-align: center;
  margin-bottom: 61px;
}

.p-house .p-nursing .scene__support-ttl03 .ttl {
  display: inline;
  border-bottom: solid 4px #7745a2;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-ttl03 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;
  }

  .p-house .p-nursing .scene__support-ttl03 .ttl {
    padding-bottom: 4px;
  }
}

.p-house .p-nursing .scene__support-ttl04 {
  color: #7745a2;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-ttl04 {
    font-size: 18px;
  }
}

.p-house .p-nursing .scene__support-lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-lead {
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-house .p-nursing .scene__support-row {
  display: flex;
  justify-content: space-between;
}

.p-house .p-nursing .scene__support-row--col2 {
  gap: 36px;
}

.p-house .p-nursing .scene__support-row--col3 {
  gap: 39px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-row {
    flex-direction: column;
    align-items: center;
  }

  .p-house .p-nursing .scene__support-row--col2 {
    gap: 16px;
  }

  .p-house .p-nursing .scene__support-row--col3 {
    gap: 16px;
  }
}

.p-house .p-nursing .scene__support-col {
  text-align: center;
}

.p-house .p-nursing .scene__support-col-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-col-ttl {
    margin-top: 14px;
    font-size: 16px;
  }

  .p-house .p-nursing .scene__support-col-ttl + .scene__support-btn {
    margin-top: 17px;
  }
}

.p-house .p-nursing .scene__support-btn {
  max-width: 414px;
  margin: 33px auto 0;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-btn {
    max-width: 259px;
    margin-top: 26px;
  }

  .p-house .p-nursing .scene__support-btn + .scene__support-ttl02 {
    margin-top: 43px;
  }
}

.p-house .p-nursing .scene__support-dl {
  text-align: left;
  margin-top: 12px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7142857143;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-dl {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}

.p-house .p-nursing .scene__support-dt {
  flex-shrink: 0;
}

.p-house .p-nursing .scene__support-img {
  text-align: center;
  margin-top: 18px;
}

.p-house .p-nursing .scene__support-box {
  border: solid 3px #7745a2;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 105px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-box {
    padding: 28px;
    margin-bottom: 57px;
  }
}

.p-house .p-nursing .scene__support-box .scene__support-ttl04 {
  margin-bottom: 15px;
}

.p-house .p-nursing .scene__support-box .scene__support-ttl02 {
  margin: 35px 0 0px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-box .scene__support-ttl02 {
    margin: 19px 0 6px;
  }
}

.p-house .p-nursing .scene__support-box .scene__support-btn {
  margin: 25px auto 0;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-box .scene__support-btn {
    margin: 20px auto 0;
  }
}

.p-house .p-nursing .scene__support-box .scene__support-ttl {
  margin: -80px 0 20px;
}

.p-house .p-nursing .scene__support-box .scene__support-ttl .ttl {
  background: #fff;
}

.p-house .p-nursing .scene__support-box .scene__support-ttl .ttl:before,
.p-house .p-nursing .scene__support-box .scene__support-ttl .ttl:after {
  bottom: -6px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-box .scene__support-ttl {
    margin: -37px 0 28px;
  }

  .p-house .p-nursing .scene__support-box .scene__support-ttl .ttl {
    padding: 0 10px;
    width: 100%;
  }
}

.p-house .p-nursing .scene__support-box + .scene__support-box {
  padding-top: 1px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-box + .scene__support-box {
    margin-bottom: 8px;
  }
}

.p-house .p-nursing .scene__support-box-txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7333333333;
}

.p-house .p-nursing .scene__support-box-txt + .scene__support-box-txt {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-box-txt {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}

.p-house .p-nursing .scene__support-box-row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-box-row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .p-house .p-nursing .scene__support-box-col {
    width: 62%;
  }

  .p-house .p-nursing .scene__support-box-col .scene__support-box-img {
    text-align: right;
    padding-right: 30px;
    margin-bottom: 40px;
  }

  .p-house .p-nursing .scene__support-box-col + .scene__support-box-img {
    width: 31%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-house .p-nursing .scene__support-box-col .scene__support-box-img {
    margin: 11px 0 23px;
  }

  .p-house .p-nursing .scene__support-box-col + .scene__support-box-img {
    text-align: center;
  }

  .p-house .p-nursing .scene__support-box-col + .scene__support-box-img img {
    width: 176px;
  }
}

.p-public .kv {
  position: relative;
  border-bottom: 3px solid #000;
}

.p-public .kv__wrap {
  position: relative;
  margin: auto;
  color: #000;
}

.p-public .kv__lead {
  font-weight: 600;
}

.p-public .kv__lead .kv__lead-ttl {
  font-size: 50px;
  line-height: 1.2;
  margin-top: 0;
  font-weight: bold;
}

.p-public .kv__lead .kv__lead-ttl .small {
  display: block;
  font-size: 60%;
}

.p-public .kv__lead .kv__lead-ttl .large {
  display: block;
}

.p-public .kv__lead .kv__lead-ttl .en {
  display: block;
  font-size: 40%;
  letter-spacing: 0.04em;
}

.p-public .kv__lead p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.85em;
}

.p-public .kv__lead-icon {
  margin-top: 1em;
  width: 50px;
}

@media screen and (min-width: 768px), print {
  .p-public .kv__wrap {
    padding: 65px 0 110px;
    width: 960px;
    position: relative;
  }

  .p-public .kv__lead {
    font-size: 21px;
    line-height: 1.6666666667em;
  }

  .p-public .kv__lead-ttl {
    width: 380px;
  }

  .p-public .kv__img {
    position: absolute;
    top: 30px;
    right: -20px;
  }

  .p-public .kv__arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -26px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-public .kv__wrap {
    padding: 0 20px 60px;
  }

  .p-public .kv__lead {
    font-size: 16px;
    line-height: 2em;
  }

  .p-public .kv__lead .kv__lead-ttl {
    font-size: min(10vw, 54px);
  }

  .p-public .kv__lead-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p-public .kv__img {
    margin-top: 30px;
  }

  .p-public .kv__arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23px;
    margin: 0 auto;
  }
}

.p-public .honne {
  background-color: #efefef;
  border-bottom: 3px solid #000;
}

.p-public .honne__ttl {
  text-align: center;
  font-weight: 600;
}

.p-public .honne__ttl span {
  background-color: #505050;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 6px 60px;
  font-size: 20px;
  border-radius: 20px;
}

.p-public .honne__ttl p {
  color: #000;
  font-size: 40px;
}

.p-public .honne__ttl p i {
  font-size: 28px;
  font-style: normal;
}

.p-public .honne__txt {
  color: #000;
  font-size: 16px;
  line-height: 1.85em;
  font-weight: 600;
}

.p-public .honne__block {
  position: relative;
  margin-top: 56px;
}

.p-public .honne__box.is-view {
  opacity: 0;
  transition: none;
  animation: fadeInUp 1.2s ease-out 0s forwards;
}

.p-public .honne__box.is-view.-order-1 {
  animation-delay: 0.3s;
}

.p-public .honne__box.is-view.-order-2 {
  animation-delay: 0.6s;
}

.p-public .honne__box.is-view.-order-3 {
  animation-delay: 0.9s;
}

.p-public .honne__box.is-view.-order-4 {
  animation-delay: 1.2s;
}

.p-public .honne__box.is-view.-order-5 {
  animation-delay: 1.5s;
}

.p-public .honne__box.is-view.-order-6 {
  animation-delay: 1.8s;
}

.p-public .honne__box.is-view.-order-7 {
  animation-delay: 2.1s;
}

.p-public .honne__box.is-view.-order-8 {
  animation-delay: 2.4s;
}

.p-public .honne__box.is-view.-order-9 {
  animation-delay: 2.7s;
}

.p-public .honne__box.is-view svg {
  transition: transform 0.3s;
}

.p-public .honne__box.is-view svg #path01,
.p-public .honne__box.is-view svg #path02,
.p-public .honne__box.is-view svg #path03,
.p-public .honne__box.is-view svg #path04,
.p-public .honne__box.is-view svg #path05,
.p-public .honne__box.is-view svg #path06,
.p-public .honne__box.is-view svg #path07,
.p-public .honne__box.is-view svg #path08,
.p-public .honne__box.is-view svg #path09 {
  fill: #fff;
  transition: fill 0.3s;
}

.p-public .honne__box.is-view svg:hover {
  transform: scale(1.1);
}

.p-public .honne__box.is-view svg:hover #path01 {
  fill: #eae0cf;
}

.p-public .honne__box.is-view svg:hover #path02 {
  fill: #dbe4ee;
}

.p-public .honne__box.is-view svg:hover #path03 {
  fill: #f8f0f3;
}

.p-public .honne__box.is-view svg:hover #path04 {
  fill: #d8ebeb;
}

.p-public .honne__box.is-view svg:hover #path05 {
  fill: #f1e9f5;
}

.p-public .honne__box.is-view svg:hover #path06 {
  fill: #e2f0e9;
}

.p-public .honne__box.is-view svg:hover #path07 {
  fill: #e5e6d2;
}

.p-public .honne__box.is-view svg:hover #path08 {
  fill: #f0dede;
}

.p-public .honne__box.is-view svg:hover #path09 {
  fill: #f8f5e4;
}

.p-public .honne_movie {
  position: absolute;
  top: 2%;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
}

.p-public .honne_movie:hover {
  transform: scale(1.1);
}

.p-movie.p-public__movie .g-header__note {
  font-size: 12px;
  color: #333;
  margin-left: 1em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 36px;
}
.p-movie.p-public__movie .g-header__note li {
  line-height: 21px;
  clear: both;
  width: 100% !important;
}
.p-movie.p-public__movie .g-header__note li::before {
  content: "※";
  margin-left: -1em;
}

.movie_list_inner .g-header__note {
  text-align: left;
  margin: 0 auto 0 0 !important;
}

.p-movie.p-public__movie .movie_list_inner {
  border: 3px solid #000;
  border-radius: 20px;
  padding: 60px 59px 10px;
}

.p-movie.p-public__movie .movie_list_inner:not(:first-of-type) {
  margin-top: 56px;
}

.p-movie.p-public__movie .inner_content .movie_list h2 span.blue_dots {
  color: #0075bf;
  margin: 0 10px 0 0;
}

.p-movie.p-public__movie .movie_list_inner .movie_list_text {
  font-size: 16px;
  margin-bottom: 44px;
}

@media screen and (min-width: 768px), print {
  .p-public .honne__wrap {
    padding: 90px 0 0;
    width: 840px;
    height: 1740px;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

  .p-public .honne__box {
    position: absolute;
    margin: 0 auto;
    width: 300px;
  }

  .p-public .honne__box svg {
    width: 100%;
  }

  .p-public .honne__box.-b00 {
    top: 0;
    left: 0;
    right: 0;
    width: 200px;
  }

  .p-public .honne__box.-b01 {
    top: 30px;
    left: 0;
  }

  .p-public .honne__box.-b02 {
    top: 80px;
    right: 0;
  }

  .p-public .honne__box.-b03 {
    top: 250px;
    right: 0;
    left: 0;
  }

  .p-public .honne__box.-b04 {
    top: 400px;
    left: 40px;
  }

  .p-public .honne__box.-b05 {
    top: 470px;
    right: 0px;
  }

  .p-public .honne__box.-b06 {
    top: 600px;
    right: -70px;
    left: 0;
  }

  .p-public .honne__box.-b07 {
    top: 780px;
    left: 0;
  }

  .p-public .honne__box.-b08 {
    top: 900px;
    right: 30px;
  }

  .p-public .honne__box.-b09 {
    top: 1070px;
    left: 230px;
  }

  .p-public .honne__illust {
    position: absolute;
    margin: 0 auto;
  }

  .p-public .honne__illust.-i01 {
    bottom: -50px;
    left: -80px;
  }

  .p-public .honne__illust.-i02 {
    bottom: -40px;
    right: -38px;
  }

  .p-public .honne__illust.-i03 {
    top: 80px;
    right: -28px;
  }

  .p-public .honne__illust.-i04 {
    top: 10px;
    left: -93px;
  }

  .p-public .honne__illust.-i05 {
    top: 30px;
    right: -60px;
  }

  .p-public .honne__illust.-i06 {
    bottom: -150px;
    left: 60px;
  }

  .p-public .honne__illust.-i07 {
    bottom: -20px;
    right: -34px;
  }

  .p-public .honne__illust.-i08 {
    bottom: -40px;
    right: -90px;
  }

  .p-public .honne__illust.-i09 {
    bottom: -25px;
    left: -40px;
  }

  .p-public .honne__icon {
    position: absolute;
  }

  .p-public .honne__icon.-ic01 {
    top: 60px;
    left: 150px;
  }

  .p-public .honne__icon.-ic02 {
    top: 150px;
    left: 0px;
  }

  .p-public .honne__icon.-ic03 {
    top: 220px;
    left: 40px;
  }

  .p-public .honne__icon.-ic04 {
    top: 200px;
    right: 150px;
  }

  .p-public .honne__icon.-ic04-02 {
    top: 100px;
    right: 50px;
  }

  .p-public .honne__icon.-ic05 {
    top: 280px;
    right: 20px;
  }

  .p-public .honne__icon.-ic06 {
    top: 0;
    left: -90px;
  }

  .p-public .honne__icon.-ic07 {
    top: -27px;
    right: 40px;
  }

  .p-public .honne__icon.-ic08 {
    top: -70px;
    left: -170px;
  }

  .p-public .honne__icon.-ic09 {
    bottom: -140px;
    right: -20px;
  }

  .p-public .honne__icon.-ic10 {
    top: -20px;
    left: 20px;
  }

  .p-public .honne__icon.-ic11 {
    top: 170px;
    left: -10px;
  }

  .p-public .honne__icon.-ic12 {
    top: 20px;
    left: -300px;
  }

  .p-public .honne__icon.-ic13 {
    top: 80px;
    left: -180px;
  }

  .p-public .honne__icon.-ic14 {
    bottom: 80px;
    right: 50px;
  }

  .p-public .honne__icon.-ic14-02 {
    bottom: -25px;
    left: 160px;
    z-index: 1;
  }

  .p-public .honne__icon.-ic15 {
    bottom: 120px;
    right: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-public .honne__wrap {
    padding: 60px 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .p-public .honne__block {
    margin-top: 40px;
  }

  .p-public .honne__ttl span {
    padding: 6px 20px;
    font-size: 18px;
  }

  .p-public .honne__ttl p {
    color: #000;
    font-size: 36px;
  }

  .p-public .honne__ttl p i {
    font-size: 26px;
    font-style: normal;
  }

  .p-public .honne__txt {
    font-size: 16px;
    line-height: 2.1875em;
    font-weight: 600;
  }

  .p-public .honne__box {
    width: 80%;
    display: block;
    position: relative;
    margin-top: 30px;
  }

  .p-public .honne__box svg {
    width: 100%;
  }

  .p-public .honne__box:nth-child(odd) {
    margin-right: 0;
    margin-left: auto;
  }

  .p-public .honne__box:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
  }

  .p-public .honne__box.-b00 {
    width: 100%;
  }

  .p-public .honne__box.-b00 img {
    width: 180px;
  }

  .p-public .honne__box .user__icon {
    display: none;
  }

  .p-public .honne__illust {
    position: absolute;
  }

  .p-public .honne__illust.-i01 {
    bottom: 0;
    right: -60px;
    width: 110px;
  }

  .p-public .honne__illust.-i02 {
    bottom: 0;
    left: -10px;
    width: 68px;
  }

  .p-public .honne__illust.-i03 {
    bottom: 0;
    right: -30px;
    width: 76px;
  }

  .p-public .honne__illust.-i04 {
    bottom: -10px;
    left: -80px;
    width: 120px;
  }

  .p-public .honne__illust.-i05 {
    bottom: 0;
    right: -50px;
    width: 100px;
  }

  .p-public .honne__illust.-i06 {
    bottom: -10px;
    left: -28px;
    width: 65px;
  }

  .p-public .honne__illust.-i07 {
    bottom: -10px;
    right: -40px;
    width: 100px;
  }

  .p-public .honne__illust.-i08 {
    bottom: 10px;
    left: -70px;
    width: 100px;
  }

  .p-public .honne__illust.-i09 {
    bottom: -10px;
    right: -40px;
    width: 70px;
  }

  .p-public .honne__icon {
    position: absolute;
    width: 60px;
  }

  .p-public .honne__icon.-sp01 {
    top: -100px;
    left: 40px;
  }

  .p-public .honne__icon.-sp02 {
    top: -40px;
    right: -50px;
  }

  .p-public .honne__icon.-sp03 {
    top: 80px;
    left: -80px;
  }

  .p-public .honne__icon.-sp04 {
    top: -30px;
    right: -80px;
  }

  .p-public .honne__icon.-sp05 {
    bottom: -30px;
    left: 0;
  }

  .p-public .honne__icon.-sp06 {
    bottom: -30px;
    right: -5px;
  }

  .p-public .honne__icon.-sp07 {
    top: -30px;
    right: 0px;
  }

  .p-public .honne__icon.-sp08 {
    bottom: -80px;
    left: 80px;
    z-index: 1;
  }

  .p-public .honne_movie {
    position: static;
    width: 202px;
    margin: 20px auto 0;
  }

  .p-movie.p-public__movie .movie_list_inner {
    display: contents;
  }
}

.p-public .cont {
  position: relative;
}

.p-public .cont__wrap {
  position: relative;
  margin: auto;
}

.p-public .cont__ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.p-public .cont__box,
.p-public .cont__box02,
.p-public .cont__box03,
.p-public .cont__box_ud {
  margin-top: 40px;
  display: block;
  position: relative;
  box-sizing: border-box;
  border-radius: 20px;
  border: 3px solid #505050;
  padding: 45px 30px;
  font-weight: 600;
  background-color: #fff;
}

.p-public .cont__box p,
.p-public .cont__box02 p,
.p-public .cont__box03 p,
.cont__box_ud p {
  font-size: 30px;
  line-height: 1.0833333333em;
  color: #000;
  display: inline-block;
}

.p-public .cont__box p em,
.p-public .cont__box02 p em,
.p-public .cont__box03 p em {
  font-size: 15px;
  font-weight: bold;
}

.p-public .cont__box02 p.cont__box_title_center {
  display: block;
  text-align: center;
}

.p-public .cont__box p i,
.p-public .cont__box02 p i,
.p-public .cont__box03 p i,
.p-public .cont__box_ud p i {
  font-style: normal;
  font-size: 28px;
}

.p-public .cont__box span,
.p-public .cont__box02 span,
.p-public .cont__box03 span {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 5px solid #d5d5d5;
  display: block;
  font-size: 14px;
}

.p-public .cont__box02.cont__small p {
  font-size: 25px;
  line-height: 30px;
}

.p-public .cont__box02.cont__small p em {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-public .cont__box_ud span {
    margin: -10px 150px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    border-left: 5px solid #d5d5d5;
    display: block;
    font-size: 16px;
    float: right;
    width: 500px;
    line-height: 1.6;
  }
}

.p-public .cont__box-arrow,
.p-public .cont__box02-arrow,
.p-public .cont__box03-arrow {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-public .cont__box-ud-arrow {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-public .cont__box,
.p-public .cont__box01,
.p-public .cont__box02,
.p-public .cont__box03 {
  position: relative;
  min-height: 307px;
}

.p-public .cont__box span {
  width: 180px;
}

.p-public .cont__box02 span {
  width: 100%;
}

.p-public .cont__box03 span {
  width: 240px;
}

.p-public .cont__box-kukan,
.p-public .cont__box-honne,
.p-public .cont__box-data,
.p-public .cont__box-ud-data,
.p-public .cont__box-books,
.p-public .cont__box-movie {
  position: absolute;
  right: -170px;
  top: 6px;
}

.p-public .cont__box-data {
  right: -60px;
  top: 70px;
}

.p-public .cont__box-kukan {
  width: 400px;
  right: -150px;
}

.p-public .cont__box-casestudy {
  position: absolute;
  right: -30px;
  top: 80px;
}

.p-public .cont__box-honne02 {
  position: absolute;
  right: -20px;
  top: 70px;
}

.p-public .cont__box-books {
  width: 110px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.p-public .cont__box-movie {
  width: 141px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .p-public .cont__box-ud-data {
    right: -30px;
    top: -10px;
    width: 200px;
  }
}

.p-public .cont__box-honne {
  right: -20px;
  top: 100px;
}

.p-public .cont__box02 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.p-public .cont__box03 {
  padding-top: 20px;
  padding-bottom: 65px;
}

.p-public .cont__box03 p {
  font-size: 25px;
  line-height: 1.3em;
}

.p-public .cont__box03 p em {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}

.p-public .cont__box03 .cont__box-book {
  width: 13%;
  position: absolute;
  top: 10px;
  right: 14px;
}

@media screen and (min-width: 768px), print {
  .p-public .cont__wrap {
    padding: 65px 0 75px;
    width: 960px;
    position: relative;
  }

  .p-public .cont__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-public .cont__box,
  .p-public .cont__box02,
  .p-public .cont__box03 {
    width: 460px;
    transition: opacity 0.3s, transform 0.3s;
  }

  .p-public .cont__box.cont__small,
  .p-public .cont__box02.cont__small,
  .p-public .cont__box03.cont__small {
    width: 305px;
  }

  .p-public .cont__box_ud {
    width: 960px;
    transition: opacity 0.3s, transform 0.3s;
  }

  .p-public .cont__box:hover,
  .p-public .cont__box02:hover,
  .p-public .cont__box03:hover,
  .p-public .cont__box_ud:hover {
    transform: scale(1.1);
  }

  .p-public .cont__icon {
    position: absolute;
  }

  .p-public .cont__icon.-ic16 {
    top: 30px;
    right: 100px;
  }

  .p-public .cont__icon.-ic17 {
    top: 230px;
    left: -100px;
  }

  .p-public .cont__icon.-ic18 {
    top: 450px;
    left: -150px;
  }

  .p-public .cont__icon.-ic19 {
    top: 720px;
    left: -80px;
  }

  .p-public .cont__icon.-ic20 {
    top: 620px;
    right: -100px;
  }
}

@media screen and (max-width: 767px) {
  .p-public .cont__wrap {
    padding: 35px 20px;
    overflow: hidden;
  }

  .p-public .cont__box,
  .p-public .cont__box02,
  .p-public .cont__box03,
  .p-public .cont__box_ud {
    padding: 20px 20px 0;
  }

  .p-public .cont__box p,
  .p-public .cont__box02 p,
  .p-public .cont__box03 p,
  .p-public .cont__box_ud p {
    font-size: 22px;
  }

  .p-public .cont__box p i,
  .p-public .cont__box02 p i,
  .p-public .cont__box03 p i,
  .p-public .cont__box_ud p i {
    font-size: 22px;
  }

  .p-public .cont__box02 p.cont__box_title_center {
    display: block;
    text-align: left;
  }

  .p-public .cont__box span,
  .p-public .cont__box02 span,
  .p-public .cont__box03 span,
  .p-public .cont__box_ud span {
    margin-top: 15px;
    padding-top: 15px;
    line-height: 1.7;
    border-top: 5px solid #d5d5d5;
    display: block;
    font-size: 14px;
  }

  .p-public .cont__box-arrow,
  .p-public .cont__box02-arrow,
  .p-public .cont__box03-arrow,
  .p-public .cont__box_ud-arrow {
    position: absolute;
    top: 40px;
    right: 20px;
    left: auto;
    bottom: auto;
    transform: rotate(-90deg);
    width: 24px;
  }

  .p-public .cont__box {
    position: relative;
  }

  .p-public .cont__box span {
    width: auto;
  }

  .p-public .cont__box-kukan,
  .p-public .cont__box-data,
  .p-public .cont__box-ud-data {
    position: static;
    text-align: center;
    display: block;
    margin: 10px auto 20px;
  }

  .p-public .cont__box-data {
    width: 230px;
  }

  .p-public .cont__box-ud-data {
    width: 230px;
  }

  .p-public .cont__box-kukan {
    position: absolute;
    right: 0;
    bottom: -28px;
    top: auto;
    left: 0;
    margin: 0 auto;
    width: 284px;
  }

  .p-public .cont__box-casestudy {
    position: absolute;
    right: 0;
    bottom: -28px;
    top: auto;
    left: 0;
    margin: 0 auto;
    width: 220px;
  }

  .p-public .cont__boxH {
    padding-bottom: 200px;
  }

  .p-public .cont__box-honne {
    right: 0;
    bottom: -18px;
    top: auto;
    left: 0;
    margin: 0 auto;
  }

  .p-public .cont__box-honne02 {
    right: 0;
    bottom: -18px;
    top: auto;
    left: 0;
    margin: 0 auto;
  }

  .p-public .cont__box01 {
    padding-bottom: 20px;
  }

  .p-public .cont__box01 span {
    padding-top: 20px;
  }

  .p-public .cont__box01 {
    padding-bottom: 205px;
  }

  .p-public .cont__box02 {
    padding-bottom: 30px;
  }

  .p-public .cont__box02 .cont__box-arrow {
    top: 40px;
  }

  .p-public .cont__box03 {
    padding-bottom: 90px;
  }

  .p-public .cont__box03 .cont__box-arrow {
    top: 50px;
  }

  .p-public .cont__box03 p {
    font-size: 24px;
  }

  .p-public .cont__box03 p em {
    font-size: 18px;
  }

  .p-public .cont__box03 span {
    margin-top: 10px;
  }

  .p-public .cont__box03 .cont__box-book {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
  }

  .p-public .cont__icon {
    width: 60px;
    position: absolute;
  }

  .p-public .cont__icon.-sp10 {
    width: 80px;
    top: 65px;
    left: 40px;
  }

  .p-public .cont__icon.-sp11 {
    top: 30px;
    right: 30px;
  }

  .p-public .cont__icon.-sp12 {
    right: 40px;
    bottom: -10px;
  }

  .p-public .cont__icon.-sp13 {
    left: 20px;
    bottom: -20px;
  }

  .p-public .cont__box,
  .p-public .cont__box01,
  .p-public .cont__box02,
  .p-public .cont__box03 {
    min-height: auto;
  }

  .p-public .cont__box-books {
    width: 85px;
    right: 50%;
    top: auto;
    transform: translateX(50%);
    bottom: -28px;
  }
  .p-public .cont__box-movie {
    width: 90px;
    right: 50%;
    top: auto;
    bottom: -25px;
    transform: translateX(50%);
  }
}

.p-public .user {
  position: relative;
  color: #000;
}

.p-public .user__kv {
  padding: 40px 0 90px;
  z-index: 3;
  position: relative;
}

.p-public .user__kv::after {
  position: absolute;
  top: 0;
  height: 546px;
  width: 100%;
  content: "";
  background-color: rgba(119, 74, 0, 0.2);
  z-index: -1;
}

.p-public .user__ttl {
  font-size: 20px;
}

.p-public .user__ttl p {
  font-weight: 600;
}

.p-public .user__ttl em {
  line-height: 1.2;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  position: relative;
}

.p-public .user__ttl em .i02 {
  font-size: 32px;
  font-style: normal;
}

.p-public .user__ttl em i {
  font-size: 25px;
  font-style: normal;
}

.p-public .user__ttl em::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #774a00;
  bottom: -5px;
  left: 0;
}

.p-public .user__ttl span {
  display: block;
  font-weight: 600;
  margin-top: 5px;
}

.p-public .user__ttl + img {
  z-index: 4;
  position: relative;
}

.p-public .user__wrap,
.p-public .user__cont {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.p-public .user__lead {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.p-public .user__honne {
  margin-top: -20px;
}

.p-public .user__honne img {
  width: 600px;
}

.p-public .user__check {
  position: absolute;
  top: 140px;
  right: 150px;
  display: block;
}

.p-public .user__box {
  position: relative;
  padding: 100px 0;
}

.p-public .user__box::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/public/top/arrow02.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-public .user__box._none::after {
  content: none;
}

.p-public .user__box-check {
  position: absolute;
}

.p-public .user__box-check img {
  transition: all 0.3s;
}

.p-public .user__box-check:hover img {
  transform: scale(1.1);
}

.p-public .user__box-comment {
  position: absolute;
  z-index: 4;
}

.p-public .user__box:last-of-type::after {
  display: none;
}

.p-public .user__block {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  margin-top: 50px;
}

.p-public .user__block-movie {
  width: 370px;
}

.p-public .user__block-movie video {
  width: 100%;
}

.p-public .user__block-movie + .user__block-txt {
  margin-left: 20px;
}

.p-public .user__block-txt {
  width: 394px;
}

.p-public .user__block-txt em {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1785714286em;
}

.p-public .user__block-txt p {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.65em;
}

.p-public .user__block-txt + .user__block-movie {
  margin-left: 20px;
}

.p-public .user__block-check {
  margin-top: 50px;
}

.p-public .user__block-check img {
  transition: all 0.3s;
}

.p-public .user__block-check img:hover {
  transform: scale(1.1);
}

.p-public .user__point {
  margin: 50px 20px 0;
  border: 6px solid #b1b1b1;
  border-radius: 20px;
}

.p-public .user .first__box {
  margin-top: 200px;
  border: 7px solid #774a00;
  border-radius: 30px;
  padding: 0 50px 50px;
  margin-left: 20px;
}

.p-public .user .first__box p em {
  margin-top: 20px;
  display: block;
}

.p-public .user .first__box-ttl {
  margin-top: -50px;
}

.p-public .user .first__box-img {
  position: relative;
  margin-top: 30px;
}

.p-public .user .first__box-imgL {
  text-align: left;
}

.p-public .user .first__box-balloon {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .p-public .user {
    padding-top: 190px;
    margin-top: -100px;
  }

  .p-public .user__wrap {
    width: 820px;
    padding-left: 140px;
  }

  .p-public .user__inner {
    width: 820px;
  }

  .p-public .user__cont {
    width: 960px;
    margin-top: -110px;
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-public .user {
    margin-top: 60px;
    padding-top: 80px;
  }

  .p-public .user__wrap {
    padding: 40px 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

  .p-public .user__cont {
    margin-bottom: 60px;
  }

  .p-public .user__kv {
    padding: 0;
  }

  .p-public .user__kv::after {
    height: 65%;
  }

  .p-public .user__ttl {
    font-size: 16px;
  }

  .p-public .user__ttl + img {
    margin: 20px auto 0;
    display: block;
  }

  .p-public .user__ttl em {
    font-size: 30px;
  }

  .p-public .user__ttl em .i02 {
    font-size: 25px;
    display: inline-block;
  }

  .p-public .user__ttl em i {
    font-size: 18px;
    margin: 5px auto;
    display: block;
  }

  .p-public .user__lead {
    font-size: 16px;
    text-align: left;
  }

  .p-public .user__honne img {
    width: auto;
  }

  .p-public .user__box {
    padding: 60px 0 30px;
  }

  .p-public .user__box::after {
    bottom: -30px;
    width: 20px;
    height: 20px;
  }

  .p-public .user__box-check {
    position: static;
  }

  .p-public .user__box-img {
    margin: 20px;
  }

  .p-public .user__box-comment {
    position: static;
  }

  .p-public .user__block {
    display: block;
    margin-top: 50px;
    padding: 0 20px;
  }

  .p-public .user__block-movie {
    width: 100%;
  }

  .p-public .user__block-movie img {
    width: 100%;
  }

  .p-public .user__block-movie + .user__block-txt {
    margin-left: 0;
  }

  .p-public .user__block-txt {
    width: auto;
  }

  .p-public .user__block-txt em {
    font-size: 18px;
    line-height: 1.4444444444em;
    margin-top: 10px;
    display: block;
  }

  .p-public .user__block-txt p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8571428571em;
  }

  .p-public .user__block-txt + .user__block-movie {
    margin-left: 0;
  }

  .p-public .user__block-check {
    margin-top: 30px;
  }

  .p-public .user__block-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-public .user .first__box {
    border: 3px solid #774a00;
    border-radius: 15px;
    margin: 120px 10px 0;
    padding: 0 20px 20px;
  }

  .p-public .user .first__box-ttl {
    margin-top: -45px;
  }

  .p-public .user .first__box-img {
    margin-top: 20px;
    text-align: center;
  }

  .p-public .user .first__box-balloon {
    position: static;
  }
}

.p-public #user01 {
  padding-top: 0;
  margin-top: 0;
}

.p-public #user01 .user__kv::after {
  background-color: rgba(119, 74, 0, 0.2);
}

.p-public #user01 .user__ttl em::after {
  background-color: #774a00;
}

.p-public #user01 .first__box {
  border: 7px solid #774a00;
}

.p-public #user02 .user__kv::after {
  background-color: rgba(22, 85, 141, 0.2);
}

.p-public #user02 .user__ttl em::after {
  background-color: #16558d;
}

.p-public #user02 .first__box {
  border: 7px solid #16558d;
}

.p-public #user03 .user__kv::after {
  background-color: rgba(185, 6, 70, 0.2);
}

.p-public #user03 .user__ttl em::after {
  background-color: #b90646;
}

.p-public #user03 .first__box {
  border: 7px solid #b90646;
}

.p-public #user04 .user__kv::after {
  background-color: rgba(0, 133, 139, 0.2);
}

.p-public #user04 .user__ttl em::after {
  background-color: #00858b;
}

.p-public #user04 .first__box {
  border: 7px solid #00858b;
}

.p-public #user05 .user__kv::after {
  background-color: rgba(95, 49, 123, 0.2);
}

.p-public #user05 .user__ttl em::after {
  background-color: #5f317b;
}

.p-public #user05 .first__box {
  border: 7px solid #5f317b;
}

.p-public #user06 .user__kv::after {
  background-color: rgba(121, 131, 4, 0.2);
}

.p-public #user06 .user__ttl em::after {
  background-color: #798304;
}

.p-public #user06 .first__box {
  border: 7px solid #798304;
}

.p-public #user06 .first__box .user__block-check {
  margin-top: 50px;
}

.p-public #user07 .user__kv::after {
  background-color: rgba(43, 141, 92, 0.2);
}

.p-public #user07 .user__ttl em::after {
  background-color: #2b8d5c;
}

.p-public #user07 .first__box {
  border: 7px solid #2b8d5c;
}

.p-public #user08 .user__kv::after {
  background-color: rgba(136, 37, 37, 0.2);
}

.p-public #user08 .user__ttl em::after {
  background-color: #882525;
}

.p-public #user08 .first__box {
  border: 7px solid #882525;
}

.p-public #user09 .user__kv::after {
  background-color: rgba(175, 116, 21, 0.2);
}

.p-public #user09 .user__ttl em::after {
  background-color: #af7415;
}

.p-public #user09 .first__box {
  border: 7px solid #af7415;
}

@media screen and (max-width: 767px) {
  .p-public #user01 {
    padding-top: 0;
    margin-top: 0;
  }

  .p-public #user01 .first__box {
    border: 4px solid #774a00;
  }

  .p-public #user02 .first__box {
    border: 4px solid #16558d;
  }

  .p-public #user03 .first__box {
    border: 4px solid #b90646;
  }

  .p-public #user04 .first__box {
    border: 4px solid #00858b;
  }

  .p-public #user05 .first__box {
    border: 4px solid #5f317b;
  }

  .p-public #user06 .first__box {
    border: 4px solid #798304;
  }

  .p-public #user07 .first__box {
    border: 4px solid #2b8d5c;
  }

  .p-public #user08 .first__box {
    border: 4px solid #882525;
  }

  .p-public #user09 .first__box {
    border: 4px solid #af7415;
  }
}

.p-public #user01 .user__box:nth-child(1) .user__box-comment {
  bottom: 90px;
  right: -10px;
}

.p-public #user01 .user__box:nth-child(1) .user__box-check {
  bottom: 100px;
  left: 60px;
}

.p-public #user01 .user__box:nth-child(2) .user__box-comment {
  right: 0;
  top: 80px;
}

.p-public #user01 .user__box:nth-child(2) .user__box-img {
  text-align: left;
}

.p-public #user01 .user__box:nth-child(2) .user__box-img img {
  margin-left: 60px;
}

.p-public #user01 .user__box:nth-child(2) .user__box-check {
  bottom: 30px;
  right: 30px;
}

.p-public #user01 .user__box:nth-child(3) .user__box-comment {
  left: 0;
  top: 40px;
}

.p-public #user01 .user__box:nth-child(3) .user__box-img img {
  padding-left: 80px;
}

.p-public #user01 .user__box:nth-child(4) .user__box-comment {
  right: 0;
  top: 80px;
}

.p-public #user01 .user__box:nth-child(4) .user__box-check {
  bottom: 80px;
  right: 60px;
}

.p-public #user01 .user__box:nth-child(4) .user__box-img {
  text-align: left;
}

.p-public #user01 .first__box {
  padding: 0 40px 50px;
}

.p-public #user01 .first__box-wrap {
  margin-top: 30px;
}

.p-public #user01 .first__box-wrap em {
  font-weight: 600;
  font-size: 18px;
}

.p-public #user01 .first__box-balloon {
  top: 0;
  right: 0;
}

.p-public #user01 .first__box-img:last-of-type .first__box-balloon {
  top: -30px;
  right: auto;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-public #user01 .user__box:nth-child(2) .user__box-img {
    text-align: center;
  }

  .p-public #user01 .user__box:nth-child(2) .user__box-img img {
    margin-left: 0;
  }

  .p-public #user01 .user__box:nth-child(3) .user__box-img img {
    padding-left: 0;
  }

  .p-public #user01 .user__box:nth-child(4) .user__box-img {
    text-align: center;
  }

  .p-public #user01 .first__box {
    padding: 0 20px 20px;
  }

  .p-public #user01 .first__box-wrap {
    margin-top: 0;
  }

  .p-public #user01 .first__box-wrap em {
    font-size: 16px;
  }
}

.p-public #user02 .user__box:nth-child(1) .user__box-comment {
  bottom: 160px;
  right: -50px;
}

.p-public #user02 .user__box:nth-child(3) .user__box-comment {
  top: 100px;
  right: -20px;
}

.p-public #user02 .first__box p em {
  font-weight: 600;
  font-size: 18px;
}

.p-public #user02 .first__box-img {
  margin-top: 0;
  padding-top: 280px;
}

.p-public #user02 .first__box-balloon01 {
  position: absolute;
  left: -20px;
  top: 50px;
}

.p-public #user02 .first__box-balloon02 {
  position: absolute;
  right: -20px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .p-public #user02 .first__box p {
    margin-bottom: 10px;
  }

  .p-public #user02 .first__box p em {
    font-size: 16px;
  }

  .p-public #user02 .first__box-img {
    margin-top: 0;
    padding-top: 0;
  }

  .p-public #user02 .first__box-balloon01,
  .p-public #user02 .first__box-balloon02 {
    position: static;
  }
}

.p-public #user03 .user__kv .modal__anker-01 {
  position: absolute;
  top: 140px;
  right: 140px;
  z-index: 11;
}

.p-public #user03 .user__box:nth-child(1) .user__box-comment {
  top: 80px;
  left: 60px;
}

.p-public #user03 .user__box:nth-child(1) .user__box-check {
  bottom: 50px;
  right: 0;
}

.p-public #user03 .user__box:nth-child(2) .user__box-comment {
  top: 80px;
  left: 60px;
}

.p-public #user03 .user__box:nth-child(2) .user__box-img img {
  padding-left: 240px;
}

.p-public #user03 .user__box:nth-child(3) .user__box-comment {
  top: 160px;
  right: 0px;
}

.p-public #user03 .user__box:nth-child(3) .user__box-check {
  bottom: -20px;
  left: 0;
}

.p-public #user03 .user__box:nth-child(3) .user__box-img img {
  padding-right: 240px;
}

.p-public #user03 .first__box p em {
  font-weight: 600;
  font-size: 18px;
}

.p-public #user03 .first__box-img.first__box-imgL {
  padding-top: 130px;
}

.p-public #user03 .first__box-img.first__box-imgR {
  padding-left: 200px;
}

.p-public #user03 .first__box-balloon01 {
  position: absolute;
  top: 0;
  right: -90px;
}

.p-public #user03 .first__box-balloon02 {
  position: absolute;
  left: -20px;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-public #user03 .user__kv .modal__anker-01 {
    width: 200px;
    right: auto;
    left: 60%;
    width: 120px;
  }

  .p-public #user03 .user__box:nth-child(2) .user__box-img img {
    padding-left: 0;
  }

  .p-public #user03 .user__box:nth-child(3) .user__box-img img {
    padding-right: 0;
  }

  .p-public #user03 .first__box p em {
    font-size: 18px;
  }

  .p-public #user03 .first__box-img.first__box-imgL {
    padding-top: 0;
  }

  .p-public #user03 .first__box-img.first__box-imgR {
    padding-left: 0;
  }

  .p-public #user03 .first__box-balloon01,
  .p-public #user03 .first__box-balloon02 {
    position: static;
  }
}

.p-public #user04 .user__kv .modal__anker-01 {
  position: absolute;
  top: 140px;
  right: 140px;
  z-index: 11;
}

.p-public #user04 .user__box:nth-child(1) .user__box-comment {
  bottom: 220px;
  left: 20px;
}

.p-public #user04 .user__box:nth-child(1) .user__box-img img {
  padding-left: 160px;
}

.p-public #user04 .user__box:nth-child(2) .user__box-comment {
  bottom: 100px;
  right: 0;
}

.p-public #user04 .user__box:nth-child(2) .user__box-img img {
  padding-right: 160px;
}

.p-public #user04 .user__box:nth-child(3) .user__box-comment {
  top: 120px;
  left: 0px;
}

.p-public #user04 .user__box:nth-child(3) .user__box-img img {
  padding-left: 280px;
}

.p-public #user04 .user__box:nth-child(4) .user__box-comment {
  top: 80px;
  left: 20px;
}

.p-public #user04 .user__box:nth-child(4) .user__box-check {
  bottom: 20px;
  left: 40px;
}

.p-public #user04 .user__box:nth-child(4) .user__box-img img {
  padding-left: 200px;
}

.p-public #user04 .first__box p em {
  font-weight: 600;
  font-size: 18px;
}

.p-public #user04 .first__box-img.first__box-imgL {
  padding-top: 0;
  margin-top: 0;
}

.p-public #user04 .first__box-img.first__box-imgR {
  text-align: right;
}

.p-public #user04 .first__box-balloon01 {
  position: absolute;
  top: 50px;
  left: -20px;
}

.p-public #user04 .first__box-balloon02 {
  position: absolute;
  right: 0;
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-public #user04 .user__kv .modal__anker-01 {
    top: 200px;
    right: auto;
    left: 65%;
    width: 120px;
  }

  .p-public #user04 .user__box:nth-child(1) .user__box-img img,
  .p-public #user04 .user__box:nth-child(2) .user__box-img img,
  .p-public #user04 .user__box:nth-child(3) .user__box-img img,
  .p-public #user04 .user__box:nth-child(4) .user__box-img img {
    padding: 0;
  }

  .p-public #user04 .first__box p em {
    font-size: 18px;
  }

  .p-public #user04 .first__box-img.first__box-imgL,
  .p-public #user04 .first__box-img.first__box-imgR {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }

  .p-public #user04 .first__box-img.first__box-imgL img,
  .p-public #user04 .first__box-img.first__box-imgR img {
    margin: 20px 0;
  }

  .p-public #user04 .first__box-balloon01,
  .p-public #user04 .first__box-balloon02 {
    position: static;
  }
}

.p-public #user05 .user__kv .modal__anker-01 {
  position: absolute;
  top: 140px;
  right: 140px;
  z-index: 11;
}

.p-public #user05 .user__box:nth-child(1) .user__box-comment {
  bottom: 200px;
  left: 20px;
}

.p-public #user05 .user__box:nth-child(1) .user__box-img img {
  padding-left: 100px;
}

.p-public #user05 .user__box:nth-child(2) .user__box-comment {
  bottom: 100px;
  right: 0;
}

.p-public #user05 .user__box:nth-child(2) .user__box-img img {
  padding-right: 100px;
}

.p-public #user05 .user__box:nth-child(3) .user__box-comment {
  top: 160px;
  left: 20px;
}

.p-public #user05 .user__box:nth-child(3) .user__box-img img {
  padding-left: 220px;
}

.p-public #user05 .first__box p {
  margin-top: 20px;
}

.p-public #user05 .first__box p em {
  font-weight: 600;
  font-size: 18px;
}

.p-public #user05 .first__box-img.first__box-imgL {
  padding-top: 0;
  padding-bottom: 60px;
}

.p-public #user05 .first__box-img.first__box-imgR {
  text-align: right;
}

.p-public #user05 .first__box-balloon01 {
  position: absolute;
  top: 140px;
  left: -20px;
}

.p-public #user05 .first__box-balloon02 {
  position: absolute;
  right: -20px;
  bottom: -10px;
}

@media screen and (max-width: 767px) {
  .p-public #user05 .user__kv .modal__anker-01 {
    top: 200px;
    right: auto;
    left: 65%;
    width: 120px;
  }

  .p-public #user05 .user__box:nth-child(1) .user__box-img img,
  .p-public #user05 .user__box:nth-child(2) .user__box-img img,
  .p-public #user05 .user__box:nth-child(3) .user__box-img img,
  .p-public #user05 .user__box:nth-child(4) .user__box-img img {
    padding: 0;
  }

  .p-public #user05 .first__box p em {
    font-size: 18px;
  }

  .p-public #user05 .first__box-img.first__box-imgL,
  .p-public #user05 .first__box-img.first__box-imgR {
    padding: 0;
    text-align: center;
  }

  .p-public #user05 .first__box-img.first__box-imgL img,
  .p-public #user05 .first__box-img.first__box-imgR img {
    margin: 20px 0;
  }

  .p-public #user05 .first__box-balloon01,
  .p-public #user05 .first__box-balloon02 {
    position: static;
  }
}

.p-public #user06 .user__kv .modal__anker-01 {
  position: absolute;
  top: 140px;
  right: 140px;
  z-index: 11;
}

.p-public #user06 .user__box:nth-child(1) .user__box-comment {
  bottom: 200px;
  left: 0;
}

.p-public #user06 .user__box:nth-child(1) .user__box-check {
  bottom: 20px;
  right: 20px;
}

.p-public #user06 .user__box:nth-child(1) .user__box-img img {
  padding-left: 130px;
}

.p-public #user06 .user__box:nth-child(2) .user__box-comment {
  bottom: 120px;
  right: 0;
}

.p-public #user06 .user__box:nth-child(2) .user__box-check {
  bottom: 20px;
  left: 20px;
}

.p-public #user06 .user__box:nth-child(2) .user__box-img img {
  padding-right: 100px;
}

.p-public #user06 .user__box:nth-child(3) .user__box-comment {
  bottom: 60px;
  left: 0;
}

.p-public #user06 .user__box:nth-child(3) .user__box-comment:nth-child(1) {
  right: 0;
  left: auto;
}

.p-public #user06 .user__block-check {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.p-public #user06 .user__block-check a {
  margin: 0 30px;
}

.p-public #user06 .first__box p {
  margin-top: 20px;
}

.p-public #user06 .first__box p em {
  font-weight: 600;
  font-size: 18px;
}

.p-public #user06 .first__box-img.first__box-imgL {
  padding-top: 140px;
}

.p-public #user06 .first__box-img.first__box-imgL--4 {
  padding-top: 0;
}

.p-public #user06 .first__box-img.first__box-imgR {
  padding-top: 0;
  text-align: right;
}

.p-public #user06 .first__box-img.first__box-imgR--3 {
  margin-top: 60px;
}

.p-public #user06 .first__box-balloon01 {
  position: absolute;
  top: 70px;
  left: -80px;
}

.p-public #user06 .first__box-balloon02 {
  position: absolute;
  right: -20px;
  top: 0;
}

.p-public #user06 .first__box-balloon03 {
  position: absolute;
  top: -24px;
  left: -41px;
}

.p-public #user06 .first__box-balloon04 {
  position: absolute;
  right: -40px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-public #user06 .user__kv .modal__anker-01 {
    top: 200px;
    right: auto;
    left: 65%;
    width: 120px;
  }

  .p-public #user06 .user__box:nth-child(1) .user__box-img img,
  .p-public #user06 .user__box:nth-child(2) .user__box-img img,
  .p-public #user06 .user__box:nth-child(3) .user__box-img img,
  .p-public #user06 .user__box:nth-child(4) .user__box-img img {
    padding: 0;
  }

  .p-public #user06 .user__block-check a {
    width: 40%;
    margin: 0 10px;
  }

  .p-public #user06 .first__box p em {
    font-size: 18px;
  }

  .p-public #user06 .first__box-img.first__box-imgL,
  .p-public #user06 .first__box-img.first__box-imgR {
    padding: 0;
    text-align: center;
  }

  .p-public #user06 .first__box-img.first__box-imgL img,
  .p-public #user06 .first__box-img.first__box-imgR img {
    margin: 20px 0;
  }

  .p-public #user06 .first__box-balloon01,
  .p-public #user06 .first__box-balloon02,
  .p-public #user06 .first__box-balloon03,
  .p-public #user06 .first__box-balloon04 {
    position: static;
  }
}

.p-public #user07 .user__kv .modal__anker-01,
.p-public #user07 .user__kv .modal__anker-02 {
  position: absolute;
  top: 140px;
  right: 190px;
  z-index: 11;
}

.p-public #user07 .user__kv .modal__anker-02 {
  top: 170px;
  right: auto;
  left: 290px;
}

.p-public #user07 .user__box:nth-child(1) .user__box-comment {
  bottom: 70px;
  left: -10px;
}

.p-public #user07 .user__box:nth-child(1) .user__box-check {
  bottom: 50px;
  right: 60px;
}

.p-public #user07 .user__box:nth-child(2) .user__box-comment {
  top: 0;
  right: 0;
}

.p-public #user07 .user__box:nth-child(3) .user__box-comment {
  top: 30px;
  left: 0;
}

.p-public #user07 .user__box:nth-child(4) .user__box-comment {
  top: 20px;
  right: -60px;
}

.p-public #user07 .user__box:nth-child(5) .user__box-comment {
  bottom: 70px;
  left: 0;
}

.p-public #user07 .user__box:nth-child(6) .user__box-comment {
  top: 0;
  right: 0;
}

.p-public #user07 .user__box:nth-child(7) .user__box-img img {
  padding-left: 140px;
}

.p-public #user07 .user__box:nth-child(7) .user__box-comment {
  top: 0;
  left: 0;
}

.p-public #user07 .user__block-check {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.p-public #user07 .user__block-check a {
  margin: 0 30px;
}

.p-public #user07 .proposal {
  margin-top: 110px;
}

.p-public #user07 .first__box-wrap {
  margin-top: 50px;
  font-weight: 600;
}

.p-public #user07 .first__box p em {
  font-weight: 600;
  font-size: 28px;
}

.p-public #user07 .first__box p span {
  margin-top: 20px;
  text-align: left;
  display: block;
  font-size: 18px;
}

.p-public #user07 .first__box img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-public #user07 .user__kv .modal__anker-01,
  .p-public #user07 .user__kv .modal__anker-02 {
    top: 200px;
    width: 120px;
    right: auto;
    left: 55%;
  }

  .p-public #user07 .user__kv .modal__anker-02 {
    top: 260px;
    right: 65%;
    left: auto;
  }

  .p-public #user07 .user__box:nth-child(7) .user__box-img img {
    padding-left: 0;
  }

  .p-public #user07 .user__block-check a {
    width: 40%;
    margin: 0 10px;
  }

  .p-public #user07 .first__box-wrap {
    margin-top: 20px;
  }

  .p-public #user07 .first__box p em {
    font-size: 18px;
  }

  .p-public #user07 .first__box p span {
    margin-top: 20px;
    font-size: 14px;
  }
}

.p-public #user08 .user__kv .modal__anker-01 {
  position: absolute;
  top: 130px;
  right: 85px;
  z-index: 11;
}

.p-public #user08 .user__box:nth-child(1) .user__box-comment {
  top: 85px;
  right: -130px;
}

.p-public #user08 .user__box:nth-child(2) .user__box-comment {
  top: 200px;
  right: -20px;
}

.p-public #user08 .user__box:nth-child(3) .user__box-comment {
  top: 110px;
  right: -40px;
}

.p-public #user08 .first__box p {
  margin-top: 20px;
}

.p-public #user08 .first__box p em {
  font-weight: 600;
  font-size: 18px;
}

.p-public #user08 .first__box-imgR {
  text-align: right;
}

.p-public #user08 .first__box-balloon01 {
  position: absolute;
  left: -25px;
  top: -10px;
}

.p-public #user08 .first__box-balloon02 {
  position: absolute;
  right: -260px;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .p-public #user08 .user__kv .modal__anker-01 {
    width: 200px;
    right: auto;
    left: 60%;
    width: 120px;
    top: 160px;
  }

  .p-public #user08 .first__box p em {
    font-size: 18px;
  }

  .p-public #user08 .first__box-balloon01,
  .p-public #user08 .first__box-balloon02 {
    position: static;
  }
}

.p-public #user09 .user__box:nth-child(1) .user__box-comment {
  top: 200px;
  right: -20px;
}

.p-public #user09 .user__box:nth-child(2) .user__box-comment {
  top: 110px;
  left: 20px;
}

.p-public #user09 .user__box:nth-child(3) .user__box-comment {
  top: 40px;
  right: -10px;
}

.p-public #user09 .user__box:nth-child(3) .user__box-check {
  bottom: 60px;
  left: 30px;
}

.p-public #user09 .user__box:nth-child(3) .user__box-img img {
  padding-right: 100px;
}

.p-public #user09 .user__box:nth-child(4) .user__box-comment {
  top: 80px;
  left: 10px;
}

.p-public #user09 .user__box:nth-child(4) .user__box-img img {
  padding-left: 180px;
}

.p-public #user09 .user__block-check {
  margin-top: 0;
}

.p-public #user09 .first__box p {
  margin-top: 20px;
}

.p-public #user09 .first__box p em {
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-public #user09 .user__box:nth-child(3) .user__box-img img {
    padding-right: 0;
  }

  .p-public #user09 .user__box:nth-child(4) .user__box-img img {
    padding-left: 0;
  }

  .p-public #user09 .user__block-check {
    margin: 0 auto 60px;
  }

  .p-public #user09 .first__box p em {
    font-size: 18px;
  }
}

.p-public .nav__wrap {
  position: sticky;
  top: 220px;
  width: 140px;
  text-align: left;
  line-height: 1.2;
  overflow: visible;
  margin-top: -690px;
  z-index: 10;
}

.p-public .nav__wrap p {
  display: none;
}

.p-public .nav__wrap p i {
  font-size: 11px;
  font-style: normal;
}

.p-public .nav__wrap p span {
  font-size: 12px;
  display: block;
}

.p-public .nav__wrap ul li {
  margin-top: 16px;
  position: relative;
  display: inline-block;
  min-width: 70px;
}

.p-public .nav__wrap ul li::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  display: none;
}

.p-public .nav__wrap ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 3px solid #000;
}

.p-public .nav__wrap ul li.-u01::before {
  background-color: #774a00;
}

.p-public .nav__wrap ul li.-u02::before {
  background-color: #16558d;
}

.p-public .nav__wrap ul li.-u03::before {
  background-color: #b90646;
}

.p-public .nav__wrap ul li.-u04::before {
  background-color: #00858b;
}

.p-public .nav__wrap ul li.-u05::before {
  background-color: #5f317b;
}

.p-public .nav__wrap ul li.-u06::before {
  background-color: #798304;
}

.p-public .nav__wrap ul li.-u07::before {
  background-color: #2b8d5c;
}

.p-public .nav__wrap ul li.-u08::before {
  background-color: #882525;
}

.p-public .nav__wrap ul li.-u09::before {
  background-color: #af7415;
}

.p-public .nav__wrap ul li.-u01::after {
  border-color: #774a00;
}

.p-public .nav__wrap ul li.-u02::after {
  border-color: #16558d;
}

.p-public .nav__wrap ul li.-u03::after {
  border-color: #b90646;
}

.p-public .nav__wrap ul li.-u04::after {
  border-color: #00858b;
}

.p-public .nav__wrap ul li.-u05::after {
  border-color: #5f317b;
}

.p-public .nav__wrap ul li.-u06::after {
  border-color: #798304;
}

.p-public .nav__wrap ul li.-u07::after {
  border-color: #2b8d5c;
}

.p-public .nav__wrap ul li.-u08::after {
  border-color: #882525;
}

.p-public .nav__wrap ul li.-u09::after {
  border-color: #af7415;
}

.p-public .nav__wrap ul li.is-hit a {
  font-size: 15px;
  color: #000;
}

.p-public .nav__wrap ul li.is-hit::before {
  display: block;
}

.p-public .nav__wrap ul li.is-hit::after {
  top: -7px;
  width: 8px;
  height: 8px;
  border-width: 6px;
}

.p-public .nav__wrap ul li a {
  padding-top: 15px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #898989;
}

@media screen and (max-width: 767px) {
  .p-public .nav__wrap {
    position: static;
    margin-top: 0;
    padding: 0 15px;
    width: auto;
  }

  .p-public .nav__wrap p {
    display: none;
  }

  .p-public .nav__wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-public .nav__wrap ul li {
    margin-top: 10px;
    padding: 3px;
    display: block;
    min-width: 60px;
    border-right: 1px solid #aaaaaa;
  }

  .p-public .nav__wrap ul li::before {
    bottom: -2px;
  }

  .p-public .nav__wrap ul li::after {
    top: 3px;
    left: 3px;
  }

  .p-public .nav__wrap ul li:nth-child(5),
  .p-public .nav__wrap ul li:nth-child(9) {
    border-right: none;
  }

  .p-public .nav__wrap ul li.is-hit a {
    font-size: 11px;
  }

  .p-public .nav__wrap ul li a {
    padding-top: 15px;
    display: block;
    font-size: 10px;
  }
}

.p-public .proposal {
  position: relative;
  color: #000;
  margin: 50px 20px 0;
  border: 6px solid #b1b1b1;
  border-radius: 30px;
  padding: 65px 70px;
  box-shadow: 20px 30px 0px 0px #774a00;
}

.p-public .proposal::after {
  position: absolute;
  content: "";
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/public/top/arrow02.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-public .proposal a {
  display: inline-block;
}

.p-public .proposal__ttl em {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

.p-public .proposal__ttl p {
  font-weight: 600;
  font-size: 31px;
  position: relative;
  display: inline-block;
}

.p-public .proposal__ttl p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #774a00;
  top: 0;
  left: 0;
}

.p-public .proposal img {
  display: block;
  margin: 35px auto 0;
}

.p-public .proposal__subttl {
  background-image: url(../images/public/user/brackets.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 130px;
  margin: 0 auto;
  font-size: 27px;
  line-height: 1.3333333333em;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-public .proposal__lead {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6666666667em;
  font-weight: 600;
  padding: 0 35px;
}

.p-public .proposal__txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 0 35px;
}

.p-public .proposal__ex-ttl {
  margin-top: 40px;
  font-weight: 600;
}

.p-public .proposal__ex-ttl span {
  font-size: 20px;
  background-color: #774a00;
  color: #fff;
  padding: 3px 15px;
  border-radius: 20px;
}

.p-public .proposal__ex-ttl p {
  font-size: 24px;
}

.p-public .proposal__ex-memo {
  margin-top: 20px;
  font-weight: 600;
}

.p-public .proposal__ex-memo p {
  width: 270px;
  text-indent: 6em;
}

.p-public .proposal__ex-box {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  text-align: center;
}

.p-public .proposal__ex-box p {
  margin: 0 10px;
  width: 270px;
  font-weight: 600;
}

.p-public .proposal__ex-box p span {
  text-indent: -5em;
  padding-left: 5em;
  text-align: left;
}

.p-public .proposal__ex-box em {
  font-size: 20px;
  line-height: 1.45em;
  font-weight: 600;
}

.p-public .proposal__ex-box span {
  margin-top: 10px;
  display: block;
}

.p-public .proposal__corner {
  color: #774a00;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  margin-top: 50px;
}

.p-public .proposal__corner-ph {
  position: relative;
}

.p-public .proposal__corner-b01 {
  position: absolute;
  bottom: -90px;
  left: -120px;
}

.p-public .proposal__corner-b02 {
  position: absolute;
  bottom: -155px;
  right: -120px;
}

.p-public .proposal .proposal__corner01 {
  margin-top: 10px;
}

.p-public .proposal .proposal__corner-img,
.p-public .proposal .proposal__corner-txt {
  display: flex;
  align-items: center;
}

.p-public .proposal .proposal__corner-img p,
.p-public .proposal .proposal__corner-txt p {
  font-size: 16px;
  width: 310px;
  margin-right: 20px;
}

.p-public .proposal .proposal__corner-img p span,
.p-public .proposal .proposal__corner-txt p span {
  font-weight: 600;
}

.p-public .proposal .proposal__corner-img {
  margin-top: 30px;
  justify-content: center;
}

.p-public .proposal .proposal__corner-img img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-public .proposal {
    margin: 30px 20px 0;
    border: 3px solid #b1b1b1;
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 10px 10px 0px 0px #774a00;
  }

  .p-public .proposal__ttl em {
    font-size: 18px;
  }

  .p-public .proposal__ttl p {
    font-size: 20px;
  }

  .p-public .proposal img {
    margin: 20px auto 0;
  }

  .p-public .proposal__subttl {
    font-size: 17px;
    line-height: 1.5294117647em;
    height: 100px;
  }

  .p-public .proposal__lead {
    font-size: 16px;
    line-height: 1.625em;
    padding: 0;
    text-align: left;
  }

  .p-public .proposal__txt {
    font-size: 14px;
    padding: 0;
    text-align: left;
  }

  .p-public .proposal__ex-ttl {
    margin-top: 40px;
    font-weight: 600;
  }

  .p-public .proposal__ex-ttl span {
    font-size: 16px;
  }

  .p-public .proposal__ex-ttl p {
    font-size: 18px;
  }

  .p-public .proposal__ex-memo p {
    width: auto;
    text-indent: 6em;
  }

  .p-public .proposal__ex-box {
    display: block;
  }

  .p-public .proposal__ex-box p {
    width: auto;
  }

  .p-public .proposal__ex-box p span {
    text-indent: -5em;
    padding-left: 5em;
  }

  .p-public .proposal__ex-box p img {
    width: 100%;
  }

  .p-public .proposal__ex-box em {
    font-size: 14px;
    line-height: 2.0714285714em;
  }

  .p-public .proposal__corner {
    color: #774a00;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
  }

  .p-public .proposal__corner-ph {
    position: relative;
  }

  .p-public .proposal__corner-b01,
  .p-public .proposal__corner-b02 {
    position: static;
  }

  .p-public .proposal .proposal__corner01 {
    margin-top: 10px;
  }

  .p-public .proposal .proposal__corner-img,
  .p-public .proposal .proposal__corner-txt {
    display: block;
  }

  .p-public .proposal .proposal__corner-img p,
  .p-public .proposal .proposal__corner-txt p {
    font-size: 12px;
    width: auto;
    margin-right: 0;
  }

  .p-public .proposal .proposal__corner-img {
    margin-top: 30px;
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .p-public .proposal .proposal__corner-img img {
    margin: 10px;
  }
}

.p-public .proposal__block02,
.p-public .proposal__block03 {
  margin-top: 70px;
  border-top: 6px solid #b1b1b1;
  padding-top: 70px;
}

.p-public #user01 .proposal__subttl {
  background-image: url(../images/public/user/u01/brackets.svg);
}

.p-public #user02 .proposal__subttl {
  background-image: url(../images/public/user/u02/brackets.svg);
}

.p-public #user03 .proposal__subttl {
  background-image: url(../images/public/user/u03/brackets.svg);
}

.p-public #user04 .proposal__subttl {
  background-image: url(../images/public/user/u04/brackets.svg);
}

.p-public #user05 .proposal__subttl {
  background-image: url(../images/public/user/u05/brackets.svg);
}

.p-public #user06 .proposal__subttl {
  background-image: url(../images/public/user/u06/brackets.svg);
}

.p-public #user07 .proposal__subttl {
  background-image: url(../images/public/user/u07/brackets.svg);
}

.p-public #user08 .proposal__subttl {
  background-image: url(../images/public/user/u08/brackets.svg);
}

.p-public #user09 .proposal__subttl {
  background-image: url(../images/public/user/u09/brackets.svg);
}

.p-public #user01 .proposal {
  box-shadow: 20px 30px 0px 0px #774a00;
}

.p-public #user01 .proposal__ttl p::after {
  background-color: #774a00;
}

.p-public #user01 .proposal__ex-ttl span {
  background-color: #774a00;
}

.p-public #user01 .proposal__corner {
  color: #774a00;
}

.p-public #user02 .proposal {
  box-shadow: 20px 30px 0px 0px #16558d;
}

.p-public #user02 .proposal__ttl p::after {
  background-color: #16558d;
}

.p-public #user02 .proposal__ex-ttl span {
  background-color: #16558d;
}

.p-public #user02 .proposal__corner {
  color: #16558d;
}

.p-public #user03 .proposal {
  box-shadow: 20px 30px 0px 0px #b90646;
}

.p-public #user03 .proposal__ttl p::after {
  background-color: #b90646;
}

.p-public #user03 .proposal__ex-ttl span {
  background-color: #b90646;
}

.p-public #user03 .proposal__corner {
  color: #b90646;
}

.p-public #user04 .proposal {
  box-shadow: 20px 30px 0px 0px #00858b;
}

.p-public #user04 .proposal__ttl p::after {
  background-color: #00858b;
}

.p-public #user04 .proposal__ex-ttl span {
  background-color: #00858b;
}

.p-public #user04 .proposal__corner {
  color: #00858b;
}

.p-public #user05 .proposal {
  box-shadow: 20px 30px 0px 0px #5f317b;
}

.p-public #user05 .proposal__ttl p::after {
  background-color: #5f317b;
}

.p-public #user05 .proposal__ex-ttl span {
  background-color: #5f317b;
}

.p-public #user05 .proposal__corner {
  color: #5f317b;
}

.p-public #user06 .proposal {
  box-shadow: 20px 30px 0px 0px #798304;
}

.p-public #user06 .proposal__ttl p::after {
  background-color: #798304;
}

.p-public #user06 .proposal__ex-ttl span {
  background-color: #798304;
}

.p-public #user06 .proposal__ex-box {
  margin-top: 20px;
}

.p-public #user06 .proposal__ex-box + .proposal__ex-box {
  margin-top: 35px;
}

.p-public #user06 .proposal__ex-box p {
  text-align: center;
}

.p-public #user06 .proposal__ex-box p span {
  text-indent: 0;
  padding-left: 0;
  text-align: center;
}

.p-public #user06 .proposal__ex-box p span.proposal__ex-txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 130px;
  text-align: left;
}

@media (max-width: 767px) {
  .p-public #user06 .proposal__ex-box p span.proposal__ex-txt {
    font-size: 16px;
    min-height: auto;
  }
}

.p-public #user06 .proposal__ex-box p img {
  margin-top: 20px;
}

.p-public #user06 .proposal__ex-box a + a img {
  margin: 0;
}

.p-public #user06 .proposal__corner {
  color: #798304;
}

.p-public #user07 .proposal {
  box-shadow: 20px 30px 0px 0px #2b8d5c;
}

.p-public #user07 .proposal__ttl p::after {
  background-color: #2b8d5c;
}

.p-public #user07 .proposal__ex-ttl span {
  background-color: #2b8d5c;
}

.p-public #user07 .proposal__corner {
  color: #2b8d5c;
}

.p-public #user07 .proposal__corner-img02 {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .p-public #user07 .proposal__corner-img02 {
    margin-left: auto;
  }
}

.p-public #user07 .proposal__block02 {
  margin-top: 70px;
  border-top: 6px solid #b1b1b1;
  padding-top: 70px;
}

.p-public #user08 .proposal {
  box-shadow: 20px 30px 0px 0px #882525;
}

.p-public #user08 .proposal__ttl p::after {
  background-color: #882525;
}

.p-public #user08 .proposal__ex-ttl span {
  background-color: #882525;
}

.p-public #user08 .proposal__corner {
  color: #882525;
}

.p-public #user09 .proposal {
  box-shadow: 20px 30px 0px 0px #af7415;
}

.p-public #user09 .proposal__ttl p::after {
  background-color: #af7415;
}

.p-public #user09 .proposal__ex-ttl span {
  background-color: #af7415;
}

.p-public #user09 .proposal__corner {
  color: #af7415;
}

@media screen and (max-width: 767px) {
  .p-public #user01 .proposal {
    box-shadow: 10px 10px 0px 0px #774a00;
  }

  .p-public #user02 .proposal {
    box-shadow: 10px 10px 0px 0px #16558d;
  }

  .p-public #user03 .proposal {
    box-shadow: 10px 10px 0px 0px #b90646;
  }

  .p-public #user04 .proposal {
    box-shadow: 10px 10px 0px 0px #00858b;
  }

  .p-public #user05 .proposal {
    box-shadow: 10px 10px 0px 0px #5f317b;
  }

  .p-public #user06 .proposal {
    box-shadow: 10px 10px 0px 0px #798304;
  }

  .p-public #user07 .proposal {
    box-shadow: 10px 10px 0px 0px #2b8d5c;
  }

  .p-public #user08 .proposal {
    box-shadow: 10px 10px 0px 0px #882525;
  }

  .p-public #user09 .proposal {
    box-shadow: 10px 10px 0px 0px #af7415;
  }
}

.p-public .layout {
  position: relative;
}

.p-public .layout .laypoint {
  margin-top: -100px;
}

.p-public .layout .laypoint__box {
  background-color: #cecece;
  padding: 30px 30px 0;
}

.p-public .layout .laypoint__box:first-child {
  padding-top: 30px;
}

.p-public .layout .laypoint__wrap {
  border-radius: 10px;
  background-color: #fff;
}

.p-public .layout .laypoint__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 60px;
  font-weight: 600;
}

.p-public .layout .laypoint__ttl {
  text-align: center;
  background-image: url(../images/public/layout/brackets.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  font-size: 27px;
  line-height: 1.4444444444em;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-public .layout .laypoint__ttl p {
  padding-left: 60px;
}

.p-public .layout .laypoint__ttl img {
  position: absolute;
  left: 60px;
  bottom: 50px;
}

.p-public .layout .laypoint__ttl img:last-child {
  left: 160px;
  bottom: 10px;
}

.p-public .layout .laypoint__block {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.p-public .layout .laypoint__txt {
  font-size: 16px;
  width: 480px;
}

.p-public .layout .laypoint__txt p {
  line-height: 1.875em;
}

.p-public .layout .laypoint__txt img {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.p-public .layout .laypoint__txt p + p {
  margin-top: 1.5em;
}

.p-public .layout .laypoint__img {
  width: 440px;
}

.p-public .layout .laypoint__img span {
  font-size: 12px;
  display: block;
  text-align: right;
}

.p-public .layout .laypoint__check {
  position: absolute;
  bottom: 60px;
  right: 0px;
}

.p-public .layout .laypoint__check svg {
  transition: all 0.3s;
}

.p-public .layout .laypoint__check:hover svg {
  transform: scale(1.1);
}

.p-public .layout .laypoint__check:hover svg .txt {
  fill: #000;
}

.p-public .layout .laypoint__check:hover svg .bg {
  fill: #fff;
}

.p-public .layout .laypoint__check:hover svg .arrow {
  fill: #767676;
  stroke: #fff;
}

.p-public .layout .laypoint__needs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-public .layout .laypoint__needs p {
  padding: 10px;
  font-size: 20px;
  position: relative;
}

.p-public .layout .laypoint__needs p::after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  background-image: url(../images/public/top/arrow03.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-public .layout .laypoint__needs a {
  display: block;
  width: 462px;
  margin-top: 20px;
}

.p-public .layout .laypoint__needs span {
  margin-top: 5px;
  font-size: 16px;
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-public .layout__kv {
    text-align: center;
  }

  .p-public .layout__ttl {
    font-size: 20px;
  }

  .p-public .layout__ttl span {
    display: block;
    font-weight: 600;
    margin-top: 5px;
  }

  .p-public .layout__wrap {
    position: relative;
    width: 960px;
    margin: 20px auto 0;
  }

  .p-public .layout__txt {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
  }

  .p-public .layout__txt span {
    font-size: 24px;
    display: block;
  }

  .p-public .layout__txt em {
    font-weight: 600;
    line-height: 1.0869565217em;
    font-size: 46px;
  }

  .p-public .layout__txt p {
    line-height: 1.85em;
    font-size: 16px;
    margin-top: 20px;
  }

  .p-public .layout__txt p + p {
    margin-top: 150px;
  }

  .p-public .layout__icon {
    position: absolute;
    z-index: 5;
  }

  .p-public .layout__icon svg {
    transition: all 0.3s;
  }

  .p-public .layout__icon:hover svg {
    transform: scale(1.1);
  }

  .p-public .layout__icon:hover svg #circle {
    fill: #006255;
  }

  .p-public .layout__icon.i01 {
    top: 20px;
    left: 350px;
  }

  .p-public .layout__icon.i02 {
    top: 0;
    right: 300px;
  }

  .p-public .layout__icon.i03 {
    top: 90px;
    right: 180px;
  }

  .p-public .layout__icon.i04 {
    top: 170px;
    right: 40px;
  }

  .p-public .layout__icon.i05 {
    bottom: 190px;
    right: 0;
  }

  .p-public .layout__icon.i06 {
    bottom: 90px;
    right: 160px;
  }

  .p-public .layout__icon.i07 {
    bottom: 0px;
    right: 280px;
  }

  .p-public .layout__icon.i08 {
    bottom: 130px;
    left: 190px;
  }

  .p-public .layout__icon.i09 {
    bottom: 250px;
    left: 50px;
  }

  .p-public .layout__img {
    margin-left: 60px;
    margin-top: 40px;
    z-index: 0;
  }

  .p-public .layout__check {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 4;
  }

  .p-public .layout__check svg {
    transition: all 0.3s;
  }

  .p-public .layout__check:hover svg {
    transform: scale(1.1);
  }

  .p-public .layout__check:hover svg .txt {
    fill: #000;
  }

  .p-public .layout__check:hover svg .bg {
    fill: #fff;
  }

  .p-public .layout__check:hover svg .arrow {
    fill: #767676;
    stroke: #fff;
  }

  .p-public .layout .laypoint {
    margin-top: -50px;
  }

  .p-public .layout .laypoint__box {
    background-color: #cecece;
    padding: 30px 30px 0;
  }

  .p-public .layout .laypoint__box:first-child {
    padding-top: 30px;
  }

  .p-public .layout .laypoint__wrap {
    border-radius: 10px;
    background-color: #fff;
  }

  .p-public .layout .laypoint__inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 50px 0 60px;
    font-weight: 600;
  }

  .p-public .layout .laypoint__ttl {
    text-align: center;
    background-image: url(../images/public/layout/brackets.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    width: 100%;
    height: 140px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .p-public .layout .laypoint__ttl p {
    padding-left: 60px;
  }

  .p-public .layout .laypoint__ttl img {
    position: absolute;
    left: 60px;
    bottom: 50px;
  }

  .p-public .layout .laypoint__ttl img:last-child {
    left: 160px;
    bottom: 10px;
  }

  .p-public .layout .laypoint__block {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }

  .p-public .layout .laypoint__txt {
    font-size: 16px;
    width: 480px;
  }

  .p-public .layout .laypoint__txt p {
    line-height: 1.875em;
  }

  .p-public .layout .laypoint__txt img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }

  .p-public .layout .laypoint__txt p + p {
    margin-top: 1.5em;
  }

  .p-public .layout .laypoint__img {
    width: 440px;
  }

  .p-public .layout .laypoint__img span {
    font-size: 12px;
    display: block;
    text-align: right;
  }

  .p-public .layout .laypoint__check {
    position: absolute;
    bottom: 60px;
    right: 0px;
  }

  .p-public .layout .laypoint__check svg {
    transition: all 0.3s;
  }

  .p-public .layout .laypoint__check:hover svg {
    transform: scale(1.1);
  }

  .p-public .layout .laypoint__check:hover svg .txt {
    fill: #000;
  }

  .p-public .layout .laypoint__check:hover svg .bg {
    fill: #fff;
  }

  .p-public .layout .laypoint__check:hover svg .arrow {
    fill: #767676;
    stroke: #fff;
  }

  .p-public .layout .laypoint__needs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-public .layout .laypoint__needs p {
    padding: 10px;
    font-size: 20px;
    position: relative;
  }

  .p-public .layout .laypoint__needs p::after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    background-image: url(../images/public/top/arrow03.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p-public .layout .laypoint__needs a {
    display: block;
    width: 462px;
    margin-top: 20px;
  }

  .p-public .layout .laypoint__needs span {
    margin-top: 5px;
    font-size: 16px;
    display: block;
  }

  .p-public .layout .laypoint__box03 .laypoint__ttl p {
    padding-left: 160px;
  }

  .p-public .layout .laypoint__box03 .laypoint__ttl img:last-child {
    left: 120px;
    bottom: 0px;
  }

  .p-public .layout .laypoint__box04 {
    padding-bottom: 20px;
  }

  .p-public .layout .laypoint__box04 .laypoint__txt {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-public .layout__wrap {
    padding: 0 20px 60px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/public/layout/bg.png);
    background-repeat: no-repeat;
    background-position: -44px 30px;
  }

  .p-public .layout__ttl {
    font-size: 20px;
  }

  .p-public .layout__ttl span {
    display: block;
    font-weight: 600;
    margin-top: 5px;
  }

  .p-public .layout__link {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .p-public .layout__link a {
    margin: 5px 0;
    width: 30%;
  }

  .p-public .layout__link a svg {
    width: 100%;
  }

  .p-public .layout__txt {
    position: static;
    text-align: left;
    font-weight: 600;
  }

  .p-public .layout__txt span {
    font-size: 28px;
    display: block;
  }

  .p-public .layout__txt em {
    font-weight: 600;
    line-height: 1.25em;
    font-size: 40px;
  }

  .p-public .layout__txt p {
    line-height: 1.875em;
    font-size: 16px;
    margin-top: 10px;
  }

  .p-public .layout__txt p + p {
    margin-top: 10px;
  }

  .p-public .layout__check {
    margin: 20px auto 0;
    width: 110px;
  }

  .p-public .layout__check svg {
    width: 110px;
  }

  .p-public .layout__imgarea {
    overflow-x: scroll;
    background-image: url(../images/public/layout/swip.svg);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .p-public .layout__img {
    width: 600px;
    max-width: none;
  }

  .p-public .layout .laypoint {
    margin-top: -30px;
  }

  .p-public .layout .laypoint__box {
    background-color: #cecece;
    padding: 20px 20px 0;
  }

  .p-public .layout .laypoint__box:first-child {
    padding-top: 20px;
  }

  .p-public .layout .laypoint__box:last-child {
    padding-bottom: 40px;
  }

  .p-public .layout .laypoint__inner {
    width: auto;
    padding: 20px 10px;
  }

  .p-public .layout .laypoint__ttl {
    text-align: center;
    background-image: none;
    background-size: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5em;
    position: relative;
    background-image: url(../images/public/layout/brackets_spl.svg),
      url(../images/public/layout/brackets_spr.svg);
    background-position: center left, center right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10% 0;
  }

  .p-public .layout .laypoint__ttl p {
    text-align: left;
    padding: 10px 10px 10px 120px;
  }

  .p-public .layout .laypoint__ttl img {
    z-index: 1;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: auto;
    width: 80px;
  }

  .p-public .layout .laypoint__ttl img:last-child {
    left: 30px;
    top: 70px;
    bottom: auto;
  }

  .p-public .layout .laypoint__block {
    display: block;
    margin-top: 0;
  }

  .p-public .layout .laypoint__txt {
    font-size: 14px;
    width: auto;
  }

  .p-public .layout .laypoint__txt p {
    line-height: 2.1428571429em;
  }

  .p-public .layout .laypoint__txt img {
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
  }

  .p-public .layout .laypoint__txt p + p {
    margin-top: 1.5em;
  }

  .p-public .layout .laypoint__img {
    width: auto;
  }

  .p-public .layout .laypoint__img img {
    margin: 20px auto;
    width: 100%;
  }

  .p-public .layout .laypoint__img span {
    font-size: 12px;
    display: block;
    text-align: right;
  }

  .p-public .layout .laypoint__check {
    position: static;
    width: 110px;
    margin: 0 auto;
    display: block;
  }

  .p-public .layout .laypoint__check svg {
    width: 110px;
  }

  .p-public .layout .laypoint__needs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-public .layout .laypoint__needs p {
    padding: 10px;
    font-size: 20px;
    position: relative;
  }

  .p-public .layout .laypoint__needs p::after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    background-image: url(../images/public/top/arrow03.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p-public .layout .laypoint__needs a {
    display: block;
    width: 462px;
    margin-top: 20px;
  }

  .p-public .layout .laypoint__needs span {
    margin-top: 5px;
    font-size: 16px;
    display: block;
  }
}

.p-public .point {
  position: relative;
  border-bottom: 3px solid #000;
  padding-bottom: 100px;
}

.p-public .point__kv {
  text-align: center;
}

.p-public .point__top {
  width: 150px;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: -20px;
  right: auto;
  z-index: 3;
}

.p-public .point__top img {
  transition: all 0.3s;
}

.p-public .point__top:hover img {
  transform: scale(1.1);
}

.p-public .point__top.js-pointtop {
  position: fixed;
  left: calc((100% - 1000px) / 2);
  right: auto;
  top: auto;
  bottom: 30px;
}

.p-public .point a {
  display: block;
}

.p-public .point__check {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 3;
}

.p-public .point__check img {
  transition: all 0.3s;
}

.p-public .point__check:hover img {
  transform: scale(1.1);
}

.p-public .point .area {
  border-top: 8px solid #707070;
  margin-top: -60px;
}

.p-public .point .area__wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.p-public .point .area__block {
  padding-top: 200px;
  position: relative;
  font-weight: 600;
}

.p-public .point .area__block::after {
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/public/top/arrow02.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-public .point .area__ttl {
  text-align: center;
  display: inline-block;
  position: relative;
}

.p-public .point .area__ttl p {
  font-size: 28px;
  color: #000;
  padding: 0px 80px;
  border: 4px solid #b1b1b1;
  border-radius: 30px;
}

.p-public .point .area__ttl img {
  position: absolute;
  top: -50px;
  right: -100px;
}

.p-public .point .area__ttl-txt {
  text-align: left;
  margin-top: 60px;
}

.p-public .point .area__ttl-txt em {
  font-weight: 600;
  font-size: 24px;
  display: block;
}

.p-public .point .area__ttl-txt span {
  margin-top: 5px;
  font-size: 16px;
  display: block;
}

.p-public .point .area__subttl {
  line-height: 1.6666666667em;
  font-size: 18px;
  width: 620px;
  margin: 40px auto 0;
  text-align: left;
}

.p-public .point .area__list {
  text-align: left;
  font-size: 20px;
  width: 740px;
  margin: 40px auto 0;
}

.p-public .point .area__box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.p-public .point .area__box-ph {
  width: 460px;
}

.p-public .point .area__box-txt {
  text-align: left;
  width: 460px;
  font-weight: 600;
}

.p-public .point .wide-txt .area__box-txt {
  text-align: left;
  width: 100%;
  max-width: 960px;
  font-weight: 600;
}

.p-public .point .area__box-txt em {
  font-weight: 600;
  font-size: 24px;
  display: block;
  border-bottom: 2px solid #707070;
}

.p-public .point .area__box-txt em i {
  font-size: 22px;
  font-style: normal;
}

.p-public .point .area__box-txt p {
  font-size: 20px;
  margin-top: 15px;
}

.p-public .point .area__box-txt span {
  margin-top: 5px;
  font-size: 16px;
  display: block;
  line-height: 1.875em;
}

.p-public .point .area__box-txt span + span {
  margin-top: 1em;
}

.p-public .point .area__box-txt span + em {
  margin-top: 2em;
}

.p-public .point .area__box-txt a {
  margin-top: 20px;
  display: inline-block;
}

.p-public .point .area__box-col {
  width: 446px;
  margin: 0 20px;
}

.p-public .point .area__box-col .area__box-ph,
.p-public .point .area__box-col .area__box-txt {
  width: auto;
}

@media screen and (min-width: 768px), print {
  .p-public .point .area__ttl p {
    min-width: 630px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .p-public .point__wrap {
    padding: 60px 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .p-public .point__check {
    position: static;
    width: 100px;
    margin: 20px auto 0;
  }

  .p-public .point__txt {
    font-weight: 600;
    text-align: left;
  }

  .p-public .point__txt span {
    font-size: 20px;
    display: block;
  }

  .p-public .point__txt em {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
  }

  .p-public .point__txt p {
    line-height: 1.8571428571em;
    font-size: 14px;
    margin-top: 20px;
  }

  .p-public .point__top {
    width: 80px;
    height: 80px;
    left: 15px;
    right: auto;
    top: auto;
    bottom: -80px;
  }

  .p-public .point__top.js-pointtop {
    left: 15px;
    right: auto;
    top: auto;
    bottom: 50px;
  }

  .p-public .point .area {
    margin-top: 30px;
  }

  .p-public .point .area__wrap {
    width: 100%;
  }

  .p-public .point .area__block {
    padding-top: 100px;
  }

  .p-public .point .area__block::after {
    position: absolute;
    content: "";
    top: 40px;
    width: 30px;
    height: 30px;
  }

  .p-public .point .area__ttl {
    display: block;
    padding: 0 20px;
  }

  .p-public .point .area__ttl p {
    font-size: 20px;
    padding: 10px 20px;
    border: 3px solid #b1b1b1;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .p-public .point .area__ttl img {
    position: absolute;
    bottom: -70px;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80px;
  }

  .p-public .point .area__ttl-txt {
    margin-top: 30px;
    padding: 0 20px;
  }

  .p-public .point .area__ttl-txt em {
    font-size: 20px;
  }

  .p-public .point .area__ttl-txt span {
    margin-top: 5px;
    font-size: 14px;
  }

  .p-public .point .area__subttl {
    line-height: 1.375em;
    font-size: 16px;
    width: auto;
    padding: 0 20px;
    margin: 80px auto 0;
    text-align: left;
  }

  .p-public .point .area__list {
    font-size: 14px;
    width: auto;
    padding: 0 20px;
    margin: 20px auto 0;
  }

  .p-public .point .area__list li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .p-public .point .area__box {
    padding: 0 20px;
    margin-top: 40px;
    display: block;
  }

  .p-public .point .area__box .area__box-ph + .area__box-ph {
    margin-top: 20px;
  }

  .p-public .point .area__box-ph {
    width: auto;
  }

  .p-public .point .area__box-txt {
    width: auto;
    margin-top: 10px;
  }

  .p-public .point .area__box-txt em {
    font-size: 18px;
  }

  .p-public .point .area__box-txt em i {
    font-size: 14px;
  }

  .p-public .point .area__box-txt p {
    font-size: 16px;
    margin-top: 5px;
  }

  .p-public .point .area__box-txt span {
    margin-top: 5px;
    font-size: 14px;
  }

  .p-public .point .area__box-txt span + em {
    margin-top: 1em;
  }

  .p-public .point .area__box-txt a {
    margin: 0 auto;
    margin-top: 30px;
    width: 50%;
    display: block;
  }

  .p-public .point .area__box-col {
    width: auto;
    margin: 40px auto 0;
  }

  .p-public .point .area__box-col img {
    width: 100%;
  }

  .p-public .point .area__box-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-public .modal__problems {
  background: #fff;
  border-radius: 10px;
  border: solid 2px;
  padding: 20px;
}

.p-public .modal__problems:nth-of-type(n + 2) {
  margin-top: 20px;
}

.p-public .modal__problems-txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-public .modal__problems-small {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .p-public .modal {
    position: fixed;
    top: 55%;
    left: 50%;
    z-index: 101;
    display: none;
    transform: translate(-50%, -50%);
  }

  .p-public .modal__close {
    position: absolute;
    top: 40px;
    right: 40px;
  }

  .p-public .modal__content {
    width: 1146px;
    margin: 0 auto;
    max-height: 600px;
    overflow-y: scroll;
    background-color: #d2ded5;
    border: 8px solid #b1b1b1;
    border-radius: 30px;
    z-index: 10;
    padding: 40px;
    box-sizing: border-box;
  }

  .p-public .modal__content-img {
    width: 540px;
    margin-right: 20px;
    text-align: center;
  }

  .p-public .modal__content-txt {
    width: 580px;
    text-align: left;
    font-weight: 600;
  }

  .p-public .modal__content-txt em {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3846153846em;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }

  .p-public .modal__content-txt em::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #774a00;
    bottom: -15px;
    left: 0;
  }

  .p-public .modal__content-txt span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    padding-top: 15px;
  }

  .p-public .modal__content-txt p {
    padding-top: 15px;
    font-size: 17px;
  }

  .p-public .modal__content-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-public .modal__content-box {
    width: 50%;
    display: flex;
    margin-top: 15px;
  }

  .p-public .modal__content-box em {
    font-size: 18px;
  }

  .p-public .modal__content-box p {
    font-size: 15px;
    font-weight: normal;
  }

  .p-public .modal__content-box div {
    width: calc(100% - 80px);
  }

  .p-public .modal__content-box span {
    font-weight: normal;
    box-sizing: border-box;
    padding: 15px 2px;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #798304;
    color: #798304;
    font-size: 30px;
    line-height: 1;
    text-align: center;
  }

  .p-public .modal__content-box span i {
    display: block;
    font-size: 10px;
  }

  .p-public .modal__wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p-public .modal__wrap .user__ttl {
    width: 374px;
  }

  .p-public .modal__wrap .user__ttl img {
    margin-top: 10px;
  }

  .p-public .modal__wrap .user__ttl p {
    font-size: 18px;
  }

  .p-public .modal__wrap .user__ttl em {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-public .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 80%;
    overflow-y: scroll;
    box-sizing: border-box;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    z-index: 101;
    display: none;
  }

  .p-public .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
  }

  .p-public .modal__content {
    border: 4px solid #b1b1b1;
    border-radius: 15px;
    z-index: 10;
    padding: 40px 20px 20px;
  }

  .p-public .modal__content-img {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .p-public .modal__content-txt em {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }

  .p-public .modal__content-txt em::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #774a00;
    bottom: -15px;
    left: 0;
  }

  .p-public .modal__content-txt span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding-top: 15px;
  }

  .p-public .modal__content-txt p {
    padding-top: 15px;
    font-size: 14px;
  }
}

.p-public #user01 .modal__content {
  background-color: #f8f6f2;
}

.p-public #user03 .modal__content {
  background-color: #fcf2f5;
}

.p-public #user03 .modal__content-txt {
  width: auto;
}

.p-public #user03 .modal__content-txt em::after {
  background-color: #b90646;
}

.p-public #user04 .modal__content {
  background-color: #f2f9f9;
}

.p-public #user04 .modal__content-txt {
  width: auto;
}

.p-public #user04 .modal__content-txt em::after {
  background-color: #00858b;
}

.p-public #user06 .modal__content {
  background-color: #f8f9f2;
}

.p-public #user06 .modal__content-txt em::after {
  background-color: #798304;
}

.p-public #user07 .modal__content {
  background-color: #f4f9f7;
}

.p-public #user07 .modal__content-txt {
  width: auto;
}

.p-public #user07 .modal__content-txt em::after {
  background-color: #2b8d5c;
}

.p-public #user09 .modal__content {
  background-color: #fbf8f3;
}

.p-public .modal-u03-3 .modal__wrap {
  display: block;
}

.p-public .modal-u03-3 .modal__content-img {
  display: flex;
  justify-content: space-between;
  width: auto;
  margin-top: 15px;
}

.p-public .modal-u03-3 .modal__content-img img:nth-child(1) {
  width: 410px;
}

.p-public .modal-u03-3 .modal__content-img img:nth-child(2) {
  width: 470px;
}

@media screen and (max-width: 767px) {
  .p-public .modal-u03-3 .modal__content-img {
    display: block;
  }

  .p-public .modal-u03-3 .modal__content-img img:nth-child(1) {
    width: auto;
  }

  .p-public .modal-u03-3 .modal__content-img img:nth-child(2) {
    margin-top: 30px;
    width: auto;
  }
}

.p-public .modal-u04-2 .modal__wrap {
  display: block;
}

.p-public .modal-u04-2 .modal__content-img {
  width: auto;
  margin: 20px 0 0;
  text-align: center;
}

.p-public .modal-u06-1 .modal__content-txt img {
  margin-top: 20px;
}

.p-public .modal-u06-2 .modal__wrap {
  align-items: flex-start;
  justify-content: space-between;
}

.p-public .modal-u06-2 .modal__content-txt {
  width: 100%;
}

.p-public .modal-u06-2 .modal__content-txt em {
  width: 100%;
}

.p-public .modal-u06-2 .modal__content-txt span {
  padding-left: 20px;
  position: relative;
}

.p-public .modal-u06-2 .modal__content-txt span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  background-color: #798304;
}

.p-public .modal-u06-2 .modal__problems {
  border-color: #798304;
}

.p-public .modal-u06-2 .modal__problems-txt {
  color: #798304;
}

.p-public .modal-u06-3 .modal__wrap {
  display: block;
}

.p-public .modal-u06-3 .modal__content-txt {
  width: auto;
}

.p-public .modal-u06-3 .modal__content-img {
  width: auto;
  margin: 40px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-public .modal-u06-2 .modal__wrap {
    display: block;
  }

  .p-public .modal-u06-2 .modal__content-txt {
    width: auto;
    margin-top: 30px;
  }
}

.p-public .modal-u07-1 .modal__content {
  padding: 40px 130px;
}

.p-public .modal-u07-1 .modal__content-txt {
  width: auto;
}

.p-public .modal-u07-1 .modal__content-block {
  margin-top: 30px;
}

.p-public .modal-u07-1 .modal__content-box {
  width: 50%;
  display: flex;
  margin-top: 15px;
}

.p-public .modal-u07-1 .modal__content-box em {
  font-size: 20px;
  margin-bottom: 0;
}

.p-public .modal-u07-1 .modal__content-box em::after {
  display: none;
}

.p-public .modal-u07-1 .modal__content-box p {
  font-size: 16px;
  font-weight: 600;
  padding-top: 0;
}

.p-public .modal-u07-1 .modal__content-box div {
  width: calc(100% - 80px);
}

.p-public .modal-u07-1 .modal__content-box span {
  font-weight: normal;
  box-sizing: border-box;
  padding: 15px 2px;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #2b8d5c;
  color: #2b8d5c;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}

.p-public .modal-u07-1 .modal__content-box span i {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

.p-public .modal-u07-2 .modal__content {
  padding: 40px 260px;
}

.p-public .modal-u07-2 .modal__content img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-public .modal-u07-1 .modal__content {
    padding: 40px 20px;
  }

  .p-public .modal-u07-1 .modal__content-box {
    width: 100%;
  }

  .p-public .modal-u07-2 .modal__content {
    padding: 40px 20px;
  }

  .p-public .modal-u07-3 .modal__content img {
    width: 90px;
  }
}

.p-public .modal-u08-1 .modal__content {
  background: #f3e8e8;
}

.p-public .modal-u08-1 .modal__content-txt {
  width: 100%;
}

.p-public .modal-u08-1 .modal__content-txt em:after {
  background: #882525;
}

.p-public .modal-u08-1 .modal__bg {
  margin-top: 20px;
  background: #e7d3d3;
  border-radius: 10px;
  padding: 25px 35px 35px;
}

.p-public .modal-u08-1 .modal__bg-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-public .modal-u08-1 .modal__problems {
  border-color: #882525;
}

.p-public .modal-u08-1 .modal__problems-txt {
  color: #882525;
}

.p-public .modal-u09-1 .modal__content-txt img {
  margin-top: 30px;
}

.p-public .modal-mv01 .modal__close,
.p-public .modal-mv02 .modal__close,
.p-public .modal-mv03 .modal__close,
.p-public .modal-mv04 .modal__close,
.p-public .modal-mv05 .modal__close {
  top: -45px;
  right: -45px;
}

@media screen and (max-width: 767px) {
  .p-public .modal-mv01 .modal__close,
  .p-public .modal-mv02 .modal__close,
  .p-public .modal-mv03 .modal__close,
  .p-public .modal-mv04 .modal__close,
  .p-public .modal-mv05 .modal__close {
    top: -20px;
    right: -20px;
  }

  .p-public .modal video {
    width: 100%;
  }
}

.p-public a[class^="modal__anker"] img {
  transition: all 0.3s;
}

.p-public a[class^="modal__anker"]:hover img {
  transform: scale(1.1);
}

.p-public .data {
  position: relative;
  font-weight: 600;
}

.p-public .data .kv {
  height: 400px;
}

.p-public .data .kv__wrap {
  padding: 90px 0 110px;
}

.p-public .data .kv__ttl {
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
}

.p-public .data .kv__ttl em {
  font-weight: 600;
  line-height: 1.0869565217em;
  font-size: 46px;
}

.p-public .data .kv__img {
  top: 30px;
  right: 0;
  animation: none;
}

.p-public .data .kv__img img {
  opacity: 1;
  width: 400px;
}

.p-public .data .kv p {
  line-height: 1.85em;
  font-size: 16px;
  margin-top: 20px;
}

.p-public .data__category {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  padding: 4px 5px;
  width: 180px;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
}

.p-public .data__category.-toilet {
  background-color: #0743b4;
}

.p-public .data__category.-hospital {
  background-color: #16675a;
}

.p-public .data__category.-facility {
  background-color: #872e8e;
}

.p-public .data__category.-housing {
  background-color: #c71f73;
}

.p-public .data__category.-other {
  background-color: #505050;
}

.p-public .data__ttl {
  border-bottom: 1px solid #d5d5d5;
}

.p-public .data__ttl-p {
  position: relative;
}

.p-public .data__ttl-p::after {
  top: 50%;
  margin-top: -13px;
  right: 15px;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #505050;
  border-radius: 50%;
}

.p-public .data__ttl-p em {
  display: block;
  padding: 10px 0;
  font-weight: 600;
  font-size: 22px;
}

.p-public .data__ttl-p em::before,
.p-public .data__ttl-p em::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 3px;
  background-color: #fff;
  top: 50%;
  margin-top: -2px;
  right: 21px;
  z-index: 2;
}

.p-public .data__ttl-p em::after {
  transform: rotate(90deg);
}

.p-public .data__ttl-p em.is-open::after {
  transform: rotate(0);
}

.p-public .data__content {
  display: none;
}

.p-public .data__content-ttl {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}

.p-public .data__content-txt {
  line-height: 1.875em;
  font-size: 16px;
}

.p-public .data__content-txt span {
  font-size: 14px;
}

.p-public .data__content-txt table {
  width: 100%;
}

.p-public .data__content-txt table th,
.p-public .data__content-txt table td {
  border: 1px solid #c9c9c9;
  font-weight: 600;
  box-sizing: border-box;
  padding: 24px;
}

.p-public .data__content-txt table th {
  width: 700px;
}

.p-public .data__content-txt table td {
  width: 260px;
  background-color: #f8f8f8;
}

.p-public .data__content-source {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

.p-public .data__content-img {
  text-align: center;
  margin-top: 50px;
}

.p-public .data__content-img-2col {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.p-public .data__content-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.p-public .data__content-btn a {
  width: 280px;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 2px 40px 2px 10px;
  box-sizing: border-box;
  background-color: #505050;
  border-radius: 17px;
  position: relative;
}

.p-public .data__content-btn a::after {
  position: absolute;
  content: "";
  background-image: url(../images/deepen/data/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  right: 13px;
  top: 6px;
}

@media screen and (min-width: 768px), print {
  .p-public .data__wrap {
    padding: 65px 0 120px;
    width: 960px;
    margin: 0 auto;
    position: relative;
    font-weight: 600;
  }

  .p-public .data__box + .data__box {
    margin-top: 60px;
  }

  .p-public .data__date {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin: 0 15px;
  }

  .p-public .data__lead {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }

  .p-public .data__lead-thum {
    width: 180px;
  }

  .p-public .data__lead-txt {
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 1.875em;
  }
}

@media screen and (max-width: 767px) {
  .p-public .data .kv {
    height: auto;
  }

  .p-public .data .kv__wrap {
    padding: 0 20px 60px;
  }

  .p-public .data .kv__ttl {
    font-size: 40px;
  }

  .p-public .data .kv__ttl em {
    font-size: 40px;
  }

  .p-public .data .kv p {
    font-size: 16px;
    line-height: 1.875em;
  }

  .p-public .data .kv__img {
    position: static;
    width: auto;
    height: auto;
  }

  .p-public .data .kv__img img {
    display: block;
    position: static;
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-bottom: -120px;
  }

  .p-public .data__wrap {
    padding: 35px 20px;
  }

  .p-public .data__box + .data__box {
    margin-top: 60px;
  }

  .p-public .data__category {
    padding: 4px 5px;
    width: 120px;
    font-size: 12px;
  }

  .p-public .data__date {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin: 0 15px;
  }

  .p-public .data__lead {
    margin-top: 30px;
    display: block;
  }

  .p-public .data__lead-thum {
    width: 180px;
    margin: 0 auto;
  }

  .p-public .data__lead-txt {
    margin-top: 20px;
    width: 100%;
  }

  .p-public .data__ttl-p em {
    padding-right: 60px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .p-public .data__content {
    display: none;
  }

  .p-public .data__content-ttl {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .p-public .data__content-txt {
    line-height: 1.8571428571em;
    font-size: 14px;
  }

  .p-public .data__content-txt span {
    font-size: 12px;
  }

  .p-public .data__content-txt table {
    width: 100%;
  }

  .p-public .data__content-txt table th,
  .p-public .data__content-txt table td {
    border: 1px solid #c9c9c9;
    font-weight: 600;
    box-sizing: border-box;
    padding: 10px;
  }

  .p-public .data__content-txt table th {
    width: 70%;
  }

  .p-public .data__content-txt table td {
    width: 30%;
    background-color: #f8f8f8;
  }

  .p-public .data__content-source {
    font-size: 12px;
  }

  .p-public .data__content-img {
    margin-top: 30px;
  }

  .p-public .data__content-img-2col {
    margin-top: 30px;
    display: block;
  }

  .p-public .data__content-img-2col img {
    margin-top: 10px;
  }

  .p-public .data__content-btn {
    display: block;
    justify-content: center;
    margin-top: 30px;
  }

  .p-public .data__content-btn a {
    width: 280px;
    margin: 10px auto;
    display: block;
  }
}

@keyframes fadeSlideL {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeSlideR {
  from {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.p-public .kv__lead .js-inview {
  opacity: 0;
  animation: fadeSlideL 0.5s ease-out 0s forwards;
}

.p-public .kv__lead p.js-inview {
  animation-delay: 0.1s;
}

.p-public .kv__lead .kv__lead-icon {
  animation-delay: 0.2s;
}

@keyframes kvSlide01 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes kvSlide02 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes kvSlide03 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes kvSlide04 {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounding {
  from {
    opacity: 0;
    transform: scale(1.8);
  }

  25% {
    transform: scale(0.6);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(0, -10px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes expand {
  from {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.1, 1.1);
  }
}

.p-public .kv__img {
  width: 530px;
  animation: floating 3s infinite linear alternate;
  animation-delay: 3s;
}

.p-public .kv__img > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

.p-public .kv__img-01 {
  animation: kvSlide01 1s ease-out 0s forwards;
}

.p-public .kv__img-02 {
  animation: kvSlide02 1s ease-out 0s forwards;
  animation-delay: 0.5s;
}

.p-public .kv__img-03 {
  animation: kvSlide03 1s ease-out 0s forwards;
  animation-delay: 1s;
}

.p-public .kv__img-04 {
  animation: kvSlide04 1s ease-out 0s forwards;
  animation-delay: 1.5s;
}

.p-public .kv__img-05 {
  animation: bounding 1s ease-out 0s forwards;
  animation-delay: 2.5s;
}

.p-public .kv__img-05 img {
  animation: expand 3s steps(2) 0s infinite;
  animation-delay: 3s;
}

@media screen and (max-width: 767px) {
  .p-public .kv__img {
    width: 340px;
    height: 300px;
    position: relative;
    margin: 30px auto;
    max-width: 100%;
  }
}

.p-public .cont__box,
.p-public .cont__box02,
.p-public .cont__box03,
.p-public .cont__box_ud {
  transition: opacity 0.8s, transform 0.8s;
}

.p-public .cont__box.is-hidden.-order-1,
.p-public .cont__box.is-hidden.-order-2,
.p-public .cont__box02.is-hidden.-order-1,
.p-public .cont__box02.is-hidden.-order-2,
.p-public .cont__box03.is-hidden.-order-1,
.p-public .cont__box03.is-hidden.-order-2,
.p-public .cont__box_ud.is-hidden.-order-1,
.p-public .cont__box_ud.is-hidden.-order-2 {
  transition-delay: 0s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  70% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  80% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }

  90% {
    opacity: 1;
    transform: translate3d(0, -5px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.p-public .layout__icon {
  animation: bounding 0.5s ease-out 0s forwards;
  animation-delay: 1s;
}

.p-public .layout__icon.-order-1 {
  animation-delay: 1.3s;
}

.p-public .layout__icon.-order-2 {
  animation-delay: 1.6s;
}

.p-public .layout__icon.-order-3 {
  animation-delay: 1.9s;
}

.p-public .layout__icon.-order-4 {
  animation-delay: 2.2s;
}

.p-public .layout__icon.-order-5 {
  animation-delay: 2.5s;
}

.p-public .layout__icon.-order-6 {
  animation-delay: 2.8s;
}

.p-public .layout__icon.-order-7 {
  animation-delay: 3.1s;
}

.p-public .layout__icon.-order-8 {
  animation-delay: 3.4s;
}

.p-public .layout__icon.-order-9 {
  animation-delay: 3.7s;
}

.p-public .layout__txt em,
.p-public .layout__txt p,
.p-public .layout__txt span {
  display: block;
  opacity: 0;
  animation: fadeSlideR 0.5s ease-out 0s forwards;
}

.p-public .layout__txt p {
  animation-delay: 0.5s;
}

.p-public .layout__img {
  opacity: 0;
  animation: fadeUp 0.8s ease 0s forwards;
  animation-delay: 0.5s;
}

.p-public .laypoint__ttl img.is-hidden {
  opacity: 0;
}

.p-public .laypoint__ttl img.is-view {
  animation: bounding 0.5s ease-out 0s forwards;
  animation-delay: 0.5s;
}

.p-public .point .area__ttl img.is-hidden {
  opacity: 0;
}

.p-public .point .area__ttl img.is-view {
  animation: bounding 0.5s ease-out 0s forwards;
  animation-delay: 0.5s;
}

@media screen and (min-width: 664px) {
  .products_link_ul_ud {
    width: 100%;
  }

  .products_link_ul_ud span.title02 {
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    border: none;
    display: block;
  }

  .products_link_ul_ud ul {
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
  }

  .products_link_ul_ud li {
    margin-top: -40px;
    width: 400px;
    float: left;
    margin-right: 80px;
  }

  .products_link_ul_ud li:last-child {
    margin-right: 0;
  }

  .products_link_ul_ud li span {
    display: block;
  }

  .products_link_ul_ud li span.text {
    margin-top: -30px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 86%;
  }
}

@media screen and (max-width: 663px) {
  .products_link_ul_ud {
    width: 100%;
  }

  .products_link_ul_ud span.title02 {
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
    border: none;
    display: block;
  }

  .products_link_ul_ud ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }

  .products_link_ul_ud li {
    margin-top: -40px;
    width: 300px;
    float: left;
    margin-right: 80px;
  }

  .products_link_ul_ud li:last-child {
    margin-right: 0;
  }

  .products_link_ul_ud li span {
    display: block;
  }

  .products_link_ul_ud li span.text {
    margin-top: -30px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 86%;
  }
}

.products_link_ul_ud p.cap {
  font-size: 86%;
}

#coloring {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32px;
  margin: 0 auto;
  font-size: 15px;
  background-image: url(/ud/assets/images/house/coloring/main_img01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: top;
  overflow: hidden;
  color: #121212;
}

#coloring h1 {
  text-align: center;
}

@media screen and (max-width: 736px) {
  #coloring {
    background-image: url(/ud/assets/images/house/coloring/main_img01_sp.jpg);
    line-height: 30px;
    font-size: 14px;
  }
}

#coloring .main_box img {
  width: 975px;
  filter: drop-shadow(2px 5px 8px rgba(0, 0, 0, 0.4));
  margin: 110px auto 170px auto;
}

@media screen and (max-width: 736px) {
  #coloring .main_box {
    margin: 50px 0 100px 0;
  }

  #coloring .main_box img {
    width: 84%;
    margin: 0 8%;
  }
}

#coloring .contents {
  width: 975px;
  margin: 0 auto;
  background-color: white;
  border-radius: 30px;
}

@media screen and (max-width: 736px) {
  #coloring .contents {
    width: 84%;
    border-radius: 24px;
  }
}

#coloring .author {
  padding: 50px;
  display: flex;
  align-items: center;
}

#coloring .author .author_img {
  width: 113px;
  margin-right: 30px;
}

#coloring .author .author_text h2 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 12px;
}

#coloring .author .author_text h2 span {
  font-size: 14px;
}

#coloring .author .author_text p {
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 736px) {
  #coloring .author {
    padding: 5% 5% 2% 5%;
  }

  #coloring .author .author_img {
    width: 25%;
    margin-right: 3%;
  }

  #coloring .author .author_text h2 {
    font-size: 21px;
    font-weight: 700;
  }

  #coloring .author_sp {
    width: 84%;
    margin: 0 auto;
    line-height: 23px;
    font-size: 13px;
  }
}

#coloring .list {
  padding: 10px 50px 80px 50px;
}

#coloring .list h2 {
  display: flex;
  align-items: center;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
}

#coloring .list h2 img {
  margin-right: 10px;
}

#coloring .list ul {
  display: flex;
  justify-content: space-between;
}

#coloring .list ul li {
  width: 206px;
  border: 2px #121212 solid;
  text-align: center;
  position: relative;
  transition: 0.3s;
  opacity: 1;
}

#coloring .list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#coloring .list ul li:hover {
  transition: 0.3s;
  opacity: 0.5;
}

#coloring .list ul li .button {
  padding: 15px 0;
}

#coloring .list ul li .button p {
  text-align: center;
  margin-top: 10px;
}

#coloring .list .caution01 {
  font-size: 12px;
  margin-top: 30px;
  line-height: 30px;
}

@media screen and (max-width: 736px) {
  #coloring .list {
    padding: 80px 0px;
    width: 100%;
  }

  #coloring .list h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }

  #coloring .list h2 img {
    width: 30px;
  }

  #coloring .list ul {
    flex-wrap: wrap;
  }

  #coloring .list ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  #coloring .list .caution01 {
    margin-top: 0px;
    line-height: 22px;
  }
}

#coloring .caution02 {
  background-color: #efefef;
  padding-bottom: 50px;
  font-size: 12px;
}

#coloring .caution02_inner {
  width: 975px;
  margin: 0 auto;
  padding: 50px;
  line-height: 24px;
}

#coloring .caution02_inner {
  width: 975px;
  margin: 0 auto;
  padding: 30px 50px 50px 50px;
  line-height: 24px;
}

#coloring .caution02_inner p {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  #coloring .caution02_inner {
    width: 84%;
    padding: 30px 0;
    line-height: 22px;
  }
}

.fadeinUp {
  opacity: 0;
  transition: all 1000ms;
  transform: translate(0px, -40px);
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.p-public.think .img-wrap {
  text-align: center;
}

.p-public.think .ttl-balloon {
  text-align: center;
}

.p-public.think .ttl-balloon .txt {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 70px;
}

.p-public.think .ttl-balloon .txt:before,
.p-public.think .ttl-balloon .txt:after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 3px;
  background: #000;
  bottom: 24px;
}

.p-public.think .ttl-balloon .txt:before {
  left: 0;
  transform: rotate(65deg);
}

.p-public.think .ttl-balloon .txt:after {
  right: 0;
  transform: rotate(-65deg);
}

.p-public.think .ttl-balloon--needs {
  margin-bottom: 99px;
  position: relative;
}

.p-public.think .ttl-balloon--needs .txt {
  line-height: 1.3333333333;
}

@media (max-width: 767px) {
  .p-public.think .ttl-balloon .txt {
    font-size: 20px;
    padding: 0 35px;
  }

  .p-public.think .ttl-balloon .txt:before,
  .p-public.think .ttl-balloon .txt:after {
    width: 20px;
    bottom: 12px;
  }
}

.p-public.think .btn-arrow {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  position: relative;
  color: #fff;
  font-weight: bold;
  background: #286156;
  border-radius: 100px;
  transition: 0.3s ease;
}

.p-public.think .btn-arrow:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 50%;
}

.p-public.think .btn-arrow:after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 4px #286156;
  border-right: solid 4px #286156;
  transform: rotate(45deg);
}

.p-public.think .btn-arrow:hover {
  opacity: 0.7;
}

.p-public.think .question {
  padding-left: 50px;
  position: relative;
}

.p-public.think .question .q {
  font-family: "arial", sans-serif;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: calc(50% - 35px);
}

.p-public.think .question .txt {
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-public.think .question {
    padding-left: 30px;
  }

  .p-public.think .question .q {
    font-size: 26px;
    top: calc(50% - 26px);
  }
}

.p-public.think .source {
  text-align: right;
  font-size: 14px;
  line-height: 1.5714285714;
}

.p-public.think .source.center {
  text-align: center;
}

@media (max-width: 767px) {
  .p-public.think .source {
    text-align: left;
    font-size: 12px;
  }

  .p-public.think .source.center {
    text-align: left;
  }
}

.p-public.think .intro {
  background: #f8f8f7;
  text-align: center;
  padding: 43px 0 72px;
  margin-bottom: 43px;
  position: relative;
}

.p-public.think .intro .ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-public.think .intro .lead {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 21px;
}

.p-public.think .intro .txt {
  font-size: 20px;
  line-height: 1.6;
}

.p-public.think .intro .panf {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 340px;
  max-width: 18%;
  transition: 0.3s ease;
}

.p-public.think .intro .panf:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .p-public.think .intro {
    padding: 30px 5% 20px;
    margin-bottom: 30px;
  }

  .p-public.think .intro .ttl {
    font-size: 24px;
    line-height: 1.5;
  }

  .p-public.think .intro .lead {
    font-size: 20px;
    line-height: 1.5;
  }

  .p-public.think .intro .txt {
    font-size: 16px;
    text-align: left;
  }

  .p-public.think .intro .panf {
    position: static;
    margin: 30px 0 0;
    display: inline-block;
    max-width: 100%;
    width: 200px;
  }
}

.p-public.think .voice {
  width: 1240px;
  max-width: 90%;
  margin: 0 auto 133px;
}

.p-public.think .voice .ttl-balloon {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-public.think .voice .ttl-balloon {
    margin-bottom: 25px;
  }
}

.p-public.think .voice__ttl {
  text-align: center;
  margin-bottom: 50px;
}

.p-public.think .voice__txt {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 139px;
}

@media (max-width: 767px) {
  .p-public.think .voice__txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

.p-public.think .voice .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 74px;
}

@media (min-width: 768px) {
  .p-public.think .voice .img-list .box:nth-of-type(odd) {
    margin-right: 35px;
  }

  .p-public.think .voice .img-list .box:nth-of-type(n + 3) {
    margin-top: 42px;
  }
}

@media (max-width: 767px) {
  .p-public.think .voice .img-list .box:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.p-public.think .voice .btn-row {
  text-align: center;
  margin-bottom: 105px;
}

.p-public.think .voice .btn-arrow {
  width: 450px;
  padding: 11px 0;
  font-size: 30px;
  line-height: 1.3;
}

.p-public.think .voice .btn-arrow:before {
  width: 35px;
  height: 35px;
  right: 24px;
  top: calc(50% - 18px);
}

.p-public.think .voice .btn-arrow:after {
  width: 8px;
  height: 8px;
  right: 38px;
  top: calc(50% - 5px);
}

@media (max-width: 767px) {
  .p-public.think .voice .btn-arrow {
    font-size: 16px;
    padding: 5px 0;
  }

  .p-public.think .voice .btn-arrow:before {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
  }

  .p-public.think .voice .btn-arrow:after {
    width: 6px;
    height: 6px;
    right: 34px;
    top: calc(50% - 4px);
  }
}

.p-public.think .voice .voice__ttl--2 {
  margin-bottom: 37px;
}

.p-public.think .voice__img-row {
  display: flex;
  margin-bottom: 130px;
}

@media (min-width: 768px) {
  .p-public.think .voice__img-row .box {
    width: 50%;
  }

  .p-public.think .voice__img-row .box:first-of-type {
    text-align: right;
  }

  .p-public.think .voice__img-row .box:last-of-type {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .p-public.think .voice__img-row {
    display: block;
  }

  .p-public.think .voice__img-row .box + .box {
    margin-top: 30px;
  }
}

.p-public.think .voice__chart-row {
  display: flex;
}

.p-public.think .voice__chart-row .box {
  width: 50%;
}

.p-public.think .voice__chart-row .lead {
  font-size: 20px;
  margin-bottom: 19px;
}

.p-public.think .voice__chart-row .question {
  margin-bottom: 16px;
}

.p-public.think .voice__chart-row .question .txt {
  font-size: 20px;
  line-height: 1.6;
}

.p-public.think .voice__chart-row .question .small {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.p-public.think .voice__chart-row .chart-wrap {
  text-align: right;
  margin-right: 56px;
  margin-bottom: 62px;
}

.p-public.think .voice__chart-row .answer {
  border: solid 4px #b1b1b1;
  border-radius: 20px;
  padding: 26px 11px 24px;
  position: relative;
  margin-right: 40px;
  min-height: 64px;
}

.p-public.think .voice__chart-row .answer:before,
.p-public.think .voice__chart-row .answer:after {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  border-bottom: solid 50px #b1b1b1;
  bottom: 100%;
  right: 124px;
}

.p-public.think .voice__chart-row .answer:after {
  border-bottom: solid 50px #fff;
  bottom: calc(100% - 12px);
}

.p-public.think .voice__chart-row .answer .ttl {
  font-size: 20px;
  font-weight: bold;
}

.p-public.think .voice__chart-row .answer .txt {
  font-size: 20px;
  line-height: 1.6;
}

.p-public.think .voice__chart-row .answer .bold {
  font-weight: bold;
}

.p-public.think .voice__chart-row .source {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .p-public.think .voice__chart-row {
    display: block;
  }

  .p-public.think .voice__chart-row .box {
    width: 100%;
  }

  .p-public.think .voice__chart-row .box + .box {
    margin-top: 60px;
  }

  .p-public.think .voice__chart-row .lead {
    font-size: 16px;
  }

  .p-public.think .voice__chart-row .question .txt {
    font-size: 16px;
  }

  .p-public.think .voice__chart-row .question .small {
    font-size: 14px;
  }

  .p-public.think .voice__chart-row .chart-wrap {
    text-align: center;
    margin: 0 0 30px;
  }

  .p-public.think .voice__chart-row .answer {
    margin: 0;
    min-height: auto;
  }

  .p-public.think .voice__chart-row .answer:before,
  .p-public.think .voice__chart-row .answer:after {
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 30px;
    right: 40px;
  }

  .p-public.think .voice__chart-row .answer .ttl {
    font-size: 16px;
  }

  .p-public.think .voice__chart-row .answer .txt {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .p-public.think .proposal img {
    margin: 0 auto;
  }

  .p-public.think .proposal__ttl em {
    line-height: 1;
  }

  .p-public.think .proposal__ttl p {
    font-size: 34px;
  }

  .p-public.think .proposal__ttl + img {
    margin-top: 18px;
  }

  .p-public.think .proposal__subttl {
    font-size: 31px;
    line-height: 1.2580645161;
  }

  .p-public.think .proposal__lead {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 0;
    width: 110%;
    margin-left: -5%;
  }

  .p-public.think .proposal__ex {
    margin-top: 34px;
  }

  .p-public.think .proposal__ex p {
    font-size: 14px;
    line-height: 1.5714285714;
    text-align: left;
  }

  .p-public.think .proposal__ex-box {
    justify-content: space-between;
  }

  .p-public.think .proposal__ex-box p {
    width: 285px;
  }

  .p-public.think .proposal__block02 {
    margin-top: 62px;
    padding-top: 54px;
  }

  .p-public.think .proposal__block02 .proposal__ttl + img {
    margin-top: 30px;
  }

  .p-public.think .proposal__block03 {
    margin-top: 90px;
    padding-top: 54px;
  }

  .p-public.think .proposal__block03 .proposal__ttl + img {
    margin-top: 28px;
  }
}

.p-public.think .proposal {
  width: 600px;
  margin: 0 auto 129px;
  text-align: center;
  box-shadow: 20px 30px 0px 0px #286156;
  padding: 35px 134px 120px;
}

@media (max-width: 767px) {
  .p-public.think .proposal {
    width: auto;
    padding: 40px 20px;
    margin: 0 5% 80px;
    box-shadow: 10px 10px 0px 0px #286156;
  }
}

.p-public.think .proposal__ttl p:after {
  background: #286156;
}

.p-public.think .proposal__subttl {
  background-image: url(../images/public/think/brackets.svg);
}

.p-public.think .proposal__ex p {
  font-weight: normal;
}

.p-public.think .proposal__ex .ttl {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .p-public.think .proposal__ex {
    margin-top: 30px;
  }

  .p-public.think .proposal__ex p {
    text-align: left;
  }

  .p-public.think .proposal__ex .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.p-public.think .proposal__ex-box p {
  margin: 0;
}

.p-public.think .proposal__ex-box .lead {
  background: #286156;
  width: 260px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 3px 0;
  margin: 0 auto 22px;
  border-radius: 100px;
}

.p-public.think .proposal__ex-box .txt {
  font-size: 14px;
  line-height: 1.5714285714;
  margin: 0 auto;
  height: 112px;
}

@media (max-width: 767px) {
  .p-public.think .proposal__ex-box .lead {
    font-size: 16px;
  }

  .p-public.think .proposal__ex-box .txt {
    height: auto;
  }

  .p-public.think .proposal__ex-box .box + .box {
    margin-top: 60px;
  }
}

.p-public.think .products-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-public.think .products-list .box {
  width: 150px;
  position: relative;
  padding-bottom: 50px;
  margin-right: 58px;
}

.p-public.think .products-list .box:nth-of-type(3n) {
  margin-right: 0;
}

.p-public.think .products-list .box:nth-of-type(n + 4) {
  margin-top: 50px;
}

.p-public.think .products-list .img-wrap {
  margin-bottom: 18px;
}

.p-public.think .products-list .name {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

.p-public.think .products-list .txt {
  text-align: left;
  font-size: 14px;
  line-height: 1.5714285714;
}

.p-public.think .products-list .btn-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-public.think .products-list .btn-arrow {
  font-size: 12px;
  width: 150px;
  text-align: left;
  padding: 7px 0 7px 12px;
}

.p-public.think .products-list .btn-arrow:before {
  width: 23px;
  height: 23px;
  right: 6px;
  top: calc(50% - 12px);
}

.p-public.think .products-list .btn-arrow:after {
  border-width: 3px;
  width: 8px;
  height: 8px;
  right: 14px;
  top: calc(50% - 6px);
}

@media (max-width: 767px) {
  .p-public.think .products-list {
    margin-top: 30px;
    justify-content: space-between;
  }

  .p-public.think .products-list .box {
    width: 49%;
    margin: 0;
  }

  .p-public.think .products-list .box:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  .p-public.think .products-list .btn-arrow {
    font-size: 10px;
    padding: 5px 30px 5px 10px;
  }

  .p-public.think .products-list .btn-arrow:before {
    width: 18px;
    height: 18px;
    right: 6px;
    top: calc(50% - 9px);
  }

  .p-public.think .products-list .btn-arrow:after {
    border-width: 3px;
    width: 6px;
    height: 6px;
    right: 13px;
    top: calc(50% - 4px);
    border-width: 2px;
  }
}

.p-public.think .problem {
  width: 1240px;
  max-width: 90%;
  margin: 0 auto;
}

.p-public.think .problem:not(.problem--1) {
  margin-top: 108px;
  padding-top: 127px;
  position: relative;
}

.p-public.think .problem:not(.problem--1):before {
  content: "";
  display: block;
  position: absolute;
  width: 600px;
  height: 6px;
  background: #b1b1b1;
  top: 0;
  left: calc(50% - 300px);
}

@media (max-width: 767px) {
  .p-public.think .problem:not(.problem--1) {
    margin-top: 80px;
    padding-top: 80px;
  }

  .p-public.think .problem:not(.problem--1):before {
    width: 200px;
    left: calc(50% - 100px);
  }
}

.p-public.think .problem__ttl {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background: #eec0c1;
  padding: 5px 0;
  margin-bottom: 54px;
}

@media (max-width: 767px) {
  .p-public.think .problem__ttl {
    font-size: 20px;
    line-height: 1.2;
    padding: 5px;
  }
}

.p-public.think .problem__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 54px;
}

@media (max-width: 767px) {
  .p-public.think .problem__lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.p-public.think .problem .row {
  display: flex;
}

@media (max-width: 767px) {
  .p-public.think .problem .row {
    display: block;
  }
}

.p-public.think .problem .question {
  margin-bottom: 24px;
}

.p-public.think .problem .question:nth-of-type(n + 2) {
  margin-top: 112px;
}

.p-public.think .problem .question .txt {
  font-size: 30px;
  line-height: 1.6;
}

.p-public.think .problem .question .txt .small {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
}

@media (max-width: 767px) {
  .p-public.think .problem .question:nth-of-type(n + 2) {
    margin-top: 60px;
  }

  .p-public.think .problem .question .txt {
    font-size: 18px;
  }

  .p-public.think .problem .question .txt .small {
    font-size: 14px;
  }
}

.p-public.think .problem .source {
  margin-top: 17px;
}

.p-public.think .problem .btn-row {
  margin-top: 100px;
  text-align: center;
}

.p-public.think .problem .btn-arrow {
  font-size: 20px;
  padding: 8px 30px 8px 0;
  width: 360px;
}

.p-public.think .problem .btn-arrow:before {
  width: 25px;
  height: 25px;
  right: 14px;
  top: calc(50% - 12px);
}

.p-public.think .problem .btn-arrow:after {
  border-width: 3px;
  width: 8px;
  height: 8px;
  right: 22px;
  top: calc(50% - 6px);
}

@media (max-width: 767px) {
  .p-public.think .problem .btn-arrow {
    font-size: 16px;
    padding: 8px 0;
    width: 300px;
  }

  .p-public.think .problem .btn-arrow:before {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
  }

  .p-public.think .problem .btn-arrow:after {
    width: 6px;
    height: 6px;
    right: 25px;
    top: calc(50% - 4px);
  }
}

@media (min-width: 768px) {
  .p-public.think .problem--1 .question:nth-of-type(1) {
    margin-bottom: 0;
  }

  .p-public.think .problem--1 .question:nth-of-type(3) {
    margin: 81px 0 42px;
  }

  .p-public.think .problem--1 .answer:nth-of-type(4) .source {
    margin-top: 42px;
  }
}

@media (min-width: 768px) {
  .p-public.think .problem--2 .problem__ttl {
    margin-bottom: 99px;
  }

  .p-public.think .problem--2 .problem__lead {
    margin-bottom: 65px;
  }

  .p-public.think .problem--2 .question:nth-of-type(1) {
    margin-bottom: 36px;
  }

  .p-public.think .problem--2 .question:nth-of-type(n + 2) {
    margin-top: 84px;
    margin-bottom: 33px;
  }

  .p-public.think .problem--2 .source {
    margin-top: 50px;
  }

  .p-public.think .problem--2 .btn-row {
    margin-top: 64px;
  }
}

.p-public.think .problem--2 .problem__ttl {
  background: #eecd8b;
}

.p-public.think .problem--2 .answer .row {
  justify-content: space-between;
}

.p-public.think .problem--2 .answer .txt-wrap {
  width: 50%;
  font-size: 20px;
  line-height: 1.6;
}

.p-public.think .problem--2 .answer .txt-wrap .txt + .txt {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .p-public.think .problem--2 .answer .txt-wrap {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
  }

  .p-public.think .problem--2 .answer .txt-wrap .txt + .txt {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .p-public.think .problem--3 .problem__ttl {
    margin-bottom: 69px;
  }

  .p-public.think .problem--3 .problem__lead {
    margin-bottom: 64px;
  }

  .p-public.think .problem--3 .row .box {
    width: 50%;
  }

  .p-public.think .problem--3 .row .question {
    padding-right: 20px;
    margin-bottom: 27px;
    min-height: 127px;
    display: flex;
    align-items: center;
  }

  .p-public.think .problem--3 .question:nth-of-type(n + 2) {
    margin-top: 74px;
    margin-bottom: 30px;
  }

  .p-public.think .problem--3 .answer .source {
    margin-top: 59px;
  }

  .p-public.think .problem--3 .btn-row {
    margin-top: 44px;
  }
}

.p-public.think .problem--3 .problem__ttl {
  background: #cbb4d2;
}

@media (max-width: 767px) {
  .p-public.think .problem--3 .row .box + .box {
    margin-top: 30px;
  }
}

.p-public.think .problem--4 {
  margin-bottom: 109px;
}

@media (min-width: 768px) {
  .p-public.think .problem--4 {
    margin-top: 128px !important;
    padding-top: 139px !important;
  }

  .p-public.think .problem--4 .problem__ttl {
    margin-bottom: 87px;
  }

  .p-public.think .problem--4 .problem__lead {
    margin-bottom: 64px;
  }

  .p-public.think .problem--4 .question:nth-of-type(1) {
    margin-bottom: 29px;
  }

  .p-public.think .problem--4 .question:nth-of-type(3) {
    margin-top: 88px;
    margin-bottom: 44px;
  }

  .p-public.think .problem--4 .question:nth-child(5) {
    margin-top: 89px;
    margin-bottom: 45px;
  }

  .p-public.think .problem--4 .question:nth-child(7) {
    margin-top: 121px;
    margin-bottom: 21px;
  }

  .p-public.think .problem--4 .answer:nth-of-type(2) .source {
    margin-top: 55px;
  }

  .p-public.think .problem--4 .answer:nth-of-type(4) .source {
    margin-top: 31px;
  }

  .p-public.think .problem--4 .btn-row {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .p-public.think .problem--4 {
    margin-bottom: 80px;
  }
}

.p-public.think .problem--4 .problem__ttl {
  background: #ddebcd;
}

.p-public.think .outro {
  width: 1240px;
  max-width: 90%;
  margin: 0 auto 191px;
}

@media (max-width: 767px) {
  .p-public.think .outro {
    margin-bottom: 100px;
  }
}

.p-public.think .outro__ttl {
  margin: 0 auto 80px;
}

@media (max-width: 767px) {
  .p-public.think .outro__ttl {
    margin-bottom: 60px;
  }
}

.p-public.think .outro__lead {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background: #d1d5a6;
  padding: 5px 0;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .p-public.think .outro__lead {
    font-size: 20px;
    line-height: 1.2;
    padding: 5px;
  }
}

.p-public.think .outro .row {
  display: flex;
  justify-content: space-between;
}

.p-public.think .outro .row .txt-wrap {
  width: 50%;
}

.p-public.think .outro .row .txt-wrap .txt {
  font-size: 20px;
  line-height: 1.6;
}

.p-public.think .outro .row .txt-wrap .txt + .txt {
  margin-top: 32px;
}

.p-public.think .outro .row + .question {
  margin: 16px 0 3px;
}

.p-public.think .outro .row:last-of-type {
  margin-top: 95px;
}

.p-public.think .outro .row:last-of-type .box {
  width: 50%;
}

.p-public.think .outro .row:last-of-type .question {
  padding-right: 10px;
  margin-bottom: 44px;
}

@media (min-width: 768px) {
  .p-public.think .outro .row:last-of-type .question {
    min-height: 224px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .p-public.think .outro .row {
    flex-direction: column-reverse;
  }

  .p-public.think .outro .row .txt-wrap {
    margin-top: 30px;
    width: 100%;
  }

  .p-public.think .outro .row .txt-wrap .txt {
    font-size: 16px;
  }

  .p-public.think .outro .row .txt-wrap .txt + .txt {
    margin-top: 20px;
  }

  .p-public.think .outro .row:last-of-type {
    display: block;
    margin-top: 60px;
  }

  .p-public.think .outro .row:last-of-type .box {
    width: 100%;
  }

  .p-public.think .outro .row:last-of-type .box + .box {
    margin-top: 60px;
  }

  .p-public.think .outro .row:last-of-type .box + .box .img-wrap {
    padding-top: 0;
  }

  .p-public.think .outro .row:last-of-type .question {
    padding-right: 0;
    margin-bottom: 21px;
  }
}

.p-public.think .outro .question .txt {
  font-size: 30px;
  line-height: 1.6;
}

.p-public.think .outro .question .small {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
}

@media (max-width: 767px) {
  .p-public.think .outro .question .txt {
    font-size: 20px;
  }

  .p-public.think .outro .question .small {
    font-size: 14px;
    line-height: 1.2;
  }
}

.p-public.think .outro .img-wrap + .source {
  margin-top: 13px;
}

.p-public.think .outro .source:last-of-type {
  margin-top: 65px;
}

.p-public.art * {
  box-sizing: border-box;
}

.p-public.art .ttl-brackets {
  text-align: center;
}

.p-public.art .ttl-brackets__ic {
  display: block;
}

.p-public.art .ttl-brackets__txt {
  display: block;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.2580645161;
  width: 565px;
  max-width: 100%;
  margin: 0 auto;
  padding: 26px 20px;
  background: url(../images/public/art/brackets01.svg) left center/auto 100%
      no-repeat,
    url(../images/public/art/brackets02.svg) right center/auto 100% no-repeat;
}

@media (max-width: 767px) {
  .p-public.art .ttl-brackets__txt {
    font-size: 22px;
    line-height: 1.2727272727;
    margin-top: 33px;
    padding: 8px 10px;
  }
}

.p-public.art .ttl-under {
  text-align: center;
}

.p-public.art .ttl-under .txt {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 1px;
  display: inline-block;
  border-bottom: solid 5px #296156;
}

@media (max-width: 767px) {
  .p-public.art .ttl-under .txt {
    font-size: 20px;
  }
}

.p-public.art .btn-arrow {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  position: relative;
  color: #fff;
  font-weight: bold;
  background: #296156;
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  padding: 7px 15px 7px 5px;
}

.p-public.art .btn-arrow:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.p-public.art .btn-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 3px #296156;
  border-right: solid 3px #296156;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.p-public.art .btn-arrow--down:after {
  right: 15px;
  transform: translateY(-56%) rotate(135deg);
}

@media (min-width: 768px) {
  .p-public.art .btn-arrow {
    transition: 0.3s ease;
  }

  .p-public.art .btn-arrow:hover {
    opacity: 0.7;
  }
}

.p-public.art .intro {
  background: #f8f8f7;
  text-align: center;
  padding: 44px 0 72px;
  margin-bottom: 70px;
  position: relative;
}

.p-public.art .intro__ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.p-public.art .intro__lead {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 21px;
}

.p-public.art .intro__txt {
  font-size: 20px;
  line-height: 1.6;
}

.p-public.art .intro__panf {
  position: absolute;
  bottom: 97px;
  left: 50%;
  margin-left: 415px;
  max-width: 18%;
  transition: 0.3s ease;
}

@media (min-width: 768px) {
  .p-public.art .intro__panf:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .p-public.art .intro {
    padding: 27px 7% 48px;
    margin-bottom: 51px;
  }

  .p-public.art .intro__ttl {
    font-size: 24px;
    line-height: 1.5833333333;
    margin-bottom: 4px;
  }

  .p-public.art .intro__lead {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .p-public.art .intro__txt {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .p-public.art .intro__panf {
    position: static;
    margin: 28px 0 0;
    display: inline-block;
    max-width: 100%;
    width: 153px;
  }
}

.p-public.art .sec {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
}

.p-public.art .sec__lead {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .p-public.art .sec__lead {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.625;
  }
}

.p-public.art .sec--shadow {
  position: relative;
  padding-right: 20px;
}

.p-public.art .sec--shadow:before {
  content: "";
  display: block;
  position: absolute;
  background: #286156;
  top: 20px;
  bottom: -20px;
  right: 0;
  left: 20px;
  border-radius: 44px;
  z-index: -1;
}

.p-public.art .sec--shadow .sec__inner {
  background: #fff;
  position: relative;
  border: solid 6px #b1b1b1;
  border-radius: 44px;
  padding: 40px 60px 42px;
}

@media (max-width: 767px) {
  .p-public.art .sec--shadow {
    padding: 0;
  }

  .p-public.art .sec--shadow:before {
    border-radius: 15px;
    top: 10px;
    bottom: -10px;
    right: -10px;
    left: 10px;
  }

  .p-public.art .sec--shadow .sec__inner {
    border-width: 3px;
    border-radius: 15px;
    padding: 32px 20px 26px;
  }
}

.p-public.art .sec--bg {
  background: #fff;
  border-radius: 44px;
}

.p-public.art .sec--bg .sec__inner {
  padding: 64px 75px 65px;
}

@media (max-width: 767px) {
  .p-public.art .sec--bg {
    max-width: 94%;
    border-radius: 15px;
  }

  .p-public.art .sec--bg .sec__inner {
    padding: 35px 20px 45px;
  }
}

.p-public.art .sec1 .sec__ttl {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.2580645161;
}

.p-public.art .sec1 .sec__ttl .small {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .p-public.art .sec1 .sec__ttl {
    font-size: 18px;
    line-height: 1.5;
  }

  .p-public.art .sec1 .sec__ttl .small {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.p-public.art .sec1 .sec__row {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.p-public.art .sec1 .sec__row .img-wrap {
  padding-top: 5px;
  width: 170px;
  text-align: center;
}

.p-public.art .sec1 .sec__row .img-wrap .name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  margin-top: 10px;
}

.p-public.art .sec1 .sec__row .txt-wrap {
  width: calc(100% - 200px);
}

.p-public.art .sec1 .sec__row .txt-wrap .txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .p-public.art .sec1 .sec__row {
    margin-top: 27px;
    flex-direction: column;
  }

  .p-public.art .sec1 .sec__row .img-wrap {
    padding: 0;
    width: 100%;
  }

  .p-public.art .sec1 .sec__row .txt-wrap {
    width: 100%;
    margin-top: 26px;
  }

  .p-public.art .sec1 .sec__row .txt-wrap .txt {
    line-height: 1.625;
  }
}

.p-public.art .check {
  margin-top: 73px;
}

@media (max-width: 767px) {
  .p-public.art .check {
    margin-top: 68px;
  }
}

.p-public.art .check .sec__inner {
  width: 810px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-public.art .check .sec__inner {
    flex-direction: column;
    align-items: center;
    padding: 0 8px;
  }
}

@media (min-width: 768px) {
  .p-public.art .check__trigger {
    transition: 0.3s ease;
  }

  .p-public.art .check__trigger:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .p-public.art .check__trigger {
    text-align: center;
  }
}

.p-public.art .check__txt {
  margin-top: 55px;
  width: calc(100% - 236px);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .p-public.art .check__txt {
    margin-top: 26px;
    width: 100%;
    font-size: 16px;
    line-height: 1.625;
  }
}

@media (min-width: 768px) {
  .p-public.art .sec2 {
    margin-top: 50px;
  }

  .p-public.art .sec2 .sec__inner {
    padding: 62px 50px 78px 70px;
  }
}

@media (max-width: 767px) {
  .p-public.art .sec2 {
    margin-top: 57px;
  }

  .p-public.art .sec2 .sec__inner {
    padding: 39px 20px 30px;
  }
}

.p-public.art .idea {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-public.art .idea {
    margin-top: 33px;
  }
}

.p-public.art .idea__block:nth-of-type(n + 2) {
  border-top: solid 6px #b1b1b1;
  margin-top: 52px;
  padding-top: 42px;
}

@media (max-width: 767px) {
  .p-public.art .idea__block {
    display: flex;
  }

  .p-public.art .idea__block:nth-of-type(n + 2) {
    margin-top: 12px;
    padding-top: 12px;
  }
}

.p-public.art .idea__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-public.art .idea__ttl .txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .p-public.art .idea__ttl {
    flex-direction: column;
    min-width: 115px;
    margin-right: 10px;
  }

  .p-public.art .idea__ttl .txt {
    font-size: 16px;
    line-height: 1.375;
    margin: 0;
  }
}

.p-public.art .idea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-public.art .idea__list {
    flex-wrap: nowrap;
    margin: 0;
  }
}

.p-public.art .idea__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fffbe3;
  border: solid 1px #707070;
  border-radius: 19px;
  padding: 5px 5px;
}

.p-public.art .idea__item .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
}

.p-public.art .idea__item .txt .small {
  font-size: 14px;
  line-height: 1.7142857143;
}

@media (min-width: 768px) {
  .p-public.art .idea__item {
    width: 137px;
    height: 130px;
    margin-right: 8px;
  }

  .p-public.art .idea__item:nth-of-type(5n) {
    margin-right: 0;
  }

  .p-public.art .idea__item:nth-of-type(n + 6) {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .p-public.art .idea__item {
    width: 112px;
    height: 168px;
    margin-right: 4px;
  }

  .p-public.art .idea__item:last-of-type {
    margin-right: 0;
  }

  .p-public.art .idea__item .txt {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

@media (min-width: 768px) {
  .p-public.art .sec3 {
    margin-top: 89px;
  }

  .p-public.art .sec3 .sec__inner {
    padding: 62px 50px 59px 70px;
  }
}

@media (max-width: 767px) {
  .p-public.art .sec3 {
    margin-top: 61px;
  }

  .p-public.art .sec3 .sec__inner {
    padding: 27px 20px 30px;
  }
}

.p-public.art .art {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-public.art .art {
    margin-top: 17px;
  }
}

.p-public.art .art__item {
  text-align: center;
  border-radius: 19px;
  border: solid 1px #707070;
  padding: 8px 10px 2px;
}

@media (min-width: 768px) {
  .p-public.art .art__item {
    width: 260px;
    margin-right: calc((100% - 780px) / 2);
  }

  .p-public.art .art__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .p-public.art .art__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-public.art .art__item {
    width: 100%;
    padding: 8px 18px 16px;
  }

  .p-public.art .art__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.p-public.art .art__ttl {
  font-size: 20px;
  font-weight: bold;
}

.p-public.art .art__img-wrap {
  min-height: 90px;
}

.p-public.art .art .ex {
  text-align: left;
}

.p-public.art .art .ex__item {
  display: flex;
  align-items: flex-start;
}

.p-public.art .art .ex__item:nth-of-type(n + 2) {
  margin-top: 3px;
}

.p-public.art .art .ex__ic {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background: #000000;
  border-radius: 100px;
  padding: 1px 5px;
  line-height: 1;
  margin-right: 7px;
}

.p-public.art .art .ex__txt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}

@media (max-width: 767px) {
  .p-public.art .art .ex__item {
    flex-direction: column;
  }

  .p-public.art .art .ex__item:nth-of-type(n + 2) {
    margin-top: 12px;
  }

  .p-public.art .art .ex__txt {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

@media (min-width: 768px) {
  .p-public.art .sec4 {
    margin-top: 145px;
  }

  .p-public.art .sec4 .sec__inner {
    padding: 62px 50px 59px 70px;
  }
}

@media (max-width: 767px) {
  .p-public.art .sec4 {
    margin-top: 94px;
    padding: 0;
    max-width: 94%;
  }

  .p-public.art .sec4:before {
    display: none;
  }

  .p-public.art .sec4 .sec__inner {
    padding: 27px 26px 30px;
  }
}

.p-public.art .sec4 .sec__ttl {
  text-align: center;
  margin-top: -120px;
  padding-right: 20px;
}

.p-public.art .sec4 .sec__ttl .ttl {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.3870967742;
  color: #296156;
  background: #fff;
  display: inline-block;
  padding: 0 86px;
  position: relative;
}

.p-public.art .sec4 .sec__ttl .ttl:before,
.p-public.art .sec4 .sec__ttl .ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 90px;
  background: #296156;
  bottom: 0;
}

.p-public.art .sec4 .sec__ttl .ttl:before {
  left: -8px;
  transform: rotate(-22deg);
}

.p-public.art .sec4 .sec__ttl .ttl:after {
  right: -8px;
  transform: rotate(22deg);
}

@media (max-width: 767px) {
  .p-public.art .sec4 .sec__ttl {
    margin-top: -64px;
    padding: 0;
  }

  .p-public.art .sec4 .sec__ttl .ttl {
    font-size: 19px;
    padding: 0 48px;
  }

  .p-public.art .sec4 .sec__ttl .ttl:before,
  .p-public.art .sec4 .sec__ttl .ttl:after {
    width: 3px;
    height: 54px;
  }
}

.p-public.art .sec4 .sec__lead {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .p-public.art .sec4 .sec__lead {
    margin-top: 22px;
  }
}

.p-public.art .eyecatch {
  margin-top: 41px;
}

@media (max-width: 767px) {
  .p-public.art .eyecatch {
    margin-top: 30px;
  }
}

.p-public.art .eyecatch__block:nth-of-type(n + 2) {
  border-top: solid 6px #b1b1b1;
  margin-top: 60px;
  padding-top: 58px;
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__block:nth-of-type(n + 2) {
    margin-top: 33px;
    padding-top: 33px;
  }
}

.p-public.art .eyecatch__ttl .txt {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #296156;
  line-height: 1;
  padding: 0 11px 4px;
  border-bottom: solid 4px #296156;
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__ttl .txt {
    font-size: 20px;
    padding: 0 6px 4px;
  }
}

.p-public.art .eyecatch__row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__row {
    margin-top: 26px;
    flex-direction: column;
  }

  .p-public.art .eyecatch__row:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

.p-public.art .eyecatch__left {
  width: 200px;
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__left {
    width: 100%;
    text-align: center;
  }
}

.p-public.art .eyecatch__trigger {
  margin-top: 5px;
  display: block;
  position: relative;
  text-align: center;
}

.p-public.art .eyecatch__trigger .ic {
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .p-public.art .eyecatch__trigger {
    transition: 0.3s ease;
  }

  .p-public.art .eyecatch__trigger:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__trigger {
    margin: 0;
  }

  .p-public.art .eyecatch__trigger .ic img {
    width: 54px;
  }
}

.p-public.art .eyecatch__right {
  width: calc(100% - 223px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__right {
    width: 100%;
    flex-direction: column;
  }
}

.p-public.art .eyecatch__txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
  width: calc(100% - 220px);
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__txt {
    width: 100%;
    line-height: 1.625;
    margin-top: 14px;
  }
}

.p-public.art .eyecatch__tbl-wrap {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__tbl-wrap {
    margin-top: 15px;
    text-align: center;
  }

  .p-public.art .eyecatch__tbl-wrap img {
    width: 250px;
  }
}

.p-public.art .eyecatch__howto {
  width: 100%;
  background: #fffbe3;
  border: solid 2px #b1b1b1;
  border-radius: 19px;
  padding: 24px 20px 17px 30px;
  position: relative;
}

.p-public.art .eyecatch__howto .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  display: inline-block;
  background: #000;
  padding: 4px 12px;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 28px;
}

.p-public.art .eyecatch__howto .txt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  .p-public.art .eyecatch__howto {
    padding: 17px 10px;
    margin-bottom: 20px;
  }

  .p-public.art .eyecatch__howto .ttl {
    left: 20px;
  }
}

.p-public.art .art__bg {
  background: #f5f5f5;
  margin-top: 90px;
  padding: 82px 0 88px;
}

@media (max-width: 767px) {
  .p-public.art .art__bg {
    margin-top: 60px;
    padding: 65px 0 60px;
  }
}

.p-public.art .sec5 .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-public.art .sec5 .ttl {
    font-size: 18px;
    margin-top: 29px;
  }
}

.p-public.art .sec5 .list {
  margin-top: 6px;
}

.p-public.art .sec5 .list__item {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .p-public.art .sec5 .list {
    margin-top: 9px;
  }

  .p-public.art .sec5 .list__item {
    font-size: 16px;
    line-height: 1.625;
    text-indent: -1em;
    padding-left: 1em;
  }

  .p-public.art .sec5 .list + .ttl {
    margin-top: 22px;
  }
}

.p-public.art .sec5 .sec__txt {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .p-public.art .sec5 .sec__txt {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.625;
  }
}

.p-public.art .sec5 .sec__row {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.p-public.art .sec5 .sec__row .img-wrap {
  margin: 0 25px;
}

@media (max-width: 767px) {
  .p-public.art .sec5 .sec__row {
    margin-top: 12px;
    flex-direction: column;
    align-items: center;
  }

  .p-public.art .sec5 .sec__row .img-wrap {
    text-align: center;
    margin: 0;
  }

  .p-public.art .sec5 .sec__row .img-wrap:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.p-public.art .sec6 {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .p-public.art .sec6 {
    margin-top: 40px;
  }
}

.p-public.art .sec6 .sec__inner {
  padding: 64px 75px 76px;
}

.p-public.art .sec6 .sec__lead {
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .p-public.art .sec6 .sec__inner {
    padding: 35px 20px 26px;
  }

  .p-public.art .sec6 .sec__lead {
    margin-top: 18px;
    line-height: 1.625;
  }
}

.p-public.art .download {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-public.art .download {
    margin-top: 22px;
  }
}

.p-public.art .download__tbl {
  width: 100%;
  table-layout: fixed;
}

.p-public.art .download__tr:last-of-type .download__td {
  padding: 15px 5px;
}

.p-public.art .download__th,
.p-public.art .download__td {
  font-size: 12px;
  font-weight: bold;
  border: solid 1px #a4a4a4;
}

.p-public.art .download__th {
  background: #f1f1f1;
  width: 131px;
  padding: 0 5px;
}

.p-public.art .download__th:nth-of-type(n + 2) {
  width: calc((100% - 131px) / 4);
}

@media (max-width: 767px) {
  .p-public.art .download__th {
    width: 120px;
  }

  .p-public.art .download__th:nth-of-type(n + 2) {
    width: 171px;
  }
}

.p-public.art .download__td {
  padding: 9px 5px;
}

.p-public.art .download .btn-row + .btn-row {
  margin-top: 8px;
}

.p-public.art .download .btn-arrow {
  width: 130px;
  font-size: 16px;
  padding: 4px 15px 4px 5px;
}

.p-public.art .caution {
  margin-top: 46px;
  width: 100%;
  background: #fffbe3;
  border: solid 2px #b1b1b1;
  border-radius: 19px;
  padding: 25px 20px 22px 30px;
  position: relative;
}

.p-public.art .caution .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  display: inline-block;
  background: #000;
  padding: 4px 12px;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 28px;
}

.p-public.art .caution .list {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.p-public.art .caution .list__item {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .p-public.art .caution {
    margin-top: 23px;
    padding: 21px 20px 17px;
  }
}

.p-public.art .modal__content {
  background: #fff;
}

.p-public.art .modal__content-img {
  width: auto;
  margin: 0;
}

.p-public.art .modal--img .modal__wrap {
  justify-content: center;
}

.p-public.art .modal-art__row {
  display: flex;
  justify-content: space-between;
}

.p-public.art .modal-art__row + .modal-art__txt {
  margin-top: 23px;
}

@media (max-width: 767px) {
  .p-public.art .modal-art__row {
    flex-direction: column;
  }
}

.p-public.art .modal-art__txt-wrap {
  width: 610px;
  max-width: 100%;
}

.p-public.art .modal-art__txt-wrap .btn-row {
  margin-top: 19px;
}

.p-public.art .modal-art__txt-wrap .btn-arrow {
  width: 500px;
  font-size: 16px;
  padding: 4px 30px 4px 5px;
}

.p-public.art .modal-art__ttl {
  text-align: left;
}

.p-public.art .modal-art__ttl + .modal-art__txt {
  margin-top: 30px;
}

.p-public.art .modal-art__txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.p-public.art .modal-art__txt + .modal-art__txt {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-public.art .modal-art__img-wrap {
    text-align: center;
    margin-top: 20px;
  }
}

