@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  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.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  color: #262e33;
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7em;
  margin-top: 0.6em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  color: #222;
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
  font-size: 1em;
  margin-top: 0;
  margin-right: 0.4em;
}

.__list-col.__3col {
  display: flex;
  flex-wrap: wrap;
}
.__list-col.__3col li {
  width: calc(33.3333333333% - 0.6666666667em);
  margin-right: 1em;
  margin-top: 1em;
}
.__list-col.__3col li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .__list-col.__3col li {
    width: calc(50% - 0.5em);
  }
  .__list-col.__3col li:nth-of-type(3n) {
    margin-right: 1em;
  }
  .__list-col.__3col li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .__list-col.__3col li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.6em;
  }
  .__list-col.__3col li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.__fsiz-20 {
  font-size: max(1.25rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__fsiz-20 {
    font-size: 1em;
  }
}

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

.__ttlstyle01 {
  border-bottom: solid 1px #222;
  padding-bottom: 0.8em;
}
.__ttlstyle01 span.__en {
  color: #097fc8;
  font-weight: 600;
  font-size: max(1.5rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 1em;
  }
}
.__ttlstyle01 span.__jp {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.5em;
  }
}

.__ttlstyle02 {
  text-align: center;
}
.__ttlstyle02 span.__en {
  color: #2991d1;
  font-size: 5.25rem;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__en {
    font-size: max(6rem, 3.25em);
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__en {
    font-size: 2.375em;
  }
}
.__ttlstyle02 span.__jp {
  display: block;
  font-size: 2rem;
  line-height: 1.6em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__jp {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__jp {
    font-size: 1em;
    margin-top: 0.3em;
  }
}
.__ttlstyle02.__white span.__en {
  color: #fff;
}

.__ttlstyle03 {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: 1.375em;
  }
}
.__ttlstyle03::before {
  color: #2991d1;
  content: "\f042";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85em;
  margin-top: 0.1em;
  margin-right: 0.4em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03::before {
    font-size: 0.95em;
  }
}

.__ttlstyle04 {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle04 {
    font-size: 1em;
  }
}
.__ttlstyle04::before {
  content: "";
  display: block;
  width: 0.9em;
  aspect-ratio: 1/1;
  background-color: #2991d1;
  margin-right: 0.4em;
  margin-top: 0.5em;
}

a.__txtlink {
  color: #097fc8;
  display: inline-block;
  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;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 {
    width: 100%;
  }
}
.__linkbtn01 a, .__linkbtn01 button {
  color: #fff;
  background-color: #262e33;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0.7em 0;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    font-size: 1em;
    justify-content: space-between;
    padding: 0.6em 0;
  }
}
.__linkbtn01 a::before, .__linkbtn01 button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10497f;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.__linkbtn01 a:hover::before, .__linkbtn01 button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.__linkbtn01 a span, .__linkbtn01 button span {
  display: block;
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  margin-left: 2em;
  margin-right: 9em;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
    margin-right: 0;
  }
}
.__linkbtn01 a span.__line, .__linkbtn01 button span.__line {
  width: 3em;
  height: 1px;
  background-color: #fff;
}
.__linkbtn01.__blue a, .__linkbtn01.__blue button {
  background-color: #2991d1;
}
.__linkbtn01.__blue a::before, .__linkbtn01.__blue button::before {
  background-color: #097fc8;
}
.__linkbtn01.__white a, .__linkbtn01.__white button {
  color: #222;
  background-color: #fff;
}
.__linkbtn01.__white a::before, .__linkbtn01.__white button::before {
  background-color: #cfeafc;
}
.__linkbtn01.__white a span.__line, .__linkbtn01.__white button span.__line {
  background-color: #222;
}

.__linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn02 a {
  color: #fff;
  background-color: #097fc8;
  font-size: 1.05em;
  line-height: 1em;
  padding: 0.8em 1em;
}
@media screen and (max-width: 767px) {
  .__linkbtn02 a {
    font-size: 1em;
  }
}
.__linkbtn02 a i {
  font-size: 0.7em;
  margin-left: 1em;
}

.__linkbtn03 a {
  color: #fff;
  background-color: #097fc8;
  font-size: 1.05em;
  line-height: 1.4em;
  padding: 0.4em 1.6em 0.48em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 991px) {
  .__linkbtn03 a {
    padding: 0.4em 1em 0.48em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn03 a {
    font-size: 0.9em;
  }
}
.__linkbtn03 a:hover {
  opacity: 0.8;
}
.__linkbtn03.__anchor a {
  background-color: #2991d1;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  font-size: 1.125em;
  padding: 0.48em 1.6em 0.6em;
}
@media screen and (max-width: 991px) {
  .__linkbtn03.__anchor a {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn03.__anchor a {
    font-size: 1em;
  }
}
.__linkbtn03.__anchor a::after {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7em;
  margin-left: 1em;
}

.__img-style {
  border: solid 4px #cfeafc;
}
@media screen and (max-width: 1199px) {
  .__img-style {
    border-width: 3px;
  }
}
.__img-style img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__fadeIn {
  opacity: 0;
  transform: scale(1.03);
  transform-origin: top;
  will-change: transform;
  transition: opacity 0.4s ease 0.48s, transform 0.6s ease 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: scale(1);
}

@keyframes colorFlow {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  45% {
    transform: scaleX(1);
    transform-origin: right;
  }
  55% {
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}
.__imgIn {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease 0.4s;
}
.__imgIn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #2991d1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
}
.__imgIn img {
  opacity: 0;
  transition: opacity 0.24s ease 0.8s;
}
.__imgIn.__inview {
  opacity: 1;
}
.__imgIn.__inview::before {
  animation: 0.9s colorFlow forwards 0.48s;
}
.__imgIn.__inview img {
  opacity: 1;
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #5eb0e2;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px max(1.875rem, 20px);
}
@media screen and (max-width: 1379px) {
  header .header-inner {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1379px) {
  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 {
  width: 20rem;
  min-width: 272px;
}
@media screen and (max-width: 1379px) {
  header .header-logo {
    min-width: auto;
    width: 232px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(45vw, 192px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1379px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-right: 2px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1379px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 1379px) {
  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: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1379px) 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: 1379px) {
  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: 1379px) {
  header .header-menu {
    background-color: #fff;
    width: max(40vw, 300px);
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1379px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1379px) {
  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: 1379px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 max(1.25rem, 0.6em);
  font-size: max(1.125rem, 1em);
  padding: 0.24em 0;
}
@media screen and (max-width: 1379px) {
  header .header-menu nav ul li a {
    font-size: 1.05em;
    margin: 30px 0;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu nav ul li a {
    font-size: 1em;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.36s ease;
}
header .header-menu nav ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__pc-hidden {
  display: none;
}
@media screen and (max-width: 1379px) {
  header .header-menu nav ul li.__pc-hidden {
    display: block;
  }
}
header .header-menu nav ul li.__current a {
  color: #097fc8;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}

/* sec-contact & sec-links
---------------------------------------------------- */
.sec-contact .sec-inner {
  margin-top: 5.625rem;
  border-top: solid 1px #222;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner {
    margin-top: 60px;
  }
}
.sec-contact .sec-ttl h2 span.__en {
  font-size: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-ttl h2 span.__en {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-ttl h2 span.__en {
    font-size: 2.375em;
  }
}
.sec-contact .sec-txt {
  margin-top: 2em;
}
.sec-contact .sec-txt p {
  text-align: center;
  line-height: 2em;
}
.sec-contact .sec-link {
  margin-top: 2.4em;
}
.sec-contact .sec-link .__linkbtn01 {
  margin: 0 auto;
}

.sec-links {
  overflow-x: clip;
}
.sec-links .sec-inner {
  color: #fff;
  background: linear-gradient(0deg, #2991d1, #5eb0e2);
  padding: 5.625rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-links .sec-inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-links .sec-inner {
    padding: 48px 0;
  }
}
.sec-links .sec-content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-links .sec-content {
    display: block;
  }
}
.sec-links .sec-content .content-wrap {
  text-align: center;
  width: 22em;
}
.sec-links .sec-content .content-wrap:nth-of-type(2) {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .sec-links .sec-content .content-wrap {
    width: 100%;
  }
  .sec-links .sec-content .content-wrap:nth-of-type(2) {
    margin-left: 0;
    margin-top: 3em;
  }
}
.sec-links .sec-content .content-wrap .sec-ttl h3 span.__en {
  font-size: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-links .sec-content .content-wrap .sec-ttl h3 span.__en {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-links .sec-content .content-wrap .sec-ttl h3 span.__en {
    font-size: 2em;
  }
}
.sec-links .sec-content .content-wrap .sec-ttl h3 span.__jp {
  font-size: max(1.5rem, 1.125em);
}
@media screen and (max-width: 1199px) {
  .sec-links .sec-content .content-wrap .sec-ttl h3 span.__jp {
    margin-top: 0.2em;
  }
}
.sec-links .sec-content .content-wrap .sec-link {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-links .sec-content .content-wrap .sec-link {
    margin-top: 1em;
  }
}
.sec-links .sec-content .content-wrap .sec-link .__linkbtn01 {
  width: 100%;
}
.sec-links .sec-content .content-wrap .sec-link .__linkbtn01 a {
  justify-content: space-between;
}
.sec-links .sec-content .content-wrap .sec-link .__linkbtn01 a span.__txt {
  margin-right: 0;
}

/* footer
---------------------------------------------------- */
footer {
  padding: 5.625rem 0;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 52px;
    padding-bottom: 20px;
  }
}
footer .footer-inner .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-inner .footer-top .left-content .footer-logo {
  width: 320px;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-top .left-content .footer-logo {
    width: 304px;
  }
}
@media screen and (max-width: 1379px) {
  footer .footer-inner .footer-top .left-content .footer-logo {
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-top .left-content .footer-logo {
    width: 224px;
  }
}
footer .footer-inner .footer-top .left-content .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-top .left-content .footer-info {
  margin-top: 1.6em;
}
footer .footer-inner .footer-top .left-content .footer-info p {
  font-size: 0.9em;
}
footer .footer-inner .footer-top .left-content .footer-info a {
  display: inline;
  font-size: 1em;
}
footer .footer-inner .footer-top .footer-menu {
  width: 34em;
  margin-top: -1em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-top .footer-menu {
    width: 100%;
    margin-top: 1em;
  }
}
footer .footer-inner .footer-top .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-inner .footer-top .footer-menu ul li {
  width: 7em;
  margin-right: 2em;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-top .footer-menu ul li {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-top .footer-menu ul li {
    margin-top: 2em;
  }
}
footer .footer-inner .footer-top .footer-menu ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-top .footer-menu ul li:nth-of-type(4n) {
    margin-right: 2em;
  }
}
footer .footer-inner .footer-top .footer-menu ul li:last-of-type {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-top .footer-menu ul li a {
    font-size: 0.9em;
  }
}
footer .footer-inner .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-bottom {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom {
    margin-top: 4em;
  }
}
footer .footer-inner .footer-bottom .SDGs-logo {
  width: 50%;
}
footer .footer-inner .footer-bottom .SDGs-logo a {
  width: 11em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-bottom .SDGs-logo a {
    width: 9em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom .SDGs-logo a {
    width: 8em;
  }
}
footer .footer-inner .footer-bottom .SDGs-logo a img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-bottom .copyright {
  width: 50%;
}
footer .footer-inner .footer-bottom .copyright p {
  text-align: end;
  color: #6c7073;
  font-size: 12px;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-bottom .copyright p {
    text-align: start;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom .copyright p {
    font-size: 10px;
    margin-top: 48px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 5.625rem;
  aspect-ratio: 1/1;
  background-color: #262e33;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 52px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
}
#pagetop a:hover {
  background-color: #10497f;
}/*# sourceMappingURL=common.css.map */