@charset "UTF-8";
/** base **/
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
em {
  word-wrap: break-word;
  word-break: normal;
}

ul,
li {
  margin: 0;
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

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

input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.8;
}

input::placeholder {
  font-weight: 400;
  opacity: 0.8;
}

.ib {
  display: inline-block;
}

.link {
  color: #1d3d93;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: inline;
  }
}

.hid {
  margin-left: -0.5em;
}

/*link*/
a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.8;
}

a.link_text {
  text-decoration: underline;
}

a {
  pointer-events: none !important;
}

/*box-sizing*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer;
  border: 0;
}

.f11 {
  font-size: 0.7rem;
}
.f11 * {
  font-size: 1em;
}

.f12 {
  font-size: 0.77rem;
}
.f12 * {
  font-size: 1em;
}

.f13 {
  font-size: 0.82rem;
}
.f13 * {
  font-size: 1em;
}

.f14 {
  font-size: 0.88rem;
}
.f14 * {
  font-size: 1em;
}

.f15 {
  font-size: 0.94rem;
}
.f15 * {
  font-size: 1em;
}

.f16 {
  font-size: 1rem;
}
.f16 * {
  font-size: 1em;
}

.f17 {
  font-size: 1.08rem;
}
.f17 * {
  font-size: 1em;
}

.f18 {
  font-size: 1.13rem;
}
.f18 * {
  font-size: 1em;
}

.f20 {
  font-size: 1.25rem;
}
.f20 * {
  font-size: 1em;
}

.f22 {
  font-size: 1.35rem;
}
.f22 * {
  font-size: 1em;
}

.f24 {
  font-size: 1.5rem;
}
.f24 * {
  font-size: 1em;
}

.f26 {
  font-size: 1.63rem;
}
.f26 * {
  font-size: 1em;
}

.f30 {
  font-size: 1.9rem;
}
.f30 * {
  font-size: 1em;
}

.f32 {
  font-size: 2rem;
}
.f32 * {
  font-size: 1em;
}

.f42 {
  font-size: 2.63rem;
}
.f42 * {
  font-size: 1em;
}

.f52 {
  font-size: 3.25rem;
}
.f52 * {
  font-size: 1em;
}

@media (max-width: 767px) {
  .f11 {
    font-size: 3.3vw;
  }
  .f11 * {
    font-size: 1em;
  }
  .f12 {
    font-size: 3.3vw;
  }
  .f12 * {
    font-size: 1em;
  }
  .f13 {
    font-size: 3.3vw;
  }
  .f13 * {
    font-size: 1em;
  }
  .f14 {
    font-size: 3.4vw;
  }
  .f14 * {
    font-size: 1em;
  }
  .f15 {
    font-size: 3.5vw;
  }
  .f15 * {
    font-size: 1em;
  }
  .f16 {
    font-size: 3.65vw;
  }
  .f16 * {
    font-size: 1em;
  }
  .f17 {
    font-size: 3.8vw;
  }
  .f17 * {
    font-size: 1em;
  }
  .f18 {
    font-size: 4.1vw;
  }
  .f18 * {
    font-size: 1em;
  }
  .f20 {
    font-size: 4.3vw;
  }
  .f20 * {
    font-size: 1em;
  }
  .f22 {
    font-size: 4.6vw;
  }
  .f22 * {
    font-size: 1em;
  }
  .f24 {
    font-size: 4.8vw;
  }
  .f24 * {
    font-size: 1em;
  }
  .f26 {
    font-size: 5vw;
  }
  .f26 * {
    font-size: 1em;
  }
  .f30 {
    font-size: 5.3vw;
  }
  .f30 * {
    font-size: 1em;
  }
  .f32 {
    font-size: 6vw;
  }
  .f32 * {
    font-size: 1em;
  }
  .f42 {
    font-size: 7vw;
  }
  .f42 * {
    font-size: 1em;
  }
  .f52 {
    font-size: 8vw;
  }
  .f52 * {
    font-size: 1em;
  }
}
.site_wrap {
  overflow-x: hidden;
}

.wrap {
  width: 1400px;
  max-width: 88%;
  margin: 0 auto;
}
.wrap.w1300 {
  width: 1300px;
}
.wrap.w1100 {
  width: 1100px;
}

* {
  letter-spacing: 0.05em;
}

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  color: #333;
}

body,
select,
textarea,
input {
  letter-spacing: 0.04em;
}

a {
  color: #333;
}
a:hover {
  color: #555;
}

.bold {
  font-weight: 600;
}

body figure {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.eng {
  font-family: "Outfit";
}

.red_text {
  color: #ed570d;
}

#wpadminbar .display-name {
  color: #f0f0f1;
}

#bg-wrap {
  z-index: 1;
  background: #0573f0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  #bg-wrap svg {
    height: 100vh;
  }
}

.list_indent li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.3em;
  line-height: 1.6em;
}

.list_dot > li {
  list-style: none;
  position: relative;
  padding: 0 0 5px 20px;
}
.list_dot > li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 8px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #38589c;
}
.list_dot > li ul {
  margin-left: 20px;
  padding: 2px 0;
}
.list_dot > li ul li {
  font-size: 0.9em;
  list-style-type: disc;
  padding-bottom: 2px;
}

.list_dot_l {
  border-top: 1px solid #9bb0c7;
}
.list_dot_l li {
  list-style: none;
  padding: 0.5em 0 0.5em 1.6em;
  position: relative;
  border-bottom: 1px solid #9bb0c7;
}
.list_dot_l li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 0.8em;
  border: 5px solid #004898;
}

body > * {
  position: relative;
  z-index: 10;
}

header {
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 500;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  header .logo_wrap {
    max-width: 50%;
  }
}
header .logo_wrap a:hover img {
  opacity: 1;
}
header.active .inner {
  background: rgba(8, 27, 57, 0.9019607843);
  box-shadow: 0 0 3px rgba(8, 27, 57, 0.5);
}
@media (max-width: 767px) {
  header.active .inner {
    background-color: #fff;
    box-shadow: none;
  }
}
header.active .inner > ul > li + li::before {
  opacity: 0.5;
}

.head_menu {
  position: fixed;
  right: 0;
  top: 13px;
}
@media (max-width: 767px) {
  .head_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(191, 203, 215, 0.68);
    height: 100vh;
    pointer-events: none;
    transition: 0.25s;
    opacity: 0;
  }
}
.head_menu .inner {
  padding: 0 10px 0 30px;
  transition: 0.5s;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 767px) {
  .head_menu .inner {
    display: block;
    position: fixed;
    right: 0;
    background: #fff;
    width: 100%;
    padding: 60px 30px 30px 30px;
    top: 0;
    bottom: 0;
    z-index: 100;
    height: 100vh;
    overflow: hidden;
    gap: 0;
    transition: 0.25s;
    overflow: auto;
    border-radius: 0;
  }
}
.head_menu .inner .menu_title {
  margin-bottom: 15px;
  color: #316bb3;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  display: none;
}
@media (max-width: 767px) {
  .head_menu .inner .menu_title {
    display: inline-block;
    font-size: 6.2vw;
  }
}
.head_menu .inner ul {
  display: flex;
  gap: 25px;
  padding: 0 20px 0 0;
}
@media (max-width: 767px) {
  .head_menu .inner ul {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }
}
.head_menu .inner ul li {
  position: relative;
}
.head_menu .inner ul li + li::before {
  content: "";
  width: 1px;
  position: absolute;
  left: -14px;
  top: 50%;
  height: 1em;
  transform: translateY(-50%);
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .head_menu .inner ul li + li {
    border-top: 1px solid #90a6b1;
  }
}
.head_menu .inner ul li a,
.head_menu .inner ul li span {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  cursor: pointer;
  display: block;
  padding: 14px 0 17px;
}
@media (max-width: 767px) {
  .head_menu .inner ul li a,
  .head_menu .inner ul li span {
    cursor: pointer;
    padding: 2.3vh 40px 2.3vh 15px;
    font-size: 4.2vw;
    color: #333;
  }
}
.head_menu .inner ul li.parent {
  position: relative;
  z-index: 100;
}
.head_menu .inner ul li.parent > span {
  position: relative;
}
.head_menu .inner ul li.parent > span::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  background: url(../image/arr_s_w.svg) no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .head_menu .inner ul li.parent > span::after {
    width: 27px;
    height: 27px;
    left: auto;
    right: 10px;
    top: 2.3vh;
    bottom: auto;
    background: url(../image/icon_plus.svg) no-repeat #e1e5f7 center;
    background-size: 50%;
    border-radius: 50%;
    transform: translateX(0);
    transition: 0.25s;
  }
}
.head_menu .inner ul li.parent > ul.child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: rgba(8, 27, 57, 0.9019607843);
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .head_menu .inner ul li.parent > ul.child {
    max-height: 0;
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.25s;
    top: 0;
    border-radius: 10px;
    background: #316bb3;
    pointer-events: none;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .head_menu .inner ul li.parent > ul.child {
    grid-template-columns: repeat(1, 1fr);
  }
}
.head_menu .inner ul li.parent > ul.child * {
  pointer-events: none;
}
@media (max-width: 767px) {
  .head_menu .inner ul li.parent > ul.child * {
    pointer-events: all;
  }
}
.head_menu .inner ul li.parent > ul.child li {
  list-style: none;
}
@media (max-width: 767px) {
  .head_menu .inner ul li.parent > ul.child li {
    border-radius: 5px;
    min-height: auto;
    background-color: #fff;
  }
}
.head_menu .inner ul li.parent > ul.child li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .head_menu .inner ul li.parent > ul.child li + li {
    border-top: none;
  }
}
.head_menu .inner ul li.parent > ul.child li a {
  display: block;
  padding: 12px 8px;
  transition: 0.25s;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .head_menu .inner ul li.parent > ul.child li a {
    width: 100%;
    padding: 10px 5px 10px 30px;
    min-height: 3em;
    font-size: 3.8vw;
    letter-spacing: 0.06em;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.head_menu .inner ul li.parent > ul.child li a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../image/icon_arrow.svg) no-repeat;
  transition: 0.25s;
}
.head_menu .inner ul li.parent > ul.child.is-open {
  opacity: 1;
  pointer-events: all;
  padding: 10px !important;
  margin-bottom: 10px;
  max-height: 140px;
}
@media (max-width: 1023px) {
  .head_menu .inner ul li.parent > ul.child.is-open {
    max-height: 500px;
  }
}
.head_menu .inner ul li.parent:hover > a::before {
  opacity: 1;
}
.head_menu .inner ul li.parent:hover ul.child {
  pointer-events: all;
  opacity: 1;
}
.head_menu .inner ul li.parent:hover ul.child * {
  pointer-events: all;
}
@media (max-width: 767px) {
  .head_menu .inner ul li.parent.is-open > span::after {
    background: url(../image/icon_arrow.svg) no-repeat #e1e5f7 center !important;
    background-size: 50% !important;
  }
}
@media (max-width: 767px) {
  .head_menu.open {
    opacity: 1;
    pointer-events: all;
  }
}

.menu_btn {
  position: fixed;
  width: 60px;
  height: 36px;
  right: 20px;
  top: 43px;
  transform: translateY(-50%);
  background: #104391;
  border-radius: 13px;
  cursor: pointer;
  transition: 0.25s;
  z-index: 800;
  display: none;
}
@media (max-width: 767px) {
  .menu_btn {
    display: block;
  }
}
.menu_btn span {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.menu_btn span::before, .menu_btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  transition: 0.3s;
}
.menu_btn span::before {
  top: -5px;
}
.menu_btn span::after {
  bottom: -5px;
}
.menu_btn.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu_btn.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu_btn:hover {
  filter: brightness(1.3);
}

.home_fv {
  position: relative;
  height: 100dvh;
  margin-bottom: 30dvh;
  background: url(../image/main_01.png) no-repeat;
  background-size: cover;
}
.home_fv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 72, 152, 0.2);
}
.home_fv .text_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 70px 70px;
}
@media (max-width: 767px) {
  .home_fv .text_wrap {
    padding: 0 20px 20px 20px;
  }
}
.home_fv .text_wrap h2 {
  margin-bottom: 50px;
  width: 400px;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .home_fv .text_wrap h2 {
    width: 75vw;
    margin-bottom: 20px;
  }
}
.home_fv .text_wrap p {
  line-height: 2.4em;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.25em;
  font-size: 18px;
  text-shadow: 0 0 5px #130e52;
}
@media (max-width: 767px) {
  .home_fv .text_wrap p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2.1em;
  }
}

#home_contents {
  min-height: 100vh;
  opacity: 0;
  transition: 0.5s;
  background: url(../image/home_bg.png);
  padding-bottom: 400px;
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  #home_contents {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  #home_contents {
    padding-bottom: 80px;
  }
}
#home_contents::before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 500px;
  background: url(../image/home_bg_shadow.png) bottom repeat-x;
  position: absolute;
  left: 0;
  bottom: 100%;
  transition: 0.3s;
}
#home_contents.active {
  opacity: 1;
}
#home_contents .home_logo {
  margin-bottom: 400px;
}
@media (max-width: 1023px) {
  #home_contents .home_logo {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  #home_contents .home_logo {
    margin-bottom: 150px;
  }
}

.home_midashi_s {
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  position: relative;
  color: #444;
  font-size: 18px;
  font-weight: 500;
}
.home_midashi_s::first-letter {
  color: #4481dd;
}
.home_midashi_s::before {
  content: "";
  width: 40vw;
  height: 1px;
  position: absolute;
  right: calc(100% + 15px);
  top: 10px;
  background: linear-gradient(90deg, rgb(170, 170, 170) 91%, rgb(68, 129, 221) 100%);
}
@media (max-width: 767px) {
  .home_midashi_s::before {
    right: calc(100% + 10px);
  }
}

.section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .section_title {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.section_title.line::before {
  content: "";
  width: 40vw;
  height: 1px;
  position: absolute;
  right: calc(100% + 15px);
  top: 20px;
  background: linear-gradient(90deg, rgb(170, 170, 170) 91%, rgb(68, 129, 221) 100%);
}
@media (max-width: 767px) {
  .section_title.line::before {
    right: calc(100% + 5px);
  }
}
.section_title.tate {
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0;
}
.section_title.tate h3::before {
  padding-left: 0;
}
.section_title.text_w * {
  color: #fff !important;
}
.section_title.text_w h3::before, .section_title.text_w h3::after {
  color: #fff;
}
.section_title.left {
  justify-content: start;
}
.section_title span.eng {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 300;
  transform: translateY(-0.1em);
  display: inline-block;
  color: #316bb3;
}
@media (max-width: 767px) {
  .section_title span.eng {
    font-size: 8.2vw;
  }
}
.section_title h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section_title h3 {
    font-size: 4.2vw;
  }
}
.section_title h3::before, .section_title h3::after {
  padding: 0 5px;
  transform: translateY(-0.05em);
  display: inline-block;
  color: #4481dd;
}
.section_title h3::before {
  content: "{";
}
.section_title h3::after {
  content: "}";
}

.logo_list {
  display: flex;
  gap: 3%;
}
@media (max-width: 767px) {
  .logo_list {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  .logo_list .box {
    width: 48%;
    text-align: center;
  }
}
.logo_list .box img {
  width: auto;
  max-width: 100%;
  max-height: 70px;
  mix-blend-mode: multiply;
}

.home_service_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  row-gap: 80px;
}
@media (max-width: 1000px) {
  .home_service_wrap {
    row-gap: 45px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .home_service_wrap {
    row-gap: 35px;
  }
}
.home_service_wrap .box:nth-child(1) a .image_wrap {
  border-radius: 0 13px 13px 0;
}
@media (max-width: 1000px) {
  .home_service_wrap .box:nth-child(1) a .image_wrap {
    border-radius: 0;
  }
}
.home_service_wrap .box:nth-child(2) {
  transform: translateY(15%);
}
@media (max-width: 1000px) {
  .home_service_wrap .box:nth-child(2) {
    transform: none;
  }
}
.home_service_wrap .box:nth-child(3) {
  transform: translateY(30%);
}
@media (max-width: 1000px) {
  .home_service_wrap .box:nth-child(3) {
    transform: none;
  }
}
.home_service_wrap .box:nth-child(3) a .image_wrap {
  border-radius: 13px 0 0 13px;
}
@media (max-width: 1000px) {
  .home_service_wrap .box:nth-child(3) a .image_wrap {
    border-radius: 0;
  }
}
.home_service_wrap .box a {
  display: flex;
  flex-direction: column;
  position: relative;
}
.home_service_wrap .box a .image_wrap {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  padding-top: 80%;
  background: #000;
}
@media (max-width: 1000px) {
  .home_service_wrap .box a .image_wrap {
    padding-top: 0;
    border-radius: 0;
    height: 55vw;
  }
}
@media (max-width: 767px) {
  .home_service_wrap .box a .image_wrap {
    height: 50vw;
  }
}
.home_service_wrap .box a .image_wrap > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: 1s;
  opacity: 0.8;
}
@media (max-width: 1000px) {
  .home_service_wrap .box a .image_wrap > img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
.home_service_wrap .box a .image_wrap h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 7% 20px 5%;
  width: 100%;
  z-index: 10;
  font-size: 25px;
  font-weight: 500;
  background: linear-gradient(0deg, rgba(14, 37, 63, 0.747) 50%, rgba(0, 44, 94, 0) 100%);
  color: #fff;
}
.home_service_wrap .box a .image_wrap h4 span.eng {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .home_service_wrap .box a .image_wrap h4 {
    font-size: 5.8vw;
  }
}
.home_service_wrap .box a .text_wrap {
  padding: 25px 25% 0 5%;
  z-index: 20;
  position: relative;
}
@media (max-width: 767px) {
  .home_service_wrap .box a .text_wrap {
    padding-left: 3.5%;
    padding-top: 0;
    margin-top: 15px;
  }
}
.home_service_wrap .box a .text_wrap span.icon {
  position: absolute;
  width: 15%;
  right: 4%;
  z-index: 20;
  top: 0;
  transition: 0.5s;
}
@media (max-width: 1000px) {
  .home_service_wrap .box a .text_wrap span.icon {
    width: 8%;
  }
}
@media (max-width: 767px) {
  .home_service_wrap .box a .text_wrap span.icon {
    width: 10%;
  }
}
.home_service_wrap .box a .text_wrap span.icon::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #d6e7ee url(../image/arr_ori_b.svg) no-repeat center;
  background-size: 24px 24px;
  transition: 0.25s;
  transform: translateY(-27%);
}
@media (max-width: 767px) {
  .home_service_wrap .box a .text_wrap span.icon::after {
    transform: translateY(10%);
  }
}
.home_service_wrap .box a p {
  font-weight: 500;
  line-height: 1.9em;
}
@media (max-width: 767px) {
  .home_service_wrap .box a p {
    font-size: 3.7vw;
  }
}
.home_service_wrap .box a:hover img {
  opacity: 1;
}
.home_service_wrap .box a:hover .image_wrap img {
  transform: scale(1.05);
  opacity: 1;
}
.home_service_wrap .box a:hover .text_wrap span.icon {
  right: 3%;
}
.home_service_wrap .box a:hover .text_wrap span.icon::after {
  background: #4481dd url(../image/arr_ori_w.svg) no-repeat center;
  background-size: 24px 24px;
  box-shadow: 0 0 10px rgba(0, 72, 152, 0.2);
}

.home_news {
  background: rgba(88, 109, 141, 0.7);
  padding: 250px 0;
  position: relative;
  z-index: 5;
  margin-top: -30px;
}
@media (max-width: 1023px) {
  .home_news {
    padding: 160px 0;
  }
}
@media (max-width: 767px) {
  .home_news {
    padding: 100px 0;
  }
}
.home_news > .wrap {
  display: flex;
}
@media (max-width: 767px) {
  .home_news > .wrap {
    flex-direction: column;
  }
}
.home_news .section_title {
  width: 25%;
}
@media (max-width: 1023px) {
  .home_news .section_title {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .home_news .section_title {
    width: 100%;
  }
}
.home_news .section_title span.eng {
  font-size: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home_news .section_title span.eng {
    font-size: 10vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.home_news .section_title h3 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .home_news .section_title h3 {
    font-size: 4.8vw;
  }
}
.home_news .news_outer {
  width: 75%;
}
@media (max-width: 767px) {
  .home_news .news_outer {
    width: 100%;
  }
}

.news_outer .box + .box {
  margin-top: 25px;
}
.news_outer .box a {
  display: flex;
  background: #fff;
  align-items: center;
  padding: 25px 60px 25px 25px;
  border-radius: 10px;
  transition: 0.25s;
  position: relative;
}
@media (max-width: 767px) {
  .news_outer .box a {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.news_outer .box a::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/arr_ori_b.svg) no-repeat;
  opacity: 0.3;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .news_outer .box a::before {
    content: none;
  }
}
.news_outer .box a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.news_outer .box a:hover::before {
  opacity: 1;
  right: 10px;
}
.news_outer .box a:hover .img_wrap img {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .news_outer .box a:hover .text_wrap::after {
    opacity: 1;
    right: 0;
  }
}
.news_outer .box a .img_wrap {
  width: 25%;
}
@media (max-width: 767px) {
  .news_outer .box a .img_wrap {
    width: 100%;
  }
}
.news_outer .box a .img_wrap .img_inner {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .news_outer .box a .img_wrap .img_inner {
    padding-top: 55%;
  }
}
.news_outer .box a .img_wrap .img_inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s;
}
.news_outer .box a .text_wrap {
  width: 75%;
  padding-left: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .news_outer .box a .text_wrap {
    width: 100%;
    padding-right: 12%;
    padding-left: 0;
  }
}
.news_outer .box a .text_wrap time {
  color: #7b6e93;
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .news_outer .box a .text_wrap time {
    font-size: 3.8vw;
  }
}
.news_outer .box a .text_wrap h4 {
  padding-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .news_outer .box a .text_wrap h4 {
    padding-bottom: 10px;
  }
}
.news_outer .box a .text_wrap p {
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .news_outer .box a .text_wrap::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/arr_ori_b.svg) no-repeat;
    opacity: 0.3;
    transition: 0.3s;
  }
}

.home_recruit {
  padding: 200px 0;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media (max-width: 1023px) {
  .home_recruit {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .home_recruit {
    padding: 70px 0;
  }
}
.home_recruit .recruit_text {
  padding: 0 0 50px 0;
}
@media (max-width: 767px) {
  .home_recruit .recruit_text {
    padding: 0 0 35px 0;
  }
}
.home_recruit .recruit_text h4 {
  font-size: 25px;
  color: #316bb3;
  padding-bottom: 20px;
  line-height: 1.8em;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .home_recruit .recruit_text h4 {
    font-size: 5.8vw;
    line-height: 1.6em;
  }
}
.home_recruit .recruit_text p {
  line-height: 2.2em;
  font-size: 17px;
}
@media (max-width: 767px) {
  .home_recruit .recruit_text p {
    font-size: 4vw;
    line-height: 2em;
  }
}

.recruit_image_slide {
  margin-bottom: 80px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .recruit_image_slide {
    margin-bottom: 30px;
  }
}

.recruit_image_slide .swiper-wrapper {
  transition-timing-function: linear;
}

.loop_slide {
  margin-bottom: 30px;
}
.loop_slide img {
  border-radius: 4px;
}

.btn_wide {
  text-align: center;
}
.btn_wide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  background: #316bb3;
  height: 4em;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 100px;
  letter-spacing: 0.15em;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .btn_wide a {
    width: 92%;
    height: 2.5em;
    font-size: 5vw;
    border-radius: 80px;
  }
}
.btn_wide a::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/arr_ori_w.svg) no-repeat;
  transition: 0.3s;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .btn_wide a::before {
    width: 20px;
    height: 20px;
  }
}
.btn_wide a:hover {
  filter: brightness(1.1);
}
.btn_wide a:hover::before {
  right: 12px;
  opacity: 1;
}

footer {
  padding: 100px 45px 80px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 20%, rgb(255, 255, 255) 100%);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  footer {
    padding: 45px 15px 45px;
  }
}
footer .outer {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 40px 40px 40px 55px;
  display: flex;
  gap: 3%;
}
@media (max-width: 1000px) {
  footer .outer {
    flex-direction: column-reverse;
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  footer .outer {
    border-radius: 20px;
  }
}
footer .outer .menu_wrap {
  width: 50%;
  padding: 15px 0;
}
@media (max-width: 1000px) {
  footer .outer .menu_wrap {
    width: 100%;
    padding: 35px 0 15px;
  }
}
footer .outer .menu_wrap .logo_wrap {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #5e7ba7;
}
@media (max-width: 767px) {
  footer .outer .menu_wrap .logo_wrap {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer .outer .menu_wrap .logo_wrap img {
    max-width: 50%;
  }
}
footer .outer .menu_wrap .foot_menu .main_menu,
footer .outer .menu_wrap .foot_menu .sub_menu {
  display: flex;
  flex-wrap: wrap;
}
footer .outer .menu_wrap .foot_menu .main_menu li,
footer .outer .menu_wrap .foot_menu .sub_menu li {
  padding-right: 15px;
}
footer .outer .menu_wrap .foot_menu .main_menu li + li,
footer .outer .menu_wrap .foot_menu .sub_menu li + li {
  padding-left: 15px;
  position: relative;
}
@media (max-width: 1000px) {
  footer .outer .menu_wrap .foot_menu .main_menu li + li,
  footer .outer .menu_wrap .foot_menu .sub_menu li + li {
    padding-left: 0;
  }
}
footer .outer .menu_wrap .foot_menu .main_menu li + li::before,
footer .outer .menu_wrap .foot_menu .sub_menu li + li::before {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  background: #3561a3;
}
@media (max-width: 1000px) {
  footer .outer .menu_wrap .foot_menu .main_menu li + li::before,
  footer .outer .menu_wrap .foot_menu .sub_menu li + li::before {
    content: none;
  }
}
footer .outer .menu_wrap .foot_menu .main_menu li a,
footer .outer .menu_wrap .foot_menu .sub_menu li a {
  color: #104391;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1000px) {
  footer .outer .menu_wrap .foot_menu .main_menu li a,
  footer .outer .menu_wrap .foot_menu .sub_menu li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer .outer .menu_wrap .foot_menu .main_menu li a,
  footer .outer .menu_wrap .foot_menu .sub_menu li a {
    font-size: 3.8vw;
  }
}
footer .outer .menu_wrap .foot_menu .main_menu li a:hover,
footer .outer .menu_wrap .foot_menu .sub_menu li a:hover {
  text-decoration: underline;
}
footer .outer .menu_wrap .foot_menu .main_menu {
  margin-bottom: 22px;
  row-gap: 5px;
}
@media (max-width: 1000px) {
  footer .outer .menu_wrap .foot_menu .sub_menu {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  footer .outer .menu_wrap .foot_menu .sub_menu {
    gap: 2px 5px;
  }
}
footer .outer .menu_wrap .foot_menu .sub_menu li {
  margin-bottom: 5px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  footer .outer .menu_wrap .foot_menu .sub_menu li {
    margin-bottom: 0;
  }
}
footer .outer .menu_wrap .foot_menu .sub_menu li + li {
  padding-left: 10px;
}
@media (max-width: 1000px) {
  footer .outer .menu_wrap .foot_menu .sub_menu li + li {
    padding-left: 0;
  }
}
footer .outer .menu_wrap .foot_menu .sub_menu li + li::before {
  background: #999;
}
footer .outer .menu_wrap .foot_menu .sub_menu li a {
  font-size: 14px;
  color: #444;
  letter-spacing: 0;
}
@media (max-width: 1000px) {
  footer .outer .menu_wrap .foot_menu .sub_menu li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  footer .outer .menu_wrap .foot_menu .sub_menu li a {
    font-size: 3.2vw;
  }
}
footer .outer .menu_wrap .foot_menu .sub_menu li a:hover {
  text-decoration: underline;
}
footer .outer .contact_wrap {
  width: 47%;
  background: #316bb3;
  border-radius: 20px;
  padding: 30px 45px;
}
@media (max-width: 1023px) {
  footer .outer .contact_wrap {
    padding: 20px 30px;
  }
}
@media (max-width: 1023px) {
  footer .outer .contact_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .outer .contact_wrap {
    padding: 15px 20px;
    width: 100%;
    border-radius: 15px;
  }
}
footer .outer .contact_wrap * {
  color: #fff;
}
footer .outer .contact_wrap .contact_midashi {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: block;
  padding: 0 0 15px 0;
}
@media (max-width: 767px) {
  footer .outer .contact_wrap .contact_midashi {
    font-size: 6.2vw;
  }
}
footer .outer .contact_wrap .contact_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1188px) {
  footer .outer .contact_wrap .contact_links {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1023px) {
  footer .outer .contact_wrap .contact_links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  footer .outer .contact_wrap .contact_links {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .outer .contact_wrap .contact_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.3em;
  font-size: 19px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  line-height: 1;
  padding-bottom: 3px;
  background: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.1em;
  transition: 0.3s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  footer .outer .contact_wrap .contact_links a {
    font-size: 4.2vw;
    height: 2.8em;
  }
}
footer .outer .contact_wrap .contact_links a:hover {
  background: rgba(0, 0, 0, 0.15);
  border: 2px solid white;
}
footer .outer .contact_wrap .sns_links {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
  margin: 18px 0 0 0;
}
@media (max-width: 767px) {
  footer .outer .contact_wrap .sns_links {
    margin: 15px 0 0 0;
  }
}
footer .outer .contact_wrap .sns_links span.title_wrap {
  letter-spacing: 0.12em;
  transform: translateX(8px);
}
footer .outer .contact_wrap .sns_links a {
  max-width: 1.7em;
}
footer .copy {
  text-align: center;
  font-size: 13px;
  padding: 35px 0 0 0;
  color: #1a3763;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  footer .copy {
    font-size: 3vw;
    padding: 25px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */