html {
  font-size: 100%;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 2.0833333vw;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 3.5897435vw;
    scroll-padding-top: 70px;
  }
}
body {
  overflow-x: hidden;
}
body * {
  font-family: 'Noto Sans JP', sans-serif;
}
.main-header .header-wrap .wrap-nav .header-nav li a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .main-header .header-wrap .wrap-nav .header-nav li a {
    font-size: 15px;
  }
}
.main-footer .footer-column .footer-content p,
.main-footer .footer-column .footer-link .icon-btn-list .icon-btn a,
.main-footer .footer-column .footer-link .footer-nav li a {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
}
.main-footer small {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  color: #000;
}
@media only screen and (max-width: 599px) {
  h1 {
    font-size: 2.4rem;
  }
}
h2 {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  color: #000;
}
@media only screen and (max-width: 599px) {
  h2 {
    font-size: 2.1rem;
  }
}
.page-title {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  color: #0964a7;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 599px) {
  .page-title {
    font-size: 2.4rem;
  }
}
.section-title {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  color: #0964a7;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .section-title {
    font-size: 2.1rem;
  }
}
.sub-midashi {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #000;
}
@media only screen and (max-width: 599px) {
  .sub-midashi {
    font-size: 1.4rem;
  }
}
.sub-title {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #000;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 599px) {
  .sub-title {
    font-size: 1.4rem;
  }
}
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #000;
}
@media only screen and (max-width: 599px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.4rem;
  }
}
a,
p,
ul,
ol,
li,
details,
summary {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  a,
  p,
  ul,
  ol,
  li,
  details,
  summary {
    font-size: 1rem;
  }
}
time {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
}
.bg-gray {
  background-color: #efefef;
}
.bg-blue {
  background-color: #0964a7;
}
.text-omission {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
a {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 1440px) {
  a {
    font-size: 1rem;
  }
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}
ul,
ol {
  margin: 1rem 0;
}
.list-none {
  margin: 0;
  padding-left: 0;
}
.list-none li {
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .wp-block-columns {
    display: grid !important;
    grid-auto-columns: 1fr !important;
    gap: 1rem;
  }
  .wp-block-columns .wp-block-image {
    margin: 0;
  }
  .wp-block-columns .wp-block-image img {
    width: 100%;
  }
}
.slim-width {
  max-width: 70%;
}
@media only screen and (max-width: 1440px) {
  .slim-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .slim-width {
    max-width: 100%;
  }
}
.contents-width {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 1024px) {
  .contents-width {
    width: 85%;
  }
}
@media only screen and (max-width: 599px) {
  .contents-width {
    width: 90%;
  }
}
.page-padding {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .page-padding {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }
}
.section-padding {
  padding-top: 4rem;
  padding-bottom: 5.5rem;
}
@media only screen and (max-width: 599px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.non-padding-bottom {
  padding-bottom: 0;
}
.block-margin {
  margin-top: 2rem;
}
.details-toggle summary {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
@media only screen and (max-width: 1440px) {
  .details-toggle summary {
    font-size: 1rem;
  }
}
.details-toggle summary:after {
  content: "＋";
}
.details-toggle .wrap {
  padding: 10px 0;
}
.details-toggle[open] summary:after {
  content: "－";
}
.icon-btn a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.btn-toggle {
  display: flex;
  margin-top: 1.5rem;
}
.btn-toggle a {
  padding: 10px 1rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #0964a7;
  border-radius: 300px;
  min-width: 260px;
  text-align: center;
  color: #0964a7;
  position: relative;
}
.btn-toggle a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  color: #0964a7;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.12em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 599px) {
  .btn-toggle a:after {
    width: 8px;
    height: 8px;
  }
}
.icon-triangle:after {
  content: "";
  display: inline-block;
  background: currentColor;
  margin-left: 10px;
  height: 0.7rem;
  width: 0.7rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.icon-toggle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #0964a7;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.12em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
}
@media only screen and (max-width: 599px) {
  .icon-toggle:after {
    width: 8px;
    height: 8px;
  }
}
.img-ratio {
  position: relative;
  width: 100%;
}
.img-ratio:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-ratio img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-ratio.ratio-3-2:before {
  padding-top: 66.66%;
}
.img-ratio.ratio-16-9:before {
  padding-top: 56.25%;
}
.pc-br {
  display: block;
}
@media only screen and (max-width: 599px) {
  .pc-br {
    display: none;
  }
}
.tab-br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tab-br {
    display: block;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 599px) {
  .sp-br {
    display: block;
  }
}
.archive-container .post-list-container {
  display: grid;
  grid-template-columns: 1fr;
}
.archive-container .post-list {
  display: grid;
  gap: 2rem;
}
.archive-container .post-list article a,
.archive-container .post-list article .reviews-wrap {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 599px) {
  .archive-container .post-list article a,
  .archive-container .post-list article .reviews-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 599px) {
  .archive-container .post-list article a .img-ratio,
  .archive-container .post-list article .reviews-wrap .img-ratio {
    max-width: 60%;
    margin: 0 auto;
  }
}
.archive-container .post-list article a .img-ratio img,
.archive-container .post-list article .reviews-wrap .img-ratio img {
  border-radius: 50%;
}
.archive-container .post-list article a .post-content span,
.archive-container .post-list article .reviews-wrap .post-content span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #696969;
}
.archive-container .post-list article a .post-content .post-cat,
.archive-container .post-list article .reviews-wrap .post-content .post-cat {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.archive-container .post-list article a .post-content h2,
.archive-container .post-list article .reviews-wrap .post-content h2 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1440px) {
  .archive-container .post-list article a .post-content h2,
  .archive-container .post-list article .reviews-wrap .post-content h2 {
    font-size: 1rem;
  }
}
.archive-works-container .works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 1rem;
}
@media only screen and (max-width: 1024px) {
  .archive-works-container .works-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .archive-works-container .works-list {
    grid-template-columns: 1fr;
  }
}
.archive-works-container .works-list li a .img-ratio {
  position: relative;
}
.archive-works-container .works-list li a .img-ratio .post-cat-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.archive-works-container .works-list li a .img-ratio .post-cat-tag span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  padding: 5px 0.7rem;
  border-radius: 300px;
  box-sizing: border-box;
}
.archive-works-container .works-list li a h2 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 1440px) {
  .archive-works-container .works-list li a h2 {
    font-size: 1rem;
  }
}
.archive-works-container .works-list li a h3 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
  display: flex;
  gap: 1rem;
}
.archive-works-container .works-list li a h3 span {
  color: #696969;
}
.sort-container {
  margin: 2rem 0;
}
.sort-container details {
  background-color: #fff;
  border: 2px solid #0964a7;
}
.sort-container details summary {
  background-color: #0964a7;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  padding: 10px 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 1440px) {
  .sort-container details summary {
    font-size: 1rem;
  }
}
.sort-container details .cat-list {
  padding: 1.8rem 1.5rem;
  box-sizing: border-box;
}
.sort-container details .cat-list .searchandfilter li {
  list-style: none;
  padding: 0;
}
.sort-container details .cat-list .searchandfilter input {
  opacity: 1;
}
.sort-container details .cat-list .searchandfilter input:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .sort-container details .cat-list .searchandfilter input:hover {
    opacity: 1;
  }
}
.sort-container details .cat-list .searchandfilter h4 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
  border-left: 7px solid #0964a7;
  padding: 0;
  padding-left: 6px;
  margin-bottom: 12px;
}
.sort-container details .cat-list .searchandfilter ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.sort-container details .cat-list .searchandfilter ul li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sort-container details .cat-list .searchandfilter ul li ul li input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sort-container details .cat-list .searchandfilter ul li ul li label {
  background-color: #efefef;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
.sort-container details .cat-list .searchandfilter ul li ul .sf-option-active label {
  background-color: #0964a7;
  color: #fff;
}
.sort-container details .cat-list .searchandfilter ul .sf-field-submit {
  text-align: center;
  padding: 0;
}
.sort-container details .cat-list .searchandfilter ul .sf-field-submit input {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  background-color: #0964a7;
  padding: 10px;
  box-sizing: border-box;
  width: 70%;
  max-width: 260px;
  outline: none;
  border: 0;
}
.about-guidebook {
  margin-bottom: 2rem;
}
.about-guidebook details summary {
  padding: 0.5rem 0;
}
@media only screen and (max-width: 599px) {
  .about-guidebook details summary {
    padding: 0.7rem 0;
  }
}
.about-guidebook details .wrap .point-list-block h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background-color: #0964a7;
  margin-top: 1rem;
  padding: 5px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1440px) {
  .about-guidebook details .wrap .point-list-block h3 {
    font-size: 1rem;
  }
}
.about-guidebook details .wrap .point-list-block .link-list {
  padding: 0.5rem 0;
}
.about-guidebook details .wrap .point-list-block .link-list li a {
  display: flex;
  text-decoration: underline;
  margin: 5px 0;
}
.about-guidebook details .wrap .point-list-block .link-list li a .icon-triangle:after {
  margin-left: 0;
  margin-right: 5px;
}
.archive-pagination {
  margin-top: 2rem;
}
.archive-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.archive-pagination .nav-links a,
.archive-pagination .nav-links span {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  padding: 0 7px;
}
@media only screen and (max-width: 1440px) {
  .archive-pagination .nav-links a,
  .archive-pagination .nav-links span {
    font-size: 1rem;
  }
}
.archive-pagination .nav-links span {
  text-decoration: underline;
}
.contact-container {
  width: 100%;
  max-width: 720px;
}
div.wpcf7 {
  margin-left: 0;
}
div.wpcf7 span.icon-indispensable {
  position: relative;
}
div.wpcf7 span.icon-indispensable:after {
  content: "*";
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #f00;
  box-sizing: border-box;
  margin-left: 5px;
}
@media only screen and (max-width: 1440px) {
  div.wpcf7 span.icon-indispensable:after {
    font-size: 1rem;
  }
}
div.wpcf7 label {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  div.wpcf7 label {
    font-size: 1rem;
  }
}
div.wpcf7 select {
  height: auto;
}
@media only screen and (max-width: 1024px) {
  div.wpcf7 select {
    height: 3.2rem;
  }
}
@media only screen and (max-width: 599px) {
  div.wpcf7 select {
    height: 4rem;
  }
}
div.wpcf7 input,
div.wpcf7 select {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  padding: 10px;
  box-sizing: border-box;
  font-family: inherit;
  outline: none;
}
@media only screen and (max-width: 1440px) {
  div.wpcf7 input,
  div.wpcf7 select {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  div.wpcf7 input,
  div.wpcf7 select {
    font-size: 16px;
  }
}
div.wpcf7 .single-block {
  margin: 10px 0 1.5rem;
}
@media only screen and (max-width: 1024px) {
  div.wpcf7 .single-block {
    margin: 0.5rem 0 1rem;
  }
}
div.wpcf7 .single-block p {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
}
div.wpcf7 .post-title-block input {
  background-color: #efefef;
  border: 0;
}
div.wpcf7 textarea {
  width: 100%;
  height: 10rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  box-sizing: border-box;
  padding: 5px 10px;
  outline: none;
}
@media only screen and (max-width: 1440px) {
  div.wpcf7 textarea {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  div.wpcf7 textarea {
    font-size: 16px;
  }
}
div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea {
  border: 1.5px solid #000;
  border-radius: 3px;
}
div.wpcf7 select {
  -webkit-appearance: menulist;
  padding-left: 0.5rem;
  width: calc(50% - 0.5rem);
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  div.wpcf7 select {
    width: 100%;
  }
}
div.wpcf7 .approval-btn {
  margin-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  div.wpcf7 .approval-btn {
    margin-top: 0;
  }
}
div.wpcf7 .approval-btn input {
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: middle;
  border-radius: 0 !important;
  margin-bottom: 3px;
}
div.wpcf7 .approval-btn .span {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  div.wpcf7 .approval-btn .span {
    font-size: 1rem;
  }
}
div.wpcf7 .approval-btn .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0 !important;
}
div.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #f00;
}
div.wpcf7 .submitbtn {
  margin: 2rem 0;
}
@media only screen and (max-width: 1024px) {
  div.wpcf7 .submitbtn {
    text-align: center;
  }
}
div.wpcf7 .submitbtn .wpcf7-submit {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #0964a7;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #0964a7;
  position: relative;
  max-width: 50%;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 1440px) {
  div.wpcf7 .submitbtn .wpcf7-submit {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  div.wpcf7 .submitbtn .wpcf7-submit {
    max-width: 80%;
  }
}
div.wpcf7 .submitbtn .wpcf7-submit:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  div.wpcf7 .submitbtn .wpcf7-submit:hover {
    opacity: 1;
  }
}
div.wpcf7 .submitbtn .wpcf7-spinner {
  margin: 0;
}
div.wpcf7 .single-checkbox {
  margin-top: 1.5rem;
}
.main-footer {
  padding: 3rem 0 2rem;
}
.main-footer .footer-column {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-content {
    text-align: center;
  }
}
.main-footer .footer-column .footer-content img {
  display: block;
  margin-bottom: 1.5rem;
  width: 12rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-content img {
    margin: 0 auto 1.5rem;
    width: 10rem;
  }
}
.main-footer .footer-column .footer-content p {
  line-height: 2;
}
.main-footer .footer-column .footer-link .icon-btn-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-content: center;
}
.main-footer .footer-column .footer-link .icon-btn-list .icon-btn {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-link .icon-btn-list .icon-btn {
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  .main-footer .footer-column .footer-link .icon-btn-list .icon-btn {
    width: 100%;
  }
}
.main-footer .footer-column .footer-link .icon-btn-list .icon-btn a {
  padding: 5px 2rem;
  border-radius: 300px;
  box-sizing: border-box;
  color: #fff;
  white-space: nowrap;
  width: 230px;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-link .icon-btn-list .icon-btn a {
    width: 100%;
  }
}
.main-footer .footer-column .footer-link .icon-btn-list .icon-btn a .btn-img {
  height: 0.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-footer .footer-column .footer-link .icon-btn-list .icon-btn a .icon {
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-footer .footer-column .footer-link .icon-btn-list .icon-btn .btn-white {
  border: 1px solid #000;
  gap: 1rem;
}
.main-footer .footer-column .footer-link .icon-btn-list .icon-btn .btn-white .icon {
  width: 1.5rem;
}
.main-footer .footer-column .footer-link .footer-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-link .footer-nav {
    gap: 7px;
  }
}
.main-footer .footer-column .footer-link .footer-nav li {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .main-footer .footer-column .footer-link .footer-nav li {
    text-align: center;
  }
}
.main-footer .footer-column .footer-link .footer-nav li a {
  text-decoration: underline;
}
.main-footer small {
  margin-top: 1rem;
  display: block;
  text-align: center;
}
.top-fv-container {
  padding: 3rem 5%;
  box-sizing: border-box;
}
.top-fv-container .bg-img {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .top-fv-container .bg-img {
    grid-template-columns: 1fr;
  }
}
.top-fv-container .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  background-color: rgba(0,0,0,0.3);
}
.top-fv-container .bg-img img {
  width: 100%;
  height: 100vh;
  height: 100svh;
  max-height: 1080px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .top-fv-container .bg-img img {
    height: 50vh;
    height: 50svh;
  }
}
.top-fv-container .top-message {
  min-height: 35rem;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
}
@media only screen and (max-width: 1440px) {
  .top-fv-container .top-message {
    min-height: 0;
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top-fv-container .top-message {
    padding: 8rem 0 6rem;
  }
}
.top-fv-container .top-message h2,
.top-fv-container .top-message p {
  text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
}
.top-fv-container .top-message h2 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .top-fv-container .top-message h2 {
    font-size: 2.4rem;
  }
}
.top-fv-container .top-message .with-half {
  margin: 2rem auto 0;
  max-width: 35rem;
}
@media only screen and (max-width: 1024px) {
  .top-fv-container .top-message .with-half {
    max-width: 75%;
    margin-top: 0.5rem;
  }
}
.top-fv-container .top-message .with-half h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #0964a7;
  font-weight: 700;
  padding: 5px;
  background-color: #fff;
  border-radius: 300px;
  margin: 1rem 0;
}
@media only screen and (max-width: 1440px) {
  .top-fv-container .top-message .with-half h3 {
    font-size: 1rem;
  }
}
.top-fv-container .top-message .with-half p {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .top-fv-container .top-message .with-half p {
    font-size: 1rem;
  }
}
.area-list-block {
  padding: 3rem 8%;
  box-sizing: border-box;
  border-radius: 2rem;
}
@media only screen and (max-width: 1440px) {
  .area-list-block {
    padding: 3rem 5%;
  }
}
@media only screen and (max-width: 599px) {
  .area-list-block {
    padding: 2rem 1.5rem;
  }
}
.area-list-block .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.area-list-block .wrap h2 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .area-list-block .wrap h2 {
    font-size: 2.4rem;
  }
}
.area-list-block .wrap .wrap-list h3 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .area-list-block .wrap .wrap-list h3 {
    font-size: 1.4rem;
  }
}
.area-list-block .wrap .wrap-list .area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1440px) {
  .area-list-block .wrap .wrap-list .area-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .area-list-block .wrap .wrap-list .area-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 599px) {
  .area-list-block .wrap .wrap-list .area-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.area-list-block .wrap .wrap-list .area-list .btn-toggle {
  display: block;
  margin: 0;
}
.area-list-block .wrap .wrap-list .area-list .btn-toggle a {
  padding: 10px 1rem;
  width: 100%;
  min-width: 260px;
  display: block;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .area-list-block .wrap .wrap-list .area-list .btn-toggle a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1440px) {
  .area-list-block .wrap .wrap-list .area-list .btn-toggle a {
    min-width: 0;
  }
}
.option-section-arealist .area-list-block {
  border-radius: 0;
  padding: 4rem 0 5.5rem;
}
.option-section-arealist .area-list-block .wrap {
  border-radius: 0;
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 1024px) {
  .option-section-arealist .area-list-block .wrap {
    width: 85%;
  }
}
@media only screen and (max-width: 599px) {
  .option-section-arealist .area-list-block .wrap {
    width: 90%;
  }
}
.option-section-arealist .area-list-block h2 {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .option-section-arealist .area-list-block h2 {
    font-size: 2.1rem;
  }
}
.option-section-arealist .area-list-block h3 {
  margin: 0;
}
.option-section-consultation .section-wrap {
  padding: 3rem 0;
}
.option-section-consultation .section-wrap:first-child {
  background-color: #efefef;
}
.option-section-consultation .section-wrap .message-block h2 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
  .option-section-consultation .section-wrap .message-block h2 {
    font-size: 1.4rem;
  }
}
.option-section-consultation .section-wrap .comment-block {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  align-items: center;
  gap: 3rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .option-section-consultation .section-wrap .comment-block {
    grid-template-columns: 0.5fr 1fr;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  .option-section-consultation .section-wrap .comment-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.option-section-consultation .section-wrap .comment-block img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 599px) {
  .option-section-consultation .section-wrap .comment-block img {
    width: 60%;
    margin: 0 auto;
  }
}
.option-section-consultation .section-wrap .comment-block .comment-list {
  display: grid;
  gap: 5px;
  padding: 2rem 4rem;
  padding-right: 2rem;
  box-sizing: border-box;
  border-radius: 1rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .option-section-consultation .section-wrap .comment-block .comment-list {
    padding: 2rem;
    padding-left: 3rem;
  }
}
.option-section-consultation .section-wrap .comment-block .comment-list:after {
  content: "";
  position: absolute;
  left: calc(-2rem + 1px);
  top: 50%;
  transform: translateY(-50%);
  background: inherit;
  height: 2rem;
  width: 2rem;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media only screen and (max-width: 599px) {
  .option-section-consultation .section-wrap .comment-block .comment-list:after {
    left: 50%;
    top: calc(-2rem + 1px);
    transform: translate(-50%, 0);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
.option-section-consultation .section-wrap .comment-block .comment-list li {
  color: #fff;
}
.option-section-flow .flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .option-section-flow .flow-list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
}
.option-section-flow .flow-list li span {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fa7800;
  display: block;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 1440px) {
  .option-section-flow .flow-list li span {
    font-size: 1rem;
  }
}
.option-section-flow .flow-list li h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .option-section-flow .flow-list li h3 {
    font-size: 1rem;
  }
}
.option-section-flow .flow-list li .img-ratio {
  margin: 0.5rem 0;
}
.option-section-works .sub-title {
  margin-bottom: 2rem;
}
.option-section-works .btn-toggle {
  justify-content: center;
}
.option-section-reasons .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .option-section-reasons .card-list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .option-section-reasons .card-list {
    grid-template-columns: 1fr;
  }
}
.option-section-reasons .card-list li {
  border: 1px solid #0964a7;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  background-color: #fff;
}
.option-section-reasons .card-list li span {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #0964a7;
}
@media only screen and (max-width: 1440px) {
  .option-section-reasons .card-list li span {
    font-size: 1rem;
  }
}
.option-section-reasons .card-list li h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1440px) {
  .option-section-reasons .card-list li h3 {
    font-size: 1rem;
  }
}
.option-section-reasons .card-list li .img-ratio {
  margin-bottom: 1rem;
  margin-top: 5px;
}
.option-section-reasons .block-margin {
  margin: 2.5rem 0 1rem;
}
@media only screen and (max-width: 599px) {
  .option-section-reasons .block-margin {
    margin-bottom: 0;
  }
}
.option-content .option-section-contact {
  background-color: #efefef;
}
.option-section-contact .banner-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: auto auto;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .option-section-contact .banner-btn {
    grid-template-columns: 1fr;
    grid-template-columns: auto;
  }
}
.option-section-contact .banner-btn a {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #fff;
  padding: 1rem 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .option-section-contact .banner-btn a {
    font-size: 1.4rem;
  }
}
.option-section-contact .banner-btn a span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  display: block;
}
.option-section-contact .banner-btn a img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.option-section-contact .banner-btn .orange {
  background-color: #fa7800;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media only screen and (max-width: 1024px) {
  .option-section-contact .banner-btn .orange {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.option-section-contact .banner-btn .orange img {
  height: 3rem;
}
.option-section-contact .banner-btn .green {
  background-color: #06c755;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 1024px) {
  .option-section-contact .banner-btn .green {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.option-section-contact .banner-btn .blue {
  background-color: #0964a7;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media only screen and (max-width: 1024px) {
  .option-section-contact .banner-btn .blue {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.option-section-cost .cost-block {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}
@media only screen and (max-width: 599px) {
  .option-section-cost .cost-block {
    margin-top: 1rem;
  }
}
.option-section-cost .cost-block li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}
@media only screen and (max-width: 599px) {
  .option-section-cost .cost-block li {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .option-section-cost .cost-block .list-head {
    display: none;
  }
}
.option-section-cost .cost-block .list-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #696969;
  border-bottom: 0;
  padding: 0;
}
.option-section-subsidy h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.text-list-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 3rem;
}
@media only screen and (max-width: 1440px) {
  .text-list-block {
    gap: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .text-list-block {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.text-list-block .wrap {
  display: grid;
  grid-template-columns: 7rem 1fr;
}
@media only screen and (max-width: 599px) {
  .text-list-block .wrap {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.text-list-block .wrap h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .text-list-block .wrap h3 {
    font-size: 1rem;
  }
}
.option-section-faq .details-toggle summary {
  padding: 0.5rem 0;
}
@media only screen and (max-width: 599px) {
  .option-section-faq .details-toggle summary {
    padding: 1rem 0;
  }
}
.option-section-faq .details-toggle p {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #0964a7;
  padding: 0.5rem 0 1rem;
}
@media only screen and (max-width: 1440px) {
  .option-section-faq .details-toggle p {
    font-size: 1rem;
  }
}
.option-section-archive .section-column-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1024px) {
  .option-section-archive .section-column-layout {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .option-section-archive .wrap-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.option-section-archive .btn-toggle {
  margin-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .option-section-archive .btn-toggle {
    margin-top: 3rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .option-section-archive .archive-container {
    margin-top: 1.5rem;
  }
}
.option-section-archive .archive-container .post-list a,
.option-section-archive .archive-container .post-list .reviews-wrap {
  grid-template-columns: 1fr;
}
.main-header {
  background-color: #fff;
  padding: 10px 5%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 900;
}
@media only screen and (max-width: 1440px) {
  .main-header {
    padding: 10px 3%;
  }
}
.main-header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .header-wrap .header-logo {
  z-index: 910;
}
.main-header .header-wrap .header-logo a {
  display: block;
}
.main-header .header-wrap .header-logo img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 599px) {
  .main-header .header-wrap .header-logo img {
    height: 40px;
  }
}
.main-header .header-wrap .wrap-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.main-header .header-wrap .wrap-nav .header-nav {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .main-header .header-wrap .wrap-nav .header-nav {
    display: none;
  }
}
.main-header .header-wrap .wrap-nav .header-nav li a {
  padding: 5px 10px;
}
@media only screen and (max-width: 1440px) {
  .main-header .header-wrap .wrap-nav .header-nav li a {
    padding: 5px;
  }
}
.main-header .header-wrap .wrap-nav .header-nav .icon-btn {
  display: flex;
  gap: 5px;
}
.main-header .header-wrap .wrap-nav .header-nav .icon-btn li a {
  padding: 5px 1rem;
  border-radius: 300px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 1024px) {
  .main-header .header-wrap .open-nav .header-nav {
    position: fixed;
    padding: 5% 10%;
    padding-top: 90px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .main-header .header-wrap .open-nav .header-nav:after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #0964a7;
    z-index: -1;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header .header-wrap .open-nav .header-nav .nav-wrap {
    border-bottom: 1px solid #fff;
    position: relative;
    width: 100%;
  }
}
.main-header .header-wrap .open-nav .header-nav .nav-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
}
@media only screen and (max-width: 599px) {
  .main-header .header-wrap .open-nav .header-nav .nav-wrap:after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header .header-wrap .open-nav .header-nav .nav-wrap a {
    display: block;
    color: #fff;
    padding: 1rem 0;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header .header-wrap .open-nav .header-nav .icon-btn {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header .header-wrap .open-nav .header-nav .icon-btn li a {
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 599px) {
  .main-header .header-wrap .open-nav .header-nav {
    padding: 5%;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 599px) {
  .main-header .header-wrap .open-nav .header-nav:after {
    top: 60px;
  }
}
.main-header .hamburger-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .main-header .hamburger-btn {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    position: relative;
    background-color: #0964a7;
    border-radius: 50%;
  }
}
.main-header .hamburger-btn span {
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 26%;
  background: #fff;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
.main-header .hamburger-btn span:first-child {
  top: 35%;
}
.main-header .hamburger-btn span:nth-child(2) {
  top: 50%;
}
.main-header .hamburger-btn span:last-child {
  top: 65%;
}
.main-header .open-hamburger span:first-child {
  top: 50%;
  transform: rotate(45deg);
}
.main-header .open-hamburger span:nth-child(2) {
  display: none;
}
.main-header .open-hamburger span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}
.area-container .top-contents {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.area-container .top-contents .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.area-container .top-contents .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.area-container .top-contents .fv-contents {
  display: grid;
  align-items: center;
  height: 100%;
  max-width: 1440px;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .area-container .top-contents .fv-contents {
    width: 85%;
  }
}
@media only screen and (max-width: 599px) {
  .area-container .top-contents .fv-contents {
    width: 90%;
  }
}
.area-container .top-contents .fv-contents .fv-message h1,
.area-container .top-contents .fv-contents .fv-message p {
  text-shadow: 0 3px 6px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1024px) {
  .area-container .top-contents .fv-contents .fv-message h1,
  .area-container .top-contents .fv-contents .fv-message p {
    text-align: center;
  }
}
.area-container .top-contents .fv-contents .fv-message .message-title h1 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .area-container .top-contents .fv-contents .fv-message .message-title h1 {
    font-size: 2.4rem;
  }
}
.area-container .top-contents .fv-contents .fv-message .message-title h1 .orange {
  color: #fa7800;
}
.area-container .top-contents .fv-contents .fv-message .message-title h1 .blue {
  color: #0964a7;
}
.area-container .top-contents .fv-contents .fv-message .message-title h1 .orange,
.area-container .top-contents .fv-contents .fv-message .message-title h1 .blue {
  text-shadow: 0 3px 6px rgba(239,239,239,0.5);
}
.area-container .top-contents .fv-contents .fv-message p {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #fff;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .area-container .top-contents .fv-contents .fv-message p {
    font-size: 1.4rem;
  }
}
.area-container .top-contents .fv-contents .fv-nav {
  display: flex;
  gap: 1rem;
  text-align: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .area-container .top-contents .fv-contents .fv-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .area-container .top-contents .fv-contents .fv-nav {
    gap: 7px;
  }
}
.area-container .top-contents .fv-contents .fv-nav li a {
  color: #0964a7;
  padding: 2rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  place-content: center;
  gap: 5px;
  border-radius: 300px;
  position: relative;
  width: 10rem;
  height: 10rem;
  white-space: nowrap;
  background-color: #fff;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1024px) {
  .area-container .top-contents .fv-contents .fv-nav li a {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  .area-container .top-contents .fv-contents .fv-nav li a {
    padding: 1rem;
    line-height: 1;
    gap: 3px;
  }
}
.area-container .top-contents .fv-contents .fv-nav li a img {
  width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .area-container .top-contents .fv-contents .fv-nav li a img {
    width: 3rem;
    height: 3rem;
  }
}
.area-container .fv-bottom-message {
  background-color: #0964a7;
  overflow: hidden;
}
.area-container .fv-bottom-message .wrap {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 1440px) {
  .area-container .fv-bottom-message .wrap {
    grid-template-columns: 1fr 0.5fr;
  }
}
@media only screen and (max-width: 1024px) {
  .area-container .fv-bottom-message .wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.area-container .fv-bottom-message .wrap .wrap-text {
  padding: 4rem 0;
  box-sizing: border-box;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .area-container .fv-bottom-message .wrap .wrap-text {
    max-width: 100%;
    padding: 3rem 5%;
  }
}
.area-container .fv-bottom-message .wrap .wrap-text h3,
.area-container .fv-bottom-message .wrap .wrap-text p {
  color: #fff;
}
.area-container .fv-bottom-message .wrap .wrap-text h3 {
  margin-bottom: 1.5rem;
}
.area-container .fv-bottom-message .wrap .wrap-text .btn-toggle {
  margin-top: 2rem;
}
.area-container .fv-bottom-message .wrap .wrap-img {
  height: 100%;
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 1024px) {
  .area-container .fv-bottom-message .wrap .wrap-img {
    width: 100%;
    margin: 0;
  }
}
.area-container .fv-bottom-message .wrap .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 500px;
}
@media only screen and (max-width: 1440px) {
  .area-container .fv-bottom-message .wrap .wrap-img img {
    max-height: 100%;
  }
}
.area-container .toc-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 599px) {
  .area-container .toc-container {
    grid-template-columns: 1fr;
  }
}
.area-container .toc-container li {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #c4c4c4;
}
.area-container .toc-container li a {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .area-container .toc-container li a {
    font-size: 1rem;
  }
}
.area-container .toc-container li a span:after {
  border-color: #c4c4c4;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
}
.privacypolicy-container {
  max-width: 780px;
  margin-left: 0;
}
.privacypolicy-container h2 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 599px) {
  .privacypolicy-container h2 {
    font-size: 1.4rem;
  }
}
.bg-white-section {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.bg-white-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
.single-container .post-contents h1,
.single-container .post-contents h2 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #000;
}
@media only screen and (max-width: 599px) {
  .single-container .post-contents h1,
  .single-container .post-contents h2 {
    font-size: 1.4rem;
  }
}
.single-container .post-contents h1,
.single-container .post-contents h2,
.single-container .post-contents h3,
.single-container .post-contents h4,
.single-container .post-contents h5,
.single-container .post-contents h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.single-container .post-contents p+p {
  margin-top: 0.5rem;
}
.single-container .works-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  .single-container .works-contents {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.single-container .works-contents .wrap .post-cat {
  display: flex;
  gap: 10px;
}
.single-container .works-contents .wrap .post-cat a {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
  background-color: #efefef;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 300px;
}
.single-container .works-contents .wrap .works-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.single-container .works-contents .wrap .works-list li {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0.5rem;
}
.single-container .works-contents .wrap .works-list li h3,
.single-container .works-contents .wrap .works-list li p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .single-container .works-contents .wrap .works-list li h3,
  .single-container .works-contents .wrap .works-list li p {
    font-size: 1rem;
  }
}
.single-container .works-contents .wrap .content {
  margin-top: 1.5rem;
}
.single-container .works-contents .wrap .content h1,
.single-container .works-contents .wrap .content h2,
.single-container .works-contents .wrap .content h3,
.single-container .works-contents .wrap .content h4,
.single-container .works-contents .wrap .content h5,
.single-container .works-contents .wrap .content h6 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #000;
}
@media only screen and (max-width: 599px) {
  .single-container .works-contents .wrap .content h1,
  .single-container .works-contents .wrap .content h2,
  .single-container .works-contents .wrap .content h3,
  .single-container .works-contents .wrap .content h4,
  .single-container .works-contents .wrap .content h5,
  .single-container .works-contents .wrap .content h6 {
    font-size: 1.4rem;
  }
}
.single-container .works-contents .wrap-gallery ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.single-container .works-contents .wrap-gallery ul li img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.return-btn {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
.return-btn .prev {
  grid-column: 1/2;
}
.return-btn .back {
  grid-column: 2/3;
}
.return-btn .next {
  grid-column: 3/4;
}
.return-btn a {
  color: #0964a7;
}

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