@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: #212121;
  position: relative;
  letter-spacing: 0.03em;
  font-size: clamp(13px, 1.2vw, 18px);
}

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;
  position: relative;
}

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

.blog_content_block {
  width: min(86%, 1080px);
  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%, 1080px);
  }
}

.col2_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 2em;
}
@media screen and (min-width: 969px) {
  .col2_wrap {
    flex-direction: row;
  }
}
.col2_wrap .col2_item {
  width: 100%;
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2_item {
    width: 47%;
  }
}
.col2_wrap .col2_item.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2_item.content {
    row-gap: 10px;
  }
}
.col2_wrap .col2_item.img {
  width: 93vw;
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2_item.img {
    width: 47%;
    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: relative;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 969px) {
  header {
    height: 96px;
  }
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 3vw;
}
@media screen and (min-width: 969px) {
  header .header_pc {
    padding: 0 0 0 2vw;
  }
}
header .header_pc .logo {
  position: absolute;
  top: 0;
  left: 4vw;
}
header .header_pc .header_item {
  display: none;
  align-items: center;
  justify-content: end;
  flex: 1;
  height: 100%;
}
@media screen and (min-width: 969px) {
  header .header_pc .header_item {
    display: flex;
  }
}
header .header_pc .header_item .nav {
  align-self: center;
  flex: 1;
}
header .header_pc .header_item .nav ul {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0 min(5vw, 40px) 0 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;
  column-gap: 1vw;
}
header .header_pc .header_item .nav ul > li:not(:last-of-type) {
  padding-right: min(5vw, 20px);
}
header .header_pc .header_item .nav ul > li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #AEAEAE;
}
header .header_pc .header_item .nav ul > li a {
  display: flex;
  color: #212121;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1em;
}

.head_cta {
  height: 100%;
}
.head_cta a {
  height: 100%;
  display: flex;
  align-items: center;
}
.head_cta a:hover {
  color: #fff;
}
.head_cta a span:first-of-type {
  display: flex;
  align-items: center;
  column-gap: min(2vw, 8px);
  font-weight: 700;
  font-size: clamp(14px, 2vw, 19px);
  /*&::before{
  	content: "";
  	width: min(1.2em, 27px);
  	aspect-ratio: 9 / 7;
  	background-image: url("./assets/images/common/ico_mail_w.svg");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  }*/
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}
@media screen and (min-width: 969px) {
  #drawer {
    display: none;
  }
}
#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: #315CBB;
  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 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: 27px;
  right: 28%;
  width: 46%;
  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: 280px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  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: 500;
  font-size: 14px;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0 0 30px;
  padding: 0;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 35px;
  margin: 120px 0 10px;
}
.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: 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: 500;
  font-size: clamp(13px, 1vw, 14px);
}

footer {
  background: #2C4A8C;
}
footer .footer_inner {
  color: #fff;
  padding: 0 4% 80px;
  display: flex;
  column-gap: 80px;
  flex-direction: column;
  column-gap: 0;
}
@media screen and (min-width: 969px) {
  footer .footer_inner {
    padding: 0 3% 40px;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
}
footer .footer_inner .logo_wrap {
  margin: 0 0 40px;
  display: grid;
  grid-template-areas: "logo logo" "tel tel" "loc loc" "copy copy" "btn btn";
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap {
    margin: 0;
    display: block;
  }
}
footer .footer_inner .logo_wrap .logo {
  grid-area: logo;
  margin: 0 0 10px;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .logo {
    margin: 0 0 30px;
  }
}
footer .footer_inner .logo_wrap p {
  font-size: clamp(12px, 1.2vw, 16px);
}
footer .footer_inner .logo_wrap .tel {
  grid-area: tel;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 10px;
  column-gap: 1em;
}
footer .footer_inner .logo_wrap .tel a {
  font-weight: 600;
  font-size: clamp(20px, 2vw, 25px);
  display: inline-flex;
  align-items: center;
  color: #fff;
  column-gap: 5px;
}
footer .footer_inner .logo_wrap .tel a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_w.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  aspect-ratio: 1/0.959;
  width: min(7vw, 30px);
  display: block;
}
footer .footer_inner .logo_wrap .tel span {
  line-height: 1em;
}
footer .footer_inner .logo_wrap .loc {
  grid-area: loc;
  text-align: left;
}
footer .footer_inner .logo_wrap .loc a {
  display: inline-block;
  margin-top: 0.5em;
  color: #fff;
}
footer .footer_inner .logo_wrap .loc a::after {
  content: "";
  background-image: url(./assets/images/common/ico_loc_w.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  aspect-ratio: 1/1.333;
  width: 12px;
  margin-left: 0.5em;
  display: inline-block;
}
footer .footer_inner .logo_wrap .loc span {
  line-height: 1em;
}
footer .footer_inner .logo_wrap .detail_btn_wrap {
  grid-area: btn;
}
footer .footer_inner .logo_wrap .copy {
  grid-area: copy;
  display: block;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .copy {
    display: none;
  }
}
footer .copy {
  margin-top: 1em;
  font-size: clamp(12px, 1vw, 14px);
}
footer .foot_nav {
  flex-direction: column;
  flex: 1;
  align-items: end;
  justify-content: space-between;
}
@media screen and (min-width: 969px) {
  footer .foot_nav {
    display: flex;
    padding-top: 40px;
  }
}
footer .foot_nav .foot_sns_area {
  display: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .foot_sns_area {
    display: flex;
  }
}
footer .foot_nav .copy {
  display: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .copy {
    display: block;
  }
}
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: 969px) {
  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.2em;
  font-size: 15px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 969px) {
  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(12px, 1vw, 15px);
  display: block;
  color: #2C4A8C;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a {
    text-align: left;
    color: #fff;
    font-weight: 500;
  }
}

.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 {
  background: #315CBB;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
  /*&::before{
  	content: "";
  	width: 25px;
  	aspect-ratio: 1 / 0.959;
  	background-image: url("./assets/images/common/ico_tel_w.svg");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 100% auto;
  }*/
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block .contact_sp a span {
  letter-spacing: 0.09em;
  font-size: 18px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
.pagetop_block #pagetop {
  width: 68px;
  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;
  color: #2C4A8C;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a {
    border-radius: 50%;
    width: 58px;
    aspect-ratio: 1/1;
    background: #2C4A8C url(./assets/images/common/ico_arrow_top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 40%;
  }
}
.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-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a span {
    display: none;
  }
}

.logo {
  display: block;
  background-color: #fff;
  width: min(20vw, 146px);
  padding: 0.8em 2vw 1em;
}
@media screen and (min-width: 969px) {
  .logo {
    padding: 1.5em 1vw 1.8em;
  }
}

.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: #212121;
  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: #212121;
  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;
  }
}

.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: #212121;
  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: flex;
  flex-direction: column;
  background-color: #2C4A8C;
  row-gap: 0.15em;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 4vw, 28px);
  padding: 0.5em 2vw 0.3em;
  transition: all 0.3s;
}
@media screen and (min-width: 969px) {
  .cta_btn a {
    font-size: clamp(20px, 4vw, 28px);
  }
}

.archive_btn_wrap {
  display: flex;
  margin-top: 30px;
  justify-content: start;
}
.archive_btn_wrap.center .archive_btn {
  margin: 0 auto;
}

.archive_btn {
  margin: 0;
  transition: 0.5s;
  text-decoration: none;
  display: flex;
  column-gap: 7px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 969px) {
  .archive_btn {
    column-gap: 15px;
  }
}
.archive_btn span {
  color: #2C4A8C;
  font-size: clamp(12px, 1.6vw, 16px);
  flex: 1;
}
.archive_btn::after {
  content: "";
  width: 23px;
  background-image: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center left 56%;
  background-size: auto 44%;
  aspect-ratio: 1/1;
  background-color: #2C4A8C;
  border-radius: 9999px;
}

.detail_btn_wrap {
  display: flex;
  margin-top: 3em;
  justify-content: start;
}
.detail_btn_wrap.center .detail_btn {
  margin: 0 auto;
}

.detail_btn {
  margin: 0;
  transition: 0.5s;
  text-decoration: none;
  display: flex;
  column-gap: 7px;
  justify-content: center;
  align-items: center;
  border: 1px solid #2C4A8C;
  border-radius: 50px;
  background-color: #fff;
  width: clamp(220px, 26vw, 400px);
  padding: 0.6em;
}
@media screen and (min-width: 969px) {
  .detail_btn {
    column-gap: 15px;
  }
}
.detail_btn span {
  color: #2C4A8C;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 24px);
  flex: 1;
  padding-left: 1.5em;
  text-align: center;
}
.detail_btn::after {
  content: "";
  width: 23px;
  background-image: url(./assets/images/common/ico_arrow_b.svg);
  background-repeat: no-repeat;
  background-position: top 53% left 60%;
  background-size: auto 56%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #2C4A8C;
}

.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: #212121 !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;
}

.section_title {
  margin: 0px 0 2em;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  row-gap: 13px;
}
@media screen and (min-width: 969px) {
  .section_title {
    row-gap: 20px;
  }
}
.section_title .sub {
  color: #212121;
  font-weight: 500;
  line-height: 1em;
  font-size: clamp(12px, 2vw, 24px);
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: row;
  justify-content: start;
  column-gap: 0.5em;
  align-items: center;
}
.section_title .sub:before {
  content: "";
  width: min(2em, 40px);
  height: 1px;
  background-color: #212121;
}
.section_title .main {
  font-size: clamp(30px, 7vw, 87px);
  line-height: 1em;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
  color: #315CBB;
  text-transform: capitalize;
}
.section_title.center {
  align-items: center;
}
.section_title.center .sub:after {
  content: "";
  width: min(2em, 40px);
  height: 1px;
  background-color: #212121;
}

.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 #2C4A8C;
}
.sec_title02::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #2C4A8C;
}

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

ol, ul {
  text-align: left;
}

a {
  color: #212121;
}
a:hover {
  color: rgb(7.5, 7.5, 7.5);
}

.bg_blue {
  background-color: #315CBB;
  color: #fff;
  padding: 0.3em 0.4em;
  margin: 0 0.2em;
}

.bg_navy {
  background-color: #2C4A8C;
  color: #fff;
  padding: 0.3em 0.4em;
  margin: 0 0.2em;
}

.text_center {
  text-align: center;
}

.note {
  display: flex;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.7em;
}
.note::before {
  content: "※";
  line-height: 1.7em;
  padding-right: 0.2em;
  font-size: clamp(11px, 1.2vw, 13px);
}
.note span {
  flex: 1;
  line-height: 1.7em;
}
.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 {
  width: 96vw;
  position: relative;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 0.5em;
  margin: 0.5em auto 0;
}
@media screen and (min-width: 969px) {
  .main_visual {
    margin: 2em auto 0;
  }
}
.main_visual .main_visual_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.6));
}
.main_visual .main_visual_inner #hero_copy {
  margin: 0;
  font-weight: 600;
  line-height: 1.7em;
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
  justify-content: center;
  align-items: start;
}
.main_visual .main_visual_inner #hero_copy span {
  color: #fff;
  font-size: clamp(18px, 4vw, 42px);
  background-color: #2C4A8C;
  padding: 0.6em 0 0.5em 0.5em;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
.main_visual .main_visual_inner p {
  margin-top: 1em;
  font-size: clamp(12px, 3vw, 19px);
  color: #2C4A8C;
  display: inline-block;
  font-weight: 600;
}
.main_visual #slider .slider_item {
  height: 100%;
}
.main_visual #slider .slider_item img {
  height: 100%;
  object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#about {
  transition: all 0.5s;
  text-align: center;
  padding: 60px 0 70px;
}
@media screen and (min-width: 969px) {
  #about {
    padding: 100px 0px 120px;
  }
}
#about .section_title {
  margin: 0 7vw 20px;
}
#about .section_title .main {
  font-size: clamp(40px, 7vw, 117px);
}
#about p {
  font-size: clamp(13px, 1.6vw, 18px);
}
#about .col2_wrap:first-of-type {
  margin-bottom: 5em;
}
#about .col2_wrap:first-of-type .col2_item.img {
  align-self: end;
  border-radius: 4em 0 0 4em;
}
#about .col2_wrap:last-of-type .col2_item.img {
  align-self: start;
  border-radius: 0 4em 4em 0;
}
#about .col2_wrap .col2_item:not(.img) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1em;
  padding: 0 7vw;
  order: -1;
}
@media screen and (min-width: 969px) {
  #about .col2_wrap .col2_item:not(.img) {
    order: inherit;
  }
}
#about .col2_wrap .col2_item.img {
  overflow: hidden;
}
@media screen and (min-width: 969px) {
  #about .col2_wrap .col2_item.img {
    order: inherit;
    margin-top: 0;
  }
}

#point {
  background-color: #D0DFEB;
  padding: 0 0 4em;
}
#point .content_inner {
  position: relative;
  text-align: center;
  padding: 4em 0 0;
}
#point .content_inner .point_title {
  color: #13295A;
  font-weight: 600;
  letter-spacing: 0.4em;
  font-size: clamp(20px, 2vw, 28px);
  padding-bottom: 0.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #13295A;
}
#point .content_inner p {
  font-size: clamp(12px, 1.6vw, 18px);
}
#point .point_list_wrap {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 6%;
  row-gap: 2em;
}
@media screen and (max-width: 767px) {
  #point .point_list_wrap {
    justify-content: start;
  }
}
#point .point_list_wrap .point_list_item {
  width: min(47%, 230px);
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  text-align: center;
  color: #13295A;
}
@media screen and (min-width: 969px) {
  #point .point_list_wrap .point_list_item {
    width: 30%;
  }
}
#point .point_list_wrap .point_list_item img {
  width: 60%;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 969px) {
  #point .point_list_wrap .point_list_item img {
    width: 50%;
  }
}
#point .point_list_wrap .point_list_item h3 {
  font-size: clamp(13px, 2vw, 22px);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  border-bottom: 1px solid #13295A;
}
#point .point_list_wrap .point_list_item p {
  text-align: left;
}
@media screen and (min-width: 969px) {
  #point .point_list_wrap .point_list_item p {
    text-align: center;
  }
}

#contact {
  padding: 0;
  position: relative;
  background: linear-gradient(to bottom, #D0DFEB 0%, #D0DFEB 50%, #F8F8F8 50%, #F8F8F8 100%);
}
#contact .content_inner {
  width: min(96%, 1300px);
  padding: 3em 8vw;
  background-image: url(./assets/images/top/contact_bg_sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4em 0;
}
@media screen and (min-width: 969px) {
  #contact .content_inner {
    padding: 3em 3vw;
    border-radius: 7em 0;
    background-image: url(./assets/images/top/contact_bg.jpg);
  }
}
#contact .content_inner .section_title {
  margin-bottom: 1em;
}
#contact .content_inner .section_title .sub {
  color: #fff;
}
#contact .content_inner .section_title .sub::before {
  background-color: #fff;
}
#contact .content_inner .section_title .main {
  color: #fff;
}
#contact .content_inner p {
  color: #fff;
  font-size: clamp(13px, 1.6vw, 18px);
}
#contact .content_inner .contact_list {
  display: flex;
  justify-content: start;
  list-style: none;
  padding: 0;
  margin: 2em 0 0;
  column-gap: 2em;
  flex-direction: column;
  align-items: start;
  row-gap: 1em;
}
@media screen and (min-width: 969px) {
  #contact .content_inner .contact_list {
    flex-direction: row;
    align-items: center;
  }
}
#contact .tel {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 10px;
  column-gap: 1em;
  align-items: start;
}
#contact .tel a {
  font-size: clamp(22px, 2.4vw, 46px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  column-gap: 5px;
}
#contact .tel a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_w.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  aspect-ratio: 1/0.959;
  width: clamp(22px, 2.4vw, 37px);
  display: block;
}
#contact .tel span {
  font-size: clamp(13px, 1.6vw, 18px);
}

.news_block {
  background: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 969px) {
  .news_block {
    padding: 70px 0;
  }
}
.news_block .news_block_inner {
  width: min(86%, 1300px);
  margin: 0 auto;
}
.news_block .news_block_inner .news_block_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 0;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner .news_block_head {
    margin-bottom: 40px;
  }
}
.news_block .news_block_inner .news_block_head .detail_btn_wrap {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.news_block .news_block_inner .news_block_head .detail_btn_wrap .detail_btn span {
  font-size: clamp(12px, 1.1vw, 15px);
}
.news_block .news_block_inner .news_block_head .section_title {
  align-items: start;
  margin: 0px 0 50px;
}
.news_block .news_block_inner .news_list_wrap {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  color: #212121;
  flex-direction: column;
  align-items: stretch;
}
.news_block .news_block_inner .news_list_wrap .news_list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: row;
  column-gap: min(3%, 30px);
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list_wrap .news_list {
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list a {
  width: min(80%, 300px);
  display: block;
  transition: all 0.5s;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner .news_list_wrap .news_list a {
    width: 330px;
    margin-right: 30px;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list a:hover .post_thumb img {
  transform: scale(1.1);
  transition: all 0.8s;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl .post_thumb {
  overflow: hidden;
  aspect-ratio: 350/240;
  margin-bottom: 20px;
  border: 1px solid #7D7D7D;
  border-radius: 4px;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl .post_thumb img {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
  height: 100%;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl .post_content {
  position: relative;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl .post_content .date {
  font-size: clamp(13px, 1.5vw, 15px);
  display: block;
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 600;
  display: block;
}
.news_block .news_block_inner .news_list_wrap .news_list a dl .post_content .ttl {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.6em;
  font-weight: 500;
}

#service {
  background-color: #F8F8F8;
}
#service .detail_btn {
  border: 1px solid #315CBB;
  background-color: #315CBB;
}
#service .detail_btn span {
  color: #fff;
}
#service .detail_btn::after {
  background-color: #fff;
  border: 1px solid #315CBB;
}
#service .section_title {
  margin: 0px 0 2em;
  grid-area: ttl;
}
#service .service_item_wrap {
  display: grid;
  grid-template-areas: "item1 item1" "item2 item3";
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  #service .service_item_wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3";
  }
}
#service .service_item_wrap .service_item {
  list-style: none;
  border-radius: 10px;
  background-color: #fff;
  padding: 2em 2.5vw;
}
#service .service_item_wrap .service_item.item1 {
  grid-area: item1;
}
#service .service_item_wrap .service_item.item2 {
  grid-area: item2;
}
#service .service_item_wrap .service_item.item3 {
  grid-area: item3;
}
#service .service_item_wrap .service_item h3 {
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #2C4A8C;
}
#service .service_item_wrap .service_item h3 .bg_navy {
  font-size: 0.8em;
  border-radius: 2px;
  margin-left: 0.5em;
}
#service .service_item_wrap .service_item > p {
  color: #2C4A8C;
  text-align: center;
  margin: 1em 0 1.5em;
  font-size: clamp(13px, 1.4vw, 19px);
  line-height: 1.6em;
}
#service .service_item_wrap .service_item .service_item_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  column-gap: 2%;
  row-gap: 1.5em;
}
@media screen and (max-width: 767px) {
  #service .service_item_wrap .service_item .service_item_list {
    justify-content: start;
  }
}
#service .service_item_wrap .service_item .service_item_list .service_item_list_item {
  width: 23%;
}
@media screen and (max-width: 767px) {
  #service .service_item_wrap .service_item .service_item_list .service_item_list_item {
    width: 49%;
  }
}
#service .service_item_wrap .service_item .service_item_list .service_item_list_item h4 {
  font-size: clamp(12px, 1.1vw, 16px);
  text-align: center;
  margin-top: 1em;
}

#recruit {
  padding: 0;
  background: linear-gradient(to bottom, #F8F8F8 0%, #F8F8F8 50%, #fff 50%, #fff 100%);
}
#recruit .content_inner {
  width: min(96%, 1300px);
  margin: 0 auto;
  background-color: #2A6DA0;
  border-radius: 10px;
  text-align: center;
  padding: 3em 8vw;
}
@media screen and (min-width: 969px) {
  #recruit .content_inner {
    padding: 3em 3vw;
  }
}
#recruit .content_inner .recruit_title {
  color: #fff;
  line-height: 1.5em;
  font-size: clamp(19px, 1.6vw, 23px);
}
#recruit .content_inner p {
  color: #fff;
  text-align: center;
  margin: 1em 0 1.5em;
  font-size: clamp(13px, 1.6vw, 18px);
}
#recruit .content_inner .recruit_list_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#recruit .content_inner .recruit_list_wrap .recruit_list_item {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.52em;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #recruit .content_inner .recruit_list_wrap .recruit_list_item {
    flex-direction: column;
  }
}
#recruit .content_inner .recruit_list_wrap .recruit_list_item dt {
  background-color: #2A6DA0;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
  padding: 0.5em;
}
#recruit .content_inner .recruit_list_wrap .recruit_list_item dd {
  margin: 0;
  padding: 0.2em;
  line-height: 1.6em;
}

#company {
  padding: 5em 0 8em;
  background-color: #F8F8F8;
}
#company .content_inner {
  width: min(86%, 900px);
}
#company .philosophy_wrap {
  background-color: #fff;
  border-radius: 1.5em;
  padding: 2em 2vw;
  font-size: clamp(12px, 1.6vw, 15px);
}
#company .philosophy_wrap h3 {
  font-weight: 500;
  line-height: 1em;
  font-size: clamp(12px, 2vw, 24px);
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 0.5em;
  align-items: center;
  margin-bottom: 1em;
}
#company .philosophy_wrap h3:before, #company .philosophy_wrap h3:after {
  content: "";
  width: min(2em, 40px);
  height: 1px;
  background-color: #212121;
}
#company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 1.5em;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item {
    flex-direction: column;
    row-gap: 0.5em;
    align-items: center;
  }
}
#company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item:not(:last-of-type) {
  margin-bottom: 1em;
}
#company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item > dt {
  background-color: #2C4A8C;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
  padding: 0.2em 0.5em;
  width: 12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item > dt {
    width: 100%;
    text-align: left;
  }
}
#company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item dd {
  margin: 0;
  flex: 1;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  #company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item dd {
    width: 100%;
  }
}
#company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item dd > dl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 0.5em;
  align-items: start;
}
#company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item dd > dl:not(:last-of-type) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item dd > dl {
    flex-direction: column;
    row-gap: 0.5em;
  }
}
#company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item dd > dl dt {
  color: #2C4A8C;
  border-bottom: 1px solid #2C4A8C;
}
#company .philosophy_wrap .philosophy_list_wrap .philosophy_list_item dd > dl dt::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
#company .info_table {
  margin-top: 4em;
}
#company .info_table .company-table dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  text-align: left;
  font-size: clamp(13px, 1.2vw, 16px);
  column-gap: 0;
}
@media screen and (max-width: 767px) {
  #company .info_table .company-table dl {
    flex-direction: column;
  }
}
#company .info_table .company-table dl dt {
  margin: 0;
  font-weight: 600;
  width: 7em;
  padding-left: 0.5em;
  border-bottom: 1px solid #AEAEAE;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #company .info_table .company-table dl dt {
    background-color: #2C4A8C;
    margin-bottom: 0.5em;
    padding: 0.2em 0.4em;
    border-bottom: none;
    width: 100%;
    color: #fff;
  }
}
#company .info_table .company-table dl dd {
  margin: 0;
  border-bottom: 1px solid #AEAEAE;
  padding-right: 0.5em;
  padding-bottom: 1em;
  flex: 1;
}
#company .info_table iframe {
  margin-top: 1.6em;
}

.subpage {
  min-width: 320px;
  background-color: #F8F8F8;
}
.subpage .sub_main_visual {
  width: 100%;
  position: relative;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  background-image: url(./assets/images/sub/sample_hero_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  background-color: #F8F8F8;
  aspect-ratio: 193/150;
  border-radius: 0 0 4em 0;
}
@media screen and (min-width: 969px) {
  .subpage .sub_main_visual {
    border-radius: 0 0 7em 0;
    background-image: url(./assets/images/sub/sample_hero.jpg);
    background-position: center center;
    aspect-ratio: 1400/435;
  }
}
.subpage h1.section_title {
  margin: 50px 0;
}
@media screen and (min-width: 969px) {
  .subpage h1.section_title {
    margin: 70px 0;
  }
}
.subpage .content_block {
  margin: 0 auto;
  padding: 30px 0 120px;
}
@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;
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}

.info_title_wrap {
  background-color: #4d4d4d;
  padding: 40px 0 30px;
}
@media screen and (min-width: 969px) {
  .info_title_wrap {
    padding: 60px 0 30px;
  }
}
.info_title_wrap .info_title_inner {
  margin: 0 auto;
  width: min(90%, 1200px);
}
.info_title_wrap .info_title_inner .posts_date {
  color: #fff;
}
.info_title_wrap .info_title_inner .info_title {
  color: #fff;
  margin: 0;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.6em;
}

#page_price .sub_main_visual {
  background-image: url(./assets/images/sub/price_hero_sp.jpg);
}
@media screen and (min-width: 969px) {
  #page_price .sub_main_visual {
    background-image: url(./assets/images/sub/price_hero.jpg);
  }
}
#page_price #price_table_wrap {
  padding: 2em min(7vw, 50px);
  background-color: #fff;
  width: min(85%, 800px);
  border-radius: 5px;
}
#page_price #price_table_wrap:not(:last-of-type) {
  margin: 4em auto 5em;
}
#page_price .table_wrap {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  #page_price .table_wrap {
    row-gap: 5px;
  }
}
#page_price .table_wrap .table_row {
  display: flex;
  justify-content: space-between;
  column-gap: 1%;
}
#page_price .table_wrap .table_row .table_item {
  background-color: #e3e5e9;
  font-size: clamp(11px, 2vw, 16px);
  padding: 16px 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_price .table_wrap .table_row .table_item {
    padding: 11px 2%;
  }
}
#page_price .table_wrap .table_row .table_item p {
  text-align: center;
  font-size: clamp(11px, 2vw, 16px);
}
#page_price .table_wrap .table_row .table_item .tax {
  font-size: 0.8em;
}
#page_price .table_wrap .table_row .table_item.outline {
  background-color: #F6F6F6;
  justify-content: start;
  flex: initial;
  width: 14em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page_price .table_wrap .table_row .table_item.outline {
    width: 9em;
  }
}
#page_price .table_wrap .table_row .table_item.our {
  justify-content: end;
  text-align: right;
}
#page_price .table_wrap .table_row.table_head .table_item {
  background-color: #E8E8E8;
}
#page_price .table_wrap .table_row.table_head .table_item.our {
  background-color: #2C4A8C;
  color: #fff;
  justify-content: center;
}
#page_price .how_to_use {
  background-color: #fff;
}
#page_price .how_to_use:not(:last-of-type) {
  padding: 8em 0 7em;
}
#page_price .how_to_use .content_inner {
  max-width: 920px;
  margin: 0 auto;
}
#page_price .how_to_use .nx-flow__list {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 26px 22px;
  background: #f3f5f8;
  border-radius: 0.5em;
}
#page_price .how_to_use .nx-flow__item {
  counter-increment: step;
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: #fff;
  border-radius: 0.5em;
}
#page_price .how_to_use .nx-flow__item + .nx-flow__item {
  margin-top: 18px;
}
#page_price .how_to_use .nx-flow__item::before {
  content: counter(step, decimal-leading-zero);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #2f4f8f;
  opacity: 0.95;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(47, 79, 143, 0.18);
}
#page_price .how_to_use .nx-flow__item::after {
  content: "";
  position: absolute;
  left: 45px;
  bottom: -13px;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(47, 79, 143, 0.4);
  border-bottom: 2px solid rgba(47, 79, 143, 0.4);
  transform: rotate(45deg);
}
#page_price .how_to_use .nx-flow__item:last-child::after {
  display: none;
}
#page_price .how_to_use .nx-flow__text {
  margin: 0;
  line-height: 1.7;
  color: #111;
}
@media screen and (max-width: 767px) {
  #page_price .how_to_use .nx-flow__list {
    padding: 18px 14px;
  }
  #page_price .how_to_use .nx-flow__item {
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 14px;
  }
  #page_price .how_to_use .nx-flow__item::before {
    width: 48px;
    height: 48px;
  }
  #page_price .how_to_use .nx-flow__item::after {
    left: 33px;
    bottom: -12px;
  }
}

#page_contact {
  text-align: center;
}
#page_contact .sub_main_visual {
  background-image: url(./assets/images/sub/contact_hero_sp.jpg);
}
@media screen and (min-width: 969px) {
  #page_contact .sub_main_visual {
    background-image: url(./assets/images/sub/contact_hero.jpg);
  }
}
#page_contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#page_contact .form_wrap {
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.7);
  width: min(90%, 1100px);
  margin: 70px auto 0;
  padding: 30px 6%;
}

.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%;
}
.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) {
  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;
  }
}
.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: 0.4em 0.5em;
  position: relative;
  font-size: clamp(18px, 2vw, 20px);
  letter-spacing: 0.02em;
  background: #315CBB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  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%;
  }
}
.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 .wpcf7-file {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-file {
    font-size: 12px;
  }
}
.wpcf7 select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #212121;
  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;
}

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: #212121;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 20px;
  }
}
.pg_contents {
  margin: 0 auto;
  font-size: clamp(14px, 1.2vw, 15px);
}
.pg_contents p {
  font-size: clamp(14px, 1.2vw, 15px);
}
@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;
  border-radius: 4px;
  border: 1px solid #7D7D7D;
}
@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;
  color: #212121;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(14px, 1.2vw, 15px);
}
.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: #212121;
  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: #212121;
  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: #212121;
  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: #212121;
  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 #212121;
}
.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;
  }
}