@charset "UTF-8";
.ul-blue {
  border-bottom: 2px solid #1a3678;
}

.c-blue {
  color: #8ce005 !important;
}

*, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-style: normal;
}

body {
  background-color: #fdfdfd;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

.head {
  font-size: 1.1rem;
  color: #7ac500;
}
@media screen and (max-width: 768px) {
  .head {
    font-size: 0.8rem;
  }
}

/*
.inner__box{
    padding:2em;/*内側余白
	background-image: linear-gradient(0deg, transparent 19px, #f0f0f0 20px),linear-gradient(90deg,  transparent 19px, #f0f0f0 20px);
	background-size: 20px 20px;
}
*/
p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.8rem;
  }
}

h1 {
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}

.top_contents_title {
  display: inline-block;
}
.top_contents_title h2 {
  letter-spacing: 3px;
  font-weight: 800;
}
.top_contents_title p {
  font-weight: 600;
}
.top_contents_title span {
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #333;
}

.top_contents_btn {
  width: 30%;
  padding-left: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    width: 100%;
    padding-left: 20px;
  }
}
.top_contents_btn a {
  text-decoration: none;
  color: #333;
  position: relative;
}
.top_contents_btn a span {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1a3678;
  transition: all 0.4s;
}
.top_contents_btn a span i {
  color: #fff;
  font-size: 12.5px;
}

.top_contents_btn02 {
  width: 30%;
  padding-left: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn02 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn02 {
    width: 100%;
    padding-left: 20px;
  }
}
.top_contents_btn02 a {
  text-decoration: none;
  color: #333;
  position: relative;
}
.top_contents_btn02 a span {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1a3678;
  transition: all 0.4s;
}
.top_contents_btn02 a span i {
  color: #fff;
  font-size: 12.5px;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in02 {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.lower_headline {
  text-align: center;
  margin-bottom: 80px;
}
.lower_headline h2 {
  border-bottom: 1px solid #333;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .lower_headline {
    margin-bottom: 40px;
  }
}

.btn_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1vw auto 0;
}

.button {
  padding: 0.5em 1.5em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  color: #1a3678;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #1a3678;
  white-space: nowrap;
  background-color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .button {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 10px;
  }
}
.button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #1a3678;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.button:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #1a3678;
  box-shadow: 4px 5px 17px -4px #1a3678;
}
.button:hover::before {
  width: 250%;
}

.p-page-hero {
  background-color: #EBF7FF;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 80%;
  height: 60vh;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-page-hero {
    width: 75%;
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-hero {
    width: 100%;
    height: 300px !important;
  }
}
.p-page-hero__bg {
  position: absolute;
  inset: 0;
}
.p-page-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 54, 120, 0.5);
}
.p-page-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 40px;
}
.p-page-hero__en {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  margin-bottom: 4px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.p-page-hero__title {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-page-hero {
    height: 200px;
  }
  .p-page-hero__inner {
    padding: 0 20px;
  }
  .p-page-hero__en {
    font-size: 0.85rem;
  }
  .p-page-hero__title {
    font-size: 1.6rem;
  }
}

.c-breadcrumb {
  margin-top: 14px;
}
.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumb li {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}
.c-breadcrumb li::after {
  content: "›";
  margin: 0 8px;
}
.c-breadcrumb li:last-child::after {
  content: none;
}
.c-breadcrumb li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}
.c-breadcrumb li a:hover {
  color: #fff;
}

.c-section-head {
  text-align: center;
  margin-bottom: 48px;
}
.c-section-head__en {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: #3BAADE;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.c-section-head__ja {
  font-size: 1.7rem;
  font-weight: 700;
  color: #2D2D2D;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.c-section-head__ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #3BAADE;
}
@media screen and (max-width: 768px) {
  .c-section-head {
    margin-bottom: 32px;
  }
  .c-section-head__ja {
    font-size: 1.35rem;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  cursor: pointer;
  border: none;
}
.c-btn--primary {
  background: #3BAADE;
  color: #fff;
}
.c-btn--primary:hover {
  background: #2A8BBF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 170, 222, 0.35);
  color: #fff;
}
.c-btn--outline {
  background: transparent;
  color: #3BAADE;
  border: 1.5px solid #3BAADE;
}
.c-btn--outline:hover {
  background: #EBF7FF;
  transform: translateY(-2px);
  color: #3BAADE;
}
.c-btn--white {
  background: #fff;
  color: #3BAADE;
  border: 1.5px solid #fff;
}
.c-btn--white:hover {
  background: #EBF7FF;
  color: #3BAADE;
}

.l-section {
  padding-top: 700px;
  padding-bottom: 80px;
}
.l-section--bg {
  background: #F5FAFD;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-top: 400px;
    padding-bottom: 40px;
  }
}

.l-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-container {
    padding: 0 32px;
  }
}

.l-pt {
  padding-top: 20px !important;
}

body.is-subpage .p-page-hero {
  margin-top: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.is-subpage .p-page-hero {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  body.is-subpage .p-page-hero {
    margin-top: 70px;
  }
}

[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate].is-animated {
  opacity: 1;
  transform: none;
}
[data-animate][data-anim=fade] {
  transform: none;
  transition: opacity 0.65s ease;
}
[data-animate][data-anim=slide-left] {
  transform: translateX(-32px);
}
[data-animate][data-anim=slide-left].is-animated {
  transform: none;
}
[data-animate][data-anim=slide-right] {
  transform: translateX(32px);
}
[data-animate][data-anim=slide-right].is-animated {
  transform: none;
}
[data-animate][data-anim=scale] {
  transform: scale(0.94);
}
[data-animate][data-anim=scale].is-animated {
  transform: none;
}

header {
  position: relative;
  z-index: 99999;
}
header #header_pc {
  display: block;
  position: absolute;
}
header #header_pc .header_pc_contents {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc .header_pc_contents {
    display: none;
  }
}
header #header_pc .header_pc_contents .header_copyright {
  width: 30%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_copyright {
    width: 20%;
  }
}
header #header_pc .header_pc_contents .header_copyright p {
  writing-mode: vertical-rl;
  color: #ddd;
  letter-spacing: 2.5px;
}
header #header_pc .header_pc_contents .header_menu {
  width: 80%;
  margin-left: -3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_menu {
    width: 90%;
  }
}
header #header_pc .header_pc_contents .header_menu .header_logo {
  height: 250px;
  margin-left: -1rem;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_pc_contents .header_menu .header_logo {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_menu .header_logo {
    height: 200px;
    margin-left: 0;
  }
}
header #header_pc .header_pc_contents .header_menu .header_logo img {
  height: 100%;
}
header #header_pc .header_pc_contents .header_menu .header_menu_list {
  list-style: none;
  margin-bottom: 3rem;
  margin-top: 3rem;
  margin-left: 2rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_menu .header_menu_list {
    margin-top: 2rem;
    margin-left: 1rem;
  }
}
header #header_pc .header_pc_contents .header_menu .header_menu_list li {
  margin-bottom: 2.5rem;
  padding-left: 2rem;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_pc_contents .header_menu .header_menu_list li {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc_contents .header_menu .header_menu_list li {
    margin-bottom: 1.2rem;
    padding-left: 3rem;
  }
}
header #header_pc .header_pc_contents .header_menu .header_menu_list li a {
  text-decoration: none;
  color: #333;
  position: relative;
  font-size: 110%;
  font-weight: 800;
  padding: 5px 0;
}
header #header_pc .header_pc_contents .header_menu .header_menu_list li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4a90e2;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header #header_pc .header_pc_contents .header_menu .header_menu_list li a:hover::after {
  transform: scale(1, 1);
}
header #header_pc .header_pc_contents .header_sns_icon ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
header #header_pc .header_pc_contents .header_sns_icon ul li {
  margin: 0 1rem;
  padding-left: 0;
}
header #header_pc .header_pc_contents .header_sns_icon ul li a {
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1a3678;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
header #header_pc .header_pc_contents .header_sns_icon ul li a:hover {
  background-color: #C0C0C0;
}
header #header_pc .header_pc_contents .header_sns_icon ul li a i::before {
  color: #fff;
}
header #header_pc .header_pc_contents .header_sns_icon ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
  color: #fff;
}
header #header_pc .header_sp_contents {
  width: 100vw;
  position: fixed;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_sp_contents {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_sp_contents {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_sp_contents {
    display: none;
  }
}
header #header_pc .header_sp_contents .header_sp_contents_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdfdfd;
  width: 100%;
  height: 70px;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp {
  width: 30%;
  margin-left: 5%;
  margin-top: 3%;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp a {
  text-decoration: none;
}
header #header_pc .header_sp_contents .header_sp_contents_flex .header_logo_sp a img {
  width: 100%;
}
header #header_pc_scroll {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc_scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc_scroll {
    display: none;
  }
}
header #header_pc_scroll .header_pc_scroll_contents {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  height: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc_scroll .header_pc_scroll_contents {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc_scroll .header_pc_scroll_contents {
    display: none;
  }
}
header #header_pc_scroll .header_pc_scroll_contents .header_logo {
  height: 130px;
}
header #header_pc_scroll .header_pc_scroll_contents .header_logo img {
  height: 100%;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li {
  margin-left: 2.5rem;
}
@media screen and (min-width: 1025px) and (max-width: 1236px) {
  header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li {
    margin-left: 1rem;
  }
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li a {
  text-decoration: none;
  color: #333;
  position: relative;
  font-weight: 700;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4a90e2;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li a:hover::after {
  transform: scale(1, 1);
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li:last-child a {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: #1a3678;
  transition: all 0.4s;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li:last-child a:hover {
  background-color: #4a90e2;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li:last-child a {
  color: #fff;
}
header #header_pc_scroll .header_pc_scroll_contents .header_menu .header_menu_contents ul li:last-child a::after {
  width: 0;
}
@media screen and (min-width: 1441px) {
  header #header_pc_scroll .header_sp_scroll_contents {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc_scroll .header_sp_scroll_contents {
    display: none;
  }
}
header #header_pc_scroll .header_sp_scroll_contents .header_sp_contents_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #fdfdfd;
  width: 100%;
}
header #header_pc_scroll .header_sp_scroll_contents .header_sp_contents_flex .header_logo_sp a {
  text-decoration: none;
}
header #header_pc_scroll .header_sp_scroll_contents .header_sp_contents_flex .header_logo_sp a img {
  height: 20px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: #1a3678;
  border-radius: 50%;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 12px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 28px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 19px;
  left: 9px;
  background: #fff;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 19px;
  left: 9px;
  background: #fff;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  color: #1a3678;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
nav.globalMenuSp ul.header_menu_list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul.header_menu_list li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 20px;
}
nav.globalMenuSp ul.header_menu_list li:hover {
  transform: scale(1.1);
}
nav.globalMenuSp ul.header_menu_list li a {
  display: block;
  color: #1a3678;
  padding: 10px 0;
  font-weight: 800;
  text-decoration: none;
}
nav.globalMenuSp ul.header_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
nav.globalMenuSp ul.header_sns li {
  margin: 0 1rem;
  padding-left: 0;
}
nav.globalMenuSp ul.header_sns li a {
  color: #1a3678;
  font-size: 120%;
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
nav.globalMenuSp ul.header_sns li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

/* 下層ヘッダー */
#common header #header_pc .header_pc_contents .header_menu .header_logo {
  height: 150px;
  margin-left: 2rem;
}
#common header #header_pc .header_pc_contents .header_menu .header_menu_list li {
  margin-bottom: 1.5rem;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

body.is-subpage #header_pc .header_pc_contents {
  display: none;
}
body.is-subpage #header_pc_scroll {
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.is-subpage #header_pc_scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.is-subpage #header_pc_scroll {
    display: none;
  }
}
body.is-subpage #header_pc_scroll .header_pc_scroll_contents {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
body.is-subpage #header_pc_scroll .header_logo {
  height: 64px;
}
body.is-subpage #header_pc_scroll .header_logo img {
  height: 100%;
  width: auto;
}

#top_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  #top_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #top_main {
    overflow-x: hidden;
  }
}
#top_main .slide-images {
  width: 80%;
  height: 95vh;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    width: 75%;
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    width: 100%;
    height: 500px;
  }
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_main .slide-images .slick-list .slick-track img {
    width: 100%;
    border-radius: 0;
  }
}
#top_main .slide-images .slick-next {
  display: none !important;
}
#top_main .slide-images .slick-next::before {
  display: none;
}
#top_main .slide-txt {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  animation: slideFromLeft 1s ease-out forwards;
}
@media screen and (min-width: 1441px) {
  #top_main .slide-txt {
    top: 50%;
    transform: translate(-50%, -40%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-txt {
    top: 30%;
    left: 35%;
    transform: translate(-50%, -40%);
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-txt {
    top: 30%;
    left: 20%;
    transform: translate(-50%, -30%);
    font-size: 1.35rem;
  }
}
#top_main .slide-txt .main-copy {
  position: relative;
  color: #1a3678;
  padding-bottom: 10px;
  text-shadow: 1px 1px 5px #ffffff;
  font-family: serif;
  font-size: 300%;
}
@media screen and (max-width: 768px) {
  #top_main .slide-txt .main-copy {
    font-size: 100% !important;
  }
}
#top_main .slide-txt .main-copy .blue-txt {
  color: #4a90e2;
}
#top_main .slide-txt .main-copy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background-image: linear-gradient(to right, #4caf50 50%, transparent 50%);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
#top_main .slide-txt .main-copy::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40%;
  width: 35%;
  height: 3px;
  background-color: #4caf50;
  z-index: 1;
}
#top_main .slide-sub-txt {
  position: absolute;
  top: 80%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  animation: fadeIn 2s ease 2s forwards normal;
  opacity: 0;
}
@media screen and (min-width: 1441px) {
  #top_main .slide-sub-txt {
    top: 80%;
    left: 55%;
    transform: translate(-50%, -40%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-sub-txt {
    top: 45%;
    left: 63%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-sub-txt {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-size: 1.6rem;
    white-space: normal;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_main .slide-sub-txt {
    font-size: 3.5rem;
  }
}
#top_main .slide-sub-txt .main-copy {
  position: relative;
  color: #fff !important;
  font-size: 80%;
  text-shadow: 0 0 10px #000;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  #top_main .slide-sub-txt .main-copy {
    font-size: 250%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-sub-txt .main-copy {
    font-size: 150%;
  }
}
#top_main .slide-sub-txt .sub-copy {
  position: relative;
  color: #fff !important;
  text-shadow: 0 0 10px #000;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top_main .slide-sub-txt .sub-copy {
    font-size: 1rem;
  }
}
#top_main .slide-sub-txt .sub-copy i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#top_news {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news {
    flex-flow: column;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #top_news {
    flex-flow: column;
    border: none;
    margin-bottom: 3rem;
  }
}
#top_news .top_contents_title {
  width: 100%;
  text-align: center;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_contents_title {
    width: 100%;
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_contents_title {
    width: 100%;
    text-align: center;
  }
}
#top_news .top_contents_title h2 {
  margin-right: 1rem;
}
#top_news .top_contents_title p {
  color: #1a3678;
}
#top_news .top_news_contents {
  width: 70%;
  margin: auto;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents {
    width: 100%;
    flex-flow: column;
    padding: 1rem;
  }
}
#top_news .top_news_contents .top_news_list {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_news_list {
    width: 100%;
  }
}
#top_news .top_news_contents .top_news_list ul {
  list-style: none;
}
#top_news .top_news_contents .top_news_list ul a {
  text-decoration: none;
}
#top_news .top_news_contents .top_news_list ul a li {
  padding: 1rem 0;
}
#top_news .top_news_contents .top_news_list ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_contents .top_news_list ul a li .outline .date {
  margin-right: 2rem;
  color: #fff;
  background-color: #1a3678;
  font-size: 80%;
  padding: 0.25rem 0.5rem;
  border-radius: 25px;
  transition: all 0.4s;
}
#top_news .top_news_contents .top_news_list ul a li .outline .title {
  border-bottom: 1px solid #d2d2d2;
  color: #333;
  position: relative;
  width: 70%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_contents .top_news_list ul a li .outline .title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_news_list ul a li .outline .title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents .top_contents_btn {
    text-align: end;
    margin-right: 100px;
  }
}

#top_two_contents {
  position: relative;
  margin-bottom: 10rem;
  background: linear-gradient(180deg, rgba(205, 42, 140, 0.4901960784) 0%, rgba(221, 79, 210, 0.3215686275) 50%, #fff 90%, #fff 100%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents {
    margin-bottom: 5rem;
    background: linear-gradient(180deg, rgba(205, 42, 140, 0.4901960784) 0%, rgba(221, 79, 210, 0.3215686275) 60%, #fff 95%, #fff 100%);
  }
}
#top_two_contents .top_two_contents_title {
  padding: 3rem 0;
}
#top_two_contents .top_two_contents_title h2 {
  text-align: center;
  color: #fff;
}
#top_two_contents .top_banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 98%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_banner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_banner {
    width: 90%;
    flex-flow: column;
  }
}
#top_two_contents .top_banner .top_banner_contents {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_banner .top_banner_contents {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#top_two_contents .top_banner .top_banner_contents .top_banner_contents_image {
  width: 100%;
  height: 100%;
}
#top_two_contents .top_banner .top_banner_contents .top_banner_contents_image img {
  width: 100%;
  height: 45vh;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_banner .top_banner_contents .top_banner_contents_image img {
    height: 20vh;
  }
}
#top_two_contents .top_banner .top_banner_contents .top_contents_btn02 {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 1rem;
  border-radius: 100px;
  background-color: #1a3678;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s;
}
#top_two_contents .top_banner .top_banner_contents .top_contents_btn02:hover {
  background-color: #C0C0C0;
}
#top_two_contents .top_banner .top_banner_contents .top_contents_btn02:hover a .arrow i::before {
  color: #C0C0C0;
}
#top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title {
  text-align: center;
  align-items: center;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title {
    width: 100%;
  }
}
#top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title h4 {
  color: #fff;
  padding: 0 5%;
  font-family: serif;
  margin-right: 1rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) and (max-width: 1236px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title h4 {
    padding: 0;
    margin-right: 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title h4 {
    padding: 0;
  }
}
#top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title p {
  color: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1236px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title p {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title p {
    padding-top: 0;
    position: relative;
  }
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .top_banner_contents_title p::after {
    content: "◆◆◆";
    letter-spacing: 3px;
    font-size: 4vw;
    margin-left: 5vw;
  }
}
#top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .arrow {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .arrow {
    display: none;
  }
}
#top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .arrow i {
  color: #1a3678;
}
@media screen and (max-width: 768px) {
  #top_two_contents .top_banner .top_banner_contents .top_contents_btn02 .arrow i {
    color: #C0C0C0 !important;
  }
}

#top_greeting {
  position: relative;
  background-position: top center;
  background-size: cover;
  margin-bottom: 5rem;
}
#top_greeting .top_greeting_contents {
  background: linear-gradient(#fff, rgba(255, 255, 255, 0), #fff);
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents {
    width: 100%;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents {
    width: 100%;
    padding: 0 0.5rem;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content {
  background-color: rgba(255, 255, 255, 0.5);
  width: 80%;
  margin: auto;
  padding: 3rem 0;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents .top_greeting_content {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content {
    width: 95%;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .line {
  width: 100%;
  height: 2px;
  background-color: #1a3678;
  position: relative;
  margin-bottom: 2rem;
}
#top_greeting .top_greeting_contents .top_greeting_content .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30%;
  height: 2px;
  background-color: #1a3678;
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing {
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing {
    width: 90%;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_headline {
  color: #333;
  font-size: 160%;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_headline {
    font-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_headline {
    font-size: 120%;
    margin-bottom: 1rem;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_text {
  color: #333;
  line-height: 1.6;
  padding: 0 3rem;
  font-family: serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_text {
    padding: 0 2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_text {
    padding: 0 0.5rem;
  }
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_img {
  text-align: center;
  border-radius: 25px;
  padding: 3vw 0;
}
#top_greeting .top_greeting_contents .top_greeting_content .top_greeting_writing .top_greeting_img img {
  width: 80%;
  border-radius: 25px;
}

#top_area {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_area {
    margin-bottom: 1rem;
    flex-flow: column;
  }
}
#top_area .top_area_contents {
  width: 50%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents {
    padding: 0 1rem;
    left: 5%;
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents {
    width: 100%;
    padding: 1rem;
    position: static;
  }
}
#top_area .top_area_contents .top_contents_title {
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents .top_contents_title {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_contents_title {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#top_area .top_area_contents .top_contents_title h2 {
  margin-right: 1rem;
  font-size: 1.7rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents .top_contents_title h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_contents_title h2 {
    font-size: 1.2rem;
  }
}
#top_area .top_area_contents .top_contents_title h2:first-letter {
  font-size: 150%;
  color: #1a3678;
}
#top_area .top_area_contents .top_contents_title p {
  color: #1a3678;
}
#top_area .top_area_contents .top_area_text {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents .top_area_text {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_text {
    position: static;
    width: 90%;
    font-size: 1rem;
  }
}
#top_area .top_area_contents .top_area_text p {
  margin-bottom: 2rem;
  padding: 0 1.5vw;
  font-family: serif;
}
@media screen and (min-width: 1441px) {
  #top_area .top_area_contents .top_area_text p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents .top_area_text p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents .top_area_text p {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
}
#top_area .top_area_image {
  width: 50%;
  height: 550px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_image {
    width: 35%;
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_image {
    width: 90%;
    height: 300px;
  }
}
#top_area .top_area_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_recruit {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top_recruit {
    flex-flow: column;
    padding-bottom: 3rem;
  }
}
#top_recruit .top_recruit_contents {
  width: 50%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents {
    width: 65%;
    padding: 0 1rem;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents {
    width: 100%;
    padding: 1rem;
    position: static;
  }
}
#top_recruit .top_recruit_contents .top_contents_title {
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_contents_title {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_contents_title {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#top_recruit .top_recruit_contents .top_contents_title h2 {
  margin-right: 1rem;
  font-size: 1.7rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_contents_title h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_contents_title h2 {
    font-size: 1.1rem;
  }
}
#top_recruit .top_recruit_contents .top_contents_title h2:first-letter {
  font-size: 150%;
  color: #1a3678;
}
#top_recruit .top_recruit_contents .top_contents_title p {
  color: #1a3678;
}
#top_recruit .top_recruit_contents .top_recruit_text {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_text {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_text {
    position: static;
    width: 90%;
  }
}
#top_recruit .top_recruit_contents .top_recruit_text p {
  margin-bottom: 2rem;
  padding: 0 1.5vw;
  font-family: serif;
}
@media screen and (min-width: 1441px) {
  #top_recruit .top_recruit_contents .top_recruit_text p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .top_recruit_text p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_text p {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
}
#top_recruit .top_recruit_contents .top_recruit_text .top_contents_btn {
  margin-left: auto;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_contents .top_recruit_text .top_contents_btn {
    text-align: end;
    padding-right: 3rem;
  }
}
#top_recruit .top_recruit_image {
  width: 50%;
  height: 550px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit_image {
    height: 420px;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit_image {
    width: 90%;
    height: 300px;
  }
}
#top_recruit .top_recruit_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn_active {
  background-color: #1a3678 !important;
  width: 40px !important;
  height: 40px !important;
}

.btn_active02 {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
}

.p-business-lead__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.p-business-lead__text {
  font-size: 1.05rem;
  line-height: 2;
  color: #2D2D2D;
  font-weight: 400;
}

.p-business-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-business-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-business-list__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-biz-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.p-biz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(59, 170, 222, 0.15);
}
.p-biz-card__img {
  height: 200px;
  overflow: hidden;
}
.p-biz-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
  vertical-align: top;
}
.p-biz-card:hover .p-biz-card__img img {
  transform: scale(1.05);
}
.p-biz-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #EBF7FF 0%, #D9EEF7 100%);
}
.p-biz-card__body {
  padding: 22px 20px 24px;
}
.p-biz-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 3px solid #3BAADE;
  line-height: 1.5;
}
.p-biz-card__text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #666666;
  font-weight: 400;
}

.p-equip-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.p-equip-item {
  text-align: center;
}
.p-equip-item img {
  width: 160px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 12px;
  display: block;
}
.p-equip-item__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2D2D2D;
  letter-spacing: 0.05em;
  background: #EBF7FF;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
}

.p-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-works-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-works-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.p-works-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(59, 170, 222, 0.15);
}
.p-works-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-works-card__img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.p-works-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
  vertical-align: top;
}
.p-works-card:hover .p-works-card__img img {
  transform: scale(1.05);
}
.p-works-card__no-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #EBF7FF, #D9EEF7);
}
.p-works-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #3BAADE;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 2px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.p-works-card__body {
  padding: 18px 18px 20px;
}
.p-works-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2D2D2D;
  line-height: 1.5;
  margin-bottom: 8px;
}
.p-works-card__place {
  font-size: 0.82rem;
  color: #666666;
  font-weight: 400;
}
.p-works-card__place span {
  background: #F5FAFD;
  border: 1px solid #D9EEF7;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 0.75rem;
  display: inline-block;
}

.p-works-empty {
  text-align: center;
  color: #666666;
  padding: 60px 0;
  font-size: 1rem;
  font-weight: 400;
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.c-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1.5px solid #D9EEF7;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.88rem;
  color: #2D2D2D;
  font-weight: 600;
  transition: all 0.2s;
  background: #fff;
}
.c-pagination .page-numbers:hover, .c-pagination .page-numbers.current {
  background: #3BAADE;
  border-color: #3BAADE;
  color: #fff;
}
.c-pagination .page-numbers.dots {
  border: none;
  background: transparent;
}
.c-pagination .page-numbers.dots:hover {
  background: transparent;
  color: #2D2D2D;
}

#news_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 300px;
  }
}
#news_main .news_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main .news_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents {
    width: 95%;
    height: 300px;
  }
}
#news_main .news_main_contents .news_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#news_main .news_main_contents .news_main_bg .news_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents .news_main_bg .news_title {
    top: 130%;
    left: 5%;
    color: #1a3678;
  }
}
#news_main .news_main_contents .news_main_bg .news_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#news {
  position: relative;
  background-color: #EAE9E9;
  margin-top: 5rem;
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: 10rem;
    padding-bottom: 10rem;
  }
}
#news .lower_headline {
  padding-top: 3rem;
}
#news .news_contents {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
    padding: 2rem 0;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #1a3678;
}
#news .news_contents ul a li {
  width: 100%;
  margin-bottom: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#news .news_contents ul a li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li {
    margin: auto;
    margin-bottom: 1rem;
  }
}
#news .news_contents ul a li .outline {
  background-color: #fff;
  padding: 2rem 1rem;
}
#news .news_contents ul a li .outline .title {
  color: #1a3678;
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}
#news .news_contents ul a li .outline .descn p {
  color: #333;
}
#news .news_contents .navigation {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news_contents .navigation {
    margin-top: 2rem;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #1a3678;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #1a3678;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#news_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main {
    height: 300px;
  }
}
#news_main .news_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_main .news_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents {
    width: 95%;
    height: 300px;
  }
}
#news_main .news_main_contents .news_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#news_main .news_main_contents .news_main_bg .news_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news_main .news_main_contents .news_main_bg .news_title {
    top: 130%;
    left: 5%;
    color: #1a3678;
  }
}
#news_main .news_main_contents .news_main_bg .news_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#single_news {
  position: relative;
  background-color: #EAE9E9;
  margin-top: 5rem;
  padding-bottom: 15rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #single_news {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #single_news {
    margin-top: 10rem;
    padding-bottom: 10rem;
  }
}
#single_news .lower_headline {
  padding-top: 3rem;
}
#single_news .news_contents {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #single_news .news_contents {
    width: 95%;
    padding: 2rem 0;
  }
}
#single_news .news_contents ul {
  list-style: none;
}
#single_news .news_contents ul li {
  width: 100%;
  margin-bottom: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#single_news .news_contents ul li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #single_news .news_contents ul li {
    margin: auto;
    margin-bottom: 1rem;
  }
}
#single_news .news_contents ul li a {
  text-decoration: none;
}
#single_news .news_contents ul li a .outline {
  background-color: #fff;
  padding: 2rem 1rem;
}
#single_news .news_contents ul li a .outline .date {
  color: #333;
}
#single_news .news_contents ul li a .outline .title {
  color: #1a3678;
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}
#single_news .news_contents ul li a .outline .descn p {
  color: #333;
}
#single_news .news_contents .navigation {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #single_news .news_contents .navigation {
    margin-top: 2rem;
  }
}

.p-company-table-wrap {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.p-company-table {
  width: 100%;
  border-collapse: collapse;
}
.p-company-table th, .p-company-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #D9EEF7;
  line-height: 1.7;
  font-size: 0.95rem;
  vertical-align: top;
}
.p-company-table th {
  width: 200px;
  background: #EBF7FF;
  color: #3BAADE;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.p-company-table td {
  background: #fff;
  color: #2D2D2D;
  font-weight: 400;
}
.p-company-table td a {
  color: #3BAADE;
  text-decoration: none;
}
.p-company-table td a:hover {
  text-decoration: underline;
}
.p-company-table tr:last-child th, .p-company-table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-company-table th, .p-company-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 0.88rem;
  }
  .p-company-table th {
    border-bottom: none;
    background: #3BAADE;
    color: #fff;
    white-space: normal;
  }
  .p-company-table td {
    border-bottom: 1px solid #D9EEF7;
    font-weight: 400;
  }
}

.p-company-map {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
.p-company-map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: none;
}
@media screen and (max-width: 768px) {
  .p-company-map iframe {
    height: 260px;
  }
}

.p-recruit-lead__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.p-recruit-lead__text {
  font-size: 1.05rem;
  line-height: 2;
  color: #2D2D2D;
  font-weight: 400;
}

.p-job-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}
.p-job-card:last-of-type {
  margin-bottom: 0;
}
.p-job-card__title {
  background: linear-gradient(135deg, #3BAADE 0%, #2A8BBF 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 28px;
  letter-spacing: 0.05em;
}

.p-job-table {
  width: 100%;
  border-collapse: collapse;
}
.p-job-table th, .p-job-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #D9EEF7;
  line-height: 1.7;
  font-size: 0.9rem;
  vertical-align: top;
}
.p-job-table th {
  width: 160px;
  background: #F5FAFD;
  color: #3BAADE;
  font-weight: 700;
  white-space: nowrap;
}
.p-job-table td {
  background: #fff;
  color: #2D2D2D;
  font-weight: 400;
}
.p-job-table tr:last-child th, .p-job-table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-job-table th, .p-job-table td {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 0.85rem;
  }
  .p-job-table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .p-job-table td {
    padding-top: 4px;
  }
}

.p-recruit-cta {
  text-align: center;
  padding: 48px 24px;
  background: #EBF7FF;
  border-radius: 8px;
}
.p-recruit-cta__text {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 24px;
  font-weight: 400;
}

#flow_main {
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow_main {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #flow_main {
    height: 300px;
  }
}
#flow_main .flow_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow_main .flow_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #flow_main .flow_main_contents {
    width: 95%;
    height: 300px;
  }
}
#flow_main .flow_main_contents .flow_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#flow_main .flow_main_contents .flow_main_bg .flow_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #flow_main .flow_main_contents .flow_main_bg .flow_title {
    top: 130%;
    left: 5%;
    color: #1a3678;
  }
}
#flow_main .flow_main_contents .flow_main_bg .flow_title h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#flow-c {
  background-image: linear-gradient(0deg, transparent 19px, #f0f0f0 20px), linear-gradient(90deg, transparent 19px, #f0f0f0 20px);
  background-size: 20px 20px;
  padding: 5vh 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c {
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 768px) {
  #flow-c {
    margin-top: 40%;
    padding-bottom: 5vh;
  }
}
#flow-c .lower_inner {
  width: 90%;
  border-radius: 30px;
  margin: 0 auto;
  padding: 5vh 0;
}
#flow-c .lower_inner .flow-c {
  padding: 0 5vw;
}
#flow-c .lower_inner .flow-c .lower_headline {
  margin-bottom: 3rem;
  position: relative;
  background: #eee; /*背景色*/
  padding: 2em 2em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#flow-c .lower_inner .flow-c .lower_headline::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff; /*ドットの形・大きさ・色*/
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .lower_headline {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .lower_headline {
    align-items: center;
    margin-bottom: 1rem;
  }
}
#flow-c .lower_inner .flow-c .flow_bar {
  display: flex;
  width: 95%;
  justify-content: space-between;
  padding: 3vh 2vw;
  margin: 8vh 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_bar {
    margin: 4vh 0;
  }
}
#flow-c .lower_inner .flow-c .flow_bar .bar_item {
  width: 16%;
  position: relative;
  text-align: center;
  list-style: none;
  background: #f8c76a;
  border-radius: 20px;
  padding: 1rem 0.5rem;
  color: #fff;
}
#flow-c .lower_inner .flow-c .flow_bar .bar_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #555555;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_bar .bar_item p {
    font-size: 1.2vw;
  }
}
#flow-c .lower_inner .flow-c .flow_bar .bar_item:last-child:before {
  display: none;
}
#flow-c .lower_inner .flow-c .flow_bar .bar_item:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_bar {
    display: none;
  }
}
#flow-c .lower_inner .flow-c .flow_list {
  margin-top: 5vh;
}
#flow-c .lower_inner .flow-c .flow_list .flow_item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2vh;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item {
    display: block;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num {
  width: 20%;
  margin-right: 3vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num {
    margin: 0 auto;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num .step_text {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num .step_text {
    font-size: 0.8rem;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num .step_text span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_num .step_text span {
    font-size: 1.2rem;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 0.1875rem solid #fff;
  background: #f8c76a;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .step {
    width: 60px;
    height: 60px;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body {
  width: 75%;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body {
    width: 100%;
    margin-top: 2vh;
    display: block;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_ttl {
  width: 25%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: start;
  color: #1a3678;
  padding: 0 1rem;
  border-left: 6px double #f8c76a;
  margin-bottom: 1vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_ttl {
    width: 35%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_txt {
  width: 65%;
  background-color: rgba(124, 211, 238, 0.3);
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_txt {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item .flow_body .flow_txt {
    width: 100%;
    font-size: 0.8rem;
  }
}
#flow-c .lower_inner .flow-c .flow_list .flow_item:last-child .flow_num:before {
  display: none;
}
@media screen and (max-width: 768px) {
  #flow-c .lower_inner .flow-c .flow_list .flow_item:last-child .flow_num:before {
    display: block;
  }
}
#flow-c .lower_inner .flow-c .flow_divide {
  overflow: hidden;
  width: 100vw;
  margin: 5vw calc(50% - 50vw);
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow-c .lower_inner .flow-c .flow_divide {
    height: 30vh;
  }
}
#flow-c .lower_inner .flow-c .flow_divide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: -webkit-fill-available;
}

.p-contact-info {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact-info__lead {
  text-align: center;
  font-size: 1rem;
  line-height: 1.9;
  color: #2D2D2D;
  font-weight: 400;
  margin-bottom: 36px;
}
.p-contact-info__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-info__cards {
    grid-template-columns: 1fr;
  }
}

.p-contact-card {
  background: #EBF7FF;
  border: 1.5px solid #D9EEF7;
  border-radius: 8px;
  padding: 28px 24px;
  text-align: center;
}
.p-contact-card__label {
  font-size: 0.8rem;
  color: #3BAADE;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.p-contact-card__tel {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  color: #2D2D2D;
  text-decoration: none;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.p-contact-card__tel:hover {
  color: #3BAADE;
}
.p-contact-card__mail {
  display: block;
  font-size: 1rem;
  color: #3BAADE;
  text-decoration: none;
  word-break: break-all;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-contact-card__mail:hover {
  text-decoration: underline;
}
.p-contact-card__note {
  font-size: 0.78rem;
  color: #666666;
  font-weight: 400;
}

.p-contact-form__inner {
  max-width: 760px;
  margin: 0 auto;
}
.p-contact-form form p {
  margin-bottom: 20px;
}
.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form input[type=tel],
.p-contact-form select,
.p-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #D9EEF7;
  border-radius: 4px;
  font-size: 0.95rem;
  color: #2D2D2D;
  background: #fff;
  font-weight: 400;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.p-contact-form input[type=text]:focus,
.p-contact-form input[type=email]:focus,
.p-contact-form input[type=tel]:focus,
.p-contact-form select:focus,
.p-contact-form textarea:focus {
  outline: none;
  border-color: #3BAADE;
  box-shadow: 0 0 0 3px rgba(59, 170, 222, 0.12);
}
.p-contact-form textarea {
  min-height: 160px;
  resize: vertical;
}
.p-contact-form input[type=submit],
.p-contact-form button[type=submit] {
  background: #3BAADE;
  color: #fff;
  border: none;
  padding: 14px 48px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
  display: block;
  margin: 0 auto;
}
.p-contact-form input[type=submit]:hover,
.p-contact-form button[type=submit]:hover {
  background: #2A8BBF;
  transform: translateY(-2px);
}
.p-contact-form table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D9EEF7;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form table tr {
    display: flex;
    flex-direction: column;
  }
}
.p-contact-form table th {
  width: 35%;
  padding: 1.5rem 1.5rem 1.5rem 0;
  text-align: right;
  border-bottom: 1px solid #D9EEF7;
  color: #2D2D2D;
  font-size: 0.9rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-contact-form table th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding: 1rem 0 0.25rem;
  }
}
.p-contact-form table th span {
  padding: 3px 8px;
  border-radius: 20px;
  color: #fff;
  font-size: 0.72rem;
  margin-left: 6px;
  background-color: #e53e3e;
}
.p-contact-form table td {
  width: 65%;
  padding: 1.5rem 0 1.5rem 2rem;
  border-bottom: 1px solid #D9EEF7;
}
@media screen and (max-width: 768px) {
  .p-contact-form table td {
    width: 100%;
    padding: 0 0 1rem;
    border-bottom: 1px solid #D9EEF7;
  }
}
.p-contact-form table td input[type=text],
.p-contact-form table td input[type=email],
.p-contact-form table td input[type=tel] {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-contact-form table td input[type=text],
  .p-contact-form table td input[type=email],
  .p-contact-form table td input[type=tel] {
    width: 100%;
  }
}
.p-contact-form .agree {
  text-align: center;
  margin: 20px 0;
}
.p-contact-form .submit {
  text-align: center;
}

.red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}

.blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}

.p-policy-body {
  max-width: 760px;
  margin: 0 auto;
  color: #2D2D2D;
  line-height: 1.9;
  font-size: 0.95rem;
  font-weight: 400;
}

.p-policy-intro {
  margin-bottom: 40px;
  padding: 20px 24px;
  background: #EBF7FF;
  border-left: 3px solid #3BAADE;
  border-radius: 0 4px 4px 0;
}
.p-policy-intro p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.p-policy-section {
  margin-bottom: 36px;
}
.p-policy-section h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D9EEF7;
}
.p-policy-section p {
  margin-bottom: 12px;
  font-size: 0.92rem;
  font-weight: 400;
}
.p-policy-section ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.p-policy-section ul li {
  list-style: disc;
  margin-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 400;
}
.p-policy-section ul li::marker {
  color: #3BAADE;
}
.p-policy-section address {
  font-style: normal;
  font-weight: 400;
  padding: 16px 20px;
  background: #F5FAFD;
  border-radius: 4px;
  line-height: 1.9;
  font-size: 0.88rem;
  margin-top: 16px;
}

footer {
  position: relative;
}
footer #top_contact {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #1a3678;
  width: 70%;
  margin: auto;
  border-radius: 25px;
  padding: 2rem;
}
@media screen and (min-width: 1441px) {
  footer #top_contact {
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact {
    width: 90%;
    padding: 1rem;
    top: 5%;
  }
}
footer #top_contact .top_contact_title {
  text-align: center;
  margin-bottom: 1rem;
}
footer #top_contact .top_contact_title h2 {
  color: #fff;
}
footer #top_contact .top_contact_text {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_text {
    margin-bottom: 2rem;
  }
}
footer #top_contact .top_contact_text p {
  color: #fff;
}
footer #top_contact .top_contact_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents {
    width: 100%;
    flex-flow: column;
  }
}
footer #top_contact .top_contact_contents .top_contact_form {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer #top_contact .top_contact_contents .top_contact_form button {
  padding: 20px 40px;
  border-radius: 50px;
  background-color: #fff;
  color: #1a3678;
  border: none;
  font-size: 1.2rem;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_form button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form button {
    padding: 5px 20px;
  }
}
footer #top_contact .top_contact_contents .top_contact_form button:hover {
  background-color: #C0C0C0;
  color: #fff;
}
footer #top_contact .top_contact_contents .top_contact_form button span {
  padding-left: 20px;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_form button span {
    padding-left: 10px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_form button span {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 12.5px;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_pc {
    display: none;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_pc p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-family: serif;
}
@media screen and (min-width: 1025px) and (max-width: 1236px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_pc p {
    font-size: 1.5rem;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_pc a {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) and (max-width: 1236px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_pc a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp {
    display: none;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a {
  text-decoration: none;
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a h2 {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp a h2 {
    font-size: 1.5rem;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p {
    font-size: 1rem;
  }
}
footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p a {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_tel .tel_sp p a {
    font-size: 1.5rem;
  }
}
footer #footer {
  background-position: bottom;
  background-size: cover;
  width: 100%;
}
footer #footer .footer_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(193, 150, 166, 0.1);
  padding-top: 20rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg {
    padding-top: 17rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg {
    padding-top: 15rem;
  }
}
footer #footer .footer_bg .footer_contents {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents {
    width: 90%;
    flex-flow: column;
  }
}
footer #footer .footer_bg .footer_contents .footer_company {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_company {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_company {
    width: 100%;
    margin-bottom: 3rem;
  }
}
footer #footer .footer_bg .footer_contents .footer_company .footer_logo {
  width: 50%;
  margin: 0 auto -5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_company .footer_logo {
    width: 150%;
    margin-left: -30%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_company .footer_logo {
    width: 100%;
    margin: 0 auto -20vw;
  }
}
footer #footer .footer_bg .footer_contents .footer_company .footer_logo img {
  width: 100%;
}
footer #footer .footer_bg .footer_contents .footer_company .footer_company_contents {
  color: #ffffff !important;
  text-align: center;
}
footer #footer .footer_bg .footer_contents .footer_menu {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents {
  margin-bottom: 1rem;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul {
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul {
    justify-content: center;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li {
  width: 30%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li {
    width: 50%;
    text-align: center;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-size: 1.1rem;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4a90e2;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  footer #footer .footer_bg .footer_contents .footer_menu .footer_menu_contents ul li a {
    font-size: 100%;
  }
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon {
  padding-left: 20px;
  margin-bottom: 20px;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li {
  margin: 0 20px;
  padding-left: 0;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li a {
  padding: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1a3678;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li a:hover {
  background-color: #C0C0C0;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li a i::before {
  color: #fff;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_sns_icon ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
  color: #fff;
}
footer #footer .footer_bg .footer_contents .footer_menu .footer_copyright {
  text-align: center;
  color: #ffffff;
  font-size: 80%;
}/*# sourceMappingURL=style.css.map */