@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 91.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 48px);
  }
}
.__inner.__medium {
  width: 76.25rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 91.875rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 48px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__en {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.__ttltxt.__style01 {
  display: flex;
  align-items: flex-start;
}
.__ttltxt.__style01::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 0.4em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01::before {
    width: 0.8em;
    margin-top: 0.5em;
    margin-right: 0.6em;
  }
}
.__ttltxt.__style01.__logo::before {
  width: 2em;
  border-radius: initial;
  background: url(../images/icon-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-right: 0.4em;
}
.__ttltxt.__style01.__arch::before {
  width: 1em;
  aspect-ratio: 1/1;
  border-top-left-radius: 50vh;
  border-top-right-radius: 50vh;
  background-color: #0078c4;
  margin-right: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style02 span.__jp {
    margin-bottom: 0.4em;
  }
}
.__ttltxt.__style02 span.__en {
  font-size: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style02 span.__en {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 span.__en {
    font-size: 39.6px;
  }
}

a.__txtlink {
  color: #0078c4;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink .__arrow {
  display: inline-block;
  width: 0.7em;
  margin-left: 0.6em;
}
a.__txtlink .__arrow img {
  width: 100%;
  height: auto;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linkbtn a, .__linkbtn button {
  display: flex;
  align-items: center;
  background-color: #0078c4;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em;
  border-radius: 50vh;
  transition: all 0.36s ease;
}
.__linkbtn a span.__txt, .__linkbtn button span.__txt {
  color: #fff;
  font-size: 0.9375em;
  padding-left: 1.6em;
  padding-right: 6em;
  transition: all 0.36s ease;
}
@media screen and (max-width: 767px) {
  .__linkbtn a span.__txt, .__linkbtn button span.__txt {
    padding-right: 8em;
  }
}
.__linkbtn a span.__arrow, .__linkbtn button span.__arrow {
  position: relative;
  width: 2.7em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
}
.__linkbtn a span.__arrow img, .__linkbtn button span.__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75em;
  height: auto;
}
@media screen and (min-width: 992px) {
  .__linkbtn a:hover, .__linkbtn button:hover {
    filter: brightness(1.05);
  }
  .__linkbtn a:hover span.__txt, .__linkbtn button:hover span.__txt {
    padding-right: 7em;
  }
}
.__linkbtn.__light a {
  background-color: #fff;
}
.__linkbtn.__light a span.__txt {
  color: #0078c4;
}
.__linkbtn.__light a span.__arrow {
  background-color: #0078c4;
}

.__cate-label {
  font-size: 0.75em;
  padding: 0.2em 1em 0.3em;
  background-color: #2288cb;
  border: solid 1px #fff;
  border-radius: 50vh;
}
@media screen and (max-width: 1199px) {
  .__cate-label {
    font-size: 0.8em;
    padding-bottom: 0.4em;
  }
}

.cate-list-item {
  cursor: pointer;
  text-align: center;
  font-size: 0.875em;
  padding: 0.4em 2em 0.5em;
  border-radius: 50vh;
}
@media screen and (max-width: 1199px) {
  .cate-list-item {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 991px) {
  .cate-list-item {
    padding: 0.4em 2em;
  }
}
@media screen and (max-width: 767px) {
  .cate-list-item {
    font-size: 0.9em;
  }
}

.__content-style01 {
  width: calc(100% - (100% - 91.875rem) / 2);
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .__content-style01 {
    width: calc(100% - 48px);
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 {
    width: calc(100% - 24px);
  }
}
.__content-style01 .img-wrap {
  position: relative;
  z-index: 4;
  width: calc(100% - 37.5rem - 6em);
  aspect-ratio: 2/1;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  overflow: clip;
}
@media screen and (max-width: 991px) {
  .__content-style01 .img-wrap {
    width: 100%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .img-wrap {
    aspect-ratio: 1.75/1;
  }
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style01 .txt-wrap {
  position: relative;
  z-index: 2;
  width: 37.5rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap {
    width: calc(37.5rem + 2em);
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap {
    width: calc(100% - 48px);
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap {
    width: calc(100% - 24px);
  }
}
.__content-style01 .txt-wrap .__logo-mark {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  margin-bottom: -4.5rem;
  margin-right: -2em;
  width: 37.5rem;
}
@media screen and (max-width: 991px) {
  .__content-style01 .txt-wrap .__logo-mark {
    width: 48.75rem;
    margin-bottom: -2em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .__logo-mark {
    width: 91.875rem;
  }
}
.__content-style01 .txt-wrap .__logo-mark img {
  width: 100%;
  height: auto;
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 2em;
}
.__content-style01 .txt-wrap .sec-txt p {
  line-height: 2em;
  letter-spacing: 0.12em;
}
.__content-style01 .txt-wrap .__linkbtn {
  margin-top: 4em;
}
.__content-style01.__img3-2 .img-wrap {
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .__content-style01.__img3-2 .img-wrap {
    aspect-ratio: 5/3;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01.__img3-2 .img-wrap {
    aspect-ratio: 3/2;
  }
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s cubic-bezier(0.7, 0.02, 0.35, 1.5) 0.2s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__txtAnimation {
  display: inline-block;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
}
.__txtAnimation .__row {
  display: inline-block;
  line-height: 1em;
  transform: translateY(100%);
  transition: all 0.7s cubic-bezier(0.7, 0.02, 0.35, 1.15) 0.2s;
}
.__txtAnimation.__inview .__row {
  transform: translateY(0);
}

.__imgAnimation {
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0); /* 右側を全カット（非表示） */
  transition: clip-path 1.5s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__imgAnimation.__delay00 {
  transition-delay: 0.2s;
}
.__imgAnimation.__left {
  clip-path: inset(0 0 0 100%); /* 左側を全カット（非表示） */
}
.__imgAnimation.__inview {
  clip-path: inset(0 0 0 0); /* 全表示 */
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  transform: translateY(-12em);
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  header {
    transform: translateY(0);
  }
}
header.__scroll {
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(120, 120, 120, 0.6);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  background-color: #fff;
  border-bottom-right-radius: 1.875rem;
  box-shadow: 2px 2px 20px rgba(100, 100, 100, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  header .header-logo {
    border-bottom-right-radius: 16px;
  }
}
header .header-logo a {
  padding: 2.4em 2.4em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  header .header-logo a {
    padding: 3em 2.4em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo a {
    padding: 3em 1.6em;
  }
}
header .header-logo img {
  width: 8.75em;
  height: auto;
}
@media screen and (max-width: 991px) {
  header .header-logo img {
    width: 8em;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo img {
    width: 7em;
  }
}
@media screen and (max-width: 991px) {
  header.__scroll .header-logo a {
    padding: 2em 2.4em;
  }
}
@media screen and (max-width: 767px) {
  header.__scroll .header-logo a {
    padding: 2em 1.6em;
  }
}
@media screen and (max-width: 991px) {
  header.__scroll .header-logo img {
    width: 7.5em;
  }
}
@media screen and (max-width: 767px) {
  header.__scroll .header-logo img {
    width: 6.5em;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn-wrap {
    width: 80px;
    aspect-ratio: 1/1;
    background-color: #0078c4;
    border-bottom-left-radius: 16px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn-wrap {
    width: 64px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40%;
    height: 2px;
    border-radius: 50vh;
    background-color: #fff;
    transition: all 0.36s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(40deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-40deg);
  }
}
header .header-menu {
  background-color: #fff;
  border-bottom-left-radius: 1.875rem;
  box-shadow: 2px 2px 20px rgba(100, 100, 100, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 1.2em;
  padding-right: 2em;
  padding-bottom: 1.6em;
  padding-left: 1.6em;
}
@media screen and (max-width: 991px) {
  header .header-menu {
    width: 240px;
    border-bottom-left-radius: 16px;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-right: -240px;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu {
    width: 200px;
    margin-right: -200px;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu.__open {
    margin-right: 0;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 1.6em;
  padding: 0.6em 0;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a {
    margin: 20px 0;
    padding: 0.36em 0;
    padding-left: 20px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #0078c4;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  margin-bottom: -3px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.24s ease;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a::before {
    width: 7px;
    height: 7px;
    bottom: initial;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) scale(0);
  }
}
header .header-menu nav ul li a:hover::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a:hover::before {
    transform: translate(0, -50%) scale(1);
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li.__current a::before {
    transform: translate(0, -50%) scale(1);
  }
}
header .header-menu nav ul li.__contact {
  margin-top: 0.4em;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li.__contact {
    margin-top: 30px;
  }
}
header .header-menu nav ul li.__contact a {
  color: #fff;
  background-color: #0078c4;
  font-size: 0.9375em;
  padding: 0.3em 1.6em 0.4em;
  border-radius: 50vh;
  transition: all 0.2s ease;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li.__contact a {
    padding: 0.6em 1.6em 0.7em;
  }
}
header .header-menu nav ul li.__contact a::before {
  display: none;
}
header .header-menu nav ul li.__contact a:hover {
  background-color: #43a6e5;
}
header .header-menu nav ul li.__contact.__current a {
  background-color: #43a6e5;
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  color: #fff;
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  background-position: 100% 0%;
}
@media screen and (max-width: 991px) {
  .sec-contact {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.sec-contact .sec-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner {
    display: block;
  }
}
.sec-contact .sec-inner .content-left .sec-txt {
  margin-top: 2em;
}
.sec-contact .sec-inner .content-left .sec-txt p {
  font-weight: 700;
}
.sec-contact .sec-inner .content-right {
  margin-left: 8em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .content-right {
    margin-left: 0;
    margin-top: 3em;
  }
}
.sec-contact .sec-inner .content-right .tel-wrap {
  font-size: 1.5em;
}
.sec-contact .sec-inner .content-right .tel-wrap span.__num {
  font-size: min(9vw, 1.5em);
}
.sec-contact .sec-inner .content-right .tel-wrap span.__num a {
  font-size: 1em;
  display: inline;
}
.sec-contact .sec-inner .content-right .tel-info {
  margin-top: 1em;
}
.sec-contact .sec-inner .content-right .tel-info p {
  font-weight: 700;
  line-height: 2em;
}
.sec-contact .sec-inner .content-right .tel-info p span.__pcsp-hidden {
  display: none;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .content-right .tel-info p span.__pcsp-hidden {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .content-right .tel-info p span.__pcsp-hidden {
    display: none;
  }
}
.sec-contact .sec-inner .content-right .__linkbtn {
  margin-top: 3em;
}
.sec-contact .sec-inner .content-right .__linkbtn a span.__txt {
  padding-right: 10em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .content-right .__linkbtn a span.__txt {
    padding-right: 8em;
  }
}
@media screen and (min-width: 992px) {
  .sec-contact .sec-inner .content-right .__linkbtn a:hover span.__txt {
    padding-right: 11em;
  }
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 120px;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 72px;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 12em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 9em;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-address {
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-address {
    margin-top: 3em;
  }
}
footer .footer-inner .footer-left .footer-address dl {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-address dl {
    margin-top: 1.2em;
  }
}
footer .footer-inner .footer-left .footer-address dl dt {
  width: 5em;
  font-weight: 400;
  flex-shrink: 0;
}
footer .footer-inner .footer-left .footer-address dl dd a {
  display: inline-block;
  margin-left: 0.2em;
  opacity: 1;
  transition: all 0.2s ease;
}
footer .footer-inner .footer-left .footer-address dl dd a img {
  width: 0.85em;
  height: auto;
}
footer .footer-inner .footer-left .footer-address dl dd a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu {
    margin-top: 3em;
    padding-top: 3em;
    border-top: solid 1px #dadada;
  }
}
footer .footer-inner .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .footer-inner .footer-menu ul li {
  margin-left: 2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li {
    margin-left: 0;
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li {
    margin: 1em 1.6em;
  }
}
footer .footer-inner .footer-menu ul li a {
  opacity: 1;
  transition: all 0.2s ease;
}
footer .footer-inner .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .copyright {
  color: #fff;
  background-color: #0078c4;
  text-align: center;
  font-size: 13px;
  padding: 1em 0;
  margin-top: 120px;
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    font-size: 12px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 1.6em;
}
@media screen and (max-width: 1199px) {
  #pagetop {
    margin: 1em;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin-bottom: 0.8em;
  }
}
#pagetop a {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 64px;
    height: 64px;
  }
}
#pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #0078c4;
  transition: all 0.3s ease;
}
#pagetop a .pgtop-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pagetop a .pgtop-inner img {
  width: 0.8em;
  height: auto;
  margin: 0 auto;
}
#pagetop a .pgtop-inner span.__en {
  color: #0078c4;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #pagetop a .pgtop-inner span.__en {
    font-size: 0.85em;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  #pagetop a:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}/*# sourceMappingURL=common.css.map */