@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  vertical-align: top;
}

html {
  font-size: 62.5%;
  word-break: break-all;
  scroll-behavior: smooth;
}

html * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

body {
  color: #000;
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'Inter', 'Noto Sans JP', Arial, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, メイリオ, sans-serif;
  letter-spacing: .03em;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

/* -----------------------------------------------------------
COMMON
-----------------------------------------------------------*/
html {
  font-size: 0.6944vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}
body {
  overflow-x: hidden;
}
main {
  overflow: hidden;
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
section {
  margin-top: 20rem;
}
a {
  display: block;
  text-decoration: none;
}

a:hover {
  opacity: .9;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 2rem;
  text-align: justify;
}
.inner {
  width: 108rem;
  margin: 0 auto;
}
.position {
  position: relative;
}
h2.blue_line {
  border-bottom: #191582 solid 2px;
  padding: 0 0 0 18rem;
  margin-bottom: 8.2rem;
  width: fit-content;
}
h2.blue_line.blue_line_right {
  padding: 0 24rem 0 0;
  margin-left: auto;
  text-align: right;
}
h2.blue_line span {
  color: #191582;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.3em;
}
h2.white_center {
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section {
    margin-top: 6rem;
  }
  p {
    font-size: 1.4rem;
  }
  .wrap {
    min-width: 100%;
  }
  .inner {
    width: 100%;
    padding: 2rem;
  }
  h2.blue_line {
    padding: 0 0 0 2.2rem;
    margin-bottom: 2rem;
  }
  h2.blue_line.blue_line_right {
    padding-right: 2.2rem;
  }
  h2.blue_line span {
    font-size: 3.5rem;
  }
  h2.white_center {
    font-size: 3rem;
  }
}

/* -----------------------------------------------------------
cta
-----------------------------------------------------------*/
.cta_wrap {
  margin: 5rem auto;
  width: 67.4rem;
}
.cta_wrap .cta_txt {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.cta_wrap .cta_txt::before,
.cta_wrap .cta_txt::after {
  content: "";
  display: block;
  background-color: #000;
  height: 3rem;
  width: 1.8px;
}
.cta_wrap .cta_txt::before {
  transform: rotate(-20deg);
}
.cta_wrap .cta_txt::after {
  transform: rotate(20deg);
}
.cta_wrap a {
  font-size: 2.4rem;
  background-color: #EE8300;
  border-radius: 15rem;
  height: 10rem;
  align-content: center;
  text-align: center;
}
.cta_wrap a p {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cta_wrap {
    margin: 3rem auto;
    width: 34.4rem;
  }
  .cta_wrap .cta_txt {
    font-size: 1.6rem;
  }
  .cta_wrap .cta_txt::before,
  .cta_wrap .cta_txt::after {
    height: 4.5rem;
    margin-top: .1rem;
  }
  .cta_wrap .cta_txt::before {
    transform: rotate(-27deg);
  }
  .cta_wrap .cta_txt::after {
    transform: rotate(27deg);
  }
  .cta_wrap a {
    height: 5.5rem;
  }
  .cta_wrap a p {
    font-size: 2.6rem;
  }
}

/* -----------------------------------------------------------
mv
-----------------------------------------------------------*/
.mv {
  position: relative;
  margin-top: 0;
}
.mv::before {
  content: "";
  position: absolute;
  top: -7%;
  left: -60%;
  background-image: linear-gradient(135deg, #191582, #4E7BE3);
  mix-blend-mode: multiply;
  width: 200%;
  height: 71.5rem;
  transform: rotate(-38deg);
  z-index: -1;
}
.mv::after {
  content: "";
  position: absolute;
  top: -30rem;
  right: -86rem;
  background-image: url(../img/mv_bg.png);
  background-size: contain;
  width: 320rem;
  height: 320rem;
  z-index: -2;
}
.mv_logo {
  position: absolute;
  top: 3.5rem;
  left: 3.5rem;
  width: 20rem;
}
.mv_name {
  font-family: "Jost", serif;
  font-size: 26rem;
  font-style: italic;
  font-weight: 500;
  line-height: .7em;
  margin-left: auto;
  padding-right: 9rem;
  width: fit-content;
  color: #FFF;
}
.mv_top_txt {
  position: relative;
  font-size: 3.7rem;
  color: #FFF;
  padding-left: 36rem;
  margin: 3rem 12rem 2rem;
}
.mv_top_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 33rem;
  height: .1rem;
}
.mv h1 {
  position: absolute;
  bottom: 10rem;
  left: 8rem;
}
.mv h1 p {
  font-size: 6.4rem;
  font-weight: 600;
  background-color: #fff;
  width: fit-content;
  line-height: 8rem;
}
.mv h1 p span {
  font-size: 8.6rem;
  font-weight: 700;
  color: #1E208C;
}
.mv_img {
  width: 100%;
}
.mv_data_wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  padding-right: 5rem;
  margin-top: -7rem;
}
.mv_data_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, rgba(31, 95, 192, 1), rgba(112, 198, 255, 1));
  border-radius: 20rem;
  padding: 2rem 2rem 3.2rem;
  width: 20rem;
  height: 20rem;
}
.mv_data_wrap li span {
  font-size: 2.4rem;
  line-height: 1.2em;
}
.mv_data_wrap li span.mv_data_ttl {
  align-content: center;
  height: 5.8rem;
}
.mv_data_wrap li span.mv_data_num {
  font-family: "Jost", serif;
  font-size: 8rem;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .mv::before {
    top: -22%;
    left: -60%;
    width: 100rem;
    height: 25rem;
  }
  .mv::after {
    top: -8rem;
    right: -52rem;
    width: 150rem;
    height: 130rem;
  }
  .mv_logo {
    top: 1.5rem;
    left: 1.2rem;
    width: 10rem;
  }
  .mv_name {
    font-size: 10rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
  .mv_top_txt {
    font-size: 1.4rem;
    padding-left: 3.5rem;
    margin: 1.2rem 3rem .8rem;
  }
  .mv_top_txt::before {
    width: 3rem;
  }
  .mv h1 {
    position: absolute;
    bottom: 7rem;
    left: 1rem;
  }
  .mv h1 p {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .mv h1 p:first-child {
    margin-bottom: -1rem;
  }
  .mv h1 p span {
    font-size: 4rem;
    line-height: 1.2em;
  }
  .mv_data_wrap {
    justify-content: center;
    gap: 1rem;
    padding-right: 0;
    margin-top: -4rem;
  }
  .mv_data_wrap li {
    padding: 1rem 0rem 1.2rem;
    width: 9.2rem;
    height: 9.2rem;
  }
  .mv_data_wrap li span {
    font-size: 1.2rem;
  }
  .mv_data_wrap li span.mv_data_num {
    font-size: 4.2rem;
  }
}

/* -----------------------------------------------------------
message
-----------------------------------------------------------*/
.message {
  position: relative;
}
.message::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -65rem;
  right: 0;
  background: linear-gradient(90deg, #191582 0%, #4E7BE3 100%);
  height: 18rem;
  width: 100vw;
  transition: 0.7s;
  transform-origin: left;
  transform: skewY(-36deg);
  z-index: -1;
}
.message .inner {
  width: 115rem;
}
.message .message_ttl {
  margin-left: 7.4rem;
  margin-bottom: 2rem;
  width: 54.5rem;
}
.message h2 {
  font-size: 5.1rem;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(68, 102, 207, 1), rgba(30, 32, 140, 1));
  padding: 2rem 6rem;
  margin-bottom: 6.7rem;
  width: fit-content;
  line-height: 1.3em;
}
.message_txt_wrap {
  display: flex;
  gap: 2.8rem;
}
.message_txt_wrap img {
  height: 35rem;
  width: auto;
}
.message_txt_border {
  background-color: #000;
  margin: 4rem 0;
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .message::before {
    bottom: -1rem;
    height: 8rem;
  }
  .message .inner {
    padding: 0 3.5rem;
    width: 100%;
  }
  .message .message_ttl {
    margin-left: 2.0rem;
    margin-bottom: .5rem;
    width: 26.8rem;
  }
  .message h2 {
    font-size: 1.8rem;
    padding: 2rem 2rem;
    margin-bottom: 2rem;
  }
  .message_txt_wrap {
    flex-direction: column;
    gap: 0;
  }
  .message_txt_wrap img {
    height: auto;
  }
  .message_txt_border {
    display: none;
  }
  .message_more_wrap {
    margin-top: 2rem;
    max-height: 18rem;
    overflow-y: hidden;
    transition: max-height .3s ease-out;

    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .message_more_wrap.active {
    max-height: 50rem;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 99%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 99%, rgba(0, 0, 0, 0) 100%);
  }
  .message_more_btn {
    position: relative;
    background-color: #fff;
    border: #1E208C solid 1.5px;
    border-radius: 5rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .message_more_btn p {
    color: #1E208C;
    font-size: 1.5rem;
    text-align: center;
  }
  .message_more_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .message_more_icon>span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .message_more_icon>span::before,
  .message_more_icon>span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #1E208C;
    transform-origin: center;
    transition: .3s ease-in-out;
  }
  .message_more_icon>span::before {
    transform: translate(-50%, -50%);
  }
  .message_more_icon>span::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .message_more_btn.active .message_more_icon>span::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

/* -----------------------------------------------------------
career
-----------------------------------------------------------*/
.career li {
  display: flex;
  justify-content: center;
  padding-bottom: 7rem;
}
.career li:nth-child(even) {
  margin-left: 22rem;
}
.career li .career_num {
  position: relative;
  color: #191582;
  font-size: 13rem;
  font-weight: 500;
  font-style: italic;
  line-height: .9em;
  padding-right: 3rem;
  margin-right: 4rem;
}
.career li .career_num::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #191582;
  height: 100%;
  width: 1px;
  transform: rotate(10deg);
}
.career li dt {
  color: #191582;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 2rem;
}
.career li dd {
  width: 66.8rem;
}
.career_ttl {
  position: absolute;
  bottom: 95rem;
  left: 0;
  font-family: "Jost", serif;
  font-size: 20rem;
  font-style: italic;
  font-weight: 400;
  color: #D9D9D9;
  line-height: .7em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.career_img_01 {
  position: relative;
  width: 84rem;
}
.career_img_02 {
  margin-left: auto;
  margin-top: -7rem;
  width: 103rem;
}

@media screen and (max-width: 768px) {
  .career li {
    padding-bottom: 4rem;
  }
  .career li:nth-child(even) {
    margin-left: 0;
  }
  .career li .career_num {
    font-size: 8.8rem;
    font-weight: 500;
    padding-right: 1rem;
    margin-right: 3rem;
  }
  .career li .career_num::after {
    width: .3rem;
  }
  .career li dt {
    font-size: 2.3rem;
  }
  .career li dd {
    width: 25rem;
  }
  .career_ttl {
    bottom: 33rem;
    left: auto;
    right: 0;
    font-size: 7rem;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .career_img_01 {
    width: 30rem;
    margin-top: 3rem;
  }
  .career_img_02 {
    margin-top: -.8rem;
    width: 31rem;
  }
}

/* -----------------------------------------------------------
consultant
-----------------------------------------------------------*/
.consultant {
  position: relative;
}
.consultant::before {
  content: "";
  position: absolute;
  top: -2%;
  left: -80%;
  background: #F3F4F9;
  mix-blend-mode: multiply;
  width: 400rem;
  height: 170rem;
  transform: rotate(-40deg);
  z-index: -1;
}
.consultant .consultant_ttl {
  margin-left: 18rem;
  margin-bottom: 6rem;
  width: 100rem;
}
.consultant h2 {
  margin-bottom: 3rem;
}
.consultant_top_txt {
  padding: 0 0 0 18rem;
}
.consultant nav {
  margin: 5rem;
}
.consultant ul {
  display: flex;
  justify-content: center;
}
.consultant ul .consultant_nav {
  cursor: pointer;
  position: relative;
  margin: 0 -3.4rem;
  clip-path: polygon(6rem 0%, 100% 0%, calc(100% - 6rem) 100%, 0% 100%);
}
.consultant ul .consultant_nav span {
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem;
  color: #fff;
  font-size: 12rem;
  font-weight: 100;
  font-style: italic;
  line-height: .8em;
  z-index: 1;
  transition-duration: .2s;
}
.consultant ul .consultant_nav.active span {
  font-weight: 400;
}
.consultant ul .consultant_nav img {
  height: 28rem;
  width: auto;
  filter: grayscale(100%);
  transition-duration: .2s;
}
.consultant ul .consultant_nav.active img {
  filter: grayscale(0);
}
.consultant_wrap {
  display: none;
  position: relative;
  filter: drop-shadow(0px .3rem .5rem rgba(0, 0, 0, 0.25));
  background-color: #fff;
  padding: 3rem;
  margin: auto;
  width: 110rem;
  transition-duration: .3s;
}
.consultant_wrap.active {
  display: block;
}
.consultant_wrap::before {
  content: '';
  position: absolute;
  width: 6rem;
  height: 4rem;
  clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
  background-color: #fff;
  top: -3.5rem;
  left: 18%;
  z-index: 10;
}
.consultant_wrap.--02::before {
  left: 45%;
}
.consultant_wrap.--03::before {
  left: 72%;
}
.consultant_head {
  position: relative;
  display: flex;
  margin-bottom: 2rem;
}
.consultant_head_num {
  position: absolute;
  bottom: 0;
  right: .5rem;
  color: #F3F4F9;
  font-family: "Jost", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 34rem;
  line-height: .7em;
  z-index: -1;
}
.consultant_head_img {
  width: 66rem;
}
.consultant_head_txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: -6rem;
}
.consultant_head_txt h3 {
  display: flex;
  align-items: center;
  font-size: 3.4rem;
  font-weight: 700;
  background: linear-gradient(90deg, #191582 0%, #4E7BE3 100%);
  clip-path: polygon(6rem 0%, 100% 0, 100% 100%, 0% 100%);
  padding: 2.5rem 0 2.5rem 6.5rem;
  margin-bottom: 4.8rem;
  color: #fff;
  height: 20rem;
  width: 60rem;
  margin-left: -15rem;
}
.consultant_head_txt p {
  color: #191582;
  font-weight: 700;
}
.consultant_head_txt p.consultant_head_year {
  font-size: 2.6rem;
  line-height: 1.8em;
}
.consultant_head_txt p.consultant_head_name {
  font-size: 7rem;
  line-height: .8em;
}
.consultant_head_txt p.consultant_head_name span {
  font-size: 3.8rem;
}
.consultant_head_txt p.consultant_head_job {
  font-size: 3rem;
  line-height: 1.2em;
}
.consultant_body {
  display: flex;
  padding: 3rem;
}
.consultant_body_txt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 48%;
}
.consultant_body_txt:first-child {
  border-right: #000 solid 1px;
  padding-right: 3.5rem;
  margin-right: 3.5rem;
}
.consultant_body_txt img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .consultant::before {
    top: 2rem;
    left: -160%;
    width: 180rem;
    height: 115rem;
  }
  .consultant .consultant_ttl {
    margin-left: 1.8rem;
    margin-bottom: 2rem;
    width: 34rem;
  }
  .consultant h2 {
    margin-bottom: 2rem;
  }
  .consultant_top_txt {
    padding: 0 0 0 2rem;
  }
  .consultant nav {
    margin: 3rem 0;
  }
  .consultant ul .consultant_nav {
    clip-path: polygon(26% 0, 92% 0, 74% 100%, 8% 100%);
  }
  .consultant ul .consultant_nav span {
    font-size: 5.2rem;
    bottom: -.3rem;
    left: 3.5rem;
  }
  .consultant ul .consultant_nav img {
    height: auto;
  }
  .consultant_wrap {
    padding: 2rem;
    width: 34rem;
  }
  .consultant_wrap::before {
    width: 3.5rem;
    height: 2.5rem;
    clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
    top: -2.0rem;
    left: 12%;
  }
  .consultant_wrap.--02::before {
    left: 42%;
  }
  .consultant_wrap.--03::before {
    left: 76%;
  }
  .consultant_head {
    align-items: flex-start;
  }
  .consultant_head_num {
    font-size: 13rem;
  }
  .consultant_head_img {
    width: 25rem;
    margin-left: -4.5rem;
    clip-path: polygon(14% 0, 90% 0, 78% 100%, 14% 100%);
  }
  .consultant_head_txt {
    margin-left: -2em;
  }
  .consultant_head_txt h3 {
    font-size: 1.5rem;
    width: 20rem;
    height: auto;
    padding: 1.5rem 1rem 1.5rem 2.5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    margin-left: -4.5rem;
    line-height: 1.4em;
    clip-path: polygon(1.8rem 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .consultant_head_txt p.consultant_head_year {
    font-size: 1.2rem;
  }
  .consultant_head_txt p.consultant_head_name {
    font-size: 2.3rem;
  }
  .consultant_head_txt p.consultant_head_name span {
    font-size: 1.5rem;
  }
  .consultant_head_txt p.consultant_head_job {
    font-size: 1.2rem;
  }
  .consultant_body {
    flex-direction: column;
    padding: .2rem;
  }
  .consultant_body_txt {
    gap: 0;
    width: 100%;
  }
  .consultant_body_txt:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .consultant_body_txt img {
    margin: 1rem 0;
    width: 100%;
    order: -1;
  }
}


/* -----------------------------------------------------------
work
-----------------------------------------------------------*/
.work {
  position: relative;
}
.work h3 {
  color: #191582;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.work_ttl {
  margin-left: auto;
  margin-right: 5rem;
  margin-bottom: 6rem;
  width: 100rem;
}
.work_graph_wrap {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}
/* 円グラフ色付き */
.work_graph_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: conic-gradient(#B5DDF7 0% 90%,
      /* 色部分 */
      #fff 0% 100%
      /* グレー部分 */
    );
}
.work_graph_circle.second02 {
  background: conic-gradient(#B5DDF7 0% 89.5%,
      #fff 0% 100%
    );
}
.work_graph_circle.third03 {
  background: conic-gradient(#B5DDF7 0% 3.3%,
      #fff 0% 100%
    );
}
.work_graph_circle.forth04 {
  background: conic-gradient(#B5DDF7 0% 99.1%,
      #fff 0% 100%
    );
}
/* 円グラフ真ん中 */
.work_graph_circle_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  aspect-ratio: 1 / 1;
  background-color: #F5F5F5;
  border-radius: 1000px;
}
.work_graph_txt01,
.work_graph_txt02 {
  color: #191582;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.work_graph_txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin-bottom: 0.5rem;
}
.work_graph_txt02 {
  display: flex;
  align-items: flex-end;
}
.work_graph_num {
  font-size: 8.2rem;
  line-height: 0.8;
}
.work_graph_per {
  font-size: 3.4rem;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
}
.work_graph_annotation {
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  margin-bottom: 8rem;
}
.work_career_txt {
  margin-bottom: 4rem;
}
.work_career_cont {
  display: flex;
  gap: 3rem;
}
.work_career_item {
  width: 25rem;
  border-radius: 2rem;
  background-color: #F3F4F9;
  padding: 3rem 3rem 2rem;
  text-align: center;
}
.work_career_item img {
  padding: 2rem 3rem;
  mix-blend-mode: darken;
}
.work_career_item.--04 img {
  padding: 2rem 3rem 3rem;
}
.work_career_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #191582;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .work_ttl {
    width: initial;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .work h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .work_graph_circle {
    width: 48%;
  }
  .work_graph_wrap {
    flex-wrap: wrap;
    row-gap: 2.4rem;
    margin-top: 1rem;
  }
  .work_graph_txt01,
  .work_graph_txt02 {
    font-size: 1.4rem;
  }
  .work_graph_txt01{
    margin-top: -1.2rem;
    margin-bottom: -0.5rem;
  }
  .work_graph_txt02 {
    margin-top: -0.8rem;
  }
  .work_graph_num {
    font-size: 5.2rem;
  }
  .work_graph_per {
    font-size: 2.4rem;
  }
  .work_graph_annotation {
    font-size: 1.2rem;
    margin-bottom: 4rem;
  }
  .work_career_cont {
    flex-wrap: wrap;
  }
  .work_career_item {
    width: 16rem;
    padding: 2.5rem 1.5rem;
  }
  .work_career_cont {
    gap: 1.5rem;
  }
  .work_career_ttl{
    font-size: 1.8rem;
    height: 4rem;
    line-height: 1.4;
  }
  .work_career_item img {
    padding: 1rem 2rem;
    padding-top: 0;
  }
  .work_career_item.--04 img {
    padding: .8rem 2rem 1rem;
  }
}

/* -----------------------------------------------------------
case
-----------------------------------------------------------*/
.case {
  position: relative;
}
.case::before {
  content: "";
  display: block;
  position: absolute;
  top: -8rem;
  left: 0;
  background: linear-gradient(120deg, #4E7BE3 0%, #191582 100%);
  height: 196rem;
  width: 100vw;
  transition: 0.7s;
  transform-origin: left;
  transform: skewY(45deg);
  z-index: -1;
}
.case::after {
  content: "";
  display: block;
  position: absolute;
  top: 13rem;
  right: 0;
  height: 140rem;
  width: 94%;
  background-image: url(../img/case_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.case h2 {
  margin-top: 10rem;
}
.case_ttl {
  font-family: "Jost", serif;
  font-size: 14rem;
  font-style: italic;
  font-weight: 400;
  color: #D9D9D9;
  margin-right: 2rem;
  line-height: .8em;
  text-align: right;
}
.case_top_txt {
  font-size: 2.6rem;
  color: #fff;
  padding: 2rem 0 3rem;
  text-align: center;
}
.case_wrap {
  background-color: #fff;
  padding: 3rem 3rem 6rem;
}
.case_project_wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  margin-top: -6rem;
}
.case_project_ttl {
  display: flex;
  align-items: flex-start;
  color: #fff;
  background: #191582;
  padding: 1rem 1.5rem;
  min-width: 28rem;
  line-height: 1.7em;
}
.case_project_ttl span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
  padding-right: 2rem;
}
.case_project_ttl span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5rem;
  display: block;
  border-right: #fff solid .2rem;
  height: 6.8rem;
  transform: rotate(20deg);
}
.case_project_ttl p {
  font-size: 2.5rem;
  font-weight: 700;
}
.case_project_subttl {
  color: #191582;
  border-radius: 3rem;
  border: .2rem solid #191582;
  padding: 0 2rem;
  margin: 1rem;
  width: fit-content;
}
.case_project_wrap ul {
  margin: 1rem;
}
.case_project_wrap ul li {
  font-size: 2rem;
  font-feature-settings: normal;
  text-indent: -1em;
  padding-left: 1em;
}
.case .case_parts {
  margin: 4.2rem auto;
  width: 84rem;
}
.case h3 {
  color: #191582;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
}
.case_exp_wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.case_exp_wrap_inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.case_exp_contents {
  position: relative;
  display: flex;
  background-color: #F3F4F9;
  border-radius: 1.6rem;
  padding: 1.5rem 2rem 1.5rem 6rem;
  width: 37rem;
}
.case_exp_contents::before {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 2rem;
  display: block;
  height: 2.8rem;
  width: 3rem;
  background-image: url(../img/case_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .case::before {
    top: -5rem;
    height: 200rem;
  }
  .case::after {
    top: 5rem;
    right: -3rem;
  }
  .case h2 {
    margin-top: 4rem;
  }
  .case_ttl {
    font-size: 5rem;
    margin-right: .3rem;
  }
  .case_top_txt {
    font-size: 1.4rem;
    padding: 1rem 0 2rem;
  }
  .case_wrap {
    padding: 1.5rem 1.5rem 3rem;
  }
  .case_project_ttl p {
    font-size: 2.3rem;
  }
  .case_project_wrap {
    flex-direction: column;
    padding: 1rem;
  }
  .case_project_wrap ul li {
    font-size: 1.6rem;
  }
  .case .case_parts {
    margin: 2.2rem auto;
  }
  .case h3 {
    font-size: 2.5rem;
  }
  .case_exp_wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .case_exp_contents {
    width: auto;
  }
  .case_exp_contents::before {
    top: 50%;
    transform: translateY(-50%);
  }
}


/* -----------------------------------------------------------
req
-----------------------------------------------------------*/
.req {
  position: relative;
  min-height: 138rem;
}
.req h2 {
  margin-bottom: 6rem;
}
.req_ttl {
  position: absolute;
  top: 12rem;
  left: 0;
  font-family: "Jost", serif;
  font-size: 18rem;
  font-style: italic;
  font-weight: 400;
  color: #D9D9D9;
  line-height: .7em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.req_head {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F3F4F9;
  padding: 2.4rem 3.5rem;
  margin-bottom: 2rem;
}
.req_head p {
  font-size: 4.5rem;
  font-weight: bold;
  color: #191582;
}
.req_head_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 4.5rem;
  height: 4.5rem;
}
.req_head_icon>span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.req_head_icon>span::before,
.req_head_icon>span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: .3rem;
  background-color: #1E208C;
  transform-origin: center;
  transition: .3s ease-in-out;
}
.req_head_icon>span::before {
  transform: translate(-50%, -50%);
}
.req_head_icon>span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.req_head.active .req_head_icon>span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.req_item {
  display: flex;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
}
.req dl#req_contents {
  max-height: 0;
  opacity: 0;
  overflow-y: hidden;
  transition: .3s ease-in-out;
}
.req dl#req_contents.active {
  opacity: 1;
  max-height: 500rem;
}
.req_item dt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  min-width: 15.1rem;
  min-height: 10.9rem;
  text-align: center;
  background-color: #191582;
  display: flex;
  justify-content: center;
  align-items: center;
}
.req_item dd {
  font-size: 2rem;
  font-feature-settings: normal;
  background-color: #F3F4F9;
  padding: 3.4rem 6rem 3.4rem 3.8rem;
  width: 100%;
}
.req_item dd li {
  text-indent: -1em;
  padding-left: 1em;
}
.req_item dd span {
  font-weight: bold;
  color: #191582;
}
.req_item_flex {
  display: flex;
  gap: 1.5rem;
}
.req_item_border {
  padding-bottom: 2rem;
  border-bottom: .3rem solid #fff;
  margin-bottom: 2.5rem;
}
.req_sub_ttl {
  font-size: 3.9rem;
  font-weight: bold;
  color: #191582;
  width: 42.9rem;
  border-bottom: .5rem solid #191582;
  margin: 7rem 0 3.4rem;
}
.req_process_list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.req_process_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 34rem;
  height: 48rem;
  background-color: #F3F4F9;
  border-radius: 2rem;
}
.req_process_wrap::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -2rem;
  border-left: 2.3rem solid #F3F4F9;
  border-top: 2.3rem solid transparent;
  border-bottom: 2.3rem solid transparent;
  width: 0;
  height: 0;
}
.req_process_wrap:last-child::after {
  content: none;
}
.req_process_num {
  font-family: "Jost", serif;
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.req_process_num span {
  font-size: 5.7rem;
}
.req_process_ttl {
  font-size: 3.0rem;
  font-weight: bold;
  color: #191582;
  text-align: center;
  margin-top: -1.5rem;
}
.req_process_txt {
  font-size: 1.8rem;
  padding: 2rem 3rem 0;
}
.req_process_icon {
  width: 8.8rem;
  margin: auto auto 3rem;
}

@media screen and (max-width: 768px) {
  .req h2 {
    margin-bottom: 2rem;
  }
  .req_head {
    padding: 1.2rem 2rem;
  }
  .req_head_icon {
    width: 2.2rem;
    height: 2.2rem;
  }
  .req_head_icon>span::before,
  .req_head_icon>span::after {
    height: 2px;
  }
  .req_head p {
    font-size: 1.5rem;
  }
  .req_item {
    flex-direction: column;
    gap: 0;
  }
  .req_item dt {
    font-size: 1.7rem;
    min-height: 4rem;
  }
  .req_item dd {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .req_item_flex {
    flex-direction: column;
    gap: 0;
  }
  .req_sub_ttl {
    font-size: 2.7rem;
    border-bottom: .3rem solid #191582;
    width: 100%;
  }
  .req_process_list {
    flex-direction: column;
    gap: 3.8rem;
  }
  .req_process_list {
    padding: 0 2rem;
    margin-bottom: -1rem;
  }
  .req_process_wrap {
    width: 100%;
    height: auto;
  }
  .req_process_wrap::after {
    content: '';
    position: absolute;
    top: unset;
    bottom: -2.6rem;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 2.8rem solid transparent;
    border-right: 2.8rem solid transparent;
    border-top: 2.8rem solid #F3F4F9;
    border-bottom: none;
  }
  .req_process_ttl {
    font-size: 2.6rem;
  }
  .req_process_txt {
    font-size: 1.4rem;
  }
  .req_process_icon {
    width: 7.8rem;
    margin: 3rem auto;
  }
}

/* -----------------------------------------------------------
footer
-----------------------------------------------------------*/
footer {
  border-top: #D9D9D9 solid .1rem;
  padding: 1.8rem 0 4rem;
}
footer p {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------------------
floating
-----------------------------------------------------------*/
.floating_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1rem 3rem;
  margin: auto;
  margin-right: 0;
  width: fit-content;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.8s;
}
.floating_area .cta_wrap {
  margin: 0 3rem 0 auto;
  width: 24rem;
}
.floating_area .cta_wrap a {
  opacity: .9;
  height: 24rem;
  box-shadow: 0px .3rem .6rem 0px rgba(0, 0, 0, 0.25);
  transition-duration: .3s;
}
.floating_area .cta_wrap a:hover {
  opacity: 1;
}
.floating_area .cta_wrap a p {
  font-size: 3.8rem;
}
.floating_area.active {
  opacity: 1;
  visibility: visible;
}
.floating_area.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .floating_area {
    padding: 0 1rem 1rem;
  }
  .floating_area .cta_wrap {
    margin-right: 0;
    width: 11rem;
  }
  .floating_area .cta_wrap a {
    height: 11rem;
  }
  .floating_area .cta_wrap a p {
    font-size: 1.8rem;
  }
}
