@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300,500;700;900&family=Noto+Serif+JP:wght@300,500;600;700;900&display=swap");
#main .tbl_normal.tokusen td[colspan="5"],
#main .item_table td[colspan="5"], #main .form_table dl:first-child dt, #main .form_table dl:first-child dd > span, #main .tbl_scroll tr:first-child td, .footer #pagetop a, #main .desc .btn, .itbtn_wrap .box .btn, .header_links a,
.header_links .burger {
  position: relative;
}
#main .tbl_normal.tokusen td[colspan="5"]:after,
#main .item_table td[colspan="5"]:after, #main .form_table dl:first-child dt:after, #main .form_table dl:first-child dd > span:after, #main .tbl_scroll tr:first-child td:after, .footer #pagetop a:after, #main .desc .btn:after, .itbtn_wrap .box .btn:after, .header_links a:after,
.header_links .burger: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;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  pointer-events: none;
}

.btn_wrap:not(.itbtn_wrap) .btn {
  position: relative;
}
.btn_wrap:not(.itbtn_wrap) .btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1333333333);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  pointer-events: none;
}

#mainImage.pagehead {
  margin-top: 127px;
}
@media only screen and (max-width: 1000px) {
  #mainImage.pagehead {
    margin-top: 113px;
  }
}
@media screen and (max-width: 834px) {
  #mainImage.pagehead {
    margin-top: 70px;
  }
}

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

.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 =================*/
.policy {
  text-align: left;
}
.policy-text {
  font-size: 18px;
}
.policy-trriger {
  color: #0f3668;
  cursor: pointer;
  text-decoration: underline;
}

.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;
}
.policy-wrap.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.policy-wrap h3 {
  border-left: 4px solid #0f3668;
  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 #0f3668;
  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;
  padding: 20px 0;
  line-height: 30px;
}
.btn i, .btn_reflect i {
  font-size: 20px;
  margin: auto 8px;
}
.btn::after, .btn_reflect::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  display: inline-block;
  font-weight: 900;
}

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

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  border: none;
  background-color: unset;
}

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

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

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #0f3668;
  border-radius: 5px;
  box-shadow: inset 0 0 1px 1px #fff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

i {
  font-weight: 100;
}

.box {
  overflow: unset !important;
}

body {
  counter-reset: number 0;
  overflow: hidden;
  min-height: 100%;
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  color: #111;
  text-align: center;
}

button, a, span, p {
  color: inherit;
}

dd, dt {
  font-size: 16px;
}

a, button {
  text-decoration: none;
}
a:is(:link, :visited, :hover, :active), button:is(:link, :visited, :hover, :active) {
  color: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

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

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

.center {
  text-align: center;
}

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

@media screen and (max-width: 834px) {
  .bp1000none {
    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;
  }
}

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

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

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

.card_wrap, .ul_wrap ul, .card_wrap ul {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
}
.card_wrap ul, .ul_wrap ul ul {
  flex-wrap: wrap;
}
.card_wrap :where(.box, li), .ul_wrap ul :where(.box, li), .card_wrap ul :where(.box, li) {
  width: calc(50% - 0px);
}
.card_wrap :where(.box, li) img, .ul_wrap ul :where(.box, li) img {
  padding: 0;
  width: 100%;
}
.card_wrap h3, .ul_wrap ul h3, .card_wrap h5, .ul_wrap ul h5 {
  font-weight: 700;
}

.base {
  width: 100%;
  max-width: 1200px;
  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;
  -moz-column-gap: 1%;
       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;
  -o-object-fit: contain;
     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;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html {
  scroll-behavior: smooth;
}

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

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

.header {
  width: 100vw;
  width: 100dvw;
  max-width: 1200px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  background: no-repeat center/cover;
  z-index: 999;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.header.UpMove {
  animation: UpAnime 0.5s forwards;
}
.header.DownMove {
  animation: DownAnime 0.5s forwards;
}
@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);
  }
}
.header:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  background-color: #fff;
}
.header.active {
  background-color: #fff;
  height: auto;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 0px 0;
  }
}
.header > * {
  z-index: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .header > * {
    margin-bottom: 0;
  }
}
.header_links {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .header_links {
    width: 50%;
    flex-grow: 1;
    translate: -1px;
  }
  .header_links p {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .header_links {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .header_links {
    translate: none;
    width: unset;
  }
}
.header_links p {
  margin-right: auto;
  font-weight: bold;
}
.header_links a,
.header_links .burger {
  width: 210px;
  height: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-shadow: 0px 2px rgba(119, 119, 119, 0.4666666667);
}
.header_links a_svg,
.header_links .burger_svg {
  width: 33px;
}
@media only screen and (max-width: 1000px) {
  .header_links a,
  .header_links .burger {
    height: 71px;
  }
}
@media screen and (max-width: 834px) {
  .header_links a,
  .header_links .burger {
    order: unset;
    flex-direction: column;
    line-height: 1.2;
    width: 33.3333333333%;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .header_links a_svg,
  .header_links .burger_svg {
    width: 33px;
    height: 27px;
  }
}
@media screen and (max-width: 640px) {
  .header_links a {
    position: fixed;
    bottom: calc(-100vh + 100%);
    bottom: calc(-100dvh + 100%);
    height: 40px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.7333333333);
    flex-direction: row;
    padding: 0 8px;
    width: 50%;
  }
}
.header_links i {
  color: #fff;
  display: inline-block;
  margin-right: 4px;
}
.header_links span,
.header_links .burger .burger_text {
  font-size: 14px;
}
.header_tel:is(a) {
  background-color: #FFA200;
  font-size: 18px;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  left: 0px;
}
@media screen and (max-width: 834px) {
  .header_tel:is(a) {
    background-color: #0f3668;
  }
}
.header_contact:is(a) {
  background-color: #0f3668;
  font-weight: 100;
  right: 0px;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 834px) {
  .header_contact:is(a) {
    background-color: #FFA200;
  }
}
.header i {
  font-size: 22px;
}
.header .burger {
  background-color: #0f3668;
}
@media screen and (max-width: 640px) {
  .header .burger {
    width: 71px;
  }
}
.header_logo {
  align-self: center;
  background-image: linear-gradient(to top, #007BFF, rgba(0, 123, 255, 0.4) 1.6em, #fff 3.2em);
  background-image: linear-gradient(to top, #fff, rgba(0, 123, 255, 0.4) 50%, #fff 100%);
}
@media only screen and (max-width: 1000px) {
  .header_logo {
    order: -1;
  }
}
@media screen and (max-width: 640px) {
  .header_logo {
    width: calc(100% - 71px);
  }
}
.header_logo a {
  margin-right: auto;
  font-weight: 900;
  display: block;
  line-height: 1.4;
  font-size: 16px;
  padding: 2px 0px;
}
.header_logo a span:nth-child(1) {
  color: #0f3668;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 10px;
  vertical-align: sub;
}
.header_logo a span:nth-child(1)::before {
  content: "F";
  position: absolute;
  top: 0;
  left: 0%;
  color: #FFA200;
  z-index: 1;
  display: inline-block;
  scale: 1.1;
  transform-origin: 100% 80%;
  padding: 0 10px;
}
.header_logo a span:nth-child(1):after {
  content: "Fujisei";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFA200;
  z-index: 1;
  display: inline-block;
  -webkit-clip-path: inset(0 0 65% 30%);
          clip-path: inset(0 0 65% 30%);
  padding: 0 10px;
}
.header_logo a span:nth-child(2) {
  color: #0f3668;
  font-size: 20px;
  font-weight: 900;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header_logo a span:nth-child(3) {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .header_logo a {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10px;
  }
}
.header_logo img {
  width: 100%;
}
.header_nav {
  align-self: center;
  max-width: 72%;
}
@media only screen and (max-width: 1000px) {
  .header_nav {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .header_nav {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    translate: 0 0;
    transition: 0.4s;
    visibility: hidden;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(15, 54, 104, 0.4);
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .header_nav::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}
.header_nav.show {
  opacity: 1;
  visibility: visible;
  translate: 0 100%;
}
.header_nav.show .header_accordion {
  visibility: visible;
}
.header_ul {
  display: flex;
  align-items: end;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .header_ul {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8666666667);
  }
}
.header_ul span {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #333;
}
.header_list {
  position: relative;
  border-right: 1px solid #edeff1;
  width: 125px;
}
@media only screen and (max-width: 1000px) {
  .header_list {
    width: unset;
    flex-grow: 1;
  }
}
.header_list:first-child {
  border-left: 1px solid #edeff1;
}
@media screen and (max-width: 834px) {
  .header_list {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    width: 100%;
    width: 33.3333333333%;
    height: 80px;
    border: none;
  }
  .header_list:first-child {
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .header_list {
    width: 50%;
  }
}
.header_link:is(a), .header_btn:is(button) {
  line-height: unset;
  will-change: scale;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  color: #0f3668;
}
.header_link:is(a)._contact, .header_btn:is(button)._contact {
  display: none;
  visibility: hidden;
  background-color: #0f3668;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .header_link:is(a), .header_btn:is(button) {
    font-weight: 600;
  }
}
@media screen and (max-width: 834px) {
  .header_link:is(a), .header_btn:is(button) {
    width: calc(100% - 1.5px);
    height: 79px;
    background-color: #fff;
    padding: 0px;
    display: grid;
    place-content: center;
  }
}
@media only screen and (max-width: 1000px) {
  .header img {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .header img {
    display: block;
  }
}
.header_btn:is(button) {
  position: relative;
  line-height: normal;
  color: #000;
}
.header_btn:is(button)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 80%);
          clip-path: polygon(0 0, 100% 0, 50% 80%);
}
.header_btn:is(button)[aria-pressed=true]::after {
  -webkit-clip-path: polygon(0 80%, 100% 80%, 50% 0%);
          clip-path: polygon(0 80%, 100% 80%, 50% 0%);
}
.header_accordion {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .header_accordion {
    left: unset;
  }
}

@media screen and (max-width: 834px) {
  .accordion_ul {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    width: 100vw;
    width: 100dvw;
    align-content: start;
    background-color: rgba(255, 255, 255, 0.7333333333);
  }
}
@media screen and (max-width: 640px) {
  .accordion_ul {
    justify-content: end;
  }
}
.accordion_list {
  position: relative;
  rotate: x 90deg;
  transition: 0.3s;
  transform-origin: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.accordion_list:nth-child(odd) a {
  background-color: #fffd0c;
}
.accordion_list:nth-child(even) a {
  background-color: #0f3668;
}
.accordion_list:nth-child(1) {
  transition-delay: 0s;
}
.accordion_list:nth-child(2) {
  transition-delay: 0.05s;
}
.accordion_list:nth-child(3) {
  transition-delay: 0.1s;
}
.accordion_list:nth-child(4) {
  transition-delay: 0.15s;
}
.accordion_list:nth-child(5) {
  transition-delay: 0.2s;
}
.accordion_list:nth-child(6) {
  transition-delay: 0.25s;
}
.accordion_list:nth-child(7) {
  transition-delay: 0.3s;
}
.accordion_list:nth-child(8) {
  transition-delay: 0.35s;
}
.accordion_list:nth-child(9) {
  transition-delay: 0.4s;
}
.accordion_list:nth-child(10) {
  transition-delay: 0.45s;
}
.accordion_list:nth-child(11) {
  transition-delay: 0.5s;
}
.accordion_list:nth-child(12) {
  transition-delay: 0.55s;
}
.accordion_list:nth-child(13) {
  transition-delay: 0.6s;
}
.accordion_list:nth-child(14) {
  transition-delay: 0.65s;
}
.accordion_list:nth-child(15) {
  transition-delay: 0.7s;
}
.accordion_list:nth-child(16) {
  transition-delay: 0.75s;
}
.accordion_list:nth-child(17) {
  transition-delay: 0.8s;
}
.accordion_list:nth-child(18) {
  transition-delay: 0.85s;
}
.accordion_list:nth-child(19) {
  transition-delay: 0.9s;
}
.accordion_list:nth-child(20) {
  transition-delay: 0.95s;
}
@media screen and (max-width: 640px) {
  .accordion_list {
    width: 50%;
  }
  .accordion_list:is(:nth-child(4n), :nth-child(4n+1)) a {
    background-color: #0f3668;
  }
  .accordion_list:is(:nth-child(4n+2), :nth-child(4n+3)) a {
    background-color: #fffd0c;
  }
}
.accordion_link {
  width: -moz-max-content;
  width: max-content;
  padding: 15px;
  position: relative;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 834px) {
  .accordion_link {
    width: 100%;
    padding: 18px;
  }
}

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

.header .burger {
  place-items: center;
  display: none;
}
@media screen and (max-width: 834px) {
  .header .burger {
    display: grid;
    place-content: center;
  }
}
.header .burger_svg {
  stroke: #fff;
}
.header .burger_text {
  font-size: 14px;
  font-size: 16px;
  font-weight: 600;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.04em;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header .burger path {
  transition: 0.3s;
  stroke-width: 10%;
  stroke-linecap: round;
}

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

.mv_text {
  position: absolute;
  z-index: 1;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .mv_text {
    bottom: 8%;
  }
}
@media screen and (max-width: 834px) {
  .mv_text {
    bottom: 10%;
  }
}
.mv_head {
  font-size: clamp(28px, 5.6vw, 50px);
  display: inline;
  padding: 5px 20px;
  background: #0f3668;
  color: #fff;
  line-height: 2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  filter: blur(500px) contrast(3);
}
.mv_head.isactive {
  animation: blur 3s forwards cubic-bezier(0, 1, 0, 1);
}
@keyframes blur {
  0% {
    filter: blur(500px) contrast(3);
  }
  50% {
    filter: blur(0px) contrast(1);
  }
  100% {
    filter: blur(0px) contrast(1);
  }
}
.mv_imgW {
  max-width: 1380px;
  margin: 0 auto;
  padding: 15px;
  background-color: #0f3668;
  border-radius: 10px;
}
.mv_imgW img {
  width: 100%;
  border-radius: 10px;
}

.fix-header-nav-logo {
  padding-top: 2px;
  border: 1px solid #ffa200;
}

body {
  display: none;
}

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

#main .desc {
  margin: 40px auto;
}
#main .desc h3, #main .desc div {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #main .desc h3, #main .desc div {
    text-align: left;
  }
}
#main .desc .btn {
  background-color: #0f3668;
  color: #fff;
  font-weight: 700;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}

.title1 h1, .title1 p, .hbb article {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.title1 h1:after, .title1 p:after, .hbb article:after {
  content: "";
  display: block;
  width: 200%;
  height: 2px;
  margin-bottom: -2px;
  background-image: linear-gradient(90deg, #FFA200, #FFA200 50%, #0f3668 50.1%);
  translate: 0 0;
  transition: 2s ease;
}
.title1 h1.hide:after, .title1 p.hide:after, .hbb article.hide:after {
  translate: -100% 0;
}

.title2 {
  text-align: center;
  padding: 80px 0 40px;
}
.title2 h2 {
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  color: #0f3668;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: clamp(26px, 3.6vw, 36px);
}

.hbb h2 {
  font-weight: 700;
  translate: 100%;
  animation: step forwards;
}
@keyframes step {
  0% {
    translate: 100%;
  }
  100% {
    translate: 0%;
  }
}
.hbb article.hide h2 {
  animation: none;
}

.desc div {
  font-weight: bold;
}

#main .card_wrap {
  flex-wrap: nowrap;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 834px) {
  #main .card_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  #main .card_wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}

.card_wrap {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .card_wrap {
    justify-content: center;
  }
}
.card_wrap .box {
  width: 250px;
  max-width: 33.3333333333%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 834px) {
  .card_wrap .box {
    max-width: 227px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .card_wrap .box {
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.card_wrap .box div:not(.imgW) {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  margin-top: 1em;
  font-family: serif;
  color: #0f3668;
}
.card_wrap .imgW {
  margin: 0;
  position: relative;
  border-radius: 999px;
  width: 100%;
  background-color: #edeff1;
}
.card_wrap .imgW::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card_wrap .imgW img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 88.8% !important;
}

#main .btn_wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 834px) {
  #main .btn_wrap {
    flex-wrap: wrap;
  }
}

.btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  --space: 80px;
  padding: var(--space) 0 80px;
}
.btn_wrap .box {
  width: 50%;
  margin: 0 28px 20px;
}
@media screen and (max-width: 640px) {
  .btn_wrap .box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .btn_wrap .box .btn {
    width: 100%;
  }
}
.btn_wrap .btn {
  width: 100%;
  background-color: #0f3668;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 2vw, 20px);
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_wrap .btn::after {
  color: #fff;
  margin-left: 12px;
}
@media screen and (max-width: 834px) {
  .btn_wrap .btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .btn_wrap:not(.itbtn_wrap) {
    --space: 40px;
  }
}
.btn_wrap:not(.itbtn_wrap) .box {
  width: 350px;
}
.x3 + .btn_wrap {
  padding-top: 0;
}

.bg_photo {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_photo .title2 h2 {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .bg_photo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .bg_photo .title2 {
    padding: 60px 0 0;
  }
}

.slide4 + .btn_wrap .box {
  max-width: 400px;
}

.itbtn_wrap {
  padding-bottom: 20px;
  align-items: stretch;
}

.itbtn_wrap .box {
  --imgh:52px;
  --boxpd:40px;
  --bg:#fff7;
  background-color: var(--bg);
  width: 460px;
  margin-bottom: 80px;
}
.itbtn_wrap .box .imgW {
  width: 100px;
  height: var(--imgh);
  background-color: var(--bg);
  border-radius: 99px 99px 0 0;
  margin: auto;
  margin-top: calc(-1 * (var(--imgh)));
  padding-top: 10px;
  transform-origin: bottom;
}
.itbtn_wrap .box img {
  width: 50% !important;
}
.itbtn_wrap .box div:not(.imgW) {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px 10px;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .itbtn_wrap .box div:not(.imgW) {
    font-size: 13px;
  }
}
.itbtn_wrap .box span {
  font-size: 30px;
  font-weight: 700;
}
.itbtn_wrap .box .btn {
  width: 300px;
  max-height: 50px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  justify-content: start;
  margin: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .itbtn_wrap .box .btn {
    margin-top: 20px;
  }
}
.itbtn_wrap .box .btn:after {
  margin-left: 0;
}
.itbtn_wrap .box .btn:before {
  content: url(../images/common/phoneWhite.svg);
  display: inline-block;
  width: 52px;
  height: 52px;
  scale: 0.5;
  margin-left: 10px;
}
.itbtn_wrap .box:nth-child(2) .btn:before {
  content: url(../images/common/mailWhite.svg);
}

.bg_tile {
  margin-bottom: 0;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1.4px, transparent 1.6px, transparent 16px), repeating-linear-gradient(0deg, #fff, #fff 1.4px, #edeff1 1.6px, #edeff1 16px);
}

#main .slide4 .slick-slide img {
  width: 100%;
}
#main .slide4 .slick-arrow.slick-next, #main .slide4 .slick-arrow.slick-prev {
  background: url(../images/common/icon_next_02.png) no-repeat center center;
  right: 0px;
  z-index: 1;
  mix-blend-mode: lighten;
  height: 102%;
  background-color: #edeff1;
  margin-top: -1px;
}
#main .slide4 .slick-arrow.slick-next::before, #main .slide4 .slick-arrow.slick-prev::before {
  display: none;
}
#main .slide4 .slick-arrow.slick-prev {
  background: url(../images/common/icon_prev_02.png) no-repeat center center;
  right: unset;
  left: 0px;
  height: 102%;
  background-color: #edeff1;
  mix-blend-mode: lighten;
}
#main .slide4 .slick-prev, #main .slide4 .slick-next {
  height: 40px;
}
#main .slide4 .slick-slide {
  max-height: 225px;
  overflow: hidden;
}

#main .bg_tile:has(.slide4) .pan1, #main .bg_tile:has(.slide4) .btn_wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  #main .bg_tile:has(.slide4) {
    padding-left: 0;
    padding-right: 0;
  }
}

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  color: #fff;
  background-color: #001b47;
}

.footer a:not(#pagetop a, .footer_logo a, .footer_tel a) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #fff;
}
.footer #pagetop {
  margin-bottom: 0;
}
.footer #pagetop a {
  font-weight: 300;
  font-size: 32px;
  color: #fff;
  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 {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_main > * {
  width: 100%;
  margin-bottom: 40px;
}
.footer_logo {
  background-image: linear-gradient(to top, transparent, rgba(0, 123, 255, 0.4) 50%, transparent 100%);
  margin-bottom: 40px;
}
.footer_logo a {
  font-weight: 900;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.4;
  font-size: 16px;
  padding: 2px 0px;
}
.footer_logo a span:nth-child(1) {
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 10px;
  vertical-align: sub;
}
.footer_logo a span:nth-child(1)::before {
  content: "F";
  position: absolute;
  top: 0;
  left: 0%;
  color: #FFA200;
  z-index: 1;
  display: inline-block;
  scale: 1.1;
  transform-origin: 100% 80%;
  padding: 0 10px;
}
.footer_logo a span:nth-child(1):after {
  content: "Fujisei";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFA200;
  z-index: 1;
  display: inline-block;
  -webkit-clip-path: inset(0 0 65% 30%);
          clip-path: inset(0 0 65% 30%);
  padding: 0 10px;
}
.footer_logo a span:nth-child(2) {
  color: #FFA200;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer_logo a span:nth-child(3) {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: auto;
}
.footer_address, .footer_tel {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer_address {
  text-align: left;
  font-size: 18px;
  background: url(../images/common/icon_fmap.png) no-repeat left center;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 0 0 0 45px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .footer_address {
    margin-left: 20px;
  }
}
.footer_tel {
  text-align: left;
  background: url(../images/common/icon_fphone.png) no-repeat left center;
  display: inline-block;
  font-size: 18px;
  padding: 0 0 0 45px;
  text-align: left;
  color: #fff;
}
.footer_tel span {
  font-size: 28px;
  color: #FFA200;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #FFA200;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 640px) {
  .footer_tel {
    margin-left: 20px;
  }
}
.footer_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_nav li {
  border-right: 1px solid #fff;
  margin: 5px 0;
  padding: 0 1em;
}
.footer_nav li:first-child {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .footer_nav li {
    border: none;
    padding: 0 0.7em;
  }
  .footer_nav li:first-child {
    border: none;
  }
}
.footer_nav a, .footer_nav p {
  display: inline-block;
  font-size: clamp(14px, 1.6vw, 16px);
}
.footer_nav ul:nth-child(2) li:is(:nth-child(4n), :nth-child(4n+3)) a {
  text-decoration-color: #0f3668;
}
.footer_nav ul:nth-child(2) li:is(:nth-child(4n), :nth-child(4n+3)) a:before {
  background-color: #0f3668;
}
.footer_nav ul:nth-child(2) li:is(:nth-child(4n+2), :nth-child(4n+1)) a {
  text-decoration-color: #fffd0c;
}
.footer_nav ul:nth-child(2) li:is(:nth-child(4n+2), :nth-child(4n+1)) a:before {
  background-color: #fffd0c;
}
.footer_nav span {
  font-size: clamp(14px, 1.6vw, 16px);
}
.footer_copy {
  width: 100vw;
  width: 100dvw;
  font-weight: 400;
  text-align: center;
  background-color: #FFA200;
  font-size: 14px;
  padding: 10px;
  color: #fff;
}

#main .title1 img {
  width: 100%;
}

.title1 {
  height: 310px;
  position: relative;
}
.title1:after {
  display: none;
}
@media screen and (max-width: 834px) {
  .title1 {
    height: 250px;
  }
  .title1.bg100 {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .title1 {
    height: 180px;
  }
}
.title1 article {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.4666666667);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .title1 article {
    height: 50%;
  }
}
.title1 .imgW {
  height: 100%;
}
.title1 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.title1 h1, .title1 p {
  font-size: clamp(26px, 3.6vw, 36px);
  padding: 24px 0;
}
@media screen and (max-width: 640px) {
  .title1 h1, .title1 p {
    padding: 15px 0;
  }
}
.title1 h1 span, .title1 p span {
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  color: #0f3668;
  font-weight: 700;
  translate: 100%;
  animation: step forwards;
}
@keyframes step {
  0% {
    translate: 100%;
  }
  100% {
    translate: 0%;
  }
}

.kakko {
  padding: 40px 0;
}
.kakko h2 {
  font-size: clamp(22px, 3.6vw, 36px);
}

.clearfix:after {
  display: none;
}

.itcenter {
  position: relative;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .itcenter {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.itcenter .imgW {
  max-width: 600px;
  transition: 0.6s;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .itcenter .imgW {
    max-width: unset;
  }
}
.itcenter img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.itcenter div:not(:has(img)) {
  overflow: hidden;
  width: calc(50% - 40px);
  flex-grow: unset;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .itcenter div:not(:has(img)) {
    width: unset;
  }
}
.itcenter .btn {
  background-color: #0f3668;
  padding: 5px;
  border-radius: 4px;
  margin-top: 40px;
}
.itcenter .btn span {
  border: 2px dashed rgba(255, 255, 255, 0.4666666667);
  border-radius: inherit;
  padding: 15px 0;
  font-weight: 600;
}
.itcenter .btn:after {
  content: "\f061";
  color: #fff;
}
.itcenter .btn_reflect:before {
  transition: 0.3s;
}

#main .tbl_normal a {
  text-decoration: underline;
  color: #0f3668;
  font-weight: 600;
}

#main .tbl_normal.tokusen b, #main .tbl_normal.tokusen div,
#main .item_table b,
#main .item_table div {
  font-size: clamp(14px, 2vw, 20px);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#main .tbl_normal.tokusen u,
#main .item_table u {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #0f3668;
}
#main .tbl_normal.tokusen td[colspan="5"],
#main .item_table td[colspan="5"] {
  background-color: #0f3668;
  word-break: keep-all;
  color: #fff;
}
#main .tbl_normal.tokusen td[colspan="5"] b,
#main .item_table td[colspan="5"] b {
  font-size: clamp(20px, 2.4vw, 24px);
}
#main .tbl_normal.tokusen td[colspan="2"],
#main .item_table td[colspan="2"] {
  width: 40%;
}
#main .tbl_normal.tokusen tr img,
#main .item_table tr img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main .tbl_normal.tokusen tr,
  #main .item_table tr {
    display: flex;
    flex-wrap: wrap;
  }
  #main .tbl_normal.tokusen td,
  #main .item_table td {
    width: 20%;
  }
  #main .tbl_normal.tokusen td[colspan="2"],
  #main .item_table td[colspan="2"] {
    width: 80%;
  }
  #main .tbl_normal.tokusen td[colspan="2"]:has(img),
  #main .item_table td[colspan="2"]:has(img) {
    width: 100%;
  }
  #main .tbl_normal.tokusen td[colspan="3"], #main .tbl_normal.tokusen td[colspan="4"], #main .tbl_normal.tokusen td[colspan="5"],
  #main .item_table td[colspan="3"],
  #main .item_table td[colspan="4"],
  #main .item_table td[colspan="5"] {
    width: 100%;
  }
  #main .tbl_normal.tokusen img,
  #main .item_table img {
    max-height: 50vh;
  }
}

#main .bg_tile .tbl_normal {
  background-color: #fff;
}

#main .tbl_normal {
  background-color: #edeff1;
}

body.list .bg_tile + .title2 {
  padding-top: 80px;
}

.table_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table_wrap > * {
  width: calc(50% - 10px);
}

#main .item_table {
  margin-bottom: 20px;
}
#main .item_table:has(a[style="visibility:hidden"]) tr:last-child {
  display: none;
}
#main .item_table article, #main .item_table table {
  height: 100%;
}
#main .item_table tr:first-child td[colspan="2"] div {
  font-weight: 700;
  word-break: keep-all;
}
#main .item_table td:has(img) {
  width: 40%;
}
#main .item_table td[id*=cell_2] {
  width: 15%;
}
#main .item_table u {
  font-size: 18px;
  color: #0f3668;
}
@media screen and (max-width: 834px) {
  #main .item_table {
    width: 100%;
  }
  #main .item_table td[id*=cell_2] {
    width: 25%;
  }
  #main .item_table td:has(img) {
    width: 100%;
  }
  #main .item_table td {
    width: 75%;
  }
  #main .item_table td[colspan="2"] {
    width: 100%;
  }
}

#main .table_col tr:nth-child(2) td[colspan="2"] div, #main .table_colsm tr:nth-child(2) td[colspan="2"] div {
  font-weight: 700;
  word-break: keep-all;
}
#main .table_col td[id*=cell_1], #main .table_colsm td[id*=cell_1] {
  width: 5%;
}
@media screen and (max-width: 834px) {
  #main .table_col td[id*=cell_2], #main .table_col td[id*=cell_1], #main .table_colsm td[id*=cell_2], #main .table_colsm td[id*=cell_1] {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  #main .table_colrev td[id*=cell_2], #main .table_colrev td[id*=cell_1] {
    width: 100%;
  }
}

#main .table_colsm, #main .table_colsmrev {
  width: calc(33% - 5px);
}
#main .table_colsm td, #main .table_colsmrev td {
  padding: 5px;
}
#main .table_colsm td[id*=cell_1], #main .table_colsmrev td[id*=cell_1] {
  width: 5%;
}
@media screen and (max-width: 834px) {
  #main .table_colsm, #main .table_colsmrev {
    width: 100%;
  }
  #main .table_colsm td[id*=cell_2], #main .table_colsm td[id*=cell_1], #main .table_colsmrev td[id*=cell_2], #main .table_colsmrev td[id*=cell_1] {
    width: 100%;
  }
}

#main .table_rev td[id*=cell_1] {
  width: 15%;
}
#main .table_rev td[id*=cell_2] {
  width: 30%;
}
@media screen and (max-width: 834px) {
  #main .table_rev td[id*=cell_2], #main .table_rev td[id*=cell_1] {
    width: 100%;
  }
}

#main .table_col td[id*=cell_1], #main .table_colrev td[id*=cell_1], #main .table_rev td[id*=cell_1], #main .table_colsm td[id*=cell_1], #main .table_colsmrev td[id*=cell_1] {
  width: 25%;
}
#main .table_col td[id*=cell_2], #main .table_colrev td[id*=cell_2], #main .table_rev td[id*=cell_2], #main .table_colsm td[id*=cell_2], #main .table_colsmrev td[id*=cell_2] {
  width: 75%;
}
#main .table_col td[colspan="2"], #main .table_colrev td[colspan="2"], #main .table_rev td[colspan="2"], #main .table_colsm td[colspan="2"], #main .table_colsmrev td[colspan="2"] {
  width: 100%;
}

.contact_block {
  padding: 40px 0;
  margin-top: 80px;
  position: relative;
  perspective: 1000px;
  perspective-origin: 45% 45%;
}
.contact_block div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: grid;
  place-content: center;
  font-size: 20px;
  text-align: center;
}
.contact_block div b:nth-child(1) {
  font-size: 40px;
  color: #FFA200;
}
.contact_block img:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 60px !important;
  height: 64px !important;
  transform: translateZ(0px);
  transition: 1s ease;
}
.contact_block img:nth-child(2).hide {
  transform: translateZ(500px);
  opacity: 0.01;
}

#main .form_table {
  height: 500px;
  overflow-y: scroll;
}
@media only screen and (max-width: 1200px) {
  #main .form_table {
    overflow: auto;
    height: unset;
  }
}
#main .form_table dt {
  width: 16.6666666667%;
  vertical-align: middle;
  padding: 10px;
  display: inline-block;
  min-width: 84px;
  line-height: 32px;
}
#main .form_table dd {
  padding: 0;
  border: none;
  width: 83.3333333333%;
  display: flex;
}
#main .form_table dd span {
  width: 20%;
  min-width: 84px;
}
#main .form_table dd span:nth-child(1) {
  min-width: 128px;
}
#main .form_table dd span:nth-child(2) {
  min-width: 140px;
}
#main .form_table dd span:nth-child(5) {
  min-width: 116px;
}
#main .form_table dt, #main .form_table dd > span {
  vertical-align: middle;
  padding: 10px;
  box-shadow: inset 0 0 0 1px #ccc;
  display: inline-block;
  margin: 0;
}
#main .form_table dl:first-child dt, #main .form_table dl:first-child dd > span {
  text-align: center;
  height: 50px;
}
#main .form_table dt.fixed01, #main .form_table dd > span.fixed01 {
  position: sticky !important;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #0f3668;
  z-index: 1;
}
#main .form_table .fixed01.fixed02 {
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  #main .form_table * {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1200px) {
  #main .tbl_scroll {
    font-size: 12px;
    white-space: nowrap;
  }
}
#main .tbl_scroll article {
  height: 500px;
  overflow-y: scroll;
}
@media only screen and (max-width: 1200px) {
  #main .tbl_scroll article {
    overflow-y: auto;
    height: unset;
  }
}
#main .tbl_scroll td {
  width: 16.6666666667%;
  vertical-align: middle;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border: none !important;
  box-shadow: inset 0 0 0 1px #ccc;
}
#main .tbl_scroll tr:first-child td {
  text-align: center;
  height: 50px;
}
#main .tbl_scroll tr td.fixed01 {
  position: sticky !important;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #0f3668;
  z-index: 1;
}
#main .tbl_scroll .fixed01.fixed02 {
  z-index: 2;
}

body.company .slide4 {
  padding: 40px 0 80px;
}

.maptodl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #0f3668;
}
.maptodl + .clearfix {
  margin-top: 40px;
}
.maptodl + .clearfix div {
  font-weight: 600;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 834px) {
  .maptodl {
    padding: 0;
  }
}

#main .item_col2 {
  width: 50%;
}
@media screen and (max-width: 834px) {
  #main .item_col2 {
    width: 100%;
  }
}
#main .item_col2.map_wrap {
  position: relative;
}
#main .item_col2.map_wrap::before {
  padding-top: 75%;
}
#main .item_col2.form_wrap {
  padding: 40px;
  padding-right: 0;
  padding-left: 80px;
  max-width: 600px;
  color: #fff;
}
#main .item_col2.form_wrap * {
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #main .item_col2.form_wrap * {
    font-size: 16px;
  }
}
#main .item_col2.form_wrap dd {
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  #main .item_col2.form_wrap {
    order: -1;
    padding: 40px 0;
    display: grid;
    place-content: center;
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  #main .item_col2.form_wrap {
    display: block;
    padding: 40px 10px;
  }
}

body:is(.contact, .info, .past) #main .pan1 + .clearfix {
  margin: 40px 0;
}
body:is(.contact, .info, .past) #main .clearfix img.imgC {
  width: 100%;
  height: auto;
}
body:is(.contact, .info, .past) #main .slide4 {
  padding-top: 40px;
  margin-top: 40px;
}
body:is(.contact, .info, .past) #main .bg_tile + .bg_tile .contact_block {
  margin-top: 0;
}

body:is(.past, .company) .contact_block {
  margin-top: 0;
}

.pan1 {
  padding: 20px 0px 0px;
  color: #0f3668;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.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;
}
.pan1 ul a:-moz-any-link {
  font-weight: 600;
  text-decoration: underline #0f3668;
  text-decoration-thickness: 1px;
}
.pan1 ul a:any-link {
  font-weight: 600;
  -webkit-text-decoration: underline #0f3668;
          text-decoration: underline #0f3668;
  text-decoration-thickness: 1px;
}
.pan1 ul a:-moz-any-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.pan1 ul a:any-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.bg_tile .pan1 {
  padding: 20px 0px 0px;
}

.entry.form_wrap {
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: 0.5s;
}
.entry.form_wrap:focus-within {
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.2);
}
.entry.form_wrap dl {
  flex-wrap: wrap;
}
.entry.form_wrap dt {
  align-items: center;
  flex-direction: row;
  padding: 8px;
  font-size: clamp(15px, 2vw, 18px);
  width: 100% !important;
}
@media only screen and (min-width: 640px) {
  .entry.form_wrap dt {
    width: 20% !important;
  }
}
.entry.form_wrap dd {
  padding: 2% 2%;
  font-size: clamp(15px, 2vw, 18px);
  width: 100% !important;
}
@media only screen and (min-width: 640px) {
  .entry.form_wrap dd {
    width: 80% !important;
  }
}
.entry.form_wrap label {
  margin-left: 10px;
}

.fa.fa-info-circle {
  color: #0f3668;
}

.error_text div {
  color: #333;
  margin: 0 auto;
  padding: 20px;
  font-size: clamp(18px, 2vw, 20px);
}/*# sourceMappingURL=common_style.css.map */