@charset "UTF-8";
/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
.prefecture_name {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .prefecture_name {
    font-size: 1.5rem;
  }
}

.prefecture_title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .prefecture_title {
    font-size: 1.5rem;
  }
}

.prefecture_back {
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .prefecture_back {
    text-align: left;
  }
}
.prefecture_back a {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(63, 95, 255);
}
.prefecture_back a:hover {
  border-bottom: 1px solid rgb(63, 95, 255);
}
@media screen and (max-width: 767px) {
  .prefecture_back a {
    font-size: 1rem;
  }
}

.city-template-single-city-template p {
  white-space: pre-line;
}
.city-template-single-city-template .l-container__inner.l-inner {
  width: 100%;
  padding: 0;
}
.city-template-single-city-template .p-page-header {
  display: none;
}
.city-template-single-city-template .c-breadcrumb {
  background-color: transparent;
  padding-left: 50px;
  margin-top: 30px;
}
.city-template-single-city-template .graphWrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template .graphWrap {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.city-template-single-city-template .graphWrap_half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template .graphWrap_half {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.city-template-single-city-template .economyCensusWrapWrap {
  width: 60%;
  height: 500px;
}
.city-template-single-city-template .economyCensusWrap {
  width: 500px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
}
.city-template-single-city-template .canvasWrap {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template .canvasWrap {
    width: 100%;
  }
}
.city-template-single-city-template .canvasWrap_small {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template .canvasWrap_small {
    width: 100%;
  }
}
.city-template-single-city-template #populationByAge {
  margin-bottom: 100px;
}
.city-template-single-city-template canvas.graph {
  margin: 0 50px 20px;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template canvas.graph {
    margin: 0 10px 20px;
  }
}
.city-template-single-city-template #familyTypeTable {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template #workTypeTable,
  .city-template-single-city-template #populationByAgeTable {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.city-template-single-city-template .familyTypeWrap,
.city-template-single-city-template .workTypeWrap {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template .familyTypeWrap,
  .city-template-single-city-template .workTypeWrap {
    width: 100%;
  }
}
.city-template-single-city-template .graph-title {
  background-color: rgba(91, 186, 249, 0.4);
  padding: 10px;
  margin-bottom: 40px;
}
.city-template-single-city-template .graph-title_right {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template .graph-title_right {
    margin-right: 0%;
  }
}
.city-template-single-city-template .graph-title_left {
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .city-template-single-city-template .graph-title_left {
    margin-left: 0%;
  }
}
.city-template-single-city-template .eye_catch .eye_catch__desc {
  background: rgba(var(--tcd-accent-color, 0, 0, 0), 1);
  padding: 100px 0;
  color: #fff;
  line-height: 2.4;
}
.city-template-single-city-template .eye_catch .thumbnail {
  width: 100%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
  object-fit: cover;
}
.city-template-single-city-template .post_content > div {
  border: #000 solid 1px;
}

.youtube_iframeWrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .youtube_iframeWrap {
    width: 100%;
  }
}

.repo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.repo_wrap .repo {
  width: 400px;
  background-color: #e1e1e1;
}
@media screen and (max-width: 767px) {
  .repo_wrap .repo {
    width: 100%;
  }
}
.repo_wrap .repo .image {
  width: 100%;
}
.repo_wrap .repo .image img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 10/5;
}
.repo_wrap .repo .title {
  background: rgba(var(--tcd-accent-color, 0, 0, 0), 1);
  line-height: 2.4;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.repo_wrap .repo .content {
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  overflow: hidden;
  width: 300px;
  margin: 20px auto;
}

.related_link {
  width: 98%;
  margin: 0 auto;
}
.related_link ul.design-list {
  margin-left: 0px;
}
.related_link ul.design-list,
.related_link ol {
  padding: 0;
  position: relative;
}
.related_link ul.design-list li,
.related_link ol li {
  color: black;
  border-left: solid 10px rgba(var(--tcd-accent-color, 0, 0, 0), 1);
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  border-radius: 0 15px 15px 0;
  padding: 0.5em;
  list-style-type: none !important;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 16px;
}
.related_link ul.design-list a {
  color: #000 !important;
}
.related_link .post_content h2 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0px;
  text-align: center;
}
.related_link .post_content p:last-child {
  margin-bottom: 0;
  margin-top: 0px !important;
}
.related_link #pwbox-32333 {
  width: 300px !important;
}

.p-fp-news.news {
  max-height: 800px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .p-fp-news.news .p-fp-news__tab-area__item-slide.splide__slide {
    padding: 0 20px;
    margin: 0;
  }
}

.googlemap {
  text-align: center;
}
.googlemap iframe {
  width: 100%;
  aspect-ratio: 8/5;
}
@media screen and (max-width: 767px) {
  .googlemap iframe {
    width: 100%;
  }
}

.sponsor_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.sponsor_wrap .sponsor {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .sponsor_wrap .sponsor {
    width: 100%;
  }
}
.sponsor_wrap .sponsor .image {
  width: 100%;
}
.sponsor_wrap .sponsor .image img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 10/5;
}
.sponsor_wrap .sponsor .title {
  text-align: center;
}

.card_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card {
  width: 210px;
  height: 210px;
  font-size: 1.5rem;
  margin: 1rem;
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  box-shadow: 3px 3px 2px rgb(122, 122, 122);
  overflow: hidden;
  border-radius: 5px;
  transition: all 1s ease-in;
}
@media screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}

.thumbnail {
  width: 100%;
  height: 100%;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 5px 5px;
}

.card .city_name {
  text-align: center;
  position: relative;
  bottom: 32px;
  padding: 4px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(55, 142, 255, 0.787);
}

.card .city_name_black {
  background-color: rgba(0, 0, 0, 0.79);
}

.card .date {
  text-align: left;
  position: absolute;
  background-color: #fff;
  padding: 2px;
}

.card .title {
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 30px 0 30px 10px;
  width: 95%;
}

.card .content {
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.card.card-height {
  width: 300px;
  height: 500px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card.card-height {
    width: 95%;
    height: auto;
  }
}

.card.card-height .thumbnail {
  aspect-ratio: 1/1;
  height: auto;
}

.text_clip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi_line_clip {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.js-toggle-none.is-click {
  display: none;
}

/* -------------------------------------------------------
   heading
------------------------------------------------------- */
.c-heading--leftline {
  padding: 0.5rem 1rem;
  border-left: 6px solid rgb(0, 22, 82);
}

.c-heading--bottomline {
  padding: 0.2rem 1rem;
  border-bottom: 6px solid rgb(0, 37, 138);
  display: inline-block;
}

.c-heading--topbottomline {
  padding: 0.5rem 1rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.c-heading--bgcolorshadow {
  padding: 0.5rem 1rem;
  color: #fff;
  background: #046070;
  box-shadow: 5px 5px 0 #02363f;
}

.c-heading--bgcolorline {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 10px);
  background: #046070;
}

.c-heading--bgcolorline:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border: 4px solid #000;
}

.c-heading--patchnum {
  position: relative;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}

.c-heading--patchnum:before,
.c-heading--patchnum:after {
  position: absolute;
  content: "";
}

.c-heading--patchnum:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 76px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.c-heading--patchnum:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px dashed #000;
  background: #fff;
}

.c-heading--patchnum i {
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.c-heading--patchnum span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}

.c-heading--patchnum span:before,
.c-heading--patchnum span:after {
  position: absolute;
  content: "";
}

.c-heading--patchnum span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 64px;
  height: 36px;
  border: 2px dashed #000;
  border-radius: 50vw 50vw 0 0;
}

.c-heading--patchnum span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}

.c-heading--rubyline {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  text-align: center;
}

.c-heading--rubyline span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

.c-heading--rubyline:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #046070;
}

.c-heading--gradradius {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: linear-gradient(to left, #08b4d2 0%, #006374 100%);
  display: inline-block;
}

.c-heading--gradline {
  position: relative;
  padding: 0.5rem 0.5rem;
}

.c-heading--gradline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: linear-gradient(to left, #046070 0%, #009efd 100%);
}

.c-heading--bggold {
  padding: 0.5rem 1rem;
  color: #fff;
  background-image: linear-gradient(
    135deg,
    #704308 0%,
    #ffce08 40%,
    #e1ce08 60%,
    #704308 100%
  );
}

.c-heading--bgmetal {
  padding: 0.5rem 1rem;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: linear-gradient(
    -45deg,
    #ccc 0%,
    #868888 20%,
    #d8dcdc 34%,
    white 53%,
    #ccc 100%
  );
}

.c-heading--tritag {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  background: #046070;
}

.c-heading--tritag:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "";
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #046070 transparent transparent;
}

.c-heading--tritag:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.c-heading--ribon {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #046070;
}

.c-heading--ribon:before,
.c-heading--ribon:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  border: 30px solid #046070;
}

.c-heading--ribon:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.c-heading--ribon:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.c-heading--ribon span {
  position: relative;
  display: block;
}

.c-heading--ribonwrap {
  position: relative;
  margin: 30px;
  text-align: center;
}

.c-heading--ribonwrap:before,
.c-heading--ribonwrap:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: "";
  border: 1em solid #02363f;
}

.c-heading--ribonwrap:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.c-heading--ribonwrap:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.c-heading--ribonwrap span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #046070;
}

.c-heading--ribonwrap span:before,
.c-heading--ribonwrap span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  content: "";
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.c-heading--ribonwrap span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

.c-heading--ribonwrap span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}

.c-heading--speachbubble {
  position: relative;
  padding: 1rem 1.5rem;
  color: #fff;
  border-radius: 10px;
  background: #046070;
}

.c-heading--speachbubble:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #046070 transparent transparent transparent;
}

.c-heading--check {
  padding: 1rem 2rem;
  background-color: rgba(4, 96, 112, 0.4);
  background-image:
    linear-gradient(90deg, rgba(4, 96, 112, 0.3) 50%, transparent 50%),
    linear-gradient(rgba(4, 96, 112, 0.3) 50%, transparent 50%);
  background-size: 40px 40px;
}

.c-heading--dot {
  padding: 0.5rem 1rem;
  color: #fff;
  background: #046070;
  background-image:
    radial-gradient(#08b4d2 13%, transparent 13%),
    radial-gradient(#08b4d2 13%, transparent 13%);
  background-size: 50px 50px;
  background-position:
    0 0,
    25px 25px;
}

/* -------------------------------------------------------
   table
------------------------------------------------------- */
.tablewrap {
  width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tablewrap {
    width: 90%;
  }
}

.table {
  width: 100%;
  font-size: 1rem;
}
.table tr:nth-child(odd) {
  background-color: #ebebeb;
}
.table tr {
  border-left: 1px solid #212121;
}
.table tr:first-child {
  border-top: 1px solid #212121;
}
.table tr th,
.table tr td {
  padding: 0.5em 0.8em;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
.table tr th {
  width: 200px;
  vertical-align: middle;
}
.table tbody .bg-point {
  background-color: rgb(255, 200, 148);
}

.vertical {
  writing-mode: vertical-rl;
  vertical-align: middle;
  text-align: center;
}

.accordions {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.accordion__menu {
  text-align: center;
}
.accordion__menu .accordion__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 50px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion__menu .accordion__button::after {
    left: -20px;
    top: 9px;
  }
}
.accordion__menu.close .accordion__button::after {
  transform: rotate(45deg);
  top: 13px;
}
@media screen and (max-width: 767px) {
  .accordion__menu.close .accordion__button::after {
    left: -20px;
    top: 7px;
  }
}

.accordion__button {
  position: relative;
  text-align: inherit;
  width: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #dedede;
  color: #202020;
  padding: 5 10px;
  margin: 20px auto;
  border: none;
  cursor: pointer;
}

.accordion__body {
  overflow: hidden;
  transition: all 0.5s;
}

.accordion__text {
  padding: 20px;
}

/* -------------------------------------------------------
   form
------------------------------------------------------- */
input,
textarea {
  width: 100%;
}

.contact {
  margin: 50px 0;
}
.contact th {
  background-color: rgb(220, 220, 220);
}
.contact .desc {
  margin-bottom: 20px;
  text-align: center;
}
.contact .require {
  color: rgb(255, 44, 44);
}
.contact .submit {
  margin-top: 30px;
  text-align: center;
}
.contact .submit button {
  background-color: rgb(87, 163, 255);
  color: #fff;
  border: 0;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 700;
  transition: background-color 0.5s;
}
.contact .submit button:hover {
  background-color: rgb(44, 136, 248);
  cursor: pointer;
}
.contact .address input {
  margin-bottom: 5px;
}
.contact .address .postalButton {
  margin-bottom: 5px;
}
.contact.confirm input,
.contact.confirm textarea {
  background-color: rgb(231, 231, 231);
}

.result {
  margin-bottom: 20px;
  text-align: center;
}

:target:before {
  content: "";
  display: block;
  height: 200px; /* ずらしたい高さ */
  margin-top: -200px; /* heightに対するネガティブマージン */
  visibility: hidden;
}

/* -------------------------------------------------------
   animation-keyframe
------------------------------------------------------- */
.ak-fadeup--noreverse:hover {
  -webkit-animation: fadeup--noreverse 0.5s ease-out forwards;
  animation: fadeup--noreverse 0.5s ease-out forwards;
}

@-webkit-keyframes fadeup--noreverse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}

@keyframes fadeup--noreverse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
.ak-fadeup {
  -webkit-animation: fadeup-out 0.5s ease-out forwards;
  animation: fadeup-out 0.5s ease-out forwards;
}

.ak-fadeup:hover {
  -webkit-animation: fadeup 0.5s ease-out forwards;
  animation: fadeup 0.5s ease-out forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes fadeup-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.ak-fadedown--noreverse:hover {
  -webkit-animation: fadedown--noreverse 0.5s ease-out forwards;
  animation: fadedown--noreverse 0.5s ease-out forwards;
}

@-webkit-keyframes fadedown--noreverse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}

@keyframes fadedown--noreverse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.ak-fadedown {
  -webkit-animation: fadedown-out 0.5s ease-out forwards;
  animation: fadedown-out 0.5s ease-out forwards;
}

.ak-fadedown:hover {
  -webkit-animation: fadedown 0.5s ease-out forwards;
  animation: fadedown 0.5s ease-out forwards;
}

@-webkit-keyframes fadedown {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadedown {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadedown-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes fadedown-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
.ak-faderight--noreverse:hover {
  -webkit-animation: faderight--noreverse 0.5s ease-out forwards;
  animation: faderight--noreverse 0.5s ease-out forwards;
}

@-webkit-keyframes faderight--noreverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}

@keyframes faderight--noreverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
.ak-faderight {
  -webkit-animation: faderight-out 0.5s ease-out forwards;
  animation: faderight-out 0.5s ease-out forwards;
}

.ak-faderight:hover {
  -webkit-animation: faderight 0.5s ease-out forwards;
  animation: faderight 0.5s ease-out forwards;
}

@-webkit-keyframes faderight {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes faderight {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes faderight-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@keyframes faderight-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.ak-fadeleft--noreverse:hover {
  -webkit-animation: fadeleft--noreverse 0.5s ease-out forwards;
  animation: fadeleft--noreverse 0.5s ease-out forwards;
}

@-webkit-keyframes fadeleft--noreverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}

@keyframes fadeleft--noreverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.ak-fadeleft {
  -webkit-animation: fadeleft-out 0.5s ease-out forwards;
  animation: fadeleft-out 0.5s ease-out forwards;
}

.ak-fadeleft:hover {
  -webkit-animation: fadeleft 0.5s ease-out forwards;
  animation: fadeleft 0.5s ease-out forwards;
}

@-webkit-keyframes fadeleft {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeleft {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeleft-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes fadeleft-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
/* -------------------------------------------------------
   animation-transition
------------------------------------------------------- */
.at-fadeup {
  transform: translateY(100px);
  transition: all 0.5s ease-out;
}

.at-fadeup:hover {
  transform: translateY(0);
}

.at-fadedown {
  transform: translateY(-100px);
  transition: all 0.5s ease-out;
}

.at-fadedown:hover {
  transform: translateY(0);
}

.at-faderight {
  transform: translateX(-100px);
  transition: all 0.5s ease-out;
}

.at-faderight:hover {
  transform: translateX(0);
}

.at-fadeleft {
  transform: translateX(100px);
  transition: all 0.5s ease-out;
}

.at-fadeleft:hover {
  transform: translateX(0);
}

/* -------------------------------------------------------
   jquery
------------------------------------------------------- */
.js-scroll-fadeup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.js-scroll-fadeup.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

.js-scroll-fadedown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1s ease-out;
}

.js-scroll-fadedown.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

.js-scroll-faderight {
  opacity: 0;
  transform: translateX(-150px);
  transition: all 2s cubic-bezier(0, 0.93, 0.3, 0.99);
}

.js-scroll-faderight.is-scrolled {
  opacity: 1;
  transform: translateX(0);
}

.js-scroll-fadeleft {
  opacity: 0;
  transform: translateX(150px);
  transition: all 2s cubic-bezier(0, 0.93, 0.3, 0.99);
}

.js-scroll-fadeleft.is-scrolled {
  opacity: 1;
  transform: translateX(0);
}

.js-load-fadeup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.js-load-fadeup.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------------------------
   checkbox
------------------------------------------------------- */
.c-formText:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

/* チェックボックススタイル */
.c-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #ff97a8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 3px 0.5rem 3px 0;
  outline: none;
  z-index: 1;
}

.c-checkbox:before {
  width: 40px;
  height: 40px;
  display: flex;
  content: "\f00d";
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
}

.c-checkbox:checked {
  background: #40e0d0;
}

.c-checkbox:checked:before {
  content: "\f00c";
}

/* スマホで選択解除したときに白いままにならないように */
@media screen and (min-width: 786px) {
  .c-checkbox:hover {
    background: #fff7ed;
  }
  .c-checkbox:checked:hover {
    background: #40e0d0;
  }
}
/* クリックしたときのアニメーション */
.c-checkbox:checked::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

@-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.c-checkboxWrap {
  display: flex;
  align-items: center;
}
.c-checkboxWrap label {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-checkboxWrap label {
    font-size: 1rem;
  }
}

/* -------------------------------------------------------
   content
------------------------------------------------------- */
.c-contLg {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.c-contLg__img {
  padding: 2.5%;
  width: 100%;
}

.c-descLg {
  white-space: pre-line;
  margin: 2.5%;
  width: 100%;
}
@media screen and (max-width: 399px) {
  .c-descLg {
    min-width: unset;
    width: 100%;
  }
}

.c-descLg__subtitle {
  display: inline-block;
}

.c-descLg__text {
  padding: 0 1em 0 0;
}

.c-contMd {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 999px) {
  .c-contMd {
    flex-wrap: wrap;
  }
}

.c-contMd__img {
  width: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .c-contMd__img {
    width: 80%;
    aspect-ratio: 8/5;
  }
}
@media screen and (max-width: 767px) {
  .c-contMd__img {
    width: 100%;
  }
}

.c-descMd {
  padding: 1rem 2rem 1rem 2rem;
  width: 500px;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .c-descMd {
    min-width: unset;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .c-descMd {
    width: 100%;
  }
}

.c-descMd__text {
  font-size: 1.5rem;
  white-space: pre-line;
}

.c-contMd--reverse {
  flex-direction: row-reverse;
}

.c-contSm {
  width: 90%;
  margin: 10px auto;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgb(218, 218, 218);
}

.c-contSm__img {
  padding: 2.5%;
  width: 100%;
}

.c-descSm {
  padding: 2.5%;
  width: 100%;
}

/* -------------------------------------------------------
   size
------------------------------------------------------- */
.fsr-1 {
  font-size: 1rem;
}

.fsr-2 {
  font-size: 2rem;
}

/* -------------------------------------------------------
   margin
------------------------------------------------------- */
.mb-150 {
  margin-bottom: 150px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-20 {
  margin-top: 20px;
}

/* -------------------------------------------------------
   position
------------------------------------------------------- */
.u-absCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.u-absTop {
  top: 35%;
}

.u-left--78 {
  left: -78px;
}

.u-right--70 {
  right: -70px;
}

.text-center {
  text-align: center;
}

/* -------------------------------------------------------
   nav
------------------------------------------------------- */
.sub-menu > li > .sub-menu a {
  display: flex;
  align-items: center;
}

#js-drawer,
#js-drawer .sub-menu {
  background-color: #fff;
}

#js-drawer .sub-menu a {
  padding: 12px 0 12px 50px;
}

#js-drawer .sub-menu a:hover {
  color: #000 !important;
}

/* ✕とプラス */
#js-drawer span:before,
#js-drawer span:after {
  background-color: #000;
}

#js-drawer .p-drawer-menu__nav-wrapper a {
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#js-drawer .p-drawer-menu__nav > li:last-child a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#js-drawer .p-drawer-menu__nav li.is-active > a {
  color: #000 !important;
}

/* メニュー下のコンテンツ*/
.p-drawer-menu__lastContainer {
  margin-top: 40px;
  color: #000;
  text-align: center;
}

.p-drawer-menu__lastContainer hr {
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid #585858;
}

.p-drawer-menu__lastContainer__head {
  font-weight: 700;
}

.p-drawer-menu__lastContainer__form {
  margin: 20px auto;
  width: 95%;
  height: 80px;
  background-color: #000;
  /* background-color: rgb(21, 21, 21); */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}

.p-drawer-menu__lastContainer__form {
  color: #fff;
}

.p-drawer-menu__lastContainer__sns {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
}

.p-drawer-menu__lastContainer__sns img {
  width: 35%;
}

.p-drawer-menu__lastContainer__head {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

.p-drawer-menu__lastContainer__head:before,
.p-drawer-menu__lastContainer__head:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}

.p-drawer-menu__lastContainer__head:before {
  margin-right: 1em; /* 文字の右隣 */
}

.p-drawer-menu__lastContainer__head:after {
  margin-left: 1em; /* 文字の左隣 */
}

.is-sidebar--none .l-container__inner {
  max-width: 1050px;
}

/*# sourceMappingURL=mycss.css.map */
