@charset "UTF-8";
/* Scss Document */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

a {
  color: #7d7d7d;
}

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

li {
  list-style: none;
  color: #3a3a3a;
}

p {
  width: 100%;
  color: #3a3a3a;
  text-align: justify;
}

strong,
b {
  color: #0c0c0c;
  font-weight: bold;
}

h1 {
  max-width: 90%;
  margin: auto;
  padding: 0.25rem 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
}

h2 {
  padding: 10px 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

h3 {
  position: relative;
  margin-bottom: 80px;
  font-size: 2.5rem;
  text-align: center;
}
h3::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #1e50a2;
}

h4 {
  font-size: 2rem;
  text-align: center;
}

h5 {
  margin: 30px auto;
  border: 6px solid #484848;
  border-radius: 200px 15px 100px 15px/15px 200px 15px 185px;
  padding: 10px 60px;
  background-color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

h6 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

.wrapper {
  max-width: 1000px;
  margin: 100px auto;
}

.cta_banner {
  background: url(../img/common/bg_bnrArea.png) center/cover #00337e;
  padding: 0 0 50px;
  text-align: center;
}
.cta_banner .bannerArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 10px;
  width: 100%;
}
.cta_banner .bannerArea .bnr_tell {
  width: 652px;
}
.cta_banner .bannerArea .bannerArea_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  max-width: 335px;
  padding-top: 15px;
}
.cta_banner .bannerArea img {
  width: 100%;
  max-width: 652px;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 1050px) {
  .cta_banner .bannerArea {
    flex-direction: column;
    align-items: center;
  }
  .cta_banner .bannerArea .bnr_tell {
    width: 90vw;
  }
  .cta_banner .bannerArea .bannerArea_inner {
    flex-direction: row;
    max-width: 90vw;
    gap: 20px;
  }
}
.banner {
  background: #1e50a2;
  text-align: center;
}
.banner img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannersmall {
  text-align: center;
}
.bannersmall p {
  text-align: center;
}
.bannersmall img {
  cursor: pointer;
  overflow: hidden;
}
.bannersmall img:hover {
  opacity: 0.8;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
.bannersmall .area a {
  display: inline-block;
}
.bannersmall dl {
  margin: 10px auto;
}
.bannersmall dl .dd-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bannersmall dl .dd-flex dd {
  margin: 10px 15px;
}

.banner_manga {
  text-align: center;
}
.banner_manga img {
  cursor: pointer;
}
.banner_manga img:hover {
  opacity: 0.8;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

header .background {
  background: #1e50a2;
}
header .header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
header .logo img {
  padding: 10px;
}
header .access .button {
  display: flex;
  justify-content: space-between;
}
header .access .button li {
  padding: 10px 5px;
}
header .access .button li a img {
  position: relative;
  top: 0;
}
header .access .button li a img:hover {
  top: -7px;
  transition: 0.3s;
}
header #navi {
  background: #1e50a2;
}
header #navi .wrap {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
header #navi .wrap li {
  flex-grow: 1;
  font-size: 1rem;
  text-align: center;
}
header #navi .wrap li + li {
  border-left: 1px solid #fff;
}
header #navi .wrap a {
  color: #fff;
  text-decoration: none;
}

#nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #05286f;
}
#nav .navi_bar {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
#nav .navi_bar li {
  width: 20%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#nav .navi_bar li:hover {
  background-color: #4c6cb3;
}
#nav .navi_bar a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#nav .navi_bar .navi_drop {
  visibility: hidden;
}
#nav .navi_bar .li_single,
#nav .navi_bar .li_single_sns {
  position: relative;
}
#nav .navi_bar .li_single .navi_drop,
#nav .navi_bar .li_single_sns .navi_drop {
  width: 100%;
  background-color: #4c6cb3;
  position: absolute;
  top: 40px;
  left: 0;
}
#nav .navi_bar .li_single .navi_drop li,
#nav .navi_bar .li_single_sns .navi_drop li {
  width: 100%;
}
#nav .navi_bar .li_single .navi_drop li a,
#nav .navi_bar .li_single_sns .navi_drop li a {
  padding: 0 0 0 1.5rem;
  text-align: start;
}
#nav .navi_bar .li_single .navi_drop li .navi_drop_first,
#nav .navi_bar .li_single_sns .navi_drop li .navi_drop_first {
  padding: 0 0.75rem;
}
#nav .navi_bar .li_wide .navi_drop {
  width: 100%;
  background-color: #4c6cb3;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 40px;
  left: 0;
}
#nav .navi_bar .li_single .navi_drop li:hover,
#nav .navi_bar .li_single_sns .navi_drop li:hover,
#nav .navi_bar .li_wide .navi_drop li:hover {
  background-color: #89c3eb;
}
#nav .navi_bar .li_single:hover .navi_drop,
#nav .navi_bar .li_single_sns:hover .navi_drop,
#nav .navi_bar .li_wide:hover .navi_drop {
  visibility: visible;
}

#mainvisual picture {
  background: #f0f4f6;
}
#mainvisual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

#video {
  background: linear-gradient(to bottom, #e3f2fd, #ffffff);
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  padding: 7.5vh 0;
  text-align: center;
}
#video .video-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 5px 0;
}
#video .video-container iframe {
  width: 95%;
  height: auto;
  aspect-ratio: 16/9;
}

#information {
  background: #1e50a2;
}
#information .wrap {
  max-width: 1000px;
  margin: auto;
  padding: 50px 0;
}
#information .wrap .alert-section {
  border-radius: 10px;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
#information .wrap .alert-section h2 {
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  color: #d00000;
  font-size: 1.8rem;
}
#information .wrap .alert-section .warning {
  font-weight: bold;
  color: #b00020;
  margin-top: 1rem;
}
#information .wrap .alert-section .checklist,
#information .wrap .alert-section .advice,
#information .wrap .alert-section .contact {
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#information .wrap .alert-section .checklist h3,
#information .wrap .alert-section .advice h3,
#information .wrap .alert-section .contact h3 {
  position: none;
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 1.4rem;
  text-align: start;
}
#information .wrap .alert-section .checklist h3:before,
#information .wrap .alert-section .advice h3:before,
#information .wrap .alert-section .contact h3:before {
  content: none;
}
#information .wrap .alert-section .checklist ul,
#information .wrap .alert-section .advice ul {
  list-style: none;
  padding-left: 0;
}
#information .wrap .alert-section .checklist ul li,
#information .wrap .alert-section .advice ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#information .wrap .alert-section .contact strong {
  color: #005f73;
}
@media screen and (max-width: 600px) {
  #information .wrap .alert-section {
    padding: 1rem;
  }
  #information .wrap .alert-section h2 {
    font-size: 1.4rem;
  }
}
#information .wrap .info {
  border-radius: 10px;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
#information .wrap .info h2 {
  background: none;
  color: #3a3a3a;
  font-size: 1.5rem;
}
#information .wrap .info p {
  font-size: 1.125rem;
  text-align: justify;
}
#information .wrap .info p span {
  color: red;
  text-decoration: underline;
}

#specialty {
  border-bottom: 5px solid #1e50a2;
  border-right: 5px solid #1e50a2;
  border-left: 5px solid #1e50a2;
}
#specialty .box {
  display: flex;
  flex-direction: column;
}
#specialty .box .sec-title1 {
  padding: 5px auto;
  background: #1e50a2;
  color: #fff;
  font-size: 6.5rem;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 2px 3px 3px silver;
}
#specialty .box .picture {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #1e50a2;
}
#specialty .box .picture img {
  width: 30%;
}
#specialty .text {
  padding: 2% 5%;
}
#specialty .text .blue {
  color: #0000ff;
  font-size: 1.25rem;
  font-weight: bold;
}
#specialty .text .red {
  color: #ff0000;
  font-size: 1.25rem;
  font-weight: bold;
}

#various {
  background: url("../img/top/bg_yane.webp") no-repeat center/cover #fff;
}
#various .wrap {
  max-width: 1000px;
  margin: auto;
  padding: 100px 50px;
  text-align: center;
}
#various .wrap .txt_various {
  margin-top: 50px;
  border-radius: 10px;
  padding: 30px 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
#various .wrap .txt_various p {
  margin: 0.75em 0;
}

#pro {
  margin: auto auto 100px;
}
#pro .up {
  position: relative;
  padding: 100px 0 100px;
  background: #d5eeff;
}
#pro .up::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100vw 0 0;
  border-color: transparent #e6f5ff transparent transparent;
}
#pro .down {
  padding: 50px 0 100px;
  background: #e6f5ff;
}
#pro .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#pro .orange {
  color: #f99348;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
#pro .bubble {
  position: relative;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  padding: 1.5rem 2rem;
  border-radius: 50px;
  background: #fff;
}
#pro .bubble:before, #pro .bubble:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
}
#pro .bubble:before {
  bottom: -30px;
  left: 100px;
  width: 50px;
  height: 50px;
}
#pro .bubble:after {
  bottom: -60px;
  left: 130px;
  width: 30px;
  height: 30px;
}
#pro .speech {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#pro .speech li {
  text-align: center;
}
#pro .speech .words {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#pro .speech .words li {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 1rem;
  background: #fff;
}
#pro .down p {
  max-width: 800px;
  margin: 2rem auto;
  border-radius: 50px;
  padding: 1.5rem;
  background: #fff;
  color: #1b7bf9;
  font-size: 1.25rem;
  text-align: center;
}
#pro .down p span {
  color: #ff0000;
  font-size: 1.5rem;
}
#pro .down ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pro .down ul li {
  width: 33%;
  text-align: center;
}
#pro .down .answer {
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.22);
  background: #fff;
  font-size: 1.5rem;
}
#pro .down .entrust {
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
  text-align: justify;
}

#price ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#price ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  height: auto;
  margin: 10px auto;
  padding: 10px 15px;
  background: #1e50a2;
  color: #fff;
  text-align: left;
}
#price ul li img {
  width: 30%;
  height: auto;
}
#price ul li dl {
  width: 60%;
}
#price ul li dl dt {
  font-size: 1.75rem;
}
#price ul li dl dd {
  font-size: 1.5rem;
}
#price ul .beside {
  width: 95%;
  margin: 10px auto;
}
#price ul .beside img {
  width: 40%;
}
#price ul .beside dl {
  width: 50%;
}
#price ul .beside dl dt {
  font-size: 4rem;
}
#price ul .beside dl dd {
  font-size: 2rem;
}
#price ul .price_free {
  width: 95%;
  margin: 10px auto;
}
#price ul .price_free img {
  width: 20%;
}
#price ul .price_free dl {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 75%;
}
#price ul .price_free dl dt {
  font-size: 2rem;
}
#price ul .price_free dl dd {
  font-size: 2.5rem;
}
#price ul .vertical img {
  width: 30%;
  height: auto;
}
#price ul .vertical dl {
  width: 60%;
}
#price ul .vertical dl dt {
  font-size: 1.75rem;
}
#price ul .vertical dl dd {
  font-size: 1.5rem;
}

#jisya h3 {
  position: relative;
  margin-bottom: 50px;
  font-size: 2.25rem;
  text-align: center;
}
#jisya h3::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #ffec47;
}
#jisya p {
  padding: 1em;
}
#jisya span {
  font-size: 1.5rem;
  font-weight: bold;
}
#jisya .graph {
  margin: auto;
  border: 5px solid #f9da48;
  text-align: center;
}
#jisya .graph h4 {
  padding: 5px 0 10px;
  background: #f9da48;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
#jisya .graph picture {
  border-bottom: 5px solid #f9da48;
}

#service {
  margin: 100px auto;
}
#service .wall {
  padding: 100px 0;
  background: #ffffc1;
}
#service .wall .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#service .wall .wrap h2 {
  position: relative;
  margin-bottom: 80px;
  background: none;
  color: #2b2b2b;
  font-size: 2.5rem;
  text-align: center;
}
#service .wall .wrap h2::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #ffec47;
}
#service .wall .wrap ul {
  display: flex;
  justify-content: space-between;
}
#service .wall .wrap ul li {
  flex: 1;
  margin: 15px;
  text-align: center;
}
#service .wall .wrap ul li span {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
#service .wall .wrap ul li img {
  margin: 15px;
}
#service .wall .wrap ul li dl {
  padding: 2px 6px;
}
#service .wall .wrap ul li dl dt {
  margin: 10px;
  border-radius: 50px;
  padding: 5px;
  background: #ffec47;
  font-size: 1.25rem;
  font-weight: bold;
}
#service .wall .wrap ul li dl dd {
  text-align: justify;
}

#maybe .wall {
  border-radius: 3px;
  padding: 5%;
  background: #e6f5ff;
}
#maybe .wall p {
  padding: 2% 3%;
}
#maybe .box {
  position: relative;
  margin: 0 auto;
  height: 280px;
}
#maybe .box .label {
  position: absolute;
  top: 5%;
  left: 13%;
  width: 80%;
  border-radius: 50px;
  padding: 20px;
  background: #1e50a2;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  text-shadow: 1px 2px 2px silver;
  box-shadow: 0 0 10px silver;
}
#maybe .box .shimi {
  position: absolute;
  top: auto;
  left: 10px;
  height: auto;
}
#maybe .box .label2 {
  position: absolute;
  top: 35%;
  left: 23%;
  padding: 20px;
  color: #ff0000;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: inherit;
}
#maybe .box .yubi {
  position: absolute;
  top: 15%;
  right: 0px;
  height: auto;
}
#maybe .figure {
  display: flex;
  justify-content: space-around;
  margin: 30px auto;
}
#maybe .figure li {
  flex: 1;
  margin: 5px 2px;
  text-align: center;
}
#maybe .figure li .title {
  margin: 5px auto;
  padding: 5px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

#voice .box {
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
  border-radius: 50px;
  padding: 3%;
  background: #e0ffff;
}
#voice .box p {
  padding: 2% 5%;
}
#voice .box .box_15 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15%;
  margin: auto;
}
#voice .box .box_15 .number {
  margin-bottom: 20px;
  border-radius: 50px;
  background: #09fb30;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
#voice .box .box_15 img {
  text-align: center;
}
#voice .box .box_70 {
  width: 70%;
}
#voice .box .box_70 .point {
  border-bottom: 5px solid #0095d9;
  font-size: 2rem;
}

#insurance {
  margin: 100px auto;
}
#insurance .wall {
  padding: 100px 0;
  background: #d5eeff;
}
#insurance .wall .wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
#insurance .wall .wrap h2 {
  position: relative;
  margin-bottom: 80px;
  background: none;
  color: #2b2b2b;
  font-size: 2.5rem;
  text-align: center;
}
#insurance .wall .wrap h2::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #1e50a2;
}
#insurance .wall .wrap p {
  font-size: 1.2rem;
  text-align: center;
}
#insurance .wall .wrap p span {
  color: #ff9300;
  font-size: 1.5rem;
}
#insurance .wall .wrap .figure {
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin: 30px 50px;
}
#insurance .wall .wrap .figure li {
  flex: 1;
  padding: 5px;
}
#insurance .wall .wrap .figure li img {
  width: 95%;
  text-align: center;
}
#insurance .wall .wrap .text {
  padding: 2% 5%;
  background: #fff;
  font-size: 1rem;
  text-align: start;
}
#insurance .wall .wrap .box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px;
}

#diy .wall {
  border-radius: 3px;
  padding: 5%;
  background: #e6f5ff;
}
#diy .box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#diy .box p {
  width: 80%;
  padding: 2% 5%;
}
#diy .box p .blue {
  color: #0095d9;
  font-size: 1.25rem;
}
#diy .box p .red {
  color: #ff0000;
  font-size: 1.25rem;
}
#diy .box img {
  width: 20%;
  height: 20%;
}

#faq {
  max-width: 850px;
}
#faq ul {
  margin: 20px auto;
}
#faq .question {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 5px;
  color: #0095d9;
  font-size: 1.25rem;
}
#faq .question::before {
  content: "";
  display: inline-block;
  background-image: url("../img/top/shufu-question.png");
  background-size: contain;
  vertical-align: middle;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
#faq .answer {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 5px 0 60px;
  font-size: 1.25rem;
}
#faq .answer::before {
  content: "";
  display: inline-block;
  background-image: url("../img/top/syokunin_answer.png");
  background-size: contain;
  vertical-align: middle;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
#faq .qa-list *,
#faq .qa-list *:after,
#faq .qa-list *:before {
  box-sizing: border-box;
}
#faq .qa-list .qa-tab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
}
#faq .qa-list .qa-tab input {
  position: absolute;
  opacity: 0;
}
#faq {
  /* 質問 */
}
#faq .qa-list .qa-tab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 4.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #d5eeff;
}
#faq .qa-list .qa-tab label::before {
  position: absolute;
  left: 1.25em;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url("../img/top/shufu-question.png");
  background-position: center;
  background-size: contain;
  margin: -0.4em 0;
  font-size: 1.5em;
}
#faq .qa-list .qa-tab label:hover {
  transition: all 0.3s;
  color: #1d2793;
}
#faq {
  /* --質問の＋アイコン */
}
#faq .qa-list .qa-tab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.4s;
}
#faq {
  /* 答え */
}
#faq .qa-list .qa-tab .qa-tab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 3em;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
#faq .qa-list .qa-tab .qa-tab-content::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url("../img/top/syokunin_answer.png");
  background-position: center;
  background-size: contain;
  margin: 0.4em 0 0 -1em;
  font-size: 1.5em;
}
#faq .qa-list .qa-tab .qa-tab-content p {
  margin: 1em 1em 1em 0;
  padding: 0 2.5em;
}
#faq {
  /* 質問を開いた時の仕様 */
  /* --答えの高さ */
}
#faq .qa-list .qa-tab input:checked ~ .qa-tab-content {
  max-height: 40em;
  border: 10px solid #d5eeff;
}
#faq {
  /* 質問をクリックした時のアイコンの動き */
}
#faq .qa-list .qa-tab input:checked ~ label {
  color: #1d2793;
  border-radius: 0.5em 0.5em 0 0;
}
#faq {
  /* 質問をクリックした時の+の動き */
}
#faq .qa-list .qa-tab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

#case h3 {
  font-size: 2rem;
}
#case .box {
  margin: 3%;
  border: 3px solid #1e50a2;
}
#case .box .case-title {
  padding: 1% 3%;
  background: #1e50a2;
  color: #fff;
  font-size: 1.5rem;
  text-align: inherit;
}
#case .box p {
  padding: 1% 2%;
}
#case .box .box1 {
  display: flex;
  justify-content: center;
  padding: 2%;
}
#case .box .box1 .imgbox {
  text-align: center;
}
#case .box .box2 {
  display: flex;
  justify-content: space-around;
  padding: 2%;
}
#case .box .box2 p {
  flex-grow: 1;
}
#case .box .box2 .inbox {
  display: flex;
  justify-content: space-between;
}
#case .box .box2 .inbox .imgbox {
  height: 100%;
  padding: 1%;
  text-align: center;
}
#case .box .box3 {
  display: flex;
  justify-content: space-around;
  padding: 2%;
}
#case .box .box3 .imgbox {
  height: 100%;
  padding: 1%;
}
#case .box .box3-p {
  padding: 3% 4% 0;
}
#case .box .memo {
  padding: auto 1%;
  font-size: 0.75rem;
  text-align: center;
}

#request .corporate {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 50px;
}
#request .corporate li {
  width: 250px;
  height: auto;
  padding: 10px;
}

#blogarea {
  margin: 30px auto;
}
#blogarea .blogarea-title {
  font-size: 2rem;
  margin-bottom: 50px;
  text-align: center;
  padding-bottom: 10px;
}
#blogarea .construction-case {
  margin-bottom: 100px;
}
#blogarea .construction-case .construction-title {
  font-size: 1.75rem;
  margin-bottom: 10px;
  color: #1e50a2;
  text-align: left;
}
#blogarea .construction-case .construction-stage .stage-title {
  position: relative;
  margin: 0 0 30px;
  padding: 15px;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
#blogarea .construction-case .construction-stage .stage-title::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 15px;
  background-image: repeating-linear-gradient(-45deg, #a0d8ef, #a0d8ef 5px, #fff 10px, #fff 20px);
}
#blogarea .construction-case .construction-stage .photo-block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
#blogarea .construction-case .construction-stage .photo-block .photo-item {
  width: calc((100% - 30px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#blogarea .construction-case .construction-stage .photo-block .photo-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#blogarea .construction-case .construction-stage .photo-block .photo-item p {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}
#blogarea .construction-case .construction-stage .photo-block .photo-item .img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#blogarea .construction-case .construction-stage .photo-block .photo-item .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
#blogarea .more-link-wrapper {
  text-align: right;
  margin: 10px 10px 0 0;
}
#blogarea .more-link-wrapper .more-link {
  display: inline-block;
  background-color: #1e50a2;
  color: #fff;
  font-size: 1rem;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#blogarea .more-link-wrapper .more-link:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #blogarea .construction-case .construction-stage .photo-block {
    flex-direction: column;
    gap: 10px;
  }
  #blogarea .construction-case .construction-stage .photo-block .photo-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
#weblog {
  max-width: 50%;
  margin: 30px auto;
  text-align: start;
}
#weblog article {
  max-width: 86%;
  margin: auto auto 1em;
  text-align: center;
}
#weblog article h6 {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
#weblog article img {
  width: 90%;
  margin: 0 auto 5px;
  padding: 3px;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
  vertical-align: bottom;
  border-radius: 10px;
}
#weblog article p {
  width: 90%;
  margin: 0 auto 20px;
  padding: 3px;
  text-align: left;
  text-align: justify;
}

#comment {
  border-radius: 10px;
  padding: 5% 1% 5% 5%;
  background: #eef8ff;
}
#comment .box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#comment .box p {
  width: 75%;
}
#comment .box img {
  width: 25%;
  height: auto;
}

#area {
  text-align: center;
}
#area a {
  display: inline-block;
}

footer {
  background: #d5eeff;
  color: #7d7d7d;
}
footer .half_container {
  display: flex;
  justify-content: space-around;
  max-width: 80%;
  margin: 0 auto;
  padding: 50px;
}
footer .half_container .item {
  width: 40%;
  text-align: center;
}
footer .half_container .item a {
  text-decoration: none;
}
footer .half_container .item li {
  padding: 15px;
  border-bottom: solid 1px #777;
  text-align: left;
}
footer .third_part {
  display: flex;
  justify-content: space-between;
  max-width: 85%;
  margin: 0 auto;
  padding: 50px 16px 25px;
}
footer .third_part .items {
  width: 30%;
  text-align: center;
}
footer .third_part .items a {
  text-decoration: none;
}
footer .third_part .items .menu-list > li {
  padding: 15px;
  border-bottom: solid 1px #777;
  text-align: left;
}
footer .third_part .items .sns {
  display: flex;
  align-items: baseline;
  margin: 5px auto;
}
footer .third_part .items .sns ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
}
footer .third_part .items .sns ul li {
  padding: 10px;
}
footer .third_part .items .sns ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  height: auto;
}
footer .third_part .items .link {
  max-width: 300px;
  margin: 32px auto;
}
footer .third_part .items .link img {
  width: 100%;
  height: auto;
  display: block;
}
footer .third_part .items .link p {
  width: 100%;
}

.copy {
  padding: 0;
  background: #212d48;
  color: #fff;
  text-align: center;
}

.floating-cta {
  position: fixed;
  top: 27%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 1000;
}
.floating-cta .cta-btn {
  width: 95px;
  height: 95px;
  background-color: #06c755;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 12px;
}
.floating-cta .cta-btn img {
  width: 45px;
  height: 45px;
  margin-bottom: 4px;
}
.floating-cta .cta-btn span {
  font-size: 14px;
  display: block;
  line-height: 1.2;
}
.floating-cta .cta-btn.mail {
  background-color: #ff8c00;
}
.floating-cta .cta-btn:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .floating-cta {
    display: none;
  }
}
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 25px;
  margin: 0;
}
#pagetop a {
  position: relative;
  display: flex;
  width: 70px;
  height: 70px;
  background: #d5eeff;
  border-radius: 100%;
  box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.3);
}
#pagetop a:hover {
  opacity: 0.5;
}

#backbutton {
  position: fixed;
  left: 20px;
  bottom: 30px;
  margin: 0;
}
#backbutton a {
  position: relative;
  display: flex;
  width: 70px;
  height: 70px;
}
#backbutton a:hover {
  opacity: 0.5;
}

#contact {
  margin: 100px auto 0;
}
#contact .wall {
  padding: 100px 0;
  background: #ffffc1;
}
#contact .wall .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#contact .wall .wrap h3 {
  position: relative;
  margin-bottom: 50px;
  font-size: 2.5rem;
  text-align: center;
}
#contact .wall .wrap h3::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #ffec47;
}
#contact .wall .wrap .formTable input,
#contact .wall .wrap .formTable textarea {
  background: #fff;
  border: none;
  padding: 18px 20px;
  border-radius: 10px;
}
#contact .wall .wrap .formTable {
  margin: 0 auto;
  border-collapse: separate;
  gap: 15px;
}
#contact .wall .wrap .formTable th,
#contact .wall .wrap .formTable td {
  width: 100%;
  display: block;
}
#contact .wall .wrap .formTable th {
  margin-top: 30px;
  padding: 10px 15px;
  text-align: inherit;
}
#contact .wall .wrap .yuubin {
  max-width: 215px;
  position: relative;
}
#contact .wall .wrap .yuubin input {
  padding-left: 50px;
}
#contact .wall .wrap .yuubin::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1.9em;
  left: 20px;
  margin: auto;
  content: "〒";
  color: #141414;
}
#contact .wall .wrap .jusho input {
  margin-top: 15px;
}
#contact .wall .wrap .select {
  cursor: pointer;
  position: relative;
  max-width: 250px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#contact .wall .wrap .select select {
  padding: 18px 20px;
  width: 100%;
}
#contact .wall .wrap .select::after {
  content: "";
  position: absolute;
  border-left: 2px solid #141414;
  border-top: 2px solid #141414;
  transform: rotate(-135deg);
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
#contact .wall .wrap .select option:first-child {
  color: #9d9d9d;
}
#contact .wall .wrap .file input {
  display: block;
  background: none;
}
#contact .wall .wrap input[type=text],
#contact .wall .wrap input[type=tel],
#contact .wall .wrap input[type=email],
#contact .wall .wrap textarea {
  width: 100%;
}
#contact .wall .wrap span.required {
  display: inline-block;
  margin: auto 8px;
  padding: 3px 7px;
  border-radius: 50px;
  background: #e4002b;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
#contact .wall .wrap p {
  margin: 50px auto 20px;
  text-align: center;
}
#contact .wall .wrap p.btn {
  margin: 30px auto;
  text-align: center;
}
#contact .wall .wrap p.btn input {
  display: inline-block;
  width: 100%;
  max-width: 288px;
  padding: 16px;
  border-radius: 100px;
  background: #f66301;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
#contact .wall .wrap p.btn input:hover {
  opacity: 0.7;
}
#contact .wall .wrap .pvc h4 {
  margin: 20px auto;
  border-left: solid 5px #202020;
  border-bottom: solid 1px #202020;
  padding: 7px 0 7px 15px;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: start;
}

#form {
  margin: auto;
}
#form .wall {
  padding: 50px 0;
}
#form .wall .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#form .wall .wrap h3 {
  position: relative;
  margin-bottom: 50px;
  font-size: 2.5rem;
  text-align: center;
}
#form .wall .wrap h3::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #ffec47;
}
#form .wall .wrap .formTable input,
#form .wall .wrap .formTable textarea,
#form .wall .wrap .formTable select {
  background: #e7ecf3;
  border: none;
  padding: 18px 20px;
  border-radius: 10px;
  font-size: 1.125rem;
}
#form .wall .wrap .formTable {
  margin: 0 auto;
  border-collapse: separate;
  gap: 15px;
}
#form .wall .wrap .formTable th,
#form .wall .wrap .formTable td {
  width: 100%;
  display: block;
}
#form .wall .wrap .formTable th {
  margin-top: 30px;
  padding: 10px 15px;
  text-align: inherit;
}
#form .wall .wrap .yuubin {
  max-width: 215px;
  position: relative;
}
#form .wall .wrap .yuubin input {
  padding-left: 50px;
}
#form .wall .wrap .yuubin::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1.9em;
  left: 20px;
  margin: auto;
  content: "〒";
  color: #141414;
}
#form .wall .wrap .jusho input {
  margin-top: 15px;
}
#form .wall .wrap .select {
  cursor: pointer;
  position: relative;
  max-width: 250px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#form .wall .wrap .select select {
  padding: 18px 20px;
  width: 100%;
}
#form .wall .wrap .select::after {
  content: "";
  position: absolute;
  border-left: 2px solid #141414;
  border-top: 2px solid #141414;
  transform: rotate(-135deg);
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
#form .wall .wrap .select option:first-child {
  color: #9d9d9d;
}
#form .wall .wrap .file input {
  display: block;
  background: none;
}
#form .wall .wrap input[type=text],
#form .wall .wrap input[type=tel],
#form .wall .wrap input[type=email],
#form .wall .wrap textarea {
  width: 100%;
}
#form .wall .wrap input::-moz-placeholder, #form .wall .wrap textarea::-moz-placeholder {
  color: #c0c0c0;
}
#form .wall .wrap input::placeholder,
#form .wall .wrap textarea::placeholder {
  color: #c0c0c0;
}
#form .wall .wrap input:-ms-input-placeholder,
#form .wall .wrap textarea:-ms-input-placeholder {
  color: #c0c0c0;
}
#form .wall .wrap input::-ms-input-placeholder,
#form .wall .wrap textarea::-ms-input-placeholder {
  color: #c0c0c0;
}
#form .wall .wrap span.required {
  display: inline-block;
  margin: auto 8px;
  padding: 3px 9px;
  border-radius: 50px;
  background: #e7ecf3;
  color: #f66301;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
#form .wall .wrap p.btn {
  margin: 30px auto;
  text-align: center;
}
#form .wall .wrap p.btn input {
  display: inline-block;
  width: 100%;
  max-width: 288px;
  padding: 16px;
  border-radius: 100px;
  background: #f66301;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
#form .wall .wrap p.btn input:hover {
  opacity: 0.7;
}

#about {
  margin: auto;
}
#about .title-wall {
  padding: auto 0;
  background: #e0ffff;
}
#about .title-wall .annai {
  max-width: 1000px;
  margin: 0 auto;
  background: #e0ffff;
  color: #4a4a4a;
  font-size: 2rem;
  text-align: start;
}
#about #aisatsu {
  max-width: 1000px;
  margin: 50px auto;
}
#about #aisatsu .greeting li {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
#about #aisatsu .greeting li dl {
  width: 55%;
}
#about #aisatsu .greeting li dl dt {
  margin: 30px auto;
  font-size: 1.75rem;
  letter-spacing: 0.01em;
}
#about #aisatsu .greeting li dl .slogan {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
#about #aisatsu .greeting li dl dd {
  font-size: 1.25rem;
}
#about #aisatsu .greeting li img {
  width: 35%;
}
#about #aisatsu p {
  max-width: 95%;
  margin: 5px auto;
}
#about #aisatsu .ceoName p {
  text-align: end;
}
#about #aisatsu .ceoName .ceoName_company {
  font-size: 1.25rem;
}
#about #aisatsu .ceoName .ceoName_position {
  margin-right: 0.75rem;
}
#about #aisatsu .ceoName img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
  vertical-align: bottom;
}
#about #aisatsu .scene {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
}
#about #aisatsu .scene li {
  width: 32%;
  text-align: center;
}
#about #aisatsu .scene li img {
  width: 80%;
}
#about #consultant {
  max-width: 1000px;
  margin: 100px auto 100px;
}
#about #consultant h2 {
  position: relative;
  margin-bottom: 50px;
  padding: auto;
  background: none;
  color: #2d2d2d;
  font-size: 2rem;
  text-align: center;
}
#about #consultant h2::before {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1px;
  border-radius: 30px;
  background: #1e50a2;
}
#about #consultant .consultant-list {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 10px;
  background-color: #eaf4fc;
}
#about #consultant .consultant-list .consultant-list-img {
  width: 40%;
}
#about #consultant .consultant-list .consultant-list-img img {
  max-width: 100%;
  vertical-align: bottom;
  border-radius: 10px;
}
#about #consultant .consultant-list .consultant-list-text {
  width: 60%;
  padding: 0 2.5% 0 5%;
}
#about #consultant .consultant-list .consultant-list-text p {
  font-size: 1.075rem;
  letter-spacing: 0.01em;
  line-height: 1.75;
}
#about #kaisha {
  max-width: 850px;
  margin: 50px auto 100px;
}
#about #kaisha .kaisha {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
#about #kaisha .kaisha th,
#about #kaisha .kaisha td {
  border: 1px solid #ccc;
  padding: 20px 50px;
}
#about #kaisha .kaisha th a,
#about #kaisha .kaisha td a {
  display: inline-block;
  transition: 0.3s;
  color: #1e50a2;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.125rem;
}
#about #kaisha .kaisha th a:hover,
#about #kaisha .kaisha td a:hover {
  color: #fff;
  background-color: #1e50a2;
  font-weight: bold;
}
#about #kaisha .kaisha th {
  width: 30%;
  vertical-align: top;
  background-color: #1e50a2;
  color: #fff;
}
#about #kaisha .taiou {
  padding: 5px 0;
}
#about #kaisha dd {
  padding: 0 0 0 10px;
}
#about #kaisha dd a {
  display: inline-block;
  color: #2d2d2d;
  text-decoration: none;
}

#ad_about {
  max-width: 850px;
  margin: 50px auto 100px;
}
#ad_about h2 {
  position: relative;
  margin-bottom: 80px;
  background: none;
  color: #2d2d2d;
  font-size: 3rem;
  text-align: center;
}
#ad_about h2::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #1e50a2;
}
#ad_about .kaisha {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
#ad_about .kaisha th,
#ad_about .kaisha td {
  border: 1px solid #ccc;
  padding: 20px 50px;
}
#ad_about .kaisha th {
  width: 30%;
  background-color: #1e50a2;
  color: #fff;
}
#ad_about .taiou {
  padding: 5px 0;
}
#ad_about dt {
  text-decoration: underline;
}
#ad_about dd {
  padding: 0 0 0 10px;
}
#ad_about a {
  color: #0000ff;
}

#privacy {
  max-width: 850px;
  margin: 50px auto 100px;
}
#privacy h2 {
  position: relative;
  margin-bottom: 80px;
  background: none;
  color: #2d2d2d;
  font-size: 2rem;
  text-align: center;
}
#privacy h2::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #1e50a2;
}
#privacy dl {
  margin: 30px auto;
}
#privacy dl dt {
  border-left: solid 5px #202020;
  border-bottom: solid 1px #202020;
  padding: 7px 0 7px 15px;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: bold;
}
#privacy dl dd {
  margin-bottom: 20px;
  padding: 7px 0 7px 15px;
}
#privacy dl ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style: decimal;
}

#breadcrumbs {
  max-width: 1000px;
  margin: 30px auto 50px;
}
#breadcrumbs ol {
  display: flex;
  justify-content: flex-start;
}
#breadcrumbs ol li:not(:last-child):after {
  content: ">";
  margin: auto 25px;
}
#breadcrumbs ol a {
  padding: 5px 10px;
  color: #2d2d2d;
  text-decoration: none;
  background-color: #a0d8ef;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
}
#breadcrumbs ol img {
  widows: 20px;
  height: auto;
  margin: auto 5px;
  vertical-align: center;
}

#works {
  max-width: 1000px;
  margin: 40px auto 100px;
}
#works h2 {
  margin-bottom: 50px;
  background: none;
  color: #2d2d2d;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#works h2 span {
  display: block;
  font-size: 1rem;
  margin-top: 20px;
}
#works .category-list {
  margin-bottom: 50px;
  padding: 15px;
  border: solid 5px #1e50a2;
  border-radius: 20px;
}
#works .category-list dl {
  display: flex;
  align-items: stretch;
}
#works .category-list dl dt {
  width: 9vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
#works .category-list dl dd {
  width: calc(100% - 9vw);
}
#works .category-list dl dd .category-list-tag {
  display: flex;
  flex-flow: row wrap;
  /*margin-top: 3%;*/
}
#works .category-list dl dd .category-list-tag li {
  margin: 1%;
  padding: 0.5% 2%;
  border-radius: 5px;
  background-color: #89c3eb;
  text-align: center;
}
#works .category-list dl dd .category-list-tag li:hover {
  opacity: 0.7;
}
#works .category-list dl dd .category-list-tag li a {
  color: #0f151a;
  text-decoration: none;
}
#works .category-list dl dd .category-list-tag li::before {
  content: "#";
  margin-right: 3px;
  color: #0f151a;
}
#works .works-list {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 10px;
  background-color: #eaf4fc;
}
#works .works-list .works-list-image {
  width: 40%;
}
#works .works-list .works-list-image img {
  max-width: 100%;
  vertical-align: bottom;
  border-radius: 10px;
}
#works .works-list .works-list-text {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding: 0 7%;
}
#works .works-list .works-list-text .list-ttl {
  margin-bottom: 4px;
  color: #1e50a2;
  font-weight: 900;
  font-size: 2rem;
  text-align: start;
}
#works .works-list .works-list-text .list-ttl::before {
  content: none;
}
#works .works-list .works-list-text .list-tag {
  display: flex;
  flex-flow: row wrap;
  margin-top: 3%;
}
#works .works-list .works-list-text .list-tag li {
  margin: 1% 3% 0 0;
  padding: 1% 3%;
  border-radius: 5px;
  background-color: #89c3eb;
  text-align: center;
  font-size: 0.875rem;
}
#works .works-list .works-list-text .list-tag li:hover {
  opacity: 0.7;
}
#works .works-list .works-list-text .list-tag li a {
  color: #0f151a;
  text-decoration: none;
}
#works .works-list .works-list-text .list-tag li::before {
  content: "#";
  margin-right: 3px;
  color: #0f151a;
}
#works .works-list .works-list-text .list-dtl {
  width: 150px;
  height: 50px;
  margin: 30px 0 0 auto;
  padding: 2% 3%;
  border-radius: 10px;
  background-color: #a0d8ef;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
}
#works .works-list .works-list-text .list-dtl:hover {
  opacity: 0.8;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  transition-duration: 0.5s;
}
#works .pagination {
  margin: 5rem auto;
  text-align: center;
}
#works .pagination .pagination-list {
  display: flex;
  justify-content: center;
}
#works .pagination .pagination-list li a {
  margin: 0 0.5rem;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
  color: 2b2b2b;
  font-size: 1.25rem;
  text-decoration: none;
}
#works .pagination .pagination-list li a.active {
  background-color: #007bbb;
  color: #fff;
  border: 1px solid #007bbb;
  border-radius: 5px;
}
#works .pagination .pagination-list li a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
#works .works-post .post-ttl {
  margin-bottom: 35px;
  color: #1e50a2;
  font-weight: 900;
  font-size: 2rem;
  text-align: start;
}
#works .works-post .post-ttl::before {
  content: none;
}
#works .works-post .works-glry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
#works .works-post .works-glry ul li {
  position: relative;
  margin-bottom: 1em;
}
#works .works-post .works-glry ul .works-before {
  width: 35%;
  margin: 0 auto;
}
#works .works-post .works-glry ul .works-after {
  width: 50%;
  margin: auto;
}
#works .works-post .works-glry ul img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
  vertical-align: bottom;
  border-radius: 10px;
}
#works .works-post .works-glry ul .img-label_before {
  position: absolute;
  bottom: -20px;
  left: 20px;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #f7fcfe;
  color: #1e50a2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#works .works-post .works-glry ul .img-label_after {
  position: absolute;
  bottom: -20px;
  left: 20px;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #192f60;
  color: #fff;
  letter-spacing: 0.3em;
  font-weight: bold;
}
#works .works-post .works-datas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#works .works-post .works-datas dl {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border: 3.5px solid #a0d8ef;
  border-radius: 10px;
}
#works .works-post .works-datas dl dt {
  width: 15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 1.2em 1em;
  background-color: #a0d8ef;
  color: #fff;
  line-height: 1.35em;
}
#works .works-post .works-datas dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 15vw);
  padding: 1.2em 2em;
  background-color: #fff;
  line-height: 1.35em;
}
#works .works-post .works-point-box {
  margin: 50px auto;
}
#works .works-post .works-point-head {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: start;
}
#works .works-post .works-point-head::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 15px;
  background-image: repeating-linear-gradient(-45deg, #a0d8ef, #a0d8ef 5px, #fff 10px, #fff 20px);
}
#works .works-post .works-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#works .works-post .works-point li {
  width: 45%;
  height: auto;
  margin: 15px;
  padding: 10px auto;
}
#works .works-post .works-point .works-point-image {
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 10px;
}
#works .works-post .works-point .works-point-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
  vertical-align: bottom;
}
#works .works-post .works-point .works-point-desc p {
  font-size: 1.1rem;
}
#works .works-post .works-point-summary {
  max-width: 98%;
  padding: 2.5em;
  /*内側の余白*/
  background: none;
  /*元のボックス背景色なし*/
  border: 3px solid #d5eeff;
  /*線の太さ&#12539;種類&#12539;色*/
  position: relative;
  /*配置（基準）*/
  font-size: 1.2rem;
  line-height: 1.8;
}
#works .works-post .works-point-summary:after {
  background-color: #e6f5ff;
  /*ずらしたボックスの背景色*/
  border: none;
  content: "";
  position: absolute;
  /*配置（ここを動かす）*/
  top: 10px;
  /*上から7pxずらす*/
  left: 10px;
  /*左から7pxずらす*/
  width: 100%;
  height: 100%;
  z-index: -1;
}
#works .pagenavi {
  margin: 100px auto 150px;
}
#works .pagenavi .pagenavi-list {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
#works .pagenavi .pagenavi-list .pagenavi-back {
  width: 40%;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #a0d8ef;
  text-align: center;
}
#works .pagenavi .pagenavi-list .pagenavi-back a {
  display: block;
  padding: 15px 100px;
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}
#works .pagenavi .pagenavi-list .pagenavi-prev,
#works .pagenavi .pagenavi-list .pagenavi-next {
  width: 20%;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #a0d8ef;
  text-align: center;
}
#works .pagenavi .pagenavi-list .pagenavi-next a,
#works .pagenavi .pagenavi-list .pagenavi-prev a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}
#works .pagenavi .pagenavi-list .pagenavi-none {
  visibility: hidden;
  width: 20%;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 820px) {
  #breadcrumbs {
    margin: auto;
  }
  #breadcrumbs ol li {
    font-size: 0.75rem;
  }
  #breadcrumbs ol li:not(:last-child):after {
    margin: auto 25px;
  }
  #breadcrumbs ol a {
    font-size: 0.75rem;
  }
  #breadcrumbs ol a img {
    height: 0.8rem;
  }
  #works {
    max-width: 95%;
  }
  #works h2 {
    margin-bottom: 50px;
    font-size: 7vw;
  }
  #works .category-list {
    margin: 30px 5px;
    padding: 10px;
  }
  #works .category-list dl {
    flex-direction: column;
  }
  #works .category-list dl dt {
    width: 100%;
    justify-content: flex-start;
  }
  #works .category-list dl dd {
    margin-top: 3%;
  }
  #works .category-list dl dd li {
    font-size: 0.85rem;
  }
  #works .works-list {
    flex-direction: column;
    margin: 30px 10px 50px;
    padding: 30px 15px;
  }
  #works .works-list .works-list-image {
    width: 100%;
    margin-bottom: 10px;
  }
  #works .works-list .works-list-text {
    width: 100%;
    padding: 0;
  }
  #works .works-list .works-list-text .list-ttl {
    font-size: 1.25rem;
  }
  #works .works-list .works-list-text .list-tag li {
    margin: 1% 3%;
  }
  #works .works-post .post-ttl {
    margin-bottom: 10px;
    font-size: 8vw;
  }
  #works .works-post .works-glry ul {
    flex-direction: column;
  }
  #works .works-post .works-glry ul .works-before,
  #works .works-post .works-glry ul .works-after {
    width: 100%;
    height: auto;
    margin: 15px auto;
    padding: 5px;
  }
  #works .works-post .works-datas dl dt {
    width: 30vw;
  }
  #works .works-post .works-datas dl dd {
    padding: 10px;
  }
  #works .works-post .works-points .works-point {
    flex-direction: column;
  }
  #works .works-post .works-points .works-point li {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 5px;
  }
  #works .works-post .works-point-summary {
    padding: 2em;
    /*内側の余白*/
    font-size: 1rem;
  }
  #works .pagenavi {
    margin: 50px auto 100px;
  }
  #works .pagenavi .pagenavi-list {
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
  }
  #works .pagenavi .pagenavi-list .pagenavi-back {
    order: 0;
    width: 100%;
    margin: 20px auto;
  }
  #works .pagenavi .pagenavi-list .pagenavi-prev {
    order: 1;
  }
  #works .pagenavi .pagenavi-list .pagenavi-next {
    order: 2;
  }
  #works .pagenavi .pagenavi-list .pagenavi-prev,
  #works .pagenavi .pagenavi-list .pagenavi-next {
    width: 30%;
    margin: 10px 0;
    border-radius: 10px;
  }
  #works .pagenavi .pagenavi-list .pagenavi-none {
    order: 2;
  }
  #works .pagenavi .pagenavi-list .pagenavi-next a,
  #works .pagenavi .pagenavi-list .pagenavi-prev a {
    font-size: 1rem;
  }
}
#arealist {
  max-width: 850px;
  margin: 50px auto 100px;
}
#arealist h2 {
  position: relative;
  margin-bottom: 80px;
  background: none;
  color: #2d2d2d;
  font-size: 2rem;
  text-align: center;
}
#arealist h2::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #1e50a2;
}
#arealist .areatable {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
#arealist .areatable th,
#arealist .areatable td {
  border: 1px solid #ccc;
  padding: 20px 50px;
}
#arealist .areatable th {
  width: 30%;
  background-color: #1e50a2;
  color: #fff;
}
#arealist .areatable td {
  width: 70%;
}
#arealist .areatable td .taiou {
  padding: 5px 0;
}
#arealist .areatable td .taiou dd {
  padding: 0 0 0 10px;
}
#arealist .areatable td .taiou a {
  display: inline-block;
  color: #2d2d2d;
  text-decoration: none;
  line-height: 1.75;
}

#column {
  max-width: 1000px;
  margin: 50px auto 150px;
}
#column h1 {
  position: relative;
  margin-bottom: 30px;
  background: none;
  color: #2d2d2d;
  font-size: 2rem;
  text-align: center;
}
#column h1::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #1e50a2;
}
#column .column-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 50px 5px;
  align-content: center;
}
#column .column-ul article {
  width: 30%;
  margin: 2em 1em;
  padding-bottom: 1em;
  border-radius: 20px;
  background-color: #d5eeff;
}
#column .column-ul article a {
  text-decoration: none;
}
#column .column-ul article a:hover {
  opacity: 0.7;
}
#column .column-ul article img {
  display: block;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#column .column-ul article p {
  padding: 10px 16px;
  font-size: 1.1rem;
  text-align: justify;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  #column {
    margin: 30px auto 0;
  }
  #column h1 {
    margin-bottom: 0;
    font-size: 5vw;
  }
  #column .column-ul {
    flex-direction: column;
  }
  #column .column-ul article {
    width: 95%;
  }
}
#manga {
  max-width: 1000px;
  margin: 50px auto 150px;
}
#manga h1 {
  position: relative;
  margin-bottom: 30px;
  background: none;
  color: #2d2d2d;
  font-size: 2rem;
  text-align: center;
}
#manga h1::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 30px;
  background: #1e50a2;
}
#manga picture {
  margin: 0 auto;
}
#manga picture img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 25px auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

@media screen and (max-width: 820px) {
  #manga {
    margin: 30px auto 0;
  }
  #manga h1 {
    margin-bottom: 0;
    font-size: 5vw;
  }
  #manga picture img {
    margin: auto;
  }
}
#column_container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 16px;
  margin: 100px auto 60px;
}
#column_container main {
  width: 68%;
}
#column_container main h1 {
  max-width: 100%;
  margin: auto 0 20px;
  color: #2d2d2d;
  font-size: 2em;
}
#column_container main h2 {
  margin: 10px 0 15px 0;
  padding: 1rem;
  background: #d5eeff;
  color: #2d2d2d;
  font-size: 1.75rem;
  text-align: start;
}
#column_container main h3 {
  position: relative;
  margin: 10px 0 15px 0;
  border-bottom: solid 5px #78bbe6;
  font-size: 1.5rem;
  text-align: start;
}
#column_container main h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #f99f48;
  bottom: -5px;
  width: 30%;
}
#column_container main h3::before {
  content: none;
}
#column_container main h4 {
  margin: 15px auto 0;
  font-size: 1.25rem;
  text-align: start;
}
#column_container main .section-subtitle-indent {
  font-size: 1.125rem;
  margin: 10px 0 5px 0;
  text-align: start;
}
#column_container main .section-subtitle-indent::before {
  content: " ⚫︎ ";
}
#column_container main p {
  padding: 5px 0;
  font-size: 1.125rem;
  line-height: 1.8em;
}
#column_container main li {
  margin: 0 0 10px;
  font-size: 1.075rem;
  line-height: 1.8em;
}
#column_container main .text-indent {
  padding-left: 1.5em;
}
#column_container main .list-indent {
  padding: 0.25rem 0 0 2rem;
  text-indent: -1.25rem;
  text-align: start;
  line-height: 1.5em;
}
#column_container main .list-indent::before {
  content: " ⚫︎ ";
}
#column_container main .list-indent-b {
  padding: 0.25rem 0 0 1rem;
  text-indent: -1.25rem;
  text-align: start;
  line-height: 1.5em;
}
#column_container main .list-indent-b::before {
  content: " ⚪︎ ";
}
#column_container main .list-indent-c {
  padding: 0.25rem 0 0 2rem;
  text-indent: -1.25rem;
  text-align: start;
  line-height: 1.5em;
}
#column_container main .list-indent-c::before {
  content: " － ";
}
#column_container main {
  /* Q&A 全体のリスト */
}
#column_container main .qa-list {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
#column_container main .qa-list li {
  list-style: none;
}
#column_container main .qa-list .list-indent-a::before, #column_container main .qa-list .list-indent-q::before {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
#column_container main .qa-list {
  /* Q 行 */
}
#column_container main .qa-list .list-indent-q {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-top: 24px;
}
#column_container main .qa-list .list-indent-q::before {
  content: "Q";
  background-color: #235b87;
  margin-right: 16px;
}
#column_container main .qa-list {
  /* A 行 */
}
#column_container main .qa-list .list-indent-a {
  display: flex;
  align-items: flex-start;
  padding-left: 24px;
}
#column_container main .qa-list .list-indent-a::before {
  content: "A";
  background-color: #c73535;
  margin-right: 16px;
}
#column_container main .qa-list {
  /* -----------------------
  ★ A の続き（中のUL・最後のLI）を揃える
  A の本文（テキスト部分）と同じ左位置に揃える
  ------------------------ */
}
#column_container main .qa-list > ul,
#column_container main .qa-list > li:not(.list-indent-q):not(.list-indent-a) {
  padding-left: calc(24px + 40px + 16px);
  list-style: none;
}
#column_container main .qa-list {
  /* ●の代わりに「○」を出す（必要なら） */
}
#column_container main .qa-list .list-indent-b {
  position: relative;
  padding-left: 1.2em;
}
#column_container main .qa-list .list-indent-b::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0.2em;
}
#column_container main ul {
  margin: 0.25em auto;
  counter-reset: number 0;
}
#column_container main .list-indent-number {
  padding: 0.25rem 0 0 2rem;
  text-indent: -1.25rem;
  text-align: start;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5em;
}
#column_container main .list-indent-number::before {
  counter-increment: number 1;
  content: counter(number) ".";
  padding-right: 5px;
  font-weight: bold;
}
#column_container main .photo-block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
#column_container main .photo-block .photo-item {
  width: calc((100% - 15px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#column_container main .photo-block .photo-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#column_container main .photo-block .photo-item p {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}
#column_container main .summarize-box {
  margin: 2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
#column_container main .summarize-box:before, #column_container main .summarize-box:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: black;
}
#column_container main .summarize-box:before {
  left: 10px;
}
#column_container main .summarize-box:after {
  right: 10px;
}
#column_container main .summarize-box p {
  margin: 0;
  padding: 0;
}
#column_container main .summary-title {
  padding: 0;
  border-bottom: solid 5px #78bbe6;
  background: none;
  font-size: 1.75rem;
}
#column_container main .summary-title:first-letter {
  font-size: 2.5rem;
  color: #f99f48;
}
#column_container main img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 15px auto 5px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
#column_container main .diagram {
  width: 10vw;
  margin: auto;
}
#column_container main .diagram-50 {
  width: 50%;
  margin: 15px auto 5px;
}
#column_container main .diagram-30 {
  width: 30%;
  margin: 15px auto;
}
#column_container main .main-list-img {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
}
#column_container main figure {
  margin: 0 auto 20px;
}
#column_container main figure img {
  margin: 5px auto;
}
#column_container main i {
  display: block;
  margin: 0 auto 15px;
  font-size: 1rem;
}
#column_container main .main-list-i {
  display: flex;
  justify-content: space-around;
}
#column_container main section {
  margin-bottom: 30px;
}
#column_container main section div {
  margin: 10px auto;
}
#column_container main .section-table,
#column_container main .section-table-lr {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
#column_container main .section-table th,
#column_container main .section-table td,
#column_container main .section-table-lr th,
#column_container main .section-table-lr td {
  border: 1px solid #333;
  padding: 10px;
  text-align: start;
}
#column_container main .section-table th,
#column_container main .section-table-lr th {
  background-color: #f0f0f0;
  font-weight: bold;
}
#column_container main .section-table td,
#column_container main .section-table-lr td {
  font-size: 14px;
}
#column_container main .section-table caption,
#column_container main .section-table-lr caption {
  caption-side: bottom;
  margin-top: 5px;
  color: #666;
  font-weight: 0.85rem;
  text-align: right;
}
#column_container main .toc-001 {
  margin-bottom: 50px;
  padding: 1em 1em 1em 2em;
  border: 1px solid #999;
  background-color: #f7f7f7;
  color: #333333;
  overflow: hidden;
}
#column_container main .toc-001 input {
  display: none;
  caret-color: transparent;
  /* キャレットの色を透明にする */
  outline: none;
  /* フォーカス時のアウトラインを非表示にする */
}
#column_container main .toc-001 input:focus {
  background-color: inherit;
}
#column_container main .toc-001 ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 1.2em 0 2.4em;
  transition: height 0.3s ease;
  height: auto;
}
#column_container main .toc-001 ol li {
  padding: 2px 0;
  list-style-type: inherit;
}
#column_container main .toc-001 ol li ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-top: 5px;
}
#column_container main .toc-001 ol li ul li {
  padding: 1.5px 0;
  list-style-type: initial;
}
#column_container main .toc-001 label::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23333'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}
#column_container main .toc-001 input:not(:checked) ~ ol {
  height: 0;
  padding: 0;
}
#column_container main .toc-001 label::after {
  content: " [閉じる]";
  margin-left: 5px;
  font-size: 0.8em;
  color: #166c9d;
  cursor: pointer;
}
#column_container main .toc-001 input:not(:checked) + label::after {
  content: " [開く]";
}
#column_container main .toc-001 a {
  color: #166c9d;
  text-decoration: none;
}
#column_container main .toc-001 a:hover {
  text-decoration: underline;
}
#column_container main .column_supervisor {
  margin: auto;
  border: 5px solid #78bbe6;
  text-align: center;
}
#column_container main .column_supervisor h2 {
  margin: auto;
  padding: 5px 0 10px;
  background: #78bbe6;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
#column_container main .column_supervisor .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
#column_container main .column_supervisor .content img {
  width: 125px;
  height: 125px;
  border-radius: 75px;
  margin: auto 30px;
}
#column_container main .column_supervisor .content .text {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#column_container main .column_supervisor .content .text .kttl {
  display: flex;
  justify-content: flex-start;
}
#column_container main .column_supervisor .content .text .kttl .name {
  border: none;
  font-size: 2rem;
}
#column_container main .column_supervisor .content .text .kttl .name:after {
  border: none;
}
#column_container main .column_supervisor .content .text .kttl .shikaku {
  padding: 5px 20px;
  text-align: start;
}
#column_container #sidebar {
  width: 30%;
  padding: 20px;
}
#column_container #sidebar .side-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#column_container #sidebar .side-title::before {
  content: none;
}
#column_container #sidebar a {
  color: #333;
  text-decoration: none;
}
#column_container #sidebar .sidebar_works {
  text-align: center;
  margin-bottom: 60px;
}
#column_container #sidebar .sidebar_works section {
  margin-bottom: 30px;
}
#column_container #sidebar .sidebar_works section img:hover {
  opacity: 0.8;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
#column_container #sidebar .sidebar_works section .side-text {
  font-size: 0.875rem;
  font-weight: normal;
  text-align: start;
}
#column_container #sidebar .sidebar_list {
  text-align: center;
  margin-bottom: 60px;
}
#column_container #sidebar .sidebar_list ul {
  border-bottom: solid 1px #777;
}
#column_container #sidebar .sidebar_list ul li {
  font-size: 0.875rem;
  border-top: solid 1px #777;
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 820px) {
  #column_container {
    flex-direction: column;
    margin: 50px auto;
  }
  #column_container main {
    width: 100%;
  }
  #column_container main .diagram {
    width: 30vw;
  }
  #column_container main .diagram-50 {
    width: 100%;
  }
  #column_container main section {
    margin-bottom: 30px;
  }
  #column_container main .photo-block {
    flex-direction: column;
    gap: 10px;
  }
  #column_container main .photo-block .photo-item {
    width: 100%;
    margin-bottom: 15px;
  }
  #column_container main .qa-list {
    margin: 1.5rem 0;
  }
  #column_container main {
    /* Q / A 共通：中のレイアウトは横並びのまま */
  }
  #column_container main .qa-list .list-indent-q,
  #column_container main .qa-list .list-indent-a {
    padding: 12px 16px;
  }
  #column_container main {
    /* アイコンだけ小さくする */
  }
  #column_container main .qa-list .list-indent-q::before,
  #column_container main .qa-list .list-indent-a::before {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  #column_container main .column_supervisor {
    margin-bottom: 100px;
  }
  #column_container main .column_supervisor .content {
    flex-direction: column;
    padding: 10px;
  }
  #column_container main .column_supervisor .content img {
    margin: 5px;
  }
  #column_container main .column_supervisor .content .text {
    flex-direction: column;
  }
  #column_container main .column_supervisor .content .text .kttl {
    flex-direction: column;
  }
  #column_container main .column_supervisor .content .text .kttl .name {
    margin: auto;
    text-align: center;
  }
  #column_container main .column_supervisor .content .text .kttl .shikaku {
    padding: 5px 0;
    text-align: center;
  }
  #column_container main .column_supervisor .content .text p {
    padding: 1%;
  }
  #column_container #sidebar {
    width: 100%;
    padding: 0;
  }
}
#c_diy {
  max-width: 850px;
  margin: 50px auto 100px;
}
#c_diy section {
  margin: 50px auto;
}
#c_diy p {
  margin: 1em;
  color: #434343;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#c_diy img {
  padding: 1%;
}
#c_diy h2 {
  position: relative;
  padding: 1rem 0.5rem;
  background: none;
  color: #2b2b2b;
  font-size: 3rem;
}
#c_diy h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
#c_diy h3 {
  position: unset;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: start;
}
#c_diy h3:before {
  content: none;
}
#c_diy h3 span {
  display: block;
  font-size: 1rem;
  margin-bottom: 15px;
}
#c_diy .box-A p {
  text-align: start;
}
#c_diy .box-B {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#c_diy .box-B .box-in {
  width: 60%;
}
#c_diy .box-B img {
  width: 40%;
  height: auto;
}
#c_diy .box-C {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#c_diy .box-C p {
  width: 60%;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 0 2rem;
  word-break: break-all;
  border-top: 3px solid #000;
  border-radius: 12px 0 0 0;
}
#c_diy .box-C p span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #000;
}
#c_diy .box-C img {
  width: 40%;
  height: auto;
  padding: 3% 0;
}
#c_diy .box-D img {
  vertical-align: middle;
}

@media screen and (min-width: 821px) {
  .br-sp {
    display: none;
  }
  .footer_area {
    display: none;
  }
  #column_container main .section-table-lr {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
  }
  #column_container main th,
  #column_container main td {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 820px) {
  .br-pc {
    display: none;
  }
  h1 {
    max-width: 98%;
    padding-left: 1%;
    font-size: 2vw;
  }
  h2 {
    padding: 2%;
    font-size: 5vw;
  }
  h3 {
    margin-bottom: 50px;
    font-size: 6.5vw;
  }
  h4 {
    font-size: 5vw;
  }
  p {
    padding: 1% 3%;
  }
  .wrapper {
    max-width: 95%;
    margin: 30px auto;
  }
  header .header-menu {
    max-width: 98%;
  }
  header .header-menu .logo img {
    padding: 5px 10px;
  }
  header .header-menu .access .button li {
    padding: 5px 2px;
  }
  header .header-menu .access .button li a img:hover {
    top: -3px;
  }
  header #navi {
    overflow-x: auto;
    white-space: nowrap;
  }
  header #navi .wrap {
    max-width: 98%;
  }
  header #navi .wrap li {
    padding: 0 15px;
  }
  header #nav {
    font-size: 0.625rem;
  }
  header #nav .navi_bar {
    width: 95%;
  }
  header #nav .navi_bar li {
    height: 35px;
    line-height: 35px;
  }
  header #nav .navi_bar .li_single .navi_drop {
    top: 35px;
    width: 200%;
  }
  header #nav .navi_bar .li_single_sns .navi_drop {
    top: 35px;
    left: -25%;
    width: 125%;
  }
  header #nav .navi_bar .li_wide .navi_drop {
    top: 35px;
  }
  #video {
    padding: 5vh 0;
  }
  #video .video-container {
    max-width: 95%;
  }
  #information {
    height: auto;
  }
  #information .wrap {
    padding: 50px 10px;
  }
  #information .wrap .alert-section {
    padding: 0.75rem;
  }
  #information .wrap .alert-section h2 {
    font-size: 1.4rem;
  }
  #information .wrap .alert-section .checklist,
  #information .wrap .alert-section .advice,
  #information .wrap .alert-section .contact {
    padding: 1rem 1.5rem;
  }
  #information .wrap .info {
    padding: 15px;
  }
  #information .wrap .info h2 {
    font-size: 5vw;
  }
  #information .wrap .info p {
    font-size: 1rem;
  }
  #nav {
    font-size: 0.625rem;
  }
  #nav .navi_bar {
    width: 95%;
  }
  #nav .navi_bar li {
    height: 35px;
    line-height: 35px;
  }
  #nav .navi_bar .li_single .navi_drop {
    top: 35px;
    width: 200%;
  }
  #nav .navi_bar .li_single_sns .navi_drop {
    top: 35px;
    left: -25%;
    width: 125%;
  }
  #nav .navi_bar .li_wide .navi_drop {
    top: 35px;
  }
  #specialty .box .sec-title1 {
    font-size: 10vw;
  }
  #specialty .box .picture {
    order: 2;
    flex-direction: column;
    padding-bottom: 10px;
  }
  #specialty .box .picture img {
    width: 100%;
    padding: 3%;
  }
  #various {
    background: url("../img/top/bg_yane_sp.webp") no-repeat center/cover #fff;
  }
  #various .wrap {
    padding: 50px 25px;
  }
  #various .wrap .txt_various {
    padding: 15px;
  }
  #pro {
    margin: auto auto 30px;
  }
  #pro .up {
    padding: 50px 0;
  }
  #pro .down {
    padding: 25px 0 50px 0;
  }
  #pro .wrap {
    max-width: 95%;
  }
  #pro .orange {
    font-size: 7vw;
  }
  #pro .speech {
    flex-direction: column;
  }
  #pro .speech .order1 {
    order: 1;
  }
  #pro .speech .order2 {
    order: 2;
  }
  #pro .speech .words li {
    margin: 10px auto;
  }
  #pro .down h4 {
    font-size: 5vw;
  }
  #pro .down p {
    margin: 1rem auto;
  }
  #pro .down ul {
    flex-direction: column;
  }
  #pro .down ul li {
    width: 100%;
  }
  #pro .down .answer {
    position: relative;
    margin: 2rem auto;
    padding: 1.5rem 2rem;
    border-radius: 20px;
    background: #fff;
    font-size: 1.25rem;
  }
  #pro .down .answer:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #fff;
  }
  #price ul {
    flex-direction: column;
  }
  #price ul li,
  #price ul .vertical {
    width: 100%;
    height: auto;
    margin: 5px auto;
  }
  #price ul li dl dt,
  #price ul .vertical dl dt {
    font-size: 1.5rem;
  }
  #price ul li dl dd,
  #price ul .vertical dl dd {
    font-size: 1.25rem;
  }
  #price ul .beside {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  #price ul .beside img {
    width: 100%;
    height: auto;
  }
  #price ul .beside dl {
    width: 100%;
  }
  #price ul .beside dl dt {
    font-size: 1.75rem;
  }
  #price ul .beside dl dd {
    font-size: 1.5rem;
  }
  #price ul .price_free {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  #price ul .price_free img {
    width: 100%;
    height: auto;
  }
  #price ul .price_free dl {
    width: 100%;
  }
  #price ul .price_free dl dt {
    font-size: 1.5rem;
  }
  #price ul .price_free dl dd {
    width: 25%;
    font-size: 1.75rem;
  }
  #jisya h3 {
    font-size: 6vw;
  }
  #jisya .graph h4 {
    font-size: 4.5vw;
  }
  #service {
    margin: 50px auto;
  }
  #service .wall {
    padding: 50px 0;
  }
  #service .wall .wrap h2 {
    font-size: 7vw;
  }
  #service ul {
    flex-direction: column;
  }
  #service ul li {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffec47;
    border-radius: 8px;
  }
  #service ul li span {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    background: #ffffc1;
    line-height: 1;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #service ul li .box {
    align-items: center;
  }
  #service ul li .box img {
    max-width: 30%;
  }
  #maybe .wall {
    padding: 2%;
  }
  #maybe .box {
    height: auto;
    text-align: center;
  }
  #maybe .box .label {
    position: static;
    width: 100%;
    font-size: 5vw;
  }
  #maybe .box .shimi {
    position: static;
    margin: 10px 50px;
  }
  #maybe .box .label2 {
    position: static;
    padding: 5px 10px;
    font-size: 7vw;
    text-align: left;
  }
  #maybe .box .yubi {
    position: static;
  }
  #maybe .figure {
    flex-direction: column;
  }
  #voice .box {
    flex-direction: column;
    margin: 20px auto;
  }
  #voice .box .box_15 {
    flex-direction: row;
    width: 100%;
  }
  #voice .box .box_15 .number {
    margin: 30px;
    padding: 5px 10px;
  }
  #voice .box .box_15 img {
    max-width: 30%;
  }
  #voice .box .box_70 {
    width: 100%;
  }
  #voice .box .box_70 .point {
    font-size: 5vw;
  }
  #insurance {
    margin: 50px auto;
  }
  #insurance .wall {
    padding: 50px 0;
  }
  #insurance .wall .wrap {
    max-width: 95%;
  }
  #insurance .wall .wrap h2 {
    font-size: 4.5vw;
  }
  #insurance .wall .wrap p {
    font-size: 1rem;
  }
  #insurance .wall .wrap p span {
    font-size: 1.25rem;
  }
  #insurance .wall .wrap .figure {
    margin: 20px auto;
  }
  #insurance .wall .wrap .figure li .title {
    padding: 15px 3px;
    font-size: 1rem;
  }
  #insurance .wall .wrap .box {
    flex-direction: column;
    margin: 20px 10px;
  }
  #insurance .wall .wrap .box ul {
    margin: 15px;
  }
  #diy .box {
    flex-direction: column;
  }
  #diy .box p {
    order: 1;
    width: 100%;
  }
  #diy .box img {
    width: 80%;
    height: auto;
    margin: 10px;
  }
  #faq {
    max-width: 95%;
    margin: 50px auto;
  }
  #faq .question {
    padding: 0 5px;
  }
  #faq .answer {
    padding: 5px 5px 0 30px;
  }
  #faq .qa-list .qa-tab label {
    padding: 1em 3em 1em 4em;
    text-indent: 0;
  }
  #faq .qa-list .qa-tab label::before {
    left: 0.5em;
    margin: -0.4em 0;
    font-size: 1.5em;
  }
  #faq {
    /* --質問の＋アイコン */
  }
  #faq .qa-list .qa-tab label::after {
    top: 0;
    right: -0.5em;
  }
  #faq .qa-list .qa-tab input[type=checkbox]:checked + label::after {
    top: 0.5em;
  }
  #case .box .case-title {
    font-size: 4vw;
  }
  #case img {
    text-align: center;
  }
  #case .box1 {
    flex-direction: column;
    justify-content: center;
  }
  #case .box2 {
    flex-direction: column;
    justify-content: center;
  }
  #case .box3 .imgbox {
    display: flex;
    flex-direction: column;
    margin: 1px;
  }
  #case .box3 .memo {
    flex-grow: 1;
    margin: auto 1px 1px 1px;
  }
  #request h4 {
    font-size: 5vw;
  }
  #comment {
    margin: 30px auto;
    padding: 5%;
  }
  #comment .box {
    flex-direction: column;
  }
  #comment .box p {
    width: 100%;
  }
  #comment .box img {
    width: 100%;
  }
  #weblog {
    max-width: 98%;
    margin: auto;
  }
  #weblog article {
    max-width: 95%;
  }
  #pagetop {
    bottom: 80px;
  }
  #pagetop a {
    width: 60px;
    height: 60px;
  }
  #backbutton {
    left: 5px;
    bottom: 60px;
  }
  #backbutton a {
    width: 50px;
    height: 50px;
  }
  footer .half_container {
    flex-direction: column;
    padding: 50px 10px;
  }
  footer .half_container .item {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .third_part {
    flex-direction: column;
  }
  footer .third_part .items,
  footer .third_part .items1,
  footer .third_part .items3 {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .copy {
    margin-bottom: 65px;
  }
  footer .footer_area {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  footer .footer_area .footer_area_btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    margin: 5px auto 0;
  }
  footer .footer_area .footer_area_btn li {
    padding: 0 5px;
  }
  footer .footer_area .footer_area_inner {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-right: 0;
    padding: 10px 0;
  }
  footer .footer_area .inquiry_btn {
    display: inline-block;
    width: 95%;
    padding: 5px 0;
    background-color: #068bf1;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
  }
  footer .footer_area .inquiry_btn:link, footer .footer_area .inquiry_btn:visited {
    color: #ffffff !important;
  }
  #contact {
    margin: 50px auto 0;
  }
  #contact .wall {
    padding: 50px 0;
  }
  #contact .wall .wrap {
    max-width: 95%;
    margin: 0 auto;
  }
  #contact .wall .wrap h3 {
    font-size: 7vw;
  }
  #contact .wall .wrap .formTable th {
    text-align: left;
  }
  #contact .wall .wrap .formTable,
  #contact .wall .wrap .formTable th,
  #contact .wall .wrap .formTable td {
    width: 95%;
  }
  #contact .wall .wrap .formTable input[type=text],
  #contact .wall .wrap .formTable input[type=tel],
  #contact .wall .wrap .formTable input[type=email],
  #contact .wall .wrap .formTable th input[type=text],
  #contact .wall .wrap .formTable th input[type=tel],
  #contact .wall .wrap .formTable th input[type=email],
  #contact .wall .wrap .formTable td input[type=text],
  #contact .wall .wrap .formTable td input[type=tel],
  #contact .wall .wrap .formTable td input[type=email] {
    width: 100%;
    box-sizing: border-box;
  }
  #form {
    margin: auto;
  }
  #form .wall {
    padding: 50px 0;
  }
  #form .wall .wrap {
    max-width: 95%;
    margin: 0 auto;
  }
  #form .wall .wrap h3 {
    font-size: 7vw;
  }
  #form .wall .wrap .formTable th {
    text-align: left;
  }
  #form .wall .wrap .formTable,
  #form .wall .wrap .formTable th,
  #form .wall .wrap .formTable td {
    width: 95%;
  }
  #form .wall .wrap .formTable input[type=text],
  #form .wall .wrap .formTable input[type=tel],
  #form .wall .wrap .formTable input[type=email],
  #form .wall .wrap .formTable th input[type=text],
  #form .wall .wrap .formTable th input[type=tel],
  #form .wall .wrap .formTable th input[type=email],
  #form .wall .wrap .formTable td input[type=text],
  #form .wall .wrap .formTable td input[type=tel],
  #form .wall .wrap .formTable td input[type=email] {
    width: 100%;
    box-sizing: border-box;
  }
  #ad_about {
    max-width: 95%;
    margin: 30px auto;
  }
  #ad_about .kaisha,
  #ad_about .kaisha tr,
  #ad_about .kaisha td,
  #ad_about .kaisha th {
    display: block;
  }
  #ad_about .kaisha th {
    width: auto;
  }
  #about #aisatsu {
    max-width: 95%;
    margin: 20px auto;
  }
  #about #aisatsu .greeting li {
    flex-direction: column;
  }
  #about #aisatsu .greeting li dl {
    width: 100%;
  }
  #about #aisatsu .greeting li dl dt {
    margin: 20px auto;
  }
  #about #aisatsu .greeting li img {
    width: 100%;
    margin: 10px auto;
  }
  #about #aisatsu .scene {
    margin: 20px auto;
  }
  #about #aisatsu .scene li {
    width: 33%;
  }
  #about #aisatsu .scene li img {
    width: 90%;
  }
  #about #consultant {
    max-width: 95%;
    margin: 50px auto;
  }
  #about #consultant h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
  #about #consultant .consultant-list {
    flex-direction: column;
    padding: 20px;
  }
  #about #consultant .consultant-list .consultant-list-img {
    width: 100%;
    margin-bottom: 10px;
  }
  #about #consultant .consultant-list .consultant-list-text {
    width: 100%;
    padding: 0;
  }
  #about #kaisha {
    max-width: 95%;
    margin: 30px auto;
  }
  #about #kaisha .kaisha,
  #about #kaisha .kaisha tr,
  #about #kaisha .kaisha td,
  #about #kaisha .kaisha th {
    display: block;
  }
  #about #kaisha .kaisha th {
    width: auto;
  }
  #about #kaisha .kaisha td {
    padding: 20px;
  }
  #privacy {
    max-width: 95%;
  }
  #privacy h2 {
    font-size: 7vw;
  }
  #arealist {
    max-width: 95%;
    margin: 30px auto;
  }
  #arealist h2 {
    font-size: 7vw;
  }
  #arealist .areatable,
  #arealist .areatable tr,
  #arealist .areatable td,
  #arealist .areatable th {
    display: block;
    width: auto;
  }
  #arealist .areatable td {
    padding: 20px;
  }
  #column_diy {
    max-width: 95%;
    margin: 30px auto;
  }
  #column_diy p {
    margin: auto;
  }
  #column_diy h2 {
    font-size: 7vw;
  }
  #column_diy .box-B,
  #column_diy .box-C {
    flex-direction: column;
  }
  #column_diy .box-B p,
  #column_diy .box-B img,
  #column_diy .box-B .box-in,
  #column_diy .box-C p,
  #column_diy .box-C img,
  #column_diy .box-C .box-in {
    width: 90%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}