@charset "UTF-8";
body {
  font-family: "BIZ UDPMincho", serif;
  margin-top: 90px;
  color: #111111;
}
@media screen and (max-width: 900px) {
  body {
    margin-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 68px;
  }
}

a {
  cursor: pointer;
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.lg-only {
  display: none;
}
@media screen and (max-width: 900px) {
  .lg-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .lg-only {
    display: none;
  }
}

.buttom {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.buttom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* 線が到達する幅 */
  height: 1px; /* 線の太さ */
  background-color: #333; /* 線の色 */
  /* 初期状態: 表示しない */
  -webkit-transform: scaleX(0);
          transform: scaleX(0); /* 横幅0 */
  -webkit-transform-origin: left;
          transform-origin: left; /* 左側を起点にする */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* アニメーション速度 */
}
.buttom:hover, .buttom:focus {
  border-bottom: none;
}
.buttom:hover::after, .buttom:focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background: #111;
  width: 100%;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 6.9444444444%;
  padding-right: 6.9444444444%;
  max-width: 1432px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .header_inner {
    max-width: 1432px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding: 11px 16px 11px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header_logo a img {
  width: 64px;
  display: block;
}
@media screen and (max-width: 900px) {
  .header_logo a img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo a img {
    width: 50px;
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1300px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header_nav {
    gap: 10px;
  }
}
@media screen and (max-width: 900px) {
  .header_nav {
    display: none;
  }
}

.header_link {
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .header_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header_link {
    font-size: 20px;
  }
}
.header_link:hover {
  opacity: 0.7;
}

.xl_hidden {
  display: none;
}
@media screen and (max-width: 1200px) {
  .xl_hidden {
    display: block;
  }
}

.header_button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transform: opacity 0.3 ease;
          transform: opacity 0.3 ease;
  padding: 5px 30px 5px 30px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 242px;
  gap: 2px;
}
@media screen and (max-width: 1200px) {
  .header_button {
    padding: 5px 15px 8px 15px;
    min-width: 153px;
  }
}
@media screen and (max-width: 768px) {
  .header_button {
    min-width: 200px;
    padding: 5px 40px 8px 40px;
  }
}
.header_button:hover {
  opacity: 0.7;
}

.header_button_top {
  color: #666666;
  font-size: 12px;
  font-family: "BIZ UDPMincho", serif;
  text-align: center;
}

.header_button_buttom {
  color: #666666;
  font-size: 20px;
  position: relative;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  letter-spacing: -0.03rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_button_small {
  font-size: 14px;
  font-weight: 700;
  font-family: "BIZ UDPMincho", serif;
}

.contact_button {
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  background-color: #111;
}

.header_button_text {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "BIZ UDPMincho", serif;
}

.header_right {
  display: none;
}
@media screen and (max-width: 900px) {
  .header_right {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.header_button_sp {
  display: none;
}
.header_button_sp:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .header_button_sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1C3458;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transform: opacity 0.3 ease;
            transform: opacity 0.3 ease;
    padding: 5px 20px 8px 20px;
    min-width: 160px;
  }
}

.header_open {
  display: none;
}
@media screen and (max-width: 900px) {
  .header_open {
    display: block;
  }
}

.header_lg_icon img {
  display: block;
  width: 32px;
}

.drawer-icon {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 51;
}
.drawer-icon_bar {
  position: absolute;
  background-color: #000000;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon_bar:nth-of-type(2) {
  top: 12px;
}
.drawer-icon_bar:nth-of-type(3) {
  top: 24px;
}

.drower_content {
  width: 64%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  padding: 124px 23px 17px 20px;
  background: #666666;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width: 650px) {
  .drower_content {
    padding: 90px 70px 46px 70px;
  }
}
.drower_content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drower_content .drawer-icon {
  position: absolute;
  top: 33px;
  right: 25px;
  display: block;
  z-index: 100;
}

.drower_content .drawer-icon .drawer-icon_bar {
  background: #FFFFFF;
}

.drower_content_link {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: left;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  font-family: "BIZ UDPMincho", serif;
  font-size: 14px;
}
.drower_content_link:nth-child(1) {
  padding-top: 0;
}

.drower_content_button {
  margin-top: 58px;
  text-align: center;
}

.drower_content_text {
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  line-height: 1.3rem;
}

.header_button_buttom_drower {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03rem;
  position: relative;
  padding-left: 30px;
  color: #FFFFFF;
}
.header_button_buttom_drower::before {
  position: absolute;
  content: "";
  background: url(../img/tel.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

._mail {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  color: #FFFFFF;
}
._mail::before {
  position: absolute;
  content: "";
  background: url(../img/Mail.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.header_button_drower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.drower_content_tel_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 16px;
}

.drower_button_top {
  color: #FFFFFF;
  font-size: 10px;
  text-align: right;
}

.drower_logo {
  margin-top: 58px;
}
.drower_logo img {
  display: block;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
}

.qa_box {
  padding-top: 13px;
  padding-bottom: 13px;
}
.qa_box_head {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
.qa_box_head::after {
  content: "";
  position: absolute;
  top: 27%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: 10px;
  height: 10px;
  background: url(../img/accordion_icon.png) no-repeat center center/contain;
}

.qa_box_body {
  display: none;
}

.qa_box_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qa_box_a_text {
  display: block;
}

.drower_content_link_accordion {
  padding-top: 10px;
  padding-left: 10px;
}

.drower_content_link_accordion:nth-child(1) {
  padding-top: 13px;
}

.fv {
  position: relative;
}
.fv::after {
  position: absolute;
  background: url(../img/FV_filter.png) no-repeat center center/cover;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 261px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .fv::after {
    background: url(../img/FV_filter_sp.png) no-repeat center center/cover;
    height: 295px;
  }
}

.fv_swiper {
  height: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv_swiper {
    min-height: 800px;
  }
}

@media screen and (max-width: 1200px) {
  .fv_slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 800px;
  }
}

.fv_filter_text {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 51;
  width: 370px;
}
@media screen and (max-width: 768px) {
  .fv_filter_text {
    width: 284px;
    top: 5%;
  }
}

.fv_content {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  width: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .fv_content {
    width: 340px;
    gap: 45px;
  }
}

.fv_title {
  text-align: center;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
.fv_title p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .fv_title p {
    font-size: 20px;
  }
}
.fv_title p:nth-child(2) {
  font-size: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fv_title p:nth-child(2) {
    font-size: 32px;
  }
}

.fv_ranking img {
  display: block;
  width: 100%;
}

.title_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.about {
  background-color: #f2f2f1;
  padding-top: 120px;
  padding-bottom: 106px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 204px;
    padding-bottom: 80px;
  }
}
.about::after {
  position: absolute;
  content: "";
  background: url(../img/about_title.png) no-repeat center center/cover;
  width: 77px;
  height: 558px;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .about::after {
    width: 60px;
    height: 438px;
    top: 10%;
  }
}
@media screen and (max-width: 900px) {
  .about::after {
    width: 57px;
    height: 416px;
    top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .about::after {
    background: url(../img/about_title_sp.png) no-repeat center center/cover;
    width: 351px;
    height: 66px;
    top: 5.5%;
  }
}

.inner {
  padding-left: 6.9444444444%;
  padding-right: 6.9444444444%;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .box {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about_content {
  width: 41.6666666667%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_content {
    width: auto;
  }
}

.about_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .about_left {
    gap: 16px;
  }
}

.about_left_text1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20px;
  color: #111111;
  line-height: 2.3rem;
  letter-spacing: 1.15rem;
}
@media screen and (max-width: 768px) {
  .about_left_text1 {
    letter-spacing: 0.9rem;
  }
}

.about_left_text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.about_left_text2 p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .about_left_text2 p {
    letter-spacing: 0.02rem;
  }
}

.buttom {
  font-size: 16px;
  line-height: 150%;
  border-bottom: 1px solid #111111;
  padding-bottom: 10px;
  position: relative;
  width: 161px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 6%;
}
@media screen and (max-width: 768px) {
  .buttom {
    padding-left: 8%;
    padding-bottom: 14px;
  }
}
.buttom::before {
  position: absolute;
  content: "";
  background: url(../img/bottom_arrow.png) no-repeat center center/cover;
  width: 24px;
  height: 24px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
@media screen and (max-width: 768px) {
  .buttom::before {
    top: 32%;
    right: 18px;
  }
}

@media screen and (max-width: 768px) {
  .about_left_buttom {
    margin-top: 10px;
  }
}

.about_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  right: 0%;
  width: 42%;
  height: 833px;
  top: 12%;
  text-align: end;
}
@media screen and (max-width: 1200px) {
  .about_right {
    top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .about_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 107%;
    height: 391px;
    top: auto;
    margin-top: 44px;
    position: relative;
    left: -4%;
  }
}

.about_right1 {
  position: absolute;
  top: 0;
  right: 0;
}
.about_right1 img {
  width: 92.2824302135%;
}
@media screen and (max-width: 768px) {
  .about_right1 img {
    width: 290px;
  }
}

.about_right2 {
  width: 55.3366174056%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .about_right2 {
    bottom: 20%;
  }
}
@media screen and (max-width: 900px) {
  .about_right2 {
    bottom: 40%;
  }
}
@media screen and (max-width: 768px) {
  .about_right2 {
    width: 186px;
    bottom: 0;
  }
}

.service {
  position: relative;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 148px;
  }
}
.service::after {
  position: absolute;
  background: url(../img/service_title.png) no-repeat center center/cover;
  top: 2%;
  right: 7%;
  width: 77px;
  height: 318px;
  content: "";
}
@media screen and (max-width: 1200px) {
  .service::after {
    top: 2%;
    right: 4%;
    width: 60px;
    height: 247px;
  }
}
@media screen and (max-width: 900px) {
  .service::after {
    top: 1%;
    right: 4%;
    width: 57px;
    height: 237px;
  }
}
@media screen and (max-width: 768px) {
  .service::after {
    background: url(../img/service_title_sp.png) no-repeat center center/cover;
    width: 230px;
    height: 66px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0.5%;
  }
}

@media screen and (max-width: 768px) {
  .service_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.service1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .service1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

.service_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service_left img {
  display: block;
}
@media screen and (max-width: 1300px) {
  .service_left img {
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .service_left img {
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .service_left img {
    height: 376px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.service_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.service_right_content {
  position: absolute;
  width: 482px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 43%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .service_right_content {
    left: 50%;
    width: 390px;
  }
}
@media screen and (max-width: 900px) {
  .service_right_content {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .service_right_content {
    width: 88%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
    margin-right: auto;
    gap: 32px;
  }
}

.service_right_text1 {
  letter-spacing: 0.7rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service_right_text1 {
    letter-spacing: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .service_right_text2 p {
    font-size: 14px;
    letter-spacing: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .service_right_buttom {
    font-size: 14px;
    padding-bottom: 9px;
    padding-left: 36px;
  }
  .service_right_buttom::before {
    right: 23px;
  }
}

.service2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.service_right_content2 {
  left: 57%;
}
@media screen and (max-width: 768px) {
  .service_right_content2 {
    left: 0;
  }
}

.list {
  background: -webkit-gradient(linear, left top, right top, from(#111111), to(#777777));
  background: linear-gradient(to right, #111111, #777777);
  padding-top: 197px;
  padding-bottom: 95px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .list {
    padding-top: 170px;
  }
}
@media screen and (max-width: 900px) {
  .list {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .list {
    padding-top: 146px;
    padding-bottom: 84px;
  }
}
.list::after {
  position: absolute;
  content: "";
  background: url(../img/list_title.png) no-repeat center center/cover;
  width: 77px;
  height: 222px;
  top: 16%;
  left: 7%;
}
@media screen and (max-width: 1200px) {
  .list::after {
    left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .list::after {
    width: 60px;
    height: 174px;
    top: 16%;
    left: 4%;
  }
}
@media screen and (max-width: 900px) {
  .list::after {
    width: 57px;
    height: 164px;
    top: 16%;
    left: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .list::after {
    background: url(../img/list_title_sp.png) no-repeat center center/cover;
    width: 184px;
    height: 66px;
    top: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.list_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px 120px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .list_content {
    gap: 90px 60px;
    max-width: 860px;
  }
}
@media screen and (max-width: 1200px) {
  .list_content {
    gap: 40px 60px;
    max-width: 750px;
  }
}
@media screen and (max-width: 1000px) {
  .list_content {
    gap: 40px 60px;
    max-width: 700px;
  }
}
@media screen and (max-width: 900px) {
  .list_content {
    gap: 30px 45px;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .list_content {
    gap: 24px;
  }
}

.list_style {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .list_style {
    gap: 0px;
    max-width: 154px;
    margin-left: auto;
    margin-right: auto;
  }
}

.list_img img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
}

.list_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .list_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -33px;
    padding-left: 5px;
    padding-right: 5px;
    gap: 19px;
  }
}

.list_category {
  color: #FFFFFF;
  font-size: 16px;
  border: 2px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 92px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .list_category {
    min-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .list_category {
    background: #666666;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 62px;
  }
}

.list_title {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .list_title {
    font-size: 14px;
  }
}

.list_buttom {
  color: #FFFFFF;
  border-bottom: 1.5px solid #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 73px;
  padding-left: 1.5%;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .list_buttom {
    margin-top: 52px;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 8.5%;
  }
}
.list_buttom::before {
  background: url(../img/arrow.png) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  top: 36%;
  right: 17px;
}
.list_buttom::after {
  background: #fff;
}

.area {
  margin-top: -82px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area {
    margin-top: -56px;
  }
}
.area::after {
  position: absolute;
  content: "";
  background: url(../img/area_title.png) no-repeat center center/cover;
  width: 77px;
  height: 366px;
  top: 52%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .area::after {
    width: 65px;
    height: 315px;
  }
}
@media screen and (max-width: 768px) {
  .area::after {
    background: url(../img/area_title_sp.png) no-repeat center center/cover;
    width: 256px;
    height: 66px;
    top: 25%;
  }
}

.area_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 865px;
}
@media screen and (max-width: 900px) {
  .area_content {
    height: 714px;
  }
}
@media screen and (max-width: 768px) {
  .area_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 835px;
  }
}

.area_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 47px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .area_left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 164px;
  }
}

.area_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .area_bottom {
    gap: 35px;
  }
}

.area_top {
  max-width: 530px;
}
@media screen and (max-width: 1200px) {
  .area_top {
    width: 400px;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .area_top {
    width: 330px;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .area_top {
    max-width: 200px;
    margin-right: auto;
  }
}
.area_top img {
  display: block;
  width: 100%;
}

.area_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .area_name {
    gap: 35px;
  }
}
@media screen and (max-width: 900px) {
  .area_name {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .area_name {
    gap: 24px;
  }
}

.area_name_list {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  border: 2px solid #111111;
  padding: 20px 21px 13px 21px;
  letter-spacing: 0.8rem;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .area_name_list {
    padding: 16px 16px 10px 16px;
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .area_name_list {
    padding: 13px 12px 1px 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .area_name_list {
    font-size: 20px;
    padding: 15px 11px 3px 11px;
  }
}

.area_text p {
  font-size: 24px;
  line-height: 2rem;
}
@media screen and (max-width: 1200px) {
  .area_text p {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .area_text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .area_text p {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

.area_right {
  max-width: 530px;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  .area_right {
    max-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .area_right {
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .area_right {
    max-width: 232px;
    margin-left: auto;
  }
}
.area_right img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .area_right img {
    height: 306px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.board {
  background: #F5F5F5;
  padding-top: 250px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .board {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.board_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
  max-width: 1114px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .board_content {
    gap: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .board_content {
    gap: 65px;
  }
}
@media screen and (max-width: 768px) {
  .board_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 132px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.board_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .board_left {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .board_left {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .board_left {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.board_left_img {
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .board_left_img {
    max-width: 100px;
  }
}
.board_left_img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .board_left_img img {
    min-width: 130px;
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .board_left_img img {
    height: 160px;
    min-width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .board_left_img img {
    height: auto;
    min-width: 100px;
  }
}

.board_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 900px) {
  .board_right {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .board_right {
    gap: 24px;
  }
}
.board_right::after {
  position: absolute;
  content: "";
  background: url(../img/board_title.png) no-repeat center center/cover;
  width: 253px;
  height: 78px;
  top: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .board_right::after {
    background: url(../img/board_title_sp.png) no-repeat center center/cover;
    width: 210px;
    height: 66px;
    top: -28%;
  }
}

.board_right_text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20px;
  letter-spacing: 0.7rem;
  padding: 10px;
  border: 1px solid #111111;
  background: #FFFFFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .board_right_text {
    font-size: 14px;
    letter-spacing: 0.5rem;
  }
}

.contact {
  background: url(../img/contact_background.png) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 69px;
    padding-bottom: 60px;
  }
}

.contact_text_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact_text_sp {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 160%;
    font-weight: 500;
  }
}

.contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 807px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  height: 174px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .contact_content {
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .contact_content {
    width: 365px;
    display: none;
  }
}

.contact_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_left p {
  color: #FFFFFF;
  font-size: 16px;
}
.contact_left p:nth-child(2) {
  font-size: 14px;
}

.contact_left_tel {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.contact_left_tel::before {
  position: absolute;
  content: "";
  background: url(../img/tel.png) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact_left_tel:focus, .contact_left_tel:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.contact_right_mail {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .contact_right_mail {
    font-weight: 500;
  }
}
.contact_right_mail::before {
  position: absolute;
  content: "";
  background: url(../img/Mail.png) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact_right_mail:focus, .contact_right_mail:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.contact_content_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact_content_sp {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 365px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    height: 153px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 17px;
  }
}

.contact_left_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_left_sp p {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact_left_sp p {
    font-weight: 500;
  }
}
.contact_left_sp p:nth-child(2) {
  font-size: 11px;
  font-weight: 500;
}

.contact_left_img {
  width: 32px;
}
.contact_left_img img {
  display: block;
  width: 100%;
}

.contact_right_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_right_mail_sp {
  font-size: 14px;
  padding-left: 0;
}
.contact_right_mail_sp::before {
  display: none;
}

.contact_right_img {
  width: 32px;
}
.contact_right_img img {
  display: block;
  width: 100%;
}

.buttom_link {
  padding-top: 100px;
  padding-bottom: 118px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .buttom_link {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.buttom_link_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .buttom_link_content {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .buttom_link_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.buttom_link_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.buttom_link_left:hover .buttom_link_line, .buttom_link_left:focus .buttom_link_line {
  background: none;
}
.buttom_link_left:hover .buttom_link_line::after, .buttom_link_left:focus .buttom_link_line::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 768px) {
  .buttom_link_left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.buttom_link_left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .buttom_link_left_top {
    padding-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .buttom_link_left_top {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .buttom_link_left_top {
    padding-right: 0;
    gap: 20px;
    padding-left: 0;
  }
}

.buttom_link_line {
  width: 325px;
  height: 2px;
  background: #666;
  position: relative;
}
.buttom_link_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* 線が到達する幅 */
  height: 2px; /* 線の太さ */
  background-color: #666; /* 線の色 */
  /* 初期状態: 表示しない */
  -webkit-transform: scaleX(0);
          transform: scaleX(0); /* 横幅0 */
  -webkit-transform-origin: left;
          transform-origin: left; /* 左側を起点にする */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* アニメーション速度 */
}
@media screen and (max-width: 768px) {
  .buttom_link_line {
    width: 150px;
    height: 2px;
  }
}

.buttom_link_left_text {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .buttom_link_left_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .buttom_link_left_text {
    font-size: 16px;
  }
}

.buttom_link_left_img img {
  display: block;
  width: 100%;
}

.buttom_link_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.buttom_link_right:hover .buttom_link_line, .buttom_link_right:focus .buttom_link_line {
  background: none;
}
.buttom_link_right:hover .buttom_link_line::after, .buttom_link_right:focus .buttom_link_line::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 768px) {
  .buttom_link_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.buttom_link_left_img img {
  display: block;
  width: 100%;
}

.buttom_link_right_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .buttom_link_right_bottom {
    width: -webkit-fill-available;
  }
}
@media screen and (max-width: 768px) {
  .buttom_link_right_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.buttom_link_line_02 {
  width: 445px;
}
@media screen and (max-width: 1200px) {
  .buttom_link_line_02 {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .buttom_link_line_02 {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .buttom_link_line_02 {
    width: 250px;
    height: 2px;
    background: #666666;
  }
}

.footer {
  background: #666666;
}

.footer_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer_nav {
  gap: 64px;
}

.footer_bottom {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    font-size: 10px;
    line-height: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .footer_logo a img {
    width: 35px;
  }
}

.fv_lp {
  background: url(../img/fv-raingutter.jpg) no-repeat center center/cover;
  height: 611px;
  padding-top: 67px;
  padding-bottom: 73px;
}
@media screen and (max-width: 768px) {
  .fv_lp {
    height: 522px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.fv_glitter {
  background: rgba(17, 17, 17, 0.4);
}

.fv_title_lp {
  max-width: 539px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv_title_lp {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
    max-width: 340px;
  }
}
.fv_title_lp p {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fv_title_lp p {
    font-size: 32px;
    line-height: 150%;
  }
}
.fv_title_lp p:nth-child(2) {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fv_title_lp p:nth-child(2) {
    font-size: 20px;
    line-height: 150%;
  }
}

.fv_ranking_lp img {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb_content {
  padding-top: 47px;
  padding-bottom: 56px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .breadcrumb_content {
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.breadcrumb_content_service {
  background: #F2F2F1;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
  gap: 20px; */
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; */
  color: #666666;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    gap: 15px;
    font-size: 10px;
  }
}

.problem {
  background: linear-gradient(-169deg, #F2F2F1, #FFFFFF);
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .problem {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .problem_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.problem_title {
  max-width: 567px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .problem_title {
    max-width: 250px;
  }
}
.problem_title img {
  width: 100%;
  display: block;
}

.problem_list {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .problem_list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .problem_list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-left: 3%;
    padding-right: 3%;
    row-gap: 10px;
  }
}

.problem_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .problem_list_content {
    padding: 10px;
    gap: 18px;
  }
}
.problem_list_content img {
  display: block;
  width: 100%;
}
.problem_list_content p {
  font-size: 20px;
  text-align: left;
  line-height: 150%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .problem_list_content p {
    font-size: 16px;
    letter-spacing: 0.09rem;
    text-align: center;
  }
}

.problem_arrow {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .problem_arrow {
    max-width: 65px;
    margin-top: 22px;
  }
}
.problem_arrow img {
  display: block;
  width: 100%;
}

.problem-text img {
  display: block;
  width: 100%;
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
}

.problem_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 46px;
  margin-top: 40px;
  width: 998px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .problem_img {
    width: 880px;
  }
}
@media screen and (max-width: 1000px) {
  .problem_img {
    width: 800px;
  }
}
@media screen and (max-width: 900px) {
  .problem_img {
    width: 600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .problem_img {
    width: 400px;
    gap: 0px;
    margin-top: 15px;
  }
}
.problem_img img {
  display: block;
  width: 280px;
}
@media screen and (max-width: 1000px) {
  .problem_img img {
    width: 230px;
  }
}
@media screen and (max-width: 900px) {
  .problem_img img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .problem_img img {
    width: 33.3%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.problem-text2 {
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 768px) {
  .problem-text2 {
    margin-top: 22px;
  }
}
.problem-text2 img {
  display: block;
  width: 1056px;
  margin-left: auto;
  margin-right: auto;
}

.contact_text_sp_lp {
  display: block;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .contact_text_sp_lp {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 160%;
    font-weight: 500;
    padding-bottom: 33px;
  }
}

.contact_lp {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact_lp {
    padding-top: 69px;
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 768px) {
  .contact_left_tel-lp {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contact_left_sp-lp {
    gap: 12px;
  }
}

.reason {
  padding-top: 87px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-top: 50px;
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 768px) {
  .reason_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.reason_title {
  width: 433px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .reason_title {
    width: 285px;
  }
}
.reason_title img {
  display: block;
  width: 100%;
}

.reason_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 111px;
  -webkit-column-gap: 115px;
     -moz-column-gap: 115px;
          column-gap: 115px;
  row-gap: 64px;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .reason_box {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (max-width: 900px) {
  .reason_box {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .reason_box {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 53px;
  }
}

.reason_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .reason_content {
    gap: 11px;
  }
}

.reason_img img {
  display: block;
  width: 100%;
}

.reason_content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  padding: 31px 20px 25px 20px;
  border-bottom: 1px solid #111111;
}
@media screen and (max-width: 1200px) {
  .reason_content_title {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason_content_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
}
.reason_content_title p {
  font-size: 24px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .reason_content_title p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .reason_content_title p:nth-child(2) {
    font-size: 20px;
    letter-spacing: 0.15rem;
    line-height: 150%;
  }
}

.reason_content_text {
  padding: 16px 57px 0 57px;
}
@media screen and (max-width: 1200px) {
  .reason_content_text {
    padding: 16px 20px 0 57px;
  }
}
@media screen and (max-width: 900px) {
  .reason_content_text {
    padding: 16px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason_content_text {
    padding: 16px 12px 0 12px;
  }
}
.reason_content_text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .reason_content_text p {
    font-size: 14px;
  }
}

.flow {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}

.flow_title {
  max-width: 321px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .flow_title {
    max-width: 261px;
  }
}
.flow_title img {
  display: block;
  width: 100%;
}

.reason_title_sub {
  margin-top: 44px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 900px) {
  .reason_title_sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .reason_title_sub {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.1rem;
    padding: 0px 10px 0px 10px;
    max-width: 350px;
  }
}

.flow_box {
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 64px;
  max-width: 1043px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .flow_box {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media screen and (max-width: 900px) {
  .flow_box {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .flow_box {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 74px;
  }
}

.flow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .flow_content {
    min-width: 305px;
  }
}

.flow_img {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.flow_img img {
  display: block;
  width: 100%;
}

.flow_content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 28px;
  padding: 18px 0px 17px 22px;
  border-bottom: 1px solid #111111;
  line-height: 150%;
}
@media screen and (max-width: 1000px) {
  .flow_content_title {
    gap: 10px;
    padding: 18px 0px 17px 16px;
  }
}
@media screen and (max-width: 900px) {
  .flow_content_title {
    gap: 10px;
    padding: 18px 0px 17px 16px;
  }
}
@media screen and (max-width: 768px) {
  .flow_content_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0px 16px 22px;
  }
}
.flow_content_title p {
  font-size: 24px;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 900px) {
  .flow_content_title p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow_content_title p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .flow_content_title p:nth-child(2) {
    font-size: 20px;
  }
}

.flow_content_text {
  padding: 0px 10px 0px 10px;
}
.flow_content_text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 768px) {
  .flow_content_text p {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}

.flow_arat {
  margin-top: 85px;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow_arat {
    margin-top: 80px;
  }
}
.flow_arat img {
  display: block;
  width: 100%;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .flow_arat img {
    max-width: 350px;
  }
}

.voice {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.voice_title {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .voice_title {
    max-width: 207px;
  }
}
.voice_title img {
  display: block;
  width: 100%;
}

.voice_title_sub {
  margin-top: 54px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .voice_title_sub {
    margin-top: 35px;
    line-height: 150%;
  }
}

.voice_scroll {
  margin-top: 53px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 150px;
  overflow: auto;
  overflow-y: scroll;
  background: #FFFFFF;
  border: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  height: 45em;
}
.voice_scroll::-webkit-scrollbar {
  width: 7px;
  height: 250px;
}
.voice_scroll::-webkit-scrollbar-thumb {
  background: #F2F2F1;
}
@media screen and (max-width: 768px) {
  .voice_scroll {
    margin-top: 34px;
    padding: 40px 10px;
    height: 44em;
  }
}

.voice_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  border-bottom: 1px solid #666666;
  padding-top: 10px;
  padding-bottom: 20px;
}

.voice_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice_star {
  max-width: 148px;
}
@media screen and (max-width: 768px) {
  .voice_star {
    max-width: 164px;
  }
}
.voice_star img {
  display: block;
  width: 100%;
}

.voice_name {
  font-size: 16px;
}

.voice_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice_icon {
  max-width: 40px;
}
@media screen and (max-width: 768px) {
  .voice_icon {
    min-width: 40px;
  }
}
.voice_icon img {
  display: block;
  width: 100%;
}

.voice_review {
  font-size: 16px;
  line-height: 160%;
}

.qa {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.qa_title {
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .qa_title {
    max-width: 247px;
  }
}
.qa_title img {
  display: block;
  width: 100%;
}

.qa_boxes {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .qa_boxes {
    max-width: 350px;
    gap: 16px;
  }
}

.qa_box2 {
  background: #FFF;
}
.qa_box2.is-open .qa_box_head2::after {
  background: url(../img/qa_close.png) no-repeat center center/contain;
}

.qa_box_head2 {
  padding: 14px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111111;
}
@media screen and (max-width: 768px) {
  .qa_box_head2 {
    padding: 13px 10px;
    gap: 24px;
    background: #666666;
  }
}
.qa_box_head2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../img/qa_open.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .qa_box_head2::after {
    right: 16px;
    width: 16px;
    height: 16px;
  }
}

.qa_box_head_icon {
  font-family: "BIZ UDPMincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .qa_box_head_icon {
    left: 17px;
    font-size: 20px;
  }
}

.qa_box_head_text {
  display: block;
  font-size: 18px;
  letter-spacing: 1.12px;
  text-align: left;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .qa_box_head_text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
  }
}

.qa_box_body2 {
  padding: 24px 10px;
  display: none;
  border: 1px solid #111111;
}
@media screen and (max-width: 768px) {
  .qa_box_body2 {
    padding: 20px 10px;
  }
}

.qa_box_a2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa_box_body_icon {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .qa_box_body_icon {
    font-size: 20px;
  }
}

.qa_box_a_text2 {
  display: block;
  font-size: 16px;
  letter-spacing: 1.12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 150%;
  letter-spacing: 0.005rem;
}
@media screen and (max-width: 768px) {
  .qa_box_a_text2 {
    font-size: 14px;
    line-height: 195%; /* 27.2px */
    letter-spacing: 1.28px;
    color: #666666;
  }
}

.fv_lp_page1 {
  background: url(../img/troubleschoot_fv.png) no-repeat center center/cover;
  height: 295px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv_lp_page2 {
  background: url(../img/re-tiled_roof_fv.png) no-repeat center center/cover;
}

.fv_lp_page3 {
  background: url(../img/sheet_metal_roofing_fv.png) no-repeat center center/cover;
}

.fv_lp_page4 {
  background: url(../img/roof_covering_fv.png) no-repeat center center/cover;
}

.fv_lp_page5 {
  background: url(../img/roof_exterior_wall_repainting_fv.png) no-repeat center center/cover;
}

.fv_lp_page6 {
  background: url(../img/company_fv.png) no-repeat center center/cover;
}

.fv_lp_page7 {
  background: url(../img/contact_fv.png) no-repeat center center/cover;
}

.fv_lp_page8 {
  background: url(../img/archive_fv.png) no-repeat center center/cover;
}

.fv_lp_page9 {
  background: url(../img/service_fv.png) no-repeat center center/cover;
}

.fv_lp_page10 {
  background: url(../img/about_fv.png) no-repeat center center/cover;
}

.fv_title_lp_page p {
  font-weight: 500;
}

.title_page {
  font-size: 32px;
  background: #FFFFFF;
  border: 2px solid #111111;
  padding: 15px 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 150%;
  letter-spacing: 0.13rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .title_page {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .title_page {
    font-size: 24px;
    padding: 10px 20px;
    text-align: center;
    max-width: 330px;
  }
}

@media screen and (max-width: 768px) {
  .title_page2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .title_page_request_flow {
    max-width: 230px;
  }
}

@media screen and (max-width: 1200px) {
  .problem_list_page {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .problem_list_page {
    row-gap: 35px;
  }
}

.problem_list_content_page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.problem_list_content_page {
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .problem_list_content_page {
    gap: 15px;
  }
}
@media screen and (max-width: 900px) {
  .problem_list_content_page {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .problem_list_content_page {
    gap: 15px;
    padding: 0;
  }
}
.problem_list_content_page p:nth-child(2) {
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
}
@media screen and (max-width: 1200px) {
  .problem_list_content_page p:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .problem_list_content_page p:nth-child(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .problem_list_content_page p:nth-child(2) {
    font-size: 18px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.problem_list_content_page p:nth-child(3) {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .problem_list_content_page p:nth-child(3) {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .problem_list_content_page p:nth-child(3) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .problem_list_content_page p:nth-child(3) {
    font-size: 14px;
    text-align: left;
  }
}

.appeal {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .appeal {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .apeal_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.apeal_title {
  font-size: 32px;
  text-align: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.13rem;
  background: #FFFFFF;
  border: 2px solid #111111;
  padding: 15px 40px;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .apeal_title {
    font-size: 24px;
    padding: 10px 20px;
    text-align: center;
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .prpblem_lost_appeal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    gap: 53px;
  }
}

.problem_list_content_page_apeal p:nth-child(2) {
  border-bottom: 1px solid #111;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}
@media screen and (max-width: 900px) {
  .problem_list_content_page_apeal p:nth-child(2) {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .problem_list_content_page_apeal p:nth-child(2) {
    font-size: 20px;
    height: 80px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .problem_list_content_page_apeal p:nth-child(3) {
    padding: 16px 12px 0 12px;
  }
}

.request_flow {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .request_flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.request_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin-top: 90px;
}
@media screen and (max-width: 1200px) {
  .request_box {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .request_box {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .request_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
    gap: 20px;
    row-gap: 40px;
  }
}

.request_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.request_content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.request_content_title {
  font-size: 24px;
  background: #111111;
  color: #FFFFFF;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .request_content_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .request_content_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .request_content_title {
    font-size: 18px;
  }
}
.request_content_title::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #111111;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.request_content:nth-child(4) .request_content_title::after {
  display: none;
}

.request_content_img img {
  display: block;
}

.request_content_bottom p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 1200px) {
  .request_content_bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .request_content_bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .request_content_bottom p {
    font-size: 14px;
  }
}

.request_buttom {
  border-bottom: 1px solid #111111;
  -webkit-transform: opacity 0.3s ease;
          transform: opacity 0.3s ease;
  padding-bottom: 2px;
}
.request_buttom:hover, .request_buttom:focus {
  opacity: 0.7;
}

.philosophy {
  background: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.philosophy_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .philosophy_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.philosophy_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 30px;
  background: #FFFFFF;
  border: 2px solid #111111;
  padding: 15px 20px;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .philosophy_title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 24px;
    background: none;
    border: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #111;
  }
}

.philosophy_right {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .philosophy_right {
    margin-top: 0;
  }
}
.philosophy_right p {
  text-align: left;
  line-height: 180%;
  letter-spacing: 0.1rem;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .philosophy_right p {
    line-height: 200%;
    font-size: 16px;
  }
}
.philosophy_right p:nth-child(1) {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .philosophy_right p:nth-child(1) {
    font-size: 18px;
  }
}
.philosophy_right p:nth-child(2) {
  margin-top: 10px;
}
.philosophy_right p:nth-child(3) {
  margin-top: 10px;
}

.information {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .information {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.infomation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .infomation_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.infomation_left {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .infomation_left {
    margin-top: 0;
  }
}
.infomation_left table {
  width: 100%;
  border-collapse: collapse;
}
.infomation_left table tbody tr {
  border-bottom: solid 2px #F5F5F5;
}
.infomation_left table tbody tr th {
  text-align: left;
  width: 25%;
  background-color: #111111;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-weight: 700;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .infomation_left table tbody tr th {
    width: 30%;
  }
}
.infomation_left table tbody tr td {
  text-align: left;
  width: 70%;
  background-color: #FFFFFF;
  padding: 10px 40px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .infomation_left table tbody tr td {
    padding: 10px 20px;
    line-height: 150%;
  }
}
.infomation_left table tbody tr:last-child {
  border-bottom: none;
}

.infomation_access {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .infomation_access {
    margin-top: 50px;
  }
}
.infomation_access iframe {
  width: 100%;
}

.infomation_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-page {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .contact-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contact-page_text {
  text-align: center;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .contact-page_text {
    line-height: 150%;
  }
}
.contact-page_text p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact-page_text p {
    font-size: 14px;
  }
}

.contact-page_tel {
  margin-top: 50px;
  border: 1px solid #111;
  padding: 20px 35px;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact-page_tel {
    width: 300px;
    padding: 15px 25px;
    width: 300px;
    margin-top: 35px;
  }
}
.contact-page_tel p {
  color: #111;
}
@media screen and (max-width: 768px) {
  .contact-page_tel p {
    font-size: 14px;
  }
}

.contact-page_left_tel {
  color: #111;
}
@media screen and (max-width: 768px) {
  .contact-page_left_tel {
    font-size: 21px;
    padding-left: 32px;
  }
}
.contact-page_left_tel::before {
  background: url(../img/contact_tel.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .contact-page_left_tel::before {
    width: 27px;
    height: 27px;
  }
}

.list-archive {
  background: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-archive {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.list-archive::after {
  display: none;
}

.list-category_archive {
  color: #111;
  font-size: 16px;
  border: 1px solid #111;
}
@media screen and (max-width: 768px) {
  .list-category_archive {
    color: #FFF;
    font-size: 14px;
    border: 2px solid #FFFFFF;
    background: #666666;
  }
}

.list_title_archive {
  color: #111;
}

@media screen and (max-width: 768px) {
  .list_content-archive {
    gap: 10px;
  }
}

.service-page {
  background: #F5F5F5;
}

.service-page_img img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .service-page_img img {
    height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .service-page_img img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .service-page_img img {
    height: 300px;
  }
}

.service-page_content_text {
  padding: 16px 40px 0 20px;
}
@media screen and (max-width: 1000px) {
  .service-page_content_text {
    padding: 16px 30px 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .service-page_content_text {
    padding: 16px 20px 0 20px;
  }
}

.service-page_box {
  margin-top: 0;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  row-gap: 90px;
  max-width: 1130px;
}
@media screen and (max-width: 1200px) {
  .service-page_box {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
}
@media screen and (max-width: 900px) {
  .service-page_box {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.service-page_content {
  max-width: 600px;
}

.list_hover_ani {
  position: relative;
}
.list_hover_ani::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%; /* 線が到達する幅 */
  height: 2px; /* 線の太さ */
  background-color: #FFF; /* 線の色 */
  /* 初期状態: 表示しない */
  -webkit-transform: scaleX(0);
          transform: scaleX(0); /* 横幅0 */
  -webkit-transform-origin: left;
          transform-origin: left; /* 左側を起点にする */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* アニメーション速度 */
}

.list_hover_ani:hover::after, .list_hover_ani:focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.list_hover_ani-archive::after {
  background-color: #111111;
  height: 1px;
}

.service-page_content_title {
  position: relative;
}
.service-page_content_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* 線が到達する幅 */
  height: 2px; /* 線の太さ */
  background-color: #333; /* 線の色 */
  /* 初期状態: 表示しない */
  -webkit-transform: scaleX(0);
          transform: scaleX(0); /* 横幅0 */
  -webkit-transform-origin: left;
          transform-origin: left; /* 左側を起点にする */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* アニメーション速度 */
}
.service-page_content_title p {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .service-page_content_title p {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .service-page_content_title p {
    font-size: 20px;
  }
}

.service-page_content_text p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .service-page_content_text p {
    font-size: 16px;
  }
}

.service-page_buttom {
  color: #111;
  position: relative;
  max-width: 150px;
  margin-right: auto;
  padding-right: 15px;
  font-size: 18px;
  margin-top: 15px;
  padding-left: 20px;
  border: 1px solid #111;
  padding: 10px 40px 10px 20px;
  /* margin-left: auto; */
  margin-left: 20px;
}
.service-page_buttom::after {
  position: absolute;
  content: "›";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-page_content:hover .service-page_content_title, .service-page_content:focus .service-page_content_title {
  border: none;
}
.service-page_content:hover .service-page_content_title::after, .service-page_content:focus .service-page_content_title::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.about-page {
  background: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-page_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .about-page_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_left_about-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .about_left_about-page {
    gap: 25px;
  }
}

.about_content_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-page_img img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .about-page_img img {
    height: 400px;
  }
}

.about-page-reason {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about-page-reason {
    padding-bottom: 50px;
  }
}

.about-page-reason-title {
  border: none;
  max-width: none;
  width: 100%;
  background: url(../img/about-page-reason-img.jpeg) no-repeat center center/cover;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
}
@media screen and (max-width: 768px) {
  .about-page-reason-title {
    margin-bottom: 10px;
  }
}
.about-page-reason-title h2 {
  border: 1px solid #111;
  padding: 15px 40px;
  background: #FFFFFF;
}

.about-page-reason_text1 {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  letter-spacing: 0.03rem;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .about-page-reason_text1 {
    font-size: 20px;
    line-height: 150%;
  }
}

.about-page-reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #111;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .about-page-reason-box {
    padding-bottom: 10px;
    padding-left: 0;
  }
}

.about-page-reason-service1 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .about-page-reason-service1 {
    gap: 0px;
    height: 700px;
  }
}

.about-page-reason-service_left img {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .about-page-reason-service_left img {
    height: 376px;
  }
}

.about-page-reason-service_right_content {
  left: 50%;
}
@media screen and (max-width: 768px) {
  .about-page-reason-service_right_content {
    width: 88%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    margin-left: auto;
    margin-right: auto;
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .about-page-service_content {
    gap: 0px;
  }
}

.about-page-review {
  background: url(../img/about-page-review-img.png) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about-page-review {
    margin-bottom: 50px;
  }
}

.about-page-review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .about-page-review-content {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .about-page-review-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255, 255, 255, 0.85);
    max-width: 400px;
  }
}

.about-page-review-text1 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .about-page-review-text1 {
    font-size: 20px;
  }
}

.about-page-review-text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.about-page-review-text2 p {
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .about-page-review-text2 p {
    font-size: 14px;
    line-height: 160%;
  }
}

.single2 {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .single2 {
    padding-bottom: 50px;
  }
}

.single_title h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03rem;
  border-bottom: 1px solid #111;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .single_title h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.wp-block-table {
  margin-left: 0px;
  margin-right: 0;
}

.single_featured_img {
  margin-top: 24px;
}
.single_featured_img img {
  width: 100%;
  max-width: 900px;
}

.single_featured_img img {
  display: block;
}

.pagination2 {
  margin-top: 40px;
}

.pagination2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
}

.single_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .single_category ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.single_category li {
  color: #111;
  font-size: 22px;
  border: 1px solid #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 92px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .single_category li {
    font-size: 16px;
  }
}

.single_date {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
  font-family: "BIZ UDPMincho", serif;
}

.single-content {
  padding-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1080px;
}
.single-content h3 {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-content h3 {
    margin: 30px 0px 10px 0px;
  }
}
.single-content h2 {
  font-size: 24px;
  margin: 4em 0 2em;
  position: relative;
  font-weight: 700;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .single-content h2 {
    margin: 40px 0px 20px 0px;
  }
}
.single-content h2::before {
  position: absolute;
  background: #111;
  width: 10px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
}
@media screen and (max-width: 768px) {
  .single-content h2::before {
    height: 100%;
  }
}
.single-content p {
  line-height: 150%;
  letter-spacing: 0.03rem;
  margin: 0 0 2em 0;
}
.single-content table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-collapse: collapse;
}
.single-content table tbody tr {
  border-bottom: solid 2px #F5F5F5;
}
.single-content table tbody tr td:first-child {
  text-align: left;
  width: 50%;
  background-color: #111111;
  color: white;
  text-align: center;
  padding: 20px 40px;
  font-weight: 700;
  letter-spacing: 0.03rem;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .single-content table tbody tr td:first-child {
    width: 50%;
    padding: 15px 20px;
    font-size: 16px;
  }
}
.single-content table tbody tr td {
  text-align: left;
  width: 50%;
  padding: 20px 40px;
  letter-spacing: 0.03rem;
  font-size: 18px;
  background-color: #F5F5F5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .single-content table tbody tr td {
    padding: 10px 20px;
    line-height: 150%;
    font-size: 16px;
  }
}
.single-content table tbody tr:last-child {
  border-bottom: none;
}

.wp-block-button {
  background: #111;
  color: #FFF;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  margin: 2em 0;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wp-block-button {
    padding: 15px 25px;
    margin: 2em;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pagination2 {
  margin-top: 60px;
}

.pagination2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #111;
  color: #FFF;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  margin: 2em 0;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .pagination2_list {
    padding: 15px 25px;
    margin: 2em;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pagination2_item {
  font-size: 20px;
  color: #FFF;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .pagination2_item {
    font-size: 18px;
  }
}

.pagination2_item {
  -webkit-transform: opacity 0.3 ease;
          transform: opacity 0.3 ease;
}
.pagination2_item img {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

.pagination2_item:hover {
  opacity: 0.7;
}

.list_text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* ===============================
   WP-PageNavi カスタマイズ
   白文字＋グラデーション枠の丸
================================ */
/* 全体 */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 5px;
  }
}

/* 共通（数字・current・矢印） */
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #111;
  font-size: 20px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #111;
}
@media screen and (max-width: 1300px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

/* 通常のページ番号 */
.wp-pagenavi a.page {
  opacity: 0.9;
}

/* ホバー */
.wp-pagenavi a.page:hover {
  opacity: 0.7;
}

/* 現在のページ */
.wp-pagenavi span.current {
  color: #FFF;
  border: 1px solid #666666 !important;
  background: #666666;
}

/* 「…」 */
.wp-pagenavi span.extend {
  background: none;
  border: none;
  color: #111;
}

/* 矢印共通 */
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  border: none;
  font-size: 25px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    font-size: 20px;
  }
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  opacity: 0.7;
}

/* 左矢印 */
/* 右矢印 */
/* SP調整 */
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    background-size: 20px auto;
  }
}
.list-archive-category {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  gap: 12px;
}
@media screen and (max-width: 1300px) {
  .list-archive-category {
    max-width: 860px;
  }
}
@media screen and (max-width: 1200px) {
  .list-archive-category {
    max-width: 750px;
  }
}
@media screen and (max-width: 900px) {
  .list-archive-category {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .list-archive-category {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0px;
    gap: 5px;
    max-width: 330px;
  }
}

.list-archive-category-list {
  color: #111;
  border: 1px solid #111;
  font-size: 22px;
  min-width: 92px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .list-archive-category-list {
    font-size: 16px;
  }
}

.no-list-text {
  color: #FFF;
  text-align: center;
}

.no-list-category {
  text-align: center;
}

 .breadcrumb span {
    padding-left: 10px;
    padding-right: 10px;
  }

@media screen and (max-width: 768px) {
  .breadcrumb span {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #666666;
}

.breadcrumb li:last-child:after {
  content: "";
}

/*ContactForm7カスタマイズ*/
table.CF7_table {
  width: 80%;
  margin: 2rem auto !important;
  border: 3px solid #e5e5e5;
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table ::-webkit-input-placeholder {
  color: #797979;
}

.CF7_table ::-moz-placeholder {
  color: #797979;
}

.CF7_table :-ms-input-placeholder {
  color: #797979;
}

.CF7_table ::-ms-input-placeholder {
  color: #797979;
}

.CF7_table ::placeholder {
  color: #797979;
}

/*「必須」文字*/
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #f79034; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%; /*横幅*/
    background-color: #ebedf5; /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}