@charset "UTF-8";
/* 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, 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; }

/*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; }

html {
  font-size: 62.5%; }

body {
  color: #111;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2.2;
  position: relative;
  -webkit-text-size-adjust: 100%;
  z-index: 0; }
  @media screen and (max-width: 1080px) {
    body {
      font-size: 1.5rem;
      line-height: 1.9; } }
  body img {
    display: block; }
  body a {
    text-decoration: none;
    word-break: break-word; }
    body a:hover {
      opacity: .8;
      transition: 0.3s ease-in-out; }
    body a img:hover {
      opacity: .8;
      transition: 0.3s ease-in-out; }
  @media (min-width: 767px) {
    body a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }
  body .fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s; }
    body .fadein.fadein-left {
      transform: translate(-30px, 0); }
    body .fadein.fadein-right {
      transform: translate(30px, 0); }
    body .fadein.fadein-up {
      transform: translate(0, -30px); }
    body .fadein.fadein-bottom {
      transform: translate(0, 30px); }
    body .fadein.scrollin {
      opacity: 1 !important;
      transform: translate(0, 0) !important; }
  body .feed-powered-by-es-feed-img {
    bottom: -10px !important; }
  body a.feed-powered-by-es.feed-powered-by-es-center {
    display: none !important; }
  body .es-page-list {
    margin: 0 !important; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

.pc-s {
  display: block; }
  @media screen and (max-width: 460px) {
    .pc-s {
      display: none; } }

.tab {
  display: none; }
  @media screen and (max-width: 1330px) {
    .tab {
      display: block; } }

.sp-s {
  display: none; }
  @media screen and (max-width: 460px) {
    .sp-s {
      display: block; } }

.sp-ss {
  display: none; }
  @media screen and (max-width: 380px) {
    .sp-ss {
      display: block; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #403999;
  height: 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 0 10px 30px;
  box-sizing: border-box;
  /* 背景スクロールを止めるクラス */ }
  @media screen and (max-width: 1080px) {
    header {
      flex-wrap: wrap;
      padding: 10px 0 10px 10px; } }
  header .logo-header {
    max-width: 440px; }
    header .logo-header h1, header .logo-header p {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      header .logo-header h1 img, header .logo-header p img {
        width: 116px;
        height: auto; }
        @media screen and (max-width: 460px) {
          header .logo-header h1 img, header .logo-header p img {
            width: 80px; } }
      header .logo-header h1 span, header .logo-header p span {
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #fff;
        padding-left: 15px;
        font-size: 2.2rem;
        letter-spacing: 1.2px;
        line-height: 1; }
        @media screen and (max-width: 1080px) {
          header .logo-header h1 span, header .logo-header p span {
            font-size: 1.8rem; } }
        @media screen and (max-width: 460px) {
          header .logo-header h1 span, header .logo-header p span {
            font-size: 1.7rem;
            line-height: 1.4;
            display: block; } }
        header .logo-header h1 span a, header .logo-header p span a {
          color: #fff; }
  header .gnavi-pc {
    height: auto;
    z-index: 100; }
    @media screen and (max-width: 1080px) {
      header .gnavi-pc {
        display: none; } }
    header .gnavi-pc ul {
      background-color: #fff;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      padding: 4px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      header .gnavi-pc ul li {
        font-size: 2rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 700;
        font-style: normal;
        margin-right: 20px; }
        header .gnavi-pc ul li a {
          color: #403999;
          padding: 3px 6px; }
          header .gnavi-pc ul li a span::after {
            font-family: "Font Awesome 6 Free";
            content: "\f35a";
            color: #403999;
            padding-left: 10px;
            font-size: 2rem;
            display: inline-block;
            font-weight: 400; }
        header .gnavi-pc ul li:last-of-type {
          margin-right: 0; }
          header .gnavi-pc ul li:last-of-type a {
            width: 94px;
            height: 30px;
            line-height: 30px;
            border: 2px solid #403999;
            font-size: 1.9rem;
            display: block;
            text-align: center;
            border-radius: 5px;
            padding: 0; }
            header .gnavi-pc ul li:last-of-type a:hover {
              background-color: #403999;
              color: #fff;
              opacity: 1; }
            header .gnavi-pc ul li:last-of-type a span::after {
              display: none; }
  header .no-scroll {
    overflow: hidden;
    height: 100%; }
  header .gnavi-sp {
    display: none; }
  header .openbtn {
    display: none; }
  @media screen and (max-width: 1080px) {
    header {
      /*×に変化*/ }
      header .gnavi-sp {
        display: block;
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 77px;
        left: 0;
        width: 100%;
        background-color: #403999;
        transition: all 0.3s; }
        header .gnavi-sp ul {
          width: auto;
          margin: 40px 30px;
          padding-bottom: 200px;
          display: none;
          z-index: 999; }
          header .gnavi-sp ul li {
            list-style: none;
            text-align: left;
            font-family: "Zen Maru Gothic", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.8rem; }
            header .gnavi-sp ul li a {
              color: #fff;
              text-decoration: none;
              margin: 0 0 40px;
              display: block;
              letter-spacing: 1.2px;
              line-height: 1; }
              header .gnavi-sp ul li a span::after {
                font-family: "Font Awesome 6 Free";
                content: "\f35a";
                color: #fff;
                padding-left: 10px;
                font-size: 2rem;
                display: inline-block;
                font-weight: 400; }
            header .gnavi-sp ul li:last-of-type a {
              height: 40px;
              line-height: 40px;
              border: 2px solid #fff;
              font-size: 1.8rem;
              text-align: center;
              border-radius: 5px; }
              header .gnavi-sp ul li:last-of-type a span::after {
                display: none; }
      header .gnavi-sp.panelactive {
        opacity: 1;
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: #403999;
        -webkit-overflow-scrolling: touch; }
        header .gnavi-sp.panelactive ul {
          display: block !important; }
      header .openbtn {
        display: block;
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 22px;
        right: 3%;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #fff;
        background-color: #fff; } }
    @media screen and (max-width: 1080px) and (max-width: 1080px) {
      header .openbtn {
        top: 13px; } }
  @media screen and (max-width: 1080px) {
      header .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #403999;
        width: 48%; }
      header .openbtn span:nth-of-type(1) {
        top: 21px; }
      header .openbtn span:nth-of-type(2) {
        top: 27px; }
      header .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 48%; }
      header .openbtn.active span:nth-of-type(2) {
        top: 30px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 48%; } }

.english header {
  /* 背景スクロールを止めるクラス */ }
  .english header .logo-header {
    max-width: 600px; }
    .english header .logo-header h1 span, .english header .logo-header p span {
      font-size: 1.8rem;
      line-height: 1.3; }
      @media screen and (max-width: 1080px) {
        .english header .logo-header h1 span, .english header .logo-header p span {
          font-size: 1.7rem; } }
      @media screen and (max-width: 460px) {
        .english header .logo-header h1 span, .english header .logo-header p span {
          font-size: 1.4rem;
          line-height: 1.2; } }
  .english header .gnavi-pc {
    height: auto;
    z-index: 100; }
    @media screen and (max-width: 1080px) {
      .english header .gnavi-pc {
        display: none; } }
    .english header .gnavi-pc ul {
      background-color: #fff;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      padding: 4px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      .english header .gnavi-pc ul li {
        font-size: 2rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 700;
        font-style: normal;
        margin-right: 20px; }
        .english header .gnavi-pc ul li a {
          color: #403999;
          padding: 3px 6px; }
          .english header .gnavi-pc ul li a span::after {
            font-family: "Font Awesome 6 Free";
            content: "\f35a";
            color: #403999;
            padding-left: 10px;
            font-size: 2rem;
            display: inline-block;
            font-weight: 400; }
        .english header .gnavi-pc ul li:last-of-type {
          margin-right: 0; }
          .english header .gnavi-pc ul li:last-of-type a {
            width: 94px;
            height: 30px;
            line-height: 30px;
            border: 2px solid #403999;
            font-size: 1.9rem;
            display: block;
            text-align: center;
            border-radius: 5px;
            padding: 0; }
            .english header .gnavi-pc ul li:last-of-type a:hover {
              background-color: #403999;
              color: #fff;
              opacity: 1; }
            .english header .gnavi-pc ul li:last-of-type a span::after {
              display: none; }
  .english header .no-scroll {
    overflow: hidden;
    height: 100%; }
  .english header .gnavi-sp {
    display: none; }
  .english header .openbtn {
    display: none; }
  @media screen and (max-width: 1080px) {
    .english header {
      /*×に変化*/ }
      .english header .gnavi-sp {
        display: block;
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 77px;
        left: 0;
        width: 100%;
        background-color: #403999;
        transition: all 0.3s; }
        .english header .gnavi-sp ul {
          width: auto;
          margin: 40px 30px;
          padding-bottom: 200px;
          display: none;
          z-index: 999; }
          .english header .gnavi-sp ul li {
            list-style: none;
            text-align: left;
            font-family: "Zen Maru Gothic", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.8rem; }
            .english header .gnavi-sp ul li a {
              color: #fff;
              text-decoration: none;
              margin: 0 0 40px;
              display: block;
              letter-spacing: 1.2px;
              line-height: 1; }
              .english header .gnavi-sp ul li a span::after {
                font-family: "Font Awesome 6 Free";
                content: "\f35a";
                color: #fff;
                padding-left: 10px;
                font-size: 2rem;
                display: inline-block;
                font-weight: 400; }
            .english header .gnavi-sp ul li:last-of-type a {
              height: 40px;
              line-height: 40px;
              border: 2px solid #fff;
              font-size: 1.8rem;
              text-align: center;
              border-radius: 5px; }
              .english header .gnavi-sp ul li:last-of-type a span::after {
                display: none; }
      .english header .gnavi-sp.panelactive {
        opacity: 1;
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: #403999;
        -webkit-overflow-scrolling: touch; }
        .english header .gnavi-sp.panelactive ul {
          display: block !important; }
      .english header .openbtn {
        display: block;
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 22px;
        right: 3%;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #fff;
        background-color: #fff; } }
    @media screen and (max-width: 1080px) and (max-width: 1080px) {
      .english header .openbtn {
        top: 13px; } }
  @media screen and (max-width: 1080px) {
      .english header .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #403999;
        width: 48%; }
      .english header .openbtn span:nth-of-type(1) {
        top: 21px; }
      .english header .openbtn span:nth-of-type(2) {
        top: 27px; }
      .english header .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 48%; }
      .english header .openbtn.active span:nth-of-type(2) {
        top: 30px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 48%; } }

body.about header .gnavi-pc ul li.nav-about a, body.survey header .gnavi-pc ul li.nav-survey a, body.top header .gnavi-pc ul li.nav-top a, body.english header .gnavi-pc ul li.nav-english a, body.about header .gnavi-sp ul li.nav-about a, body.survey header .gnavi-sp ul li.nav-survey a, body.top header .gnavi-sp ul li.nav-top a, body.english header .gnavi-sp ul li.nav-english a {
  color: #fff;
  padding: 3px 6px;
  background-color: #403999;
  border-radius: 5px; }
  @media screen and (max-width: 1080px) {
    body.about header .gnavi-pc ul li.nav-about a, body.survey header .gnavi-pc ul li.nav-survey a, body.top header .gnavi-pc ul li.nav-top a, body.english header .gnavi-pc ul li.nav-english a, body.about header .gnavi-sp ul li.nav-about a, body.survey header .gnavi-sp ul li.nav-survey a, body.top header .gnavi-sp ul li.nav-top a, body.english header .gnavi-sp ul li.nav-english a {
      border: 2px solid #fff;
      padding: 10px;
      background-color: #fff;
      color: #403999; } }
  body.about header .gnavi-pc ul li.nav-about a span::after, body.survey header .gnavi-pc ul li.nav-survey a span::after, body.top header .gnavi-pc ul li.nav-top a span::after, body.english header .gnavi-pc ul li.nav-english a span::after, body.about header .gnavi-sp ul li.nav-about a span::after, body.survey header .gnavi-sp ul li.nav-survey a span::after, body.top header .gnavi-sp ul li.nav-top a span::after, body.english header .gnavi-sp ul li.nav-english a span::after {
    color: #fff; }
    @media screen and (max-width: 1080px) {
      body.about header .gnavi-pc ul li.nav-about a span::after, body.survey header .gnavi-pc ul li.nav-survey a span::after, body.top header .gnavi-pc ul li.nav-top a span::after, body.english header .gnavi-pc ul li.nav-english a span::after, body.about header .gnavi-sp ul li.nav-about a span::after, body.survey header .gnavi-sp ul li.nav-survey a span::after, body.top header .gnavi-sp ul li.nav-top a span::after, body.english header .gnavi-sp ul li.nav-english a span::after {
        display: none; } }
body.about header .gnavi-pc ul li.nav-about:last-of-type a, body.survey header .gnavi-pc ul li.nav-survey:last-of-type a, body.top header .gnavi-pc ul li.nav-top:last-of-type a, body.english header .gnavi-pc ul li.nav-english:last-of-type a, body.about header .gnavi-sp ul li.nav-about:last-of-type a, body.survey header .gnavi-sp ul li.nav-survey:last-of-type a, body.top header .gnavi-sp ul li.nav-top:last-of-type a, body.english header .gnavi-sp ul li.nav-english:last-of-type a {
  padding: 0;
  background-color: #403999;
  color: #fff; }
  @media screen and (max-width: 1080px) {
    body.about header .gnavi-pc ul li.nav-about:last-of-type a, body.survey header .gnavi-pc ul li.nav-survey:last-of-type a, body.top header .gnavi-pc ul li.nav-top:last-of-type a, body.english header .gnavi-pc ul li.nav-english:last-of-type a, body.about header .gnavi-sp ul li.nav-about:last-of-type a, body.survey header .gnavi-sp ul li.nav-survey:last-of-type a, body.top header .gnavi-sp ul li.nav-top:last-of-type a, body.english header .gnavi-sp ul li.nav-english:last-of-type a {
      background-color: #fff;
      color: #403999; } }

main {
  padding: 77px 0 80px; }
  @media screen and (max-width: 1080px) {
    main {
      padding: 77px 0 40px; } }
  main img {
    width: 100%;
    max-width: 1475px;
    height: auto;
    display: block;
    text-align: center;
    margin: 20px auto 0; }
  main .lead {
    width: 950px;
    margin: 0 auto;
    border: 5px solid #403999;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 1080px) {
      main .lead {
        width: auto;
        margin: 0 20px;
        padding: 20px; } }
    main .lead p {
      color: #403999;
      font-size: 2.6rem;
      text-align: center;
      line-height: 2;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 1.2px; }
      @media screen and (max-width: 1080px) {
        main .lead p {
          font-size: 1.9rem; } }
      @media screen and (max-width: 460px) {
        main .lead p {
          text-align: left; } }
      main .lead p span {
        background: linear-gradient(transparent 50%, #fff700 50%);
        padding-bottom: .2em; }
      @media screen and (max-width: 1080px) {
        main .lead p br {
          display: none; } }

#page main {
  padding-bottom: 0; }
  #page main img {
    width: 100%;
    max-width: 1314px;
    margin: 30px auto 0; }

section {
  position: relative; }
  section .bg {
    overflow: hidden;
    padding: 30px 0 0; }
    section .bg .bg-box {
      background: #f0efff;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      margin-left: -400px;
      margin-right: -400px;
      padding: 150px 400px 100px; }
      @media screen and (max-width: 1080px) {
        section .bg .bg-box {
          padding: 100px 400px 60px; } }
      section .bg .bg-box .box {
        width: 950px;
        margin: 0 auto;
        border-radius: 10px;
        background-color: #fff;
        padding: 50px 60px;
        position: relative;
        box-sizing: border-box; }
        @media screen and (max-width: 1080px) {
          section .bg .bg-box .box {
            width: auto;
            margin: 0 20px;
            padding: 40px 20px 50px; } }
        section .bg .bg-box .box::before {
          content: "";
          width: 113.18px;
          height: 167.04px;
          background-image: url(/~ebpm_center/assets/images/people-navy.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 113.18px 167.04px;
          position: absolute;
          top: -155px;
          right: 60px;
          display: inline-block; }
          @media screen and (max-width: 1080px) {
            section .bg .bg-box .box::before {
              width: 68px;
              height: 100px;
              background-size: 68px 100px;
              top: -93px;
              right: 5px; } }
        section .bg .bg-box .box .news dl {
          border-bottom: 1px solid #403999;
          padding: 30px 0;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: nowrap; }
          @media screen and (max-width: 1080px) {
            section .bg .bg-box .box .news dl {
              flex-wrap: wrap; } }
          section .bg .bg-box .box .news dl dt {
            font-size: 1.6rem;
            color: #403999;
            font-weight: bold;
            padding-right: 50px; }
            @media screen and (max-width: 1080px) {
              section .bg .bg-box .box .news dl dt {
                width: 100%;
                font-size: 1.5rem; } }
          section .bg .bg-box .box .news dl dd {
            font-size: 1.6rem; }
            @media screen and (max-width: 1080px) {
              section .bg .bg-box .box .news dl dd {
                width: 100%;
                font-size: 1.5rem; } }
            section .bg .bg-box .box .news dl dd a {
              color: #111;
              text-decoration: underline; }
              section .bg .bg-box .box .news dl dd a:hover {
                text-decoration: none; }
        section .bg .bg-box .box .people {
          border-bottom: none;
          padding: 0;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap; }
          section .bg .bg-box .box .people dt {
            width: 25%;
            font-weight: bold;
            margin-bottom: 15px;
            color: #403999; }
            @media screen and (max-width: 1080px) {
              section .bg .bg-box .box .people dt {
                width: 100%;
                margin-bottom: 10px;
                font-size: 1.5rem; } }
            section .bg .bg-box .box .people dt a {
              color: #403999;
              text-decoration: underline; }
              section .bg .bg-box .box .people dt a:hover {
                text-decoration: none; }
              section .bg .bg-box .box .people dt a span::after {
                font-family: "Font Awesome 6 Free";
                content: "\f08e";
                color: #403999;
                padding-left: 10px;
                font-size: 1.6rem;
                display: inline-block;
                font-weight: 400; }
          section .bg .bg-box .box .people dd {
            width: 70%;
            margin-bottom: 15px; }
            section .bg .bg-box .box .people dd:last-of-type {
              margin-bottom: 0; }
            @media screen and (max-width: 1080px) {
              section .bg .bg-box .box .people dd {
                width: 100%;
                margin-bottom: 25px;
                font-size: 1.5rem; } }
            section .bg .bg-box .box .people dd a {
              color: #111;
              text-decoration: underline; }
              section .bg .bg-box .box .people dd a:hover {
                text-decoration: none; }
        section .bg .bg-box .box ul li {
          list-style: disc;
          list-style-position: inside;
          text-indent: -1em;
          padding-left: 1em; }
        section .bg .bg-box .box p {
          font-size: 1.6rem;
          margin-bottom: 20px; }
          @media screen and (max-width: 1080px) {
            section .bg .bg-box .box p {
              font-size: 1.5rem; } }
          section .bg .bg-box .box p span {
            color: #403999;
            font-weight: bold; }
          section .bg .bg-box .box p b {
            border-bottom: 2px solid #403999;
            padding-bottom: 2px; }
          section .bg .bg-box .box p i {
            font-style: italic; }
          section .bg .bg-box .box p strong {
            font-weight: bold;
            color: crimson; }
        section .bg .bg-box .box h2 {
          font-size: 9rem;
          font-family: "Zen Maru Gothic", sans-serif;
          font-weight: 700;
          font-style: normal;
          color: #403999;
          letter-spacing: .9px;
          position: absolute;
          top: -230px;
          left: 0; }
          @media screen and (max-width: 1080px) {
            section .bg .bg-box .box h2 {
              font-size: 4rem;
              top: -130px; } }
          section .bg .bg-box .box h2 span {
            font-size: 3rem; }
            @media screen and (max-width: 1080px) {
              section .bg .bg-box .box h2 span {
                font-size: 1.6rem;
                display: block;
                line-height: 1; } }
        section .bg .bg-box .box .att {
          font-size: 1.3rem;
          line-height: 1.9;
          margin-top: 30px; }
      section .bg .bg-box .pagetop-sp {
        display: none; }
        @media screen and (max-width: 1080px) {
          section .bg .bg-box .pagetop-sp {
            display: block; }
            section .bg .bg-box .pagetop-sp a {
              margin: 40px auto 0;
              display: block;
              text-align: center; }
              section .bg .bg-box .pagetop-sp a span {
                font-family: "Zen Maru Gothic", sans-serif;
                font-weight: 700;
                font-style: normal;
                color: #403999;
                font-size: 2.1rem;
                letter-spacing: 1.3px; }
              section .bg .bg-box .pagetop-sp a::before {
                font-family: "Font Awesome 6 Free";
                content: "\f35b";
                color: #403999;
                padding-right: 10px;
                font-size: 2rem;
                display: inline-block;
                font-weight: 400; } }

#page section .bg .bg-box .box h1 {
  font-size: 9rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #403999;
  letter-spacing: 2px;
  position: absolute;
  top: -220px;
  left: 0; }
  @media screen and (max-width: 1080px) {
    #page section .bg .bg-box .box h1 {
      font-size: 4rem;
      top: -130px; } }
  #page section .bg .bg-box .box h1 span {
    font-size: 3rem; }
    @media screen and (max-width: 1080px) {
      #page section .bg .bg-box .box h1 span {
        font-size: 1.6rem;
        display: block;
        line-height: 1; } }
#page section .bg .bg-box .box h2 {
  font-size: 2.8rem;
  position: static;
  margin: 50px 0 40px;
  line-height: 1.5; }
  @media screen and (max-width: 1080px) {
    #page section .bg .bg-box .box h2 {
      font-size: 2rem;
      margin: 40px 0 30px; } }
  #page section .bg .bg-box .box h2:first-of-type {
    margin: 0 0 40px; }
    @media screen and (max-width: 1080px) {
      #page section .bg .bg-box .box h2:first-of-type {
        font-size: 2rem;
        margin: 0 0 30px; } }
  #page section .bg .bg-box .box h2::before {
    font-family: "Font Awesome 6 Free";
    content: "\e473";
    color: #403999;
    padding-right: 15px;
    font-size: 4rem;
    display: inline-block;
    font-weight: 900; }
    @media screen and (max-width: 1080px) {
      #page section .bg .bg-box .box h2::before {
        font-size: 3.5rem; } }

.about section .bg .bg-box {
  margin-left: -600px;
  margin-right: -600px;
  padding: 150px 600px 100px; }
  @media screen and (max-width: 1080px) {
    .about section .bg .bg-box {
      padding: 100px 600px 60px; } }

.survey section .bg .bg-box {
  margin-left: -800px;
  margin-right: -800px;
  padding: 150px 800px 100px; }
  @media screen and (max-width: 1080px) {
    .survey section .bg .bg-box {
      padding: 100px 800px 60px; } }

.english section .bg .bg-box {
  margin-left: -900px;
  margin-right: -900px;
  padding: 150px 900px 100px; }
  @media screen and (max-width: 1080px) {
    .english section .bg .bg-box {
      padding: 100px 900px 60px; } }

@media screen and (max-width: 1080px) {
  .english section h1 {
    font-size: 5rem !important; } }

.btn a {
  background-color: #403999;
  border: 2px solid #403999;
  border-radius: 90px;
  max-width: 260px;
  width: 100%;
  height: 50px;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 1.1px;
  padding: 13px 0 0 70px;
  color: #fff;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  margin: 40px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal; }
  @media screen and (max-width: 1080px) {
    .btn a {
      margin: 40px auto 0;
      padding: 13px 0 0 80px; } }
  .btn a:hover {
    background-color: #fff;
    color: #403999;
    opacity: 1; }
    .btn a:hover::after {
      color: #403999; }
  .btn a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f35a";
    color: #fff;
    padding-left: 50px;
    font-size: 1.9rem;
    display: inline-block;
    font-weight: 400; }
    @media screen and (max-width: 1080px) {
      .btn a::after {
        padding-left: 40px; } }

.btn-txt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal; }
  .btn-txt a {
    margin: 40px 0 0; }
    @media screen and (max-width: 1080px) {
      .btn-txt a {
        margin: 40px auto 0; } }
    .btn-txt a span {
      font-size: 1.8rem;
      color: #403999;
      font-weight: bold;
      letter-spacing: 1.2px; }
      .btn-txt a span::after {
        font-family: "Font Awesome 6 Free";
        content: "\f35a";
        color: #403999;
        padding-left: 10px;
        font-size: 2rem;
        display: inline-block;
        font-weight: 400; }

footer {
  background-color: #403999;
  height: 335px;
  position: relative;
  padding: 60px 0 50px 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 1080px) {
    footer {
      height: auto;
      padding: 60px 0 20px; } }
  footer::before {
    content: "";
    width: 111.83px;
    height: 168.36px;
    background-image: url(/~ebpm_center/assets/images/people-yellow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 111.83px 168.36px;
    position: absolute;
    top: -155px;
    left: 60px;
    display: inline-block; }
    @media screen and (max-width: 1080px) {
      footer::before {
        width: 68px;
        height: 102px;
        background-size: 68px 102px;
        top: -96px;
        left: 20px; } }
  footer .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 20px; }
    @media screen and (max-width: 1080px) {
      footer .box {
        justify-content: center;
        flex-wrap: wrap; } }
    footer .box .contact {
      color: #fff; }
      @media screen and (max-width: 1080px) {
        footer .box .contact {
          text-align: center;
          order: 2;
          margin-bottom: 40px; } }
      footer .box .contact p:nth-of-type(1) {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 10px;
        letter-spacing: 1.2px; }
        @media screen and (max-width: 1080px) {
          footer .box .contact p:nth-of-type(1) {
            font-size: 2rem;
            line-height: 1.7; } }
        footer .box .contact p:nth-of-type(1)::before {
          font-family: "Font Awesome 6 Free";
          content: "\f0e0";
          color: #fff;
          padding-right: 10px;
          font-size: 2.2rem;
          display: inline-block;
          font-weight: 400; }
      footer .box .contact p:nth-of-type(2) {
        font-size: 1.6rem;
        line-height: 1.5; }
        @media screen and (max-width: 1080px) {
          footer .box .contact p:nth-of-type(2) {
            font-size: 1.5rem;
            line-height: 1.7; } }
      footer .box .contact p:nth-of-type(3) {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-top: 20px; }
        @media screen and (max-width: 1080px) {
          footer .box .contact p:nth-of-type(3) {
            font-size: 1.2rem;
            line-height: 1.7; } }
      footer .box .contact address {
        font-size: 2rem;
        text-decoration: underline;
        margin-bottom: 10px; }
        @media screen and (max-width: 1080px) {
          footer .box .contact address {
            font-size: 1.7rem; } }
    footer .box ul {
      width: 405px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 1080px) {
        footer .box ul {
          width: auto;
          justify-content: center;
          order: 1;
          margin-bottom: 40px; } }
      footer .box ul li {
        font-size: 1.6rem;
        margin-right: 20px; }
        @media screen and (max-width: 1080px) {
          footer .box ul li {
            font-size: 1.5rem;
            margin-bottom: 10px; } }
        footer .box ul li a {
          color: #fff; }
          footer .box ul li a span::after {
            font-family: "Font Awesome 6 Free";
            content: "\f35a";
            color: #fff;
            padding-left: 10px;
            font-size: 1.9rem;
            display: inline-block;
            font-weight: 400; }
            @media screen and (max-width: 1080px) {
              footer .box ul li a span::after {
                font-size: 1.6rem; } }
      footer .box ul:nth-of-type(3), footer .box ul:nth-of-type(4) {
        font-size: 1.5rem; }
        @media screen and (max-width: 1080px) {
          footer .box ul:nth-of-type(3), footer .box ul:nth-of-type(4) {
            font-size: 1.5rem; } }
        footer .box ul:nth-of-type(3) a span::after, footer .box ul:nth-of-type(4) a span::after {
          font-size: 1.6rem; }
          @media screen and (max-width: 1080px) {
            footer .box ul:nth-of-type(3) a span::after, footer .box ul:nth-of-type(4) a span::after {
              font-size: 1.5rem; } }
  footer .logo-footer {
    position: absolute;
    right: 0;
    bottom: 85px;
    max-width: 560px;
    height: 90px;
    box-sizing: border-box;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1080px) {
      footer .logo-footer {
        position: static;
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        padding: 10px 20px 20px;
        flex-wrap: wrap; } }
    footer .logo-footer img {
      width: 162px;
      height: auto; }
    footer .logo-footer span {
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #111;
      padding-left: 15px;
      font-size: 2.2rem;
      letter-spacing: 1px;
      line-height: 1; }
      @media screen and (max-width: 1080px) {
        footer .logo-footer span {
          font-size: 2rem; } }
      footer .logo-footer span a {
        color: #111; }
  footer .copy {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    margin-top: 118px; }
    @media screen and (max-width: 1080px) {
      footer .copy {
        margin-top: 50px;
        font-size: 1rem;
        line-height: 1.8;
        padding: 0 20px; } }

.english footer .box ul {
  width: 350px; }
  @media screen and (max-width: 1080px) {
    .english footer .box ul {
      width: 100%; } }
.english footer .box .contact address {
  font-size: 1.6rem;
  text-decoration: none; }
  @media screen and (max-width: 1080px) {
    .english footer .box .contact address {
      font-size: 1.6rem; } }
.english footer .logo-footer span {
  font-size: 1.7rem;
  line-height: 1.4; }
  @media screen and (max-width: 1080px) {
    .english footer .logo-footer span {
      font-size: 1.6rem;
      text-align: center; } }
.english footer .copy {
  margin-top: 75px; }
  @media screen and (max-width: 1080px) {
    .english footer .copy {
      margin-top: 50px; } }

.pagetop {
  position: fixed;
  right: 2%;
  bottom: 43%; }
  @media screen and (max-width: 1080px) {
    .pagetop {
      display: none !important; } }
  .pagetop a span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #403999;
    font-size: 2.1rem;
    letter-spacing: 1.3px; }
  .pagetop a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f35b";
    color: #403999;
    padding-right: 10px;
    font-size: 2rem;
    display: inline-block;
    font-weight: 400; }

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

.pt0 {
  padding-top: 0 !important; }

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