@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@media all and (max-width: 960px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 960px) {
    .sp {
      display: block; } }

html {
  font-size: 62.5%;
  font-family: "Inter", "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; }

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none; }
  @media all and (max-width: 960px) {
    a[href^="tel:"] {
      pointer-events: auto;
      text-decoration: underline; } }

/*******************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 104px;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box; }
  @media all and (max-width: 960px) {
    #header {
      padding: 20px;
      height: 73px; } }

#logo {
  position: relative;
  z-index: 3;
  width: 300px; }
  #logo img {
    display: inline-block;
    vertical-align: middle;
    width: 119px;
    margin: 0 20px 0 0; }
    @media all and (max-width: 960px) {
      #logo img {
        width: 100px; } }
    @media all and (max-width: 320px) {
      #logo img {
        width: 80px; } }
  #logo a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #029ce5;
    font-weight: 500; }

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000; }

#pagetop a {
  display: block;
  width: 56px;
  height: 56px;
  transition: all .3s ease-in-out;
  border: 2px #a4a4a4 solid;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 300; }
  #pagetop a:before, #pagetop a:after {
    content: '';
    display: block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #a4a4a4;
    border-radius: 2px;
    margin-top: -2px; }
  #pagetop a:before {
    transform: rotate(-45deg);
    left: 11px; }
  #pagetop a:after {
    transform: rotate(45deg);
    right: 11px; }
  #pagetop a:hover {
    border-color: #029ce5; }
    #pagetop a:hover:before, #pagetop a:hover:after {
      background-color: #029ce5; }

#nav {
  transition: all .2s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  top: 18px;
  right: 5px;
  z-index: 101;
  transition: all .2s ease-in-out;
  width: 70px;
  height: 70px; }
  @media all and (max-width: 960px) {
    #nav {
      display: block;
      top: 5px;
      right: 5px; } }
  @media all and (max-width: 320px) {
    #nav {
      top: 0px;
      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: 19px; }
  #nav span:nth-of-type(2) {
    top: 32px; }
  #nav span:nth-of-type(3) {
    top: 45px; }
  #nav:hover span {
    background-color: #029ce5; }
  #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); }

#globalnav {
  position: fixed;
  top: 35px;
  right: 75px;
  z-index: 11;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible; }
  #globalnav.hide {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden; }
  @media all and (max-width: 960px) {
    #globalnav {
      display: none; } }
  #globalnav > ul {
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    z-index: 100; }
    #globalnav > ul > li {
      margin-left: 14px;
      width: 130px;
      width: 177px; }
      #globalnav > ul > li a {
        display: block;
        border: 1px #000 solid;
        background: #000;
        padding: 9px 0;
        box-sizing: border-box;
        font-size: 1.4rem;
        letter-spacing: 0.15em;
        line-height: 1;
        text-decoration: none;
        color: #fff;
        text-align: center;
        transition: all .2s ease-in-out; }
        #globalnav > ul > li a:hover {
          border-color: #029ce5;
          background: #029ce5; }

#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: #029ce5;
    background: #eaefef;
    height: 100%;
    width: 480px;
    padding: 50px;
    box-sizing: border-box;
    color: #fff; }
    @media all and (max-width: 520px) {
      #gnav > div {
        width: 100%; } }
    @media all and (max-width: 320px) {
      #gnav > div {
        padding: 30px; } }
    #gnav > div a {
      color: #fff;
      text-decoration: none; }
    #gnav > div .navlogo {
      position: relative;
      z-index: 3;
      width: 300px;
      margin-bottom: 30px; }
      #gnav > div .navlogo img {
        display: inline-block;
        vertical-align: middle;
        width: 119px;
        margin: 0 20px 0 0; }
        @media all and (max-width: 960px) {
          #gnav > div .navlogo img {
            width: 100px; } }
        @media all and (max-width: 320px) {
          #gnav > div .navlogo img {
            width: 80px; } }
      #gnav > div .navlogo a {
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #029ce5;
        transition: all .2s ease-in-out; }
    #gnav > div .contentslink {
      list-style: none;
      margin: 20px 0px 30px; }
      #gnav > div .contentslink li {
        font-size: 1.7rem;
        width: 40%;
        min-width: 270px;
        margin-bottom: 10px;
        color: #000; }
        @media all and (max-width: 960px) {
          #gnav > div .contentslink li {
            font-size: 1.6rem; } }
        #gnav > div .contentslink li > ul {
          margin-left: 20px; }
          #gnav > div .contentslink li > ul li {
            margin-bottom: 0px; }
        #gnav > div .contentslink li a {
          color: #000;
          transition: all .2s ease-in-out; }
          #gnav > div .contentslink li a:hover {
            color: #029ce5; }
        #gnav > div .contentslink li a[target="_blank"] {
          background: url("../images/icon_blank.svg") no-repeat right center;
          background-size: 14px auto;
          padding-right: 20px; }
          #gnav > div .contentslink li a[target="_blank"]:hover {
            background: url("../images/icon_blank_blue.svg") no-repeat right center;
            background-size: 14px auto; }
    #gnav > div .buttonlink {
      list-style: none;
      line-height: 1;
      margin-bottom: 30px; }
      #gnav > div .buttonlink > li {
        margin: 0 15px 15px 0;
        width: 140px;
        font-size: 1.5rem;
        width: 100%; }
        @media all and (max-width: 960px) {
          #gnav > div .buttonlink > li {
            font-size: 1.4rem; } }
        #gnav > div .buttonlink > li a {
          display: block;
          border: 1px #000 solid;
          background: #000;
          padding: 15px 0;
          box-sizing: border-box;
          letter-spacing: 0.15em;
          line-height: 1;
          text-decoration: none;
          color: #fff;
          text-align: center;
          transition: all .2s ease-in-out; }
          #gnav > div .buttonlink > li a:hover {
            border-color: #029ce5;
            background: #029ce5; }
    #gnav > div .sitelink {
      list-style: none; }
      #gnav > div .sitelink li {
        font-size: 1.5rem;
        letter-spacing: 0em; }
        @media all and (max-width: 960px) {
          #gnav > div .sitelink li {
            font-size: 1.4rem; } }
        #gnav > div .sitelink li a {
          color: #029ce5; }
        #gnav > div .sitelink li a[target="_blank"] {
          background: url("../images/icon_blank_blue.svg") no-repeat right center;
          background-size: 12px auto;
          padding-right: 17px;
          transition: all .2s ease-in-out; }
  #gnav.active {
    opacity: 1;
    visibility: visible; }
    #gnav.active ul li {
      margin-right: 0px;
      opacity: 1; }

#footer {
  z-index: 2;
  background: #eaefef;
  color: #040000;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media all and (max-width: 960px) {
    #footer {
      padding: 25px 20px 20px; } }
  #footer .wrapper {
    width: 100%;
    max-width: 1000px;
    margin: auto; }
  #footer .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media all and (max-width: 960px) {
      #footer .container {
        display: block; } }
  #footer a {
    text-decoration: none; }
  #footer .footlogo {
    width: 210px; }
    #footer .footlogo img {
      width: 165px; }
      @media all and (max-width: 960px) {
        #footer .footlogo img {
          width: 120px; } }
    #footer .footlogo span {
      display: inline-block;
      font-size: 1.5rem;
      letter-spacing: 0em;
      color: #029ce5;
      background: url("../images/icon_blank_blue.svg") no-repeat right center;
      background-size: 12px auto;
      padding-right: 17px;
      transition: all .2s ease-in-out; }
      @media all and (max-width: 960px) {
        #footer .footlogo span {
          font-size: 1.3rem; } }
  #footer .contentslink {
    display: flex;
    flex-wrap: wrap; }
    @media all and (max-width: 960px) {
      #footer .contentslink {
        margin: 20px 0px 20px; } }
    #footer .contentslink > ul {
      list-style: none;
      margin-bottom: 20px; }
      @media all and (max-width: 960px) {
        #footer .contentslink > ul {
          width: 100%;
          justify-content: flex-start;
          margin: 0; } }
      #footer .contentslink > ul > li {
        font-size: 1.7rem;
        width: 40%;
        min-width: 270px; }
        #footer .contentslink > ul > li > ul {
          list-style: none;
          margin-left: 20px; }
        @media all and (max-width: 960px) {
          #footer .contentslink > ul > li {
            width: 100%;
            font-size: 1.5rem; }
            #footer .contentslink > ul > li:nth-child(2) {
              order: 2; }
            #footer .contentslink > ul > li:nth-child(3) {
              order: 3; }
            #footer .contentslink > ul > li:nth-child(4) {
              order: 4; } }
        #footer .contentslink > ul > li a {
          color: #040000;
          transition: all .2s ease-in-out; }
          #footer .contentslink > ul > li a:hover {
            color: #029ce5; }
        #footer .contentslink > ul > li a[target="_blank"] {
          background: url("../images/icon_blank.svg") no-repeat right center;
          background-size: 14px auto;
          padding-right: 20px; }
          #footer .contentslink > ul > li a[target="_blank"]:hover {
            background: url("../images/icon_blank_blue.svg") no-repeat right center;
            background-size: 14px auto; }
  #footer .buttonlink {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 1;
    width: 230px; }
    @media all and (max-width: 960px) {
      #footer .buttonlink {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 50px; } }
    @media all and (max-width: 520px) {
      #footer .buttonlink {
        justify-content: space-between; } }
    #footer .buttonlink > li {
      margin: 0 0 15px 15px;
      width: 140px;
      font-size: 1.5rem;
      margin: 0 0 10px 15px;
      width: 100%; }
      @media all and (max-width: 960px) {
        #footer .buttonlink > li {
          min-width: 40%;
          margin: 0 0 15px 0;
          font-size: 1.4rem; } }
      #footer .buttonlink > li:nth-child(3), #footer .buttonlink > li:nth-child(4) {
        margin-bottom: 0; }
      #footer .buttonlink > li a {
        display: block;
        border: 1px #000 solid;
        background: #000;
        padding: 9px 0;
        box-sizing: border-box;
        letter-spacing: 0.15em;
        line-height: 1;
        text-decoration: none;
        color: #fff;
        text-align: center;
        transition: all .2s ease-in-out; }
        @media all and (max-width: 960px) {
          #footer .buttonlink > li a {
            padding: 15px 0; } }
        #footer .buttonlink > li a:hover {
          border-color: #029ce5;
          background: #029ce5; }
  #footer .copyright {
    font-size: 1.4rem;
    letter-spacing: 0.05em; }
    @media all and (max-width: 960px) {
      #footer .copyright {
        font-size: 1.2rem; } }

/************************************************/
main {
  display: block;
  width: 100%;
  margin: 0px auto 0;
  padding-top: 104px;
  box-sizing: border-box; }
  @media all and (max-width: 960px) {
    main {
      padding-top: 73px; } }
  main a {
    text-decoration: none; }

#mv {
  padding-bottom: 100px;
  max-width: 1400px;
  margin: auto;
  position: relative; }
  @media all and (max-width: 960px) {
    #mv {
      overflow: hidden;
      padding-bottom: 0;
      margin-bottom: 30px; } }
  #mv .bg_left {
    max-width: 372px;
    width: 30%;
    position: absolute;
    bottom: -80px;
    left: -130px; }
    @media all and (max-width: 960px) {
      #mv .bg_left {
        width: 186px;
        bottom: -60px;
        left: 0;
        transform: translateX(-41%); } }
  #mv .bg_right {
    max-width: 385px;
    width: 30%;
    position: absolute;
    bottom: -80px;
    right: -130px; }
    @media all and (max-width: 960px) {
      #mv .bg_right {
        width: 194px;
        bottom: -60px;
        right: 0;
        transform: translateX(38%); } }
  #mv .wrapper {
    max-width: 1100px;
    margin: auto;
    position: relative; }
  #mv .mvsp {
    display: block;
    width: 100%;
    height: 320px;
    background: url("../images/top/mv_sp.jpg") repeat-x left 0 top 0;
    background-size: 500px auto;
    animation: scroll-anim_sp 20s linear infinite; }
@keyframes scroll-anim_sp {
  100% {
    background-position: left -500px top 0; } }
  #mv ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0 70px; }
    #mv ul li {
      width: 22%;
      position: relative; }
      #mv ul li:nth-child(1) {
        margin-top: 40px; }
        #mv ul li:nth-child(1) .pngimg {
          width: 193px;
          position: absolute;
          top: -5px;
          left: -70px;
          z-index: 5; }
      #mv ul li:nth-child(2) {
        margin-top: 105px; }
        #mv ul li:nth-child(2):after {
          animation: scroll-anim 20s linear infinite; }
        #mv ul li:nth-child(2) .pngimg {
          width: 245px;
          position: absolute;
          bottom: -100px;
          right: -120px;
          z-index: 5; }
      #mv ul li:nth-child(4) {
        margin-top: 45px; }
        #mv ul li:nth-child(4):after {
          animation: scroll-anim 30s linear infinite; }
        #mv ul li:nth-child(4) .pngimg {
          width: 109px;
          position: absolute;
          top: -45px;
          right: -50px;
          z-index: 5; }
      #mv ul li:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/top/mv1_layer.png") repeat-y left 0 top 0;
        position: absolute;
        top: 0;
        left: 0;
        background-size: auto 400px;
        animation: scroll-anim 40s linear infinite; }
@keyframes scroll-anim {
  100% {
    background-position: left 0 top 400px; } }
      #mv ul li img {
        display: block; }
  #mv .copy {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    margin: auto; }
    #mv .copy p {
      font-weight: 500;
      letter-spacing: 0.2em;
      line-height: 1.6;
      font-size: 2.6rem; }
      #mv .copy p:nth-child(2) {
        font-size: 7.4rem;
        margin-left: 0.6em; }
      @media all and (max-width: 960px) {
        #mv .copy p {
          letter-spacing: 0.1em;
          font-size: 2rem; }
          #mv .copy p:nth-child(2) {
            font-size: 4rem; } }
      @media all and (max-width: 520px) {
        #mv .copy p {
          font-size: 1.8rem; }
          #mv .copy p:nth-child(2) {
            font-size: 3rem; } }

#topindex {
  background: url("../images/top/top_contents_bg.svg") no-repeat center top 30px;
  background-size: 600px auto; }
  @media all and (max-width: 960px) {
    #topindex {
      background: url("../images/top/top_contents_bg.svg") no-repeat top 100px left 200px;
      background-size: 600px auto; } }
  #topindex .wrapper {
    max-width: 960px;
    margin: auto; }
    @media all and (max-width: 960px) {
      #topindex .wrapper {
        margin: 0 20px; } }
  #topindex nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #topindex section {
    width: calc( ( 100% - 80px ) / 2 );
    min-height: 200px;
    position: relative;
    padding: 0 0 25px;
    box-sizing: border-box;
    margin: 0 0 90px; }
    @media all and (max-width: 960px) {
      #topindex section {
        width: 100%;
        min-height: 210px;
        margin-bottom: 60px; } }
    #topindex section:before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0; }
    #topindex section:after {
      content: '';
      display: block;
      width: calc( 100% - 14px );
      height: 7px;
      background: #029ce5;
      position: absolute;
      bottom: 0;
      left: 14px; }
    #topindex section:nth-child(1) {
      background: url("../images/top/top_contents1.png") no-repeat bottom right;
      background-size: 184px auto; }
      @media all and (max-width: 960px) {
        #topindex section:nth-child(1) {
          background: url("../images/top/top_contents1.png") no-repeat bottom right -15px;
          background-size: 150px auto; } }
      @media all and (max-width: 320px) {
        #topindex section:nth-child(1) {
          background: url("../images/top/top_contents1.png") no-repeat bottom right -15px;
          background-size: 120px auto; } }
    #topindex section:nth-child(2) {
      background: url("../images/top/top_contents2.png") no-repeat bottom right -15px;
      background-size: 211px auto; }
      @media all and (max-width: 960px) {
        #topindex section:nth-child(2) {
          background: url("../images/top/top_contents2.png") no-repeat bottom right -20px;
          background-size: 170px auto; } }
      @media all and (max-width: 320px) {
        #topindex section:nth-child(2) {
          background: url("../images/top/top_contents2.png") no-repeat bottom right -15px;
          background-size: 150px auto; } }
      #topindex section:nth-child(2) h1 {
        font-size: 3.5rem; }
        @media all and (max-width: 960px) {
          #topindex section:nth-child(2) h1 {
            font-size: 2.6rem; } }
    #topindex section:nth-child(3) {
      background: url("../images/top/top_data.png") no-repeat bottom 30px right 30px;
      background-size: 126px auto; }
      @media all and (max-width: 960px) {
        #topindex section:nth-child(3) {
          background: url("../images/top/top_data.png") no-repeat bottom 30px right 25px;
          background-size: 100px auto; } }
      @media all and (max-width: 320px) {
        #topindex section:nth-child(3) {
          background: url("../images/top/top_contents3.png") no-repeat bottom 20px right 15px;
          background-size: 180px auto; } }
    #topindex section:nth-child(4) {
      background: url("../images/top/top_welfare.png") no-repeat bottom 22px right 7px;
      background-size: 195px auto; }
      @media all and (max-width: 960px) {
        #topindex section:nth-child(4) {
          background: url("../images/top/top_welfare.png") no-repeat bottom 22px right 7px;
          background-size: 150px auto; } }
      @media all and (max-width: 320px) {
        #topindex section:nth-child(4) {
          background: url("../images/top/top_contents4.png") no-repeat bottom right -10px;
          background-size: 150px auto; } }
      #topindex section:nth-child(4) h1 {
        line-height: 1.2;
        margin-bottom: 25px; }
    #topindex section:nth-child(5) {
      width: 100%; }
    #topindex section:nth-child(6) {
      background: url("../images/top/top_contents3.png") no-repeat bottom right -10px;
      background-size: 238px auto; }
      @media all and (max-width: 960px) {
        #topindex section:nth-child(6) {
          background: url("../images/top/top_contents3.png") no-repeat bottom right -20px;
          background-size: 200px auto; } }
      @media all and (max-width: 320px) {
        #topindex section:nth-child(6) {
          background: url("../images/top/top_contents3.png") no-repeat bottom right -20px;
          background-size: 180px auto; } }
    #topindex section:nth-child(7) {
      background: url("../images/top/top_contents4.png") no-repeat bottom right -10px;
      background-size: 228px auto; }
      @media all and (max-width: 960px) {
        #topindex section:nth-child(7) {
          background: url("../images/top/top_contents4.png") no-repeat bottom right -10px;
          background-size: 200px auto; } }
      @media all and (max-width: 320px) {
        #topindex section:nth-child(7) {
          background: url("../images/top/top_contents4.png") no-repeat bottom right -10px;
          background-size: 150px auto; } }
    #topindex section > a {
      display: block;
      transition: all .2s ease-in-out;
      color: #000; }
      #topindex section > a:hover {
        color: #029ce5; }
        #topindex section > a:hover div {
          background: url("../images/icon_more_blue.svg") no-repeat right center;
          background-size: 46px auto; }
        #topindex section > a:hover div.blank {
          background: url("../images/icon_blank_blue.svg") no-repeat right center;
          background-size: 14px auto; }
    #topindex section h1 {
      font-size: 4rem;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 15px; }
      #topindex section h1 strong {
        font-size: 5.2rem;
        letter-spacing: 0.2em;
        line-height: 1.3; }
      @media all and (max-width: 960px) {
        #topindex section h1 {
          font-size: 3rem; }
          #topindex section h1 strong {
            font-size: 3rem;
            line-height: 1; } }
    #topindex section p {
      font-size: 1.7rem; }
      @media all and (max-width: 960px) {
        #topindex section p {
          font-size: 1.5rem; } }
    #topindex section dl dt {
      font-size: 2.2rem; }
      @media all and (max-width: 960px) {
        #topindex section dl dt {
          font-size: 2rem; } }
    #topindex section dl dd {
      font-size: 1.8rem; }
      @media all and (max-width: 960px) {
        #topindex section dl dd {
          font-size: 1.6rem; } }
    #topindex section ul {
      font-size: 2.2rem; }
      @media all and (max-width: 960px) {
        #topindex section ul {
          font-size: 2rem; } }
      #topindex section ul li {
        display: inline-block; }
        #topindex section ul li:nth-child(1) {
          display: block; }
    #topindex section div.more {
      display: inline-block;
      margin: 10px 0 0;
      font-size: 1.7rem;
      background: url("../images/icon_more.svg") no-repeat right center;
      background-size: 46px auto;
      padding-right: 54px; }
      @media all and (max-width: 960px) {
        #topindex section div.more {
          font-size: 1.5rem; } }
    #topindex section div.blank {
      background: url("../images/icon_blank.svg") no-repeat right center;
      background-size: 14px auto;
      padding-right: 20px;
      display: inline-block;
      margin: 10px 0 0;
      font-size: 1.7rem; }
      @media all and (max-width: 960px) {
        #topindex section div.blank {
          font-size: 1.5rem; } }

.interviewnav {
  max-width: 1000px;
  margin: auto; }
  .interviewnav .container {
    margin: 0 auto 80px;
    max-width: calc( 100vw - 50px ); }
    @media all and (max-width: 960px) {
      .interviewnav .container {
        margin: 0 25px 80px; } }
  .interviewnav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .interviewnav ul li {
      justify-content: space-between;
      margin-right: 1px;
      width: calc(50% - 1px);
      transition: all .2s ease-in-out; }
      @media all and (max-width: 520px) {
        .interviewnav ul li {
          width: 100%;
          margin-bottom: 1px; } }
      .interviewnav ul li > a {
        display: block;
        color: #FFF;
        transition: all .2s ease-in-out;
        overflow: hidden; }
        .interviewnav ul li > a img {
          display: block;
          transition: all .2s ease-in-out; }
        .interviewnav ul li > a div {
          display: flex !important;
          margin: 0 !important;
          padding: 15px 20px 20px !important;
          background: #029ce5 !important;
          position: relative;
          z-index: 1; }
          @media all and (max-width: 960px) {
            .interviewnav ul li > a div {
              padding: 5px 10px 10px !important; } }
          .interviewnav ul li > a div p {
            margin: 0px;
            padding-bottom: 0 !important; }
            .interviewnav ul li > a div p span {
              font-size: 2.4rem; }
          .interviewnav ul li > a div .num {
            font-size: 7.2rem !important;
            font-weight: 600;
            line-height: 1;
            margin-right: 40px; }
            @media all and (max-width: 960px) {
              .interviewnav ul li > a div .num {
                font-size: 3rem !important;
                margin-right: 15px;
                margin-top: 8px; } }
      .interviewnav ul li:hover div {
        background: #efefef !important; }
      .interviewnav ul li:hover a {
        color: #029ce5 !important; }
      .interviewnav ul li:hover img {
        transform: scale(1.1); }
      .interviewnav ul li.current {
        opacity: 0.5; }
        .interviewnav ul li.current:hover div {
          background: #029ce5 !important; }
        .interviewnav ul li.current:hover a {
          color: #fff !important; }
        .interviewnav ul li.current:hover img {
          transform: scale(1); }
        .interviewnav ul li.current a {
          pointer-events: none; }

#process .contentsheader {
  height: 335px;
  background: url("../images/process/head.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  position: relative; }
  @media all and (max-width: 960px) {
    #process .contentsheader {
      height: 250px; } }
  @media all and (max-width: 520px) {
    #process .contentsheader {
      height: 200px; } }
  #process .contentsheader h1 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0px 50px 0;
    box-sizing: border-box;
    font-size: 6rem;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -5px; }
    @media all and (max-width: 960px) {
      #process .contentsheader h1 {
        font-size: 4rem; } }
    @media all and (max-width: 520px) {
      #process .contentsheader h1 {
        padding: 0px 30px 0;
        font-size: 3rem; } }
    #process .contentsheader h1 span {
      display: block; }
      #process .contentsheader h1 span:nth-child(2) {
        font-size: 2.2rem; }
        @media all and (max-width: 960px) {
          #process .contentsheader h1 span:nth-child(2) {
            font-size: 1.8rem; } }
        @media all and (max-width: 960px) {
          #process .contentsheader h1 span:nth-child(2) {
            font-size: 1.6rem; } }
#process .bgwrapper {
  background: url("../images/location/bg-l.png") repeat-y left top 800px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #process .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -100px top 800px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #process .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -250px top 800px;
      background-size: 400px auto; } }
#process .contents {
  max-width: none;
  padding: 0;
  background: url("../images/location/bg-l.png") repeat-y right top 2500px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #process .contents {
      background: url("../images/location/bg-l.png") repeat-y right -100px top 2500px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #process .contents {
      background: url("../images/location/bg-l.png") repeat-y right -250px top 2500px;
      background-size: 400px auto; } }
#process .sectionwrapper {
  max-width: 960px;
  padding: 0 15px;
  margin: auto; }
  #process .sectionwrapper > section {
    margin: 60px auto; }

.path {
  max-width: 1400px;
  margin: 20px auto;
  padding: 0 15px;
  font-size: 1.5rem; }
  @media all and (max-width: 960px) {
    .path {
      font-size: 1.3rem; } }
  .path a {
    color: #000;
    transition: all .2s ease-in-out; }
    .path a:hover {
      color: #029ce5; }

.contents {
  max-width: 960px;
  padding: 0 15px;
  margin: 60px auto; }
  .contents h2 {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 20px; }
    @media all and (max-width: 960px) {
      .contents h2 {
        font-size: 2rem; } }
    .contents h2 img {
      width: 57px;
      vertical-align: middle;
      margin-right: 10px; }
    .contents h2 span {
      vertical-align: middle; }
  .contents > section {
    margin: 0 0 60px; }
    .contents > section.h24 h2 + p {
      margin-bottom: 30px; }
    .contents > section a {
      color: #029ce5; }
      .contents > section a:hover {
        border-bottom: 1px #029ce5 solid; }
    .contents > section a[target="_blank"] {
      background: url("../images/icon_blank_blue.svg") no-repeat right 4px center;
      background-size: 14px auto;
      padding-right: 22px; }
  .contents > section.h21 h2 span {
    background: url("../images/process/h2_u1.svg") no-repeat bottom left; }
  .contents > section.h22 h2 span {
    background: url("../images/process/h2_u2.svg") no-repeat bottom left; }
  .contents > section.h23 h2 span {
    background: url("../images/process/h2_u3.svg") no-repeat bottom left; }
  .contents > section.h24 h2 span {
    background: url("../images/process/h2_u4.svg") no-repeat bottom left; }
  .contents > section.h25 h2 span {
    background: url("../images/process/h2_u5.svg") no-repeat bottom left; }
  .contents > section.h26 h2 span {
    background: url("../images/process/h2_u6.svg") no-repeat bottom left; }
  .contents > section p {
    font-size: 1.7rem; }
    @media all and (max-width: 960px) {
      .contents > section p {
        font-size: 1.5rem; } }
  .contents .buttonlink {
    list-style: none;
    line-height: 1; }
    .contents .buttonlink > li {
      margin: 40px auto;
      transition: all .3s ease-in-out;
      width: 315px;
      font-size: 2.2rem; }
      @media all and (max-width: 960px) {
        .contents .buttonlink > li {
          font-size: 1.8rem;
          width: 280px; } }
      .contents .buttonlink > li a {
        display: block;
        border: 1px #000 solid;
        background: #000;
        padding: 18px 0;
        box-sizing: border-box;
        letter-spacing: 0.2em;
        line-height: 1;
        text-decoration: none;
        color: #fff;
        text-align: center;
        transition: all .2s ease-in-out; }
      .contents .buttonlink > li:hover a {
        border-color: #029ce5;
        background: #029ce5; }

.flow ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flow ul li {
    width: calc( ( 100% - 96px ) / 3);
    padding: 20px 0;
    box-sizing: border-box; }
    @media all and (max-width: 960px) {
      .flow ul li {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 40px;
        position: relative; }
        .flow ul li:after {
          content: '';
          display: block;
          width: 100%;
          height: 40px;
          position: absolute;
          bottom: -40px;
          left: 0;
          background: url("../images/process/flow_arrow_down.svg") no-repeat top center; } }
    .flow ul li > div {
      border: 1px #000 solid;
      background: #fff;
      border-radius: 10px;
      margin: 0 0 15px;
      position: relative; }
      .flow ul li > div:after {
        content: '';
        display: block;
        width: 40px;
        height: 100%;
        position: absolute;
        top: 0px;
        right: -40px;
        background: url("../images/process/flow_arrow.svg") no-repeat center left; }
        @media all and (max-width: 960px) {
          .flow ul li > div:after {
            content: none; } }
      .flow ul li > div p:nth-child(1) {
        width: 110px;
        background: #7de877;
        text-align: center;
        border-radius: 20px;
        margin: -20px auto;
        border: 5px #fff solid;
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff; }
        .after .flow ul li > div p:nth-child(1) {
          background: #ff8bfd; }
      .flow ul li > div p:nth-child(2) {
        padding: 30px 0 20px;
        box-sizing: border-box;
        font-size: 2rem;
        font-weight: 500;
        text-align: center; }
        @media all and (max-width: 960px) {
          .flow ul li > div p:nth-child(2) {
            font-size: 1.8rem; } }
    .flow ul li:last-child {
      margin: 0 0 0px; }
      .flow ul li:last-child > div:after {
        content: none; }
      .flow ul li:last-child:after {
        content: none; }

.faq > section {
  margin-bottom: 50px; }
.faq h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px #000 solid; }
  @media all and (max-width: 960px) {
    .faq h3 {
      font-size: 1.8rem; } }
.faq dl {
  border-bottom: 1px #000 dashed; }
  .faq dl dt {
    font-size: 2rem;
    padding: 20px 45px 20px 5px;
    position: relative; }
    @media all and (max-width: 960px) {
      .faq dl dt {
        font-size: 1.8rem;
        padding: 15px 35px 15px 5px; } }
    .faq dl dt:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 9px solid transparent;
      border-left: 9px solid transparent;
      border-bottom: 16px solid #ffe200;
      border-top: 0;
      transform: translateY(-50%) rotate(180deg);
      position: absolute;
      top: 50%;
      right: 20px;
      transition: all .2s ease-in-out; }
      @media all and (max-width: 960px) {
        .faq dl dt:after {
          right: 10px; } }
    .faq dl dt:hover {
      background: #eaefef;
      cursor: pointer; }
    .faq dl dt.open:after {
      transform: translateY(-50%) rotate(0deg); }
    .faq dl dt > div {
      display: inline-block;
      vertical-align: top; }
      .faq dl dt > div:nth-child(1) {
        font-size: 3rem;
        color: #ccc;
        width: 50px;
        line-height: 1;
        margin-top: 2px; }
        @media all and (max-width: 960px) {
          .faq dl dt > div:nth-child(1) {
            font-size: 2.4rem;
            width: 40px;
            margin-top: 4px; } }
      .faq dl dt > div:nth-child(2) {
        width: calc( 100% - 50px ); }
        @media all and (max-width: 960px) {
          .faq dl dt > div:nth-child(2) {
            width: calc( 100% - 40px ); } }
  .faq dl dd {
    font-size: 1.7rem;
    padding: 10px 0 20px 5px;
    display: none; }
    @media all and (max-width: 960px) {
      .faq dl dd {
        font-size: 1.5rem;
        padding: 5px 0 15px 5px; } }
    .faq dl dd > div {
      display: inline-block;
      vertical-align: top; }
      .faq dl dd > div:nth-child(1) {
        font-size: 3rem;
        color: #ccc;
        width: 50px;
        line-height: 1;
        margin-top: 1px; }
        @media all and (max-width: 960px) {
          .faq dl dd > div:nth-child(1) {
            margin-top: 0px;
            font-size: 2.4rem;
            width: 40px;
            margin-top: 3px; } }
      .faq dl dd > div:nth-child(2) {
        width: calc( 100% - 50px ); }
        @media all and (max-width: 960px) {
          .faq dl dd > div:nth-child(2) {
            width: calc( 100% - 40px ); } }
  .faq dl a {
    color: #029ce5;
    border-bottom: 1px #fff solid; }
    .faq dl a:hover {
      border-bottom: 1px #029ce5 solid; }
  .faq dl a[target="_blank"] {
    background: url("../images/icon_blank_blue.svg") no-repeat right 4px center;
    background-size: 14px auto;
    padding-right: 22px; }
  .faq dl br + a {
    line-height: 2.5; }

.contentsheader {
  height: 335px;
  margin-bottom: 20px;
  position: relative; }
  @media all and (max-width: 960px) {
    .contentsheader {
      height: 250px;
      background-size: cover; } }
  @media all and (max-width: 520px) {
    .contentsheader {
      background-size: cover;
      height: 200px; } }
  .contentsheader h1 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0px 50px 0;
    box-sizing: border-box;
    font-size: 6rem;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -5px; }
    @media all and (max-width: 960px) {
      .contentsheader h1 {
        font-size: 4rem; } }
    @media all and (max-width: 520px) {
      .contentsheader h1 {
        padding: 0px 30px 0;
        font-size: 3rem; } }
    .contentsheader h1 p {
      display: block; }
      .contentsheader h1 p:nth-child(1) {
        line-height: 1.4;
        margin-bottom: 13px; }
      .contentsheader h1 p:nth-child(2) {
        font-size: 2.2rem; }
        @media all and (max-width: 960px) {
          .contentsheader h1 p:nth-child(2) {
            font-size: 1.8rem; } }
        @media all and (max-width: 960px) {
          .contentsheader h1 p:nth-child(2) {
            font-size: 1.6rem; } }
      .contentsheader h1 p span {
        display: inline-block; }

#welfare .contentsheader {
  background: url("../images/welfare/head.jpg") no-repeat center center;
  background-size: cover; }
  @media all and (max-width: 960px) {
    #welfare .contentsheader {
      background: url("../images/welfare/head.jpg") no-repeat right 40% center;
      background-size: cover; } }
  @media all and (max-width: 520px) {
    #welfare .contentsheader {
      background: url("../images/welfare/head.jpg") no-repeat right 40% center;
      background-size: cover; } }
#welfare .bgwrapper {
  background: url("../images/location/bg-l.png") repeat-y left top 800px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #welfare .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -100px top 800px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #welfare .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -250px top 800px;
      background-size: 400px auto; } }
#welfare .contents {
  max-width: none;
  padding: 0;
  background: url("../images/location/bg-l.png") repeat-y right top 2500px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #welfare .contents {
      background: url("../images/location/bg-l.png") repeat-y right -100px top 2500px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #welfare .contents {
      background: url("../images/location/bg-l.png") repeat-y right -250px top 2500px;
      background-size: 400px auto; } }
#welfare .sectionwrapper {
  max-width: 860px;
  padding: 0 15px;
  margin: auto; }
#welfare .lead {
  margin-bottom: 60px; }
#welfare .pageanchor ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 100px; }
  @media all and (max-width: 960px) {
    #welfare .pageanchor ul {
      margin: 0 auto 50px;
      justify-content: center; } }
  #welfare .pageanchor ul li {
    width: calc( ( 100% - 45px ) / 2); }
    @media all and (max-width: 960px) {
      #welfare .pageanchor ul li {
        width: 300px;
        margin: 0 10px 15px; } }
    #welfare .pageanchor ul li a {
      display: block;
      background: #029ce5;
      color: #fff;
      text-align: center;
      font-size: 2.1rem;
      padding: 15px 0;
      border: 1px #029ce5 solid;
      transition: all .2s ease-in-out; }
      @media all and (max-width: 960px) {
        #welfare .pageanchor ul li a {
          font-size: 1.5rem; } }
      #welfare .pageanchor ul li a:hover {
        background: #fff;
        color: #029ce5; }
        #welfare .pageanchor ul li a:hover span:before, #welfare .pageanchor ul li a:hover span:after {
          background-color: #029ce5; }
      #welfare .pageanchor ul li a span {
        position: relative;
        padding-right: 34px; }
        @media all and (max-width: 960px) {
          #welfare .pageanchor ul li a span {
            padding-right: 24px; } }
        #welfare .pageanchor ul li a span:before, #welfare .pageanchor ul li a span:after {
          content: '';
          display: block;
          transition: all .4s;
          box-sizing: border-box;
          position: absolute;
          top: 50%;
          width: 18px;
          height: 2px;
          background-color: #fff;
          border-radius: 2px;
          margin-top: -1px; }
          @media all and (max-width: 960px) {
            #welfare .pageanchor ul li a span:before, #welfare .pageanchor ul li a span:after {
              width: 12px; } }
        #welfare .pageanchor ul li a span:before {
          transform: rotate(-45deg);
          right: 0px; }
        #welfare .pageanchor ul li a span:after {
          transform: rotate(45deg);
          right: 12px; }
          @media all and (max-width: 960px) {
            #welfare .pageanchor ul li a span:after {
              right: 8px; } }
#welfare h2 {
  background: #029ce5;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 2.9rem;
  padding: 10px 0;
  margin-bottom: 30px; }
  @media all and (max-width: 960px) {
    #welfare h2 {
      font-size: 2.2rem; } }

.sectionflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .sectionflex .systemsection {
    width: calc( ( 100% - 30px ) / 2 );
    flex-grow: 1;
    margin-right: 15px; }
    @media all and (max-width: 520px) {
      .sectionflex .systemsection {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .sectionflex .systemsection:nth-child(1) {
      background: #fff url("../images/welfare/life31.svg") no-repeat right 35px bottom 35px;
      background-size: 20% auto; }
      @media all and (max-width: 960px) {
        .sectionflex .systemsection:nth-child(1) {
          background-position: right 15px bottom 15px; } }
    .sectionflex .systemsection:nth-child(2) {
      margin-right: 0;
      margin-left: 15px;
      background: #fff url("../images/welfare/life32.svg") no-repeat right 35px bottom 35px;
      background-size: 18% auto; }
      @media all and (max-width: 960px) {
        .sectionflex .systemsection:nth-child(2) {
          background-position: right 15px bottom 15px; } }

.systemsection {
  border: 1.5px #029ce5 solid;
  background: #fff;
  margin: 0 auto 30px;
  padding: 30px 0 25px;
  box-sizing: border-box; }
  @media all and (max-width: 520px) {
    .systemsection {
      margin-bottom: 20px; } }
  .systemsection > div {
    padding: 0 30px; }
  .systemsection h3 {
    font-size: 2.3rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px; }
    @media all and (max-width: 960px) {
      .systemsection h3 {
        font-size: 2rem; } }
    @media all and (max-width: 520px) {
      .systemsection h3 {
        margin: 0 0 25px; } }
    .systemsection h3 span {
      background: linear-gradient(transparent 62%, #b3e1f7 40%);
      padding: 0 0 4px; }
  .systemsection h4 {
    font-size: 1.9rem;
    font-weight: normal;
    text-align: center; }
    @media all and (max-width: 960px) {
      .systemsection h4 {
        font-size: 1.6rem; } }
    .systemsection h4:after {
      content: '';
      display: block;
      width: 40px;
      height: 1px;
      background: #000;
      margin: 10px auto 20px; }
  .systemsection p {
    text-align: center; }
    @media all and (max-width: 960px) {
      .systemsection p {
        text-align: left; } }
  .systemsection ul {
    list-style: none;
    font-size: 1.7rem;
    letter-spacing: 0.002em; }
    @media all and (max-width: 960px) {
      .systemsection ul {
        font-size: 1.5rem; } }
    .systemsection ul li {
      position: relative;
      margin: 0 0 8px 12px; }
      .systemsection ul li:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #029ce5;
        position: absolute;
        top: 10px;
        left: -12px; }
    .systemsection ul + img {
      margin-top: 30px; }
  .systemsection ul.note {
    margin-top: 30px;
    margin-left: 15%;
    font-size: 1.5rem; }
    @media all and (max-width: 960px) {
      .systemsection ul.note {
        font-size: 1.4rem;
        margin-left: 0; } }
    .systemsection ul.note li {
      margin: auto; }
      @media all and (max-width: 520px) {
        .systemsection ul.note li {
          text-align: center; } }
      .systemsection ul.note li:before {
        content: none; }
  .systemsection p.note {
    margin-top: 30px;
    font-size: 1.5rem; }
    @media all and (max-width: 960px) {
      .systemsection p.note {
        font-size: 1.4rem; } }
    @media all and (max-width: 520px) {
      .systemsection p.note {
        text-align: center; } }
  .systemsection .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .systemsection .inner > div {
      padding: 0 25px;
      width: calc( 100% / 3 );
      border-right: 1px #029ce5 dashed;
      box-sizing: border-box; }
      @media all and (max-width: 520px) {
        .systemsection .inner > div {
          width: 100%;
          border-right: none;
          border-bottom: 1px #029ce5 dashed;
          padding: 30px 25px; }
          .systemsection .inner > div:first-child {
            padding-top: 0; }
          .systemsection .inner > div:last-child {
            border-bottom: none; } }
      .systemsection .inner > div:last-child {
        border-right: none; }
  .systemsection img {
    display: block;
    margin: auto;
    width: 100%; }
  .systemsection:nth-child(1) > div > div:nth-child(1) img {
    max-width: 228px; }
  .systemsection:nth-child(1) > div > div:nth-child(2) img {
    max-width: 125px; }
  .systemsection:nth-child(1) > div > div:nth-child(3) img {
    max-width: 222px; }
  .systemsection:nth-child(2) > div > div:nth-child(1) img {
    max-width: 122px; }
  .systemsection:nth-child(2) > div > div:nth-child(3) img {
    max-width: 230px; }

#career table {
  margin-top: -20px; }
  @media all and (max-width: 960px) {
    #career table {
      margin-top: 0; } }
  #career table:nth-child(1) tr:first-child th, #career table:nth-child(1) tr:first-child td {
    padding-top: 40px; }
  #career table:nth-child(1) tr:first-child td {
    padding-right: 150px;
    background: url("../images/welfare/career21.svg") no-repeat right 10px bottom 30px;
    background-size: 105px auto; }
  @media all and (max-width: 960px) {
    #career table:nth-child(1) tr:first-child th, #career table:nth-child(1) tr:first-child td {
      padding-top: 0px; }
    #career table:nth-child(1) tr:first-child td {
      padding-right: 0px;
      background: none; } }
  #career table th, #career table td {
    border-bottom: 1.5px #029ce5 dashed;
    padding: 28px 0; }
  #career table th {
    width: 200px;
    color: #029ce5;
    text-align: left;
    font-weight: normal; }
  #career table tr:last-child th, #career table tr:last-child td {
    border-bottom: none;
    padding-bottom: 5px; }
  @media all and (max-width: 520px) {
    #career table th, #career table td {
      display: block;
      width: 100%;
      padding: 10px 0 15px !important; }
    #career table th {
      border-bottom: none;
      padding: 15px 0 0 !important; } }
@media all and (max-width: 960px) {
  #career .systemsection h3 {
    padding-bottom: 140px;
    background: url("../images/welfare/career21.svg") no-repeat center bottom 0px;
    background-size: 105px auto; } }
@media all and (max-width: 960px) {
  #career .systemsection:nth-child(2) h3 {
    background: url("../images/welfare/career22.svg") no-repeat center bottom 0px;
    background-size: 105px auto; } }
#career .systemsection:nth-child(2) table:nth-child(1) tr:first-child th, #career .systemsection:nth-child(2) table:nth-child(1) tr:first-child td {
  padding-top: 35px; }
#career .systemsection:nth-child(2) table:nth-child(1) tr:first-child td {
  padding-right: 150px;
  background: url("../images/welfare/career22.svg") no-repeat right 10px bottom 30px;
  background-size: 110px auto; }
@media all and (max-width: 960px) {
  #career .systemsection:nth-child(2) table:nth-child(1) tr:first-child th, #career .systemsection:nth-child(2) table:nth-child(1) tr:first-child td {
    padding-top: 0px; }
  #career .systemsection:nth-child(2) table:nth-child(1) tr:first-child td {
    padding-right: 0px;
    background: none; } }

#location .contentsheader {
  background: url("../images/location/head.jpg") no-repeat center center;
  background-size: cover; }
  @media all and (max-width: 960px) {
    #location .contentsheader {
      background: url("../images/location/head.jpg") no-repeat left -165px center;
      background-size: cover; } }
  @media all and (max-width: 520px) {
    #location .contentsheader {
      background: url("../images/location/head.jpg") no-repeat left -140px center;
      background-size: cover; } }
#location .bgwrapper {
  background: url("../images/location/bg-l.png") repeat-y left top 800px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #location .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -100px top 800px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #location .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -250px top 1000px;
      background-size: 400px auto; } }
#location .contents {
  max-width: none;
  padding: 0;
  background: url("../images/location/bg-l.png") repeat-y right top 2500px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #location .contents {
      background: url("../images/location/bg-l.png") repeat-y right -100px top 2500px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #location .contents {
      background: url("../images/location/bg-l.png") repeat-y right -250px top 2500px;
      background-size: 400px auto; } }
#location .pageanchor {
  margin-bottom: 80px; }
  #location .pageanchor p.note {
    margin: 20px 0 0 1em;
    text-indent: -1.1em; }
    #location .pageanchor p.note a[target="_blank"] {
      background: url("../images/icon_blank_blue.svg") no-repeat right 3px center;
      background-size: 14px auto;
      padding-right: 20px;
      color: #029ce5; }
      #location .pageanchor p.note a[target="_blank"]:hover {
        text-decoration: underline; }
#location .sectionwrapper {
  max-width: 960px;
  padding: 0 15px;
  margin: auto; }

.locationsection {
  border: 1.5px #029ce5 solid;
  background: #fff;
  margin: 0 auto 30px;
  padding: 30px 30px;
  box-sizing: border-box; }
  @media all and (max-width: 520px) {
    .locationsection {
      margin-bottom: 20px;
      padding: 15px; } }
  .locationsection a[target="_blank"] {
    background: url("../images/icon_blank_blue.svg") no-repeat right 3px center;
    background-size: 14px auto;
    padding-right: 20px;
    color: #029ce5; }
    .locationsection a[target="_blank"]:hover {
      text-decoration: underline; }
  .locationsection h2 {
    font-size: 2.3rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px; }
    @media all and (max-width: 960px) {
      .locationsection h2 {
        font-size: 2rem; } }
    @media all and (max-width: 520px) {
      .locationsection h2 {
        margin: 0 0 25px; } }
    .locationsection h2 span {
      background: linear-gradient(transparent 62%, #b3e1f7 40%);
      padding: 0 0 4px; }
  .locationsection > section {
    margin: 0 0 60px; }
    .locationsection > section h3 {
      text-align: left;
      color: #029ce5;
      font-size: 2.2rem;
      letter-spacing: 0.3em;
      font-weight: normal;
      margin: 0 0 20px;
      padding: 5px 0 5px 60px; }
      @media all and (max-width: 960px) {
        .locationsection > section h3 {
          font-size: 2rem; } }
  .locationsection p.lead {
    font-size: 1.8rem;
    margin-bottom: 45px; }
    @media all and (max-width: 960px) {
      .locationsection p.lead {
        font-size: 1.6rem; } }
  .locationsection .secenv h3 {
    background: url("../images/location/icon1.svg") no-repeat left 3px center;
    background-size: 45px auto; }
  .locationsection .secenv .imglist {
    list-style: none;
    display: flex;
    gap: 0 1.5%;
    margin-top: 15px; }
    .locationsection .secenv .imglist img {
      display: block; }
    .locationsection .secenv .imglist figcaption {
      margin-top: 5px;
      text-align: center;
      line-height: 1.4; }
      @media all and (max-width: 520px) {
        .locationsection .secenv .imglist figcaption {
          font-size: 1.2rem; } }
  .locationsection .secjob h3 {
    background: url("../images/location/icon2.svg") no-repeat left center;
    background-size: 52px auto;
    display: inline-block;
    margin: 0 10px 5px 0; }
    .locationsection .secjob h3 + p {
      display: inline-block;
      margin-bottom: 30px; }
  .locationsection .secjob ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    list-style: none;
    gap: 15px 18px; }
    @media all and (max-width: 960px) {
      .locationsection .secjob ul {
        gap: 10px 10px; } }
    @media all and (max-width: 520px) {
      .locationsection .secjob ul {
        gap: 5px 5px; } }
    .locationsection .secjob ul li {
      width: calc( ( 100% - 54px ) / 4 );
      background: #029ce5;
      color: #fff;
      text-align: center;
      padding: 4px 0px;
      box-sizing: border-box;
      min-height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.4; }
      @media all and (max-width: 960px) {
        .locationsection .secjob ul li {
          width: calc( ( 100% - 20px ) / 3 ); } }
      @media all and (max-width: 520px) {
        .locationsection .secjob ul li {
          width: calc( ( 100% - 5px ) / 2 );
          letter-spacing: 0;
          font-size: 1.3rem; } }
  .locationsection .secworkplace {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .locationsection .secworkplace h3 {
      background: url("../images/location/icon3.svg") no-repeat left center;
      background-size: 50px auto; }
    .locationsection .secworkplace > div {
      width: calc( 50% - 20px ); }
      @media all and (max-width: 960px) {
        .locationsection .secworkplace > div {
          width: 100% !important; } }
    .locationsection .secworkplace .imgblock {
      display: flex;
      justify-content: space-between;
      gap: 0 3%; }
      @media all and (max-width: 960px) {
        .locationsection .secworkplace .imgblock {
          margin-top: 20px; } }
      .locationsection .secworkplace .imgblock > div img {
        display: block; }
  .locationsection .secaccess {
    margin-bottom: 0; }
    .locationsection .secaccess h3 {
      background: url("../images/location/icon5.svg") no-repeat left center;
      background-size: 25px auto;
      padding: 5px 0 5px 45px; }
      .locationsection .secaccess h3 span {
        display: block;
        border-bottom: 1px #029ce5 solid; }
    .locationsection .secaccess dl {
      margin: 0 0 25px; }
      .locationsection .secaccess dl dt {
        position: relative;
        padding: 0 0 0 18px;
        margin-right: 35px; }
        .locationsection .secaccess dl dt:before {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          background: #029ce5;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
    .locationsection .secaccess ul {
      list-style: none; }
      .locationsection .secaccess ul li {
        position: relative;
        padding: 0 0 0 12px;
        margin-left: 5px; }
        .locationsection .secaccess ul li:before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #029ce5;
          position: absolute;
          top: 12px;
          left: 0; }
          @media all and (max-width: 960px) {
            .locationsection .secaccess ul li:before {
              top: 11px; } }

#voice .contentsheader {
  background: url("../images/vioce/head.jpg") no-repeat center center;
  background-size: cover; }
  @media all and (max-width: 960px) {
    #voice .contentsheader {
      background: url("../images/vioce/head.jpg") no-repeat left -165px center;
      background-size: cover; } }
  @media all and (max-width: 520px) {
    #voice .contentsheader {
      background: url("../images/vioce/head.jpg") no-repeat left -140px center;
      background-size: cover; } }
#voice .bgwrapper {
  background: url("../images/location/bg-l.png") repeat-y left top 800px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #voice .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -100px top 800px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #voice .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -250px top 800px;
      background-size: 400px auto; } }
#voice .contents {
  max-width: none;
  padding: 0;
  background: url("../images/location/bg-l.png") repeat-y right top 2500px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #voice .contents {
      background: url("../images/location/bg-l.png") repeat-y right -100px top 2500px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #voice .contents {
      background: url("../images/location/bg-l.png") repeat-y right -250px top 2500px;
      background-size: 400px auto; } }
#voice .sectionwrapper {
  max-width: 960px;
  padding: 0 15px;
  margin: auto auto 200px; }
  #voice .sectionwrapper.voicewrapper {
    max-width: none;
    margin: auto;
    padding: 0 0 100px; }
    #voice .sectionwrapper.voicewrapper.bg {
      background: #eaefef; }
    #voice .sectionwrapper.voicewrapper > section {
      max-width: 960px;
      margin: auto;
      padding: 0 15px; }
  #voice .sectionwrapper .separator {
    text-align: center;
    background: #029ce5;
    color: #fff;
    margin-bottom: 120px;
    font-size: 3rem;
    padding: 15px 0; }
    @media all and (max-width: 960px) {
      #voice .sectionwrapper .separator {
        font-size: 2rem; } }
    #voice .sectionwrapper .separator.separator-b {
      margin-bottom: 80px; }
      @media all and (max-width: 960px) {
        #voice .sectionwrapper .separator.separator-b {
          margin-bottom: 60px; } }
    #voice .sectionwrapper .separator span {
      display: inline-block; }
#voice .lead {
  margin-bottom: 60px; }

.qsection {
  margin: 0 auto 120px;
  text-align: center; }
  @media all and (max-width: 960px) {
    .qsection {
      margin-bottom: 100px; } }
  @media all and (max-width: 960px) {
    .qsection:last-of-type {
      margin-bottom: -50px; } }
  .qsection .num {
    position: relative;
    padding-bottom: 55px; }
    .qsection .num span {
      display: block;
      width: 65px;
      height: 65px;
      background: #fff;
      border: 2.5px #029ce5 solid;
      border-radius: 50%;
      font-size: 3.5rem;
      color: #029ce5;
      font-weight: 500;
      line-height: 65px;
      text-align: center;
      letter-spacing: 0;
      margin: auto;
      position: absolute;
      top: -32px;
      left: 50%;
      transform: translateX(-50%); }
      @media all and (max-width: 960px) {
        .qsection .num span {
          font-size: 2.8rem; } }
  .qsection h2 {
    font-size: 2.3rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px; }
    @media all and (max-width: 960px) {
      .qsection h2 {
        font-size: 1.9rem; } }
    @media all and (max-width: 520px) {
      .qsection h2 {
        margin: 0 0 25px; } }
    .qsection h2 span {
      background: linear-gradient(transparent 62%, #b3e1f7 40%);
      padding: 0 0 4px; }
    .qsection h2 + p {
      font-size: 1.7rem;
      max-width: 630px;
      margin: 0 auto 60px;
      text-align: left; }
      @media all and (max-width: 960px) {
        .qsection h2 + p {
          font-size: 1.5rem; } }
  .qsection > section {
    margin-bottom: 60px; }
  .qsection h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px #000 solid; }
    @media all and (max-width: 960px) {
      .qsection h3 {
        font-size: 1.7rem;
        padding-bottom: 0px; } }
  .qsection .comment {
    background: #d9f0fb;
    border-radius: 20px;
    padding: 25px 30px;
    box-sizing: border-box;
    margin: 30px auto 0;
    max-width: 915px;
    text-align: left;
    position: relative; }
    .qsection .comment:before {
      content: "";
      position: absolute;
      background: #d9f0fb;
      width: 28px;
      height: 34px;
      top: -34px;
      left: 31%;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      z-index: 1;
      margin: auto; }
      @media all and (max-width: 960px) {
        .qsection .comment:before {
          left: 29%; } }
    .qsection .comment h4 {
      font-size: 2rem;
      font-weight: normal;
      color: #029ce5;
      line-height: 1;
      margin-bottom: 15px; }
      @media all and (max-width: 960px) {
        .qsection .comment h4 {
          font-size: 1.6rem; } }
    .qsection .comment ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: -10px; }
      .qsection .comment ul li {
        position: relative;
        width: calc( 50% - 10px );
        padding: 0 0 0 30px;
        box-sizing: border-box;
        margin: 0 0 10px; }
        @media all and (max-width: 960px) {
          .qsection .comment ul li {
            width: 100%; } }
        .qsection .comment ul li:before {
          content: '';
          display: block;
          width: 23px;
          height: 28px;
          border-radius: 50%;
          position: absolute;
          top: 4px;
          left: 0;
          background: url("../images/vioce/01-4icon.svg") no-repeat left top;
          background-size: 23px auto; }
  .qsection .other {
    border: 1px #c9caca solid;
    padding: 10px 20px;
    margin: 30px 0 0;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 1.7rem; }
    @media all and (max-width: 960px) {
      .qsection .other {
        font-size: 1.4rem; } }
  .qsection .fig {
    margin: 50px auto;
    text-align: center; }
  .qsection #fig11 {
    max-width: 90%;
    width: 450px; }
    .qsection #fig11 svg {
      max-width: 100%;
      width: 450px; }
  .qsection #fig12 {
    max-width: 559px; }
  .qsection #fig2, .qsection #fig3 {
    max-width: 775px;
    margin: auto; }
  .qsection #fig4, .qsection #fig5 {
    max-width: 915px;
    box-sizing: border-box;
    margin: auto; }
  .qsection #fig5 {
    padding: 0 0 0 4.5%; }
    @media all and (max-width: 960px) {
      .qsection #fig5 {
        padding: 0; } }

.voicesection {
  text-align: center; }
  .voicesection .num {
    position: relative;
    padding-bottom: 55px;
    z-index: 2;
    top: -35px; }
    .voicesection .num span {
      display: block;
      width: 65px;
      height: 65px;
      background: #fff;
      border: 2.5px #029ce5 solid;
      border-radius: 50%;
      font-size: 3.5rem;
      color: #029ce5;
      font-weight: 500;
      line-height: 65px;
      text-align: center;
      letter-spacing: 0;
      margin: auto;
      position: absolute;
      top: -32px;
      left: 50%;
      transform: translateX(-50%); }
      @media all and (max-width: 960px) {
        .voicesection .num span {
          font-size: 2.8rem; } }
      .voicesection .num span.txt {
        font-size: 1.4rem;
        font-weight: 700; }
  .voicesection h2 {
    display: inline-block;
    background: #029ce5;
    color: #fff;
    margin: 0 auto 50px;
    margin-top: -50px;
    padding: 50px 40px 30px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    font-weight: normal;
    font-size: 2.3rem;
    letter-spacing: 0.25em;
    transform: translateY(-40px);
    position: relative; }
    @media all and (max-width: 960px) {
      .voicesection h2 {
        margin-bottom: 20px;
        padding: 50px 30px 30px;
        font-size: 1.8rem;
        letter-spacing: 0.1em; } }
    .voicesection h2 span {
      display: inline-block; }
    .voicesection h2:before {
      content: "";
      position: absolute;
      background: #029ce5;
      width: 32px;
      height: 21px;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
      z-index: 1;
      margin: auto; }
  .voicesection > div {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .voicesection > div section {
      width: calc( 50% - 15px );
      background: #fff;
      border: 2.5px #029ce5 solid;
      padding: 30px;
      box-sizing: border-box;
      margin: 0 0 30px;
      position: relative; }
      @media all and (max-width: 960px) {
        .voicesection > div section {
          width: 100%;
          margin-bottom: 20px; } }
      .voicesection > div section img {
        display: block;
        width: 110px;
        position: absolute;
        top: 30px;
        right: 30px;
        border-radius: 50%; }
        @media all and (max-width: 960px) {
          .voicesection > div section img {
            width: 75px;
            top: 20px;
            right: 20px; } }
      .voicesection > div section h3 {
        display: inline-block;
        font-size: 1.9rem;
        font-weight: normal;
        letter-spacing: 0.25em;
        background: #029ce5;
        color: #fff;
        padding: 0px 15px;
        box-sizing: border-box;
        margin-bottom: 15px; }
        @media all and (max-width: 960px) {
          .voicesection > div section h3 {
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            max-width: calc( 100% - 85px ); } }
      .voicesection > div section ul {
        list-style: none;
        font-size: 1.7rem;
        margin: 0 0 15px; }
        @media all and (max-width: 960px) {
          .voicesection > div section ul {
            font-size: 1.4rem; } }
        .voicesection > div section ul li {
          position: relative;
          padding: 0 0 0 12px;
          margin: 0 95px 5px 0; }
          @media all and (max-width: 960px) {
            .voicesection > div section ul li {
              margin-right: 0; } }
          .voicesection > div section ul li:before {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #029ce5;
            position: absolute;
            top: 14px;
            left: 0; }
            @media all and (max-width: 960px) {
              .voicesection > div section ul li:before {
                top: 11px; } }

#com {
  position: relative;
  text-align: left;
  min-height: 1200px; }
  @media all and (max-width: 960px) {
    #com {
      min-height: none; } }
  #com img {
    position: absolute; }
    @media all and (max-width: 960px) {
      #com img {
        position: static; } }
    #com img.com1 {
      width: calc( ( 391 / 916 ) * 100% );
      top: 0;
      left: 0; }
      @media all and (max-width: 960px) {
        #com img.com1 {
          width: calc( ( 391 / 500 ) * 100% ); } }
    #com img.com2 {
      width: calc( ( 419 / 916 ) * 100% );
      top: 0;
      right: 0; }
      @media all and (max-width: 960px) {
        #com img.com2 {
          width: calc( ( 419 / 500 ) * 100% );
          margin: 0 0 10px auto;
          display: block; } }
    #com img.com3 {
      width: calc( ( 391 / 916 ) * 100% );
      top: 16%;
      left: 0; }
      @media all and (max-width: 960px) {
        #com img.com3 {
          width: calc( ( 391 / 500 ) * 100% ); } }
    #com img.com4 {
      width: calc( ( 193 / 916 ) * 100% );
      top: 14%;
      left: calc( ( 430 / 916 ) * 100% ); }
      @media all and (max-width: 960px) {
        #com img.com4 {
          width: calc( ( 193 / 500 ) * 100% );
          margin: -8% 0 0 15%; } }
    #com img.com5 {
      width: calc( ( 402 / 916 ) * 100% );
      top: 22.5%;
      right: 0; }
      @media all and (max-width: 960px) {
        #com img.com5 {
          width: calc( ( 402 / 500 ) * 100% );
          margin: 0 0 -4% auto;
          display: block; } }
    #com img.com6 {
      width: calc( ( 491 / 916 ) * 100% );
      top: 37%;
      left: calc( ( 57 / 916 ) * 100% ); }
      @media all and (max-width: 960px) {
        #com img.com6 {
          width: calc( ( 491 / 500 ) * 100% ); } }
    #com img.com7 {
      width: calc( ( 193 / 916 ) * 100% );
      top: 40%;
      left: calc( ( 581 / 916 ) * 100% ); }
      @media all and (max-width: 960px) {
        #com img.com7 {
          width: calc( ( 193 / 500 ) * 100% );
          margin: 4% 0 -3% 30%;
          display: block; } }
    #com img.com8 {
      width: calc( ( 337 / 916 ) * 100% );
      top: 55%;
      left: 0; }
      @media all and (max-width: 960px) {
        #com img.com8 {
          width: calc( ( 337 / 500 ) * 100% ); } }
    #com img.com9 {
      width: calc( ( 150 / 916 ) * 100% );
      top: 55.5%;
      left: calc( ( 396 / 916 ) * 100% ); }
      @media all and (max-width: 960px) {
        #com img.com9 {
          width: calc( ( 150 / 500 ) * 100% );
          vertical-align: super; } }
    #com img.com10 {
      width: calc( ( 332 / 916 ) * 100% );
      top: 51%;
      right: 0; }
      @media all and (max-width: 960px) {
        #com img.com10 {
          width: calc( ( 332 / 500 ) * 100% );
          margin: 3% 8% 5% auto;
          display: block; } }
    #com img.com11 {
      width: calc( ( 391 / 916 ) * 100% );
      top: 69%;
      left: 0; }
      @media all and (max-width: 960px) {
        #com img.com11 {
          width: calc( ( 391 / 500 ) * 100% );
          margin: 0  auto;
          display: block; } }
    #com img.com12 {
      width: calc( ( 193 / 916 ) * 100% );
      top: 72.5%;
      left: calc( ( 430 / 916 ) * 100% ); }
      @media all and (max-width: 960px) {
        #com img.com12 {
          width: calc( ( 193 / 500 ) * 100% );
          vertical-align: middle; } }
    #com img.com13 {
      width: calc( ( 269 / 916 ) * 100% );
      top: 68%;
      right: 0; }
      @media all and (max-width: 960px) {
        #com img.com13 {
          width: calc( ( 269 / 500 ) * 100% );
          vertical-align: middle; } }
    #com img.com14 {
      width: calc( ( 491 / 916 ) * 100% );
      top: 82.5%;
      left: calc( ( 57 / 916 ) * 100% ); }
      @media all and (max-width: 960px) {
        #com img.com14 {
          width: calc( ( 491 / 500 ) * 100% );
          margin: -5%  auto 5%;
          display: block; } }
    #com img.com15 {
      width: calc( ( 290 / 916 ) * 100% );
      top: 91%;
      left: calc( ( 575 / 916 ) * 100% ); }
      @media all and (max-width: 960px) {
        #com img.com15 {
          width: calc( ( 290 / 500 ) * 100% );
          margin: 0  auto;
          display: block; } }

#introduction .contentsheader {
  height: 335px;
  background: url("../images/introduction/head.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  position: relative; }
  @media all and (max-width: 960px) {
    #introduction .contentsheader {
      height: 250px; } }
  @media all and (max-width: 520px) {
    #introduction .contentsheader {
      height: 200px; } }
  #introduction .contentsheader h1 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0px 50px 0;
    box-sizing: border-box;
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 0.4em;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media all and (max-width: 960px) {
      #introduction .contentsheader h1 {
        font-size: 4rem; } }
    @media all and (max-width: 520px) {
      #introduction .contentsheader h1 {
        padding: 0px 30px 0;
        font-size: 3rem; } }
#introduction .bgwrapper {
  background: url("../images/location/bg-l.png") repeat-y left top 800px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #introduction .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -100px top 800px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #introduction .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -250px top 800px;
      background-size: 400px auto; } }
#introduction .contents {
  max-width: none;
  padding: 0;
  background: url("../images/location/bg-l.png") repeat-y right top 2500px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #introduction .contents {
      background: url("../images/location/bg-l.png") repeat-y right -100px top 2500px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #introduction .contents {
      background: url("../images/location/bg-l.png") repeat-y right -250px top 2500px;
      background-size: 400px auto; } }
#introduction .visonbgwrapper {
  background: #fff; }
  @media all and (max-width: 960px) {
    #introduction .visonbgwrapper {
      background: #fff url("../images/introduction/2.jpg") no-repeat top 80px center;
      background-size: cover; } }
#introduction .bussinessbgwrapper {
  background: #eaefef; }
#introduction .sectionwrapper {
  max-width: 960px;
  padding: 0 15px;
  margin: auto auto 0px; }
  @media all and (max-width: 960px) {
    #introduction .sectionwrapper.newbussi {
      padding: 0; }
      #introduction .sectionwrapper.newbussi h2 + p {
        padding: 0 15px; } }
#introduction h2 span {
  display: block;
  text-align: center; }
  #introduction h2 span:nth-child(1) {
    color: #029ce5;
    font-size: 1.6rem; }
  #introduction h2 span:nth-child(2) {
    font-size: 2.7rem;
    letter-spacing: 0.3em; }
    @media all and (max-width: 960px) {
      #introduction h2 span:nth-child(2) {
        font-size: 2.4rem; } }
#introduction p.annotation {
  font-size: 1.7rem;
  text-align: center;
  margin: -10px auto 10px;
  letter-spacing: 0.3em; }
  @media all and (max-width: 960px) {
    #introduction p.annotation {
      font-size: 1.4rem; } }
#introduction .history {
  margin-bottom: 100px; }
  #introduction .history p {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2; }
    @media all and (max-width: 960px) {
      #introduction .history p {
        font-size: 1.5rem;
        text-align: left; } }
  #introduction .history .year {
    margin-top: -30px;
    text-align: center;
    font-size: 3.9rem;
    line-height: 1.5; }
    #introduction .history .year span {
      font-size: 7.5rem;
      font-weight: 300;
      margin-right: 5px; }
  #introduction .history .bgbox1 {
    background: url("../images/introduction/1.svg") no-repeat center center;
    background-size: contain;
    margin: 20px auto 0;
    padding: 55px 0;
    text-align: center; }
    @media all and (max-width: 520px) {
      #introduction .history .bgbox1 {
        background-size: 80% auto; } }
    #introduction .history .bgbox1 p {
      font-size: 2.6rem;
      text-align: center;
      margin: 0 0 30px; }
  #introduction .history dl {
    margin: auto;
    padding: 40px 30px 30px;
    box-sizing: border-box;
    border: 1.5px #029ce5 solid;
    background: rgba(255, 255, 255, 0.5);
    font-size: 1.7rem;
    text-align: center;
    position: relative;
    display: inline-block; }
    #introduction .history dl dt {
      background: #029ce5;
      color: #fff;
      text-align: center;
      width: 200px;
      margin: auto;
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%); }
    #introduction .history dl dd {
      color: #029ce5;
      display: inline-block;
      margin: 0 10px; }
#introduction .vision {
  background: url("../images/introduction/2.jpg") no-repeat top 80px center;
  background-size: cover; }
  #introduction .vision .bgbox2 {
    padding: 50px 0 60px; }
  #introduction .vision .framebox {
    max-width: 560px;
    position: relative;
    padding: 1px;
    margin: 0 auto 40px;
    background-image: linear-gradient(90deg, #029ce5 0 30px, transparent 0 calc(100% - 30px), #029ce5 calc(100% - 30px)), linear-gradient(#029ce5 0 30px, transparent 0 calc(100% - 30px), #029ce5 calc(100% - 30px)), linear-gradient(90deg, #029ce5 0 30px, transparent 0 calc(100% - 30px), #029ce5 calc(100% - 30px)), linear-gradient(#029ce5 0 30px, transparent 0 calc(100% - 30px), #029ce5 calc(100% - 30px));
    background-repeat: no-repeat;
    background-size: 100% 1.5px, 1.5px 100%, 100% 1.5px, 1.5px 100%;
    background-position: top, right, bottom, left;
    font-weight: bold;
    font-size: 26px;
    text-align: center; }
    #introduction .vision .framebox .inner {
      background: rgba(255, 255, 255, 0.6);
      padding: 15px 10px 10px; }
      #introduction .vision .framebox .inner p {
        color: #029ce5; }
        #introduction .vision .framebox .inner p:nth-child(1) {
          font-size: 4.2rem;
          font-weight: 400;
          letter-spacing: 0.2em;
          line-height: 1.5; }
          @media all and (max-width: 960px) {
            #introduction .vision .framebox .inner p:nth-child(1) {
              font-size: 3rem; } }
        #introduction .vision .framebox .inner p:nth-child(2) {
          font-size: 2.3rem;
          font-weight: 400;
          letter-spacing: 0.5em; }
          @media all and (max-width: 960px) {
            #introduction .vision .framebox .inner p:nth-child(2) {
              font-size: 1.8rem; } }
      #introduction .vision .framebox .inner span {
        display: inline-block; }
  #introduction .vision p {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.4; }
    @media all and (max-width: 960px) {
      #introduction .vision p {
        font-size: 1.5rem; } }
#introduction .bussiness {
  padding: 60px 0; }
  #introduction .bussiness ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #introduction .bussiness ul li {
      width: calc( 50% - 0px );
      background: url("../images/introduction/3bg.svg") no-repeat bottom 30px center;
      background-size: 55% auto;
      position: relative; }
      @media all and (max-width: 960px) {
        #introduction .bussiness ul li {
          background-position: bottom 50px center;
          margin-bottom: 10px; } }
      #introduction .bussiness ul li p {
        text-align: center;
        width: 100%;
        font-size: 2.4rem;
        letter-spacing: 0.35em;
        position: absolute;
        left: 0;
        bottom: 5px; }
        @media all and (max-width: 960px) {
          #introduction .bussiness ul li p {
            font-size: 1.8rem;
            letter-spacing: 0.1em;
            position: static;
            margin-top: -10px; } }
      #introduction .bussiness ul li img {
        display: block; }
#introduction .newbussiness {
  margin: 60px auto; }
  #introduction .newbussiness h3 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px; }
    @media all and (max-width: 960px) {
      #introduction .newbussiness h3 {
        font-size: 2rem;
        text-align: center; } }
    #introduction .newbussiness h3 + p {
      font-size: 1.7rem;
      color: #fff;
      margin-bottom: 15px; }
      @media all and (max-width: 960px) {
        #introduction .newbussiness h3 + p {
          font-size: 1.5rem; } }
  #introduction .newbussiness .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #introduction .newbussiness .flexbox > div {
      width: calc( 50% - 10px ); }
      @media all and (max-width: 960px) {
        #introduction .newbussiness .flexbox > div {
          width: 100%; }
          #introduction .newbussiness .flexbox > div:nth-child(1) {
            margin-bottom: 30px; } }
      #introduction .newbussiness .flexbox > div > p {
        font-size: 1.9rem;
        font-weight: 500;
        color: #fff;
        text-align: center; }
        @media all and (max-width: 960px) {
          #introduction .newbussiness .flexbox > div > p {
            display: none; } }
      #introduction .newbussiness .flexbox > div figure {
        text-align: center; }
        @media all and (max-width: 960px) {
          #introduction .newbussiness .flexbox > div figure {
            width: 100%; } }
      #introduction .newbussiness .flexbox > div figcaption {
        display: none; }
        @media all and (max-width: 960px) {
          #introduction .newbussiness .flexbox > div figcaption {
            display: block; } }
    #introduction .newbussiness .flexbox p.tx {
      width: 200px !important; }
  #introduction .newbussiness .proditem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media all and (max-width: 520px) {
      #introduction .newbussiness .proditem.mt30 {
        margin-top: 30px; } }
    #introduction .newbussiness .proditem img {
      max-height: 180px; }
    #introduction .newbussiness .proditem figure img {
      display: block;
      margin: auto auto 10px; }
    #introduction .newbussiness .proditem figcaption {
      font-size: 1.9rem;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media all and (max-width: 960px) {
        #introduction .newbussiness .proditem figcaption {
          font-size: 1.6rem; } }
      #introduction .newbussiness .proditem figcaption sup {
        font-size: 75.5%;
        vertical-align: top;
        position: relative;
        top: -0.1em; }
    #introduction .newbussiness .proditem p.tx {
      color: #fff;
      border: 1px #fff solid;
      padding: 15px;
      box-sizing: border-box;
      width: 300px;
      margin: 0 0 0 20px;
      position: relative; }
      @media all and (max-width: 960px) {
        #introduction .newbussiness .proditem p.tx {
          font-size: 1.5rem;
          margin: 20px 0 0 0;
          width: 100% !important;
          max-width: 500px; } }
      #introduction .newbussiness .proditem p.tx:before {
        content: "";
        position: absolute;
        background: #029ce5;
        width: 15px;
        height: 18px;
        top: 0;
        bottom: 0;
        left: -13px;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        z-index: 1;
        margin: auto; }
        @media all and (max-width: 960px) {
          #introduction .newbussiness .proditem p.tx:before {
            width: 18px;
            height: 15px;
            top: -13px;
            bottom: auto;
            left: calc( 50% - 9px );
            clip-path: polygon(50% 50%, 0 100%, 100% 100%); } }
      #introduction .newbussiness .proditem p.tx:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 15px;
        height: 18px;
        top: 0;
        bottom: 0;
        left: -15px;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        margin: auto; }
        @media all and (max-width: 960px) {
          #introduction .newbussiness .proditem p.tx:after {
            width: 18px;
            height: 15px;
            top: -15px;
            bottom: auto;
            left: calc( 50% - 9px );
            clip-path: polygon(50% 50%, 0 100%, 100% 100%); } }
    #introduction .newbussiness .proditem .mark {
      width: 140px;
      height: 140px;
      background: #ccebfa;
      border-radius: 50%;
      text-align: center;
      color: #029ce5;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1.5;
      margin: 0 10px 0 0; }
      @media all and (max-width: 520px) {
        #introduction .newbussiness .proditem .mark {
          width: 100px;
          height: 100px;
          font-size: 1.2rem;
          position: absolute;
          top: -15px;
          right: -10px; } }
      #introduction .newbussiness .proditem .mark span {
        display: block;
        margin-top: 23px; }
        @media all and (max-width: 520px) {
          #introduction .newbussiness .proditem .mark span {
            margin-top: 15px; } }
#introduction .renenue {
  margin-bottom: 100px; }
  #introduction .renenue h2 {
    margin-bottom: -20px; }
    #introduction .renenue h2 + p {
      text-align: center;
      font-size: 3.9rem; }
      #introduction .renenue h2 + p span {
        font-size: 7rem; }
#introduction .renenuebyregion {
  margin-bottom: 60px;
  text-align: center; }
  #introduction .renenuebyregion svg {
    max-width: 660px; }
#introduction .network {
  background: url("../images/introduction/worldmap.svg") no-repeat center center;
  background-size: contain;
  margin-bottom: 100px; }
  @media all and (max-width: 520px) {
    #introduction .network {
      background-position: top 100px center; } }
  #introduction .network .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
    padding: 50px 0 0; }
    #introduction .network .inner > section {
      width: calc( 50% - 10px );
      text-align: center;
      margin: 0 auto 80px; }
    #introduction .network .inner h3 {
      font-size: 2.5rem;
      font-weight: 400; }
      @media all and (max-width: 960px) {
        #introduction .network .inner h3 {
          font-size: 2rem; } }
    #introduction .network .inner p {
      font-size: 2.6rem;
      font-weight: 500;
      color: #029ce5;
      border-bottom: 4px #029ce5 solid;
      width: 235px;
      line-height: 1.3;
      margin: auto; }
      #introduction .network .inner p span {
        font-size: 6rem; }
      @media all and (max-width: 520px) {
        #introduction .network .inner p {
          font-size: 1.6rem;
          width: auto; }
          #introduction .network .inner p span {
            font-size: 3.2rem; } }
    #introduction .network .inner svg {
      max-width: 220px;
      margin: 20px auto 0; }
#introduction .navsection {
  background: #029ce5;
  text-align: center;
  padding: 20px 0; }
  #introduction .navsection h2 {
    font-size: 2.7rem;
    color: #fff;
    letter-spacing: 0.3em;
    margin-bottom: 60px; }
    @media all and (max-width: 960px) {
      #introduction .navsection h2 {
        font-size: 2.2rem;
        margin-bottom: 30px; } }
  #introduction .navsection ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 50px; }
    #introduction .navsection ul li {
      width: calc( 50% - 40px );
      font-size: 2.7rem;
      letter-spacing: 0.2em;
      margin-bottom: 30px; }
      @media all and (max-width: 960px) {
        #introduction .navsection ul li {
          width: calc( 50% - 20px );
          min-width: 280px;
          font-size: 2.0rem;
          letter-spacing: 0.1em; } }
      #introduction .navsection ul li a {
        display: block;
        background: #fff;
        color: #029ce5;
        border: 1px #fff solid;
        border-radius: 10px;
        padding: 10px 10px;
        box-sizing: border-box;
        transition: all .4s; }
        #introduction .navsection ul li a:hover {
          background: #029ce5;
          color: #fff; }
  #introduction .navsection .youtube {
    max-width: 800px;
    margin: 0px auto; }
    #introduction .navsection .youtube p {
      color: #fff;
      font-size: 1.8rem;
      margin-bottom: 30px; }
      @media all and (max-width: 960px) {
        #introduction .navsection .youtube p {
          font-size: 1.6rem; } }
      @media all and (max-width: 520px) {
        #introduction .navsection .youtube p {
          text-align: left; }
          #introduction .navsection .youtube p br {
            display: none; } }
    #introduction .navsection .youtube a {
      display: inline-block;
      background: #fff;
      border: 2px #000 solid; }
      #introduction .navsection .youtube a img {
        display: block;
        margin: auto;
        transition: all .2s ease-in-out; }
      #introduction .navsection .youtube a:hover img {
        opacity: 0.7; }
      #introduction .navsection .youtube a span {
        display: block;
        background: #fff;
        color: #029ce5;
        padding: 10px 5px;
        font-weight: 600;
        margin-bottom: 0;
        text-align: center;
        font-size: 1.8rem; }
        @media all and (max-width: 960px) {
          #introduction .navsection .youtube a span {
            font-size: 1.6rem; } }
        #introduction .navsection .youtube a span br {
          display: block; }

.bground {
  background: #029ce5;
  position: relative;
  padding: 50px 0px;
  margin-bottom: 30px;
  z-index: 2;
  box-sizing: border-box;
  margin-left: 50px; }
  @media all and (max-width: 960px) {
    .bground {
      width: 100%;
      padding: 50px 15px;
      margin-bottom: 10px;
      margin-left: 0px; } }
  .bground:before {
    content: '';
    display: block;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #029ce5;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateX(-50%);
    z-index: -1; }
    @media all and (max-width: 960px) {
      .bground:before {
        border-radius: 0;
        content: none; } }
  .bground:after {
    content: '';
    display: block;
    width: 50vw;
    height: 20vh;
    height: 100%;
    background: #029ce5;
    position: absolute;
    top: 0%;
    right: -25vw;
    z-index: -1; }
    @media all and (max-width: 960px) {
      .bground:after {
        border-radius: 0;
        content: none; } }
  .bground section {
    margin-left: -50px; }
    @media all and (max-width: 960px) {
      .bground section {
        margin-left: 0; } }
  .bground.right {
    margin-left: 0;
    margin-right: 50px; }
    .bground.right:before {
      left: auto;
      right: 0;
      transform: translateX(50%); }
    .bground.right:after {
      right: auto;
      left: -25vw; }
    .bground.right section {
      margin-left: 0;
      margin-right: -50px; }
      @media all and (max-width: 960px) {
        .bground.right section {
          margin-right: 0; } }

#message .contentsheader {
  height: 335px;
  background: url("../images/message/head.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 20px; }
  @media all and (max-width: 960px) {
    #message .contentsheader {
      height: 250px; } }
  @media all and (max-width: 520px) {
    #message .contentsheader {
      height: 200px; } }
#message .bgwrapper {
  background: url("../images/location/bg-l.png") repeat-y left top 800px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #message .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -100px top 800px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #message .bgwrapper {
      background: url("../images/location/bg-l.png") repeat-y left -250px top 800px;
      background-size: 400px auto; } }
#message .contents {
  max-width: none;
  padding: 0;
  background: url("../images/location/bg-l.png") repeat-y right top 2500px;
  background-size: 400px auto; }
  @media all and (max-width: 960px) {
    #message .contents {
      background: url("../images/location/bg-l.png") repeat-y right -100px top 2500px;
      background-size: 400px auto; } }
  @media all and (max-width: 520px) {
    #message .contents {
      background: url("../images/location/bg-l.png") repeat-y right -250px top 2500px;
      background-size: 400px auto; } }
#message .sectionwrapper {
  max-width: 960px;
  padding: 0 15px;
  margin: auto; }
  #message .sectionwrapper > section section {
    margin-bottom: 60px; }
    #message .sectionwrapper > section section:nth-of-type(1) p, #message .sectionwrapper > section section:nth-of-type(2) p {
      margin: 0 430px 0 0; }
      @media all and (max-width: 960px) {
        #message .sectionwrapper > section section:nth-of-type(1) p, #message .sectionwrapper > section section:nth-of-type(2) p {
          margin: 0; } }
  #message .sectionwrapper > section h2 {
    font-size: 3rem;
    margin-bottom: 60px; }
  #message .sectionwrapper > section h3 {
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0 0 25px; }
    @media all and (max-width: 960px) {
      #message .sectionwrapper > section h3 {
        font-size: 1.9rem; } }
    @media all and (max-width: 520px) {
      #message .sectionwrapper > section h3 {
        margin: 0 0 25px; } }
    #message .sectionwrapper > section h3 span {
      background: linear-gradient(transparent 62%, #b3e1f7 40%);
      padding: 0 0 4px; }
  #message .sectionwrapper > section figure {
    width: 380px;
    float: right; }
    @media all and (max-width: 960px) {
      #message .sectionwrapper > section figure {
        float: none;
        margin: 0 auto 50px;
        max-width: 100%; } }
