@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  font
=====================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*====================================
  common
=====================================*/
::-moz-selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}
::selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

.cursor {
  display: none;
}

@media (min-width: 1024px) {
  /*デフォルトのマウスカーソルを非表示にする*/
  /*独自のマウスカーソルを作成*/
  .cursor {
    display: inline-block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 67, 19, 0.9);
    border: rgba(255, 67, 19, 0.9);
  }
}
html, body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

p, a, time, span, dt, dd {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.rb {
  font-family: "Inter", sans-serif;
}

/* reCAPTCHAアイコン調整 */
.grecaptcha-badge {
  z-index: 1000;
}

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  gap: 32px;
}
.header__ttl-wrap {
  display: flex;
  align-items: center;
  padding-left: 1%;
}
@media (max-width: 980px) {
  .header__ttl-wrap {
    padding-left: 2%;
  }
}
.header__ttl-wrap a {
  display: inline-block;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem) !important;
  font-weight: bold;
  display: flex;
}
.header__logo {
  max-width: 200px;
  height: auto;
}
@media (max-width: 599px) {
  .header__logo {
    max-width: 150px;
    width: 100%;
  }
}
.header__menu {
  margin-left: auto;
}
@media (max-width: 980px) {
  .header__memu-top {
    display: none;
  }
}
.header__memu-top ul {
  padding: initial;
  margin: initial;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}
.header__memu-top ul li {
  list-style: none;
}
.header__tel a {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__tel a::before {
  content: "";
  background-image: url(../img/common/icon-tel02.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  height: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}
.header__sns a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
}
.header__instagram a {
  background: url(../img/common/icon-instagram.svg), linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background-size: 24px, cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header__line a {
  background-image: url(../img/common/icon-line.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #76C867;
}
.header__facebook a {
  background: url(../img/common/icon-facebook.svg), no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1350px) {
  .header__right {
    display: none;
  }
}
.header__right a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF4313;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 32px;
}
@media (max-width: 1350px) {
  .header nav {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background-image: url(../img/common/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .header nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 193, 7, 0.7);
    z-index: 10;
  }
}
.header nav ul {
  padding: initial;
  margin: initial;
  display: flex;
  align-items: center;
  z-index: 11;
  position: relative;
  gap: 30px;
}
@media (max-width: 1350px) {
  .header nav ul {
    height: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 2%;
  }
}
.header nav li {
  list-style: none;
}
.header nav li:nth-last-of-type(1) {
  display: none;
}
@media (max-width: 1350px) {
  .header nav li:nth-last-of-type(1) {
    display: initial;
  }
}
.header nav li.to-top {
  display: none;
}
@media (max-width: 1350px) {
  .header nav li.to-top {
    display: initial;
  }
}
.header nav a {
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 1350px) {
  .header nav a {
    color: #fff;
  }
}
.header__menu {
  display: flex;
  flex-flow: column;
}

.hamburger {
  display: none;
  background-color: #FF4313;
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 599px) {
  .hamburger {
    width: 64px;
    height: 64px;
  }
}
.hamburger span {
  width: 40px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  transition: all 0.5s;
}
@media (max-width: 599px) {
  .hamburger span {
    width: 32px;
  }
}
.hamburger span:nth-of-type(1) {
  top: 30%;
}
.hamburger span:nth-of-type(2) {
  top: 45%;
}
.hamburger span:nth-of-type(3) {
  top: 60%;
}
@media (max-width: 1350px) {
  .hamburger {
    display: block;
  }
}
.hamburger.active span:nth-of-type(1) {
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  top: 38%;
}
@media (max-width: 599px) {
  .hamburger.active span:nth-of-type(1) {
    top: 36%;
  }
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
  top: 52%;
}
@media (max-width: 599px) {
  .hamburger.active span:nth-of-type(3) {
    top: 54%;
  }
}

::-moz-selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

::selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

.cursor {
  display: none;
}

@media (min-width: 1024px) {
  /*デフォルトのマウスカーソルを非表示にする*/
  /*独自のマウスカーソルを作成*/
  .cursor {
    display: inline-block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 67, 19, 0.9);
    border: rgba(255, 67, 19, 0.9);
  }
}
html, body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

p, a, time, span, dt, dd {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.rb {
  font-family: "Inter", sans-serif;
}

/* reCAPTCHAアイコン調整 */
.grecaptcha-badge {
  z-index: 1000;
}

.contact {
  z-index: 2;
  position: relative;
}

.footer {
  background-color: rgba(255, 193, 7, 0.7);
  margin-top: -200px;
  z-index: 1;
  position: relative;
}
.footer__logo {
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: bold;
}
.footer__logo img {
  max-width: 256px;
  height: auto;
}
@media (max-width: 980px) {
  .footer__logo img {
    max-width: 200px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 280px 0 96px 0;
}
@media (max-width: 599px) {
  .footer__inner {
    flex-flow: column;
  }
}
.footer .copy {
  margin: initial;
  padding: 16px;
  text-align: center;
}
.footer a {
  color: #fff;
  font-weight: 700;
}
.footer p {
  color: #fff;
  font-weight: 700;
}
.footer ul {
  padding: initial;
  -moz-column-count: 2;
       column-count: 2;
}
.footer li {
  list-style: none;
  margin-bottom: 16px;
}

.footer__sns-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: center;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 599px) {
  .footer__sns-wrap {
    display: block;
  }
  .footer__sns-wrap .instagram-sp {
    margin-bottom: 8px;
  }
}
.footer__sns-wrap .footer__sns {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__sns-wrap .button__flex {
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  font-weight: bold;
  color: #fff;
}

::-moz-selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

::selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

.cursor {
  display: none;
}

@media (min-width: 1024px) {
  /*デフォルトのマウスカーソルを非表示にする*/
  /*独自のマウスカーソルを作成*/
  .cursor {
    display: inline-block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 67, 19, 0.9);
    border: rgba(255, 67, 19, 0.9);
  }
}
html, body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

p, a, time, span, dt, dd {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.rb {
  font-family: "Inter", sans-serif;
}

/* reCAPTCHAアイコン調整 */
.grecaptcha-badge {
  z-index: 1000;
}

.button__wrap {
  margin-top: 4%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 599px) {
  .button__wrap {
    margin-top: 32px;
  }
}
.button__wrap--left {
  justify-content: start;
}
@media (max-width: 980px) {
  .button__wrap--left {
    justify-content: center;
  }
}
.button__wrap--grid {
  max-width: 500px;
  margin: auto;
  gap: 16px;
}
@media (max-width: 599px) {
  .button__wrap--grid {
    gap: 8px;
  }
}
@media (max-width: 599px) {
  .button__wrap--grid a {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .button__wrap--grid a {
    width: 100%;
  }
}
.button__more {
  background-color: #FF4313;
  font-family: "Inter", sans-serif;
  color: #fff;
  display: inline-block;
  padding: 20px 140px;
  font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  position: relative;
}
@media (max-width: 599px) {
  .button__more {
    width: 100%;
    max-width: 400px;
    padding: 4% 10%;
    text-align: center;
  }
}
.button__more::after {
  content: "";
  background-image: url(../img/common/icon-arrow.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.button__simple {
  color: #fff;
  margin-top: 8%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
}
.button__simple::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 8px;
  border-right: 1.5px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skewX(45deg);
}
.button__contact {
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: #FF4313;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: bold;
  padding: 24px 16px;
  width: 100%;
}
@media (max-width: 599px) {
  .button__contact {
    justify-content: space-between;
    gap: 8px;
  }
}
.button__contact i {
  display: flex;
}
.button__tel {
  background-color: #FFC107;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 16px;
  width: 100%;
  font-size: clamp(1.125rem, 0.955rem + 0.73vw, 1.5rem);
  font-weight: 700;
}
.button__tel i {
  display: flex;
}
.button__line {
  background-color: #51B937;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 16px;
  width: 100%;
}
.button__instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 16px;
  width: calc(50% - 8px);
  position: relative;
  color: #fff;
  font-weight: 700;
}
.button__instagram i {
  display: flex;
}
.button__instagram span {
  color: #fff;
  font-weight: 700;
  margin: auto;
}
.button__instagram img {
  width: 40px;
  height: 40px;
}
.button__facebook {
  background-color: #3B5998;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 16px;
  width: 100%;
  position: relative;
}
.button__facebook i {
  display: flex;
}
.button__facebook span {
  color: #fff;
  font-size: 700;
  margin: auto;
}
.button__facebook img {
  width: 40px;
  height: 40px;
}

.dots {
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}
.dots__blue {
  background-image: radial-gradient(circle at center, #FF7E47 20%, transparent 20%);
  color: #FF7E47;
}

.point {
  color: #fff;
  background-color: #FF4313;
  border-radius: 20px;
  padding: 2px 32px;
  display: inline-block;
}

.youtube__wrap {
  display: flex;
  flex-flow: row wrap;
  padding: initial;
  margin: initial;
  gap: 32px;
}
@media (max-width: 599px) {
  .youtube__wrap {
    flex-flow: column;
  }
}
.youtube li {
  margin: initial;
  list-style: none;
  width: calc(50% - 16px);
}
@media (max-width: 599px) {
  .youtube li {
    width: 100%;
  }
}
.youtube li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.faq {
  padding: initial;
}
.faq li {
  list-style: none;
}
.faq__q {
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #FF4313;
  padding: 8px;
}
.faq__q span {
  color: #FF4313;
  font-size: 24px;
  border-radius: 50px;
  border: 1px solid #FF4313;
  padding: 0 13px;
}
.faq__q p {
  font-weight: bold;
}
.faq__a {
  display: flex;
  align-items: center;
  gap: 32px;
  background-color: rgba(255, 67, 19, 0.1);
  padding: 8px;
}
.faq__a .rb {
  color: #fff;
  font-size: 24px;
  border-radius: 50px;
  background-color: #FF4313;
  padding: 0 13px;
}
.def {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.def__div {
  display: flex;
  border-bottom: 1px solid #FF4313;
}
@media (max-width: 599px) {
  .def__div {
    flex-flow: column;
  }
}
.def dt {
  padding: 16px 32px;
  width: 196px;
  font-weight: bold;
  color: #FF4313;
}
@media (max-width: 599px) {
  .def dt {
    width: 100%;
  }
}
.def dd {
  margin: initial;
  padding: 16px 32px;
  width: calc(100% - 196px);
}
@media (max-width: 980px) {
  .def dd {
    width: calc(100% - 160px);
  }
}
@media (max-width: 599px) {
  .def dd {
    padding: 0 32px 16px;
    width: 100%;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}
@media (max-width: 980px) {
  .table tr {
    display: flex;
    flex-flow: column;
  }
}
.table th {
  width: 30%;
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  color: #ffffff;
  background-color: #FF4313;
  border: 1px solid #FF4313;
  padding: 32px;
}
@media (max-width: 980px) {
  .table th {
    padding: 24px;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .table th {
    padding: 16px;
  }
}
.table th.th-tra {
  border-bottom: 1px solid #fff;
}
@media (max-width: 980px) {
  .table th.th-tra {
    border-bottom: 1px solid #FF4313;
  }
}
.table td {
  width: 70%;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  border: 1px solid #FF4313;
  padding: 32px;
  line-height: 1.8;
}
@media (max-width: 980px) {
  .table td {
    padding: 24px;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .table td {
    padding: 16px;
  }
}

.exp {
  text-align: center;
  margin-bottom: 8%;
}
@media (max-width: 980px) {
  .exp {
    text-align: left;
  }
}
.exp__simple {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 980px) {
  .exp__simple {
    margin-bottom: 32px;
  }
}
@media (max-width: 980px) {
  .exp__simple {
    margin-bottom: 24px;
  }
}
.exp__big {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  color: #FF4313;
}
@media (max-width: 980px) {
  .exp__big {
    margin-bottom: 32px;
  }
}
@media (max-width: 980px) {
  .exp__big {
    margin-bottom: 24px;
  }
}

.breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  padding: initial;
}
.breadcrumb li {
  color: #fff;
  list-style: none;
  display: inline;
  margin: 0 8px;
}
.breadcrumb a {
  color: #fff;
}

.pagination {
  margin-top: 32px;
}
.pagination ul {
  padding: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination ul li {
  list-style: none;
}
.pagination ul li a,
.pagination ul li span {
  padding: 8px 16px;
  border: 1px solid #FF4313;
  display: block;
}
.pagination ul li span.current {
  border: 1px solid #FFC107;
  background-color: #FFC107;
  color: #fff;
}
.pagination ul li a {
  transition: all 0.5s;
}
.pagination ul li a:hover {
  color: #fff;
  border: 1px solid #FFC107;
  background-color: #FFC107;
  transition: all 0.5s;
}
.pagination ul li:nth-last-of-type(1) a {
  border: none;
}

.page-numbers.prev {
  border: none;
}
.page-numbers.next {
  border: none;
}
.page-numbers li {
  list-style: none;
}

.single-pager {
  padding: initial;
  margin: initial;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 599px) {
  .single-pager {
    flex-flow: column;
  }
}
.single-pager li {
  list-style: none;
  padding: initial;
  margin: initial;
}
.single-pager li.prev, .single-pager li.next {
  max-width: 360px;
  width: 46%;
}
@media (max-width: 599px) {
  .single-pager li.prev, .single-pager li.next {
    max-width: 100%;
    width: 100%;
  }
}
.single-pager li.prev p, .single-pager li.next p {
  margin: initial;
  position: relative;
}
.single-pager li.prev p::before, .single-pager li.next p::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  display: block;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
}
.single-pager li.prev a, .single-pager li.next a {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  transition: all 0.5s;
  box-shadow: 0 15px 30px -7px rgba(0, 12, 66, 0.15);
}
.single-pager li.prev a img, .single-pager li.next a img {
  width: calc(30% - 8px);
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-pager li.prev a span, .single-pager li.next a span {
  width: calc(70% - 8px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  /* 必要に応じて幅を調整 */
}
.single-pager li.prev a:hover, .single-pager li.next a:hover {
  background-color: #FF4313;
  transition: all 0.5s;
}
.single-pager li.prev p {
  text-align: left;
  padding-left: 32px;
}
.single-pager li.prev p::before {
  left: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.single-pager li.next p {
  text-align: right;
  padding-right: 32px;
}
.single-pager li.next p::before {
  right: 8px;
  transform: translateY(-50%) rotate(-135deg);
}

.slider {
  padding: initial;
  margin: initial;
}
.slider li {
  list-style: none;
}
.slider li img {
  width: inherit;
  aspect-ratio: 1440/600;
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
}
@media (max-width: 599px) {
  .slider li img {
    aspect-ratio: 1/1;
  }
}

a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.fadeIn {
  transform: translate3d(0, 10px, 0);
  transition: 1.5s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.underline-lr li a {
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
}
.underline-lr li a:hover {
  color: #FF4313;
}
.underline-lr li a:hover::before {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.underline-lr li a::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #FF4313;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}
.underline-lr li.current a {
  color: #FF4313;
}
.underline-lr li.current a::before {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.underline-lr li.header__contact a::after {
  content: none;
}

.slideIn {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.slideIn__inner {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.slideIn.-visible {
  transform: translate(0, 0);
}
.slideIn.-visible .slideIn__inner {
  transform: translate(0, 0);
}

.slideIn p.white {
  color: #fff;
}

.slideIn h3.white {
  color: #fff;
}

::-moz-selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

::selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

.cursor {
  display: none;
}

@media (min-width: 1024px) {
  /*デフォルトのマウスカーソルを非表示にする*/
  /*独自のマウスカーソルを作成*/
  .cursor {
    display: inline-block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 67, 19, 0.9);
    border: rgba(255, 67, 19, 0.9);
  }
}
html, body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

p, a, time, span, dt, dd {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.rb {
  font-family: "Inter", sans-serif;
}

/* reCAPTCHAアイコン調整 */
.grecaptcha-badge {
  z-index: 1000;
}

.main {
  padding-bottom: 128px;
}
@media (max-width: 980px) {
  .main {
    padding-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .main {
    padding-bottom: 64px;
  }
}

.section {
  padding: 80px 0;
}
@media (max-width: 980px) {
  .section {
    padding: 64px 0;
  }
}
@media (max-width: 599px) {
  .section {
    padding: 40px 0;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

.pc-br {
  display: inline;
}
@media (max-width: 599px) {
  .pc-br {
    display: none;
  }
}
@media (max-width: 980px) {
  .pc-br {
    display: none;
  }
}

.tab-br {
  display: none;
}
@media (max-width: 980px) {
  .tab-br {
    display: initial;
  }
}

.tab-br2 {
  display: none;
}
@media (max-width: 980px) {
  .tab-br2 {
    display: initial;
  }
}
@media (max-width: 599px) {
  .tab-br2 {
    display: none;
  }
}

@media (max-width: 980px) {
  .tab-br3 {
    display: none;
  }
}

@media (max-width: 599px) {
  .tab-br4 {
    display: none;
  }
}

@media (max-width: 599px) {
  .sp-br {
    display: none;
  }
}

.sp-br2 {
  display: none;
}
@media (max-width: 599px) {
  .sp-br2 {
    display: initial;
  }
}

.page404 {
  text-align: center;
}

.item {
  padding: initial;
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  gap: 2rem 2%;
}
@media (max-width: 599px) {
  .item {
    flex-flow: column;
  }
}
.item li {
  list-style: none;
  width: 32%;
}
@media (max-width: 599px) {
  .item li {
    width: 100%;
  }
}
.item li img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 100%;
  margin: auto;
  display: flex;
}
@media (max-width: 599px) {
  .item li img {
    height: auto;
    max-height: initial;
  }
}
.item li h3 {
  color: #FF4313;
  margin: 3% 0;
  text-align: center;
}
.item li a {
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 8px;
}
.item li a h3 {
  margin: initial;
}
.item li a p {
  margin: initial;
}
.item li a time {
  margin-top: 8px;
}
.item li .cat {
  color: #FF4313;
  border: 1px solid #FF4313;
  border-radius: 20px;
  padding: 4px 24px;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  display: inline-block;
}
.item.car {
  margin-top: 16px;
}
.item.car img {
  aspect-ratio: 4/3;
  max-height: initial;
  height: auto;
}

.block {
  display: flex;
  flex-flow: row wrap;
  padding: initial;
  counter-reset: number 0;
}
@media (max-width: 599px) {
  .block {
    flex-flow: column;
  }
}
.block__left {
  width: calc(50% - 2rem);
}
@media (max-width: 599px) {
  .block__left {
    width: 100%;
  }
}
.block__right {
  width: calc(50% - 2rem);
}
@media (max-width: 599px) {
  .block__right {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 599px) {
  .block .block__left--order {
    order: 2;
  }
  .block .block__right--order {
    order: 1;
  }
}
.block__figure {
  display: flex;
}
.block__2 {
  gap: 4rem 4%;
  padding: initial;
  counter-reset: initial;
}
@media (max-width: 599px) {
  .block__2 {
    gap: 16px;
  }
}
.block__2 li {
  width: 48%;
  list-style: none;
}
@media (max-width: 599px) {
  .block__2 li {
    width: 100%;
  }
}
.block__3 {
  gap: 4rem 5%;
  justify-content: center;
}
@media (max-width: 980px) {
  .block__3 {
    gap: 3rem 5%;
  }
}
@media (max-width: 599px) {
  .block__3 {
    gap: 2rem;
  }
}
.block__3 li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .block__3 li {
    width: 100%;
    flex-flow: column;
  }
}
.block__3 li:nth-of-type(1) figure::before {
  content: "01";
}
.block__3 li:nth-of-type(2) {
  flex-flow: row-reverse;
}
@media (max-width: 599px) {
  .block__3 li:nth-of-type(2) {
    flex-flow: column;
  }
}
.block__3 li:nth-of-type(2) figure::before {
  content: "02";
}
.block__3 li:nth-of-type(3) figure::before {
  content: "03";
}
.block__3 li:nth-of-type(4) {
  flex-flow: row-reverse;
}
@media (max-width: 599px) {
  .block__3 li:nth-of-type(4) {
    flex-flow: column;
  }
}
.block__3 li:nth-of-type(4) figure::before {
  content: "04";
}
.block__3 li:nth-of-type(5) figure::before {
  content: "05";
}
.block__3 li:nth-of-type(6) {
  flex-flow: row-reverse;
}
@media (max-width: 599px) {
  .block__3 li:nth-of-type(6) {
    flex-flow: column;
  }
}
.block__3 li:nth-of-type(6) figure::before {
  content: "06";
}
.block__3 li figure {
  position: relative;
}
.block__3 li figure::before {
  position: absolute;
  bottom: 2%;
  left: 0;
  color: #FF7E47;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1.5rem, -1.35rem + 12.16vw, 6.25rem);
  line-height: 0.8;
}
@media (max-width: 599px) {
  .block__3 li figure::before {
    font-size: 19vw;
  }
}
.block__3 li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .block__3 li figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.block__5 {
  gap: 4rem 5%;
  justify-content: center;
}
@media (max-width: 980px) {
  .block__5 {
    gap: 3rem 5%;
  }
}
@media (max-width: 599px) {
  .block__5 {
    gap: 2rem;
  }
}
.block__5 li {
  width: 30%;
}
@media (max-width: 599px) {
  .block__5 li {
    width: 100%;
  }
}
.block__5 li:nth-of-type(1) figure::before {
  content: "01";
}
.block__5 li:nth-of-type(2) figure::before {
  content: "02";
}
.block__5 li:nth-of-type(3) figure::before {
  content: "03";
}
.block__5 li:nth-of-type(4) figure::before {
  content: "04";
}
.block__5 li:nth-of-type(5) figure::before {
  content: "05";
}
.block__5 li figure {
  position: relative;
}
.block__5 li figure::before {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: clamp(1.5rem, -1.35rem + 12.16vw, 6.25rem);
  line-height: 0.8;
}
@media (max-width: 599px) {
  .block__5 li figure::before {
    font-size: 26vw;
  }
}
@media (max-width: 599px) {
  .block__5 li figure img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.block li {
  list-style: none;
}
.block figure {
  position: relative;
}

.col {
  display: flex;
}
@media (max-width: 980px) {
  .col {
    flex-flow: column;
  }
}
.col__wrap {
  display: flex;
  flex-flow: column;
  gap: 64px;
}
@media (max-width: 980px) {
  .col__wrap {
    gap: 40px;
  }
}
@media (max-width: 599px) {
  .col__wrap {
    gap: 24px;
  }
}
.col__wrap-mb {
  margin-bottom: 128px;
}
.col__wrap-mb:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media (max-width: 980px) {
  .col__wrap-mb {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .col__wrap-mb {
    margin-bottom: 64px;
  }
}
.col__1 {
  flex-flow: column;
}
@media (max-width: 980px) {
  .col__2 {
    gap: 32px;
  }
}
.col__2 .left {
  width: 50%;
}
@media (max-width: 980px) {
  .col__2 .left {
    width: 100%;
  }
}
.col__2 .left h3 {
  color: #FF4313;
}
.col__2 .right {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  padding-left: 3%;
  margin-bottom: initial;
}
@media (max-width: 980px) {
  .col__2 .right {
    width: 100%;
    margin-right: initial;
    padding-left: initial;
    text-align: center;
  }
}
@media (max-width: 980px) {
  .col__2 .right img {
    max-width: 400px;
    width: 100%;
  }
}
.col__2--reverse {
  flex-flow: row-reverse;
}
@media (max-width: 980px) {
  .col__2--reverse {
    flex-flow: column;
  }
}
.col__2--reverse .right {
  width: 50vw;
  margin-right: initial;
  margin-left: calc(50% - 50vw);
  padding-left: initial;
  padding-right: 3%;
}
@media (max-width: 980px) {
  .col__2--reverse .right {
    margin-right: initial;
    margin-left: initial;
    padding-right: initial;
    width: 100%;
  }
}
.col__2--simple {
  justify-content: space-between;
}
@media (max-width: 980px) {
  .col__2--simple {
    flex-flow: column-reverse;
  }
}
.col__2--simple .left {
  width: calc(50% - 32px);
}
.col__2--simple .left img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}
@media (max-width: 980px) {
  .col__2--simple .left {
    width: 100%;
  }
}
.col__2--simple .left.toc {
  text-align: center;
}
.col__2--simple .left h3 {
  color: #FF4313;
  margin-top: initial;
}
.col__2--simple .right {
  width: calc(50% - 32px);
  margin: initial;
}
@media (max-width: 980px) {
  .col__2--simple .right {
    width: 100%;
    text-align: center;
  }
}
.col__2--simple .right img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 800px;
  width: 100%;
  height: auto;
}
.col__2--simple--reverse {
  flex-flow: row-reverse;
}
@media (max-width: 980px) {
  .col__2--simple--reverse {
    flex-flow: column;
  }
}
.col__2--column {
  justify-content: space-between;
  flex-flow: column;
}
.col__2--column .left {
  width: 100%;
}
.col__2--column .left img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}
.col__2--column .left.toc {
  text-align: center;
}
.col__2--column .right {
  width: 100%;
  text-align: center;
}
.col__2--column .right img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 800px;
  width: 100%;
  height: auto;
}
.col__2 .mt-none {
  margin-top: initial;
}
.col__4 {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  padding: initial;
  margin: initial;
}
@media (max-width: 980px) {
  .col__4 {
    justify-content: space-between;
    gap: 8px;
  }
}
.col__4 li {
  width: calc(25% - 12px);
  list-style: none;
}
@media (max-width: 980px) {
  .col__4 li {
    width: calc(50% - 4px);
  }
}
.col__4 li h3 {
  color: #FF4313;
  margin: initial;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
}
.col__4 li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.width-full {
  padding: initial;
  display: flex;
  margin: initial;
}
@media (max-width: 980px) {
  .width-full {
    flex-flow: column;
  }
}
.width-full__2 li {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .width-full__2 li {
    width: 100%;
  }
}
.width-full__2 li:nth-of-type(1) {
  background-image: url(../img/pet-inheritance/img02.jpg);
}
.width-full__2 li:nth-of-type(2) {
  background-image: url(../img/dogscan/img02.jpg);
}
.width-full__2 a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 980px) {
  .width-full__2 a {
    padding: 32px 64px;
  }
}
@media (max-width: 599px) {
  .width-full__2 a {
    padding: 24px 48px;
  }
}
.width-full__2 a::before {
  content: "";
  background-color: rgba(255, 67, 19, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.width-full__2 h3 {
  color: #333333;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
  text-align: center;
}
.width-full__2 h3 span {
  color: #FFC107;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
}
.width-full__2 p {
  color: #333333;
}
.width-full__3 {
  flex-flow: wrap;
}
.width-full__3 li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.width-full__3 li:nth-of-type(1) {
  width: 100%;
}
.width-full__3 li:nth-of-type(2) {
  width: 50%;
}
@media (max-width: 599px) {
  .width-full__3 li:nth-of-type(2) {
    width: 100%;
  }
}
.width-full__3 li:nth-of-type(3) {
  width: 50%;
}
@media (max-width: 599px) {
  .width-full__3 li:nth-of-type(3) {
    width: 100%;
  }
}
.width-full__3 li:nth-of-type(1) {
  background-image: url(../img/top/01.jpg);
}
.width-full__3 li:nth-of-type(2) {
  background-image: url(../img/top/02.jpg);
}
.width-full__3 li:nth-of-type(3) {
  background-image: url(../img/top/03.jpg);
}
.width-full__3 a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 980px) {
  .width-full__3 a {
    padding: 32px 64px;
  }
}
@media (max-width: 599px) {
  .width-full__3 a {
    padding: 24px 48px;
  }
}
.width-full__3 a::before {
  content: "";
  background-color: rgba(255, 67, 19, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.width-full__3 a .txt-box .slideIn:nth-of-type(2) span {
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  color: #333333;
  font-weight: 700;
  text-align: center;
  display: block;
}
.width-full__3 a .button__simple {
  margin-top: initial;
  color: #333333;
}
.width-full__3 a .button__simple::after {
  border-color: #333333;
}
.width-full__3 h3 {
  color: #333333;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
  text-align: center;
}
.width-full__3 h3 span {
  color: #FF7E47;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
}
.width-full__3 p {
  color: #333333;
}
.width-full li {
  list-style: none;
}
.width-full li:hover {
  transition: all 0.5s;
}
.width-full li:hover .button__simple {
  transition: all 0.5s;
  color: #FF7E47;
}
.width-full li:hover .button__simple::after {
  border-color: #FF7E47;
  transition: all 0.5s;
}

.custom-post {
  display: flex;
  flex-flow: row wrap;
  padding: initial;
  gap: 2rem 2%;
}
@media (max-width: 599px) {
  .custom-post {
    flex-flow: column;
  }
}
.custom-post__4 li {
  list-style: none;
}
.custom-post__4 li:nth-of-type(1) {
  width: 100%;
}
.custom-post__4 li:nth-of-type(1) a {
  display: flex;
  flex-flow: row-reverse;
}
@media (max-width: 599px) {
  .custom-post__4 li:nth-of-type(1) a {
    flex-flow: column;
  }
}
.custom-post__4 li:nth-of-type(1) figure {
  width: 50%;
}
@media (max-width: 599px) {
  .custom-post__4 li:nth-of-type(1) figure {
    width: 100%;
  }
}
.custom-post__4 li:nth-of-type(1) .custom-post__content {
  width: 50%;
}
@media (max-width: 599px) {
  .custom-post__4 li:nth-of-type(1) .custom-post__content {
    width: 100%;
  }
}
.custom-post__4 li:nth-of-type(n+2) {
  width: 32%;
}
@media (max-width: 599px) {
  .custom-post__4 li:nth-of-type(n+2) {
    width: 100%;
  }
}
.custom-post__content {
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 8px;
}
.custom-post__content .cat-wrap {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 8px;
}
.custom-post__content span {
  color: #FF4313;
  border: 1px solid #FF4313;
  border-radius: 20px;
  padding: 4px 24px;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  display: inline-block;
}
.custom-post__content time {
  margin-top: 8px;
}
.custom-post__content h3 {
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: bold;
  margin: initial;
}
.custom-post__content p {
  margin: initial;
}
.custom-post img {
  aspect-ratio: 500/370;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .custom-post img {
    aspect-ratio: 16/9;
  }
}
.custom-post li.nothing {
  text-align: center;
}

.img-list {
  padding: initial;
  margin: initial;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  gap: 32px;
}
@media (max-width: 599px) {
  .img-list {
    flex-flow: column;
    gap: 16px;
  }
}
.img-list li {
  list-style: none;
  margin: initial;
  width: calc(50% - 16px);
}
@media (max-width: 599px) {
  .img-list li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .img-list li img {
    max-width: 420px;
    width: 100%;
  }
}

.blog {
  padding: initial;
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.blog li {
  list-style: none;
}
.blog a {
  display: flex;
  flex-flow: column;
}
.blog .info-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog time {
  width: 128px;
}
.blog span {
  color: #FF4313;
  border: 1px solid #FF4313;
  padding: 8px 32px;
  font-size: 12px;
  display: inline-block;
}
.blog p {
  margin: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 0;
  border-bottom: 1px solid #FF4313;
}

.message {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 64px;
  box-shadow: 0px 2px 15px 0px rgba(255, 126, 71, 0.5);
}
@media (max-width: 980px) {
  .message {
    padding: 40px;
    flex-flow: column;
    gap: initial;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .message {
    padding: 32px;
  }
}
.message__left {
  width: 50%;
}
@media (max-width: 980px) {
  .message__left {
    width: 100%;
  }
}
.message__right {
  width: 50%;
}
@media (max-width: 980px) {
  .message__right {
    width: 100%;
  }
}
.message h3 {
  color: #FF4313;
  line-height: 1.6;
}

.contact {
  background-color: #FF4313;
  padding: 40px 40px 80px 40px;
  width: 80%;
}
@media (max-width: 599px) {
  .contact {
    padding: 5% 5% 10% 5%;
    width: 95%;
  }
}
.contact p {
  text-align: center;
  color: #fff;
  margin-top: initial;
  margin-bottom: 4%;
}

.flow {
  margin-top: 16px;
}
@media (max-width: 980px) {
  .flow {
    -moz-column-count: initial;
         column-count: initial;
  }
}
.flow__block {
  display: flex;
  gap: 32px;
}
.flow__block:nth-of-type(3) .flow__left::before {
  content: none;
}
@media (max-width: 980px) {
  .flow__block:nth-of-type(3) .flow__left::before {
    content: none;
  }
}
.flow__block:nth-of-type(4) .flow__left::before {
  content: none;
}
.flow__left {
  position: relative;
}
.flow__left::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 2px;
  height: 100%;
  background-color: #FF4313;
}
.flow__left span {
  background-color: #FF4313;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #FFF;
}
.flow__right {
  width: calc(100% - 72px);
}
.flow__right h3 {
  margin: initial;
  font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.25rem);
}
.flow__h4 {
  margin-top: 0px;
}

.comment {
  display: flex;
  flex-flow: column;
  margin-top: 16px;
  gap: 40px;
}
@media (max-width: 980px) {
  .comment {
    gap: 32px;
  }
}
@media (max-width: 599px) {
  .comment {
    gap: 24px;
  }
}
.comment__block {
  display: flex;
  align-items: start;
  gap: 80px;
}
@media (max-width: 980px) {
  .comment__block {
    gap: 64px;
  }
}
@media (max-width: 599px) {
  .comment__block {
    gap: 32px;
  }
}
.comment__block--reverse {
  flex-flow: row-reverse;
}
.comment__block--reverse .comment__right::before {
  right: -38px;
  left: initial;
  border-right: initial;
  border-left: 38px solid #FFF;
}
@media (max-width: 980px) {
  .comment__block--reverse .comment__right::before {
    right: -32px;
    margin-top: -16px;
    border-left: 35px solid #FFF;
  }
}
@media (max-width: 599px) {
  .comment__block--reverse .comment__right::before {
    margin-top: -14px;
    right: -39px;
    border: 20px solid transparent;
    border-left: 20px solid #FFF;
  }
}
.comment__block--reverse .comment__right::after {
  left: initial;
  right: -42px;
  border-right: initial;
  border-left: 40px solid #FF7E47;
}
@media (max-width: 980px) {
  .comment__block--reverse .comment__right::after {
    right: -67px;
    border: 32px solid transparent;
    border-left: 32px solid #FF7E47;
  }
}
@media (max-width: 599px) {
  .comment__block--reverse .comment__right::after {
    right: -43px;
    border: 20px solid transparent;
    border-left: 20px solid #FF7E47;
  }
}
.comment__left {
  background-color: #FF7E47;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .comment__left {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 599px) {
  .comment__left {
    width: 64px;
    height: 64px;
  }
}
.comment__left img {
  width: 48px;
  height: auto;
}
@media (max-width: 980px) {
  .comment__left img {
    width: 32px;
  }
}
@media (max-width: 599px) {
  .comment__left img {
    width: 24px;
  }
}
.comment__right {
  width: calc(100% - 208px);
  border: 3px solid #FF7E47;
  box-sizing: border-box;
  position: relative;
  padding: 32px;
  border-radius: 16px;
}
@media (max-width: 980px) {
  .comment__right {
    width: calc(100% - 144px);
    padding: 24px;
  }
}
@media (max-width: 599px) {
  .comment__right {
    width: calc(100% - 96px);
    padding: 16px;
  }
}
.comment__right::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -76px;
  margin-top: -12px;
  border: 38px solid transparent;
  border-right: 38px solid #FFF;
  z-index: 2;
}
@media (max-width: 980px) {
  .comment__right::before {
    left: -65px;
    margin-top: -16px;
    border: 34px solid transparent;
    border-right: 34px solid #FFF;
  }
}
@media (max-width: 599px) {
  .comment__right::before {
    top: 7%;
    left: -39px;
    margin-top: -14px;
    border: 20px solid transparent;
    border-right: 20px solid #FFF;
  }
}
.comment__right::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -82px;
  margin-top: -14px;
  border: 40px solid transparent;
  border-right: 40px solid #FF7E47;
  z-index: 1;
}
@media (max-width: 980px) {
  .comment__right::after {
    left: -67px;
    border: 32px solid transparent;
    border-right: 32px solid #FF7E47;
  }
}
@media (max-width: 599px) {
  .comment__right::after {
    top: 7%;
    left: -43px;
    border: 20px solid transparent;
    border-right: 20px solid #FF7E47;
  }
}

.map {
  width: 100%;
  padding-top: 0;
}
.map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/600;
}
@media (max-width: 980px) {
  .map iframe {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .map iframe {
    aspect-ratio: 1/1;
  }
}

.bk-color-block {
  background: #FF4313;
  background: linear-gradient(90deg, #FF4313 0%, #FF7E47 100%);
}
.bk-color-block h2 {
  text-align: center;
}

.str__block {
  display: flex;
  flex-flow: row;
  gap: 4rem;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .str__block {
    padding-top: 16px;
  }
}
@media (max-width: 599px) {
  .str__block {
    flex-flow: column;
    gap: 1rem;
    margin-top: initial;
    padding-top: 8px;
  }
}
.str__block--last {
  margin-top: 55px;
}
.str__left {
  width: calc(50% - 2rem);
}
@media (max-width: 599px) {
  .str__left {
    width: 100%;
  }
}
.str__left .button__more {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  max-width: 360px;
  margin-right: auto;
}
@media (max-width: 599px) {
  .str__left .button__more {
    margin: auto;
  }
}
.str__left .button__second {
  margin-top: 10px;
}
.str__left h3 {
  margin-top: initial;
}
.str__left .mb {
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .str__left .mb {
    margin-bottom: 32px;
  }
}
@media (max-width: 599px) {
  .str__left .mb {
    margin-bottom: 24px;
  }
}
.str__right {
  width: calc(50% - 2rem);
}
@media (max-width: 599px) {
  .str__right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .str__right img {
    max-width: 360px;
  }
}

.map-list {
  margin: initial;
  padding: initial;
}
.map-list li {
  display: flex;
  gap: 32px;
  margin: initial;
  margin-bottom: 40px;
}
.map-list li:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media (max-width: 980px) {
  .map-list li {
    margin-bottom: 32px;
    gap: 24px;
  }
}
@media (max-width: 599px) {
  .map-list li {
    flex-flow: column;
    gap: 8px;
  }
}
.map-list li .left {
  width: calc(50% - 16px);
}
@media (max-width: 599px) {
  .map-list li .left {
    width: 100%;
  }
}
.map-list li .left h3 {
  margin-top: initial;
}
@media (max-width: 599px) {
  .map-list li .left h3 {
    margin-bottom: initial;
  }
}
.map-list li .right {
  width: calc(50% - 16px);
}
@media (max-width: 599px) {
  .map-list li .right {
    width: 100%;
  }
}
.map-list li .right iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .map-list li .right iframe {
    aspect-ratio: 16/9;
  }
}

article {
  display: flex;
  gap: 16px;
  padding: 80px 0;
}
@media (max-width: 980px) {
  article {
    padding: 64px 0;
    flex-flow: column;
  }
}
@media (max-width: 599px) {
  article {
    padding: 40px 0;
  }
}
article .content {
  width: calc(80% - 8px);
}
@media (max-width: 980px) {
  article .content {
    width: 100%;
  }
}
article .content h3 {
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
}
article .side {
  width: calc(20% - 8px);
}
@media (max-width: 980px) {
  article .side {
    border-left: initial;
    margin: initial;
    padding-left: initial;
    padding-top: 16px;
    width: 100%;
  }
}
article .side__categories {
  box-shadow: 0px 0px 5px 0px #ddd;
}
article .side__title {
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  font-weight: 700;
  color: #FF4313;
  background-color: #FF4313;
  color: #FFF;
  margin: initial;
  padding: 4px 16px;
}
article .side ul {
  padding: initial;
  margin: initial;
  padding: 16px 8px;
}
article .side ul li {
  padding: initial;
  margin: initial;
  list-style: none;
  margin-bottom: 16px;
}
article .side ul li:nth-last-of-type(1) {
  margin-bottom: initial;
}

.p__left {
  text-align: left;
}

.li--last {
  margin-bottom: 88px;
}

::-moz-selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

::selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

.cursor {
  display: none;
}

@media (min-width: 1024px) {
  /*デフォルトのマウスカーソルを非表示にする*/
  /*独自のマウスカーソルを作成*/
  .cursor {
    display: inline-block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 67, 19, 0.9);
    border: rgba(255, 67, 19, 0.9);
  }
}
html, body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

p, a, time, span, dt, dd {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.rb {
  font-family: "Inter", sans-serif;
}

/* reCAPTCHAアイコン調整 */
.grecaptcha-badge {
  z-index: 1000;
}

h2 {
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
}

h3 {
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
}

.ttl__h2 {
  text-align: center;
  position: relative;
  margin-top: initial;
  margin-bottom: initial;
}
.ttl__h2 span:nth-of-type(1) {
  font-size: clamp(4rem, 1.9rem + 8.96vw, 7.5rem);
  color: rgba(255, 67, 19, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
@media (max-width: 599px) {
  .ttl__h2 span:nth-of-type(1) {
    height: 100%;
  }
}
.ttl__h2 span:nth-of-type(1)::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #FF7E47;
  display: block;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.ttl__h2 span:nth-of-type(2) {
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
  width: 100%;
  display: inline-block;
  padding: 6.243% 0;
}
.ttl__h2--left span:nth-of-type(1) {
  left: 0;
  transform: translateY(-50%);
}
.ttl__h2--left span:nth-of-type(1)::before {
  left: 0;
  transform: initial;
}
.ttl__h2--left span:nth-of-type(2) {
  text-align: left;
}
.ttl__h2--white {
  color: #fff;
}
.ttl__h2--white::before {
  background-color: #fff !important;
}
.ttl__h2--white span:nth-of-type(1) {
  color: rgba(255, 255, 255, 0.13);
}
.ttl__h2--white span:nth-of-type(1)::before {
  background-color: #fff;
}
.ttl__h2--white span:nth-of-type(2) {
  color: #ffffff;
}
.ttl__h2--simple {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .ttl__h2--simple {
    margin-bottom: 32px;
  }
}
@media (max-width: 599px) {
  .ttl__h2--simple {
    margin-bottom: 24px;
  }
}
.ttl__h2--simple::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #FF7E47;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ttl__h2--orange {
  background-color: rgba(255, 67, 19, 0.05);
}
.ttl__h3 {
  color: #FF4313;
  margin: initial;
}
.ttl__h4 {
  color: #FF4313;
  margin: initial;
}

/*====================================
  config
=====================================*/
::-moz-selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}
::selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

.cursor {
  display: none;
}

@media (min-width: 1024px) {
  /*デフォルトのマウスカーソルを非表示にする*/
  /*独自のマウスカーソルを作成*/
  .cursor {
    display: inline-block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 67, 19, 0.9);
    border: rgba(255, 67, 19, 0.9);
  }
}
html, body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

p, a, time, span, dt, dd {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.rb {
  font-family: "Inter", sans-serif;
}

/* reCAPTCHAアイコン調整 */
.grecaptcha-badge {
  z-index: 1000;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/*====================================
  page
=====================================*/
::-moz-selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}
::selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

.cursor {
  display: none;
}

@media (min-width: 1024px) {
  /*デフォルトのマウスカーソルを非表示にする*/
  /*独自のマウスカーソルを作成*/
  .cursor {
    display: inline-block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 67, 19, 0.9);
    border: rgba(255, 67, 19, 0.9);
  }
}
html, body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

p, a, time, span, dt, dd {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.rb {
  font-family: "Inter", sans-serif;
}

/* reCAPTCHAアイコン調整 */
.grecaptcha-badge {
  z-index: 1000;
}

.fv {
  position: relative;
  margin-top: 92.8px;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d3d3d3;
  opacity: 0.4;
  z-index: 10;
}
@media (max-width: 1350px) {
  .fv {
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  .fv {
    margin-top: 64px;
  }
}
.fv figure {
  display: flex;
  margin: initial;
}
.fv figure img {
  aspect-ratio: 1440/600;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  z-index: 11;
  text-align: center;
}
.fv__message-top {
  color: #fff;
  font-size: clamp(1rem, 0.3rem + 1.92vw, 1.5rem);
  font-weight: bold;
  margin: initial;
  position: relative;
  padding-bottom: 0.5%;
  margin-bottom: 1%;
}
.fv__message-top::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fv__message-top span {
  font-size: clamp(1rem, 0.3rem + 1.92vw, 1.5rem);
}
.fv__message-middle {
  color: #fff;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.75rem);
  font-weight: bold;
  margin: initial;
}
.fv__message-middle span {
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.75rem);
}
.fv__message-bottom {
  color: #fff;
  font-size: clamp(1.75rem, 1.077rem + 3.08vw, 3rem);
  font-weight: bold;
  margin: initial;
}

.fv-bottom {
  background-color: rgba(255, 67, 19, 0.2);
  text-align: center;
  padding: 32px 0;
}
@media (max-width: 1350px) {
  .fv-bottom {
    padding: 24px 0;
  }
}
@media (max-width: 599px) {
  .fv-bottom {
    padding: 16px 0;
  }
}

.strange {
  background-image: url(../../img/top/top_ogp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.strange__lead {
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 1350px) {
  .strange__lead {
    margin: 32px 0;
  }
}
@media (max-width: 599px) {
  .strange__lead {
    text-align: left;
    margin: 24px 0;
  }
}

.service {
  padding-bottom: initial;
}
.service h2 {
  margin-bottom: initial;
}

.company {
  position: relative;
}
.company::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 84vw;
  height: 100%;
  background-color: rgba(255, 67, 19, 0.05);
}

.recruit h2 {
  margin-bottom: initial;
}
.recruit figure {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: initial;
}
.recruit .message {
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin-top: -13%;
}

.sns__lists {
  padding: initial;
  margin: initial;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.sns__lists li {
  list-style: none;
}
.sns__lists li img {
  width: 64px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.sns .Instagram__wrap span {
  color: #fff;
}

.attention ul {
  border: 2px solid #ddd;
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  position: relative;
}
.attention ul::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 60px solid #dddddd;
  border-bottom: 0;
}
.attention ul li {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  gap: 16px;
  padding: 8px;
  border-bottom: 1px dashed #FF4313;
}
.attention ul li::before {
  content: "";
  background-image: url(../img/common/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  height: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  display: block;
}

.thoughts {
  background-color: rgba(255, 126, 71, 0.1);
  text-align: center;
}
.thoughts p {
  font-size: clamp(1.25rem, 0.95rem + 1.28vw, 1.75rem);
  font-weight: 700;
  margin: initial;
  display: inline;
  background: linear-gradient(transparent 70%, #ffff26 70%);
}

.flex-center {
  display: flex;
  justify-content: center;
}

::-moz-selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

::selection {
  background-color: rgba(255, 67, 19, 0.8);
  color: #fff;
}

.cursor {
  display: none;
}

@media (min-width: 1024px) {
  /*デフォルトのマウスカーソルを非表示にする*/
  /*独自のマウスカーソルを作成*/
  .cursor {
    display: inline-block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }
  /*aタグにホバーした時に見た目変化*/
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 67, 19, 0.9);
    border: rgba(255, 67, 19, 0.9);
  }
}
html, body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", serif;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #333333;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

p, a, time, span, dt, dd {
  line-height: 1.8;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.rb {
  font-family: "Inter", sans-serif;
}

/* reCAPTCHAアイコン調整 */
.grecaptcha-badge {
  z-index: 1000;
}

.mv {
  position: relative;
  margin-top: 92.8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1440/400;
}
@media (max-width: 1350px) {
  .mv {
    margin-top: 80px;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  .mv {
    margin-top: 64px;
    aspect-ratio: 8/5;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
  z-index: 10;
}
.mv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.mv h1 {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 11;
  text-align: center;
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
}

#pet-inheritance .mv {
  background-image: url(../img/pet-inheritance/img02.jpg);
}

#dogscan .mv {
  background-image: url(../img/dogscan/img05.jpg);
}

#pet-exam .mv {
  background-image: url(../img/pet-exam/mv.jpg);
}

#voice-264 .mv {
  background-image: url(../img/voice/mv.jpg);
}

#overview .mv {
  background-image: url(../img/overview/mv.jpg);
}

#contact .mv {
  background-image: url(../img/contact/mv.jpg);
}

.page .mv, .single .mv, .archive .mv, .error404 .mv {
  background-image: url(../img/common/mv.jpg);
}

.cta {
  background-color: #FF4313;
}
.cta__inner {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (max-width: 980px) {
  .cta__inner {
    gap: 32px;
  }
}
@media (max-width: 599px) {
  .cta__inner {
    gap: 24px;
  }
}
.cta p {
  color: #fff;
}
.cta h2 {
  margin-bottom: initial;
}

.section__bk--orange {
  background-color: rgba(255, 67, 19, 0.05);
}

.contact__dl {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.contact__dl p {
  display: contents;
}
.contact__div {
  display: flex;
  flex-flow: column;
  gap: 4px;
  margin: initial;
}
.contact__dt .required {
  color: red;
  margin-left: 8px;
}
.contact__dd {
  margin: initial;
}
.contact__dd input {
  width: 100%;
  height: 40px;
  padding: 1%;
  border: 1px solid #FFC107;
  border-radius: 2px;
}
.contact__dd textarea {
  width: 100%;
  border: 1px solid #FFC107;
  border-radius: 2px;
}

.consent {
  max-width: 800px;
  margin: 0 auto;
}
.consent span {
  margin: initial;
}
.consent a {
  margin: 0 8px;
  color: #FF4313;
  text-decoration: underline;
}

.submit {
  max-width: 800px;
  margin: 0 auto;
}
.submit input {
  border: none;
  background-color: #FF4313;
  color: #fff;
  padding: 16px 32px;
  cursor: pointer;
}

.single .post__time {
  margin-bottom: 8px;
  display: inline-block;
}

.sitemap h2 {
  padding-bottom: 8px;
  border-bottom: 2px solid #FF4313;
}
.sitemap h2 a {
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
}
.sitemap.section {
  padding-bottom: 0;
}
.sitemap ul {
  padding: initial;
  margin: initial;
}
.sitemap li {
  list-style: none;
}
.sitemap li a {
  color: #FF4313;
  font-weight: 700;
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
  padding: 16px;
  border-bottom: 1px solid #E6E0D7;
  display: block;
}

.consultation {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  background-color: #ECEFF0;
  padding-bottom: 180px;
}
@media (max-width: 980px) {
  .consultation {
    padding-bottom: 128px;
  }
}
@media (max-width: 599px) {
  .consultation {
    padding-bottom: 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
            clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
}

.leave__txt-wrap {
  background: #FF4313;
  background: linear-gradient(90deg, #FF4313 0%, #FF7E47 100%);
  padding: 40px;
  text-align: center;
}
@media (max-width: 980px) {
  .leave__txt-wrap {
    padding: 32px;
  }
}
@media (max-width: 599px) {
  .leave__txt-wrap {
    padding: 24px;
  }
}
.leave__txt {
  color: #fff;
  font-size: clamp(1.25rem, 0.909rem + 1.45vw, 2rem);
  font-weight: 700;
}

#service .price__txt-wrap {
  padding-bottom: initial;
}

.price {
  background-color: rgba(255, 67, 19, 0.05);
}
.price__txt-wrap {
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .price__txt-wrap {
    margin-bottom: 64px;
  }
}
@media (max-width: 599px) {
  .price__txt-wrap {
    margin-bottom: 40px;
  }
}
.price__include {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: #fff;
}
@media (max-width: 980px) {
  .price__include {
    margin-top: 32px;
  }
}
@media (max-width: 599px) {
  .price__include {
    flex-flow: column;
  }
}
.price__include--left {
  width: 30%;
  background-color: #FF4313;
  padding: 32px;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .price__include--left {
    padding: 24px;
  }
}
@media (max-width: 599px) {
  .price__include--left {
    padding: 16px;
    width: 100%;
  }
}
.price__include--left h3 {
  color: #fff;
  margin: initial;
}
.price__include--right {
  padding: 32px;
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .price__include--right {
    padding: 24px;
  }
}
@media (max-width: 599px) {
  .price__include--right {
    padding: 16px;
    width: 100%;
  }
}
.price__include--right ul {
  padding: initial;
  margin: initial;
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 980px) {
  .price__include--right ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 980px) {
  .price__include--right ul {
    -moz-column-count: initial;
         column-count: initial;
  }
}
.price__include--right ul li {
  margin-left: 32px;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
}
@media (max-width: 980px) {
  .price__include--right ul li {
    margin-left: 24px;
  }
}
@media (max-width: 599px) {
  .price__include--right ul li {
    margin-left: 16px;
  }
}

.info-box {
  border: 1px solid #FF4313;
  display: flex;
  padding: 2% 5%;
}
.info-box__ttl {
  font-weight: 700;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  color: #FF4313;
  margin: initial;
  width: 30%;
}
.info-box__txt {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  margin: initial;
  width: 70%;
}

.achievements {
  background-color: #ff4313;
}
.achievements__lists {
  padding: initial;
  margin: initial;
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .achievements__lists {
    gap: 8px;
  }
}
.achievements__lists li {
  list-style: none;
  width: calc(25% - 16px);
}
@media (max-width: 980px) {
  .achievements__lists li {
    width: calc(50% - 4px);
  }
}

#products .cara {
  padding-top: 0;
}

.cara h3 {
  background-color: #FF4313;
  padding: 8px 16px;
  color: #fff;
}
.cara__block {
  padding: 40px 0;
}
.cara__block:nth-of-type(1) {
  padding-top: 0;
}
.cara__block:nth-last-of-type(1) {
  padding-bottom: initial;
}
.cara__lists {
  padding: initial;
  margin: initial;
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
}
@media (max-width: 980px) {
  .cara__lists {
    gap: 16px;
  }
}
@media (max-width: 599px) {
  .cara__lists {
    gap: 8px;
  }
}
.cara__lists li {
  list-style: none;
  width: calc(34% - 32px);
}
@media (max-width: 980px) {
  .cara__lists li {
    width: calc(33.3% - 11px);
  }
}
@media (max-width: 599px) {
  .cara__lists li {
    width: calc(50% - 4px);
  }
}
.cara__lists li h4 {
  margin: 8px 0;
}
.cara__lists li p {
  margin: 8px 0;
}
@media (max-width: 599px) {
  .cara__lists li img {
    aspect-ratio: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.cara__lists.kinds li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  padding: initial;
  margin: initial;
  flex-flow: wrap;
}
.menu-list ul li {
  list-style: none;
  margin: initial;
  width: calc(50% - 16px);
}
.menu-list ul li a {
  display: block;
  background-color: #FF4313;
  color: #fff;
  padding: 16px 32px 16px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.menu-list ul li a::after {
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
}

.alternate {
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .alternate {
    margin-bottom: 64px;
  }
}
@media (max-width: 599px) {
  .alternate {
    margin-bottom: 40px;
  }
}
.alternate__lists {
  padding: initial;
  margin: initial;
}
.alternate__lists li {
  padding: initial;
  margin: initial;
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 599px) {
  .alternate__lists li {
    flex-flow: column;
    gap: 16px;
  }
}
.alternate__lists li h4 {
  margin-top: initial;
  color: #FF4313;
}
.alternate__lists li img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.alternate__list--reverse {
  flex-flow: row-reverse;
}
@media (max-width: 599px) {
  .alternate__list--reverse {
    flex-flow: column;
  }
}
@media (max-width: 599px) {
  .alternate__list--reverse .alternate__left {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .alternate__list--reverse .alternate__right {
    width: 100%;
  }
}
.alternate__left {
  width: calc(50% - 16px);
}
@media (max-width: 599px) {
  .alternate__left {
    width: 100%;
  }
}
.alternate__right {
  width: calc(50% - 16px);
}
@media (max-width: 599px) {
  .alternate__right {
    width: 100%;
  }
}

.guidance {
  border: 2px solid #FF7E47;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.guidance h3 {
  text-align: center;
  background-color: rgba(255, 126, 71, 0.7);
  padding: 16px;
  margin: initial;
}
.guidance p {
  padding: 16px 40px;
  line-height: 2;
}
@media (max-width: 980px) {
  .guidance p {
    padding: 12px 32px;
  }
}
@media (max-width: 599px) {
  .guidance p {
    padding: 8px 24px;
  }
}

.guidance-wrap {
  background-image: url(../img/common/bk.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.guidance-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 67, 19, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.com-txt {
  text-align: end;
}

.simple {
  background-image: url(../img/common/simple.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.simple::before {
  content: "";
  background-color: rgba(255, 67, 19, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.simple__block {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .simple__block {
    margin-bottom: 64px;
  }
}
@media (max-width: 599px) {
  .simple__block {
    margin-bottom: 40px;
  }
}
.simple__block:nth-last-of-type(1) {
  margin-bottom: initial;
}
.simple__block h3 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  position: relative;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
}
.simple__block h3::after {
  content: "";
  border-bottom: 1px solid #fff;
  display: block;
  padding-bottom: 16px;
}
.simple__block .exp {
  position: relative;
  z-index: 3;
}
.simple__block p {
  color: #fff;
}
.simple .ttl__h2--wrap {
  position: relative;
  z-index: 3;
}
.simple .ttl__h2--wrap h2 {
  color: #fff;
}
.simple .exp {
  position: relative;
  z-index: 3;
  color: #fff;
}

.pickup {
  border: 2px solid #FF4313;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .pickup {
    padding: 32px;
    margin-bottom: 64px;
  }
}
@media (max-width: 599px) {
  .pickup {
    padding: 24px;
    margin-bottom: 40px;
  }
}
.pickup h3 {
  margin: initial;
  text-align: center;
  border-bottom: 2px solid #FF4313;
}
.pickup .button__wrap a {
  font-style: initial;
}

.important {
  background-color: #eee;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 64px;
  margin-top: 68px;
}
@media (max-width: 980px) {
  .important {
    padding: 32px;
    margin-bottom: 56px;
    margin-top: 58px;
  }
}
@media (max-width: 599px) {
  .important {
    padding: 24px;
    margin-bottom: 48px;
    margin-top: 50px;
  }
}
.important h4 {
  text-align: center;
  margin: initial;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  border-bottom: 2px solid #FF4313;
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-top: -68px;
}
@media (max-width: 980px) {
  .important h4 {
    gap: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-top: -60px;
  }
}
@media (max-width: 599px) {
  .important h4 {
    gap: 16px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-top: -52px;
  }
}
.important h4::before {
  content: "？";
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7E47;
  color: #fff;
  border-radius: 48px;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", serif;
}
.important p {
  margin: initial;
}

.profile__block {
  margin-bottom: 40px;
}
.profile__block:nth-last-of-type(1) {
  margin-bottom: initial;
}
.profile__block h3 {
  background-color: #FF4313;
  padding: 8px 16px;
  color: #fff;
}
.profile__block ul {
  padding: initial;
  margin: initial;
}
.profile__block ul li {
  list-style: none;
  padding: inherit;
  margin: initial;
}
.profile__block figure {
  display: flex;
  align-items: start;
  flex-flow: wrap;
  gap: 16px;
  margin: initial;
  margin-top: 32px;
}

/*====================================
  common
=====================================*/
.str__left-half--flow {
  width: calc(50% - 1rem);
}

.flow__stripe {
  display: flex;
  gap: 16px;
  padding: 8px 16px;
}

.flow__stripe:nth-of-type(odd) {
  background: rgba(255, 67, 19, 0.3);
}

.str__right-half--flow {
  width: calc(50% - 1rem);
}

.flow__stripe-left span {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 2px solid #FF4313;
}

.flow__stripe-right {
  display: flex;
  align-items: center;
}

.flow__stripe-right p {
  margin: initial;
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  line-height: 1;
}

.str__block--reverse {
  flex-flow: row-reverse;
}

/*====================================
  area
=====================================*/
.area ul {
  display: flex;
  align-items: start;
  gap: 4rem;
  padding: initial;
  margin: initial;
}

@media (max-width: 599px) {
  .area ul {
    flex-flow: column;
    gap: 2rem;
  }
}
.area ul li {
  width: calc(50% - 2rem);
  margin: initial;
  padding: initial;
  list-style: none;
}

@media (max-width: 599px) {
  .area ul li {
    width: 100%;
  }
}
.area ul li h4 {
  background: rgba(255, 67, 19, 0.3);
  margin: initial;
  padding: 8px 16px;
  line-height: 1;
}

.area ul li p {
  margin: initial;
}

.area ul li:nth-of-type(2) {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

/*====================================
  choose
=====================================*/
.choose__block {
  margin-bottom: 64px;
}

@media (max-width: 980px) {
  .choose__block {
    margin-bottom: 48px;
  }
}
@media (max-width: 599px) {
  .choose__block {
    margin-bottom: 32px;
  }
}
.choose__block:nth-last-of-type(1) {
  margin-bottom: initial;
}

.choose h3 {
  background-color: #FF4313;
  color: #fff;
  padding: 8px 16px;
}

.choose span {
  border: 1px solid #FFC107;
  border-radius: 20px;
  padding: 4px 16px;
  font-weight: 900;
}

/*====================================
  special
=====================================*/
.price-wrap {
  margin-bottom: 64px;
}

@media (max-width: 980px) {
  .price-wrap {
    margin-bottom: 40px;
  }
}
.price-wrap:nth-last-of-type(1) {
  margin-bottom: initial;
}

.price-wrap h3 {
  color: #FF4313;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

@media (max-width: 980px) {
  .table tr {
    display: flex;
    flex-flow: column;
  }
}
.table th {
  width: 30%;
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  color: #fff;
  background-color: #FF4313;
  border: 1px solid #fff;
  padding: 32px;
}

@media (max-width: 980px) {
  .table th {
    padding: 24px;
    width: 100%;
    border: 1px solid #FF4313;
  }
}
@media (max-width: 599px) {
  .table th {
    padding: 16px;
    border: 1px solid #FF4313;
  }
}
.table th.th-tra {
  border-bottom: 1px solid #fff;
}

@media (max-width: 980px) {
  .table th.th-tra {
    border-bottom: 1px solid #FF4313;
  }
}
.table td {
  width: 70%;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  border: 1px solid #FF4313;
  padding: 32px;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .table td {
    padding: 24px;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .table td {
    padding: 16px;
  }
}
@media (max-width: 980px) {
  .table_b-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table_b {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.table_b tbody {
  width: 200%;
  white-space: nowrap;
}

.table_b th {
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  color: #fff;
  background-color: #FF4313;
  border: 1px solid #FF4313;
  border-right: 1px solid #fff;
  padding: 16px;
}

.table_b th:nth-last-of-type(1) {
  border-right: 1px solid #FF4313;
}

@media (max-width: 980px) {
  .table_b th {
    padding: 12px;
  }
}
@media (max-width: 599px) {
  .table_b th {
    padding: 8px;
  }
}
.table_b td {
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  border: 1px solid #FF4313;
  padding: 16px;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .table_b td {
    padding: 12px;
  }
}
@media (max-width: 599px) {
  .table_b td {
    padding: 8px;
  }
}
/*====================================
  precautions 
=====================================*/
.precautions h3 {
  background-color: #FF4313;
  color: #fff;
  padding: 16px;
  margin-bottom: 55px;
}

@media (max-width: 980px) {
  .precautions h3 {
    padding: 12px;
  }
}
@media (max-width: 599px) {
  .precautions h3 {
    padding: 8px;
  }
}
.precautions h4 {
  margin-top: initial;
  color: #FF4313;
  margin-bottom: 16px;
}

.precautions p {
  margin: initial;
}

.precautions__block {
  border: 1px solid #31576a;
  border-radius: 4px;
  padding: 32px;
  margin-bottom: 32px;
}

.precautions__block:nth-last-of-type(1) {
  margin-bottom: initial;
}

@media (max-width: 980px) {
  .precautions__block {
    padding: 24px;
  }
}
@media (max-width: 599px) {
  .precautions__block {
    padding: 16px;
  }
}
.precautions__content {
  margin-bottom: 32px;
}

.precautions__content:nth-last-of-type(1) {
  margin-bottom: initial;
}

/*====================================
  basic
=====================================*/
.basic .table th {
  width: 25%;
}

.basic .table td {
  width: 25%;
}

/*====================================
	bullet
=====================================*/
.bullet h3 {
  background-color: #FFC107;
  color: #fff;
  margin: initial;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 980px) {
  .bullet h3 {
    padding: 12px;
  }
}
@media (max-width: 599px) {
  .bullet h3 {
    padding: 8px;
  }
}
.bullet h3::before {
  content: "";
  background-image: url(../img/common/icon-hirameki.svg);
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 980px) {
  .bullet h3::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 599px) {
  .bullet h3::before {
    width: 24px;
    height: 24px;
  }
}
.bullet ul {
  border: 2px solid #FFC107;
  border-radius: 0 0 8px 8px;
  padding: 40px;
  margin: initial;
  counter-reset: num;
}

@media (max-width: 980px) {
  .bullet ul {
    padding: 32px;
  }
}
@media (max-width: 599px) {
  .bullet ul {
    padding: 24px;
  }
}
.bullet li {
  list-style: none;
  padding: 8px 16px 16px 24px;
  margin: initial;
  counter-increment: num;
  position: relative;
}

@media (max-width: 980px) {
  .bullet li {
    padding: 6px 14px 14px 22px;
  }
}
@media (max-width: 599px) {
  .bullet li {
    padding: 4px 12px 12px 20px;
  }
}
.bullet li::before {
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(3.625rem, 3.1rem + 2.24vw, 4.5rem);
  font-weight: 900;
  font-family: "Merriweather", serif;
  font-style: italic;
  color: rgba(203, 178, 150, 0.2);
  line-height: 1;
}

.bullet li h4 {
  margin: initial;
  margin-bottom: 8px;
  color: #FFC107;
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
}

.bullet li p {
  margin: initial;
}

.special-flow .flow {
  margin-top: 16px;
  -moz-column-count: initial;
       column-count: initial;
}
.special-flow .flow__block:nth-of-type(2) .flow__left::before {
  content: "";
}
.special-flow .flow__block:nth-of-type(4) .flow__left::before {
  content: "" !important;
}
.special-flow .flow__block:nth-of-type(5) .flow__left::before {
  content: none;
}
@media (max-width: 980px) {
  .special-flow .flow {
    -moz-column-count: initial;
    column-count: initial;
  }
}
.special-flow .flow__block:nth-of-type(4) .flow__left::before {
  content: initial;
}