@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
body {
  min-width: 320px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  box-sizing: border-box;
  color: #181818;
  position: relative;
  letter-spacing: 0.02em;
  font-size: clamp(15px, 1.2vw, 20px);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

main {
  min-width: 320px;
  padding-top: 56px;
  overflow: hidden;
}
@media screen and (min-width: 969px) {
  main {
    padding-top: 66px;
  }
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content_block {
  width: 100%;
  padding: 60px 0 70px;
}
@media screen and (min-width: 969px) {
  .content_block {
    padding: 100px 0px 120px;
  }
}

.blog_content_block {
  width: min(76%, 900px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (min-width: 969px) {
  .blog_content_block {
    padding: 0 0 180px;
  }
}
.blog_content_block .posts_wrapper {
  text-align: left;
}

.content_inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 969px) {
  .content_inner {
    width: min(86%, 1200px);
  }
}

.col2_wrap {
  display: flex;
  flex-direction: column;
  column-gap: 10%;
  align-items: center;
  row-gap: 40px;
}
@media screen and (min-width: 969px) {
  .col2_wrap {
    flex-direction: row;
  }
}
.col2_wrap .col2 {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2 {
    width: min(45%, 610px);
  }
}
.col2_wrap .col2.content, .col2_wrap .col2 .content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2.content, .col2_wrap .col2 .content {
    row-gap: 10px;
  }
}
.col2_wrap .col2.content p, .col2_wrap .col2 .content p {
  font-size: clamp(16px, 2vw, 24px);
}
.col2_wrap .col2.img {
  flex: inherit;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2.img {
    order: inherit;
    margin-top: 0;
  }
}

*, ::after, ::before {
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 0 5vw;
}
@media screen and (min-width: 969px) {
  header {
    height: 66px;
  }
}
header.transform {
  background-color: rgba(255, 255, 255, 0.7);
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer label[for=navTgl] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer label[for=navTgl].open {
  background-color: #ED2F2F;
  z-index: 12;
  position: inherit;
  width: 56px;
  height: 56px;
  transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 969px) {
  #drawer label[for=navTgl].open {
    width: 66px;
    height: 66px;
  }
}
#drawer label[for=navTgl].open::before, #drawer label[for=navTgl].open::after {
  content: "";
}
#drawer label[for=navTgl].open::before, #drawer label[for=navTgl].open::after, #drawer label[for=navTgl].open span {
  content: "";
  position: absolute;
  top: 48%;
  right: 25%;
  width: 50%;
  border-bottom: 3px solid #fff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer label[for=navTgl].open::before {
  transform: translateY(-8px);
}
#drawer label[for=navTgl].open::after {
  transform: translateY(8px);
}
#drawer label[for=navTgl].close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 330px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: white;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu .menu_btn {
  margin-bottom: 10px;
}
#drawer .menu .menu_btn span {
  font-weight: 600;
  font-size: 15px;
}
#drawer .menu h2,
#drawer .menu a {
  color: #181818;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 50px 0 0;
  padding: 0;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 20px;
  margin: 120px 0 10px;
}
.sp_menu .header_nav_block .logo {
  width: 90%;
  margin: 0 auto;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_menu .header_nav_block ul li {
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
}
.sp_menu .header_nav_block ul li a {
  transition: all 0.5s;
  display: block;
  text-align: center;
}
.sp_menu .header_nav_block ul li a span {
  font-weight: 600;
  font-size: 15px;
}
.sp_menu .header_nav_block .tel_link {
  margin-top: 30px;
}
.sp_menu .header_nav_block .tel_link span {
  font-size: 15px;
  margin-top: 8px;
}

footer {
  background: linear-gradient(135deg, #ff8560 0%, #ff3255 100%);
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 4%;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  footer .footer_inner {
    padding: 30px 2%;
    flex-direction: row;
  }
}
footer .footer_inner .logo_wrap {
  margin: 0 0 40px;
}
@media screen and (min-width: 1200px) {
  footer .footer_inner .logo_wrap {
    margin: 0;
  }
}
footer .footer_inner .logo_wrap .logo {
  margin: 0 auto 20px;
  width: clamp(250px, 71vw, 360px);
}
@media screen and (min-width: 1200px) {
  footer .footer_inner .logo_wrap .logo {
    margin: 0 0 20px;
  }
}
footer .footer_inner .logo_wrap p {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  footer .footer_inner .logo_wrap p {
    text-align: left;
  }
}
footer .foot_nav {
  display: block;
  flex-direction: column;
  flex: 1;
  align-items: end;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  footer .foot_nav {
    display: flex;
  }
}
footer .foot_nav .nav {
  column-gap: 40px;
  align-items: start;
}
footer .foot_nav .nav ul {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  footer .foot_nav .nav ul {
    align-items: stretch;
    margin: 0;
    justify-content: end;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    column-gap: 1vw;
  }
}
footer .foot_nav .nav ul li {
  display: block;
  margin-bottom: 5px;
  line-height: 2.3em;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  footer .foot_nav .nav ul li {
    display: flex;
    background-color: initial;
    margin-bottom: 0;
    text-align: left;
    line-height: 1em;
    column-gap: 1vw;
  }
  footer .foot_nav .nav ul li:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}
footer .foot_nav .nav ul li a {
  display: flex;
  transition: all 0.5s;
  font-size: clamp(14px, 1vw, 15px);
  letter-spacing: 0.1em;
  display: block;
  font-weight: 600;
  color: #181818;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  footer .foot_nav .nav ul li a {
    text-align: left;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
footer .copy {
  display: block;
  text-align: center;
  color: #FF2B00;
  text-align: center;
  background-color: #fff;
  padding-bottom: 70px;
  line-height: 50px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  footer .copy {
    padding: 0;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 0;
  z-index: 9;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
.pagetop_block .contact_sp {
  width: 100%;
  display: grid;
  row-gap: 2px;
  grid-template-columns: 57% 43%;
  grid-template-areas: "tel line" "tel form";
}
@media screen and (min-width: 1200px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp .float_tel {
  grid-area: tel;
  position: relative;
  background: #fff;
  padding: 10px 30px;
  height: 70px;
  text-decoration: none;
  color: #ED2F2F;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop_block .contact_sp .float_tel span:first-of-type {
  font-weight: 600;
  font-size: clamp(23px, 4vw, 30px);
  display: flex;
  column-gap: 7px;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  margin-bottom: 2px;
}
.pagetop_block .contact_sp .float_tel span:first-of-type::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_r.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 19px;
  height: 18px;
}
.pagetop_block .contact_sp .float_tel span:last-of-type {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.pagetop_block .contact_sp .float_line, .pagetop_block .contact_sp .float_form {
  color: #fff;
  background: linear-gradient(135deg, #ff8560 0%, #ff3255 100%);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.pagetop_block .contact_sp .float_line::after, .pagetop_block .contact_sp .float_form::after {
  content: "";
  background-image: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 10px;
  height: 10px;
}
.pagetop_block .contact_sp .float_line {
  grid-area: line;
}
.pagetop_block .contact_sp .float_form {
  grid-area: form;
}
.pagetop_block #pagetop {
  width: 68px;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block #pagetop {
    display: none;
  }
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop {
    display: none;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  opacity: 1;
  color: #ED2F2F;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 1200px) {
  .pagetop_block #pagetop a {
    border-radius: 50%;
    width: 58px;
    aspect-ratio: 1/1;
    background: #fff url(./assets/images/common/ico_arrow_top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    border: 1px solid #ED2F2F;
  }
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 1;
  content: "\e800";
}
@media screen and (min-width: 1200px) {
  .pagetop_block #pagetop a::before {
    display: none;
  }
}
.pagetop_block #pagetop a span {
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  .pagetop_block #pagetop a span {
    display: none;
  }
}

.logo {
  display: block;
  width: clamp(210px, 56vw, 414px);
}

.breadcrumb_block {
  width: min(90%, 1200px);
  margin: 20px auto 0;
}
@media screen and (min-width: 969px) {
  .breadcrumb_block {
    margin: 30px auto 0;
  }
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_block ul li, .breadcrumb_block ul a {
  color: #181818;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li, .breadcrumb_block ul a {
    font-size: 11px;
  }
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}
.breadcrumb_block ul li::before {
  color: #ED2F2F;
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.contact_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 969px) {
  .contact_list_wrap {
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
  }
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cta_btn_wrap {
  text-align: center;
}
.cta_btn_wrap p {
  text-align: center;
}
.cta_btn_wrap .cta_info {
  background: #fff;
  display: inline-block;
  border-radius: 999px;
  padding: 5px 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #181818;
  font-size: 15px !important;
}
@media screen and (max-width: 767px) {
  .cta_btn_wrap .cta_info {
    font-size: clamp(14px, 4vw, 16px) !important;
    padding: 3px 10px;
  }
}

.cta_btn a {
  display: inline-flex;
  position: relative;
  background-color: #ED2F2F;
  color: #fff;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-size: clamp(17px, 4vw, 28px);
  font-weight: 700;
  padding: 2% 0;
  border-radius: 999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border: 4px solid #fff;
  width: min(75%, 370px);
  margin: 20px auto;
  overflow: hidden;
}
.cta_btn a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_w.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  aspect-ratio: 1/1;
}
.cta_btn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}
.cta_btn a:hover {
  color: #fff;
  background-color: rgb(214.4424778761, 18.5575221239, 18.5575221239);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 969px) {
  .cta_btn a {
    font-size: clamp(20px, 4vw, 28px);
  }
}

.form_item input {
  width: auto;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

a[href*="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 969px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}
.pagination .pagination__body {
  display: flex;
  justify-content: center;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body {
    padding: 0 1em;
  }
}
.pagination .pagination__body li {
  list-style: none;
  background: #E6EEF7;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body li {
    margin-right: 1em;
  }
}
.pagination .pagination__body li a {
  color: #DCDCDC;
  display: block;
}
.pagination .pagination__body li:last-child {
  margin-right: 0;
}
.pagination .pagination__body li.current {
  background-color: #DCDCDC;
  color: #fff;
}
.pagination .pagination__prev, .pagination .pagination__next {
  line-height: 40px;
}

.current::before {
  color: #181818 !important;
  font-size: 16px !important;
}

@keyframes fadeIn {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.fadein {
  opacity: 0;
  backface-visibility: hidden;
}
.fadein.active {
  animation: fadeIn 0.5s ease-out both;
  animation-delay: 0.5s;
  transform: translate3d(0, 20px, 0);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.sec_title {
  position: relative;
  margin: 0px 0 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 969px) {
  .sec_title {
    margin: 0 0 60px;
  }
}
.sec_title .main {
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.5em;
}
.sec_title .sub {
  color: #927840;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 3vw, 26px);
}

.sec_title02 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: 0.4em;
  font-size: clamp(17px, 3vw, 23px);
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #463B2C;
}
.sec_title02::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #927840;
}

p {
  font-size: clamp(15px, 1.2vw, 20px);
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8em;
  margin: 0;
}

ol, ul {
  text-align: left;
}

.tel_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tel_link a {
  display: flex;
  align-items: center;
  column-gap: 2px;
  font-weight: 600;
  color: #ED2F2F !important;
  font-size: 19px;
}
.tel_link a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_r.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 17px;
}
.tel_link span {
  font-size: 0.95em;
}

a {
  color: #181818;
}
a:hover {
  color: #181818;
}

.text_center {
  text-align: center;
}

.note {
  display: flex;
  font-size: 11px;
  line-height: 1.7em;
}
@media screen and (min-width: 969px) {
  .note {
    font-size: 13px;
  }
}
.note::before {
  content: "※";
  line-height: 1.7em;
  padding-right: 0.2em;
}
.note span {
  flex: 1;
}
.note.center {
  justify-content: center;
}
.note.center span {
  flex: initial;
}

@media screen and (max-width: 767px) {
  .sm_none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 968px) {
  .md_none {
    display: none;
  }
}

@media screen and (min-width: 969px) {
  .lg_none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .xl_none {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.main_visual {
  margin: 0px auto;
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  position: relative;
  background-image: url(./assets/images/top/hero_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/1.4;
}
@media screen and (min-width: 969px) {
  .main_visual {
    background-image: url(./assets/images/top/hero.jpg);
    aspect-ratio: 1/0.55;
  }
}
.main_visual #hero_copy {
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 29.5%;
  width: min(75%, 500px);
}
@media screen and (min-width: 969px) {
  .main_visual #hero_copy {
    top: 19%;
    bottom: auto;
    left: 3.5vw;
    width: min(46%, 610px);
    transform: initial;
  }
}
.main_visual #hero_medal {
  margin: 0;
  position: absolute;
  width: min(95%, 500px);
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
@media screen and (min-width: 969px) {
  .main_visual #hero_medal {
    bottom: 1%;
    top: auto;
    transform: initial;
    right: 0vw;
    width: min(48%, 710px);
  }
}
.main_visual .cta_btn_wrap {
  position: absolute;
  bottom: 4.5%;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 969px) {
  .main_visual .cta_btn_wrap {
    left: 3.5vw;
    bottom: 19%;
    width: min(46%, 610px);
  }
}

#about {
  background: linear-gradient(88deg, rgba(255, 219, 32, 0.4) 0%, rgba(255, 147, 69, 0.4) 100%);
  padding: 130px 0px 150px;
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 1s forwards;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 70px 0 60px;
  }
}
#about .about_title {
  text-align: center;
  color: #ED2F2F;
  font-weight: 600;
  margin-bottom: 50px;
}
#about .about_title .sub {
  letter-spacing: 0.2em;
}
#about .about_title .main {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 15px;
}
#about .about_title .main span {
  color: #fff;
  background-color: #ED2F2F;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: min(12vw, 62px);
  font-size: clamp(21px, 3vw, 33px);
}
#about .content_inner {
  width: min(86%, 1000px);
}
@media screen and (min-width: 969px) {
  #about .content_inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 3vw;
  }
}
#about .about_col2_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 969px) {
  #about .about_col2_wrap {
    justify-content: start;
    flex-direction: column;
    row-gap: 25px;
  }
}
#about .about_col2_wrap .about_col2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 969px) {
  #about .about_col2_wrap .about_col2 {
    width: auto;
  }
}
#about .about_col2_wrap .about_col2.img {
  overflow: hidden;
  border: 1px solid #ED2F2F;
  border-radius: 999px;
}
@media screen and (min-width: 969px) {
  #about .about_col2_wrap .about_col2.img {
    order: -1;
  }
}
#about .about_col2_wrap .about_col2 .about_col2_ttl {
  display: inline-block;
  background-color: #ED2F2F;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-size: clamp(13px, 2.4vw, 22px);
  padding: 5px 2vw;
}
#about .about_col2_wrap .about_col2 .content p {
  font-size: clamp(13px, 2.4vw, 17px);
}

#solve {
  padding: 110px 0px 0;
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 1s forwards;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #solve {
    padding: 50px 0 0;
  }
}
#solve .solve_title {
  margin: 0px 0 60px;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  column-gap: 3vw;
}
@media screen and (min-width: 969px) {
  #solve .solve_title {
    margin: 0 0 80px;
  }
}
#solve .solve_title::before, #solve .solve_title::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #083F76;
}
#solve .solve_title::before {
  transform: rotate(-45deg);
}
#solve .solve_title::after {
  transform: rotate(45deg);
}
#solve .solve_title span {
  color: #083F76;
  line-height: 1.5em;
  font-size: clamp(19px, 3vw, 35px);
}
#solve .trouble_wrap {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 969px) {
  #solve .trouble_wrap {
    display: flex;
    justify-content: center;
    column-gap: 1vw;
    width: min(86%, 1000px);
    margin-bottom: 90px;
  }
}
#solve .trouble_wrap .trouble_item {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 6%;
  margin-bottom: 25px;
  filter: drop-shadow(0 5px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 969px) {
  #solve .trouble_wrap .trouble_item {
    flex-direction: column;
    row-gap: 30px;
    flex: 1;
  }
}
#solve .trouble_wrap .trouble_item .trouble_item_img {
  border-radius: 50% 50%;
  overflow: hidden;
  width: 27%;
}
@media screen and (min-width: 969px) {
  #solve .trouble_wrap .trouble_item .trouble_item_img {
    width: 80%;
  }
}
#solve .trouble_wrap .trouble_item .trouble_item_img img {
  object-fit: cover;
}
#solve .trouble_wrap .trouble_item .trouble_item_content {
  font-size: clamp(13px, 3.2vw, 15px);
  line-height: 1.7em;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #2067B2;
  border-radius: 12px;
  padding: 15px 2vw;
  position: relative;
  flex: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 969px) {
  #solve .trouble_wrap .trouble_item .trouble_item_content {
    align-self: stretch;
    padding: 15px 5px;
  }
}
#solve .trouble_wrap .trouble_item .trouble_item_content::before {
  content: "";
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #2067B2;
  position: absolute;
  top: 50%;
  left: -2vw;
  width: 2vw;
  z-index: -1;
  aspect-ratio: 1/1.5;
  transform: translateY(-50%);
}
@media screen and (min-width: 969px) {
  #solve .trouble_wrap .trouble_item .trouble_item_content::before {
    top: -21px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
#solve .trouble_wrap .trouble_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 969px) {
  #solve .trouble_wrap .trouble_item:nth-of-type(2n) {
    flex-direction: column;
    row-gap: 30px;
  }
}
#solve .trouble_wrap .trouble_item:nth-of-type(2n) .trouble_item_content::before {
  left: auto;
  right: -2vw;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (min-width: 969px) {
  #solve .trouble_wrap .trouble_item:nth-of-type(2n) .trouble_item_content::before {
    top: -21px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0) rotate(-90deg);
  }
}
#solve .solve_cta_wrap {
  color: #fff;
  background-color: #2067B2;
  padding: 100px 0 40px;
  position: relative;
}
@media screen and (min-width: 969px) {
  #solve .solve_cta_wrap {
    padding: 120px 0 70px;
  }
}
#solve .solve_cta_wrap::before {
  content: "";
  clip-path: polygon(0% 0, 100% 0, 50% 100%);
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 74px;
  z-index: 0;
}
#solve .solve_cta_wrap p {
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 3.2vw, 24px);
}

#workflow {
  padding: 0 0 130px;
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 1s forwards;
  text-align: center;
  background-color: #FFF2F2;
}
@media screen and (max-width: 767px) {
  #workflow {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 969px) {
  #workflow {
    width: 100%;
  }
}
#workflow .workflow_title {
  margin: 0px 0 40px;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px;
  background: linear-gradient(135deg, #ff8560 0%, #ff3255 100%);
}
@media screen and (min-width: 969px) {
  #workflow .workflow_title {
    margin: 0 0 110px;
  }
}
#workflow .workflow_title span {
  color: #fff;
  line-height: 1.5em;
}
#workflow .workflow_title span.sub {
  font-size: clamp(16px, 3vw, 23px);
  letter-spacing: 0.18em;
}
#workflow .workflow_title span.main {
  font-size: clamp(26px, 3vw, 32px);
}
#workflow .workflow_steps {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 969px) {
  #workflow .workflow_steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
#workflow .workflow_steps .workflow_step {
  list-style: none;
  padding: 0;
  margin: 0;
  background: linear-gradient(135deg, #ff8560 0%, #ff3255 100%);
  padding: 4px 4px 0;
}
@media screen and (min-width: 969px) {
  #workflow .workflow_steps .workflow_step {
    padding: 4px 0 4px 4px;
    width: 26%;
  }
}
#workflow .workflow_steps .workflow_step:first-of-type {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 969px) {
  #workflow .workflow_steps .workflow_step:first-of-type {
    border-radius: 20px 0 0 20px;
  }
}
#workflow .workflow_steps .workflow_step:first-of-type .workflow_step_inner {
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 969px) {
  #workflow .workflow_steps .workflow_step:first-of-type .workflow_step_inner {
    border-radius: 16px 0 0 16px;
  }
}
#workflow .workflow_steps .workflow_step:last-of-type {
  border-radius: 0 0 20px 20px;
  padding: 4px;
}
@media screen and (min-width: 969px) {
  #workflow .workflow_steps .workflow_step:last-of-type {
    border-radius: 0px 20px 20px 0;
  }
}
#workflow .workflow_steps .workflow_step:last-of-type .workflow_step_inner {
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 969px) {
  #workflow .workflow_steps .workflow_step:last-of-type .workflow_step_inner {
    border-radius: 0 16px 16px 0;
  }
}
#workflow .workflow_steps .workflow_step .workflow_step_inner {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 5%;
}
@media screen and (min-width: 969px) {
  #workflow .workflow_steps .workflow_step .workflow_step_inner {
    height: 100%;
    justify-content: stretch;
  }
}
#workflow .workflow_steps .workflow_step .workflow_step_inner .workflow_step_num {
  color: #fff;
  background-color: #FF3B56;
  display: block;
  font-size: clamp(17px, 3vw, 22px);
  font-weight: 600;
  width: 100%;
  padding: 7px;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center;
}
#workflow .workflow_steps .workflow_step .workflow_step_inner .workflow_step_ttl {
  color: #FF2B00;
  font-weight: 600;
  font-size: clamp(16px, 3.2vw, 20px);
  border-bottom: 1px solid #FF2B00;
  margin-bottom: 5px;
}
#workflow .workflow_steps .workflow_step .workflow_step_inner .workflow_step_img {
  height: 170px;
  overflow: hidden;
  width: auto;
  margin-bottom: 20px;
}
#workflow .workflow_steps .workflow_step .workflow_step_inner .workflow_step_img img {
  object-fit: contain;
  height: 100%;
}
#workflow .workflow_steps .workflow_step .workflow_step_content {
  font-size: clamp(16px, 3.2vw, 18px);
  line-height: 1.7em;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#rates {
  text-align: center;
  padding: 60px 0 0;
}
@media screen and (min-width: 969px) {
  #rates {
    padding: 110px 0 0;
  }
}
#rates .content_inner {
  width: min(86%, 1000px);
}
#rates .content_inner:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #rates .content_inner:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
#rates .rates_title {
  color: #FF2B00;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto 30px;
}
#rates .rates_title .main {
  font-size: clamp(22px, 3vw, 32px);
}
#rates .rates_title .main::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FF2B00;
  margin: 8px auto 2px;
}
#rates .rates_title .sub {
  text-transform: uppercase;
  font-size: clamp(14px, 3vw, 16px);
  letter-spacing: 0.14em;
}
#rates .price_list_wrap {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}
#rates .price_list_wrap .price_list {
  width: 48%;
  text-align: center;
}
@media screen and (min-width: 969px) {
  #rates .price_list_wrap .price_list {
    width: 31%;
  }
}
#rates .price_list_wrap .price_list .price_list_title {
  color: #fff;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
  background-color: #FF2B00;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  padding: 4px 0;
}
@media screen and (min-width: 969px) {
  #rates .price_list_wrap .price_list .price_list_title {
    margin-bottom: 20px;
  }
}
#rates .price_list_wrap .price_list .price_list_content {
  color: #FF2B00;
  font-size: clamp(12px, 3vw, 22px);
  font-weight: 600;
  text-align: center;
}
#rates .price_list_wrap .price_list .price_list_content .price {
  font-size: 1.8em;
  padding-right: 0.1em;
}
#rates .price_list_wrap .price_list .price_list_content .tax {
  font-size: 0.8em;
}
#rates .payment_list_wrap {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}
@media screen and (min-width: 969px) {
  #rates .payment_list_wrap {
    max-width: 800px;
    margin: 0 auto;
  }
}
#rates .payment_list_wrap .payment_list {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 969px) {
  #rates .payment_list_wrap .payment_list {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
#rates .payment_list_wrap .payment_list .payment_list_title {
  color: #fff;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
  background-color: #FF2B00;
  margin-bottom: 17px;
  padding: 7px 10px;
  border-radius: 999px;
  display: inline-flex;
  line-height: 1em;
}
#rates .payment_list_wrap .payment_list .payment_list_content {
  color: #FF2B00;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 600;
  text-align: center;
}
#rates .payment_list_wrap .payment_list .payment_list_content.cash {
  height: 110px;
}
#rates .payment_list_wrap .payment_list .payment_list_content.cash img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
#rates .payment_list_wrap .payment_list .payment_list_content.credit {
  height: 50px;
}
#rates .payment_list_wrap .payment_list .payment_list_content.credit img {
  height: 100%;
  object-fit: contain;
}
#rates .car_models_list_wrap {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  justify-content: space-between;
}
@media screen and (min-width: 969px) {
  #rates .car_models_list_wrap {
    max-width: 900px;
    margin: 0 auto;
  }
}
#rates .car_models_list_wrap .car_models_list {
  width: 100%;
  text-align: center;
  border: 2px solid #FF2B00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 11px 4vw;
  column-gap: 5%;
  margin: 0;
}
@media screen and (min-width: 969px) {
  #rates .car_models_list_wrap .car_models_list {
    width: 48%;
    padding: 11px 10px;
  }
}
#rates .car_models_list_wrap .car_models_list .car_models_list_img {
  width: 22%;
}
#rates .car_models_list_wrap .car_models_list .car_models_list_content {
  color: #181818;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 600;
  margin: 0;
  flex: 1;
  text-align: left;
}
#rates .rates_cta_wrap {
  color: #fff;
  background: linear-gradient(135deg, #ff6214 0%, #ff4583 100%);
  padding: 40px 0;
}
#rates .rates_cta_wrap p {
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 3.2vw, 24px);
}

#area {
  background: linear-gradient(135deg, rgba(255, 133, 96, 0.4) 0%, rgba(255, 50, 85, 0.4) 100%);
  text-align: center;
  padding: 25px;
}
#area .area_inner {
  background: #fff;
  padding: 20px 5vw;
}
@media screen and (min-width: 969px) {
  #area .area_inner {
    padding: 70px 5vw;
  }
}
#area .area_title {
  color: #FF2B00;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto 30px;
}
#area .area_title .main {
  font-size: clamp(22px, 3vw, 32px);
}
#area .area_title .main::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FF2B00;
  margin: 8px auto 2px;
}
#area .area_title .sub {
  text-transform: uppercase;
  font-size: clamp(14px, 3vw, 16px);
  letter-spacing: 0.14em;
}
#area .area_map {
  width: min(36%, 270px);
  margin: 0 auto 35px;
}
@media screen and (min-width: 969px) {
  #area .area_map {
    width: 158px;
  }
}
#area .area_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 71%;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  #area .area_list_wrap {
    justify-content: center;
    column-gap: 10px;
  }
}
#area .area_list_wrap .area_list {
  list-style: none;
  padding: 4px 0;
  color: #fff;
  background-color: #FF3B56;
  border-radius: 4px;
  width: 47%;
  font-weight: 600;
}
@media screen and (min-width: 969px) {
  #area .area_list_wrap .area_list {
    width: 21%;
  }
}
#area .area_list_wrap .area_list p {
  text-align: center;
}
#area .area_bottom_txt {
  margin: 30px 0 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  column-gap: 3vw;
}
#area .area_bottom_txt::before, #area .area_bottom_txt::after {
  content: "";
  width: 2px;
  height: 34px;
  background-color: #181818;
}
#area .area_bottom_txt::before {
  transform: rotate(-45deg);
}
#area .area_bottom_txt::after {
  transform: rotate(45deg);
}
#area .area_bottom_txt span {
  color: #181818;
  line-height: 1.5em;
  font-size: clamp(18px, 3vw, 23px);
  text-align: center;
}

#contact {
  text-align: center;
  padding: 50px 0;
}
#contact .content_inner {
  width: min(86%, 900px);
}
#contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#contact .contact_title {
  color: #FF2B00;
  font-weight: 600;
  width: 80%;
  margin: 0 auto 30px;
}
#contact .contact_title .main {
  font-size: clamp(22px, 3vw, 42px);
}
#contact .contact_title .main::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FF2B00;
  margin: 8px auto 2px;
}
#contact .contact_title .sub {
  text-transform: uppercase;
  font-size: clamp(14px, 3vw, 16px);
  letter-spacing: 0.14em;
}

.label_wrap > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.label_wrap > p .wpcf7-form-control-wrap {
  margin-right: 5px;
}
.label_wrap > p .wpcf7-form-control-wrap:not(:first-of-type) {
  margin-left: 10px;
}
.label_wrap > p .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: min(4vw, 20px);
}
.label_wrap > p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
  justify-content: start;
  margin-bottom: 5px;
}

.wpcf7 {
  margin: 0 auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.wpcf7 .wpcf7-response-output {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #FF9575;
  font-size: 13px;
}
.wpcf7 .form_row {
  margin-bottom: 20px;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_row {
    margin-bottom: 40px;
  }
}
.wpcf7 .form_row:last-child {
  margin-bottom: 0;
}
.wpcf7 .preview_none p:not(.note) {
  font-size: clamp(13px, 2vw, 15px);
  text-align: center;
  font-weight: 600;
}
.wpcf7 .form_btn_wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_btn_wrap {
    width: 280px;
  }
}
.wpcf7 .form_btn_wrap .wpcf7-spinner {
  display: none;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  background-color: #fff !important;
}
.wpcf7 .form_btn_wrap {
  position: relative;
}
.wpcf7 .form_btn_wrap .wpcf7-submit {
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.02em;
  background: #FF2B00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}
.wpcf7 .form_btn_wrap .wpcf7-submit:focus, .wpcf7 .form_btn_wrap .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    max-width: 30%;
  }
}
.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  position: static;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 500;
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
    font-size: 16px;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #C8C8C8;
}
.wpcf7 select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #181818;
  background: #fff;
  font-size: 16px;
}
.wpcf7 .required {
  background-color: #F48D84;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 2px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

.input_none {
  display: none;
  speak: normal;
}

.select .error {
  display: inline-block !important;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

.subpage {
  min-width: 320px;
}
.subpage .page_title {
  color: #FF2B00;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto 30px;
}
.subpage .page_title .main {
  font-size: clamp(22px, 3vw, 32px);
}
.subpage .page_title .main::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FF2B00;
  margin: 8px auto 2px;
}
.subpage .page_title .sub {
  text-transform: uppercase;
  font-size: clamp(14px, 3vw, 16px);
  letter-spacing: 0.14em;
}
.subpage .content_block {
  margin: 0 auto;
  padding: 30px 0 120px;
}
.subpage .content_block:not(:last-of-type) {
  padding-bottom: 50px;
}
@media screen and (min-width: 969px) {
  .subpage .content_block:not(:last-of-type) {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 969px) {
  .subpage .content_block {
    padding: 70px 0 220px;
  }
}
.subpage .content_block .content_inner {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subpage .content_block:not(:first-of-type), .subpage .content_block:not(:last-of-type) {
    margin-top: 50px;
  }
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}

.sec_title {
  font-weight: 500;
  margin: 0 auto 30px;
  text-align: left;
}
.sec_title span {
  font-size: clamp(18px, 3vw, 20px);
}
.sec_title span::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #FF2B00;
}
.sec_title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FF2B00;
  margin: 8px auto 2px;
}

.info_title_wrap .info_title_inner {
  margin: 0 auto;
  width: min(90%, 900px);
}
.info_title_wrap .info_title_inner .info_title {
  margin: 50px 0;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.6em;
}
@media screen and (min-width: 969px) {
  .info_title_wrap .info_title_inner .info_title {
    margin: 80px 0;
  }
}

article {
  position: relative;
}
.archive article {
  background-color: #B9B9B9;
}

.pg_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}
.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 20px;
  }
}
.pg_contents {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 0;
  }
}
.pg_contents .attachment-post-thumbnail {
  object-fit: cover;
  aspect-ratio: 220/125;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .pg_contents .attachment-post-thumbnail {
    margin-bottom: 20px;
  }
}
.pg_contents .attachment-post-thumbnail img {
  object-fit: cover;
  height: 100%;
}
.pg_contents .detail_btn {
  margin-top: 30px;
}

.posts_item_list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 969px) {
  .posts_item_list {
    row-gap: 50px;
  }
}
.posts_item {
  width: min(90%, 400px);
  margin: 0 auto 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 969px) {
  .posts_item {
    width: 100%;
  }
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_item a:hover .post_thumb {
  overflow: hidden;
}
.posts_item a:hover .post_thumb img {
  transform: scale(1.1);
  transition: all 0.8s;
}
.posts_item_inner {
  display: flex;
  column-gap: 20px;
  margin-bottom: 0;
  flex-direction: row;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .posts_item_inner {
    flex-direction: column;
  }
}
.posts_item_inner .post_thumb {
  width: 220px;
  aspect-ratio: 220/145;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .posts_item_inner .post_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
.posts_item_inner .post_thumb img {
  object-fit: cover;
  height: 100%;
}
.posts_item_inner .post_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.posts_item_inner .post_content time {
  display: block;
  margin-bottom: 10px;
}
.posts_item_inner .post_content h2 {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  flex: 1;
  line-height: 1.6em;
}
.posts_date {
  color: #181818;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  align-self: start;
  margin-top: 40px;
}
@media screen and (min-width: 969px) {
  .posts_date {
    font-size: 16px;
  }
}
.posts_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  flex: 1;
}
@media screen and (min-width: 969px) {
  .posts_title {
    font-size: 16px;
  }
}
.posts_cat span {
  border: 1px solid;
  color: #181818;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #181818;
  margin: 30px 0;
  text-align: left;
  line-height: 1.7em;
}
.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
}
.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}
.pg_single_contents .detail_btn_wrap {
  margin-top: 110px;
  text-align: center;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #181818;
}
.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}