@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #000000;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #000000;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #000000;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

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

#header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(1.75vw, 26px) min(2vw, 30px) min(1.75vw, 26px) 5%;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #header {
    position: fixed;
    padding: 0 0 0 min(5vw, 20px);
    background: rgba(33, 53, 112, 0.8);
    backdrop-filter: blur(10px);
  }
}
@media only screen and (max-width: 768px) {
  #header.open #header {
    background: #213570;
  }
}
@media only screen and (max-width: 768px) {
  #header.open .globalnav {
    display: block !important;
  }
}
#header .h_logoarea {
  max-width: 125px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #header .h_logoarea {
    max-width: 72px;
    width: 20%;
  }
}
#header .h_logoarea img {
  width: 100%;
}
#header .hamburger {
  border: none;
  width: 60px;
  height: 60px;
  background: none;
  cursor: pointer;
  min-width: 60px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  #header .hamburger {
    display: none;
  }
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 26px;
  height: 1px;
  background: #213570;
  display: block;
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  transition: transform 0.3s;
  background: #213570;
}
#header .hamburger .hamburger__line::before {
  top: -8px;
}
#header .hamburger .hamburger__line::after {
  bottom: -8px;
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}
#header .globalnav {
  width: 70%;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  #header .globalnav {
    display: none !important;
    width: 100vw;
    position: absolute;
    top: 60px;
    left: 0;
    height: 100vh;
    padding: min(12.82vw, 50px) 8%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    border-left: 5.5vw solid #213570;
  }
}
#header .globalnav .gnav {
  display: flex;
  justify-content: flex-end;
  gap: 0 min(3vw, 60px);
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    border-top: 1px solid #CCD1D3;
  }
}
#header .globalnav .gnav li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li {
    border-bottom: 1px solid #CCD1D3;
  }
  #header .globalnav .gnav li::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-top: 2px solid #213570;
    border-right: 2px solid #213570;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75em;
    margin: auto;
  }
}
#header .globalnav .gnav li a {
  display: block;
  text-align: center;
  font-size: min(1.5vw, 16px);
  font-weight: 500;
  padding: 0.5em 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li a {
    font-size: min(4.1vw, 16px);
    font-weight: 500;
    text-align: left;
    color: #000000;
    padding: 0.75em 0.5em;
  }
}
@media print, screen and (min-width: 769px) {
  #header .globalnav .gnav li a:hover span::before {
    width: 100%;
  }
}
#header .globalnav .gnav li:last-of-type a {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li:last-of-type {
    border: none;
    margin-top: 3em;
  }
  #header .globalnav .gnav li:last-of-type::before {
    display: none;
  }
  #header .globalnav .gnav li:last-of-type a {
    background: #213570;
    color: #fff;
    padding: 1em;
    display: block;
    position: relative;
    text-align: center;
  }
  #header .globalnav .gnav li:last-of-type a::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.75em;
    margin: auto;
  }
}

footer {
  background: #213570;
  padding: min(5vw, 110px) 0 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: min(11.54vw, 45px) 0 0;
  }
}
footer .f_logoarea {
  width: 27%;
}
@media only screen and (max-width: 768px) {
  footer .f_logoarea {
    width: 100%;
    order: 2;
  }
}
footer .f_logoarea img {
  max-width: 135px;
}
@media only screen and (max-width: 768px) {
  footer .f_logoarea img {
    max-width: 72px;
  }
}
footer .f_logoarea p {
  margin: 1.5em 0 0;
}
footer nav.f_nav {
  margin-bottom: clamp(14px, 1.25vw, 20px);
  width: 70%;
}
@media only screen and (max-width: 768px) {
  footer nav.f_nav {
    width: 100%;
    order: 1;
    font-size: min(3.59vw, 14px);
  }
}
footer nav.f_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1em min(6.25vw, 100px);
}
@media only screen and (max-width: 768px) {
  footer nav.f_nav ul {
    gap: 1em;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  footer nav.f_nav ul li {
    width: 47%;
  }
  footer nav.f_nav ul li:first-of-type {
    width: 100%;
  }
}
footer nav.f_nav ul li a {
  color: #fff;
  font-size: clamp(14px, 1.25vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 0.35em 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer nav.f_nav ul li a {
    font-size: min(3.59vw, 14px);
    line-height: 1.25;
  }
}
footer .copyright_area {
  margin: 3em 0 0;
  padding: 2.5em 0;
  border-top: 1px solid #D9DDDE;
}
@media only screen and (max-width: 768px) {
  footer .copyright_area {
    text-align: center;
    display: block;
    padding: 0.5em 0 1.5em;
  }
}
footer .copyright_area a {
  font-size: clamp(12px, 0.94vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
footer .copyright_area p {
  font-size: clamp(10px, 0.94vw, 15px);
  line-height: 20px; /* 133.333% */
  letter-spacing: 1.5px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  footer .copyright_area p {
    margin-top: 2.5em;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.en_fnt {
  font-family: "Jost", sans-serif;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .flex {
    gap: 3em;
  }
}
.flex picture {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  .flex picture {
    width: 100%;
    order: 1;
  }
}
.flex picture img {
  width: 100%;
}
.flex .textarea {
  max-width: 880px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .flex .textarea {
    width: 100%;
    order: 2;
  }
}

main {
  display: block;
  width: 100%;
  position: relative;
  /* overflow-x: hidden; */
  padding-top: 115px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}

.sec_contents {
  padding: min(9.25vw, 148px) 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec_contents {
    padding: min(12.82vw, 50px) 0;
  }
}
.sec_contents.bg_col::before {
  content: "";
  width: calc(100% - min(20.63vw, 330px));
  height: 100%;
  background: #213570;
  position: absolute;
  z-index: -1;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .sec_contents.bg_col::before {
    width: calc(100% - 5vw);
  }
}
.sec_contents.bg_col .sec_ttl01 {
  color: #fff;
}
.sec_contents.bg_col .sec_ttl01::before {
  background: #fff;
}
.sec_contents.bg_col .textarea {
  color: #fff;
}
.sec_contents.bg_col.bg_right::before {
  right: 0;
}
.sec_contents.bg_col.bg_right .sec_inner .flex {
  width: calc(100% + (100vw - 100%) / 2);
  margin-left: calc(-1 * (100vw - 100%) / 2);
}
@media only screen and (max-width: 768px) {
  .sec_contents.bg_col.bg_right .sec_inner .flex .textarea {
    padding-left: 11vw;
  }
}
.sec_contents.bg_col.bg_left::before {
  left: 0;
}
.sec_contents.bg_col.bg_left .sec_inner .flex {
  width: calc(100% + (100vw - 100%) / 2);
}
@media only screen and (max-width: 768px) {
  .sec_contents.bg_col.bg_left .sec_inner .flex .textarea {
    padding-right: 11vw;
  }
}

p {
  font-size: clamp(14px, 1.25vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2px;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: min(3.59vw, 14px);
  }
}

.sec_inner {
  max-width: 1600px;
  width: 86%;
  margin: 0 auto;
}
.sec_inner.sec_size02 {
  max-width: 1200px;
}

/***********************
　　　タイトル
*************************/
.sec_ttl01 {
  font-size: clamp(24px, 2.5vw, 40px);
  padding-left: 1.25em;
  letter-spacing: 10px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 768px) {
  .sec_ttl01 {
    font-size: min(6.15vw, 24px);
    letter-spacing: min(1.28vw, 5px);
  }
}
.sec_ttl01::before {
  content: "";
  width: min(1.5vw, 24px);
  height: 2px;
  background: #213570;
  position: absolute;
  left: 0;
  top: 0.65em;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .sec_ttl01::before {
    width: min(4.1vw, 16px);
  }
}
.sec_ttl01 span {
  display: block;
  font-size: 35%;
  font-weight: 500;
  line-height: 150%;
}

.sec_ttl02 {
  font-size: clamp(20px, 2vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 768px) {
  .sec_ttl02 {
    font-size: min(5.13vw, 20px);
  }
}

.sec_ttl03 {
  font-size: clamp(20px, 2vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.25em;
  border-bottom: 2px solid #E1E3E4;
  padding-bottom: 0.35em;
  text-indent: -1.15em;
  padding-left: 1.15em;
}
@media only screen and (max-width: 768px) {
  .sec_ttl03 {
    font-size: min(5.13vw, 20px);
  }
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.commonBtn {
  background: #213570;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 360px;
  line-height: 50px;
  border: 1px solid #213570;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .commonBtn {
    width: 72vw;
  }
}
.commonBtn:hover {
  background: #213570;
  color: #fff;
}
.commonBtn.center {
  margin: 0 auto;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
.middle .middle_mv {
  background: #F0F6FD;
  position: relative;
}
.middle .middle_mv::before {
  content: "";
  width: calc(100% - min(13vw, 9em));
  height: 100%;
  background: #213570;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -115px;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv::before {
    width: calc(100% - 60px);
  }
}
.middle .middle_mv .page_ttl {
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .page_ttl {
    padding: 5vw 0;
  }
}
.middle .middle_mv .page_ttl span {
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: 10px;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .page_ttl span {
    font-size: min(6.15vw, 24px);
    letter-spacing: min(1.28vw, 5px);
  }
}
.middle {
  /*パンくず*/
}
.middle .pankuzu_wrap {
  margin: 10px 0;
}
.middle .pankuzu_wrap .pankuzu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 53%;
  background: #DDDDDD;
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.middle section:last-of-type {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .middle section:last-of-type {
    padding-bottom: 20vw;
  }
}
.middle {
  /*リスト*/
}
.middle .nom_list li {
  margin: 0 0 0.25em;
  padding-left: 2em;
  text-indent: -2em;
}
.middle .disc_list li {
  margin: 0.25em 0;
  padding-left: 1em;
  position: relative;
  font-size: clamp(14px, 1.25vw, 20px);
}
@media only screen and (max-width: 768px) {
  .middle .disc_list li {
    font-size: min(3.59vw, 14px);
  }
}
.middle .disc_list li::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.25em;
  top: 0.85em;
}
.middle .disc_list li span {
  font-weight: bold;
  font-size: 110%;
}

#index main .sec_mv {
  width: 100%;
  padding-left: 5%;
  position: relative;
}
#index main .sec_mv picture {
  margin-right: 5vw;
  width: 95%;
  display: block;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv picture {
    margin-right: 0;
    width: 100%;
  }
}
#index main .sec_mv img {
  height: 100%;
  width: 100%;
}
#index main .sec_mv::before {
  content: "";
  width: calc(100% - min(13vw, 9em));
  height: 100%;
  background: #213570;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -115px;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv::before {
    width: calc(100% - 60px);
  }
}
#index main .sec_mv .sec_mv_ttl {
  position: absolute;
  left: 7%;
  top: 3em;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .sec_mv_ttl {
    left: 3vw;
    bottom: 0;
    top: auto;
  }
}
#index main .sec_mv .sec_mv_ttl h2 {
  font-size: clamp(36px, 3.5vw, 56px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .sec_mv_ttl h2 {
    writing-mode: vertical-rl;
    font-size: min(5.13vw, 36px);
    text-align: end;
  }
}
#index main .sec_mv .sec_mv_ttl h2 span {
  display: inline-block;
  background: #fff;
  margin: 0.15em 0;
  padding: 0 0.35em;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .sec_mv_ttl h2 span {
    padding: 0.35em 0.15em;
    margin: 0 0.25em;
  }
  #index main .sec_mv .sec_mv_ttl h2 span:last-of-type {
    margin-bottom: -1em;
    margin-left: 0;
  }
}
#index main .center.top_ttl {
  padding: min(6.25vw, 100px) 0;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  #index main .center.top_ttl {
    font-size: min(6.15vw, 24px);
    padding: min(15.38vw, 60px) 0;
  }
}
#index main #about .about_block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 4em;
}
@media only screen and (max-width: 768px) {
  #index main #about .about_block {
    margin-top: min(12.82vw, 50px);
  }
}
#index main #about .about_block li {
  width: 25%;
  text-align: center;
  padding: 2.25em 0;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  font-size: clamp(14px, 1.25vw, 20px);
  background: #9BA4BF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main #about .about_block li {
    font-size: min(3.08vw, 12px);
    padding: 0.5em;
  }
}
#index main #about .about_block li::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 2em solid #9BA4BF;
  border-top: 5em solid transparent;
  border-bottom: 5em solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  right: -1.25em;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #index main #about .about_block li::before {
    right: -0.75em;
  }
}
#index main #about .about_block li:nth-of-type(2) {
  background: #8590B0;
}
#index main #about .about_block li:nth-of-type(2)::before {
  border-left: 2em solid #8590B0;
}
#index main #about .about_block li:nth-of-type(3) {
  background: #6F7CA2;
}
#index main #about .about_block li:nth-of-type(3)::before {
  border-left: 2em solid #6F7CA2;
}
#index main #about .about_block li:nth-of-type(4) {
  background: #596894;
}
#index main #about .about_block li:nth-of-type(4)::before {
  display: none;
}
#index main #feature::before {
  content: "";
  max-width: 880px;
  width: 47%;
  height: calc(100% + min(6.25vw, 100px));
  background: #F0F6FD;
  position: absolute;
  z-index: -2;
  bottom: 0;
}
#index main #feature .sec_inner {
  max-width: 1440px;
}
#index main #feature .sec_inner .feature_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em;
  margin-top: min(4.38vw, 70px);
  flex-wrap: wrap;
}
#index main #feature .sec_inner .feature_block .feature_block_inner {
  width: calc(33.3333333333% - 2em);
  max-width: 440px;
}
@media only screen and (max-width: 768px) {
  #index main #feature .sec_inner .feature_block .feature_block_inner {
    width: 100%;
    margin: 0 auto;
  }
}
#index main #feature .sec_inner .feature_block .feature_block_inner .ttl_area {
  max-width: 440px;
  max-height: 440px;
  width: 25.85vw;
  height: 25.85vw;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  display: table;
  margin-bottom: 2em;
  border: min(1.39vw, 20px) solid #E1E3E4;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #index main #feature .sec_inner .feature_block .feature_block_inner .ttl_area {
    margin: 0 auto;
    max-width: 240px;
    max-height: 240px;
    width: 65vw;
    height: 65vw;
  }
}
#index main #feature .sec_inner .feature_block .feature_block_inner .ttl_area span {
  display: table-cell;
  vertical-align: middle;
  font-size: clamp(20px, 2.5vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: min(3.75vw, 60px);
}
@media only screen and (max-width: 768px) {
  #index main #feature .sec_inner .feature_block .feature_block_inner .ttl_area span {
    font-size: min(5.13vw, 20px);
    line-height: 180%;
  }
}
#index main #revenue .check_list {
  margin: 3em 0 0;
}
#index main #revenue .check_list li {
  margin: 1.25em 0;
  padding-left: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  font-size: clamp(14px, 1.25vw, 20px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main #revenue .check_list li {
    font-size: min(3.59vw, 14px);
  }
}
#index main #revenue .check_list li::before {
  content: "";
  width: 1em;
  height: 1.5em;
  background: url(../img/common/i_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.05em;
}
#index main #message {
  margin-top: min(6.25vw, 100px);
}
#index main #message .message_block {
  max-width: 1280px;
  background: #F0F6FD;
  margin: min(5vw, 80px) 0 0 auto;
  padding: 1.5em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5em;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #index main #message .message_block {
    gap: 2.5em;
    width: calc(100% - 5vw);
  }
}
#index main #message .message_block .message_block_inner {
  max-width: 240px;
  width: calc(20% - 0.5em);
}
@media only screen and (max-width: 768px) {
  #index main #message .message_block .message_block_inner {
    max-width: 100%;
    width: 100%;
  }
}
#index main #message .message_block .message_block_inner h4 {
  padding: 0.5em 0;
  background: #213570;
  min-height: 80px;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #index main #message .message_block .message_block_inner h4 {
    padding: 1em 0;
    min-height: auto;
  }
}
#index main #message .message_block .message_block_inner h4 span {
  font-size: clamp(16px, 1.56vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #index main #message .message_block .message_block_inner h4 span {
    font-size: min(3.59vw, 14px);
  }
}
#index main #message .message_block .message_block_inner p {
  color: #213570;
  line-height: 142.857%;
  width: 95%;
  margin: 1em auto 0.5em;
}
#index main #company .sec_inner {
  max-width: 1440px;
}
#index main #company .sec_inner .table01 {
  width: 100%;
}
#index main #company .sec_inner .table01 tr {
  border-bottom: 1px solid #CCD1D3;
}
#index main #company .sec_inner .table01 tr th, #index main #company .sec_inner .table01 tr td {
  font-size: clamp(14px, 1.56vw, 20px);
  padding: 1.25em 1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #index main #company .sec_inner .table01 tr th, #index main #company .sec_inner .table01 tr td {
    display: block;
    padding: 1.25em 0;
    font-size: min(3.59vw, 14px);
    line-height: 142.857%;
    width: 100%;
  }
}
#index main #company .sec_inner .table01 tr th {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  #index main #company .sec_inner .table01 tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #index main #company .sec_inner .table01 tr td {
    padding-top: 0.5em;
  }
}
#index main #contact {
  padding-top: min(3.13vw, 50px);
}
#index main #contact .contact_area {
  max-width: 800px;
  width: 86%;
  padding: min(5vw, 80px) 0;
  text-align: center;
  margin: 0 auto;
  background: #213570;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main #contact .contact_area {
    padding: min(10.26vw, 40px) 0;
  }
}
#index main #contact .contact_area::before {
  content: "";
  height: clamp(40px, 5vw, 80px);
  width: 1px;
  background: #CCD1D3;
  position: absolute;
  top: max(-2.5vw, -40px);
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #index main #contact .contact_area::before {
    height: min(15.38vw, 60px);
    top: max(-7.69vw, -30px);
  }
}
#index main #contact .contact_area .sec_ttl01 {
  padding: 0;
}
#index main #contact .contact_area .sec_ttl01::before {
  display: none;
}
#index main #contact .contact_area p {
  margin: 0;
}
#index main #contact .contact_area p span {
  font-size: clamp(16px, 1.56vw, 20px);
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 768px) {
  #index main #contact .contact_area p span {
    font-size: min(3.08vw, 12px);
  }
}
#index main #contact .contact_area p a {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}
@media only screen and (max-width: 768px) {
  #index main #contact .contact_area p a {
    font-size: min(6.15vw, 24px);
    line-height: 1.65;
  }
}

.pageTop {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media only screen and (max-width: 768px) {
  .pageTop {
    right: 5vw;
    bottom: 5vw;
  }
}
.pageTop a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pageTop a {
    font-size: 12px;
    padding-top: 30px;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes shorter {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 110%;
  }
}
@keyframes bgUpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

/*# sourceMappingURL=style.css.map */
