@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: 520px) {
      #logo img {
        width: 100px;
        margin: 3px 10px 0 0; } }
  #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 {
        margin-top: -6px;
        margin-left: -3px;
        font-size: clamp(1.3rem, calc( 100vw * 14 / 1200 ), 1.4rem); } }
    #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: 99;
  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: #004ea2;
  color: #000;
  transition: all 0.2s ease-in-out;
  overflow: auto; }
  @media all and (max-width: 960px) {
    #gnav {
      display: block; } }
  #gnav .foot .copyright p {
    display: none; }
  #gnav.active {
    opacity: 1;
    visibility: visible; }
    #gnav.active ul li {
      margin-right: 0px;
      opacity: 1; }

.foot {
  background: #004ea2;
  color: #fff;
  letter-spacing: 0; }
  .foot ul {
    list-style: none; }
  .foot a {
    color: #fff;
    text-decoration: none; }
    .foot a[target="_blank"] {
      background: url(../images/com_icon_blank.svg) right center no-repeat;
      background-size: 12px 12px;
      padding-right: 17px; }
  .foot .container {
    max-width: 1000px;
    margin: auto;
    padding: 60px 0 20px;
    background: #004ea2; }
    @media all and (max-width: 960px) {
      .foot .container {
        margin: 0 15px; } }
    .foot .container h1 {
      font-size: 2rem;
      font-weight: 500; }
      .foot .container h1 img {
        width: 175px;
        margin: 0 18px 0 0; }
      .foot .container h1 img, .foot .container h1 span {
        vertical-align: middle; }
  .foot .cols {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
    @media all and (max-width: 960px) {
      .foot .cols {
        display: block; } }
  .foot .sitemap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    font-size: 1.4rem;
    width: calc( 100% - 200px );
    justify-content: flex-start; }
    @media all and (max-width: 960px) {
      .foot .sitemap {
        width: 100%; } }
    @media all and (max-width: 520px) {
      .foot .sitemap {
        display: block; } }
    .foot .sitemap li.soon {
      color: rgba(255, 255, 255, 0.4); }
    .foot .sitemap > ul {
      width: 50%;
      max-width: 250px; }
      @media all and (max-width: 960px) {
        .foot .sitemap > ul {
          max-width: none; } }
      @media all and (max-width: 520px) {
        .foot .sitemap > ul {
          width: 100%; }
          .foot .sitemap > ul:nth-child(2) {
            width: 100%; } }
      .foot .sitemap > ul > li {
        border-bottom: 1px #fff solid;
        padding: 20px 0;
        font-weight: 400; }
        .foot .sitemap > ul > li > ul > li {
          margin: 0 0 0 15px;
          font-weight: 300;
          position: relative; }
          .foot .sitemap > ul > li > ul > li:before {
            display: block;
            content: "";
            width: 5px;
            height: 6px;
            background-color: #fff;
            clip-path: polygon(5px 50%, 0% 0%, 0% 6px);
            position: absolute;
            top: 12px;
            left: -15px; }
          .foot .sitemap > ul > li > ul > li > ul {
            font-size: 1.3rem; }
            .foot .sitemap > ul > li > ul > li > ul > li {
              margin: 0 0 0 0px;
              position: relative; }
              .foot .sitemap > ul > li > ul > li > ul > li:before {
                display: block;
                content: "";
                width: 4px;
                height: 1px;
                background-color: #fff;
                position: absolute;
                top: 13px;
                left: -10px; }
  .foot .links {
    border-left: 1px #fff dotted;
    padding: 0 0 0 40px;
    width: 200px; }
    @media all and (max-width: 960px) {
      .foot .links {
        border-left: none;
        padding: 0 0 0 0px;
        width: auto;
        max-width: 300px;
        margin: 30px auto 0; } }
    .foot .links .entry li {
      margin-bottom: 10px; }
      .foot .links .entry li a {
        display: block;
        background: #0099ff;
        text-align: center;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 1;
        padding: 10px 0 8px;
        letter-spacing: 0.15em; }
    .foot .links .site {
      font-size: 1.4rem;
      margin: 50px 0 30px; }
      .foot .links .site > li {
        margin: 0 0 0 0px;
        padding-left: 10px;
        position: relative; }
        .foot .links .site > li:before {
          display: block;
          content: "";
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          top: 13px;
          left: 0; }
      .foot .links .site li.current {
        color: rgba(255, 255, 255, 0.4); }
    .foot .links .sns {
      border: 1px rgba(255, 255, 255, 0.5) solid;
      border-radius: 5px;
      padding: 10px 10px 10px;
      box-sizing: border-box;
      text-align: center; }
      .foot .links .sns div {
        font-size: 1.4rem;
        line-height: 1; }
      .foot .links .sns ul {
        margin: 12px 0 0; }
        .foot .links .sns ul li {
          display: inline-block;
          margin: 0 5px; }
          .foot .links .sns ul li a[target="_blank"] {
            background: none;
            padding-right: 0; }
      .foot .links .sns img {
        width: 36px;
        vertical-align: middle; }
  .foot .copyright {
    margin: 40px 0 0;
    text-align: left; }
    .foot .copyright ul li {
      font-size: 1.3rem;
      display: inline-block;
      margin: 0 20px 0 0 !important; }
    .foot .copyright p {
      font-size: 1.4rem;
      letter-spacing: 0.05em; }

#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%; }

.isbanner {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 165px; }
  @media all and (max-width: 960px) {
    .isbanner {
      position: static;
      top: 70px;
      right: 10px;
      max-width: 341px;
      width: 100%;
      margin: auto;
      padding: 10px 0 20px; } }
  .isbanner a:hover {
    transition: 0.3s;
    opacity: 0.7; }

/*
.topbanner{
	position: absolute;
	bottom:70px;
	bottom: 0;
	padding-bottom: 5%;
	right: 20px;
	max-width: 200px;
	width: 18%;
	@include media(tablet) {
		position: static;
		top:70px;
		right: 10px;
		max-width: 341px;
		width: 100%;
		margin: auto;
		padding: 10px 0 20px;
	}
	a:hover{
	  transition: 0.3s;
	  opacity: 0.7;
	}
}
*/
@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;
    width: 100%;
    margin: auto;
    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); }

.top07 a {
  margin: 0 25px; }
  @media all and (max-width: 960px) {
    .top07 a {
      margin: 0 50px; } }
  @media all and (max-width: 520px) {
    .top07 a {
      margin: 0 0px; } }

.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; } }
  #flow .pagehead {
    background: #deebfa url("../images/flow/head.jpg") center right no-repeat;
    background-size: 1400px auto; }
    @media all and (max-width: 960px) {
      #flow .pagehead {
        background-image: url("../images/flow/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: space-between;
    align-items: stretch; }
    #job .pagenav ul li {
      display: flex;
      align-items: center;
      width: calc( ( 100% - 1px ) / 2 );
      font-size: 1.6rem;
      position: relative;
      transition: all .2s ease-in-out; }
      @media all and (max-width: 960px) {
        #job .pagenav ul li {
          font-size: 1.4rem;
          background: #004ea2; } }
      @media all and (max-width: 520px) {
        #job .pagenav ul li {
          max-width: 100%; } }
  #job .pagenav a {
    display: block;
    width: 100%;
    background: #004ea2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 10px 15px; }
    #job .pagenav a > span {
      display: inline-block;
      background: url("../images/arrow_d.svg") center right no-repeat;
      background-size: 18px auto;
      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;
        line-height: 1; }
#job .jobtypenav {
  margin: -20px auto 40px; }
  #job .jobtypenav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media all and (max-width: 960px) {
      #job .jobtypenav ul {
        justify-content: flex-start; } }
    #job .jobtypenav ul li {
      width: calc( ( 100% - 3px ) / 4 );
      margin-bottom: 1px;
      position: relative; }
      @media all and (max-width: 960px) {
        #job .jobtypenav ul li {
          width: calc( ( 100% - 3px ) / 3 );
          font-size: 1.3rem;
          margin-right: 1px; } }
  #job .jobtypenav a {
    display: block;
    background: #004ea2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px 10px 15px; }
    #job .jobtypenav a > span {
      display: inline-block;
      background: url("../images/arrow_d.svg") center right no-repeat;
      background-size: 14px auto;
      padding-right: 20px;
      font-size: 1.5rem; }
      @media all and (max-width: 960px) {
        #job .jobtypenav a > span {
          background-size: 14px auto;
          padding-right: 18px;
          font-size: 1.3rem; } }
      #job .jobtypenav a > span > span {
        font-family: "Noto Sans JP",sans-serif;
        line-height: 1; }
#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: 25px; }
#job #joblist h4 {
  color: #004ea2;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px #004ea2 solid;
  border-bottom: 1px #aaa solid; }
#job #joblist .ex {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 10px; }
  #job #joblist .ex li {
    display: inline-block;
    margin-right: 1em; }
#job #joblist .tabwrapper {
  position: relative;
  width: 100%; }
#job #joblist .jobtypetab .color {
  background: #f3f4f9; }
@media all and (max-width: 960px) {
  #job #joblist .jobtypetab {
    width: 900px; } }
@media all and (max-width: 520px) {
  #job #joblist .jobtypetab {
    width: 800px; } }
#job #joblist table {
  width: 100%; }
  #job #joblist table th, #job #joblist table td {
    border: 1px #ccc solid;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 10px 5px;
    box-sizing: border-box;
    vertical-align: middle;
    height: 4em; }
    @media all and (max-width: 960px) {
      #job #joblist table th, #job #joblist table td {
        font-size: 1.3rem; } }
  #job #joblist table td {
    width: 5.2em;
    width: calc( 100% / 11 ); }
  #job #joblist table thead {
    color: #fff; }
    #job #joblist table thead th, #job #joblist table thead td {
      background: #0099ff;
      line-height: 1.5;
      font-weight: normal;
      height: 5em; }
  #job #joblist table tbody th {
    color: #fff;
    background: #004ea2; }
  #job #joblist table tbody td {
    background: #fff; }
#job #field {
  margin-bottom: 60px; }
  #job #field .ex {
    list-style: none;
    margin-bottom: 10px; }
    #job #field .ex li {
      display: inline-block;
      margin-right: 1em; }
  #job #field .tabwrapper {
    position: relative;
    width: 100%; }
  #job #field .jobtypetab .color {
    background: #f3f4f9; }
  @media all and (max-width: 960px) {
    #job #field .jobtypetab {
      width: 900px; } }
  @media all and (max-width: 520px) {
    #job #field .jobtypetab {
      width: 800px; } }
  @media all and (max-width: 960px) {
    #job #field .jobtypetab th:nth-of-type(1) {
      position: -webkit-sticky;
      position: sticky;
      left: 0; } }
  #job #field table {
    width: 100%; }
    #job #field table th, #job #field table td {
      border: 1px #ccc solid;
      text-align: center;
      font-size: 1.5rem;
      letter-spacing: 0;
      padding: 10px 5px;
      box-sizing: border-box;
      vertical-align: middle;
      height: 5em; }
      @media all and (max-width: 960px) {
        #job #field table th, #job #field table td {
          font-size: 1.3rem; } }
    #job #field table td {
      width: 5.2em; }
      @media all and (max-width: 960px) {
        #job #field table td {
          width: 5.1em; } }
    #job #field table thead {
      color: #fff; }
      #job #field table thead th {
        background: #0099ff;
        line-height: 1.5; }
      #job #field table thead th:first-of-type {
        color: #fff;
        background: #004ea2; }
    #job #field table tbody th {
      color: #fff;
      background: #004ea2; }
#job #joblist {
  margin-bottom: 100px; }
  @media all and (max-width: 960px) {
    #job #joblist {
      margin-bottom: 60px; } }
  #job #joblist h2 + p {
    margin-bottom: 45px; }
  #job #joblist > section {
    position: relative; }
    #job #joblist > section h3 {
      width: 200px;
      background: #004ea2;
      color: #fff;
      font-weight: 600;
      font-size: 2rem;
      text-align: center;
      padding: 3px 0;
      margin: 0 0 -23px 30px;
      position: relative;
      z-index: 1; }
      @media all and (max-width: 960px) {
        #job #joblist > section h3 {
          width: 180px;
          font-size: 1.8rem;
          margin: 0 0 -23px 23px; } }
    #job #joblist > section > div {
      border: 2px #004ea2 solid;
      padding: 45px 30px 30px;
      box-sizing: border-box;
      background: #f3f4f9;
      position: relative;
      margin: 0px 0 55px 0; }
      #job #joblist > section > div::after {
        content: "";
        display: block;
        clear: both; }
      @media all and (max-width: 960px) {
        #job #joblist > section > div {
          padding: 35px 20px 20px; } }
    #job #joblist > section p {
      margin-bottom: 15px; }
    #job #joblist > section .fig {
      width: 360px;
      display: block;
      float: right;
      margin: 0 0 10px 20px; }
      @media all and (max-width: 960px) {
        #job #joblist > section .fig {
          margin: 0 auto 20px;
          width: 100%;
          max-width: 500px;
          float: none; } }
  #job #joblist .personindex {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    clear: both; }
    @media all and (max-width: 960px) {
      #job #joblist .personindex li {
        width: calc( ( 100% - 15px ) / 2 ); } }
    #job #joblist .personindex li a {
      color: #000;
      text-decoration: none; }
    #job #joblist .personindex li img {
      display: block;
      border-radius: 20px; }
    #job #joblist .personindex li div {
      margin: 15px 0 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      #job #joblist .personindex li div span {
        font-weight: 700;
        line-height: 1; }
        @media all and (max-width: 960px) {
          #job #joblist .personindex li div span {
            font-size: 2rem; } }
        @media all and (max-width: 520px) {
          #job #joblist .personindex li div span {
            width: 100% !important; } }
        #job #joblist .personindex li div span:nth-child(1) {
          width: 120px;
          box-sizing: border-box;
          padding: 6px 6px 7px;
          background: #004ea2;
          font-size: 1.4rem;
          color: #fff;
          font-weight: 600;
          text-align: center;
          border-radius: 30px; }
          @media all and (max-width: 960px) {
            #job #joblist .personindex li div span:nth-child(1) {
              width: 100px;
              font-size: 1.4rem !important; } }
        #job #joblist .personindex li div span:nth-child(2) {
          font-size: 2rem; }
          @media all and (max-width: 520px) {
            #job #joblist .personindex li div span:nth-child(2) {
              text-align: center;
              margin: 8px 0 0; } }
    #job #joblist .personindex li p {
      font-size: 1.4rem; }
  #job #joblist .personindex {
    margin: 30px 0 0; }
    #job #joblist .personindex li {
      width: calc( ( 100% - 50px ) / 5 ); }
      @media all and (max-width: 960px) {
        #job #joblist .personindex li {
          width: calc( ( 100% - 20px ) / 2 ); } }
      #job #joblist .personindex li img {
        width: 100%;
        object-fit: cover;
        object-position: center -5px;
        aspect-ratio: 4 / 3; }

#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%; }

#requirement .pagenav, #faq .pagenav, #flow .pagenav {
  margin-bottom: 60px; }
  #requirement .pagenav ul, #faq .pagenav ul, #flow .pagenav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #requirement .pagenav ul li, #faq .pagenav ul li, #flow .pagenav ul li {
      width: calc( ( 100% - 2px ) / 3 );
      font-size: 1.6rem;
      position: relative; }
      @media all and (max-width: 960px) {
        #requirement .pagenav ul li, #faq .pagenav ul li, #flow .pagenav ul li {
          font-size: 1.4rem; } }
      @media all and (max-width: 520px) {
        #requirement .pagenav ul li, #faq .pagenav ul li, #flow .pagenav ul li {
          max-width: 100%;
          width: calc( ( 100% - 1px ) / 2 );
          margin-bottom: 1px; } }
  #requirement .pagenav a, #faq .pagenav a, #flow .pagenav a {
    display: block;
    background: #004ea2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 10px 15px; }
    #requirement .pagenav a.current, #faq .pagenav a.current, #flow .pagenav a.current {
      opacity: 0.5;
      pointer-events: none; }
    #requirement .pagenav a > span, #faq .pagenav a > span, #flow .pagenav a > span {
      display: inline-block;
      background: url("../images/arrow_r.svg") center right no-repeat;
      background-size: auto 18px;
      padding-right: 25px; }
      @media all and (max-width: 960px) {
        #requirement .pagenav a > span, #faq .pagenav a > span, #flow .pagenav a > span {
          background-size: 16px auto;
          padding-right: 20px; } }
      #requirement .pagenav a > span > span, #faq .pagenav a > span > span, #flow .pagenav a > span > span {
        font-family: "Noto Sans JP",sans-serif;
        line-height: 1; }

#requirement .infotab {
  margin-bottom: 80px; }
  @media all and (max-width: 960px) {
    #requirement .infotab {
      border-top: 1px #999 solid; } }
  @media all and (max-width: 520px) {
    #requirement .infotab {
      margin-bottom: 60px; } }
  #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; }

.pcOnly {
  display: block !important; }
  @media all and (max-width: 960px) {
    .pcOnly {
      display: none !important; } }
  @media all and (max-width: 520px) {
    .pcOnly {
      display: none !important; } }

.tbOnly {
  display: none !important; }
  @media all and (max-width: 960px) {
    .tbOnly {
      display: block !important; } }
  @media all and (max-width: 520px) {
    .tbOnly {
      display: none !important; } }

.spOnly {
  display: none !important; }
  @media all and (max-width: 960px) {
    .spOnly {
      display: none !important; } }
  @media all and (max-width: 520px) {
    .spOnly {
      display: block !important; } }

.pctbOnly {
  display: block !important; }
  @media all and (max-width: 960px) {
    .pctbOnly {
      display: block !important; } }
  @media all and (max-width: 520px) {
    .pctbOnly {
      display: none !important; } }

#flow .txt {
  text-align: center;
  margin-bottom: 60px; }
  @media all and (max-width: 520px) {
    #flow .txt {
      padding: 0 25px;
      margin-bottom: 30px;
      text-align: justify; } }
#flow .inner {
  max-width: 1000px;
  padding-bottom: 60px; }
  @media all and (max-width: 520px) {
    #flow .inner {
      padding: 0 15px 60px; } }
  #flow .inner .pctbOnly p {
    line-height: 0;
    margin-bottom: 20px; }
    #flow .inner .pctbOnly p.caution {
      line-height: 1;
      color: #bb272d;
      margin-top: 35px; }
  #flow .inner .spOnly .tab {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background: #e0e0e0;
    margin-bottom: 25px; }
    #flow .inner .spOnly .tab li {
      padding: 15px 0 20px;
      font-size: 1.4rem;
      background: #fff;
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      text-align: center;
      line-height: 1; }
      #flow .inner .spOnly .tab li.active {
        color: #fff;
        position: relative; }
        #flow .inner .spOnly .tab li.active:after {
          display: block;
          content: "";
          width: 5px;
          height: 5px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          position: absolute;
          left: 50%;
          bottom: 8px;
          margin-left: -3px;
          transform: rotate(135deg); }
        #flow .inner .spOnly .tab li.active:nth-child(1) {
          background: #5375a3; }
        #flow .inner .spOnly .tab li.active:nth-child(2) {
          background: #53a3a0; }
  #flow .inner .spOnly .tabContent ol li {
    line-height: 0;
    margin-bottom: 20px; }
    #flow .inner .spOnly .tabContent ol li img {
      width: 100%; }
  #flow .inner .spOnly .tabContent .caution {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #bb272d; }
#flow .tab {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background: #e0e0e0;
  margin-bottom: 25px; }
  #flow .tab li {
    padding: 20px 0 25px;
    font-size: 1.6rem;
    background: #fff;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    position: relative; }
    @media all and (max-width: 520px) {
      #flow .tab li {
        font-size: 1.4rem;
        padding: 15px 0 20px; } }
    #flow .tab li:after {
      display: block;
      content: "";
      width: 8px;
      height: 8px;
      border-top: 2px solid #004ea2;
      border-right: 2px solid #004ea2;
      position: absolute;
      left: 50%;
      bottom: 12px;
      margin-left: -3px;
      transform: rotate(135deg); }
      @media all and (max-width: 520px) {
        #flow .tab li:after {
          width: 5px;
          height: 5px;
          bottom: 10px; } }
    #flow .tab li:nth-child(2):after {
      display: block;
      content: "";
      width: 8px;
      height: 8px;
      border-top: 2px solid #ff6600;
      border-right: 2px solid #ff6600; }
    #flow .tab li.active {
      color: #fff;
      position: relative; }
      #flow .tab li.active:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }
      #flow .tab li.active:nth-child(1) {
        background: #004ea2; }
      #flow .tab li.active:nth-child(2) {
        background: #ff6600; }
#flow h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 30px auto 30px; }
  @media all and (max-width: 520px) {
    #flow h3 {
      font-size: 1.8rem; } }
#flow sup {
  font-size: 0.8em;
  vertical-align: top; }
#flow .tech {
  margin-bottom: 80px; }
  @media all and (max-width: 520px) {
    #flow .tech {
      margin-bottom: 60px; } }
  #flow .tech > ul {
    list-style: none; }
    #flow .tech > ul > li {
      margin-bottom: 40px;
      position: relative; }
      #flow .tech > ul > li:before {
        content: '';
        position: absolute;
        bottom: -30px;
        right: calc( ( 100% - 20px ) / 4 );
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid #0099ff;
        border-bottom: 0;
        transform: translate(50%, 0); }
      #flow .tech > ul > li:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: calc( ( 100% - 20px ) / 4 );
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid #004ea2;
        border-bottom: 0;
        transform: translate(-50%, 0); }
      #flow .tech > ul > li:first-child > div {
        color: #fff;
        background: #004ea2;
        font-size: 2.2rem; }
        @media all and (max-width: 520px) {
          #flow .tech > ul > li:first-child > div {
            font-size: 1.8rem; } }
        #flow .tech > ul > li:first-child > div:last-child {
          background: #0099ff; }
        #flow .tech > ul > li:first-child > div p.fnote {
          text-align: left; }
      #flow .tech > ul > li:nth-child(4) > div, #flow .tech > ul > li:nth-child(6) > div {
        color: #fff;
        background: #004ea2; }
        #flow .tech > ul > li:nth-child(4) > div:last-child, #flow .tech > ul > li:nth-child(6) > div:last-child {
          background: #0099ff; }
      #flow .tech > ul > li:nth-child(4):after {
        content: none; }
      #flow .tech > ul > li:last-child:before, #flow .tech > ul > li:last-child:after {
        content: none; }
      #flow .tech > ul > li > div {
        border: 2px #5375a3 solid;
        text-align: center;
        padding: 25px;
        box-sizing: border-box;
        position: relative;
        font-size: 1.8rem;
        font-weight: 600;
        background: rgba(255, 255, 255, 0.9); }
        @media all and (max-width: 520px) {
          #flow .tech > ul > li > div {
            font-size: 1.5rem;
            padding: 15px; } }
        #flow .tech > ul > li > div:nth-child(2) {
          border-color: #0099ff; }
          #flow .tech > ul > li > div:nth-child(2) > span {
            color: #0099ff; }
        #flow .tech > ul > li > div.empty {
          border: none;
          background: none;
          position: relative; }
          #flow .tech > ul > li > div.empty:after {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            width: 2px;
            height: calc( 100% + 40px );
            background: #5375a3; }
        #flow .tech > ul > li > div > span {
          color: #003D90; }
        #flow .tech > ul > li > div p {
          font-size: 1.6rem;
          text-align: center; }
          @media all and (max-width: 520px) {
            #flow .tech > ul > li > div p {
              font-size: 1.3rem;
              text-align: left; } }
        #flow .tech > ul > li > div p.fnote {
          font-weight: normal;
          margin: 15px 0 0 0; }
          @media all and (max-width: 520px) {
            #flow .tech > ul > li > div p.fnote {
              margin: 10px 0 0 0; } }
        #flow .tech > ul > li > div p.deplist {
          margin: 10px 0 0 0; }
          #flow .tech > ul > li > div p.deplist span {
            color: #fff;
            font-size: 1.4rem;
            display: block;
            width: 200px;
            padding: 8px 15px;
            box-sizing: border-box;
            margin: 20px auto 10px;
            background: #004ea2;
            border-radius: 20px;
            line-height: 1; }
            @media all and (max-width: 520px) {
              #flow .tech > ul > li > div p.deplist span {
                font-size: 1.3rem;
                width: 120px;
                display: block;
                text-align: center; } }
        #flow .tech > ul > li > div ul.flowlist {
          font-weight: normal;
          font-size: 1.6rem;
          margin: 10px auto 0px;
          list-style: disc;
          width: 95px; }
          @media all and (max-width: 520px) {
            #flow .tech > ul > li > div ul.flowlist {
              font-size: 1.3rem;
              width: 75px; } }
          #flow .tech > ul > li > div ul.flowlist li {
            list-style: disc;
            margin: 0 0 0 1em; }
          #flow .tech > ul > li > div ul.flowlist + p {
            margin-top: 5px; }
      #flow .tech > ul > li.col2 {
        display: flex;
        justify-content: space-between; }
        #flow .tech > ul > li.col2 > div {
          width: calc( ( 100% - 20px ) / 2 ); }
      #flow .tech > ul > li .note {
        margin: 15px 0 0 1em; }

#faq dl {
  border-bottom: 1px #666 solid;
  margin-bottom: 80px; }
  @media all and (max-width: 520px) {
    #faq dl {
      margin-bottom: 60px; } }
  #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; } }
