@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.loading {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #296aa2;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* ロード完了でフェードアウトする */
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
#page_top {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #252f66;
  opacity: 0.8;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  #page_top {
    width: 70px;
    height: 70px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #page_top a {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  #page_top a {
    width: 70px;
    height: 70px;
  }
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 50px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_top a::before {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  #page_top a::before {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
}

header {
  box-sizing: border-box;
  align-items: center;
  gap: 3rem;
  padding: 0.75rem 0;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 1000;
}
header .header_inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  position: relative;
}
header .header_inner .title {
  width: 12.5%;
}
@media screen and (max-width: 768px) {
  header .header_inner .title {
    width: 20%;
  }
}
header .header_inner .title a img {
  width: 100%;
}
header .header_inner .header_wrap {
  width: 75%;
  display: block;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_wrap {
    width: 100%;
    display: block;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner .header_wrap {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .header_inner .header_wrap {
    display: none;
  }
}
header .header_inner .header_wrap .header_wrap_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner .header_wrap .header_wrap_nav .header_wrap_nav_list {
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  header .header_inner .header_wrap .header_wrap_nav .header_wrap_nav_list {
    margin: 0 0.5rem;
  }
}
header .header_inner .header_wrap .header_wrap_nav .header_wrap_nav_list_a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #252f66;
  transition: color 0.4s ease, opacity 0.4s ease;
}
header .header_inner .header_wrap .header_wrap_nav .header_wrap_nav_list_a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #252f66;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
header .header_inner .header_wrap .header_wrap_nav .header_wrap_nav_list_a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
header .header_inner .header_wrap .header_wrap_nav .header_wrap_nav_list_a.button_contact {
  padding: 0.75rem 1rem;
  background-color: #6ccee7;
  color: #ffffff;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid transparent;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
header .header_inner .header_wrap .header_wrap_nav .header_wrap_nav_list_a.button_contact::after {
  content: none;
}
header .header_inner .header_wrap .header_wrap_nav .header_wrap_nav_list_a.button_contact:hover {
  background-color: #ffffff;
  color: #6ccee7;
  border-color: #6ccee7;
  opacity: 1;
  transform: translateY(-1px);
}
header .h-open {
  position: absolute;
  z-index: 1000000;
  top: 50%;
  right: 0;
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  header .h-open {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .h-open {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  header .h-open {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .h-open span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    height: 0.2rem;
    border-radius: 2px;
    background-color: #333333;
    width: 50%;
  }
}
header .h-open span:nth-of-type(1) {
  top: 32%;
}
header .h-open span:nth-of-type(2) {
  top: 50%;
}
header .h-open span:nth-of-type(3) {
  top: 68%;
}
header .h-open.active span:nth-of-type(1) {
  left: 24px;
  top: 26px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
header .h-open.active span:nth-of-type(2) {
  opacity: 0;
}
header .h-open.active span:nth-of-type(3) {
  top: 38px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
@media screen and (max-width: 1024px) {
  header .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .sp-only {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  header .sp-only {
    display: block;
  }
}
header #h-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header #h-nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 75%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    background-color: #ccc;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
}
@media screen and (max-width: 480px) {
  header #h-nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 75%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    background-color: #ccc;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
}
header #h-nav ul {
  width: 70%;
  display: block;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #h-nav ul li {
  text-align: center;
  margin: 20% 0;
}
header #h-nav ul li a {
  color: #252f66;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1.5px solid #296aa2;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  header #h-nav ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  header #h-nav.panelactive {
    transform: translateX(0);
    background-color: #ebe8ef;
  }
}
@media screen and (max-width: 480px) {
  header #h-nav.panelactive {
    transform: translateX(0);
  }
}

footer {
  width: 100%;
  margin-top: 4rem;
  padding: 4rem 0;
  background-color: #ebe8ef;
  color: #252f66;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.8;
}
footer .footer_container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 6%;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  footer .footer_container {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_container {
    display: block;
    padding-bottom: 2rem;
  }
}
footer .footer_container_leftgroup {
  width: 28%;
}
@media screen and (max-width: 768px) {
  footer .footer_container_leftgroup {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_container_leftgroup {
    display: block;
    padding-bottom: 2rem;
    width: 100%;
  }
}
footer .footer_container_leftgroup img {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}
footer .footer_container_leftgroup h5 {
  margin: 0 0 0.7rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
footer .footer_container_leftgroup .footer_container_leftgroup_icongroup {
  margin-top: 1.6rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  footer .footer_container_leftgroup .footer_container_leftgroup_icongroup {
    margin: 0 0 2rem 0;
  }
}
footer .footer_container_leftgroup .footer_container_leftgroup_icongroup img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  footer .footer_container_leftgroup .footer_container_leftgroup_icongroup img {
    width: 30px;
    height: 30px;
  }
}
footer .footer_container_rightgroup {
  width: 72%;
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  column-gap: 3.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  footer .footer_container_rightgroup {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_container_rightgroup {
    width: 100%;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
footer .footer_container_rightgroup_item {
  min-height: 2.2rem;
}
footer .footer_nav_title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
footer .footer_nav_title a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  footer .footer_nav_title a {
    font-size: 16px;
  }
}
footer .footer_nav_title a:hover {
  opacity: 1;
}
footer .footer_nav_title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #252f66;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
footer .footer_nav_title a:hover::after {
  transform: scaleX(1);
  opacity: 0.35;
}
footer .footer_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer_nav_list li {
  margin: 0 0 0.55rem;
}
footer .footer_nav_list a {
  display: inline-block;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  footer .footer_nav_list a {
    font-size: 14px;
  }
}
footer .footer_nav_list a:hover {
  opacity: 1;
  transition: 0.2s ease, opacity 0.2s ease;
}
footer .footer_attention {
  width: 90%;
  margin: 0 auto;
  padding-top: 1.4rem;
  border-top: 2px solid rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  footer .footer_attention {
    display: block;
  }
}
footer .footer_attention a {
  font-size: 0.95rem;
  opacity: 0.85;
  display: inline-block;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  footer .footer_attention a {
    font-size: 12px;
  }
}
footer .footer_attention a:hover {
  opacity: 1;
}
footer .footer_attention .footer_attention_left {
  display: flex;
  flex-direction: column;
}
footer .footer_attention .footer_attention_right {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 480px) {
  footer .footer_attention .footer_attention_right {
    margin-left: 0;
    text-align: left;
    margin-top: 1rem;
  }
}
footer .footer_attention .footer_attention_right h6 {
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  footer .footer_attention .footer_attention_right h6 {
    font-size: 12px;
  }
}

.child_sec_title {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  padding-bottom: 0.75rem;
  font-family: "Barlow";
  font-size: 40px;
  font-weight: 900;
  color: #252f66;
}
@media screen and (max-width: 768px) {
  .child_sec_title {
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) {
  .child_sec_title {
    font-size: 28px;
  }
}
.child_sec_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #ebe8ef;
}
.child_sec_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 260px;
  z-index: 1;
  background: #6ccee7;
}

#childpage_heading {
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-image: url("../img/childpage_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
}
#childpage_heading .childpage_heading_container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  #childpage_heading .childpage_heading_container {
    display: block;
  }
}
#childpage_heading .childpage_heading_container .childpage_heading_container_description {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #childpage_heading .childpage_heading_container .childpage_heading_container_description {
    width: 100%;
  }
}
#childpage_heading .childpage_heading_container .childpage_heading_container_description h2 {
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  background: linear-gradient(90deg, #6ccee7 0%, #296aa2 55%, #252f66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Barlow";
  margin-bottom: 2rem;
  font-size: 60px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #childpage_heading .childpage_heading_container .childpage_heading_container_description h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  #childpage_heading .childpage_heading_container .childpage_heading_container_description h2 {
    font-size: 40px;
  }
}
#childpage_heading .childpage_heading_container .childpage_heading_container_description p {
  font-size: 20px;
  line-height: 1.8;
  color: #252f66;
}
@media screen and (max-width: 1024px) {
  #childpage_heading .childpage_heading_container .childpage_heading_container_description p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #childpage_heading .childpage_heading_container .childpage_heading_container_description p {
    font-size: 16px;
  }
}
#childpage_heading .childpage_heading_container .childpage_heading_container_pagelink {
  width: 24%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #childpage_heading .childpage_heading_container .childpage_heading_container_pagelink {
    margin-top: 4rem;
    width: 100%;
  }
}
#childpage_heading .childpage_heading_container .childpage_heading_container_pagelink li a {
  display: inline-block;
  font-size: 18px;
  line-height: 2;
  color: #252f66;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #childpage_heading .childpage_heading_container .childpage_heading_container_pagelink li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #childpage_heading .childpage_heading_container .childpage_heading_container_pagelink li a {
    font-size: 16px;
  }
}
#childpage_heading .childpage_heading_container .childpage_heading_container_pagelink li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #252f66;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
#childpage_heading .childpage_heading_container .childpage_heading_container_pagelink li a:hover::after, #childpage_heading .childpage_heading_container .childpage_heading_container_pagelink li a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.viewbutton_a {
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background: #252f66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  transition: background-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .viewbutton_a {
    padding: 0.5rem 1.5rem;
    font-size: 16px;
  }
}

.viewbutton_a:hover {
  background-color: rgb(67.52, 76.12, 123.42);
  opacity: 0.85;
}

.viewbutton_a .txt {
  white-space: nowrap;
  transition: transform 0.4s ease;
}

.viewbutton_a .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.75rem;
}
@media screen and (max-width: 768px) {
  .viewbutton_a .icon {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #fff;
    font-size: 1.2rem;
    padding: 0.5rem;
  }
}

/* フェードアップのスタイル */
.fadeUp {
  animation: fadeUpAnime 0.8s forwards; /* fadeUpAnimeを0.8秒で一回実行 */
  opacity: 0;
}

/* フェードレフトのスタイル */
.fadeLeft {
  animation: fadeLeftAnime 0.8s forwards; /* fadeLeftAnimeを0.8秒で一回実行 */
  opacity: 0;
  overflow: hidden;
}

/* フェードライトのスタイル */
.fadeRight {
  animation: fadeRightAnime 0.8s forwards; /* fadeRightAnimeを0.8秒で一回実行 */
  opacity: 0;
  overflow: hidden;
}

/* トリガーアニメーションのスタイル */
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0; /* 最初は非表示 */
}

@keyframes fadeUpAnime {
  from {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(100px); /* 100px下に動かす */
  }
  to {
    opacity: 1; /* 可視化する */
    transform: translateY(0); /* 元の位置に戻す */
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0; /* 最初は非表示 */
    transform: translateX(100px); /* 100px右に動かす */
  }
  to {
    opacity: 1; /* 可視化する */
    transform: translateX(0); /* 元の位置に戻す */
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0; /* 最初は非表示 */
    transform: translateX(-100px); /* 100px左に動かす */
  }
  to {
    opacity: 1; /* 可視化する */
    transform: translateX(0); /* 元の位置に戻す */
  }
}
.page-top {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .page-top {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-top {
    font-size: 60%;
  }
}
@media screen and (max-width: 480px) {
  .page-top {
    font-size: 80%;
  }
}
.page-top {
  box-sizing: border-box;
  color: #333333;
}
.page-top main article .fv {
  display: block;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/top/fv.png");
  color: #ffffff;
}
.page-top main article .fv .fv_group {
  width: 90%;
  margin: 0 auto;
}
.page-top main article .fv .fv_group h1 {
  padding: 16rem 0 1rem;
  font-size: 60px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 7px 9px 15px #777777;
}
@media screen and (max-width: 1024px) {
  .page-top main article .fv .fv_group h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-top main article .fv .fv_group h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article .fv .fv_group h1 {
    padding: 12rem 0 1rem;
    font-size: 30px;
  }
}
.page-top main article .fv .fv_group h1 .fv_group_sponly {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-top main article .fv .fv_group h1 .fv_group_sponly {
    display: block;
  }
}
.page-top main article .fv .fv_group h2 {
  padding-bottom: 8rem;
  font-size: 20px;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  .page-top main article .fv .fv_group h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article .fv .fv_group h2 {
    font-size: 16px;
  }
}
.page-top main article .fv .fv_group .fv_group_cta {
  width: 67.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin-left: 0;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .page-top main article .fv .fv_group .fv_group_cta {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-top main article .fv .fv_group .fv_group_cta {
    width: 100%;
  }
}
.page-top main article .fv .fv_group .fv_group_cta h3 {
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_white_a,
.page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_brightblue_a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 3rem;
  border-radius: 40px;
  box-shadow: 7px 9px 15px -5px #777777;
  font-size: 26px;
  border: 1.5px solid transparent;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_white_a,
  .page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_brightblue_a {
    font-size: 22px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_white_a,
  .page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_brightblue_a {
    font-size: 20px;
    padding: 1rem 2rem;
  }
}
.page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_white_a:hover,
.page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_brightblue_a:hover {
  opacity: 1;
}
.page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_white_a {
  background-color: #ffffff;
  color: #252f66;
  border-color: #ffffff;
}
.page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_white_a:hover {
  background-color: #252f66;
  color: #ffffff;
  border-color: #252f66;
}
.page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_brightblue_a {
  background-color: #6ccee7;
  color: #ffffff;
}
.page-top main article .fv .fv_group .fv_group_cta .fv_group_cta_button_brightblue_a:hover {
  background-color: #ffffff;
  color: #6ccee7;
  border-color: #ffffff;
}
.page-top main article #top_company {
  background-color: rgba(108, 206, 231, 0.1254901961);
}
.page-top main article #top_company .top_company_group {
  padding: 4rem 0 2rem;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_company .top_company_group {
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .page-top main article #top_company .top_company_group {
    display: block;
  }
}
.page-top main article #top_company .top_company_group .top_company_group_left {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_company .top_company_group .top_company_group_left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-top main article #top_company .top_company_group .top_company_group_left {
    width: 100%;
  }
}
.page-top main article #top_company .top_company_group .top_company_group_left h4 {
  margin-bottom: 4rem;
  color: #252f66;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_company .top_company_group .top_company_group_left h4 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_company .top_company_group .top_company_group_left h4 {
    font-size: 18px;
  }
}
.page-top main article #top_company .top_company_group .top_company_group_left .top_company_group_viewbutton_a {
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background: #252f66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
}
.page-top main article #top_company .top_company_group .top_company_group_left .top_company_group_viewbutton_a .txt {
  white-space: nowrap;
}
.page-top main article #top_company .top_company_group .top_company_group_left .top_company_group_viewbutton_a .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.75rem;
}
.page-top main article #top_company .top_company_group .top_company_group_right {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_company .top_company_group .top_company_group_right {
    margin-top: 2rem;
  }
}
.page-top main article #top_company .top_company_group .top_company_group_right .top_company_group_right_p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_company .top_company_group .top_company_group_right {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-top main article #top_company .top_company_group .top_company_group_right {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_company .top_company_group .top_company_group_right {
    font-size: 10px;
  }
}
.page-top main article #top_company .top_company_loopwrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.page-top main article #top_company .top_company_loopwrapper .top_company_loopwrapper_text {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 80px;
  overflow: hidden;
  padding-left: 20px;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_company .top_company_loopwrapper .top_company_loopwrapper_text {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_company .top_company_loopwrapper .top_company_loopwrapper_text {
    font-size: 40px;
  }
}
.page-top main article #top_company .top_company_loopwrapper .top_company_loopwrapper_text:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
.page-top main article #top_company .top_company_loopwrapper .top_company_loopwrapper_text:nth-child(even) {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.page-top main article #top_services {
  --divider-h: 110px; /* V字の深さ */
  --pad-top: 4rem;
  --pad-bottom: 8rem; /* V字の手前の余白 */
  width: 100%;
  background-color: rgba(108, 206, 231, 0.1254901961);
  box-sizing: border-box;
  position: relative;
  padding: var(--pad-top) 0 calc(var(--pad-bottom) + var(--divider-h));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--divider-h)), 50% 100%, 0 calc(100% - var(--divider-h)));
}
@media screen and (max-width: 768px) {
  .page-top main article #top_services {
    --divider-h: 70px;
    --pad-bottom: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_services {
    --divider-h: 50px;
    --pad-top: 0rem;
    --pad-bottom: 3rem;
    padding-top: 3rem;
  }
}
.page-top main article #top_services .sec-title {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin: 0;
  font-family: "Barlow";
  width: 90%;
  margin: 0 auto;
}
.page-top main article #top_services .sec-title .sec-title__en {
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  background: linear-gradient(90deg, #6ccee7 0%, #296aa2 55%, #252f66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Barlow";
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_services .sec-title .sec-title__en {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_services .sec-title .sec-title__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_services .sec-title .sec-title__en {
    font-size: 50px;
  }
}
.page-top main article #top_services .sec-title .sec-title__jp {
  font-size: 1rem;
  font-weight: 700;
  color: #252f66;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-family: "Barlow";
}
.page-top main article #top_services .top_services_group {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_services .top_services_group {
    display: block;
    margin: 0 auto;
  }
}
.page-top main article #top_services .top_services_group .vision_title_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-top main article #top_services .top_services_group .vision_title_sp {
    display: block;
    margin-bottom: 2rem;
  }
}
.page-top main article #top_services .top_services_group .top_services_group_leftbox {
  width: 25%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_services .top_services_group .top_services_group_leftbox {
    width: 90%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .page-top main article #top_services .top_services_group .top_services_group_leftbox .top_services_viewbutton {
    margin-top: 2rem;
  }
}
.page-top main article #top_services .top_services_group .top_services_group_leftbox .top_services_viewbutton .top_services_viewbutton_a {
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background: #252f66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
}
.page-top main article #top_services .top_services_group .top_services_group_leftbox .top_services_viewbutton .top_services_viewbutton_a .txt {
  white-space: nowrap;
}
.page-top main article #top_services .top_services_group .top_services_group_leftbox .top_services_viewbutton .top_services_viewbutton_a .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.75rem;
}
.page-top main article #top_services .top_services_group .top_services_group_rightbox {
  width: 70%;
  background-color: #ffffff;
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  background: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_services .top_services_group .top_services_group_rightbox {
    width: 90%;
    margin: 2rem auto 0;
    border-radius: 20px;
  }
}
.page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item {
  /* 画像→見出し→本文の間を整える */
  display: grid;
  gap: 1rem;
  width: 100%;
  padding: 0 2rem;
  margin-right: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item {
    margin-right: 0;
    padding: 0;
  }
}
.page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item .top_services_group_rightbox_item_img {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item .top_services_group_rightbox_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item .top_services_group_rightbox_item_img {
  transform: scale(1.001); /* 端の1px隙間を防止する*/
}
.page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item .top_services_group_rightbox_item_heading {
  margin: 0.4rem 0 0;
  font-size: 30px;
  font-weight: 800;
  color: #296aa2;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item .top_services_group_rightbox_item_heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item .top_services_group_rightbox_item_heading {
    font-size: 24px;
  }
}
.page-top main article #top_services .top_services_group .top_services_group_rightbox .top_services_group_rightbox_item .top_services_group_rightbox_item_txt {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #252f66;
  opacity: 0.9;
}
.page-top main article #top_works {
  width: 90%;
  margin: 0 auto;
  padding-top: 4rem;
  color: #2c3e50;
  box-sizing: border-box;
}
.page-top main article #top_works .sec-title {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin: 0;
  font-family: "Barlow";
}
.page-top main article #top_works .sec-title .sec-title__en {
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  background: linear-gradient(90deg, #6ccee7 0%, #296aa2 55%, #252f66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Barlow";
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_works .sec-title .sec-title__en {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_works .sec-title .sec-title__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_works .sec-title .sec-title__en {
    font-size: 50px;
  }
}
.page-top main article #top_works .sec-title .sec-title__jp {
  font-size: 1rem;
  font-weight: 700;
  color: #252f66;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-family: "Barlow";
}
.page-top main article #top_works .top_works_mainitem {
  margin: 4rem 0 3rem;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_works .top_works_mainitem {
    width: 100%;
  }
}
.page-top main article #top_works .top_works_mainitem:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.page-top main article #top_works .top_works_mainitem a {
  display: flex;
  align-items: stretch;
  gap: 2.5%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_works .top_works_mainitem a {
    display: block;
  }
}
.page-top main article #top_works .top_works_mainitem a a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.page-top main article #top_works .top_works_mainitem a .top_works_mainitem_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_works .top_works_mainitem a .top_works_mainitem_img {
    width: 100%;
  }
}
.page-top main article #top_works .top_works_mainitem a .top_works_mainitem_img img {
  width: 100%;
  object-fit: cover;
}
.page-top main article #top_works .top_works_mainitem a .top_works_mainitem_txtgroup {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_works .top_works_mainitem a .top_works_mainitem_txtgroup {
    width: 100%;
  }
}
.page-top main article #top_works .top_works_mainitem a .top_works_mainitem_txtgroup h4 {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_works .top_works_mainitem a .top_works_mainitem_txtgroup h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_works .top_works_mainitem a .top_works_mainitem_txtgroup h4 {
    font-size: 14px;
  }
}
.page-top main article #top_works .top_works_mainitem a .top_works_mainitem_txtgroup .tag {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #ebe8ef;
  color: #296aa2;
  border-radius: 40px;
}
.page-top main article #top_works .top_works_others {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_works .top_works_others {
    display: block;
  }
}
.page-top main article #top_works .top_works_others .top_works_others_item {
  width: 30%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_works .top_works_others .top_works_others_item {
    width: 100%;
    margin: 3rem 0;
  }
}
.page-top main article #top_works .top_works_others .top_works_others_item:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.page-top main article #top_works .top_works_others .top_works_others_item a {
  display: block;
  color: inherit;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.page-top main article #top_works .top_works_others .top_works_others_item a a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.page-top main article #top_works .top_works_others .top_works_others_item a .top_works_others_item_img {
  width: 100%;
}
.page-top main article #top_works .top_works_others .top_works_others_item a .top_works_others_item_img img {
  width: 100%;
  object-fit: cover;
}
.page-top main article #top_works .top_works_others .top_works_others_item a .top_works_others_item_txtgroup {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_works .top_works_others .top_works_others_item a .top_works_others_item_txtgroup {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_works .top_works_others .top_works_others_item a .top_works_others_item_txtgroup {
    font-size: 14px;
  }
}
.page-top main article #top_works .top_works_others .top_works_others_item a .tag {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.25em 0.75rem;
  background-color: #ebe8ef;
  color: #296aa2;
  border-radius: 40px;
  font-size: 12px;
}
.page-top main article #top_works .top_works_viewbutton_a {
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background: #252f66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
}
.page-top main article #top_works .top_works_viewbutton_a .txt {
  white-space: nowrap;
}
.page-top main article #top_works .top_works_viewbutton_a .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.75rem;
}
.page-top main article #top_news {
  width: 90%;
  margin: 0 auto;
  margin-top: 6rem;
  padding-top: 4rem;
  color: #2c3e50;
}
@media screen and (max-width: 480px) {
  .page-top main article #top_news {
    margin-top: 4rem;
  }
}
.page-top main article #top_news .top_news_headinggroup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_news .top_news_headinggroup {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.page-top main article #top_news .top_news_headinggroup .sec-title {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin: 0;
  font-family: "Barlow";
}
.page-top main article #top_news .top_news_headinggroup .sec-title .sec-title__en {
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  background: linear-gradient(90deg, #6ccee7 0%, #296aa2 55%, #252f66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Barlow";
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_news .top_news_headinggroup .sec-title .sec-title__en {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-top main article #top_news .top_news_headinggroup .sec-title .sec-title__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_news .top_news_headinggroup .sec-title .sec-title__en {
    font-size: 50px;
  }
}
.page-top main article #top_news .top_news_headinggroup .sec-title .sec-title__jp {
  font-size: 1rem;
  font-weight: 700;
  color: #252f66;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-family: "Barlow";
}
.page-top main article #top_news .top_news_viewbutton {
  margin: 2rem 0 0 0;
}
.page-top main article #top_news .top_news_viewbutton .top_news_viewbutton_a {
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background: #252f66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
}
.page-top main article #top_news .top_news_viewbutton .top_news_viewbutton_a .txt {
  white-space: nowrap;
}
.page-top main article #top_news .top_news_viewbutton .top_news_viewbutton_a .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.75rem;
}
.page-top main article #top_news .top_news_list {
  margin: 0;
  padding: 0;
}
.page-top main article #top_news .top_news_list .top_news_list_item {
  border-bottom: 2px solid rgba(37, 47, 102, 0.35);
}
.page-top main article #top_news .top_news_list .top_news_list_item .top_news_list_item_link {
  display: grid;
  grid-template-columns: 120px 150px 1fr; /* 日付 / カテゴリ / タイトル */
  align-items: center;
  gap: 2rem;
  padding: 1.4rem 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_news .top_news_list .top_news_list_item .top_news_list_item_link {
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "date cat ." "title title title";
    column-gap: 0.75rem;
    row-gap: 0.75rem;
  }
}
.page-top main article #top_news .top_news_list .top_news_list_item .top_news_list_item_link:hover {
  background-color: rgba(108, 206, 231, 0.12);
}
.page-top main article #top_news .top_news_list .top_news_list_item .top_news_list_item_link .news-date {
  font-weight: 700;
  color: #2c3e50;
  font-size: 18px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.page-top main article #top_news .top_news_list .top_news_list_item .top_news_list_item_link .news-cat {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  border: 2px solid rgba(108, 206, 231, 0.8);
  color: #6ccee7;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.page-top main article #top_news .top_news_list .top_news_list_item .top_news_list_item_link .news-title {
  color: #2c3e50;
  font-size: 18px;
  line-height: 1.5;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  /* タイトルが長い時に1行で省略する */
}
@media screen and (max-width: 768px) {
  .page-top main article #top_news .top_news_list .top_news_list_item .top_news_list_item_link .news-title {
    grid-area: title;
    width: 100%;
    justify-self: stretch;
  }
}
.page-top main article #top_news .top_news_list .top_news_list_item .top_news_list_item_link .news_body p {
  color: #2c3e50;
}
.page-top main article #top_career {
  width: 100%;
  margin-top: 6rem;
  padding: 5rem 0;
  background-color: rgb(37, 47, 102);
  background-image: radial-gradient(rgba(41, 106, 162, 0.8) 3%, rgba(235, 232, 239, 0.8));
  border-radius: 40px;
}
.page-top main article #top_career .top_career_group {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_career .top_career_group {
    display: block;
  }
}
.page-top main article #top_career .top_career_group .sec-title-white {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin: 0;
  font-family: "Barlow";
}
@media screen and (max-width: 768px) {
  .page-top main article #top_career .top_career_group .sec-title-white {
    margin-bottom: 1.5rem;
  }
}
.page-top main article #top_career .top_career_group .sec-title-white .sec-title-white__en {
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  background: linear-gradient(90deg, #6ccee7 0%, #296aa2 55%, #252f66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Barlow";
  font-weight: 1000;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_career .top_career_group .sec-title-white .sec-title-white__en {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_career .top_career_group .sec-title-white .sec-title-white__en {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_career .top_career_group .sec-title-white .sec-title-white__en {
    font-size: 50px;
  }
}
.page-top main article #top_career .top_career_group .sec-title-white .sec-title-white__jp {
  font-size: 1rem;
  font-weight: 700;
  color: #252f66;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-family: "Barlow";
  color: #ffffff;
}
.page-top main article #top_career .top_career_group .top_career_group_viewbutton_a {
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background: #252f66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
}
.page-top main article #top_career .top_career_group .top_career_group_viewbutton_a .txt {
  white-space: nowrap;
}
.page-top main article #top_career .top_career_group .top_career_group_viewbutton_a .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.75rem;
}
.page-top main article #top_career p {
  margin: 4rem 0 2rem;
  padding-left: 5%;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_career p {
    width: 90%;
    margin: 2rem auto 0;
    padding-left: 0;
    font-size: 16px;
  }
}
.page-top main article #top_career .marquee-right {
  overflow: hidden;
}
.page-top main article #top_career .marquee-right ul {
  animation: marquee-right 25s linear infinite;
  display: flex;
  margin: 3rem 0;
  padding: 0;
  width: max-content;
}
.page-top main article #top_career .marquee-right ul li {
  list-style: none;
  padding: 0 1rem;
  width: calc(16.6666666667vw - 10px); /* 3 写真の枚数にあわせる */
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_career .marquee-right ul li {
    width: calc(26.6666666667vw - 10px);
  }
}
@media screen and (max-width: 768px) {
  .page-top main article #top_career .marquee-right ul li {
    width: calc(33.3333333333vw - 10px);
  }
}
.page-top main article #top_career .marquee-right ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.page-top main article #top_panel {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_panel {
    display: block;
  }
}
.page-top main article #top_panel .top_panel_a {
  display: block;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_panel .top_panel_a {
    width: 100%;
  }
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item {
  position: relative;
  background: #6ccee7;
  border-radius: 12px;
  padding: 2rem 2.2rem;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_panel .top_panel_a .top_panel_a_item {
    margin-top: 2rem;
  }
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center/cover no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.45s ease, transform 0.45s ease;
  z-index: 0;
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(37, 47, 102, 0.25);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1;
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item > * {
  position: relative;
  z-index: 2;
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item .top_panel_a_item_arrow {
  transition: transform 0.35s ease, background-color 0.35s ease;
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item:hover .top_panel_a_item {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item:hover .top_panel_a_item::before {
  opacity: 1;
  transform: scale(1);
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item:hover .top_panel_a_item::after {
  opacity: 1;
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item:hover .top_panel_a_item_arrow {
  transform: translate(2px, -2px);
  background-color: rgba(255, 255, 255, 0.12);
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item .sec-title-white {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin: 0;
  font-family: "Barlow";
  margin: 0 0 2rem;
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_panel .top_panel_a .top_panel_a_item .sec-title-white {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item .sec-title-white .sec-title-white__en {
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  background: linear-gradient(90deg, #6ccee7 0%, #296aa2 55%, #252f66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Barlow";
  color: #ffffff;
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .page-top main article #top_panel .top_panel_a .top_panel_a_item .sec-title-white .sec-title-white__en {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article #top_panel .top_panel_a .top_panel_a_item .sec-title-white .sec-title-white__en {
    font-size: 40px;
  }
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item .sec-title-white .sec-title-white__jp {
  font-size: 1rem;
  font-weight: 700;
  color: #252f66;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-family: "Barlow";
  color: #fff;
  opacity: 0.9;
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item p {
  margin-bottom: 4rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  .page-top main article #top_panel .top_panel_a .top_panel_a_item p {
    margin-bottom: 0;
  }
}
.page-top main article #top_panel .top_panel_a .top_panel_a_item .top_panel_a_item_arrow {
  position: absolute;
  right: 1.4rem;
  bottom: 1.2rem;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.page-top main article #top_panel .top_panel_a:hover .top_panel_a_item {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}
.page-top main article #top_panel .top_panel_a:hover .top_panel_a_item::before {
  opacity: 1;
  transform: scale(1);
}
.page-top main article #top_panel .top_panel_a:hover .top_panel_a_item::after {
  opacity: 1;
}
.page-top main article #top_panel .top_panel_a:hover .top_panel_a_item_arrow {
  background-color: rgba(255, 255, 255, 0.12);
}
.page-top main article #top_panel .top_panel_a:first-child .top_panel_a_item::before {
  background-image: url("../img/top/top_contact_hover.jpg");
}
.page-top main article #top_panel .top_panel_a:last-child .top_panel_a_item::before {
  background-image: url("../img/top/top_blog_hover.jpg");
}
.page-top main article .top_panel_loopwrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.page-top main article .top_panel_loopwrapper .top_panel_loopwrapper_text {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 80px;
  overflow: hidden;
  padding-left: 20px;
  color: #ebe8ef;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-top main article .top_panel_loopwrapper .top_panel_loopwrapper_text {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .page-top main article .top_panel_loopwrapper .top_panel_loopwrapper_text {
    font-size: 40px;
  }
}
.page-top main article .top_panel_loopwrapper .top_panel_loopwrapper_text:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}
.page-top main article .top_panel_loopwrapper .top_panel_loopwrapper_text:nth-child(even) {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.page-company {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .page-company {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-company {
    font-size: 60%;
  }
}
@media screen and (max-width: 480px) {
  .page-company {
    font-size: 80%;
  }
}
.page-company {
  box-sizing: border-box;
  color: #2c3e50;
}
.page-company main article #company_mission {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
}
.page-company main article #company_mission .company_mission_container .company_mission_group {
  background-color: rgba(41, 106, 162, 0.062745098);
  margin-bottom: 3rem;
  padding: 4rem;
  border-radius: 40px;
}
@media screen and (max-width: 480px) {
  .page-company main article #company_mission .company_mission_container .company_mission_group {
    padding: 2rem;
  }
}
.page-company main article #company_mission .company_mission_container .company_mission_group h4 {
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.75rem;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  font-weight: 900;
  color: #252f66;
}
.page-company main article #company_mission .company_mission_container .company_mission_group h4 span {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(37, 47, 102, 0.35);
  letter-spacing: 0.02em;
}
.page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin-top: 2rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "text";
    gap: 1.25rem;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner {
    gap: 1rem;
  }
}
.page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_txt {
    width: 100%;
    display: contents;
  }
}
.page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_txt h5 {
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 800;
  color: #252f66;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_txt h5 {
    grid-area: title;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_txt h5 {
    font-size: 20px;
  }
}
.page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_txt p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_txt p {
    grid-area: text;
  }
}
.page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_img {
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_img {
    width: 100%;
  }
}
.page-company main article #company_mission .company_mission_container .company_mission_group .company_mission_container_group_inner .company_mission_container_group_inner_img img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.page-company main article #company_message {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
}
.page-company main article #company_message .company_message_container {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_message .company_message_container {
    display: block;
  }
}
.page-company main article #company_message .company_message_container .company_message_container_img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_message .company_message_container .company_message_container_img {
    width: 100%;
  }
}
.page-company main article #company_message .company_message_container .company_message_container_img img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.page-company main article #company_message .company_message_container .company_message_container_txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_message .company_message_container .company_message_container_txt {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.page-company main article #company_message .company_message_container .company_message_container_txt p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_message .company_message_container .company_message_container_txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-company main article #company_message .company_message_container .company_message_container_txt p {
    font-size: 12px;
  }
}
.page-company main article #company_message .company_message_container .company_message_container_txt h6 {
  margin-top: 4rem;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_message .company_message_container .company_message_container_txt h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-company main article #company_message .company_message_container .company_message_container_txt h6 {
    font-size: 14px;
  }
}
.page-company main article #company_about {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
}
.page-company main article #company_about dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_about dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-company main article #company_about dl {
    font-size: 12px;
  }
}
.page-company main article #company_about dl dt {
  width: 30%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: #296aa2;
}
.page-company main article #company_about dl dd {
  width: 70%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: #2c3e50;
}
.page-company main article #company_accessmap {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
}
.page-company main article #company_accessmap .company_accessmap_container {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_accessmap .company_accessmap_container {
    display: block;
  }
}
.page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt .company_accessmap_container_txt_item {
  margin-bottom: 3rem;
}
.page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt .company_accessmap_container_txt_item h6 {
  margin-bottom: 0.75rem;
  font-size: 24px;
  color: #252f66;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt .company_accessmap_container_txt_item h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt .company_accessmap_container_txt_item h6 {
    font-size: 18px;
  }
}
.page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt .company_accessmap_container_txt_item p {
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt .company_accessmap_container_txt_item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-company main article #company_accessmap .company_accessmap_container .company_accessmap_container_txt .company_accessmap_container_txt_item p {
    font-size: 14px;
  }
}

.page-services #services {
  padding: 4rem 2rem 2rem;
  background-color: rgba(108, 206, 231, 0.1254901961);
}
.page-services #services .services_container {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding: 5.5rem 4rem;
  background-color: #ffffff;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .page-services #services .services_container {
    padding: 3.5rem 2.5rem;
    border-radius: 28px;
  }
}
@media screen and (max-width: 480px) {
  .page-services #services .services_container {
    padding: 4rem 1.5rem;
  }
}
.page-services #services .services_container .services_container_item .services_container_item_inner {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
}
.page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_img {
  width: 50%;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_img {
    width: 100%;
    border-radius: 10px;
  }
}
.page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_img img {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}
.page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt {
    width: 100%;
  }
}
.page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt h3 {
  margin-bottom: 1rem;
  font-size: 30px;
  color: #252f66;
}
@media screen and (max-width: 768px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt h3 {
    font-size: 22px;
  }
}
.page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt span {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.5rem 1.5rem;
  background-color: #ebe8ef;
  color: #296aa2;
  border-radius: 40px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt span {
    font-size: 16px;
  }
}
.page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt ul li {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-services #services .services_container .services_container_item .services_container_item_inner .services_container_item_inner_txt ul li {
    font-size: 12px;
  }
}
.page-services #services .services_container .services_container_item p {
  margin-top: 1.25rem;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-services #services .services_container .services_container_item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-services #services .services_container .services_container_item p {
    font-size: 12px;
  }
}
.page-services #services_faq {
  padding-top: 6rem;
  margin-bottom: 6rem;
  box-sizing: border-box;
}
.page-services #services_faq .services_faq_container {
  width: 90%;
  margin: 0 auto;
}
.page-services #services_faq .services_faq_container #qa {
  background-color: #fff;
  font-size: 1.2rem;
}
.page-services #services_faq .services_faq_container #qa label {
  color: #fff;
}
.page-services #services_faq .services_faq_container .toggle {
  display: none;
}
.page-services #services_faq .services_faq_container .Label {
  height: 4.5rem;
  line-height: 4.5rem;
  padding: 0.5rem;
  display: block;
  background: #296aa2;
  text-align: left;
  align-items: center;
  padding: 0.5rem 2rem;
  border: solid 1.5px #252f66;
}
@media screen and (max-width: 768px) {
  .page-services #services_faq .services_faq_container .Label {
    padding: 0.4rem;
  }
}
.page-services #services_faq .services_faq_container .Label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 4%;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .page-services #services_faq .services_faq_container .Label::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.page-services #services_faq .services_faq_container .Label,
.page-services #services_faq .services_faq_container .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-services #services_faq .services_faq_container .Label,
  .page-services #services_faq .services_faq_container .content {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-services #services_faq .services_faq_container .Label,
  .page-services #services_faq .services_faq_container .content {
    font-size: 15px;
  }
}
.page-services #services_faq .services_faq_container .content {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  border: solid 1.5px #252f66;
}
.page-services #services_faq .services_faq_container .content p {
  text-align: left;
  padding: 0 1.1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #2c3e50;
}
@media screen and (max-width: 768px) {
  .page-services #services_faq .services_faq_container .content p {
    font-size: 1rem;
  }
}
.page-services #services_faq .services_faq_container .toggle:checked + .Label + .content {
  height: auto;
  padding: 0.8rem 0;
  transition: all 0.3s;
}
.page-services #services_faq .services_faq_container .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.page-works #works_list {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-works #works_list {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-works #works_list .works_list_button {
    margin-bottom: 2rem;
  }
}
.page-works #works_list .works_list_button button {
  margin: 0 1rem 4rem;
  padding: 0.5rem 1rem;
  background-color: rgba(108, 206, 231, 0.1254901961);
  color: #296aa2;
  border-radius: 50px;
  border: 1.5px solid #296aa2;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .page-works #works_list .works_list_button button {
    margin: 0 0.5rem 2rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-works #works_list .works_list_button button {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-works #works_list .works_list_button button {
    font-size: 16px;
    margin: 0 0.5rem 1rem;
  }
}
.page-works #works_list .works_list_button button:hover {
  background-color: #296aa2;
  color: #ffffff;
}
.page-works #works_list .works_list_button button.is-active {
  background-color: #296aa2;
  color: #ffffff;
}
.page-works #works_list .works_list_site {
  width: 100%;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10% 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-works #works_list .works_list_site {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  .page-works #works_list .works_list_site {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2.5%;
  }
}
.page-works #works_list .works_list_site li {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.page-works #works_list .works_list_site li:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}
.page-works #works_list .works_list_site li a {
  display: block;
}
.page-works #works_list .works_list_site li a .works_list_site_img {
  overflow: hidden;
}
.page-works #works_list .works_list_site li a .works_list_site_img img {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}
.page-works #works_list .works_list_site li a span {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 12px;
  color: rgba(37, 47, 102, 0.5019607843);
}
@media screen and (max-width: 768px) {
  .page-works #works_list .works_list_site li a span {
    font-size: 10px;
  }
}
.page-works #works_list .works_list_site li a h6 {
  font-size: 18px;
  color: #252f66;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-works #works_list .works_list_site li a h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-works #works_list .works_list_site li a h6 {
    font-size: 12px;
  }
}
.page-works #works_voice {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .page-works #works_voice {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .page-works #works_voice {
    padding: 14rem 0 10rem 0;
  }
}
.page-works #works_voice .works_voice_views {
  width: 100%;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10% 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-works #works_voice .works_voice_views {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  .page-works #works_voice .works_voice_views {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2.5%;
  }
}
.page-works #works_voice .works_voice_views li {
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-sizing: border-box;
  overflow: visible;
}
.page-works #works_voice .works_voice_views li:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}
.page-works #works_voice .works_voice_views li a {
  display: block;
}
.page-works #works_voice .works_voice_views li a .works_voice_views_item_img {
  overflow: hidden;
}
.page-works #works_voice .works_voice_views li a .works_voice_views_item_img img {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}
.page-works #works_voice .works_voice_views li a p {
  margin: 0.5rem 0;
  font-size: 18px;
  color: #2c3e50;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .page-works #works_voice .works_voice_views li a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-works #works_voice .works_voice_views li a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-works #works_voice .works_voice_views li a p {
    font-size: 12px;
  }
}
.page-works #works_voice .works_voice_views li a span {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 12px;
  color: #296aa2;
  background-color: rgba(41, 106, 162, 0.062745098);
  border-radius: 50px;
}

.page-news #news {
  width: 90%;
  margin: 0 auto;
  margin-top: 4rem;
}
.page-news #news .top_news_list {
  margin: 4rem 0 6rem;
  padding: 0;
}
.page-news #news .top_news_list .top_news_list_item {
  border-bottom: 2px solid rgba(37, 47, 102, 0.35);
}
.page-news #news .top_news_list .top_news_list_item .top_news_list_item_link {
  display: grid;
  grid-template-columns: 140px 120px 1fr; /* 日付 / カテゴリ / タイトル */
  align-items: center;
  gap: 2rem;
  padding: 1.4rem 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .page-news #news .top_news_list .top_news_list_item .top_news_list_item_link {
    grid-template-columns: 100px 100px 1fr; /* 日付 / カテゴリ / タイトル */
  }
}
@media screen and (max-width: 768px) {
  .page-news #news .top_news_list .top_news_list_item .top_news_list_item_link {
    grid-template-columns: 1fr 1fr; /* 日付 / カテゴリ を2列 */
    grid-template-areas: "date cat" "title title";
    gap: 0.75rem 1rem;
    padding: 1.1rem 0.5rem;
  }
}
.page-news #news .top_news_list .top_news_list_item .top_news_list_item_link:hover {
  background-color: rgba(108, 206, 231, 0.1254901961);
}
.page-news #news .top_news_list .top_news_list_item .top_news_list_item_link .news-date {
  font-weight: 700;
  color: #2c3e50;
  font-size: 18px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-news #news .top_news_list .top_news_list_item .top_news_list_item_link .news-date {
    grid-area: date;
  }
}
.page-news #news .top_news_list .top_news_list_item .top_news_list_item_link .news-cat {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  border: 2px solid rgba(108, 206, 231, 0.8);
  color: #6ccee7;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-news #news .top_news_list .top_news_list_item .top_news_list_item_link .news-cat {
    grid-area: cat;
    justify-self: end;
  }
}
.page-news #news .top_news_list .top_news_list_item .top_news_list_item_link .news-title {
  color: #2c3e50;
  font-size: 18px;
  line-height: 1.5;
  /* タイトルが長い時は1行で省略する */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .page-news #news .top_news_list .top_news_list_item .top_news_list_item_link .news-title {
    grid-area: title;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.6;
  }
}

.page-newsdetail #news_single {
  margin-top: 10rem;
  padding: 2.5rem 0 5rem;
}
.page-newsdetail #news_single .news_article {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-newsdetail #news_single .news_article {
    width: 90%;
  }
}
.page-newsdetail #news_single .news_meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0 0 1.25rem;
}
.page-newsdetail #news_single .news_meta .news-date {
  font-size: 1rem;
  color: rgba(37, 47, 102, 0.75);
  letter-spacing: 0.02em;
}
.page-newsdetail #news_single .news_meta .news-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.95rem;
  line-height: 1;
  border: 1.5px solid rgb(108, 206, 231);
  color: rgb(108, 206, 231);
  background: #fff;
  white-space: nowrap;
}
.page-newsdetail #news_single .news_title {
  margin: 0 0 1.75rem;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.35;
  font-weight: 900;
  color: #252f66;
}
@media screen and (max-width: 768px) {
  .page-newsdetail #news_single .news_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .page-newsdetail #news_single .news_title {
    font-size: 22px;
  }
}
.page-newsdetail #news_single .news_body {
  color: #2c3e50;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-newsdetail #news_single .news_body {
    font-size: 14px;
  }
}
.page-newsdetail #news_single .news_body h6 {
  margin: 2rem 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #252f66;
}
.page-newsdetail #news_single .news_actions {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.page-newsdetail #news_single .news_back_button {
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background: #252f66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
}
.page-newsdetail #news_single .news_back_button .txt {
  white-space: nowrap;
}
.page-newsdetail #news_single .news_back_button .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.75rem;
}

.page-career #career_mid {
  padding-top: 6rem;
}
.page-career #career_mid .career_mid_container {
  width: 90%;
  margin: 0 auto;
}
.page-career #career_mid .career_mid_container h5 {
  margin: 0.5rem 0 1rem;
  font-size: 26px;
  color: #296aa2;
}
@media screen and (max-width: 768px) {
  .page-career #career_mid .career_mid_container h5 {
    font-size: 22px;
  }
}
.page-career #career_mid .career_mid_container p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-career #career_mid .career_mid_container p {
    font-size: 16px;
  }
}
.page-career #career_mid .career_mid_container .company_mission_container_item {
  margin: 3rem 0;
}
.page-career #career_mid .career_mid_container .company_mission_container_item h5 {
  padding: 0 0.5rem;
  border-left: 3px solid #296aa2;
  color: #252f66;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .page-career #career_mid .career_mid_container .company_mission_container_item h5 {
    font-size: 20px;
  }
}
.page-career #career_mid .career_mid_container .company_mission_container_item ul {
  margin-top: 1rem;
}
.page-career #career_mid .career_mid_container .company_mission_container_item ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .page-career #career_mid .career_mid_container .company_mission_container_item ul li {
    font-size: 12px;
  }
}
.page-career #career_mid .career_mid_container table {
  border-collapse: collapse;
}
.page-career #career_mid .career_mid_container table th,
.page-career #career_mid .career_mid_container table td {
  padding: 1rem;
  border: 1px solid #c0c0c0;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .page-career #career_mid .career_mid_container table th,
  .page-career #career_mid .career_mid_container table td {
    font-size: 12px;
  }
}
.page-career #career_mid .career_mid_container table th {
  background-color: #ebe8ef;
  font-weight: 100;
}
.page-career #career_fresh {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
}
.page-career #career_fresh .career_fresh_container p {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .page-career #career_fresh .career_fresh_container p {
    font-size: 16px;
  }
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 480px) {
  .page-career #career_fresh .career_fresh_container .career_fresh_container_inner {
    display: block;
    margin-top: 1rem;
  }
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner a {
  width: 47.5%;
  display: inline-block;
  color: #2c3e50;
  font-weight: bolder;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 480px) {
  .page-career #career_fresh .career_fresh_container .career_fresh_container_inner a {
    width: 100%;
    margin-top: 2rem;
    font-size: 16px;
  }
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner a:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner a .career_fresh_container_inner_item .career_fresh_container_inner_img {
  overflow: hidden;
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner a .career_fresh_container_inner_item .career_fresh_container_inner_img img {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner a .career_fresh_container_inner_item .career_fresh_container_inner_site {
  display: flex;
  justify-content: space-between;
  gap: 0%;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner a .career_fresh_container_inner_item .career_fresh_container_inner_site .career_fresh_container_inner_site_img {
  width: 10%;
  overflow: hidden;
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner a .career_fresh_container_inner_item .career_fresh_container_inner_site .career_fresh_container_inner_site_img img {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}
.page-career #career_fresh .career_fresh_container .career_fresh_container_inner a .career_fresh_container_inner_item .career_fresh_container_inner_site p {
  width: 88%;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .page-career #career_fresh .career_fresh_container .career_fresh_container_inner a .career_fresh_container_inner_item .career_fresh_container_inner_site p {
    font-size: 16px;
  }
}

.page-contact .contact_container {
  width: 90%;
  margin: 0 auto;
  margin-top: 4rem;
  box-sizing: border-box;
}
.page-contact .contact_container .contact_form_item {
  padding: 1.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_form_item {
    display: block;
    padding: 0;
  }
}
.page-contact .contact_container .contact_form_item .Form-Item-Label {
  width: 35%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 20px;
  color: #296aa2;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_form_item .Form-Item-Label {
    width: 100%;
    margin-top: 2rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact_container .contact_form_item .Form-Item-Label {
    font-size: 14px;
  }
}
.page-contact .contact_container .contact_form_item .Form-Item-Label .Form-Item-Label-Required {
  border-radius: 50px;
  margin-left: 0.75rem;
  padding: 0.5rem 0.75rem;
  width: 15%;
  display: inline-block;
  text-align: center;
  background: #ebe8ef;
  color: #ffffff;
  font-size: 14px;
  color: red;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_form_item .Form-Item-Label .Form-Item-Label-Required {
    font-size: 14px;
    padding: 0.5rem 0.2rem;
  }
}
.page-contact .contact_container .contact_form_item .Form-Item-Label.isMsg {
  margin-top: 0.5rem;
  margin-bottom: auto;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_form_item .Form-Item-Label.isMsg {
    width: 100%;
    margin-top: 2rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact_container .contact_form_item .Form-Item-Label.isMsg {
    font-size: 14px;
  }
}
.page-contact .contact_container .contact_form_item .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding: 0 1em;
  height: 4rem;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_form_item .Form-Item-Input {
    margin: 0.5rem 0;
  }
}
.page-contact .contact_container .contact_form_item .Form-Item-Textarea-title {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding: 1em;
  height: 4rem;
  flex: 1;
  background: #ffffff;
  font-size: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_form_item .Form-Item-Textarea-title {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.page-contact .contact_container .contact_form_item .Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding: 1em;
  height: 10rem;
  flex: 1;
  background: #ffffff;
  font-size: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_form_item .Form-Item-Textarea {
    width: 100%;
    margin: 0.5rem 0;
  }
}
.page-contact .contact_container .contact_container_send {
  margin: 2rem 0;
  text-align: center;
}
.page-contact .contact_container .contact_container_send .Form-Btn {
  display: inline-block;
  border-radius: 20px;
  margin: 1rem auto;
  padding: 1rem 3.5rem;
  letter-spacing: 0.05em;
  background: #001f42;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_container_send .Form-Btn {
    padding: 1rem 2.5rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact_container .contact_container_send .Form-Btn {
    padding: 0.75rem 2rem;
    font-size: 16px;
  }
}
.page-contact .contact_container .contact_container_send .Form-Btn:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.page-contact .contact_container .contact_container_send p {
  margin: 0.75rem 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact_container .contact_container_send p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact_container .contact_container_send p {
    font-size: 14px;
  }
}
.page-contact .contact_container .contact_container_send p a {
  color: #2c3e50;
  border-bottom: 1px solid #2c3e50;
  cursor: pointer;
}

.page-blog_archive #blog_archive {
  padding: 3rem 0 5rem;
}
.page-blog_archive #blog_archive .blog_archive_container {
  width: 90%;
  margin: 0 auto;
}
.page-blog_archive #blog_archive .blog_archive_intro {
  margin-bottom: 2.5rem;
}
.page-blog_archive #blog_archive .blog_archive_intro p {
  margin-top: 1.5rem;
  line-height: 1.8;
  color: #252f66;
}
.page-blog_archive #blog_archive .blog_cards {
  list-style: none;
  padding: 0;
  margin: 0 0 4rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-blog_archive #blog_archive .blog_cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .page-blog_archive #blog_archive .blog_cards {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 3rem;
  }
}
.page-blog_archive #blog_archive .blog_card {
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
}
.page-blog_archive #blog_archive .blog_card:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.page-blog_archive #blog_archive .blog_card_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.page-blog_archive #blog_archive .blog_card_thumb {
  margin: 0;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-blog_archive #blog_archive .blog_card_thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-blog_archive #blog_archive .blog_card_body {
  padding: 1rem 1rem 1.2rem;
}
.page-blog_archive #blog_archive .blog_card_title {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #252f66;
}
@media screen and (max-width: 768px) {
  .page-blog_archive #blog_archive .blog_card_title {
    font-size: 14px;
  }
}
.page-blog_archive #blog_archive .blog_card_date {
  font-size: 0.9rem;
  color: rgba(37, 47, 102, 0.6);
}
@media screen and (max-width: 768px) {
  .page-blog_archive #blog_archive .blog_card_date {
    font-size: 12px;
  }
}
.page-blog_archive #blog_archive .blog_archive_more {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.page-blog_archive #blog_archive .viewbutton {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  position: static;
  z-index: 10;
  inset: auto;
  transform: none;
}
@media screen and (max-width: 768px) {
  .page-blog_archive #blog_archive .viewbutton {
    margin-top: 4rem;
  }
}

.page-blog_single #blog_single {
  padding: 8rem 0 2rem;
}
.page-blog_single #blog_single .blog_single_container {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-blog_single #blog_single .blog_single_container {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .page-blog_single #blog_single .blog_single_container {
    width: 90%;
  }
}
.page-blog_single #blog_single .blog_single_container .blog_single_header {
  text-align: left;
  margin-bottom: 2.5rem;
}
.page-blog_single #blog_single .blog_single_container .blog_single_header .blog_single_thumb {
  width: 100%;
  margin: 0 auto 2rem;
  overflow: hidden;
}
.page-blog_single #blog_single .blog_single_container .blog_single_header .blog_single_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.page-blog_single #blog_single .blog_single_container .blog_single_header .blog_single_title {
  margin: 0 0 0.6rem;
  font-size: 24px;
  font-weight: 900;
  color: #252f66;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .page-blog_single #blog_single .blog_single_container .blog_single_header .blog_single_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .page-blog_single #blog_single .blog_single_container .blog_single_header .blog_single_title {
    font-size: 18px;
  }
}
.page-blog_single #blog_single .blog_single_container .blog_single_header .blog_single_date {
  display: inline-block;
  color: rgba(37, 47, 102, 0.6);
  font-size: 0.95rem;
}
.page-blog_single #blog_single .blog_single_content {
  margin: 0 auto;
  line-height: 1.75;
  color: #2c3e50;
}
.page-blog_single #blog_single .blog_single_content p {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .page-blog_single #blog_single .blog_single_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page-blog_single #blog_single .blog_single_content p {
    font-size: 12px;
  }
}
.page-blog_single #blog_single .blog_single_back {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.page-blog_single #blog_single .viewbutton {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
