@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 91.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    padding: 0 20px;
  }
}
.__inner.__medium {
  max-width: 1200px;
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f0c8";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.75em;
  margin-top: 0.45em;
  margin-right: 0.8em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
  font-size: 1em;
  margin-top: 0;
  margin-right: 0.4em;
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__ttlstyle01 span.__en {
  display: block;
  color: #00479d;
  font-size: 0.95em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 0.85em;
  }
}
.__ttlstyle01 span.__jp {
  font-size: max(2.75rem, 1.825em);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.425em;
  }
}
.__ttlstyle01.__center {
  text-align: center;
}
.__ttlstyle01.__border-bottom {
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(23, 93, 178, 0.6);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__border-bottom {
    padding-bottom: 0.6em;
  }
}
.__ttlstyle01.__white.__border-bottom {
  border-bottom-color: #fff;
}
.__ttlstyle01.__white span.__en {
  color: #fff;
}

.__ttlstyle02 {
  display: flex;
  align-items: flex-start;
  font-size: max(2rem, 1.375em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: 1.25em;
  }
}
.__ttlstyle02 span.__num {
  flex-shrink: 0;
  color: #175db2;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__num {
    font-size: 10px;
  }
}
.__ttlstyle02 span.__txt {
  line-height: 1.6em;
}

.__ttlstyle03 span.__ttlstyle02 {
  font-size: max(2.25rem, 1.645em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__ttlstyle02 {
    font-size: 1.375em;
  }
}
.__ttlstyle03 span.__en {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #175db2;
  background-color: #fff;
  border: solid 1px #f2f7ff;
  font-size: 0.85em;
  padding: 0 1em 0.1em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 span.__en {
    font-size: 0.75em;
  }
}

.__ttlstyle04 {
  border-left: solid 2px #175db2;
  padding-left: 0.6em;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4em;
}
@media screen and (max-width: 991px) {
  .__ttlstyle04 {
    font-size: 1.125em;
  }
}

.__label-style {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #b8d4f7;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0.1em 1.6em 0.2em;
}

a.__txtlink {
  color: #175db2;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 0.6em;
  border-bottom: solid 1px rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    font-size: 0.95em;
  }
}
.__linkbtn01 a::after, .__linkbtn01 button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #d8ebfd;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.36s ease;
}
.__linkbtn01 a .__txt, .__linkbtn01 button .__txt {
  line-height: 1.4em;
  margin-right: 2em;
}
.__linkbtn01 a .__arrow, .__linkbtn01 button .__arrow {
  display: block;
  background-color: #00479d;
  border-radius: 4px;
  padding: 0.4em 0.6em;
}
.__linkbtn01 a .__arrow .__arrow-inner, .__linkbtn01 button .__arrow .__arrow-inner {
  display: block;
  position: relative;
  overflow: clip;
  width: 0.8em;
  aspect-ratio: 3/2;
}
.__linkbtn01 a .__arrow .__arrow-inner img, .__linkbtn01 button .__arrow .__arrow-inner img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transition: all 0.36s ease;
}
.__linkbtn01 a .__arrow .__arrow-inner img.__initial, .__linkbtn01 button .__arrow .__arrow-inner img.__initial {
  transform: translateX(-120%);
}
.__linkbtn01 a:hover::after, .__linkbtn01 button:hover::after {
  transform: scaleX(1);
}
.__linkbtn01 a:hover .__arrow .__arrow-inner img.__initial, .__linkbtn01 button:hover .__arrow .__arrow-inner img.__initial {
  transform: translateX(0);
}
.__linkbtn01 a:hover .__arrow .__arrow-inner img.__rotated, .__linkbtn01 button:hover .__arrow .__arrow-inner img.__rotated {
  transform: translateX(120%);
}
.__linkbtn01.__back a::after, .__linkbtn01.__back button::after {
  transform-origin: right;
}
.__linkbtn01.__back a .__txt, .__linkbtn01.__back button .__txt {
  margin-right: 0;
  margin-left: 2em;
}
.__linkbtn01.__back a .__arrow, .__linkbtn01.__back button .__arrow {
  transform: scaleX(-1);
}
.__linkbtn01.__white a {
  border-bottom-color: #fff;
}
.__linkbtn01.__white a::after {
  background-color: #00479d;
}
.__linkbtn01.__white a .__arrow {
  background-color: #fff;
}
.__linkbtn01.__bgwrap a {
  color: #222222;
  text-shadow: none;
  background-color: #fff;
  border: solid 1px rgba(35, 46, 65, 0.4);
  border-radius: 4px;
  line-height: 1.4em;
  padding: 0.8em 1em 0.9em;
}
.__linkbtn01.__bgwrap a::after {
  display: none;
}

.__linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn02 a {
  position: relative;
  color: #fff;
  background-color: #00479d;
  border-radius: 4px;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0.4em 1em 0.5em;
}
.__linkbtn02 a::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: all 0.3s ease;
}
.__linkbtn02 a:hover::before {
  opacity: 1;
}
.__linkbtn02.__pdf a {
  display: flex;
  align-items: center;
  color: #222222;
  background-color: #fff;
  border: solid 1px rgba(35, 46, 65, 0.4);
}
.__linkbtn02.__pdf a::before {
  z-index: 2;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.__linkbtn02.__pdf a::after {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 56/75;
  background-image: url(../images/icon-pdf.png);
  background-size: cover;
  margin-left: 2em;
  flex-shrink: 0;
}

.fix-bgimg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100lvh;
}
.fix-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style01 .sec-txt, .__content-style01 .content-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-txt, .__content-style01 .content-txt {
    margin-top: 1.6em;
  }
}
.__content-style01 .sec-txt p:not(:nth-of-type(1)), .__content-style01 .content-txt p:not(:nth-of-type(1)) {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-txt p:not(:nth-of-type(1)), .__content-style01 .content-txt p:not(:nth-of-type(1)) {
    margin-top: 1em;
  }
}
.__content-style01 .sec-link, .__content-style01 .content-link {
  margin-top: 2.4em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-link .__linkbtn01, .__content-style01 .content-link .__linkbtn01 {
    margin-left: auto;
  }
}

.__content-style02 {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02 .txt-wrap {
  width: 100%;
}
.__content-style02 .img-wrap {
  flex-shrink: 0;
  width: 30rem;
  margin-left: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .img-wrap {
    margin-top: 2em;
  }
}
.__content-style02 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style02.__reverse {
  flex-direction: row-reverse;
}
.__content-style02.__reverse .img-wrap {
  margin-left: 0;
  margin-right: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  .__content-style02.__reverse .img-wrap {
    margin-right: 0;
  }
}

.content-wrap.__telfax .num-txt {
  font-size: max(2.75rem, 1.645em);
  letter-spacing: 0;
  line-height: 1em;
}
.content-wrap.__telfax .num-txt span, .content-wrap.__telfax .num-txt p {
  font-size: 1em;
}
.content-wrap.__telfax .num-txt a {
  display: inline;
  font-size: 1em;
}

.__txtAnimation {
  display: inline-block;
  line-height: 1.2em;
  height: 100%;
  clip-path: inset(0 0 100% 0); /* 右側を全カット（非表示） */
  transition: clip-path 2s cubic-bezier(0.7, 0, 0.2, 1) 0.2s;
}
.__txtAnimation.__inview {
  clip-path: inset(0 0 0 0); /* 全表示 */
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #f2f7ff;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25em 20px;
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding: 0.8em 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0.4em 14px;
  }
}
@media screen and (max-width: 991px) {
  header .__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(216, 235, 253, 0.6);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 270px;
  margin-left: -4px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 243px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 175.5px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 991px) {
  header .header-menu {
    background-color: #f2f7ff;
    width: 180px;
    height: 100vh;
    padding: 80px 20px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-size: max(1rem, 0.95em);
  margin-right: max(2.5rem, 1.25em);
  padding: 0.2em 0;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a {
    margin: 20px 0;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #222222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease 0.4s, opacity 0.24s ease;
}
header .header-menu nav ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.4s ease;
}
header .header-menu nav ul li.__current a {
  color: #175db2;
}
header .header-menu nav ul li.__current a::before {
  display: none;
}
@media screen and (max-width: 991px) {
  header .header-menu .header-contact {
    margin-top: 30px;
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  color: #fff;
  text-shadow: 0 0 8px rgba(35, 46, 65, 0.8);
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.sec-contact::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 71, 157, 0.6);
  backdrop-filter: blur(3px);
}
.sec-contact .__inner {
  max-width: 1000px;
}
.sec-contact .sec-txt {
  margin-top: 2em;
}
.sec-contact .flex-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-contact .flex-wrap {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap .content-wrap {
    display: flex;
    align-items: flex-start;
  }
}
.sec-contact .flex-wrap .content-wrap h3 {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap .content-wrap h3 {
    width: 4.25em;
    font-size: 0.85em;
  }
}
.sec-contact .flex-wrap .content-wrap.__mail {
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  .sec-contact .flex-wrap .content-wrap.__mail {
    margin-left: 0;
    margin-top: 1em;
  }
}

/* footer
---------------------------------------------------- */
#footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #2b2f33;
}
@media screen and (max-width: 1199px) {
  #footer {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 20px;
  }
}
#footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner {
    display: block;
    margin-top: 0;
  }
}
#footer .footer-inner .footer-left {
  flex-shrink: 0;
  margin-right: 3em;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-left {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
#footer .footer-inner .footer-left .logo-img {
  width: 4em;
  margin-right: 1em;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-left .logo-img {
    width: 2.75em;
  }
}
#footer .footer-inner .footer-left .logo-img img {
  width: 100%;
  height: auto;
}
#footer .footer-inner .footer-left .company-txt p {
  font-size: 0.9em;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
#footer .footer-inner .footer-left .company-txt p span.company {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(1.6875rem, 1.375em);
  line-height: 2em;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-left .company-txt p span.company {
    font-size: 1.25em;
  }
}
#footer .footer-inner .footer-right .footer-menu {
  margin-top: 1em;
}
#footer .footer-inner .footer-right .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-inner .footer-right .footer-menu ul li {
  margin-left: 2em;
  padding: 0.2em 0;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-right .footer-menu ul li {
    width: 33.3333333333%;
    margin-left: 0;
  }
}
#footer .footer-inner .footer-right .footer-menu ul li:nth-of-type(1) {
  margin-left: 0;
}
#footer .footer-inner .footer-right .footer-menu ul li a {
  font-size: max(1rem, 0.95em);
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-inner .footer-right .copyright {
  margin-top: 4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-right .copyright {
    margin-top: 80px;
    margin-bottom: 0;
  }
}
#footer .footer-inner .footer-right .copyright p {
  text-align: end;
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner .footer-right .copyright p {
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-right .copyright p {
    font-size: 10px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 20px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin: 14px 10px;
  }
}
#pagetop a {
  background-color: #00479d;
  border-radius: 4px;
  padding: 0.8em;
  transform: rotate(-90deg);
}
#pagetop a .arrow {
  display: block;
  position: relative;
  overflow: clip;
  width: 1.25em;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  #pagetop a .arrow {
    width: 1.125em;
  }
}
#pagetop a .arrow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
#pagetop a .arrow img.__initial {
  transform: translateX(-120%);
}
#pagetop a:hover .arrow img {
  transition: all 0.36s ease;
}
#pagetop a:hover .arrow img.__initial {
  transform: translateX(0);
}
#pagetop a:hover .arrow img.__rotated {
  transform: translateX(120%);
}/*# sourceMappingURL=common.css.map */