@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
.hti h2 span, .spanh span, .cont_right .spanh span, .topnews .spanh span, .footer .spanh span, .bgblue .spanh span, .title2 h2 span {
  display: block;
  width: fit-content;
  position: relative;
  clip-path: inset(0);
  transition: 0.2s 0.2s;
}
.hti h2 span::after, .spanh span::after, .cont_right .spanh span::after, .topnews .spanh span::after, .footer .spanh span::after, .bgblue .spanh span::after, .title2 h2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005baa;
  translate: 101%;
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
}
.hti h2 span.hide, .spanh span.hide, .title2 h2 span.hide {
  color: rgba(0, 91, 170, 0);
}
.hti h2 span.hide::after, .spanh span.hide::after, .title2 h2 span.hide::after {
  translate: -101%;
}

.title2 h2 span::after {
  translate: 0%;
  z-index: -1;
}

.footer .spanh span::after, .bgblue .spanh span::after {
  background-color: #fff;
}
.footer .spanh span.hide, .bgblue .spanh span.hide {
  color: rgba(255, 255, 255, 0);
}

#contents, div.blog_form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  #contents, div.blog_form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hti article, .spanh, .bgblue .spanh {
  padding-block: 50px;
}
.hti article h2, .spanh h2, .bgblue .spanh h2 {
  line-height: 2.5;
  color: #333;
}
.hti article span, .spanh span, .bgblue .spanh span {
  display: block;
  font-weight: 700;
  color: #005baa;
}

.footer #pagetop a {
  position: relative;
}
.footer #pagetop a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1333333333);
  z-index: 1;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.fa-note-sticky {
  font-family: "Font Awesome 5 Pro";
}
.fa-note-sticky::before {
  content: "\f249";
}

.fa-light.fa-envelope {
  font-family: "Font Awesome 5 Pro";
}
.fa-light.fa-envelope::before {
  content: "\f0e0";
}

.fa-solid.fa-phone {
  font-family: "Font Awesome 5 Pro";
  scale: -1 1;
}

.fa-user-pen {
  font-family: "Font Awesome 5 Pro";
}
.fa-user-pen::before {
  content: "\f4ff";
}

.fa-phone.fa-solid {
  font-family: "Font Awesome 5 Pro";
}
.fa-phone.fa-solid::before {
  content: "\f095";
}

.fa-circle-exclamation {
  font-family: "Font Awesome 5 Pro";
  margin: 0 10px;
}
.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-arrow-right {
  font-family: "Font Awesome 5 Pro";
  margin: 0 10px;
}
.fa-arrow-right::before {
  content: "\f061";
}

.fa-angles-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: inherit;
  color: inherit;
}
.fa-angles-up::before {
  content: "\f102";
}

/*================== プラポリ一体型お問い合わせSCSS =================*/
#main .policy {
  text-align: left;
}
#main .policy-text {
  font-size: 18px;
}
#main .policy-trriger, #main .policy_link {
  color: #005baa;
  cursor: pointer;
  text-decoration: underline;
}

.policy-desc {
  letter-spacing: 0.02em;
}

.policy-trriger {
  pointer-events: all;
}

.policy-wrap {
  display: flex;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 2;
  background-color: rgba(0, 0, 0, 0.2);
  overscroll-behavior: none;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.policy-wrap.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.policy-wrap h3 {
  border-left: 6px solid #005baa;
  color: #111;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}
.policy-wrap p {
  margin: 10px 0 25px;
  color: #111;
  line-height: 2;
}
.policy-wrap > div {
  position: relative;
  padding: 20px;
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #005baa;
  height: 60vh;
  overflow-y: scroll;
  width: 95%;
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.btn, .btn_reflect {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #111;
  background-color: #fff;
  line-height: 30px;
}
.btn i, .btn_reflect i {
  font-size: 20px;
  margin: auto 8px;
}
.btn::after, .btn_reflect::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  width: 25%;
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 18px;
}

.btn_reflect {
  place-content: unset;
}
.btn_reflect i {
  font-size: 20px;
  margin: auto 8px;
}
.btn_reflect::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  top: 0;
  right: 0;
  width: 15%;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.btn_reflect:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2162a9;
  transition: all 0.3s ease;
}

.btn3d {
  --prog:0px;
  bottom: var(--prog);
  right: var(--prog);
  perspective: 250px;
  perspective-origin: 200% 500%;
  overflow: visible;
  transition: 0.2s;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotate(0deg);
}
.btn3d:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 0 0;
  rotate: x -90deg;
  height: var(--prog);
  transition: 0.2s;
  background-color: #111;
}
.btn3d:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 100%;
  transform-origin: 0 0;
  rotate: y 90deg;
  height: 100%;
  width: var(--prog);
  transition: 0.2s;
  background-color: #111;
}
.btn3d.active {
  --prog:5px;
}
.btn3d:active {
  --prog:0px;
}

@keyframes poyooon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes pururun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes step {
  0% {
    translate: 100%;
  }
  100% {
    translate: 0%;
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.UpMove {
  animation: UpAnime 0.5s forwards;
}

.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 999;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(40px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(40px) translateY(40px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(40px) translateY(40px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(40px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes sidetoside {
  0% {
    translate: 125% 0;
  }
  50% {
    translate: -425% 0;
  }
  100% {
    translate: 125% 0;
  }
}
@keyframes turn {
  0% {
    rotate: y 90deg;
  }
  10% {
    rotate: y 0deg;
  }
  40% {
    rotate: y 0deg;
  }
  50% {
    rotate: y -90deg;
  }
  60% {
    rotate: y -180deg;
  }
  90% {
    rotate: y -180deg;
  }
  100% {
    rotate: y -270deg;
  }
}
@keyframes big {
  0% {
    scale: 0.5;
  }
  20% {
    scale: 30;
  }
  50% {
    scale: 30;
  }
  100% {
    scale: 0;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  border: none;
  background-color: unset;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  min-height: 100%;
}

body {
  counter-reset: number 0;
  overflow: hidden;
  min-height: 100%;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
  color: #333;
  text-align: center;
}

img {
  max-width: 100%;
  object-fit: contain;
  display: block;
}

img.imgL {
  max-width: 100%;
  margin: 0;
}

img.imgR {
  max-width: 100%;
  margin: 0;
}

li {
  list-style: none;
}

b, strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}

#col_main {
  width: 100% !important;
}

h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.form_wrap.confirm {
  margin-top: 40px;
}
.form_wrap.confirm dl:last-of-type dt, .form_wrap.confirm dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

u {
  text-decoration: line-through;
}

hr {
  border: none;
  height: 0;
  border-bottom: 2px dashed #fff;
  margin-bottom: 10px;
}

u {
  text-decoration: underline;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "メイリオ", "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.mt72 {
  margin-top: 72px;
}

.btn_wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .btn_wrap {
    flex-wrap: wrap;
  }
}
.btn_wrap :where(.box) {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .btn_wrap :where(.box) {
    width: 100%;
  }
}
.btn_wrap :where(.btn) {
  background-color: #777;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
}
.btn_wrap :where(.btn) i {
  font-size: 28px;
}

div.blog_form {
  max-width: 800px;
  max-height: 210px;
  overflow: scroll;
}
div.blog_form .blog_photo {
  display: none;
}
div.blog_form .blog_text:is(div) {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #93c8da;
  padding: 0;
  line-height: 1.875;
  padding: 20px 0;
}
div.blog_form .blog_date:is(div) {
  width: 20%;
  color: #93c8da;
  font-size: 16px;
  font-weight: bold;
}
div.blog_form div.blog_list h3 {
  width: 80%;
  margin-bottom: 0px;
}
div.blog_form div.blog_list h3 span {
  font-size: 16px;
  font-weight: bold;
}
div.blog_form::-webkit-scrollbar-thumb {
  background-color: #93c8da;
  border-radius: 5px;
}

.pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

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

@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

.db1000 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .db1000 {
    display: block;
  }
}

.db1200 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .db1200 {
    display: block;
  }
}

.disnone {
  display: none;
}

@media only screen and (min-width: 640px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

.title1 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.link_contact {
  display: block;
  padding: 20px;
  border: 1px solid #fff;
}

.link_tel {
  display: block;
}
.link_tel span {
  font-size: 13px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  .brsp {
    display: block;
  }
}

.brtab {
  display: none;
}
@media screen and (max-width: 834px) {
  .brtab {
    display: block;
  }
}

.br1000 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.inline64 {
  display: block;
}
@media screen and (max-width: 640px) {
  .inline64 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .mt60sp {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 640px) {
  .mt0sp {
    margin-top: 0px !important;
  }
}

.br48 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .br48 {
    display: block;
  }
}

#main .itcenter {
  display: flex;
}
#main .itcenter .imgW img {
  height: auto;
}

.itcenter {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.itcenter > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .itcenter > * {
    width: 100%;
  }
}
.itcenter img {
  width: 100%;
}

.bg100 {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: unset !important;
  min-width: unset !important;
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.card_wrap, .ul_wrap ul {
  display: flex;
  max-width: 1052px;
  margin: auto;
}

.base {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .base {
    padding-left: 0;
    padding-right: 0;
  }
}

.FbtnW {
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 834px) {
  .FbtnW {
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.FbtnW .box {
  width: 100%;
  max-width: 300px;
  overflow: visible !important;
}

.sppd {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .sppd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fixBG {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.dl_wrap {
  margin-top: 30px;
}
.dl_wrap dl, .dl_wrap dt, .dl_wrap dd {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.dl_wrap dl:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ddd !important;
}
.dl_wrap dt {
  width: 150px !important;
  justify-content: flex-start !important;
}
.dl_wrap dd {
  width: 80% !important;
}
.dl_wrap dl:first-of-type {
  border-bottom: 1px solid #ddd;
}
.dl_wrap span {
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  background: #78b4e6;
}

.sns_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*マウスストーカー*/
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 834px) {
  .cursor,
.follower {
    display: block;
  }
}

.cursor {
  width: 50px;
  height: 50px;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: scale ease 0.3s, opacity 0.3s;
  text-align: center;
  scale: 3;
  opacity: 0.001;
}
.cursor.is-active {
  opacity: 1;
  scale: 1;
}

.follower {
  display: none;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
.follower.is-active {
  transform: scale(1);
}

#stalker {
  pointer-events: none;
  position: fixed;
  perspective: 20vw;
  fill: none;
  stroke: rgba(204, 204, 204, 0);
  stroke-width: 2px;
  border-radius: 50%;
  --oi: 100px;
  --dot: 10px;
  top: calc(var(--oi) / -2);
  left: calc(var(--oi) / -2);
  width: var(--oi);
  height: var(--oi);
  scale: 1;
  transition: all 0s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#stalker .stalker-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0);
  border-radius: 50%;
  scale: 1;
  transition: 0.4s;
}
@media only screen and (min-width: 834px) {
  #stalker .stalker-inner {
    background-color: rgba(204, 204, 204, 0.3333333333);
  }
}
#stalker .stalker-inner.hov {
  background: rgba(0, 0, 0, 0.4666666667);
  scale: 0.7;
  opacity: 1;
}
#stalker .stalker-inner.down {
  scale: 0.5;
  transition: 0.2s;
}
#stalker .stalker-inner.up {
  background: #fff;
  animation: big 1s forwards ease-in-out;
}

#loading {
  position: fixed;
  width: 100%;
  top: 50%;
}
#loading #percent {
  text-align: center;
}
#loading #percent-text {
  font-size: 32px;
}
#loading #gauge {
  width: 0px;
  height: 5px;
  background: #ff0000;
}

.flex_fix {
  justify-content: center;
  row-gap: 1vmin;
  column-gap: 1%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex_stretch {
  margin-bottom: -100px !important;
}
.flex_stretch .box {
  flex: 1 1 450px;
}
.flex_stretch img {
  width: 100%;
}

.text_right .box, .text_left .box {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 640px) {
  .text_right .box, .text_left .box {
    flex-direction: column;
  }
}
.text_right img, .text_left img {
  width: 35% !important;
  object-fit: contain;
  flex: 1 1 224px;
  display: block;
}
@media screen and (max-width: 640px) {
  .text_right img, .text_left img {
    width: 100% !important;
  }
}
.text_right h3, .text_left h3 {
  position: relative;
}
.text_right h3::before, .text_left h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: brown;
}

.text_left .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .text_left .box {
    flex-direction: column;
  }
}

.img-op img {
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.1333333333);
}

.first30 td:first-child {
  width: 30%;
}

.first_eee td:first-child {
  background-color: #eee;
}

.circle_dt.form_wrap dl, .circle_dt.form_wrap dt, .circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dt {
  width: 20%;
  min-width: 200px;
  text-align: center;
  color: #fff;
  z-index: 1;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 50%;
  background-color: lightblue;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 50px;
  background-color: lightblue;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

html:has(.header_nav.show, .policy-wrap.active) {
  overflow: hidden;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: clamp(24px, 2.6vw, 26px);
}

h2 span {
  font-size: clamp(30px, 4vw, 40px);
}

h3 {
  font-size: 20px;
}

body {
  display: none;
  width: 100vw;
  width: 100dvw;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0em;
}

a:is(:link, :visited, :hover, :active) {
  color: currentColor;
}

button, a, span, p, dd, dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: currentColor;
  text-decoration: none;
}

:root {
  --space:40px;
  --spacelg:80px;
  --spacesm:20px;
  --widemg: calc(50vw - clamp(0px,calc(50vw - 0px),600px));
  --head:80px;
}

hr {
  margin: 10px 0;
}

.box {
  overflow: unset !important;
}

i {
  font-weight: 100;
}

.header_link, .footer_link, .ul_column li {
  background: linear-gradient(black, black) 0% 100%/200% 1px no-repeat;
  transition: background 0.3s ease;
  background-position: -103% 100%;
}
.header_link:hover, .footer_link:hover, .ul_column li:hover {
  background-position: 0% 100%;
  animation: rightgrow 0.3s ease;
}
@keyframes rightgrow {
  0% {
    background-position: 200% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.header_link {
  background-image: linear-gradient(#005baa, #005baa);
}
@media screen and (max-width: 834px) {
  .header_link {
    background-image: none;
  }
}

.ul_column li {
  background-image: linear-gradient(#005baa, #005baa);
}
@media screen and (max-width: 834px) {
  .ul_column li {
    background-position: 0% 100%;
    animation: rightgrow 0.3s ease;
  }
}
.ul_column li:is(.btn) {
  background: none;
}

.footer_link {
  background-image: linear-gradient(#fff, #fff);
}
@media screen and (max-width: 834px) {
  .footer_link {
    background-position: 0% 100%;
    animation: rightgrow 0.3s ease;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.header {
  width: 100vw;
  width: 100dvw;
  max-width: 1920px;
  height: var(--head);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  background: no-repeat center/cover;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.header.active {
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 10px 0;
  }
}
.header * {
  z-index: 1;
}
.header a, .header button {
  display: grid;
  place-items: center;
  align-content: center;
}
.header a {
  line-height: unset;
}
.header_logo {
  margin-right: auto;
}
.header_logo a {
  font-size: 24px;
  font-weight: 500;
  margin-inline: 20px;
  display: grid;
  place-items: center;
  align-content: center;
  width: 195px;
}
.header_logo img {
  width: 100%;
}
.header_links.btn_wrap {
  display: flex;
  align-items: center;
  width: unset;
  margin: unset;
}
.header_links.btn_wrap .btn::after {
  display: none;
}
.header_links.btn_wrap i {
  font-size: 20px;
}
.header_links.btn_wrap div.box {
  width: unset;
}
.header_links.btn_wrap a {
  padding-inline: 1.5em;
  height: var(--head);
  background-color: #005baa;
}
.header_links.btn_wrap .box:has(.header_tel) {
  font-size: 20px;
  padding-inline: 1.5em;
}
.header_links.btn_wrap .header_tel:is(a) {
  background-color: #fff;
  color: #333;
  display: inline-block;
  height: unset;
  padding-inline: 0;
}
.header_links.btn_wrap .header_tel:is(a) span {
  font-size: 20px;
}
.header_links.btn_wrap .header_contact:is(a) {
  color: #fff;
  letter-spacing: 0.2em;
  padding-right: 2em;
}
@media screen and (max-width: 834px) {
  .header_links.btn_wrap .header_contact:is(a) {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .header_links.btn_wrap .header_contact:is(a) {
    padding: 0em;
  }
}
@media only screen and (max-width: 1200px) {
  .header_links.btn_wrap {
    position: fixed;
    bottom: 0px;
    right: 0px;
  }
  .header_links.btn_wrap a {
    height: 50px;
  }
  .header_links.btn_wrap .box:has(.header_tel) {
    background-color: #fff;
    height: 50px;
  }
  .header_links.btn_wrap .box:has(.header_tel) .header_tel {
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .header_links.btn_wrap {
    width: 100%;
  }
  .header_links.btn_wrap div.box {
    width: 50%;
  }
  .header_links.btn_wrap a {
    padding: 0;
  }
  .header_links.btn_wrap .box:has(.header_tel) {
    padding-inline: 0;
  }
}
.header .focusTrapMenuToggle {
  width: 100%;
  height: 0;
}
.header_nav {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 834px) {
  .header_nav.show {
    pointer-events: all;
  }
}
.header_ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 800px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .header_ul {
    z-index: -1;
    position: absolute;
    top: var(--head);
    top: 100%;
    right: 0%;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
    padding-inline: 20px;
    height: auto;
    height: 100vh;
    height: calc(100vh - 80px);
    padding-bottom: 71px;
    align-items: flex-start;
    display: block;
    width: 446.7px;
    overflow: scroll;
  }
}
@media screen and (max-width: 640px) {
  .header_ul {
    width: 100%;
  }
}
.header_ul.show {
  opacity: 1;
  visibility: visible;
}
.header_ul.show .header_accordion {
  visibility: visible;
}
.header_ul a {
  font-weight: 500;
}
.header_ul span {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #005baa;
}
.header_list {
  position: relative;
  display: grid;
  place-items: center;
  padding-inline: 2vw;
  height: var(--head);
}
@media only screen and (max-width: 1400px) {
  .header_list {
    padding-inline: 17px;
  }
}
@media screen and (max-width: 834px) {
  .header_list {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .header_list._btn {
    width: 100%;
  }
}
.header_link:is(a), .header_btn:is(a) {
  line-height: unset;
  width: max-content;
  height: 50px;
}
.header_link:is(a)._contact, .header_btn:is(a)._contact {
  display: none;
  visibility: hidden;
  background-color: #005baa;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .header_link:is(a), .header_btn:is(a) {
    padding: 0 clamp(6px, 0.66vw, 15px);
  }
}
@media screen and (max-width: 834px) {
  .header_link:is(a), .header_btn:is(a) {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header_link:is(a) span, .header_btn:is(a) span {
    margin-left: 1em;
  }
}
.header_btn:is(a) {
  position: relative;
  line-height: normal;
  color: #000;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .header_btn:is(a) {
    pointer-events: all;
  }
}
.header_btn:is(a)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 0, 50% 60%);
}
@media screen and (max-width: 834px) {
  .header_btn:is(a)::after {
    display: none;
  }
}
.header .header_burger {
  place-items: center;
  display: none;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 834px) {
  .header .header_burger {
    display: grid;
  }
}
.header .header_burger .header_svg {
  stroke: #333;
  width: clamp(20px, 3.4vw, 26px);
  width: 50%;
}
.header .header_burger .burger_text {
  font-size: 12px;
  color: #005baa;
  font-weight: 500;
}
.header .header_burger path {
  transition: 0.3s;
  stroke-width: 6%;
  stroke-linecap: round;
}
.header .header_burger text {
  font-size: 12px;
  font-weight: 500;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.04em;
}
@media screen and (max-width: 834px) {
  .header_ul {
    flex-direction: column;
    justify-content: start;
  }
  .header_list._btn {
    height: unset;
    position: relative;
  }
  .header_list {
    padding: 16px 0px;
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .header_list, .header .accordion_list {
    padding: 10px 0px;
  }
  .header a, .header button {
    font-size: 14px;
  }
  .header span:not(.btn_wrap span) {
    font-size: 10px;
  }
  .header_list._btn {
    height: unset;
    position: relative;
  }
}
.header_accordion {
  transition: 0.3s;
  position: absolute;
  top: 100%;
  transform-origin: top;
  visibility: hidden;
}
@media screen and (max-width: 834px) {
  .header_accordion {
    position: relative;
    height: 0;
    rotate: x 90deg;
    opacity: 0;
    width: 100%;
  }
}
.header .drawer_toggle {
  display: none;
  text-align: center;
  border: none;
  font-size: 18px;
  padding: 20px 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #111;
  background-color: #005baa;
  height: 50px !important;
  width: 50px;
}
@media screen and (max-width: 834px) {
  .header .drawer_toggle {
    display: block;
  }
}
.header .drawer_toggle:after, .header .drawer_toggle:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  transition: 0.4s;
}
.header .drawer_toggle::before {
  content: "";
  width: 12px;
  height: 2px;
}
.header .drawer_toggle[aria-expanded=true]::after {
  rotate: -90deg;
}

.accordion_ul {
  margin-top: -1px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .accordion_ul {
    display: contents;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .accordion_ul {
    justify-content: end;
  }
}
.accordion_list {
  position: relative;
  background-color: #005baa;
  transition: 0.3s;
  transform-origin: 20px;
  height: fit-content;
  width: 100%;
  opacity: 0;
  padding-inline: 1em;
  border: 1px solid #fff;
  border-top: none;
}
@media screen and (max-width: 834px) {
  .accordion_list {
    padding-block: 11px;
    border: none;
    background-color: #fff;
  }
}
.accordion_list:nth-child(1) {
  transition-delay: 0s;
}
.accordion_list:nth-child(2) {
  transition-delay: 0.03s;
}
.accordion_list:nth-child(3) {
  transition-delay: 0.06s;
}
.accordion_list:nth-child(4) {
  transition-delay: 0.09s;
}
.accordion_list:nth-child(5) {
  transition-delay: 0.12s;
}
.accordion_list:nth-child(6) {
  transition-delay: 0.15s;
}
.accordion_list:nth-child(7) {
  transition-delay: 0.18s;
}
.accordion_list:nth-child(8) {
  transition-delay: 0.21s;
}
.accordion_list:nth-child(9) {
  transition-delay: 0.24s;
}
.accordion_list:nth-child(10) {
  transition-delay: 0.27s;
}
.accordion_list:nth-child(11) {
  transition-delay: 0.3s;
}
.accordion_list:nth-child(12) {
  transition-delay: 0.33s;
}
.accordion_list:nth-child(13) {
  transition-delay: 0.36s;
}
.accordion_list:nth-child(14) {
  transition-delay: 0.39s;
}
.accordion_list:nth-child(15) {
  transition-delay: 0.42s;
}
.accordion_list:nth-child(16) {
  transition-delay: 0.45s;
}
.accordion_list:nth-child(17) {
  transition-delay: 0.48s;
}
.accordion_list:nth-child(18) {
  transition-delay: 0.51s;
}
.accordion_list:nth-child(19) {
  transition-delay: 0.54s;
}
.accordion_list:nth-child(20) {
  transition-delay: 0.57s;
}
.accordion_list a {
  color: #fff;
  font-size: 14px;
  padding-inline: 0;
}
@media screen and (max-width: 834px) {
  .accordion_list {
    opacity: 1;
    padding: 0px;
    border: none;
    width: 100% !important;
  }
  .accordion_list a {
    background-color: transparent;
    color: #333;
    font-size: 16px;
    justify-items: start;
  }
}
@media screen and (max-width: 640px) {
  .accordion_list {
    padding: 0 !important;
  }
  .accordion_list a, .accordion_list button {
    font-size: 14px;
  }
  .accordion_list span {
    font-size: 10px;
  }
}
.accordion_link {
  width: max-content;
  padding: 0.6em 1em;
  position: relative;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 834px) {
  .accordion_link {
    font-size: 16px;
    width: 100%;
    margin-right: auto;
    padding: 16px 0;
    left: 0%;
    translate: 0%;
    border-top: 1px dashed #ddd;
    color: #005baa !important;
    font-weight: 400;
  }
}

.header_accordion.show {
  visibility: visible;
}
@media screen and (max-width: 834px) {
  .header_accordion.show {
    visibility: visible;
    opacity: 1;
    rotate: x 0deg;
  }
  .header_accordion.show .accordion_ul {
    height: 100vh;
  }
}
.header_accordion.show .accordion_list {
  opacity: 1;
}

.pagehead {
  margin-top: var(--head);
  position: relative;
  overflow: hidden;
}
.pagehead .slick-arrow {
  margin: 0;
}
.pagehead .slick-arrow:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .pagehead {
    padding: 0;
  }
}
.pagehead .slick-dots {
  bottom: -40px;
}

.mv_imgW {
  min-width: 100%;
}
.mv_imgW img {
  max-height: 570px;
  min-height: 100%;
  max-width: unset;
  min-width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 834px) {
  .mv_imgW {
    aspect-ratio: 3/2;
  }
  .mv_imgW img {
    aspect-ratio: 3/2;
    max-width: 100%;
  }
}
.mv_illust {
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  bottom: 10px;
  right: 0;
  left: 0;
  display: grid;
  place-content: end;
}
@media only screen and (max-width: 1200px) {
  .mv_illust {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .mv_illust {
    justify-content: center;
    width: 32%;
  }
}
@media only screen and (max-width: 480px) {
  .mv_illust {
    width: 32%;
  }
}
.mv_text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  height: fit-content;
  justify-content: flex-start;
  width: fit-content;
  max-width: 1000px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 4.6vw, 36px);
}
.mv_head {
  font-size: inherit;
  display: block;
  margin: auto;
  line-height: 1.6;
}

.btn {
  font-size: 18px;
  height: 70px;
}

.hti {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-block: 10%;
}
.hti > * {
  width: 50%;
}
.hti article {
  background-color: rgba(255, 255, 255, 0.8);
}
.hti h2 {
  margin-bottom: 10px;
  display: block;
}
.hti h2 span {
  color: #005baa;
}
.hti div {
  line-height: 2.2;
  letter-spacing: 0.02em;
}
.hti .imgW {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 5%;
}
@media screen and (max-width: 834px) {
  .hti {
    flex-direction: column-reverse;
  }
  .hti .imgW {
    width: unset;
    margin-left: 0px;
  }
  .hti article {
    width: 100%;
  }
}

.bgblue {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bgblue .spanh h2 {
  margin-bottom: 0;
}
.bgblue .spanh span, .bgblue .spanh h2 {
  color: #fff;
}
.bgblue .spanh span {
  margin: auto;
}
.bgblue .card_wrap {
  max-width: 1052px;
  margin: auto;
}

.card_wrap {
  display: flex;
  justify-content: center;
  margin-inline: -26px;
  padding-bottom: 50px;
  --tex:#fff;
  color: var(--tex);
  text-align: center;
}
.card_wrap .box {
  width: 33.3333333333%;
  min-width: 265px;
  padding-inline: 26px;
}
@media screen and (max-width: 640px) {
  .card_wrap .box {
    padding-inline: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.card_wrap .box article {
  display: contents;
}
.card_wrap .box div:not(.imgW) {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 834px) {
  .card_wrap .box div:has(.btn) {
    margin-top: 0;
  }
}
.card_wrap .box .btn {
  color: #005baa;
  width: 300px;
  max-width: 100%;
  font-weight: 500;
}
.card_wrap .box h3 {
  display: none;
}
.card_wrap .box img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.card_wrap.alignleft {
  text-align: left;
}
.card_wrap.colorbk {
  --tex:#333 ;
}

.topservice {
  display: flex;
  margin-block: 10%;
}
.topservice > * {
  width: 50%;
}

.cont_left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 5%;
}
.cont_left img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
.cont_right {
  padding-left: 5%;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 678px;
}
.cont_right .spanh {
  padding-block: 16px;
}
.cont_right .spanh h2 {
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .cont_right .spanh {
    padding-top: 50px;
  }
}

@media screen and (max-width: 834px) {
  #main .topservice {
    flex-direction: column-reverse;
  }
  #main .topservice .cont_left {
    width: unset;
    margin-right: 0px;
  }
  #main .topservice .cont_right {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    width: unset;
    padding-inline: 0px;
    padding-bottom: 40px;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  #main .topservice .cont_right {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.ul_column {
  display: contents;
}
.ul_column ul {
  flex-grow: 1;
}
@media screen and (max-width: 834px) {
  .ul_column ul {
    flex-wrap: nowrap;
    max-height: unset;
  }
}

#main .ul_column li {
  list-style-type: decimal-leading-zero;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
#main .ul_column li:last-child {
  list-style-position: unset;
  padding: 0px;
  border-bottom: none;
  margin-top: auto;
}
@media screen and (max-width: 834px) {
  #main .ul_column li:last-child {
    bottom: 50px;
  }
}
#main .ul_column li::marker {
  list-style-type: decimal-leading-zero !important;
  color: #333;
  margin-right: 10px;
  font-size: 18px;
}
#main .ul_column li:has(.btn) {
  background: none;
}
#main .ul_column li a:not(.btn) {
  margin-left: 10px;
  font-size: 18px;
  color: #005baa;
  padding: 21px;
  padding-left: 0;
  padding-right: 10px;
  display: inline-block;
  width: calc(100% - 45px);
}
#main .ul_column li .btn {
  color: #005baa;
  border: 2px solid #005baa;
  width: 300px;
  height: 70px;
  margin: 0;
  margin-top: 40px;
  font-weight: 500;
}

.topnews {
  box-shadow: 0 0 14px 7px rgba(33, 98, 169, 0.1254901961);
  padding: 0 10% 8%;
  margin-block: 10%;
}
@media screen and (max-width: 834px) {
  .topnews {
    padding: 0 4% 10%;
  }
}
.topnews .spanh {
  padding-block: 40px;
}
.topnews .spanh span {
  margin: auto;
}

#main .form_wrap.form_simple {
  max-height: 320px;
  overflow: scroll;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple {
    padding: 0;
    max-height: 460px;
  }
}
#main .form_wrap.form_simple dl {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dl {
    flex-direction: row !important;
    padding: 1em 0;
    display: block;
  }
}
#main .form_wrap.form_simple dt, #main .form_wrap.form_simple dd {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  padding: 28px 10px;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dt, #main .form_wrap.form_simple dd {
    padding: 0;
  }
}
#main .form_wrap.form_simple dt {
  align-items: left;
  justify-content: flex-start;
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dt {
    width: 100%;
    width: fit-content;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
  }
}
#main .form_wrap.form_simple dd {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dd {
    width: 100%;
  }
}
#main .form_wrap.form_simple dl:last-of-type dt {
  border-bottom: none;
}

.form_simple.form_wrap {
  border: none;
}
.form_simple.form_wrap::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 0;
}
.form_simple.form_wrap::-webkit-scrollbar-thumb {
  background-color: #005baa;
  border-radius: 99px;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}
.form_simple.form_wrap dl, .form_simple.form_wrap dt, .form_simple.form_wrap dd {
  border: none;
  background-color: unset;
}
.form_simple.form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}
.form_simple.form_wrap dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .form_simple.form_wrap dl {
    flex-direction: column;
  }
}
.form_simple.form_wrap dt {
  width: 20%;
  align-items: left;
  justify-content: flex-start;
  padding-left: 0;
}
.form_simple.form_wrap dd {
  width: 80%;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .form_simple.form_wrap dt, .form_simple.form_wrap dd {
    width: 100%;
  }
}

#main .btn_wrap {
  justify-content: space-between;
  margin-top: 12%;
}
#main .btn_wrap .box {
  width: 480px;
  height: 160px;
  max-width: 48%;
  margin-bottom: 6%;
}
#main .btn_wrap .btn {
  height: 160px;
  flex-direction: column;
  font-size: 26px;
  line-height: 1.6;
  background-color: #005baa;
  color: #fff;
}
#main .btn_wrap .btn span {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  #main .btn_wrap {
    justify-content: center;
  }
  #main .btn_wrap .box {
    max-width: unset;
  }
}

@keyframes rightshrink {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: -100% 100%;
  }
}

.slick-slide article div, .slick-slide .detail {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.ul_wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ul_wrap ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul_wrap li {
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 20px;
  transition: 0.6s;
  border-radius: 16px;
}
@media only screen and (max-width: 1000px) {
  .ul_wrap li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .ul_wrap li {
    width: 100%;
  }
}
.ul_wrap li a {
  overflow: visible;
  position: relative;
  transition: 0.3s;
}
.ul_wrap article {
  display: grid;
  border-radius: 16px;
  overflow: hidden;
}
.ul_wrap .imgW {
  position: relative;
  width: 100%;
  grid-row: 1;
  grid-column: 1;
}
.ul_wrap .imgW::before {
  content: "";
  display: block;
  padding-top: 42%; /* 比率を指定 */
}
.ul_wrap img {
  width: 100% !important;
  position: absolute;
  top: -25%;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.ul_wrap article > div:not(:has(img)) {
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
  margin: 10px;
  border: 10px solid #fff;
  border-radius: 16px;
  box-sizing: content-box;
}
.ul_wrap article > div:not(:has(img)):after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-weight: 700;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 10px;
  right: 19px;
  border-radius: 5px 0 5px 0;
}
.ul_wrap .spanW {
  margin-left: -1px;
}
.ul_wrap .spanW span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.25em;
  margin-top: 20px;
  min-width: 170px;
  border-radius: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}

.fa-light.fa-envelope {
  margin: 11px 6px auto;
}

.map_wrap {
  position: relative;
  margin-bottom: 0px;
}
.map_wrap::before {
  content: "";
  display: block;
  padding-top: 35%;
}
@media screen and (max-width: 834px) {
  .map_wrap::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 834px) {
  .map_wrap::before {
    padding-top: 75%;
  }
}
.map_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.title_02 h2 {
  line-height: 1.6;
}
.title_02 h2 span {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.title_02 div span {
  display: inline-block;
  font-size: clamp(15px, 2vw, 18px);
  word-wrap: break-word;
}

footer#global_footer {
  background-color: white;
  min-width: 100% !important;
  color: #333;
  margin-top: 80px;
}

.footer_contactBG {
  clear: both;
  background: url(../images/home/AdobeStock_529582449_Preview.jpg) no-repeat center/cover;
  padding-bottom: 4%;
}
.footer .spanh h2, .footer .spanh span {
  color: #fff;
}
.footer .spanh span {
  margin: auto;
}
.footer .btn_wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.footer .btn_wrap .box {
  width: 400px;
  max-width: 40%;
  margin-bottom: 4%;
}
.footer .btn_wrap .btn {
  height: 80px;
  background-color: #fff;
}
.footer .btn_wrap .btn i {
  font-size: 28px;
  margin-right: 14px;
}
.footer .btn_wrap .btn span {
  font-size: 20px;
}
.footer .btn_wrap .btn::after {
  display: none;
}
.footer .btn_wrap .btn_contact {
  background-color: #005baa;
  color: #fff;
  letter-spacing: 0.2em;
}
.footer .btn_wrap .btn_contact i {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .footer .btn_wrap {
    flex-wrap: wrap;
    padding-inline: 20px;
  }
  .footer .btn_wrap .box {
    max-width: unset;
  }
}
.footer_map iframe {
  display: block;
}
.footer a:not(#pagetop a, .footer_logo a, .footer_tel a, .btn_wrap a) {
  text-decoration: none;
}
.footer #pagetop {
  margin-bottom: 0;
}
.footer #pagetop a {
  font-weight: 300;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  margin: 0 auto;
  background-color: #001b47;
  overflow: hidden;
  translate: 0 -50%;
}
.footer_main {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #005baa;
  color: #fff;
}
.footer_main address, .footer_main a, .footer_main div {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .footer_main {
    padding-bottom: 80px;
  }
}
.footer_main > *:not(:last-child) {
  width: 100%;
  margin-bottom: 30px;
}
.footer_logo a {
  width: fit-content;
  margin: auto;
  display: grid;
  place-items: center;
  align-content: center;
}
.footer_logo img {
  width: 200px;
}
.footer_address {
  margin-inline: auto;
  width: fit-content;
  text-align: center;
}
.footer_nav {
  letter-spacing: 0.06em;
}
.footer_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_nav li {
  padding: 0 1em;
}
@media screen and (max-width: 834px) {
  .footer_nav li {
    padding: 0 0.7em;
  }
}
.footer_copy {
  text-align: center;
}

.title_01 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  display: grid;
  align-items: center;
  color: #fff;
}
.title_01:after {
  display: none;
}
@media screen and (max-width: 834px) {
  .title_01 {
    height: 180px;
  }
}
.title_01 h1 {
  margin: auto;
  font-size: 36px;
}
.title_01 div {
  font-size: 20px;
}

div[id*=anc] {
  scroll-margin-top: var(--head);
}

.title2 {
  margin-top: 8%;
  border: 1px solid rgba(68, 68, 68, 0.2666666667);
  border-bottom: none;
  position: relative;
}
.title2 article {
  width: 100%;
  padding: 0;
}
.title2 h2 {
  border-bottom: 1px solid #2162a9;
  margin-bottom: 0px;
  line-height: 1.6;
  margin-inline: 20px;
  margin-top: 55px;
  padding-bottom: 10px;
  font-size: clamp(20px, 2.6vw, 26px);
}
.title2 h2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(24px, 3vw, 30px);
  color: #fff;
  font-weight: 700;
  padding-inline: 20px;
  margin-bottom: 10px;
}
.title2 h2 span.hide {
  color: #fff;
}
@media screen and (max-width: 834px) {
  .title2 article {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .title2 h2 {
    margin-inline: 10px;
    margin-top: 45px;
  }
  .title2 h2 span {
    padding-inline: 10px;
  }
}

.title3 {
  margin-top: 8%;
  margin-bottom: 20px;
  background-color: #005baa;
  display: grid;
  align-content: center;
  color: #fff;
  padding-inline: 50px;
  padding-block: 50px;
}
.title3 article {
  display: contents;
}
.title3 h2 {
  margin-bottom: 0px;
  line-height: 1.6;
  display: inline-block;
  display: block;
}
.title3 h2 i {
  margin-right: 8px;
}
.title3 div {
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 834px) {
  .title3 {
    padding: 10px;
    margin-bottom: 0;
  }
}

.imgright {
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 0%;
  margin-bottom: 8%;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid rgba(68, 68, 68, 0.2666666667);
  border-top: none;
  padding: 20px;
}
.imgright.hti {
  border: none;
  padding-inline: 0px;
}
.imgright article {
  padding: 0;
}
.imgright div {
  line-height: 1.5;
}
.imgright div:not(:has(img)) {
  flex-grow: 1;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.imgright .imgW {
  margin-right: 0%;
  margin-left: 20px;
  flex: unset;
  width: unset;
  min-width: 30%;
}
.imgright img {
  height: auto !important;
}
@media screen and (max-width: 834px) {
  .imgright {
    flex-direction: column-reverse !important;
    padding-inline: 10px;
    padding-bottom: 10px;
  }
  .imgright > * {
    width: 100%;
  }
  .imgright .imgW {
    position: static;
    top: unset;
    margin-inline: 0px;
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 10px;
    margin-left: 0;
  }
  .imgright article {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .imgright img {
    width: 100% !important;
  }
}

h3, h5 {
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  border: 2px solid #2162a9;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 5px 10px;
  color: #005baa;
  font-weight: 500;
}

.boxwrap {
  justify-content: space-between;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  gap: 16px;
  padding-block: 20px;
}
.boxwrap h3 {
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  padding: 5px 10px;
}
.boxwrap .box:not(:has(img)) {
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.boxwrap .box:has(img) {
  flex-grow: 1;
  max-width: calc(33.3333333333% - 11px);
}
.boxwrap article div {
  letter-spacing: 0.02em;
}
.boxwrap img {
  width: 100% !important;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 834px) {
  .boxwrap .box:has(img) {
    flex-grow: 1;
    max-width: calc(50% - 8px);
  }
}
@media screen and (max-width: 640px) {
  .boxwrap .box:has(img) {
    max-width: 100%;
  }
}

.card_wrap.cw2 {
  display: flex;
  justify-content: center;
  margin-inline: -26px;
  padding-bottom: 50px;
  --tex:#333;
  text-align: left;
}
.card_wrap.cw2 .box {
  width: 33.3333333333%;
  min-width: 265px;
  padding-inline: 2.47%;
}
.card_wrap.cw2 .box div:not(.imgW) {
  font-size: 16px;
  margin-top: 1em;
  margin-bottom: 2em;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.card_wrap.cw2 .box .btn {
  color: #005baa;
  width: 300px;
  max-width: 100%;
}
.card_wrap.cw2 .box h3 {
  margin-top: 20px;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .card_wrap.cw2 {
    margin-inline: 0px;
  }
  .card_wrap.cw2 .box {
    width: 50%;
  }
  .card_wrap.cw2 img {
    width: 100% !important;
  }
  .card_wrap.cw2 div:has(.btn) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .card_wrap.cw2 .box {
    padding-inline: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card_wrap.cw2 .imgW {
    width: 100%;
  }
}

.ulcard {
  max-width: 1052px;
}
.ulcard ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: -2.47%;
  padding-bottom: 50px;
  --tex:#333;
  text-align: left;
}
.ulcard li {
  width: 33.3333333333%;
  padding-inline: 2.47%;
}
.ulcard a {
  position: relative;
  display: block;
  clip-path: inset(0);
}
.ulcard a img {
  transition: 0.4s;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.ulcard a:hover img, .ulcard a.show img {
  scale: 1.05;
}
.ulcard h5 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 20px;
  color: #005baa;
}
.ulcard span {
  display: block;
  margin: 16px 0 32px 0;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 834px) {
  .ulcard {
    margin-inline: 0px;
  }
  .ulcard li {
    width: 50%;
  }
  .ulcard img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .ulcard li {
    width: 100%;
  }
}

img.mfp-img {
  min-width: 50vw;
}
@media screen and (max-width: 834px) {
  img.mfp-img {
    min-width: 84vw;
  }
}

@media screen and (max-width: 834px) {
  #main .form_common dl {
    flex-direction: column;
  }
}
#main .form_common dl dt, #main .form_common dl dd {
  padding: 16px;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  #main .form_common dl dt, #main .form_common dl dd {
    width: 100%;
  }
}
#main .form_common dl dt {
  border-bottom: 1px solid #005baa;
}
@media screen and (max-width: 834px) {
  #main .form_common dl dt {
    border: none;
    padding: 16px 0 0;
    font-weight: 700;
  }
}
#main .form_common dl dd {
  border-bottom: 1px solid rgba(68, 68, 68, 0.2666666667);
}
@media screen and (max-width: 834px) {
  #main .form_common dl dd {
    padding: 8px 0 16px;
  }
}

#main .luminosity {
  padding-bottom: 120px;
  margin-bottom: calc(-10% - 1px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  #main .luminosity {
    margin-bottom: 0;
  }
}
#main .luminosity .spanh span {
  margin: auto;
  font-weight: 500;
}
#main .luminosity .boxwrap {
  max-width: 1000px;
  margin: auto;
  color: #333;
  padding: 0;
}
#main .luminosity .boxwrap article {
  background-color: #fff;
  height: 100%;
}
#main .luminosity .boxwrap h3 {
  border: none;
  margin-bottom: 0;
  margin-top: 5px;
}
#main .luminosity .boxwrap article > div {
  margin-top: 0;
  padding: 5px 10px 10px;
}

.ulcard span {
  letter-spacing: 0.02em;
}

.fcb div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .fcb div {
    flex-direction: column;
  }
}

.policy_contents {
  margin: var(--space) 0;
}
.policy_contents h2 {
  font-size: 22px;
}

.error_text .btn {
  width: 350px;
  max-width: 80%;
  margin: 40px auto;
  background-color: #005baa;
  color: #fff;
  font-weight: 500;
}

.mfp-figure .mfp-title {
  display: none;
}

.clearfix:after {
  display: none;
}

section div.form_wrap dl:last-of-type dd {
  border-bottom: none;
}

.mfp-figure .mfp-title {
  font-size: clamp(20px, 2.2vw, 22px);
}
.mfp-figure .mfp-title span {
  font-size: inherit;
  margin-left: 1em;
}

.htext {
  margin-top: 20px;
  margin-bottom: 40px;
}
.htext article {
  overflow: hidden;
}
.htext h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.pan1 {
  margin-top: 20px;
  margin-bottom: 72px;
}
.pan1 + div {
  margin-top: 72px;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}
.pan1 ul li {
  margin-right: 10px;
}
.pan1 ul li:not(:first-child) {
  margin-left: 10px;
  pointer-events: none;
}
.pan1 ul li:not(:first-child) a {
  text-decoration: none;
  color: currentColor;
  font-weight: 500;
}
.pan1 ul a:any-link {
  color: #005baa;
  font-weight: 600;
  text-decoration: underline #005baa;
  text-decoration-thickness: 1px;
}

.fa.fa-info-circle {
  color: #005baa;
}

@media screen and (max-width: 640px) {
  section form div.form_wrap dl {
    flex-direction: column;
  }
  section form div.form_wrap dl dt {
    width: 100% !important;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  section form div.form_wrap dl dd {
    width: 100% !important;
    height: auto !important;
  }
}
.error_text div {
  color: #333;
  margin: 0 auto;
  padding: 20px;
  font-size: clamp(18px, 2vw, 20px);
}