@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Kameron:wght@400..700&display=swap");
body {
  min-width: 320px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  box-sizing: border-box;
  font-size: clamp(13px, 1.2vw, 16px);
  color: #1D1D1D;
  position: relative;
  letter-spacing: 0.05em;
}

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: 96px;
  }
}

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

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

.blog_content_block {
  width: min(80%, 1100px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
}
@media screen and (min-width: 969px) {
  .blog_content_block {
    padding: 0 0 180px;
  }
}

.content_inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 969px) {
  .content_inner {
    max-width: 1100px;
  }
}

.col2_wrap {
  display: flex;
  flex-direction: row;
  column-gap: min(6%, 80px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .col2_wrap {
    flex-direction: column;
  }
}
.col2_wrap .col2 {
  flex: 1;
  width: 100%;
}
.col2_wrap .col2.img {
  width: 100%;
  flex: inherit;
  order: -1;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .col2_wrap .col2.img {
    order: initial;
    margin-bottom: 0;
    width: min(48%, 570px);
  }
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2.img {
    width: min(48%, 570px);
    order: initial;
    margin-bottom: 0;
  }
}
.col2_wrap .col2 .content p:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2 .content p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.bg_gray {
  background-color: #F7F7F7;
}

*, ::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;
}
@media screen and (min-width: 969px) {
  header {
    height: 96px;
  }
}
header:not(.head_top) {
  background: rgba(255, 255, 255, 0.9);
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 3%;
  height: 100%;
}
@media screen and (min-width: 969px) {
  header .header_pc {
    padding: 0 0 0 2%;
    height: 100%;
  }
}
header .header_pc .header_item {
  display: none;
  align-items: stretch;
  justify-content: end;
  flex: 1;
  flex-direction: row;
  align-items: stretch;
  row-gap: 15px;
}
@media screen and (min-width: 969px) {
  header .header_pc .header_item {
    display: flex;
    height: 100%;
  }
}
header .header_pc .header_item .nav {
  flex: 1;
  align-self: center;
  padding-right: 20px;
}
header .header_pc .header_item .nav ul {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1;
  justify-content: end;
}
header .header_pc .header_item .nav ul > li {
  margin-right: 0;
  align-items: center;
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
}
header .header_pc .header_item .nav ul > li:not(:last-of-type) {
  border-right: 1px solid #1D1D1D;
}
header .header_pc .header_item .nav ul > li a {
  display: flex;
  color: #1D1D1D;
  font-weight: 500;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  flex-direction: column;
  row-gap: 8px;
}
header .header_cta {
  width: min(18vw, 240px);
  transition: all 0.5s;
  display: flex;
  font-size: clamp(12px, 1.4vw, 18px);
  justify-content: center;
  align-items: center;
  background: #5EB2FF;
  color: #fff;
  position: relative;
  cursor: pointer;
  height: 100%;
}
header .header_cta::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background-image: url(./assets/images/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 22px;
  aspect-ratio: 22/17;
}
header .header_cta:hover {
  color: #fff;
}
header .header_cta span {
  margin-right: -8%;
}
header .contact_area {
  display: flex;
  column-gap: 20px;
}
header .contact_area .contact_area_tel {
  display: flex;
  column-gap: 10px;
}
header .contact_area .contact_area_tel p {
  font-size: 12px;
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}
@media screen and (min-width: 969px) {
  #drawer {
    display: none;
  }
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer label.open {
  background-color: #5EB2FF;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 56px;
  height: 56px;
  transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 33%;
  width: 33%;
  border-bottom: 3px solid #fff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before {
  transform: translateY(-8px);
}
#drawer .open::after {
  transform: translateY(8px);
}
#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: 0.6s;
}
#drawer #navTgl:checked + .open {
  background-color: #5EB2FF;
}
#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 .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0;
  padding: 0;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 25px;
  margin: 110px 0 10px;
}
.sp_menu .header_nav_block .contact_area {
  flex-direction: column;
  margin-top: 30px;
  row-gap: 20px;
}
.sp_menu .header_nav_block .contact_area .contact_area_tel {
  flex-direction: column;
}
.sp_menu .header_nav_block .contact_area .contact_area_tel .tel_link {
  color: #5EB2FF;
  font-size: 22px;
}
.sp_menu .header_nav_block .contact_area .contact_area_tel .tel_link::before {
  background-image: url(./assets/images/common/ico_tel_g.svg);
}
.sp_menu .header_nav_block .contact_area .header_cta {
  width: 100%;
  height: 43px;
  background: #5EB2FF;
  color: #fff;
  font-size: 16px;
}
.sp_menu .header_nav_block .contact_area .header_cta::before {
  background-image: url(./assets/images/common/ico_mail.svg);
}
.sp_menu .header_nav_block .contact_area .header_cta:hover {
  color: #fff;
}
.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 {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
  padding: 0 5px 15px;
}
.sp_menu .header_nav_block ul li a {
  display: flex;
  color: #1D1D1D;
  font-weight: 500;
  transition: all 0.5s;
  justify-content: center;
  align-items: start;
  font-size: 14px;
  line-height: 1em;
  flex-direction: column;
  row-gap: 8px;
}

footer {
  background-color: #1D1D1D;
}
footer .footer_inner {
  padding: 50px 10% 30px;
  margin: 0 auto;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 969px) {
  footer .footer_inner {
    padding: 30px 2.5%;
    display: grid;
    row-gap: 0;
    justify-content: space-between;
  }
}
footer .footer_inner .logo {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo {
    margin: 0 0 50px;
    text-align: left;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
footer .footer_inner .logo img {
  width: min(80%, 220px);
}
footer .footer_inner p, footer .footer_inner a, footer .footer_inner dl {
  color: #fff;
}
footer .foot_nav {
  width: 100%;
}
@media screen and (min-width: 969px) {
  footer .foot_nav {
    display: block;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: stretch;
  }
}
footer .foot_nav .nav {
  height: 100%;
}
footer .foot_nav .nav ul {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul {
    flex-direction: row;
    width: auto;
    margin: 0;
    justify-content: end;
  }
}
footer .foot_nav .nav ul li {
  display: block;
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li {
    font-size: 14px;
    background-color: initial;
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li:not(:last-of-type) {
    border: 0;
    padding: 0;
  }
}
footer .foot_nav .nav ul li a {
  transition: all 0.5s;
  color: #1D1D1D;
  display: block;
  padding: 8px 0;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 0;
  }
}
footer .footer_info {
  font-size: 16px;
  grid-column: 1/2;
  grid-row: 2/2;
  width: 100%;
}
@media screen and (min-width: 969px) {
  footer .footer_info {
    width: auto;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
footer .footer_info .info_list {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
footer .footer_info .contact_list_tel {
  margin-bottom: 10px;
}
footer .footer_info .contact_list_tel .tel_link {
  font-size: 26px;
  justify-content: center;
}
@media screen and (min-width: 969px) {
  footer .footer_info .contact_list_tel .tel_link {
    justify-content: start;
  }
}
footer .footer_info .contact_list_tel .tel_link::before {
  background-image: url(./assets/images/common/ico_tel.svg);
}
footer .footer_info p {
  font-size: clamp(13px, 1vw, 14px);
}
@media screen and (max-width: 767px) {
  footer .footer_info p {
    text-align: center;
  }
}
footer .footer_info .loc_btn::after {
  content: "";
  background-image: url(./assets/images/common/ico_location_w.svg);
}
footer .copy {
  text-align: right;
  grid-column: 2/3;
  grid-row: 2/3;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding-bottom: 60px;
  font-family: "IBM Plex Sans JP", sans-serif;
  align-self: end;
}
@media screen and (min-width: 969px) {
  footer .copy {
    padding-bottom: 0;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 0;
  z-index: 9;
}
@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 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 969px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background: #5EB2FF;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block .contact_sp a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background-image: url(./assets/images/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 20px;
  aspect-ratio: 26/20;
}
.pagetop_block .contact_sp a span {
  margin-right: -8%;
}
.pagetop_block #pagetop {
  width: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.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;
  position: relative;
  color: #5EB2FF;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a {
    color: #fff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    background: #fff;
    background-image: url(./assets/images/common/ico_arrow_top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  }
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 1;
  content: "\e800";
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a::before {
    display: none;
  }
}
.pagetop_block #pagetop a span {
  display: block;
  line-height: 1em;
  font-family: "Kameron", serif;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a span {
    display: none;
  }
}

.logo a svg {
  width: min(70%, 140px);
}
@media screen and (min-width: 969px) {
  .logo a svg {
    width: 200px;
  }
}

.breadcrumb_block {
  width: min(90%, 1100px);
  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: #1D1D1D;
  font-size: 13px;
}
@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 {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
  color: #5EB2FF;
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.nav {
  align-self: center;
}
.nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 35px 0 0;
  list-style: none;
}
.nav ul li:not(:last-of-type) {
  margin-right: 0;
}
@media screen and (min-width: 969px) {
  .nav ul li:not(:last-of-type) {
    margin-right: 15px;
    border-right: #D7D7D7 1px solid;
    padding-right: 15px;
  }
}
.nav ul li a {
  display: flex;
  color: #1D1D1D;
  font-weight: 500;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  flex-direction: column;
}

.archive_btn_wrap {
  margin: 55px auto 0;
  text-align: center;
}

.archive_btn {
  content: "";
  transition: 0.5s;
  text-decoration: none;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
.archive_btn::after {
  content: "";
  width: clamp(14px, 1.5vw, 24px);
  aspect-ratio: 26/9;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(./assets/images/common/ico_arrow_g.svg);
  background-repeat: no-repeat;
}
.archive_btn span {
  font-weight: 600;
  color: #5EB2FF;
  font-size: clamp(15px, 2.6vw, 16px);
}

.detail_btn_wrap {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  width: 100%;
}
.detail_btn_wrap.center .detail_btn {
  margin: 0 auto;
}

.detail_btn {
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #5EB2FF;
  display: flex;
  padding: 12px 20px;
  column-gap: 15px;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 969px) {
  .detail_btn {
    padding: 9px 20px;
    width: min(100%, 400px);
  }
}
.detail_btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  background: url(./assets/images/common/ico_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 18px;
  aspect-ratio: 18/6;
}
.detail_btn span {
  color: #fff;
  font-size: clamp(15px, 2vw, 18px);
}

.loc_btn {
  display: inline-flex;
  margin-left: 1em;
  column-gap: 8px;
  align-items: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 11px;
}
.loc_btn::after {
  content: "";
  background-image: url(./assets/images/common/ico_location_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 11px;
  aspect-ratio: 15/21;
}

.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;
}

.form_item_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .form_item_button {
    margin-top: 24px;
  }
}
.form_item_button input {
  border: none;
  background: #F5F5F6;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form_item_button input {
    width: 110px;
  }
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

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;
  }
}

@media screen and (max-width: 767px) {
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
}
.card_item figure {
  margin: 0;
}
.card_item figure img {
  height: auto;
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 13px;
  margin-bottom: 1rem;
  line-height: 1.6em;
}
@media screen and (min-width: 969px) {
  .card_title {
    font-size: 15px;
  }
}

.card_text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .card_text {
    margin-bottom: 2rem;
  }
}

.blog_post_date {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 969px) {
  .blog_post_date {
    font-size: 15px;
  }
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #1D1D1D;
}
@media screen and (max-width: 767px) {
  .card_button a {
    width: 200px;
  }
}

.d_flex {
  display: flex;
}

.justify_center {
  justify-content: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.align_items_center {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sm_order1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .sm_order2 {
    order: 2;
    margin-top: 30px;
  }
}

.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: #2F3965;
  display: block;
}
.pagination .pagination__body li:last-child {
  margin-right: 0;
}
.pagination .pagination__body li.current {
  background-color: #2F3965;
  color: #fff;
}
.pagination .pagination__prev, .pagination .pagination__next {
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 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 {
  display: flex;
  letter-spacing: 0.05em;
  flex-direction: column;
  align-items: start;
  row-gap: 15px;
  border-bottom: 1px solid #949494;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 969px) {
  .sec_title {
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.sec_title .main {
  font-family: "Noto Serif JP", serif;
  color: #1D1D1D;
  font-weight: 600;
  font-size: clamp(17px, 2.2vw, 30px);
  display: block;
  line-height: 1.6em;
}
.sec_title .sub {
  font-size: clamp(13px, 3vw, 22px);
  font-family: "Alegreya", serif;
  display: flex;
  align-items: center;
  font-weight: 400;
  flex-direction: column;
  text-transform: uppercase;
  color: #5EB2FF;
  row-gap: 5px;
  letter-spacing: 0.1em;
}

.service_ttl {
  margin-bottom: 20px;
  font-size: clamp(16px, 2.2vw, 31px);
  line-height: 1.6em;
  display: flex;
  justify-content: center;
  align-items: start;
  column-gap: 20px;
  font-weight: 500;
  flex-direction: column;
}
@media screen and (min-width: 969px) {
  .service_ttl {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.service_ttl .sub {
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: clamp(12px, 1.2vw, 15px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  column-gap: 5px;
}
@media screen and (min-width: 969px) {
  .service_ttl .sub {
    column-gap: 10px;
  }
}
.service_ttl .sub::before {
  content: "";
  background-color: #5EB2FF;
  height: 1px;
  width: 30px;
}
@media screen and (min-width: 969px) {
  .service_ttl .sub::before {
    width: 90px;
  }
}
.service_ttl .sub .num {
  color: #5EB2FF;
}
.service_ttl .main {
  font-family: "Noto Serif JP", serif;
}

.para_ttl01 {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  row-gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 969px) {
  .para_ttl01 {
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.para_ttl01 span {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(17px, 3vw, 26px);
  color: #fff;
  padding: 5px 10px;
  background: #5EB2FF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .para_ttl01 span {
    padding: 5px 7px;
  }
}

.fill_title01 {
  display: flex;
  align-items: center;
  background: #538DC1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  row-gap: 20px;
  color: #fff;
  font-size: clamp(13px, 3vw, 17px);
  padding: 6px 10px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .fill_title01 {
    padding: 6px 7px;
  }
}
.fill_title01::before {
  content: "■";
  padding-right: 5px;
}

.fill_title02 {
  display: flex;
  align-items: center;
  background: #5EB2FF;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  color: #fff;
  font-size: clamp(17px, 3vw, 21px);
  padding: 5px 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .fill_title02 {
    padding: 2px 7px;
    margin-bottom: 30px;
  }
}

p {
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7em;
  margin: 0;
}

ol, ul {
  padding-left: 1em;
}
ol li, ul li {
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  ol li, ul li {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  ol li, ul li {
    font-size: 13px;
  }
}
ol li span, ul li span {
  vertical-align: bottom;
}

.tel_link {
  font-size: clamp(12px, 1.8vw, 26px);
  font-family: "IBM Plex Sans JP", sans-serif;
  display: flex;
  font-weight: 600;
  color: #fff;
  column-gap: 7px;
  align-items: center;
}
.tel_link:hover {
  color: #fff;
}
.tel_link::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_g.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 19px;
  aspect-ratio: 1/1;
}

.text_link {
  color: #1D1D1D;
  text-decoration: underline;
}

a {
  color: #1D1D1D;
}
a:hover {
  color: #1D1D1D;
}

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

.text_center {
  text-align: center;
}

.tax {
  font-size: clamp(8px, 1vw, 13px);
}

.fs13 {
  font-size: 13px;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

@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;
  }
}

/* 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;
}

.head_top .header_pc {
  background: rgba(255, 255, 255, 0);
  filter: drop-shadow(0px 0px 2px rgba(21, 21, 21, 0.3));
}
.head_top .header_pc .header_item .nav ul > li {
  transition: all 0.5s;
}
.head_top .header_pc .header_item .nav ul > li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.head_top .header_pc .header_item .nav ul > li a {
  color: #fff;
}
.head_top.scroll .header_pc {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 6px rgba(21, 21, 21, 0.1);
  filter: none;
}
.head_top.scroll .header_pc .logo path {
  fill: #282828;
}
.head_top.scroll .header_pc .header_item .nav ul > li:not(:last-of-type) {
  border-right: 1px solid #1D1D1D;
}
.head_top.scroll .header_pc .header_item .nav ul > li a {
  color: #1D1D1D;
}

main#toppage {
  padding: 0;
}

@keyframes fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main_visual {
  z-index: 2;
  width: 100%;
  background-color: #EFEFEF;
  /*.dots {
  	margin: 0;
  	.slick-dots {
  		position: relative;
  		text-align: left;
  		bottom: 0;
  		display: flex;
  		flex-direction: column;
  		row-gap: 10px;
  		@include mq(lg){row-gap: 20px;}
  		li {
  			height: 15px;
  			width: 15px;
  			margin: 0;
  			@include mq(lg) {
  				height: 20px;
  				width: 20px;
  			}
  			button {
  				color: transparent;
  				height: 12px;
  				width: 12px;
  				background-color: $white;
  				opacity: 1;
  				padding: 0;
  				border-radius: 50%;
  				border: 1px solid #569E5E;
  				transition: all .5s;

  				@include mq(lg) {
  					height: 20px;
  					width: 20px;
  				}

  				&::before {
  					content: none;
  				}
  			}

  			&.slick-active {
  				button {
  					background-color: #569E5E;
  				}
  			}
  		}
  	}
  }*/
}
.main_visual .main_visual_inner {
  position: relative;
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  display: flex;
  align-items: end;
  width: 96%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner {
    width: 92%;
  }
}
.main_visual .main_visual_inner #copy {
  margin: 0;
  z-index: 1;
  position: absolute;
  align-self: center;
  bottom: 40px;
  left: 3%;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner #copy {
    left: 4%;
  }
}
.main_visual .main_visual_inner #copy h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: start;
}
.main_visual .main_visual_inner #copy h1 .sub {
  font-family: "Alegreya", serif;
  color: #fff;
  font-weight: 400;
  font-size: clamp(16px, 2.6vw, 34px);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.main_visual .main_visual_inner #copy h1 .main {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: clamp(18px, 2.6vw, 33px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner #copy h1 .main {
    row-gap: 10px;
  }
}
.main_visual .main_visual_inner #copy h1 .main span {
  letter-spacing: 0.16em;
  color: #1D1D1D;
  padding: 8px 0 10px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner #copy h1 .main span {
    padding: 6px 0 6px 14px;
  }
}
.main_visual .mv_slider {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  max-height: 750px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_slider {
    height: min(70vh, 450px);
    width: 100%;
  }
}
@media screen and (min-width: 969px) {
  .main_visual .mv_slider {
    aspect-ratio: 1200/640;
  }
}
.main_visual .mv_slider img {
  object-fit: cover;
  height: 100%;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_slider img {
    height: min(70vh, 450px);
  }
}

#top_about {
  padding: 110px 0 130px;
  background-color: #EFEFEF;
  background-image: url(./assets/images/top/about_bg.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #top_about {
    padding: 40px 0 60px;
    background-image: url(./assets/images/top/about_bg_sp.png);
  }
}
#top_about .col2_wrap {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  #top_about .col2_wrap {
    width: min(92%, 1400px);
  }
}
#top_about .col2_wrap .img {
  order: initial;
  position: relative;
  aspect-ratio: 620/520;
  width: min(56%, 960px);
}
@media screen and (max-width: 767px) {
  #top_about .col2_wrap .img {
    margin-bottom: 0;
    margin-top: 30px;
    width: 100%;
  }
}
#top_about .col2_wrap .img img {
  object-fit: cover;
}

#top_service {
  padding: 40px 0 60px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #EFEFEF 50%, #EFEFEF 100%);
}
@media screen and (min-width: 969px) {
  #top_service {
    padding: 110px 0 130px;
  }
}
#top_service .sec_title {
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #top_service .sec_title {
    margin-bottom: 50px;
  }
}
#top_service .sec_title .main {
  font-size: clamp(17px, 2.5vw, 35px);
}
#top_service .content_inner {
  width: 84%;
}
@media screen and (max-width: 767px) {
  #top_service .content_inner {
    width: 84%;
  }
}
#top_service .col2_wrap {
  align-items: start;
}
@media screen and (max-width: 767px) {
  #top_service .service_col:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#top_service .service_col .service_col_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top_service .service_col .service_col_img {
    margin-bottom: 20px;
  }
}

.news_block {
  padding: 40px 0 60px;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  background: #CED6E5;
}
@media screen and (min-width: 969px) {
  .news_block {
    padding: 110px 0 130px;
  }
}
.news_block .news_block_inner {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  column-gap: 4%;
  flex-direction: column;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner {
    width: min(92%, 1000px);
    flex-direction: row;
  }
}
.news_block .news_block_inner .news_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner .news_title_wrap {
    width: 15%;
    flex-direction: column;
    margin-bottom: 0;
    align-items: stretch;
  }
}
.news_block .news_block_inner .news_title_wrap .sec_title {
  margin: 0;
  border: none;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner .news_title_wrap .sec_title {
    margin-bottom: 20px;
  }
}
.news_block .news_block_inner .news_title_wrap .sec_title .sub {
  font-size: clamp(18px, 3vw, 22px);
  color: #1D1D1D;
  letter-spacing: 0.4em;
}
.news_block .news_block_inner .news_title_wrap .archive_btn {
  justify-content: start;
}
.news_block .news_block_inner .news_list_wrap {
  flex: 1;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 30px;
}
.news_block .news_block_inner .news_list_wrap .news_list .no_post {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list_wrap .news_list .no_post {
    padding: 20px 0 20px;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list a {
  color: #1D1D1D;
  padding-bottom: 15px;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #949494;
}
.news_block .news_block_inner .news_list_wrap .news_list a:not(:first-of-type) {
  padding-top: 15px;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner .news_list_wrap .news_list a {
    font-size: 16px;
    padding: 0 0 20px;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list a:hover {
  color: #1D1D1D;
  opacity: 0.8;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl {
  margin: 0;
  column-gap: 30px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list_wrap .news_list a dl {
    flex-direction: column;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list a dl:hover::after {
  opacity: 0.8;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl:not(:last-of-type) {
  padding: 0 10px 10px;
  margin: 0;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner .news_list_wrap .news_list a dl:not(:last-of-type) {
    padding: 0 10px 20px;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list a dl dt,
.news_block .news_block_inner .news_list_wrap .news_list a dl dd {
  font-weight: 500;
  margin: 0;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl dt {
  margin-bottom: 5px;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl dd {
  flex: 1;
}
.news_block .news_block_inner .detail_btn {
  margin-top: 20px;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner .detail_btn {
    margin-top: 0;
  }
}

#top_contact {
  background-image: url(./assets/images/top/contact_bg.jpg);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 60px 0 70px;
}
@media screen and (min-width: 969px) {
  #top_contact {
    padding: 100px 0px;
  }
}
#top_contact .content_inner {
  text-align: center;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  #top_contact .content_inner {
    width: 90%;
  }
}
#top_contact .content_inner .sec_title {
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
  border: none;
  padding: 0;
}
#top_contact .content_inner .sec_title .sub {
  font-size: clamp(16px, 2vw, 35px);
  color: #fff;
}
#top_contact .content_inner p {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 16px);
}
#top_contact .content_inner .contact_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 969px) {
  #top_contact .content_inner .contact_list_wrap {
    flex-direction: row;
    align-items: center;
  }
}
#top_contact .content_inner .contact_list_wrap .contact_list {
  position: relative;
}
@media screen and (min-width: 969px) {
  #top_contact .content_inner .contact_list_wrap .contact_list {
    width: 50%;
  }
}
#top_contact .content_inner .contact_list_wrap .contact_list:first-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 969px) {
  #top_contact .content_inner .contact_list_wrap .contact_list:first-of-type {
    padding-right: 2%;
    margin-right: 2%;
    margin-bottom: 0;
    width: 52%;
  }
}
@media screen and (min-width: 969px) {
  #top_contact .content_inner .contact_list_wrap .contact_list:first-of-type::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
#top_contact .content_inner .contact_list_wrap .contact_list .contact_list_tel {
  flex-direction: column;
}
#top_contact .content_inner .contact_list_wrap .contact_list .contact_list_tel .tel_link {
  justify-content: center;
  font-size: clamp(28px, 3vw, 43px);
  letter-spacing: 0em;
}
#top_contact .content_inner .contact_list_wrap .contact_list .contact_list_tel .tel_link::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: clamp(20px, 3vw, 31px);
  aspect-ratio: 1/1;
}
#top_contact .content_inner .contact_list_wrap .contact_list .detail_btn {
  width: 80%;
  margin: 0 auto;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D1D1D;
}
@media screen and (max-width: 767px) {
  #top_contact .content_inner .contact_list_wrap .contact_list .detail_btn {
    width: 90%;
  }
}
#top_contact .content_inner .contact_list_wrap .contact_list .detail_btn:after {
  content: none;
}
#top_contact .content_inner .contact_list_wrap .contact_list .detail_btn::before {
  content: "";
  background-image: url(./assets/images/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 31px;
  aspect-ratio: 38/30;
}
#top_contact .content_inner .contact_list_wrap .contact_list .detail_btn span {
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1em;
}

@keyframes fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.subpage {
  min-width: 320px;
  background-color: #EFEFEF;
}
.subpage .mv {
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .subpage .mv {
    height: 170px;
  }
}
.subpage .mv img {
  object-fit: cover;
  height: 100%;
  object-position: top center;
}
.subpage .sec_title {
  align-items: center;
}
.subpage .content_block {
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .subpage .content_block {
    padding: 140px 0 0;
  }
}
.subpage .content_block:first-of-type {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .subpage .content_block:first-of-type {
    padding: 50px 0 60px;
  }
}
.subpage .content_block:last-of-type {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .subpage .content_block:last-of-type {
    padding: 50px 0 60px;
  }
}
.subpage .content_block .content_inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subpage .col2_wrap .col2:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .subpage .col2_wrap .col2:first-of-type {
    margin-bottom: 30px;
  }
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}
.subpage .note_wrap {
  padding: 0;
  margin-top: 10px;
}
.subpage .note {
  line-height: 1.8em;
}
.subpage .note::before {
  line-height: 1.8em;
}
.subpage .note span {
  line-height: 1.8em;
}
.subpage sup {
  font-size: 0.8em;
  vertical-align: text-bottom;
}
.subpage .archive_btn_wrap .archive_btn {
  min-width: 280px;
  margin: 0 auto;
}

.info_title_wrap {
  background-color: #d8e2ee;
}
.info_title_wrap .info_title_inner {
  width: min(90%, 1100px);
  margin: 0 auto;
  padding: 15px 0;
}
.info_title_wrap .info_title_inner .page_title, .info_title_wrap .info_title_inner .info_title {
  text-align: center;
  margin: 0;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .info_title_wrap .info_title_inner .page_title, .info_title_wrap .info_title_inner .info_title {
    min-height: 160px;
  }
}
.info_title_wrap .info_title_inner .page_title span, .info_title_wrap .info_title_inner .info_title span {
  margin: 0 auto;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.6em;
  text-align: left;
}

#page_about .content_wrap dl {
  display: flex;
  align-items: stretch;
  margin: 0 0 2px;
  position: relative;
  font-weight: 500;
}
#page_about .content_wrap dl dt {
  font-weight: 400;
  padding: 15px 1em;
  background: #5EB2FF;
  color: #fff;
  text-align-last: justify;
  width: 11.5em;
}
@media screen and (max-width: 767px) {
  #page_about .content_wrap dl dt {
    width: 7.5em;
  }
}
#page_about .content_wrap dl dd {
  background: #F7F7F7;
  flex: 1;
  padding: 15px 1em;
  font-weight: 400;
  margin: 0;
}
#page_about .content_wrap dl dd p {
  text-align: left;
}
#page_about .content_wrap dl dd p:not(:first-of-type) {
  margin-top: 8px;
}
#page_about .content_wrap dl dd .loc_btn {
  color: #5EB2FF;
}
#page_about .content_wrap dl dd .ico {
  display: inline-block;
  width: 80px;
  margin-left: 10px;
}
#page_about .content_wrap dl dd ul {
  list-style: none;
  padding: 0;
}
#page_about .content_wrap dl dd ul li {
  text-indent: -0.8em;
  margin-left: 1em;
}
#page_about .content_wrap dl dd ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#page_about .content_wrap dl dd ul li::before {
  content: "・";
  font-size: 0.8em;
}
#page_about .content_wrap.white dl dd {
  background: #fff;
}
#page_about .gmap {
  height: 300px;
}
@media screen and (min-width: 969px) {
  #page_about .gmap {
    height: 360px;
  }
}
#page_about .col2_wrap:not(:first-of-type) {
  margin-top: 50px;
}
#page_about .col2_wrap .img {
  order: 0;
}
@media screen and (max-width: 767px) {
  #page_about .col2_wrap .img {
    margin-top: 20px;
  }
}

#page_service .col2_wrap {
  align-items: start;
}
#page_service .service_ttl {
  flex-direction: column;
}
#page_service .service_ttl .sub::before {
  width: min(20vw, 300px);
}
#page_service .case_list_wrap {
  margin-top: 50px;
}
#page_service .case_list_wrap .col2_wrap {
  flex-wrap: wrap;
  row-gap: 30px;
}
#page_service .case_list_wrap .case_list {
  width: 47%;
  flex: initial;
  padding-bottom: 30px;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
  #page_service .case_list_wrap .case_list {
    width: 100%;
  }
}
#page_service .case_list_wrap .case_list .case_img {
  border: 1px solid #AAA;
  margin-bottom: 20px;
}
#page_service .case_list_wrap .case_list .reform_case_img_wrap {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#page_service .case_list_wrap .case_list .reform_case_img_wrap .arrow {
  width: 2vw;
}
#page_service .case_list_wrap .case_list .case_content_wrap {
  display: flex;
  row-gap: 3px;
  flex-direction: column;
}
#page_service .case_list_wrap .case_list .case_content_wrap .case_content {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  column-gap: 3px;
}
#page_service .case_list_wrap .case_list .case_content_wrap .case_content dt, #page_service .case_list_wrap .case_list .case_content_wrap .case_content dd {
  padding: 5px 8px;
  font-size: 11px;
}
@media screen and (min-width: 969px) {
  #page_service .case_list_wrap .case_list .case_content_wrap .case_content dt, #page_service .case_list_wrap .case_list .case_content_wrap .case_content dd {
    font-size: 15px;
  }
}
#page_service .case_list_wrap .case_list .case_content_wrap .case_content dt {
  color: #fff;
  background-color: #414141;
  min-width: 9em;
}
#page_service .case_list_wrap .case_list .case_content_wrap .case_content dd {
  margin: 0;
  flex: 1;
  background-color: #C1C1C1;
}

#page_contact .form_wrap {
  padding: 30px 6%;
  background-color: #F7F7F7;
  width: min(900px, 100%);
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  #page_contact .form_wrap {
    padding: 50px;
  }
}

.wpcf7 {
  margin: 0 auto;
  width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #949494 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #949494;
  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;
}
.wpcf7 .form_btn_wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_btn_wrap {
    width: 280px;
  }
}
@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: clamp(15px, 2vw, 22px);
  letter-spacing: 0.02em;
  display: inline-block;
  background: #5EB2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  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;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
}
.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: #AAAAAA;
}
.wpcf7 select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #1D1D1D;
  background: #fff;
  font-size: 16px;
}
.wpcf7 .required {
  color: #fff;
  margin-left: 10px;
  background-color: #5EB2FF;
  font-size: 12px;
  padding: 2px 6px;
  line-height: 100%;
  border-radius: 2px;
}
.wpcf7 .input_long {
  width: 100%;
}

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

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

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

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

.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: #1D1D1D;
  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;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  aspect-ratio: 220/145;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pg_contents .attachment-post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pg_contents .attachment-post-thumbnail img {
  object-fit: cover;
  height: 100%;
}
.pg_contents .archive_btn {
  margin-top: 30px;
}

.posts_item_list {
  display: flex;
  flex-wrap: wrap;
}
.posts_item_list .posts_item {
  width: 100%;
}
.posts_item_list .posts_item a {
  display: block;
}
.posts_item {
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.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: 0;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .posts_item_inner {
    flex-direction: column;
  }
}
.posts_item_inner .post_thumb {
  width: min(20vw, 380px);
  aspect-ratio: 220/145;
  border: 1px solid #AAAAAA;
  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;
  margin: 0;
}
.posts_item_inner .post_content .post_content_ttl {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
  color: #949494;
  border-bottom: 1px solid #949494;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_item_inner .post_content time {
  display: block;
  margin-bottom: 10px;
}
.posts_date {
  color: #1D1D1D;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  align-self: start;
}
@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: #1D1D1D;
  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: #1D1D1D;
  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: #1D1D1D;
  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 #2F3965;
}
.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;
  }
}