@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,700;1,700;0,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@media all and (max-width: 960px) {
  .pc {
    display: none; } }

.tablet {
  display: none; }
  @media all and (max-width: 960px) {
    .tablet {
      display: block; } }

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

html {
  font-size: 62.5%;
  font-family: "Barlow", "Noto Sans JP",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400; }

body {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  overflow-x: hidden; }
  @media all and (max-width: 960px) {
    body {
      font-size: 1.4rem; } }

body.fixed {
  position: fixed;
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 80px;
  width: 100%;
  background: white;
  padding: 20px 30px;
  box-sizing: border-box;
  transition: all .2s ease-in-out; }
  @media all and (max-width: 960px) {
    #header {
      padding: 15px 15px;
      height: 55px; } }
  @media all and (max-width: 320px) {
    #header {
      padding: 20px 0 0 15px; } }
  #header.top {
    background: none; }
  #page #header {
    background: white; }

#logo {
  position: relative;
  z-index: 3; }
  #logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 310px; }
    @media all and (max-width: 960px) {
      #logo a {
        width: 220px; } }
  #logo img {
    display: block;
    width: 176px;
    margin: 0 15px 0 0; }
    @media all and (max-width: 960px) {
      #logo img {
        width: 120px;
        margin: 0 10px 0 0; } }
    @media all and (max-width: 320px) {
      #logo img {
        width: 80px; } }
  #logo div {
    font-size: 2.2rem;
    margin-top: -15px; }
    @media all and (max-width: 960px) {
      #logo div {
        font-size: 1.6rem;
        margin-top: -10px; } }
    @media all and (max-width: 520px) {
      #logo div {
        font-size: 1.5rem;
        margin-top: -10px;
        margin-left: -3px; } }
    #logo div span {
      display: block;
      line-height: 1.2em;
      font-weight: 500; }
      @media all and (max-width: 960px) {
        #logo div span {
          letter-spacing: 0; } }
  #logo a {
    vertical-align: middle;
    text-decoration: none;
    color: #000; }

#pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000; }
  @media all and (max-width: 960px) {
    #pagetop {
      bottom: 10px;
      right: 10px; } }

#pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  transition: all .2s ease-in-out;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 300;
  background: url("../images/pagetop.svg") no-repeat center center;
  background-size: 20px auto; }
  @media all and (max-width: 960px) {
    #pagetop a {
      width: 55px;
      height: 55px;
      background-color: rgba(255, 255, 255, 0.5); } }
  #pagetop a:hover {
    background-color: rgba(255, 255, 255, 0.5); }

#entry {
  display: block;
  width: 110px;
  position: fixed;
  top: 20px;
  right: 75px;
  background: #0099ff;
  text-decoration: none;
  color: #fff;
  text-align: center;
  z-index: 101;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 0 8px; }
  @media all and (max-width: 960px) {
    #entry {
      width: 90px;
      top: 12px;
      right: 48px;
      padding: 7px 0 5px; } }
  @media all and (max-width: 520px) {
    #entry {
      width: 60px;
      top: 13px;
      right: 44px;
      font-size: 1.6rem; } }

#nav {
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  top: 14px;
  right: 5px;
  z-index: 101;
  transition: all .2s ease-in-out;
  width: 70px;
  height: 50px; }
  @media all and (max-width: 960px) {
    #nav {
      top: 3px;
      right: 3px;
      width: 56px; } }
  @media all and (max-width: 520px) {
    #nav {
      width: 54px; } }
  @media all and (max-width: 320px) {
    #nav {
      right: 0px; } }
  #nav.show {
    visibility: visible;
    opacity: 1; }
  @media all and (max-width: 960px) {
    #nav {
      visibility: visible;
      opacity: 1; } }
  #nav span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 21px;
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 2px; }
  #nav span:nth-of-type(1) {
    top: 10px; }
  #nav span:nth-of-type(2) {
    top: 23px; }
  #nav span:nth-of-type(3) {
    top: 36px; }
  @media all and (max-width: 960px) {
    #nav span {
      width: 25px; }
    #nav span:nth-of-type(1) {
      top: 13px; }
    #nav span:nth-of-type(2) {
      top: 23px; }
    #nav span:nth-of-type(3) {
      top: 33px; } }
  #nav:hover span {
    background-color: #004ea2; }
  #nav.active {
    background: none;
    display: block; }
    #nav.active span:nth-of-type(1) {
      transform: translateY(13px) rotate(-45deg); }
    #nav.active span:nth-of-type(2) {
      opacity: 0; }
    #nav.active span:nth-of-type(3) {
      transform: translateY(-13px) rotate(45deg); }
    @media all and (max-width: 960px) {
      #nav.active span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg); }
      #nav.active span:nth-of-type(3) {
        transform: translateY(-10px) rotate(45deg); } }
    #nav.active span {
      background-color: #fff; }

#gnav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  color: #000;
  transition: all 0.2s ease-in-out;
  overflow: auto; }
  @media all and (max-width: 960px) {
    #gnav {
      display: block; } }
  #gnav > div {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 78, 162, 0.9);
    height: 100%;
    width: 900px;
    padding: 100px 100px 0;
    box-sizing: border-box;
    color: #fff;
    overflow-y: auto; }
    @media all and (max-width: 960px) {
      #gnav > div {
        width: 100%;
        padding: 100px 0px 0; } }
    @media all and (max-width: 520px) {
      #gnav > div {
        width: 100%;
        padding: 80px 10px 0; } }
    @media all and (max-width: 320px) {
      #gnav > div {
        padding: 30px; } }
    #gnav > div a {
      color: #fff;
      text-decoration: none; }
    #gnav > div .sitemap {
      display: flex;
      flex-wrap: wrap;
      text-align: left;
      justify-content: space-between; }
      @media all and (max-width: 960px) {
        #gnav > div .sitemap {
          width: 650px;
          max-width: 100%;
          margin: auto; } }
    #gnav > div .corpsite {
      margin: 10px 0 0 10px; }
      @media all and (max-width: 960px) {
        #gnav > div .corpsite {
          width: 100%;
          margin: 10px 15px 0 15px; } }
      #gnav > div .corpsite ul {
        list-style: none;
        font-size: 14px; }
      #gnav > div .corpsite a[target="_blank"] {
        background: url("../images/icon_footblank.svg") no-repeat right center;
        background-size: 12px auto;
        padding-right: 17px;
        transition: all .2s ease-in-out;
        color: #fff; }
    #gnav > div .careersite {
      margin: 0 0 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 460px;
      max-width: 100%; }
      @media all and (max-width: 960px) {
        #gnav > div .careersite {
          width: 100%;
          margin: 0 15px 30px 15px; } }
      @media all and (max-width: 520px) {
        #gnav > div .careersite {
          width: calc( 100% - 30px ); } }
      #gnav > div .careersite > ul {
        list-style: none;
        width: 200px; }
        @media all and (max-width: 960px) {
          #gnav > div .careersite > ul {
            width: 45%; } }
        @media all and (max-width: 520px) {
          #gnav > div .careersite > ul {
            width: 100%; } }
        @media all and (max-width: 960px) {
          #gnav > div .careersite > ul {
            border-bottom: 1px #fff solid; } }
        #gnav > div .careersite > ul > li {
          border-top: 1px #fff solid;
          padding: 10px 0; }
          #gnav > div .careersite > ul > li:first-child {
            border-top: none; }
          #gnav > div .careersite > ul > li > a[target="_blank"] {
            background: url("../images/icon_footblank.svg") no-repeat right center;
            background-size: 12px auto;
            padding-right: 17px;
            transition: all .2s ease-in-out;
            color: #fff; }
        #gnav > div .careersite > ul ul {
          list-style: none;
          padding-top: 10px; }
        #gnav > div .careersite > ul li li {
          margin-left: 15px; }
          #gnav > div .careersite > ul li li a {
            background: none;
            padding: 0;
            position: relative;
            padding-left: 8px;
            font-size: 1.4rem; }
            #gnav > div .careersite > ul li li a:before {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              left: -10px;
              transform: translateY(-50%);
              width: 0px;
              height: 0px;
              border: 0.3em solid transparent;
              border-left: 0.4em solid #fff;
              transition: all .2s ease-in-out; }
      #gnav > div .careersite a {
        transition: all .2s ease-in-out;
        color: #fff; }
  #gnav.active {
    opacity: 1;
    visibility: visible; }
    #gnav.active ul li {
      margin-right: 0px;
      opacity: 1; }

#footer {
  z-index: 2;
  background: #004ea2;
  padding: 20px 50px 10px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media all and (max-width: 960px) {
    #footer {
      padding: 0 15px 0px; } }
  #footer .container {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 960px) {
      #footer .container {
        display: none; } }
  #footer h1 {
    margin: 15px 0 0;
    font-size: 2.2rem;
    font-weight: 500; }
    #footer h1 img {
      display: block;
      width: 180px;
      margin-bottom: 5px; }
  #footer a {
    color: #fff;
    text-decoration: none; }
  #footer .sitemap {
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between; }
  #footer .corpsite {
    margin: 10px 0 0 0px; }
    #footer .corpsite ul {
      list-style: none;
      font-size: 14px; }
    #footer .corpsite a[target="_blank"] {
      background: url("../images/icon_footblank.svg") no-repeat right center;
      background-size: 12px auto;
      padding-right: 17px;
      transition: all .2s ease-in-out;
      color: #fff; }
  #footer .careersite {
    margin: 0 0 30px;
    display: flex; }
    #footer .careersite > ul {
      list-style: none;
      width: 200px;
      padding-right: 20px;
      box-sizing: border-box;
      font-size: 1.4rem; }
      #footer .careersite > ul > li {
        border-top: 1px #fff solid;
        padding: 10px 0; }
        #footer .careersite > ul > li:first-child {
          border-top: none; }
        #footer .careersite > ul > li > a[target="_blank"] {
          background: url("../images/icon_footblank.svg") no-repeat right center;
          background-size: 12px auto;
          padding-right: 17px;
          transition: all .2s ease-in-out;
          color: #fff; }
      #footer .careersite > ul ul {
        list-style: none;
        padding-top: 10px; }
      #footer .careersite > ul li li {
        margin-left: 15px; }
        #footer .careersite > ul li li a {
          background: none;
          padding: 0;
          position: relative;
          padding-left: 8px;
          font-size: 1.4rem; }
          #footer .careersite > ul li li a:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: -10px;
            transform: translateY(-50%);
            width: 0px;
            height: 0px;
            border: 0.3em solid transparent;
            border-left: 0.4em solid #fff;
            transition: all .2s ease-in-out; }
      #footer .careersite > ul:nth-child(1) {
        margin-right: 30px; }
    #footer .careersite a {
      transition: all .2s ease-in-out;
      color: #fff; }
  #footer .copyright {
    padding: 15px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #fff; }
    @media all and (max-width: 960px) {
      #footer .copyright {
        font-size: 1.2rem; } }

#footentry {
  display: block;
  width: 160px;
  background: #0099ff;
  text-decoration: none;
  color: #fff;
  text-align: center;
  z-index: 101;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 0 8px;
  margin-bottom: 25px; }

.more {
  display: block;
  width: 130px;
  text-align: center;
  background: #000;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding: 8px 0 6px;
  position: relative;
  z-index: 2;
  transition: all .2s ease-in-out; }

a[target="_blank"] .more {
  background: #000 url("../images/icon_footblank.svg") no-repeat right 8px center;
  background-size: 12px auto;
  transition: all .2s ease-in-out;
  color: #fff; }

a {
  transition: all .2s ease-in-out; }

a:hover {
  opacity: 0.5; }

/************************************************/
main {
  display: block;
  width: 100%;
  margin: 0px auto 0;
  box-sizing: border-box; }
  main:has(.page) {
    margin: 0px auto 100px; }
  main a {
    text-decoration: none; }
  main .page a[target="_blank"] {
    background: url("../images/icon_footblank_black.svg") no-repeat right 4px center;
    background-size: 12px auto;
    padding-right: 19px;
    transition: all .2s ease-in-out;
    color: #004ea2;
    text-decoration: underline; }
    main .page a[target="_blank"]:hover {
      color: #0099ff; }
  main .page a {
    text-decoration: underline;
    color: #004ea2;
    transition: all .2s ease-in-out; }
    main .page a:hover {
      color: #0099ff; }
    main .page a[href^="tel:"] {
      pointer-events: none;
      text-decoration: none;
      color: #000; }
      @media all and (max-width: 960px) {
        main .page a[href^="tel:"] {
          pointer-events: auto;
          text-decoration: underline;
          color: #004ea2; } }

#mainv {
  position: relative;
  background: #0099ff; }
  #mainv .copy_en {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
    #mainv .copy_en img {
      display: block;
      width: 100%;
      opacity: 0.5; }
    @media all and (max-width: 960px) {
      #mainv .copy_en {
        position: static;
        padding: 0  15px 15px;
        box-sizing: border-box; } }

#mv .copybox {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 0 20px; }
  @media all and (max-width: 960px) {
    #mv .copybox {
      position: absolute;
      top: auto;
      bottom: 0;
      transform: translateY(0);
      width: 100%;
      box-sizing: border-box;
      padding: 0 0px; } }
#mv .copy {
  width: 55%;
  top: 250px;
  font-size: 6rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2; }
  @media all and (max-width: 960px) {
    #mv .copy img {
      max-width: 350px !important;
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box; } }
  #mv .copy p:nth-of-type(1) {
    display: none; }
  #mv .copy p:nth-of-type(2) {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    color: #fff; }
    @media all and (max-width: 960px) {
      #mv .copy p:nth-of-type(2) {
        font-size: 1.4rem;
        color: #fff;
        background: #0099ff;
        box-sizing: border-box;
        letter-spacing: 0.05em;
        padding: 15px 15px 10px; } }
#mv li {
  position: relative;
  height: calc( 100vh - 100vw*95/1361 );
  max-height: 800px; }
  @media all and (max-width: 960px) {
    #mv li {
      max-height: 700px; } }
  #mv li.s1 {
    background: url("../images/top/mv1.jpg") top center no-repeat;
    background-size: cover; }
    @media all and (max-width: 960px) {
      #mv li.s1 {
        background-position: top left 10%;
        background-size: cover; } }
    @media all and (max-width: 520px) {
      #mv li.s1 {
        background: url("../images/top/mv1_sp.jpg") center center no-repeat;
        background-size: cover; } }
    #mv li.s1 .copy {
      margin: 50px 0 0px auto; }
      @media all and (max-width: 960px) {
        #mv li.s1 .copy {
          width: 100%; } }
  #mv li.s2 {
    background: url("../images/top/mv2.jpg") top center no-repeat;
    background-size: cover; }
    @media all and (max-width: 960px) {
      #mv li.s2 {
        background-position: top left;
        background-size: cover; } }
    @media all and (max-width: 520px) {
      #mv li.s2 {
        background: url("../images/top/mv2_sp.jpg") center center no-repeat;
        background-size: cover; } }
    #mv li.s2 .copy {
      margin: 50px 0 0px auto; }
      @media all and (max-width: 960px) {
        #mv li.s2 .copy {
          width: 100%; } }
  #mv li.s3 {
    background: url("../images/top/mv3.jpg") top center no-repeat;
    background-size: cover; }
    @media all and (max-width: 960px) {
      #mv li.s3 {
        background-position: top right 20%;
        background-size: cover; } }
    @media all and (max-width: 520px) {
      #mv li.s3 {
        background: url("../images/top/mv3_sp.jpg") center center no-repeat;
        background-size: cover; } }
    #mv li.s3 .copy {
      margin-top: -20px; }
      @media all and (max-width: 960px) {
        #mv li.s3 .copy {
          width: 100%; } }
  #mv li.s4 {
    background: url("../images/top/mv4.jpg") top center no-repeat;
    background-size: cover; }
    @media all and (max-width: 960px) {
      #mv li.s4 {
        background-position: top right 3%;
        background-size: cover; } }
    @media all and (max-width: 520px) {
      #mv li.s4 {
        background: url("../images/top/mv4_sp.jpg") center center no-repeat;
        background-size: cover; } }
    #mv li.s4 .copy {
      margin-top: -20px; }
      @media all and (max-width: 960px) {
        #mv li.s4 .copy {
          width: 100%; } }
  #mv li > img {
    display: block;
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%; }

@keyframes copy {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
#loading {
  width: 100%;
  height: 100%;
  background: #0099ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000; }

.wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 100vh; }

.wave .bar-item {
  width: 3px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 1.5px;
  animation: wave-animation 1.2s ease-in-out infinite; }

.wave .bar-item:nth-child(1) {
  animation-delay: 0s; }

.wave .bar-item:nth-child(2) {
  animation-delay: 0.1s; }

.wave .bar-item:nth-child(3) {
  animation-delay: 0.2s; }

.wave .bar-item:nth-child(4) {
  animation-delay: 0.3s; }

.wave .bar-item:nth-child(5) {
  animation-delay: 0.4s; }

@keyframes wave-animation {
  0%, 100% {
    transform: scaleY(0.5); }
  50% {
    transform: scaleY(1); } }
main .container {
  max-width: 1000px;
  width: 100%;
  margin: auto; }
  @media all and (max-width: 960px) {
    main .container {
      margin: auto !important;
      padding: 0 15px;
      box-sizing: border-box; } }

.topsection {
  padding-bottom: 100px; }
  .topsection h1 {
    position: relative;
    background: url("../images/h_line.svg") bottom left no-repeat;
    padding-bottom: 25px;
    margin-bottom: 40px;
    color: #fff; }
    .topsection h1 > span {
      line-height: 1;
      display: block; }
      .topsection h1 > span:nth-child(1) {
        font-weight: 700;
        font-style: italic;
        font-size: 16.88rem;
        line-height: 1;
        opacity: 0.3;
        position: absolute;
        top: -32px;
        left: 0; }
        @media all and (max-width: 960px) {
          .topsection h1 > span:nth-child(1) {
            left: auto;
            right: 0; } }
      .topsection h1 > span:nth-child(2) {
        font-weight: 700;
        font-style: italic;
        font-size: 6rem;
        padding-top: 80px;
        margin-bottom: 20px; }
        @media all and (max-width: 960px) {
          .topsection h1 > span:nth-child(2) {
            padding-top: 50px;
            font-size: 3rem; } }
      .topsection h1 > span:nth-child(3) {
        font-size: 18px; }
    .topsection h1 .more {
      position: absolute;
      bottom: 0;
      right: 0; }

.top01 {
  background: url("../images/top/01_bg.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px; }
  @media all and (max-width: 960px) {
    .top01 {
      background: url("../images/top/01_bg.jpg") top right 20% no-repeat;
      background-size: cover;
      position: relative;
      min-height: 600px; } }
  @media all and (max-width: 520px) {
    .top01 {
      background: url("../images/top/01_bg_sp.jpg") top -50px center no-repeat;
      background-size: cover;
      min-height: 500px; } }
  .top01 .messagebox {
    display: inline-block;
    box-sizing: border-box;
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.6); }
    @media all and (max-width: 960px) {
      .top01 .messagebox {
        padding: 20px 30px;
        position: absolute;
        left: 20px;
        bottom: 20px;
        max-width: calc( 100% - 40px); } }
    .top01 .messagebox p:nth-child(1) {
      font-size: 2.4rem;
      font-weight: 700;
      color: #004ea2;
      margin-bottom: 20px; }
      @media all and (max-width: 960px) {
        .top01 .messagebox p:nth-child(1) {
          font-size: 1.8rem;
          margin-bottom: 10px; } }
      @media all and (max-width: 520px) {
        .top01 .messagebox p:nth-child(1) br {
          display: none; } }
    .top01 .messagebox p:nth-child(2) {
      font-size: 1.8rem;
      font-weight: 700; }
      @media all and (max-width: 960px) {
        .top01 .messagebox p:nth-child(2) {
          font-size: 1.4rem; } }
    .top01 .messagebox .note {
      margin-bottom: 20px; }
      @media all and (max-width: 960px) {
        .top01 .messagebox .note {
          margin-bottom: 5px; } }
    .top01 .messagebox .more {
      margin: 0 0 0 auto; }

.top02 {
  padding-bottom: 0px; }
  .top02 h1 {
    color: #000; }
    .top02 h1 > span:nth-child(1) {
      opacity: 0.15; }
  .top02 section {
    margin-bottom: 50px; }
  .top02 .more {
    margin: -30px 0 0 auto; }
    @media all and (max-width: 960px) {
      .top02 .more {
        margin: 20px 0 0 auto; } }
  .top02 .w100 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
    .top02 .w100 img {
      display: block;
      width: 100%; }

.top03 {
  background: #0099ff; }
  .top03 .person {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: auto; }
    .top03 .person:nth-child(3) {
      flex-direction: row-reverse; }
      .top03 .person:nth-child(3) img {
        width: 520px; }
    .top03 .person:not(:last-child) {
      margin-bottom: 80px; }
  .top03 .pr {
    width: 205px;
    text-align: center; }
    @media all and (max-width: 520px) {
      .top03 .pr {
        margin: auto;
        order: 2; } }
    .top03 .pr img {
      display: block;
      border-radius: 50%;
      margin: 0 auto 15px; }
    .top03 .pr > span {
      display: block;
      color: #fff; }
      .top03 .pr > span:nth-child(2) {
        font-weight: 700;
        font-size: 19px;
        line-height: 1;
        margin: 10px 0 5px; }
    .top03 .pr .more {
      margin: 10px auto; }
  .top03 .personmain {
    width: calc( 100% - 245px );
    color: #fff; }
    @media all and (max-width: 520px) {
      .top03 .personmain {
        width: auto;
        order: 1;
        margin-bottom: 30px; } }
    .top03 .personmain h2 {
      font-size: 2rem;
      margin-bottom: 10px; }
      .top03 .personmain h2 + p {
        margin-bottom: 15px; }
    .top03 .personmain .div span {
      display: block; }
      .top03 .personmain .div span:nth-child(1) {
        display: inline-block;
        border: 1px #fff solid;
        padding: 0px 10px;
        margin-bottom: 5px; }
    .top03 .personmain .div .note {
      margin-top: 0px; }
    .top03 .personmain img {
      display: block;
      margin: 10px 0 0 auto;
      max-width: 100%; }
      @media all and (max-width: 520px) {
        .top03 .personmain img {
          display: none; } }

.top04 {
  background: #ddd; }
  .top04 h1 > span:nth-child(1) {
    opacity: 0.6;
    z-index: -1; }
  .top04 h1 > span:nth-child(2), .top04 h1 > span:nth-child(3) {
    color: #000; }
  .top04 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin: 0 auto 20px;
    max-width: 870px; }
    .top04 ul li {
      width: calc( ( 100% - 5px ) / 2 );
      background: #fff;
      padding: 25px 30px;
      box-sizing: border-box; }
      @media all and (max-width: 520px) {
        .top04 ul li {
          width: 100%;
          margin: 0 auto 5px; } }
      .top04 ul li div {
        text-align: center;
        font-weight: 500;
        font-size: 1.8rem;
        color: #004ea2; }
        .top04 ul li div span {
          display: inline-block;
          box-sizing: border-box;
          line-height: 1;
          margin-bottom: 20px;
          line-height: 1; }
          .top04 ul li div span:after {
            content: '';
            display: inline-block;
            width: 140%;
            height: 3px;
            background: #004ea2;
            border-radius: 10px;
            margin: 0px 0 0 -20%; }
      .top04 ul li svg {
        display: block;
        margin: auto; }
  .top04 .more {
    margin: 20px 0 0 auto; }

.flexbox {
  display: flex;
  max-width: 1000px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: auto; }
  @media all and (max-width: 960px) {
    .flexbox {
      display: block;
      padding: 0; } }

.top05 a, .top06 a, .top07 a {
  display: block;
  position: relative;
  margin: 0 50px;
  overflow: hidden; }
  @media all and (max-width: 520px) {
    .top05 a, .top06 a, .top07 a {
      margin: 0 0px; } }
  .top05 a img, .top06 a img, .top07 a img {
    display: block;
    transition: all .2s ease-in-out; }
  .top05 a .more, .top06 a .more, .top07 a .more {
    position: absolute;
    bottom: 0;
    right: 0; }
  .top05 a:hover, .top06 a:hover, .top07 a:hover {
    opacity: 1; }
    .top05 a:hover div.more, .top06 a:hover div.more, .top07 a:hover div.more {
      opacity: 0.5; }
  .top05 a:hover img, .top06 a:hover img, .top07 a:hover img {
    transform: scale(1.1); }

.top05 {
  width: 50%; }
  @media all and (max-width: 960px) {
    .top05 {
      width: 100%; } }
  .top05 h1 > span:nth-child(1) {
    color: #0099ff; }
  .top05 h1 > span:nth-child(2), .top05 h1 > span:nth-child(3) {
    color: #000; }

.top06 {
  width: 50%; }
  @media all and (max-width: 960px) {
    .top06 {
      width: 100%;
      background: #ddd; } }
  .top06 h1 > span:nth-child(1) {
    color: #0099ff; }
    @media all and (max-width: 960px) {
      .top06 h1 > span:nth-child(1) {
        color: #fff;
        opacity: 0.6;
        z-index: -1; } }
  .top06 h1 > span:nth-child(2), .top06 h1 > span:nth-child(3) {
    color: #000; }

.top07 {
  background: #0099ff;
  clear: both; }
  .top07 .container > div {
    display: flex; }
    @media all and (max-width: 960px) {
      .top07 .container > div {
        display: block; } }
  @media all and (max-width: 960px) {
    .top07 a:not(:last-child) {
      margin-bottom: 30px; } }

#page {
  padding-top: 80px; }
  @media all and (max-width: 960px) {
    #page {
      padding-top: 55px; } }

#path {
  font-size: 1.4rem;
  margin: 0 10px 5px 30px; }
  @media all and (max-width: 960px) {
    #path {
      font-size: 1.2rem;
      margin: 0px 10px 5px 15px; } }
  #path a {
    color: #004ea2; }

.pagehead {
  height: 265px;
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  @media all and (max-width: 960px) {
    .pagehead {
      height: 140px;
      margin-bottom: 25px; } }
  .pagehead h1 {
    background: url("../images/h_line.svg") bottom left no-repeat;
    padding-bottom: 20px; }
    @media all and (max-width: 960px) {
      .pagehead h1 {
        background: none;
        padding-bottom: 0; } }
    .pagehead h1 span {
      display: block; }
      .pagehead h1 span:nth-child(1) {
        font-weight: 700;
        font-style: italic;
        font-size: 6rem;
        margin-bottom: -5px;
        line-height: 1;
        margin-bottom: 25px; }
        @media all and (max-width: 960px) {
          .pagehead h1 span:nth-child(1) {
            font-size: 3.6rem;
            margin-bottom: 10px; } }
      .pagehead h1 span:nth-child(2) {
        font-size: 1.8rem; }
        @media all and (max-width: 960px) {
          .pagehead h1 span:nth-child(2) {
            font-size: 1.6rem; } }
  .pagehead .note {
    margin-top: 10px; }
  #message .pagehead {
    background: #f3f4f9 url("../images/message/head.jpg") center right no-repeat;
    background-size: 1400px auto; }
    @media all and (max-width: 960px) {
      #message .pagehead {
        background-image: url("../images/message/head_sp.jpg");
        background-size: auto 140px; } }
  #job .pagehead {
    background: #ebece7 url("../images/job/head.jpg") center right no-repeat;
    background-size: 1400px auto; }
    @media all and (max-width: 960px) {
      #job .pagehead {
        background-image: url("../images/job/head_sp.jpg");
        background-size: auto 140px; } }
  #person .pagehead {
    background: #ebece7 url("../images/person/head.jpg") center right no-repeat;
    background-size: 1400px auto; }
    @media all and (max-width: 960px) {
      #person .pagehead {
        background-image: url("../images/person/head_sp.jpg");
        background-size: auto 140px; } }
  #enquete .pagehead {
    background: #f6f6f6 url("../images/enquete/head.jpg") center right no-repeat;
    background-size: 1400px auto; }
    @media all and (max-width: 960px) {
      #enquete .pagehead {
        background-image: url("../images/enquete/head_sp.jpg");
        background-size: auto 140px; } }
  #requirement .pagehead {
    background: #c7e0f5 url("../images/requirement/head.jpg") center right no-repeat;
    background-size: 1400px auto; }
    @media all and (max-width: 960px) {
      #requirement .pagehead {
        background-image: url("../images/requirement/head_sp.jpg");
        background-size: auto 140px; } }
  #faq .pagehead {
    background: #d3e7fa url("../images/faq/head.jpg") center right no-repeat;
    background-size: 1400px auto; }
    @media all and (max-width: 960px) {
      #faq .pagehead {
        background-image: url("../images/faq/head_sp.jpg");
        background-size: auto 140px; } }
  #entrypage .pagehead {
    background: #f3f4f9 url("../images/entry/head.jpg") center right no-repeat;
    background-size: 1400px auto; }
    @media all and (max-width: 960px) {
      #entrypage .pagehead {
        background-image: url("../images/entry/head_sp.jpg");
        background-size: auto 140px; } }

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }
@keyframes passing-txt {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.passing .passing-box {
  display: block; }

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000; }

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-weight: 700;
  font-style: italic;
  font-size: 6rem;
  line-height: 1; }
  @media all and (max-width: 960px) {
    .passing .passing-txt {
      font-size: 3.6rem; } }

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards; }

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards; }

.lead {
  margin-bottom: 50px; }
  @media all and (max-width: 960px) {
    .lead {
      margin-bottom: 25px; } }

.soon {
  margin: 100px 0 150px;
  text-align: center; }
  @media all and (max-width: 960px) {
    .soon {
      margin: 50px 0 100px;
      text-align: left; } }

.note {
  list-style: none;
  margin: 5px 0 0 1em;
  font-size: 1.4rem; }
  @media all and (max-width: 960px) {
    .note {
      font-size: 1.3rem; } }
  .note li {
    text-indent: -1em; }

#message .messagetop {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }
  @media all and (max-width: 960px) {
    #message .messagetop {
      flex-wrap: wrap; } }
  #message .messagetop div {
    width: calc(50% + 100px);
    margin: 0 0 0 -60px;
    background: #f3f4f9;
    padding: 50px;
    box-sizing: border-box;
    font-weight: 700; }
    @media all and (max-width: 960px) {
      #message .messagetop div {
        width: 100%;
        margin: auto;
        padding: 25px; } }
    #message .messagetop div p:nth-child(1) {
      font-size: 2.4rem;
      color: #004ea2;
      margin-bottom: 20px; }
      @media all and (max-width: 960px) {
        #message .messagetop div p:nth-child(1) {
          font-size: 1.8rem; } }
    #message .messagetop div .note {
      font-weight: normal; }
  #message .messagetop picture {
    width: calc(50% - 20px); }
    @media all and (max-width: 960px) {
      #message .messagetop picture {
        width: 100%; } }
    #message .messagetop picture img {
      display: block; }
#message section:not(:last-child) {
  margin-bottom: 80px; }
  @media all and (max-width: 960px) {
    #message section:not(:last-child) {
      margin-bottom: 50px; } }
#message section h2 {
  color: #004ea2;
  margin-bottom: 35px; }
  @media all and (max-width: 960px) {
    #message section h2 {
      margin-bottom: 25px; } }
  #message section h2 span:nth-child(1) {
    display: inline-block;
    font-size: 1.8rem; }
    @media all and (max-width: 960px) {
      #message section h2 span:nth-child(1) {
        font-size: 1.6rem; } }
    #message section h2 span:nth-child(1):after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #004ea2;
      margin-bottom: 5px; }
  #message section h2 span:nth-child(2) {
    display: block;
    font-size: 2.4rem; }
    @media all and (max-width: 960px) {
      #message section h2 span:nth-child(2) {
        font-size: 2rem; } }
#message section:nth-child(2) > div img {
  float: right;
  margin: 0 0 10px 20px; }
#message section > div::after {
  content: "";
  display: block;
  clear: both; }
@media all and (max-width: 960px) {
  #message section > div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; } }
#message section > div img {
  display: block;
  width: calc(50% - 20px);
  float: left;
  margin: 0 20px 10px 0; }
  @media all and (max-width: 960px) {
    #message section > div img {
      float: none;
      width: 100%;
      margin: 20px 0 0 !important; } }
#message section:last-child img {
  display: block;
  margin-top: 20px; }

#job .pagenav {
  margin-bottom: 60px; }
  #job .pagenav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
    @media all and (max-width: 960px) {
      #job .pagenav ul {
        gap: 10px; } }
    #job .pagenav ul li {
      width: 370px;
      max-width: calc( 50% - 15px );
      font-size: 1.8rem; }
      @media all and (max-width: 960px) {
        #job .pagenav ul li {
          font-size: 1.4rem; } }
      @media all and (max-width: 520px) {
        #job .pagenav ul li {
          max-width: 100%; } }
  #job .pagenav a {
    display: block;
    background: #004ea2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 30px 10px; }
    #job .pagenav a > span {
      display: inline-block;
      background: url("../images/job/arrow_d.svg") center right no-repeat;
      padding-right: 30px; }
      @media all and (max-width: 960px) {
        #job .pagenav a > span {
          background-size: 16px auto;
          padding-right: 20px; } }
      #job .pagenav a > span span {
        font-family: "Noto Sans JP",sans-serif; }
#job h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #004ea2;
  margin-bottom: 15px; }
  #job h2 span {
    font-family: "Noto Sans JP",sans-serif; }
  #job h2 + p {
    margin-bottom: 55px; }
#job #field {
  margin-bottom: 60px; }
#job #joblist section {
  border: 2px #004ea2 solid;
  padding: 45px 30px 30px;
  box-sizing: border-box;
  background: #f3f4f9;
  position: relative;
  margin: 15px 0 55px 0; }
  #job #joblist section h3 {
    width: 200px;
    background: #004ea2;
    color: #fff;
    font-weight: 600;
    font-size: 2.2rem;
    text-align: center;
    padding: 3px 0;
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%); }

#person .note {
  margin-bottom: 10px; }
#person .personindex {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #person .personindex li {
    width: calc( ( 100% - 30px ) / 3 );
    margin-bottom: 30px; }
    @media all and (max-width: 960px) {
      #person .personindex li {
        width: calc( ( 100% - 15px ) / 2 ); } }
    #person .personindex li a {
      color: #000;
      text-decoration: none; }
    #person .personindex li img {
      display: block;
      border-radius: 20px; }
    #person .personindex li div {
      margin: 15px 0 10px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #person .personindex li div span {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1; }
        @media all and (max-width: 960px) {
          #person .personindex li div span {
            font-size: 2rem; } }
        #person .personindex li div span:nth-child(1) {
          width: 130px;
          box-sizing: border-box;
          padding: 6px 6px 7px;
          background: #004ea2;
          font-size: 1.8rem;
          color: #fff;
          font-weight: 600;
          text-align: center;
          border-radius: 30px; }
          @media all and (max-width: 960px) {
            #person .personindex li div span:nth-child(1) {
              width: 100px;
              font-size: 1.4rem !important; } }
#person .footlink .personindex {
  margin: 100px 0 0; }
  #person .footlink .personindex li {
    width: calc( ( 100% - 50px ) / 6 ); }
    @media all and (max-width: 960px) {
      #person .footlink .personindex li {
        width: calc( ( 100% - 20px ) / 3 ); } }
    #person .footlink .personindex li img {
      width: 100%;
      object-fit: cover;
      object-position: center -5px;
      aspect-ratio: 4 / 3; }
    #person .footlink .personindex li div {
      margin: 12px 0 10px;
      display: block; }
      #person .footlink .personindex li div span {
        display: block;
        font-size: 1.8rem;
        text-align: center; }
        #person .footlink .personindex li div span:nth-child(1) {
          font-size: 1.6rem;
          margin: 0 auto 8px; }
          @media all and (max-width: 960px) {
            #person .footlink .personindex li div span:nth-child(1) {
              max-width: 100%;
              font-size: 1.4rem; } }
    #person .footlink .personindex li p {
      display: none; }
#person .personmv > div {
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px; }
  #person .personmv > div img {
    display: block;
    border-radius: 20px; }
  #person .personmv > div .pr {
    background: rgba(0, 78, 162, 0);
    background: linear-gradient(180deg, rgba(0, 78, 162, 0) 0%, rgba(0, 78, 162, 0.5) 50%, rgba(0, 78, 162, 0.5) 100%);
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px 30px 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px; }
    @media all and (max-width: 960px) {
      #person .personmv > div .pr {
        background: none;
        position: static;
        padding: 20px 0;
        border-radius: 0;
        border-bottom: 1px #000 dotted; } }
    #person .personmv > div .pr p:nth-child(1) {
      margin-right: 25px; }
      @media all and (max-width: 960px) {
        #person .personmv > div .pr p:nth-child(1) {
          width: 100%; } }
    #person .personmv > div .pr p:nth-child(2) {
      color: #fff; }
      @media all and (max-width: 960px) {
        #person .personmv > div .pr p:nth-child(2) {
          width: 100%;
          color: #000; } }
    #person .personmv > div .pr .pnote {
      margin-top: 5px;
      font-size: 1.4rem;
      font-weight: normal;
      text-align: left; }
      @media all and (max-width: 960px) {
        #person .personmv > div .pr .pnote {
          font-size: 1.3rem; } }
    #person .personmv > div .pr span {
      display: block;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-align: center; }
      @media all and (max-width: 960px) {
        #person .personmv > div .pr span {
          display: inline-block;
          font-size: 2rem;
          color: #000; } }
      #person .personmv > div .pr span:nth-child(1) {
        width: 130px;
        border-radius: 20px;
        box-sizing: border-box;
        border: 1px #7496da solid;
        padding: 6px 6px 7px;
        margin-bottom: 10px;
        background: #004ea2;
        font-size: 1.8rem;
        font-weight: 600; }
        @media all and (max-width: 960px) {
          #person .personmv > div .pr span:nth-child(1) {
            margin: 0 20px 15px 0;
            font-size: 1.6rem;
            color: #fff; } }
#person .copy {
  font-size: 3.8rem;
  color: #004ea2;
  font-weight: 600;
  margin-bottom: 60px; }
  @media all and (max-width: 960px) {
    #person .copy {
      font-size: 2.4rem;
      margin-bottom: 30px; } }
#person .voicesection {
  margin-bottom: 60px; }
  @media all and (max-width: 960px) {
    #person .voicesection {
      margin-bottom: 40px; } }
  #person .voicesection h2 {
    width: 290px;
    border: 1px #004ea2 solid;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 1.8rem;
    color: #004ea2;
    position: relative; }
    @media all and (max-width: 960px) {
      #person .voicesection h2 {
        width: 240px;
        font-size: 1.4rem; } }
    #person .voicesection h2:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 11%;
      border-style: solid;
      border-width: 15px 0 0 15px;
      border-color: #000000 transparent transparent;
      translate: -50% 100%; }
    #person .voicesection h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 11%;
      border-style: solid;
      border-width: 12.6px 0 0 12.6px;
      border-color: #ffffff transparent transparent;
      translate: calc(-50% + 0.2px) 100%; }
    #person .voicesection h2 + p {
      font-size: 2.4rem;
      font-weight: 600;
      color: #004ea2;
      margin: 15px 0 20px; }
      @media all and (max-width: 960px) {
        #person .voicesection h2 + p {
          margin: 15px 0 10px;
          font-size: 2rem; } }
  #person .voicesection > div::after {
    content: "";
    display: block;
    clear: both; }
  @media all and (max-width: 960px) {
    #person .voicesection > div {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  #person .voicesection > div img {
    display: block;
    float: right;
    width: calc( 50% - 20px );
    border-radius: 20px;
    margin: 0 0 10px 20px; }
    @media all and (max-width: 960px) {
      #person .voicesection > div img {
        float: none;
        width: 100%;
        margin: 20px 0 0 0; } }
  #person .voicesection:nth-child(odd) > div img, #person .voicesection.right > div img {
    float: left;
    margin: 0 20px 10px 0px; }
    @media all and (max-width: 960px) {
      #person .voicesection:nth-child(odd) > div img, #person .voicesection.right > div img {
        width: 100%;
        margin: 20px 0 0 0; } }
  #person .voicesection:last-of-type img {
    float: none;
    width: 100%;
    margin: 20px 0 0 0 !important; }
  @media all and (max-width: 960px) {
    #person .voicesection:last-of-type > div {
      flex-direction: row; } }
#person aside {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#person .schedule {
  width: calc( 50% - 20px ); }
  @media all and (max-width: 960px) {
    #person .schedule {
      width: 100%;
      margin-bottom: 30px; } }
  #person .schedule h1 {
    font-size: 2.4rem;
    font-weight: 500;
    background: url("../images/person/schedule.svg") left center no-repeat;
    background-size: 34px auto;
    padding: 0 0 0 45px;
    margin-bottom: 20px; }
    @media all and (max-width: 960px) {
      #person .schedule h1 {
        font-size: 2rem; } }
  #person .schedule ul {
    list-style: none; }
    #person .schedule ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      padding-bottom: 20px; }
      #person .schedule ul li:not(:last-child):after {
        content: "";
        display: block;
        width: 3px;
        height: calc( 100% - 40px );
        border-radius: 10px;
        background: #004ea2;
        position: absolute;
        top: 35px;
        left: 50px; }
      #person .schedule ul li div:nth-child(1) {
        width: 100px;
        border-radius: 20px;
        background: #004ea2;
        color: #fff;
        text-align: center;
        font-weight: 700; }
      #person .schedule ul li div:nth-child(2) {
        width: calc( 100% - 120px ); }
      #person .schedule ul li dl dt {
        font-weight: 600;
        color: #004ea2; }
#person .column {
  width: calc( 50% - 20px );
  background: #f3f4f9;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box; }
  @media all and (max-width: 960px) {
    #person .column {
      width: 100%; } }
  #person .column section:not(:last-child) {
    margin-bottom: 40px; }
  #person .column section h1 {
    margin-bottom: 15px; }
    #person .column section h1 span:nth-child(1) {
      display: inline-block;
      background: #ff6600;
      border-radius: 20px;
      font-size: 1.8rem;
      line-height: 1;
      color: #fff;
      padding: 6px 20px;
      margin-bottom: 5px; }
      @media all and (max-width: 960px) {
        #person .column section h1 span:nth-child(1) {
          font-size: 1.4rem; } }
    #person .column section h1 span:nth-child(2) {
      display: block;
      font-size: 2.4rem;
      font-weight: 500; }
      @media all and (max-width: 960px) {
        #person .column section h1 span:nth-child(2) {
          font-size: 2rem; } }
  #person .column section h2 {
    color: #004ea2;
    margin-bottom: 5px;
    font-size: 1.8rem; }
    @media all and (max-width: 960px) {
      #person .column section h2 {
        font-size: 1.6rem; } }
  #person .column section img {
    display: block;
    border-radius: 20px;
    margin-top: 15px; }

#enquete .pagenav {
  margin-bottom: 50px; }
  #enquete .pagenav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1px; }
    #enquete .pagenav ul li {
      width: calc( ( 100% - 3px ) / 4 ); }
      @media all and (max-width: 960px) {
        #enquete .pagenav ul li {
          width: calc( ( 100% - 2px ) / 3 ); } }
      @media all and (max-width: 520px) {
        #enquete .pagenav ul li {
          width: calc( ( 100% - 1px ) / 2 ); } }
  #enquete .pagenav a {
    display: block;
    background: #004ea2;
    color: #fff; }
  #enquete .pagenav span {
    display: inline-block;
    vertical-align: middle; }
    #enquete .pagenav span:nth-child(1) {
      width: 75px;
      text-align: center;
      font-size: 2.4rem;
      font-weight: 700;
      position: relative; }
      @media all and (max-width: 960px) {
        #enquete .pagenav span:nth-child(1) {
          width: 50px;
          font-size: 2rem; } }
      #enquete .pagenav span:nth-child(1):after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 20px;
        background: #fff;
        transform: translateY(-50%) rotate(10deg);
        position: absolute;
        top: 50%;
        right: 0px; }
    #enquete .pagenav span:nth-child(2) {
      width: calc( 100% - 75px );
      text-align: center; }
      @media all and (max-width: 960px) {
        #enquete .pagenav span:nth-child(2) {
          width: calc( 100% - 50px ); } }
#enquete .datasection {
  margin-bottom: 100px; }
  @media all and (max-width: 960px) {
    #enquete .datasection {
      margin-bottom: 60px; } }
  #enquete .datasection h2 {
    background: #004ea2;
    margin-bottom: 30px;
    position: relative; }
    #enquete .datasection h2 span {
      display: block;
      vertical-align: middle;
      color: #fff; }
      #enquete .datasection h2 span:nth-child(1) {
        width: 90px;
        text-align: center;
        font-size: 3.6rem;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 0;
        line-height: 1;
        transform: translateY(-50%); }
        @media all and (max-width: 960px) {
          #enquete .datasection h2 span:nth-child(1) {
            width: 55px;
            font-size: 2.4rem; } }
        #enquete .datasection h2 span:nth-child(1):after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 40px;
          background: #fff;
          transform: translateY(-50%) rotate(10deg);
          position: absolute;
          top: 50%;
          right: 0px; }
          @media all and (max-width: 960px) {
            #enquete .datasection h2 span:nth-child(1):after {
              height: 30px; } }
      #enquete .datasection h2 span:nth-child(2) {
        text-align: center;
        font-size: 2.4rem;
        font-weight: 700;
        padding: 5px 0; }
        @media all and (max-width: 960px) {
          #enquete .datasection h2 span:nth-child(2) {
            margin-left: 60px;
            font-size: 1.7rem; } }
    #enquete .datasection h2 + p {
      text-align: center;
      margin-bottom: 60px; }
      @media all and (max-width: 960px) {
        #enquete .datasection h2 + p {
          margin-bottom: 30px; } }
      @media all and (max-width: 520px) {
        #enquete .datasection h2 + p {
          text-align: left; } }
  #enquete .datasection.data1 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #enquete .datasection.data1 > div section {
      width: calc( 50% - 20px );
      margin: 0 auto 80px; }
      #enquete .datasection.data1 > div section p {
        max-width: 420px;
        margin: auto; }
      @media all and (max-width: 960px) {
        #enquete .datasection.data1 > div section {
          width: 100%;
          max-width: 500px;
          margin: 0 auto 50px; } }
      #enquete .datasection.data1 > div section#f5 {
        width: 100%;
        max-width: 700px;
        margin: 0  auto 90px;
        text-align: center; }
        #enquete .datasection.data1 > div section#f5 svg {
          width: 100%;
          margin-bottom: 15px; }
        #enquete .datasection.data1 > div section#f5 p {
          max-width: 700px;
          text-align: left; }
    #enquete .datasection.data1 > div h3 {
      text-align: center; }
      #enquete .datasection.data1 > div h3 span {
        display: inline-block;
        box-sizing: border-box;
        font-size: 2.2rem;
        color: #004ea2;
        line-height: 1;
        margin-bottom: 25px; }
        @media all and (max-width: 960px) {
          #enquete .datasection.data1 > div h3 span {
            margin-bottom: 20px; } }
        #enquete .datasection.data1 > div h3 span:after {
          content: '';
          display: inline-block;
          width: 140%;
          height: 3px;
          background: #004ea2;
          border-radius: 10px;
          margin: 10px 0 0 -20%; }
  #enquete .datasection.data1 .rel {
    max-width: 100%;
    width: 660px;
    border: 3px #0099ff solid;
    padding: 30px 40px;
    box-sizing: border-box;
    margin: auto;
    position: relative; }
    @media all and (max-width: 960px) {
      #enquete .datasection.data1 .rel {
        padding: 15px 20px; } }
    @media all and (max-width: 520px) {
      #enquete .datasection.data1 .rel {
        padding: 15px 15px; } }
    #enquete .datasection.data1 .rel:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      border-style: solid;
      border-width: 0 27px 36px 27px;
      border-color: transparent transparent #0099ff;
      translate: -50% -100%; }
    #enquete .datasection.data1 .rel:after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      border-style: solid;
      border-width: 0 23.3px 31px 23.3px;
      border-color: transparent transparent #ffffff;
      translate: -50% -100%; }
    #enquete .datasection.data1 .rel h3 {
      font-size: 2.4rem;
      color: #0099ff;
      margin-bottom: 15px; }
      @media all and (max-width: 960px) {
        #enquete .datasection.data1 .rel h3 {
          font-size: 2rem; } }
    #enquete .datasection.data1 .rel dl {
      font-size: 2rem;
      font-weight: 700;
      width: 17.5em;
      margin: 0 auto 25px; }
      @media all and (max-width: 960px) {
        #enquete .datasection.data1 .rel dl {
          font-size: 1.5rem;
          margin: 0 auto 20px; } }
      @media all and (max-width: 520px) {
        #enquete .datasection.data1 .rel dl {
          font-size: 1.4rem;
          letter-spacing: 0; } }
      @media all and (max-width: 320px) {
        #enquete .datasection.data1 .rel dl {
          width: 14.5em; } }
      #enquete .datasection.data1 .rel dl dt {
        display: inline-block;
        width: 3.3em; }
        @media all and (max-width: 320px) {
          #enquete .datasection.data1 .rel dl dt {
            display: block; } }
      #enquete .datasection.data1 .rel dl dd {
        display: inline-block; }
        #enquete .datasection.data1 .rel dl dd span {
          display: inline-block; }
          #enquete .datasection.data1 .rel dl dd span:nth-child(1) {
            width: 7em; }
          #enquete .datasection.data1 .rel dl dd span:nth-child(2) {
            margin: 0 0.5em 0 0; }
          #enquete .datasection.data1 .rel dl dd span:nth-child(3) {
            width: 5.5em; }
        @media all and (max-width: 320px) {
          #enquete .datasection.data1 .rel dl dd {
            margin: 0 0 0.5em 0.5em; } }
      #enquete .datasection.data1 .rel dl .m1 {
        color: #004ea2; }
      #enquete .datasection.data1 .rel dl .m2 {
        color: #006cc7; }
      #enquete .datasection.data1 .rel dl .m3 {
        color: #0099ff; }
      #enquete .datasection.data1 .rel dl .j1 {
        color: #004ea2; }
      #enquete .datasection.data1 .rel dl .j2 {
        color: #0061b9; }
      #enquete .datasection.data1 .rel dl .j3 {
        color: #40b3ff; }
    #enquete .datasection.data1 .rel p {
      max-width: none; }
  #enquete .datasection.data2 > div {
    max-width: 850px;
    margin: auto; }
    #enquete .datasection.data2 > div p:nth-child(1) {
      text-align: center; }
  #enquete .datasection.data2 svg {
    display: block;
    margin: auto; }
  #enquete .datasection.voice1 {
    margin-bottom: 55px; }
    @media all and (max-width: 960px) {
      #enquete .datasection.voice1 {
        margin-bottom: 15px; } }
    #enquete .datasection.voice1 > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 45px; }
      @media all and (max-width: 960px) {
        #enquete .datasection.voice1 > div {
          padding-top: 25px; } }
    #enquete .datasection.voice1 section {
      width: calc( 50% - 10px );
      background: #f3f4f9;
      box-sizing: border-box;
      padding: 45px;
      margin: 0 0 45px; }
      @media all and (max-width: 960px) {
        #enquete .datasection.voice1 section {
          width: 100%;
          padding: 45px 30px 30px; } }
      #enquete .datasection.voice1 section h3 {
        width: 130px;
        background: #004ea2;
        color: #fff;
        border-radius: 20px;
        padding: 4px;
        box-sizing: border-box;
        text-align: center;
        transform: translateY(-50%);
        margin: -45px auto 0; }
    #enquete .datasection.voice1 .pr {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
      margin-bottom: 35px; }
      @media all and (max-width: 960px) {
        #enquete .datasection.voice1 .pr {
          margin-bottom: 20px; } }
      #enquete .datasection.voice1 .pr div {
        color: #004ea2;
        font-weight: 600; }
        #enquete .datasection.voice1 .pr div p:nth-child(1) {
          font-size: 2.4rem;
          margin-bottom: px; }
        #enquete .datasection.voice1 .pr div p:nth-child(2) {
          line-height: 1.6;
          margin-bottom: 8px; }
        #enquete .datasection.voice1 .pr div p:nth-child(3) {
          color: #000;
          font-weight: normal; }
      #enquete .datasection.voice1 .pr img {
        display: block;
        width: 130px;
        height: 130px;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        box-sizing: border-box; }
        @media all and (max-width: 960px) {
          #enquete .datasection.voice1 .pr img {
            width: 110px;
            height: 110px; } }
  #enquete .datasection.voice2 {
    margin-bottom: 60px; }
    #enquete .datasection.voice2 section {
      margin: 0 0 40px; }
    #enquete .datasection.voice2 h3 {
      width: 170px;
      background: #004ea2;
      color: #fff;
      border-radius: 20px;
      padding: 4px;
      box-sizing: border-box;
      text-align: center;
      margin: 0 auto 30px; }
      @media all and (max-width: 960px) {
        #enquete .datasection.voice2 h3 {
          width: 140px; } }
    #enquete .datasection.voice2 ul {
      list-style: none; }
      #enquete .datasection.voice2 ul::after {
        content: "";
        display: block;
        clear: both; }
      #enquete .datasection.voice2 ul li {
        width: calc( 50% - 15px );
        border: 2px #004ea2 solid;
        border-radius: 17px;
        box-sizing: border-box;
        padding: 30px 40px;
        position: relative;
        float: left;
        margin-bottom: 30px; }
        @media all and (max-width: 960px) {
          #enquete .datasection.voice2 ul li {
            width: 100%;
            float: none !important;
            padding: 30px;
            margin-bottom: 20px; } }
        #enquete .datasection.voice2 ul li:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          border-style: solid;
          border-width: 12.5px 0 12.5px 20px;
          border-width: 12.5px 0 12.5px 20px;
          border-color: transparent transparent transparent #004ea2;
          translate: 100% -50%; }
        #enquete .datasection.voice2 ul li:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          border-style: solid;
          border-width: 10.1px 0 10.1px 16.2px;
          border-color: transparent transparent transparent #ffffff;
          translate: 100% -50%; }
        @media all and (max-width: 960px) {
          #enquete .datasection.voice2 ul li:before {
            border-width: 7px 0 7px 12px; }
          #enquete .datasection.voice2 ul li:after {
            border-width: 4.7px 0 4.7px 8px; } }
        #enquete .datasection.voice2 ul li.right {
          float: right; }
          #enquete .datasection.voice2 ul li.right:before {
            right: auto;
            left: 0;
            border-width: 12.5px 20px 12.5px 0;
            border-color: transparent #004ea2 transparent transparent;
            translate: -100% -50%; }
          #enquete .datasection.voice2 ul li.right:after {
            right: auto;
            left: 0;
            border-style: solid;
            border-width: 10.1px 16.2px 10.1px 0;
            border-color: transparent #ffffff transparent transparent;
            translate: -100% -50%; }
          @media all and (max-width: 960px) {
            #enquete .datasection.voice2 ul li.right::before {
              border-width: 7px 12px 7px 0; }
            #enquete .datasection.voice2 ul li.right:after {
              border-width: 4.7px 8px 4.7px 0; } }
        #enquete .datasection.voice2 ul li div {
          background: url("../images/enquete/05-icon1.svg") left center no-repeat;
          color: #004ea2;
          padding-left: 22px;
          font-weight: 700;
          margin-bottom: 10px; }
    #enquete .datasection.voice2 section:nth-child(even) h3 {
      background: #0099ff; }
    #enquete .datasection.voice2 section:nth-child(even) ul li {
      border-color: #0099ff; }
      #enquete .datasection.voice2 section:nth-child(even) ul li:before {
        border-color: transparent transparent transparent #0099ff; }
      #enquete .datasection.voice2 section:nth-child(even) ul li.right:before {
        border-color: transparent #0099ff transparent transparent; }
    #enquete .datasection.voice2 section:nth-child(even) div {
      background: url("../images/enquete/05-icon2.svg") left center no-repeat;
      color: #0099ff; }
  #enquete .datasection.voice3 ul {
    margin-top: 60px;
    text-align: center; }
    @media all and (max-width: 960px) {
      #enquete .datasection.voice3 ul {
        margin-top: 30px; } }
    #enquete .datasection.voice3 ul li {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      background: #ebf7ff;
      position: relative;
      padding: 15px 40px;
      box-sizing: border-box;
      border-radius: 50px;
      margin: 0 10px 35px;
      font-weight: 600; }
      @media all and (max-width: 960px) {
        #enquete .datasection.voice3 ul li {
          padding: 15px 25px;
          margin: 0 5px 35px; } }
      #enquete .datasection.voice3 ul li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 22px 20px 0 0;
        border-color: #ebf7ff transparent transparent;
        translate: calc(-50% - 0.4px) 100%;
        transform: skew(-10deg);
        transform-origin: top; }
      #enquete .datasection.voice3 ul li:nth-child(odd):after {
        transform: skew(50deg); }
  #enquete .datasection.voice4 ul {
    margin-top: 60px;
    list-style: none; }
    #enquete .datasection.voice4 ul::after {
      content: "";
      display: block;
      clear: both; }
    @media all and (max-width: 960px) {
      #enquete .datasection.voice4 ul {
        margin-top: 30px; } }
    #enquete .datasection.voice4 ul li {
      width: calc( 50% - 15px );
      background: #ebf7ff;
      border: 2px #0099ff solid;
      border-radius: 17px;
      box-sizing: border-box;
      padding: 35px 40px;
      position: relative;
      margin-bottom: 30px;
      float: left;
      font-weight: 600; }
      @media all and (max-width: 960px) {
        #enquete .datasection.voice4 ul li {
          width: 100%;
          padding: 15px 20px;
          float: none !important; } }
      #enquete .datasection.voice4 ul li:nth-child(1) {
        width: 100%; }
      #enquete .datasection.voice4 ul li:nth-child(odd) {
        float: right; }
      #enquete .datasection.voice4 ul li:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 70px;
        border-style: solid;
        border-width: 20px 12px 0 12px;
        border-color: #0099ff transparent transparent;
        translate: -50% 100%; }
      #enquete .datasection.voice4 ul li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 70px;
        border-style: solid;
        border-width: 16.1px 9.7px 0 9.7px;
        border-color: #ebf7ff transparent transparent;
        translate: -50% 100%; }

@media all and (max-width: 960px) {
  #requirement .infotab {
    border-top: 1px #999 solid; } }
#requirement .infotab th, #requirement .infotab td {
  padding: 25px;
  box-sizing: border-box;
  border: 1px #999 solid; }
  @media all and (max-width: 960px) {
    #requirement .infotab th, #requirement .infotab td {
      padding: 15px;
      display: block;
      width: 100% !important; } }
#requirement .infotab th {
  white-space: nowrap;
  background: #f3f4f9;
  width: 180px;
  border-right: none; }
  @media all and (max-width: 960px) {
    #requirement .infotab th {
      border-bottom: none;
      border-top: none;
      border-right: 1px #999 solid; } }
#requirement .infotab td {
  border-left: none; }
  @media all and (max-width: 960px) {
    #requirement .infotab td {
      border-top: none;
      border-left: 1px #999 solid; } }
#requirement .infotab .block:not(:last-child) {
  margin-bottom: 30px; }
#requirement .infotab strong {
  color: #004ea2; }
#requirement .infotab a.map {
  display: inline-block;
  background: none; }
  #requirement .infotab a.map:before {
    vertical-align: middle;
    content: "";
    width: 11px;
    height: 17px;
    background: url("../images/requirement/icon_pin.svg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px; }
#requirement .infotab a.mail:before {
  vertical-align: middle;
  content: "";
  width: 22px;
  height: 14px;
  background: url("../images/requirement/icon_mail.svg") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 5px; }
#requirement .flow {
  background: #f3f4f9;
  margin: 60px auto 0;
  padding: 45px 50px 60px;
  box-sizing: border-box;
  border-radius: 10px; }
  @media all and (max-width: 960px) {
    #requirement .flow {
      padding: 20px 25px 25px; } }
  #requirement .flow h2 {
    font-size: 1.8rem;
    margin-bottom: 35px; }
    @media all and (max-width: 960px) {
      #requirement .flow h2 {
        font-size: 1.6rem;
        margin-bottom: 15px; } }
  #requirement .flow img {
    display: block;
    margin: auto; }

#faq dl {
  border-bottom: 1px #666 solid; }
  #faq dl dt > div, #faq dl dd > div {
    display: inline-block;
    vertical-align: top; }
    #faq dl dt > div:nth-child(1), #faq dl dd > div:nth-child(1) {
      width: 30px;
      font-size: 2.4rem;
      color: #004ea2;
      font-weight: 700; }
    #faq dl dt > div:nth-child(2), #faq dl dd > div:nth-child(2) {
      width: calc( 100% - 30px );
      margin-top: 8px; }
  #faq dl dt {
    padding: 20px 45px 20px 5px;
    position: relative; }
    #faq dl dt:not(:first-child) {
      border-top: 1px #666 solid; }
    @media all and (max-width: 960px) {
      #faq dl dt {
        padding: 15px 55px 15px 5px; } }
    #faq dl dt:before {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      background: #004ea2;
      transform: translateY(-50%) rotate(90deg);
      position: absolute;
      top: 50%;
      right: 15px;
      transition: all .2s ease-in-out; }
    #faq dl dt:after {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      background: #004ea2;
      transform: translateY(-50%) rotate(180deg);
      position: absolute;
      top: 50%;
      right: 15px;
      transition: all .2s ease-in-out; }
    #faq dl dt:hover {
      background: rgba(35, 126, 165, 0.1);
      cursor: pointer; }
    #faq dl dt.open:before {
      transform: translateY(-50%) rotate(180deg); }
  #faq dl dd {
    display: none;
    padding: 10px 20px 20px 5px; }
    #faq dl dd > div:nth-child(1) {
      color: #F60; }
#faq .block:not(:last-child) {
  margin-bottom: 30px; }

#entrypage .lead p {
  margin-bottom: 20px; }
#entrypage .entrybox {
  border: 2px #004ea2 solid;
  background: #f3f4f9;
  padding: 60px 80px 70px;
  box-sizing: border-box; }
  @media all and (max-width: 960px) {
    #entrypage .entrybox {
      padding: 40px 40px 50px; } }
  #entrypage .entrybox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    max-width: 790px;
    margin: auto; }
    #entrypage .entrybox ul li {
      width: calc( 50% - 30px );
      text-align: center;
      color: #004ea2;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1;
      margin: auto; }
      @media all and (max-width: 960px) {
        #entrypage .entrybox ul li {
          width: 100%;
          max-width: 500px;
          font-size: 2rem; }
          #entrypage .entrybox ul li:not(:last-child) {
            margin-bottom: 40px; } }
  #entrypage .entrybox a {
    display: block;
    background-color: #004ea2;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    background-image: url("../images/icon_footblank.svg");
    background-position: center right 20px;
    padding: 20px;
    margin: 30px 0 0; }
    @media all and (max-width: 960px) {
      #entrypage .entrybox a {
        font-size: 1.6rem;
        margin: 20px 0 0; } }
