/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --green-light: #23AA5E;
  --primary: #178848;
  --second: #FFD600;
  --text-body: #333;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.6;
  position: relative;
  width: 100%;
  background: var(--white);
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}

p:last-of-type {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.4;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

.container--lg, .container--md, .container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.career-history__content ul, .introduction-section__content ul, .menu-scroll__inner ul, .site-footer__nav ul, .header-nav ul, .site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-position, .profile-message, .career-history__content ul, .introduction-section__content ul, .box-triangle, .profile-section__content, .message-section__inner, .intro__content, .section-heading__content {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) {
  .profile-position, .profile-message, .career-history__content ul, .introduction-section__content ul, .box-triangle, .profile-section__content, .message-section__inner, .intro__content, .section-heading__content {
    font-size: 18px;
    line-height: 1.8;
  }
}

.profile-resume__section--content, .protected-section__content {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 1px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn, .btn-outline, .btn--green, .btn--second {
  transition: all 0.3s;
  color: var(--white);
  padding: 14px 25px;
  font-size: 16px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  outline: none !important;
  border-radius: 0;
  background: var(--second);
  text-transform: uppercase;
  border: 2px solid var(--primary);
  line-height: 1.45;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media only screen and (min-width: 768px) {
  .btn, .btn-outline, .btn--green, .btn--second {
    min-width: 260px;
    font-size: 18px;
  }
}
.btn:hover, .btn-outline:hover, .btn--green:hover, .btn--second:hover {
  opacity: 0.7;
  color: var(--primary);
}
.btn--second {
  background: var(--second);
  border: 0;
  padding: 16px 25px;
  color: var(--primary);
}
.btn--second:hover {
  color: var(--primary);
}
.btn--green {
  background: var(--primary);
  border: 0;
  padding: 16px 25px;
  color: var(--white);
}
.btn--green:hover {
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .btn--lg {
    min-width: 310px;
  }
}
.btn--extend::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/extend.svg") no-repeat 0 0/100%;
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--primary);
}

.container--md {
  max-width: 1170px;
}

.container--lg {
  max-width: 1340px;
}

.section {
  padding-block: 60px;
}
.section--lg {
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  .section--lg {
    padding-block: 80px;
  }
}
.section--gray {
  background: #F4F4F4;
}
.section--green {
  background: var(--primary);
}

.section-heading {
  text-align: center;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-heading h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  color: var(--primary);
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
}
.section-heading h2::after {
  content: "";
  width: 100px;
  height: 13px;
  background: url("../images/heading-line.svg") no-repeat 50% 50%/100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 48px;
  }
}
.section-heading h2 img {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 50px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 img {
    max-width: 70px;
  }
}
.section-heading__content {
  text-align: center;
  margin-top: 26px;
}
.section-heading__content strong {
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .section-heading__content strong {
    font-size: 20px;
  }
}
.section-heading--green {
  color: var(--primary);
}
.section-heading--white {
  color: var(--white);
}
.section-heading--white h2 {
  color: var(--white);
}

.section-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-buttons {
    margin-top: 40px;
  }
}

.section-overlay {
  position: relative;
  z-index: 1;
}
.section-overlay > picture {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.section-overlay > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-line, .heading-line--sm {
  color: var(--primary);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4375;
  position: relative;
  padding-bottom: 13px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .heading-line, .heading-line--sm {
    margin: 0 0 25px;
    font-size: 32px;
  }
}
.heading-line::before, .heading-line--sm::before {
  content: "";
  width: 70px;
  height: 2px;
  background: var(--second);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .heading-line::before, .heading-line--sm::before {
    width: 84px;
    height: 3px;
  }
}
.heading-line--sm {
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .heading-line--sm {
    margin: 0 0 32px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-line--sm {
    margin: 0 0 44px;
  }
}
.heading-line--sm::before {
  width: 58px;
  height: 3px;
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
#wpadminbar {
  position: fixed;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

body.admin-bar .site-header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  body.admin-bar .header-nav.nav-sticky {
    top: 107px;
  }
}
@media only screen and (max-width: 991px) {
  body.show-nav .header-nav {
    transform: translateX(0);
  }
}

.site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
}
.site-header.sticky {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  min-height: 60px;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    gap: 33px;
    min-height: 75px;
  }
}
.site-header__logo img {
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .site-header__logo img {
    height: 66px;
  }
}
.site-header__text {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .site-header__text {
    display: none;
  }
}
.site-header__text h2 {
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}
.site-header__text h2 strong {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .site-header__text h2 strong {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__controls {
    display: none;
  }
}
.site-header__controls .btn-outline {
  min-width: 230px;
  font-size: 16px;
  padding: 13px 20px;
}

.header-nav {
  background: var(--primary);
}
@media only screen and (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 999;
    height: 100vh;
    padding-block: 50px;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 992px) {
  .header-nav.nav-sticky {
    position: sticky;
    top: 75px;
    z-index: 9999;
  }
}
.header-nav ul {
  padding-block: 15px;
}
@media only screen and (min-width: 992px) {
  .header-nav ul {
    display: flex;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .header-nav ul li {
    flex-basis: 0;
    flex-grow: 1;
    border-right: 1px solid var(--white);
  }
}
@media only screen and (min-width: 992px) {
  .header-nav ul li:first-child {
    border-left: 1px solid var(--white);
  }
}
.header-nav ul li a {
  color: var(--white);
  display: block;
  font-weight: 700;
  padding: 6px 10px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .header-nav ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nav ul li a {
    font-size: 18px;
  }
}
.header-nav ul li a small {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .header-nav ul li a small {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nav ul li a small {
    font-size: 15px;
  }
}
.header-nav ul li:hover > a, .header-nav ul li.active > a {
  color: var(--second);
}

.info-bottom__inner {
  max-width: 600px;
  display: flex;
  gap: 32px 48px;
  margin-inline: auto;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .info-bottom__inner {
    justify-content: space-between;
    flex-direction: row;
  }
}
.info-bottom__inner address {
  margin: 0;
}
.info-bottom__inner address h3 {
  color: var(--primary);
  font-size: 20px;
  margin: 0 0 12px;
}

.socials-section .container {
  max-width: 810px;
}
.socials-section__inner {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .socials-section__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.socials-section__inner figure {
  border: 1px solid #777777;
  width: 100%;
  max-width: 338px;
}
.socials-section__inner figure a {
  display: block;
  padding: 7px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials-section__inner figure a img {
  max-height: 82px;
}
.socials-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .socials-section__list {
    gap: 20px 40px;
    margin-top: 60px;
  }
}
.socials-section__list a img {
  width: 32px;
}
@media only screen and (min-width: 768px) {
  .socials-section__list a img {
    width: 50px;
  }
}

.site-footer {
  background: var(--primary);
  padding-block: 70px 32px;
  color: var(--white);
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
  }
}
.site-footer__info {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .site-footer__info {
    width: 29%;
    padding-right: 30px;
  }
}
.site-footer__info p {
  margin: 0;
}
.site-footer__info h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 30px;
}
@media only screen and (min-width: 992px) {
  .site-footer__info h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__nav {
    width: 71%;
  }
}
.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 15px;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav ul {
    gap: 30px;
  }
}
.site-footer__nav ul li a {
  color: var(--white);
}
.site-footer__bottom {
  text-align: center;
  margin-top: 60px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__bottom {
    margin-top: 120px;
  }
}

.back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  transition: all 0.3s;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .back-to-top {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .back-to-top {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .back-to-top {
    right: 90px;
    bottom: 70px;
  }
}
.back-to-top svg {
  width: 10px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .back-to-top svg {
    width: 14px;
  }
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/** Pages */
.banner picture {
  display: block;
}
.banner picture img {
  display: block;
  width: 100%;
}

.intro__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .intro__inner {
    flex-direction: row;
    gap: 32px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__inner figure {
    order: 2;
    width: calc(58% - 20px);
  }
}
.intro__inner figure img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .intro__content {
    width: 42%;
  }
}
.intro__content .btn, .intro__content .btn--second, .intro__content .btn--green, .intro__content .btn-outline {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .intro__content .btn, .intro__content .btn--second, .intro__content .btn--green, .intro__content .btn-outline {
    margin-top: 35px;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 20px;
}
@media only screen and (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box-image figure {
  margin: 0 0 10px;
}
.box-image figure img {
  width: 100%;
}
.box-image h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.message-section > picture img {
  object-position: 60%;
}
@media only screen and (min-width: 992px) {
  .message-section > picture img {
    object-position: 50%;
  }
}
.message-section__inner {
  font-weight: 700;
}
.message-section__inner p + h3 {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .message-section__inner p + h3 {
    margin-top: 76px;
  }
}
.message-section__inner p small {
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .message-section__inner p small {
    font-size: 16px;
  }
}
.message-section__inner ol {
  margin: 22px 0;
  padding-left: 26px;
}
.message-section__inner ol li + li {
  margin-top: 22px;
}

.policy-section__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .policy-section__buttons {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
}
.policy-section .btn--green {
  min-width: 230px;
}
@media only screen and (min-width: 992px) {
  .policy-section .btn--green {
    min-width: 288px;
  }
}
@media only screen and (min-width: 992px) {
  .policy-section .section-buttons {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .profile-section {
    padding-bottom: 86px;
  }
}
.profile-section__box {
  background: var(--green-light);
  position: relative;
  padding: 30px 20px 30px 69px;
}
@media only screen and (min-width: 768px) {
  .profile-section__box {
    padding: 50px 40px 50px 240px;
  }
}
@media only screen and (min-width: 992px) {
  .profile-section__box {
    padding: 50px 87px 50px 370px;
  }
}
@media only screen and (min-width: 1200px) {
  .profile-section__box {
    padding: 50px 87px 50px 470px;
  }
}
.profile-section__box figure {
  width: 100%;
  max-width: 90px;
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media only screen and (min-width: 768px) {
  .profile-section__box figure {
    max-width: 200px;
    left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .profile-section__box figure {
    max-width: 263px;
    bottom: -86px;
    left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .profile-section__box figure {
    left: 90px;
  }
}
.profile-section__box figure img {
  width: 100%;
}
.profile-section__content {
  color: var(--white);
}
.profile-section__content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .profile-section__content h3 {
    font-size: 24px;
  }
}
.profile-section__content .btn, .profile-section__content .btn--second, .profile-section__content .btn--green, .profile-section__content .btn-outline {
  margin-top: 24px;
}

.box-triangle {
  border: 2px solid var(--primary);
  background: #F8FFFB;
  position: relative;
  padding: 46px 30px 36px;
  text-align: center;
  max-width: 1030px;
  margin-inline: auto;
}
.box-triangle::before, .box-triangle::after {
  content: "";
  position: absolute;
  background: var(--primary);
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .box-triangle::before, .box-triangle::after {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .box-triangle::before, .box-triangle::after {
    width: 150px;
    height: 150px;
  }
}
.box-triangle::before {
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.box-triangle::after {
  right: -1px;
  bottom: -1px;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.box-triangle .section-heading {
  margin-bottom: 17px;
}
.box-triangle p {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .box-triangle p {
    margin-bottom: 32px;
  }
}
.box-triangle p:last-of-type {
  margin-bottom: 0;
}
.box-triangle .btn, .box-triangle .btn--second, .box-triangle .btn--green, .box-triangle .btn-outline {
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .box-triangle .btn, .box-triangle .btn--second, .box-triangle .btn--green, .box-triangle .btn-outline {
    min-width: 290px;
  }
}

.protected-section figure {
  border: 6px solid var(--white);
}
@media only screen and (min-width: 768px) {
  .protected-section figure {
    border-width: 10px;
  }
}
.protected-section figure img {
  width: 100%;
}
.protected-section__content {
  color: var(--white);
  margin: 10px auto 0;
  max-width: 362px;
}
.protected-section__content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  line-height: 1.6;
  margin: 0 0 4px;
}

.content-image__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .content-image__inner {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .content-image__inner {
    gap: 32px 65px;
  }
}
.content-image__inner figure {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-image__inner figure {
    width: calc(50% - 32px);
  }
}
@media only screen and (min-width: 992px) {
  .content-image__inner figure {
    width: calc(50% - 65px);
  }
}
.content-image__inner figure img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-image__content {
    width: 50%;
  }
}
.content-image__content .btn, .content-image__content .btn--second, .content-image__content .btn--green, .content-image__content .btn-outline {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .content-image__content .btn, .content-image__content .btn--second, .content-image__content .btn--green, .content-image__content .btn-outline {
    margin-top: 28px;
  }
}

.page-banner {
  min-height: 200px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-banner {
    min-height: 250px;
  }
}
.page-banner picture {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner h1 {
  position: absolute;
  padding: 0 20px 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-weight: 800;
  line-height: 1.4;
  color: var(--primary);
  margin: 0;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .page-banner h1 {
    font-size: 34px;
    padding: 0 20px 23px;
  }
}
@media only screen and (min-width: 992px) {
  .page-banner h1 {
    font-size: 48px;
  }
}
.page-banner h1::after {
  content: "";
  background: url("../images/heading-line.svg") no-repeat 50% 50%/100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 8px;
}
@media only screen and (min-width: 768px) {
  .page-banner h1::after {
    width: 100px;
    height: 13px;
  }
}

.menu-scroll {
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  .menu-scroll {
    padding-block: 80px 64px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-scroll {
    padding-block: 100px 64px;
  }
}
.menu-scroll__inner {
  overflow-x: auto;
  margin-inline: -20px;
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .menu-scroll__inner {
    margin-inline: 0;
    padding-inline: 0;
  }
}
.menu-scroll__inner ul {
  display: flex;
  gap: 32px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .menu-scroll__inner ul li {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.menu-scroll__inner ul li a {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: var(--second);
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 16px;
  min-width: 160px;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .menu-scroll__inner ul li a {
    font-size: 18px;
    padding: 13px;
  }
}

.introduction-section__inner {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
@media only screen and (min-width: 768px) {
  .introduction-section__inner {
    flex-direction: row;
  }
}
.introduction-section__inner picture {
  display: block;
}
@media only screen and (min-width: 768px) {
  .introduction-section__inner picture {
    width: 35%;
  }
}
.introduction-section__inner picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .introduction-section__content {
    width: 65%;
    padding-left: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .introduction-section__content {
    padding-left: 84px;
  }
}
.introduction-section__content h2 {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 2px;
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .introduction-section__content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .introduction-section__content h2 {
    font-size: 40px;
  }
}
.introduction-section__content h2 small {
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .introduction-section__content h2 small {
    font-size: 18px;
  }
}
.introduction-section__content ul {
  color: var(--white);
  line-height: 1.6;
}
.introduction-section__content ul li {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.introduction-section__content ul li:first-child {
  border-top: 1px solid #D9D9D9;
}
.introduction-section__content ul li h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  width: 100px;
  padding-right: 20px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .introduction-section__content ul li h3 {
    width: 135px;
  }
}
.introduction-section__content ul li > div {
  width: calc(100% - 100px);
}
@media only screen and (min-width: 768px) {
  .introduction-section__content ul li > div {
    width: calc(100% - 135px);
  }
}

.career-history__inner {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
@media only screen and (min-width: 768px) {
  .career-history__inner {
    flex-direction: row;
  }
}
.career-history__inner picture {
  display: block;
}
@media only screen and (min-width: 768px) {
  .career-history__inner picture {
    width: 35%;
    order: 2;
  }
}
.career-history__inner picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .career-history__content {
    width: 65%;
    padding-right: 40px;
  }
}
.career-history__content ul {
  line-height: 1.6;
  font-weight: 400;
}
.career-history__content ul li {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.career-history__content ul li:first-child {
  border-top: 1px solid #D9D9D9;
}
.career-history__content ul li h3 {
  margin: 0;
  font-size: 18px;
  padding-right: 20px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .career-history__content ul li h3 {
    width: 135px;
  }
}
.career-history__content ul li > div {
  width: calc(100% - 100px);
}
@media only screen and (min-width: 768px) {
  .career-history__content ul li > div {
    width: calc(100% - 135px);
  }
}

.profile-position {
  line-height: 2;
}

.profile-resume__section {
  background: var(--primary);
  color: var(--white);
  position: relative;
}
.profile-resume__section picture {
  position: absolute;
  bottom: 100%;
  display: block;
  max-width: 130px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .profile-resume__section picture {
    max-width: 260px;
    right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .profile-resume__section picture {
    max-width: 329px;
    right: 130px;
  }
}
.profile-resume__section picture img {
  width: 100%;
}
.profile-resume__section + .profile-resume__section {
  margin-top: 88px;
}
.profile-resume__section + .profile-resume__section::before {
  content: "";
  width: 34px;
  height: 25px;
  background: url("../images/arrow-down-yellow.svg") no-repeat 0 0/100%;
  position: absolute;
  left: 50%;
  top: -57px;
  transform: translateX(-50%);
}
.profile-resume__section h3 {
  background: var(--green-light);
  padding: 16px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .profile-resume__section h3 {
    padding: 18px 40px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .profile-resume__section h3 {
    padding: 20px 80px;
  }
}
.profile-resume__section h3 strong {
  font-weight: 800;
  margin-right: 20px;
}
.profile-resume__section--content {
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .profile-resume__section--content {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .profile-resume__section--content {
    padding: 50px 80px;
  }
}
.profile-resume__section--content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .profile-resume__section--content h4 {
    margin: 0 0 38px;
  }
}
.profile-resume__section--content .btn--second {
  margin-bottom: 24px;
  min-width: 150px;
}
@media only screen and (min-width: 768px) {
  .profile-resume__section--content .btn--second {
    margin-bottom: 38px;
  }
}
.profile-resume__section--content p small {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .profile-resume__section--content p small {
    font-size: 15px;
  }
}
.profile-resume__section--images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.profile-resume__section--images img {
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .profile-resume__section--images img {
    width: 200px;
  }
}

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