@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');

/* CSS Document */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
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;
}

a {
  text-decoration: none;
  color: #0E3869;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #002769;
  letter-spacing: .12em;
}

.wrapper {
  overflow: hidden;
}

body.open {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.inner {
  max-width: 620px;
  width: calc(100% - 106px);
  margin: 0 auto;
}

.flex {
  display: flex;
}

.spnone,
.spbr,
.spimg,
.sp {
  display: none;
}

span.sml {
  font-size: .7em;
}

span.marker {
  background: linear-gradient(transparent 60%, #F8D23E 60%);
}

@media screen and (max-width: 767px) {

  .spnone,
  .sp {
    display: block;
  }

  .spbr,
  .spimg {
    display: inline;
  }

  .pc {
    display: none;
  }
}

/*==============
   Staff Profile
==============*/
.profileWrap {
  background: #DCF0F9 url(https://www.financial-agency.com/service/wp-content/themes/grazioso/img/staff_profile/bg_ccl.svg) no-repeat;
  background-position: center top 14.2%;
  background-size: 125% auto;
  padding: 128px 0 62px;
  min-height: 100vh;
}

.profileWrap h1 {
  font-size: 2.3rem;
  line-height: 1.1;
  margin: 0 auto 28px;
  text-align: center;
  position: relative;
}

.profileWrap h1::after {
  content: "";
  width: 314px;
  height: 15px;
  background: url(https://www.financial-agency.com/service/wp-content/themes/grazioso/img/staff_profile/h1_border.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.profileWrap p.p1 {
  margin: 0 auto 16px;
  max-width: 400px;
}

.profileWrap .img {
  width: 71.8%;
  min-width: 180px;
  max-width: 280px;
  text-align: center;
  margin: 0 auto 10px;
}

.profileWrap h2 {
  font-size: 2.0rem;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}

.profileWrap h2::after {
  content: "";
  width: 160px;
  height: 4px;
  background: url(https://www.financial-agency.com/service/wp-content/themes/grazioso/img/staff_profile/border.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.profileWrap dl {
  margin: 0 auto;
  padding: 0 0 0 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.profileWrap dl dt {
  width: 88px;
  font-size: 1.8rem;
  margin: 0 0 20px;
  line-height: 1.1;
}

.profileWrap dl dd {
  width: calc(100% - 88px);
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .profileWrap {
    background-position: center top 80px;
  }
}