@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% - 36px);
  }
}

.__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.4em;
  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: "※";
}

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

.__ttlstyle01 span.__en {
  color: #1a68de;
  font-size: 4rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: min(9.2vw, 2.125em);
  }
}
.__ttlstyle01 span.__jp {
  display: block;
  font-weight: 700;
  font-size: max(1.25em, 1.5rem);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 0.95em;
  }
}
.__ttlstyle01.__center {
  text-align: center;
}

.__ttlstyle02 {
  position: relative;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6em;
  border-bottom: solid 3px #efefef;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: 1.125em;
    padding-bottom: 0.6em;
  }
}
.__ttlstyle02::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -3px;
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  background-color: #1a68de;
}

.__ttlstyle03 {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4em;
  border-bottom: solid 1px #ced1d6;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: min(5.9vw, 1.5em);
    line-height: 1.1em;
    padding-bottom: 0.48em;
  }
}
.__ttlstyle03::before {
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.8em;
  aspect-ratio: 48/60;
  background-image: url(../images/icon-ttl03.png);
  background-size: cover;
  margin-right: 0.48em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__jp {
    display: block;
  }
}
.__ttlstyle03 span.__en {
  display: inline-block;
  color: #2b63b8;
  font-weight: 600;
  font-size: 0.5em;
  margin-left: 0.7em;
  transform: translateY(0.1em);
}
@media screen and (max-width: 991px) {
  .__ttlstyle03 span.__en {
    font-size: 0.55em;
    margin-left: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__en {
    font-size: 13px;
  }
}
.__ttlstyle03.__small {
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03.__small {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03.__small {
    font-size: min(5.9vw, 1.375em);
  }
}

.__ttlstyle04 {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle04 {
    font-size: 1em;
  }
}
.__ttlstyle04::before {
  content: "";
  display: block;
  width: 0.7em;
  aspect-ratio: 1/1;
  border: solid 3px #c2c7d3;
  margin-top: 0.35em;
  margin-right: 0.7em;
}

.__txt-marker {
  display: inline;
  padding: 0.1em 0.4em;
  background: linear-gradient(transparent 0, #dbe9ff 0);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: all 1s ease 0.4s;
}
.__txt-marker.__inview {
  background-size: 100% 100%;
}

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

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

a .__roll-animation, button .__roll-animation {
  overflow: hidden;
  height: 1em;
}
a .__roll-animation span, button .__roll-animation span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1em;
}
a .__roll-animation span.__initial, button .__roll-animation span.__initial {
  will-change: margin-top;
  transition: margin-top 0.4s;
}
@media screen and (min-width: 992px) {
  a:hover .__roll-animation span.__initial, button:hover .__roll-animation span.__initial {
    margin-top: -1.1em;
  }
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 {
    width: 100%;
  }
}
.__linkbtn01 a, .__linkbtn01 button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #1a68de;
  border-radius: 50vh;
  padding: 0.48em 1.6em 0.6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    font-size: 0.9em;
    padding-top: 0.6em;
    padding-bottom: 0.7em;
  }
}
.__linkbtn01 a .__txt, .__linkbtn01 button .__txt {
  margin-right: 4.8em;
}
.__linkbtn01 a .__arrow i, .__linkbtn01 button .__arrow i {
  font-size: 0.9em;
}

.__bg-gradation {
  background: linear-gradient(90deg, rgba(219, 233, 255, 0.1), rgba(219, 233, 255, 0.4), rgba(219, 233, 255, 0.1));
}

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

.__content-style01 {
  background-color: #dbe9ff;
  overflow-y: clip;
  padding: 6.25rem 0;
}
@media screen and (max-width: 1199px) {
  .__content-style01 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 {
    padding: 40px 0;
  }
}
.__content-style01::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background-image: url(../images/bgimg01.png);
  background-size: cover;
}

.__content-style02 {
  overflow: clip;
  border-top-left-radius: 0.8em;
}

.__content-style03 .sec-txt {
  margin-top: 2em;
}
.__content-style03 .sec-txt h4 {
  font-weight: 700;
  font-size: max(1.25em, 1.5rem);
}
@media screen and (max-width: 767px) {
  .__content-style03 .sec-txt h4 {
    font-size: 1.125em;
  }
}
.__content-style03 .sec-txt p {
  line-height: 2em;
  margin-top: 1em;
}

.content-wrap.__contact {
  text-align: center;
  padding: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__contact {
    padding: 1.4em;
  }
}
.content-wrap.__contact .content-inner {
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .content-wrap.__contact .content-inner {
    margin-top: 0.8em;
  }
}
.content-wrap.__contact .num-txt p {
  color: #1a68de;
  font-size: 2.25em;
  line-height: 1.4em;
}
@media screen and (max-width: 991px) {
  .content-wrap.__contact .num-txt p {
    font-size: 2em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__contact .num-txt p {
    font-size: 1.75em;
  }
}
.content-wrap.__contact .num-txt p a {
  display: inline;
  font-size: 1em;
}
.content-wrap.__contact .note-txt {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .content-wrap.__contact .note-txt {
    margin-top: 0.2em;
  }
}
.content-wrap.__contact .note-txt p {
  font-size: 0.9em;
  line-height: 1.4em;
}
.content-wrap.__contact .note-txt p span.__note {
  font-size: 0.9em;
}

.cate-list ul {
  display: flex;
  flex-wrap: wrap;
}
.cate-list ul .cate-list-item {
  margin-right: 0.6em;
  margin-top: 0.6em;
}
.cate-list ul .cate-list-item:last-of-type {
  margin-right: 0;
}
.cate-list ul .cate-list-item a {
  border: solid 1px #1a1a1a;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1.2em 0.3em;
  border-radius: 50vh;
}
@media screen and (max-width: 767px) {
  .cate-list ul .cate-list-item a {
    font-size: 0.9em;
    padding: 0.1em 1em 0.2em;
  }
}
.cate-list ul .cate-list-item.__current a {
  pointer-events: none;
  color: #1a68de;
  border-color: #1a68de;
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
}
header .header-inner {
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.875rem;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding-top: 0;
  }
}
header .header-inner > * {
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  position: relative;
  width: 330px;
  margin-top: 24px;
  margin-left: 2.25rem;
  transform: scale(1);
  transform-origin: top left;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 313.5px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 214.5px;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 165px;
    margin-top: 18px;
    margin-left: 12px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .header-logo img.__pagetop {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  header .header-logo img.__pagetop {
    opacity: 0;
  }
}
header .header-logo img.__scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  header .header-logo img.__scroll {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 1199px) {
  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: #1a1a1a;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  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: 1199px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(36deg);
  }
  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(-36deg);
  }
}
header .header-menu {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 5.6em;
  padding: 0 24px;
  margin-top: 10px;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #efefef;
    display: block;
    width: 240px;
    height: 100vh;
    margin-top: 0;
    padding-top: 120px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  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: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 1em;
  padding: 0.36em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 30px 0;
  }
}
header .header-menu nav ul li.__current a {
  pointer-events: none;
  color: #1a68de;
}
@media screen and (min-width: 1200px) {
  header.__scroll .header-inner {
    padding-top: 0;
  }
  header.__scroll .header-logo {
    transform: scale(0.85);
  }
  header.__scroll .header-logo img.__pagetop {
    opacity: 0;
  }
  header.__scroll .header-logo img.__scroll {
    opacity: 1;
  }
  header.__scroll .header-menu {
    margin-top: 0;
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  background-image: url(../images/bgimg02.png);
  background-size: cover;
}
.sec-contact .sec-txt {
  margin-top: 2em;
}
.sec-contact .sec-txt p {
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-txt p {
    text-align: start;
  }
}
.sec-contact .sec-content {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content {
    display: block;
  }
}
.sec-contact .sec-content .content-wrap {
  background-color: #cfe1fc;
  width: calc(50% - 1em);
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap:nth-of-type(2) {
    margin-top: 1.4em;
  }
}
.sec-contact .sec-content .content-wrap .content-ttl h3 {
  font-weight: 700;
  font-size: max(1.125em, 1.5rem);
  line-height: 1.6em;
  border-bottom: solid 1px #fff;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap .content-ttl h3 {
    font-size: 1.125em;
    padding-bottom: 0.6em;
  }
}
.sec-contact .sec-content .content-wrap .__linkbtn01 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap .__linkbtn01 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.sec-contact .sec-content .content-wrap .__linkbtn01 a {
  padding-top: 0.7em;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap .__linkbtn01 a {
    padding-top: 0.6em;
    padding-bottom: 0.7em;
  }
}

/* footer
---------------------------------------------------- */
footer {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    width: calc(100% - 40px);
  }
}
footer .footer-inner .left-content .footer-logo {
  width: 320px;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .left-content .footer-logo {
    width: 304px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .left-content .footer-logo {
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .left-content .footer-logo {
    width: 192px;
  }
}
footer .footer-inner .left-content .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .left-content .footer-info {
  margin-top: 1.6em;
}
footer .footer-inner .left-content .footer-info p a {
  display: inline;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu {
    width: 100%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu {
    margin-top: 2em;
  }
}
footer .footer-inner .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul {
    display: block;
  }
}
footer .footer-inner .footer-menu ul li {
  margin: 0 1em;
  padding: 0.36em 0;
}
footer .footer-inner .footer-menu ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li {
    margin: 0;
  }
}
footer .footer-inner .copyright {
  width: 100%;
}
footer .footer-inner .copyright p {
  text-align: end;
  font-size: 12px;
  line-height: 1em;
  margin-top: -1.2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .copyright p {
    text-align: start;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .copyright p {
    margin-top: 60px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 1em;
}
#pagetop a {
  color: #fff;
  background-color: #2b63b8;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transition: all 0.24s ease;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 48px;
    height: 48px;
  }
}
#pagetop a .__roll-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125em;
  margin-top: -0.06em;
}
#pagetop a:hover {
  background-color: #1a68de;
}/*# sourceMappingURL=common.css.map */