@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
body {
  min-width: 320px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  box-sizing: border-box;
  color: #203148;
  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;
  padding-top: 56px;
}
@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: 60px 0 70px;
}
@media screen and (min-width: 969px) {
  .content_block {
    padding: 100px 0px 120px;
  }
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

audio, video {
  display: inline-block;
}

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

iframe {
  border-style: none;
}

img {
  border-style: none;
}

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

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

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

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

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

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

input {
  overflow: visible;
}

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

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

select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

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

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

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

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

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

header {
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  background-color: white;
}
@media screen and (min-width: 969px) {
  header {
    height: 96px;
  }
}
header.transform {
  background-color: rgba(255, 255, 255, 0.7);
}
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 {
  width: auto;
  height: 80%;
}
header .header_pc .logo img {
  height: 100%;
}
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 45px 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;
  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: #DCDCDC;
}
header .header_pc .header_item .nav ul > li a {
  display: flex;
  color: #203148;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1em;
  padding-right: min(5vw, 20px);
}
header .header_pc .header_item .head_cta {
  height: 100%;
}
header .header_pc .header_item .head_cta a {
  height: 100%;
  column-gap: 8px;
  font-size: 20px;
}

#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: #00214E;
  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;
  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 .logo {
  margin: 0 auto 50px;
  width: 60%;
}
.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);
}
.sp_menu .header_nav_block .cta_btn a {
  width: 100%;
  color: #fff;
}

footer {
  background: #fff;
}
footer .footer_inner {
  padding: 40px 4% 10px;
  display: flex;
  column-gap: 80px;
  flex-direction: column;
  column-gap: 0;
}
@media screen and (min-width: 969px) {
  footer .footer_inner {
    padding: 40px 3%;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
}
footer .footer_inner .logo_wrap {
  margin: 0 0 40px;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap {
    margin: 0;
  }
}
footer .footer_inner .logo_wrap .logo {
  display: block;
  margin: 0 auto 30px;
}
@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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  column-gap: 1em;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .tel {
    flex-direction: row;
    align-items: self-end;
  }
}
footer .footer_inner .logo_wrap .tel a {
  font-weight: 600;
  font-size: clamp(23px, 2vw, 31px);
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
}
footer .footer_inner .logo_wrap .tel a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  aspect-ratio: 1/1.107;
  width: clamp(18px, 2vw, 28px);
  display: block;
}
footer .footer_inner .logo_wrap .tel span {
  line-height: 1em;
}
footer .footer_inner .logo_wrap .loc {
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .loc {
    text-align: left;
  }
}
footer .footer_inner .logo_wrap .loc a {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 15px;
}
footer .footer_inner .logo_wrap .loc a::after {
  content: "";
  background-image: url(./assets/images/common/ico_loc.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  aspect-ratio: 1/1.333;
  width: 12px;
  display: block;
}
footer .footer_inner .logo_wrap .loc span {
  line-height: 1em;
}
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;
  }
}
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: #E1E3E8;
  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: #203148;
  }
}
footer .foot_nav .nav ul li a {
  display: flex;
  transition: all 0.5s;
  font-size: clamp(12px, 1vw, 15px);
  display: block;
  color: #203148;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a {
    text-align: left;
  }
}
footer .copy {
  display: block;
  text-align: center;
  background-color: #383E48;
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 15px 15px 70px;
}
@media screen and (min-width: 969px) {
  footer .copy {
    padding: 20px;
  }
}

.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: #00214E;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block .contact_sp a span {
  font-weight: 600;
  font-size: clamp(23px, 4vw, 30px);
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  margin-bottom: 2px;
}
.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: #203148;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a {
    border-radius: 50%;
    width: 58px;
    aspect-ratio: 1/1;
    background: #fff url(./assets/images/common/ico_arrow_top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    border: 1px solid #203148;
  }
}
.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;
  width: clamp(85px, 21vw, 122px);
}

.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: #203148;
  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: #00214E;
  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: #203148;
  font-size: 15px !important;
}
@media screen and (max-width: 767px) {
  .cta_btn_wrap .cta_info {
    font-size: clamp(14px, 4vw, 16px) !important;
    padding: 3px 10px;
  }
}

.cta_btn a {
  display: inline-flex;
  position: relative;
  background-color: #00214E;
  color: #fff;
  align-items: center;
  justify-content: center;
  column-gap: min(3vw, 15px);
  font-size: clamp(14px, 4vw, 28px);
  padding: 18px 2vw;
  transition: all 0.3s;
}
@media screen and (min-width: 969px) {
  .cta_btn a {
    font-size: clamp(20px, 4vw, 28px);
  }
}

.detail_btn_wrap {
  display: flex;
  margin-top: 30px;
  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;
}
@media screen and (min-width: 969px) {
  .detail_btn {
    column-gap: 15px;
  }
}
.detail_btn span {
  color: #203148;
  font-size: clamp(13px, 1.1vw, 15px);
}
.detail_btn::after {
  content: "";
  width: 23px;
  background-image: url(./assets/images/common/ico_arrow_b.svg);
  background-repeat: no-repeat;
  background-position: 56% center;
  background-size: auto 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 9999px;
  width: 16px;
}

.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: #203148 !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 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  color: #857043;
}
@media screen and (min-width: 969px) {
  .section_title {
    margin: 0 0 40px;
  }
}
.section_title .sub {
  font-size: clamp(12px, 2vw, 16px);
}
.section_title .main {
  text-transform: capitalize;
  font-size: clamp(24px, 3vw, 67px);
  line-height: 1em;
  font-weight: 700;
}

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

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

ol, ul {
  text-align: left;
}

a {
  color: #203148;
}

.text_center {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_visual {
  position: relative;
  width: 100%;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  background-image: url(./assets/images/top/hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main_visual .main_visual_inner {
  transition: all 0.5s;
  position: relative;
  z-index: 0;
  width: 50%;
  padding: 80px 4%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner {
    width: 100%;
    padding: 20px 4% 190px;
    justify-content: start;
  }
}
.main_visual .main_visual_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 33, 78, 0.9);
  z-index: 1;
  mix-blend-mode: multiply;
  z-index: -1;
  clip-path: polygon(0 0, 0 100%, 78.217446% 100%, 100% 0%);
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner::before {
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 0 85%, 100% 60%, 100% 0%);
  }
}
.main_visual .main_visual_inner .logo {
  width: clamp(80px, 20vw, 168px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .logo {
    margin-bottom: 30px;
  }
}
.main_visual .main_visual_inner .hero_copy_wrap {
  color: #fff;
}
.main_visual .main_visual_inner .hero_copy_wrap #hero_copy {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: start;
  margin: 0 0 30px;
  font-size: clamp(18px, 3vw, 49px);
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .hero_copy_wrap #hero_copy {
    font-size: clamp(18px, 6.2vw, 49px);
  }
}
.main_visual .main_visual_inner .hero_copy_wrap p {
  font-size: clamp(12px, 3.2vw, 19px);
  width: 70%;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .hero_copy_wrap p {
    width: 100%;
  }
}

#about {
  background: #E1E3E8;
  padding: 130px 0px 150px;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 30px 0 50px;
  }
}
#about .content_inner {
  text-align: center;
}
#about .content_inner .about_title {
  color: #fff;
  background-color: #00214E;
  font-size: clamp(14px, 1.8vw, 24px);
  display: inline-block;
  padding: 0.4em 0.9em;
  line-height: 1.6em;
  margin-bottom: 1.2em;
}
#about .content_inner .about_title span {
  font-size: 1.05em;
}
#about .content_inner .about_lead {
  text-align: center;
  font-size: clamp(13px, 1.8vw, 22px);
}

#story {
  background-color: #383E48;
  padding: 150px 0px;
  transition: all 0.5s;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #story {
    padding: 60px 0;
    row-gap: 50px;
  }
}
#story:before, #story::after {
  content: "";
  position: absolute;
  width: min(25vw, 193px);
  background-image: url(./assets/images/top/story_bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/0.746;
  z-index: 0;
}
#story::before {
  top: 0;
  right: 5vw;
  transform: translateY(-50%);
}
#story::after {
  bottom: 0;
  left: 5vw;
  transform: translateY(50%);
}
#story .col2_wrap:first-of-type .col2_item.img {
  order: 1;
}
@media screen and (min-width: 969px) {
  #story .col2_wrap:first-of-type .col2_item.img {
    order: inherit;
  }
}
#story .col2_wrap .col2_item {
  max-width: 570px;
}
#story .col2_wrap .col2_item.img {
  aspect-ratio: 1/0.939;
  position: relative;
}
#story .col2_wrap .col2_item.img img {
  position: absolute;
}
#story .col2_wrap .col2_item.img img:first-of-type {
  width: 76.842105%;
  top: 0;
  left: 0;
}
#story .col2_wrap .col2_item.img img:last-of-type {
  width: 48.947368%;
  bottom: 0;
  right: 0;
}
#story .col2_wrap .col2_item.content .story_title {
  color: #00214E;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 0.5em;
  font-size: clamp(14px, 1.5vw, 20px);
}
@media screen and (max-width: 767px) {
  #story .col2_wrap .col2_item.content .story_title {
    margin-bottom: 10px;
  }
}
#story .col2_wrap .col2_item.content .story_title span {
  background-color: #fff;
  padding: 0.3em 0.4em;
}
#story .col2_wrap .col2_item.content p {
  font-size: clamp(13px, 2vw, 18px);
  line-height: 1.8em;
  font-weight: 400;
}
#story .col2_wrap .col2_item.content .story_flow_wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 0.5em;
}
#story .col2_wrap .col2_item.content .story_flow_wrap li span {
  border: 1px solid #fff;
  padding: 0.1em 0.3em;
  border-radius: 2px;
}
#story .col2_wrap .col2_item.content .story_flow_wrap li:not(:last-of-type)::after {
  content: "→";
  padding-left: 0.5em;
}
@media screen and (min-width: 969px) {
  #story .col2_wrap .col2_item.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.story_bottom {
  background-color: #00214E;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .story_bottom {
    padding: 60px 0 50px;
  }
}
.story_bottom p {
  text-align: center;
  font-size: clamp(14px, 1.8vw, 24px);
}

.message {
  text-align: center;
  background-color: #f3f3f3;
}
.message .message_title {
  margin: 0 0 30px;
  font-size: clamp(18px, 3vw, 40px);
}
.message p {
  font-size: clamp(13px, 2vw, 18px);
  line-height: 1.8em;
  font-weight: 400;
  text-align: center;
}

#company {
  text-align: center;
}
#company .content_inner {
  width: min(86%, 1000px);
}
#company .content_inner p {
  text-align: center;
  font-size: clamp(14px, 1.8vw, 24px);
}
#company .content_inner .company_list_wrap {
  margin-bottom: 60px;
}
#company .content_inner .company_list_wrap .company_list_item {
  display: flex;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #company .content_inner .company_list_wrap .company_list_item {
    margin: 0;
  }
}
#company .content_inner .company_list_wrap .company_list_item dt {
  padding: 0.5em 1em 1em 0.8em;
  width: 8.5em;
  border-bottom: 2px solid #203148;
  text-align-last: justify;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #company .content_inner .company_list_wrap .company_list_item dt {
    padding: 0.5em 0.5em 0.5em 0;
    width: 7em;
    border-bottom: 1px solid #203148;
  }
}
#company .content_inner .company_list_wrap .company_list_item dt span {
  width: 100%;
}
#company .content_inner .company_list_wrap .company_list_item dd {
  padding: 0.5em 0.8em 1em 1em;
  flex: 1;
  text-align: left;
  margin: 0;
  border-bottom: 2px solid #857043;
}
@media screen and (max-width: 767px) {
  #company .content_inner .company_list_wrap .company_list_item dd {
    padding: 0.5em 0 0.5em 0.8em;
    border-bottom: 1px solid #857043;
  }
}

.news_block {
  background: #00214E;
  padding: 40px 0;
}
@media screen and (min-width: 969px) {
  .news_block {
    padding: 70px 0;
  }
}
.news_block .news_block_inner {
  width: min(86%, 1000px);
  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;
}
.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 {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 15px);
}
.news_block .news_block_inner .news_block_head .section_title {
  align-items: start;
  padding: 0;
  text-align: left;
}
.news_block .news_block_inner .news_list_wrap {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  color: #fff;
  flex-direction: column;
  align-items: stretch;
}
.news_block .news_block_inner .news_list_wrap .news_list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.news_block .news_block_inner .news_list_wrap .news_list .ttl {
  font-size: clamp(13px, 2.5vw, 15px);
  line-height: 1.6em;
  color: #fff;
  font-weight: 400;
}
.news_block .news_block_inner .news_list_wrap .news_list .post {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list_wrap .news_list .post {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list .post .posts_item_inner {
  flex-direction: row;
}
.news_block .news_block_inner .news_list_wrap .news_list .post .posts_item_inner .post_content {
  border: 0;
  margin: 0;
  display: block;
  justify-content: start;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner .news_list_wrap .news_list .post .posts_item_inner .post_content {
    display: flex;
    column-gap: 30px;
    flex-direction: row;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list .post time {
  font-size: clamp(13px, 2.5vw, 15px);
  font-weight: 400;
  color: #fff;
  display: block;
}

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

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

.info_title_wrap {
  background-color: #203148;
  margin: 0 0 20px;
  padding: 0 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_contact {
  text-align: center;
}
#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: #00214E;
  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: #203148;
  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: #203148;
  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: 5px;
}
@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: #203148;
  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: #203148;
  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: #203148;
  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: #203148;
  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: #203148;
  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 #203148;
}
.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;
  }
}