@charset "utf-8";

@media only screen and (max-width: 1310px) {}

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

  .left {
    float: left;
  }

  .left_img {
    float: left;
    padding-right: 4rem;
    padding-bottom: 2rem;
  }

  .left_img_c {
    float: left;
    padding-right: 4rem;
    padding-bottom: 2rem;
  }

  .right {
    float: right;
  }

  .right_img {
    float: right;
    padding-left: 4rem;
    padding-bottom: 2rem;
  }

  .right_img_c {
    float: right;
    padding-left: 4rem;
    padding-bottom: 2rem;
  }

  .w_150 {
    max-width: 150px;
  }

  .w_250 {
    max-width: 250px;
  }

  .w_350 {
    max-width: 350px;
  }

  .w_400 {
    max-width: 400px;
  }

  .w_650 {
    max-width: 650px;
  }

  .w_800 {
    max-width: 800px;
  }

  .flex_res,
  .flex_res_sp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex_bw,
  .flex_bw_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flex_l {
    margin-right: 4rem;
  }

  .flex_r {
    margin-left: 4rem;
  }

  .fl {
    font-size: 1.9rem !important;
    line-height: 1.6 !important;
  }

  .fl2 {
    font-size: 2.2rem !important;
    line-height: 1.6 !important;
  }

  .fm {
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
  }

  .fm2 {
    font-size: 1.7rem !important;
    line-height: 1.6 !important;
  }

  .fs {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
    font-weight: normal;
  }

  .next {
    margin-top: 15rem !important;
  }

  .txtc {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0.5rem 0 1.5rem;
    text-align: center !important;
    margin: 0px auto !important;
  }

  /* top
---------------------------------------------*/
  #topimage {
    width: 100%;
    height: 100%;
    background-color: #a9a9a9;
  }

  #topimage>.movieblock {
    position: relative;
    height: 100vh;
  }

  .topcopy {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    margin: 15rem auto;
    text-align: center;
  }

  .topcopy .in {
    max-width: 1100px;
    margin: 0 auto;
    padding: 6rem 11rem;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .topcopy_01 {
    width: 100%;
    height: 100%;
    padding: 3rem 0 0;
    font-size: 5rem;
    font-weight: bold;
    color: #1a1923;
  }

  .topcopy_02 {
    width: 100%;
    height: 100%;
    padding: 3rem 0 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #1a1923;
  }

  #scroll a {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity 0.3s;
  }

  #scroll a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
  }

  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes openinganime {
    0% {
      opacity: 0;
      -webkit-transform: translate(0, 100px);
      transform: translate(0, 100px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }

  @keyframes openinganime {
    0% {
      opacity: 0;
      -webkit-transform: translate(0, 100px);
      transform: translate(0, 100px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }

  .openinganime {
    -webkit-animation: openinganime 3s forwards;
    animation: openinganime 3s forwards;
  }

  video {
    display: block;
  }

  video#bgvideo {
    position: fixed;
    top: 10rem;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -200;
  }

  #bgvideo_overlay {
    position: fixed;
    top: 10rem;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -90;
    background: url(../img/overlays02.png);
  }

  .copy_c2 {
    font-size: 1.7rem;
    line-height: 1.9;
    text-align: center;
    margin: 3rem 0;
  }

  /* header　navi
---------------------------------------------*/
  #header {
    width: 100%;
    height: 10rem;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px;
    z-index: 200;
  }

  #header_inner {
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
  }

  #logo {
    width: 27%;
    padding: 2.5rem 0 0 2rem;
  }

  #logo img {
    max-width: 393px;
  }

  #h_tel {
    width: 290px;
    padding: 2.5rem 0 0 2rem;
  }

  #h_tel span {
    font-size: 1.4rem;
  }

  #h_tel a {
    display: block;
    padding-top: .5rem;
    color: #BE2722;
    font-size: 2.7rem;
    text-decoration: none;
  }


  #glnavi {
    flex: auto;
    padding-top: 3rem;
  }

  #glnavi ul.nav_ul {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  #glnavi ul li {
    padding-left: .5rem;
  }

  #glnavi .ac_right ul {
    justify-content: flex-end;
  }

  #glnavi li a {
    height: 40px;
    padding: 0 2rem;
    display: table-cell;
    color: #231815;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    position: relative;
    vertical-align: middle;
    font-size: 1.7rem;
  }

  #glnavi ul li a.accordion {
    position: relative;
  }

  #glnavi ul li a.accordion::after {
    font-size: 10px;
    display: block;
    height: 10px;
    width: 10px;
    content: "▼";
    text-align: center;
    line-height: 10px;
    position: absolute;
    bottom: 3px;
    left: 87px;
    color: #3372a8;
  }

  #glnavi li a:hover,
  #glnavi ul li:hover>a {
    color: #3372a8;
  }

  #glnavi ul li div {
    position: absolute;
    z-index: 200;
    top: 60px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    width: 100%;
    height: auto;
    background-color: #ccc;
  }

  #glnavi ul li ul {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  #glnavi ul li ul li {
    width: auto;
    height: auto;
  }

  #glnavi ul li ul li a {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
    width: auto;
    height: auto;
    padding: 1.5rem 2.5rem;
  }

  #glnavi ul li ul li a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    background-color: #12426e;
  }

  #glnavi li li a::before,
  #glnavi li li:first-child a::after {
    display: none;
  }

  #glnavi ul li:hover div {
    visibility: visible;
    opacity: 1;
  }

  #glnavi div.ac_li {
    display: block !important;
    margin: 0px auto;
  }

  @media only screen and (max-width: 1310px) {
    #header {
      width: 100%;
      height: 8rem;
    }

    #logo {
      width: 25%;
      padding: 1.8rem 0 0 1.8rem;
    }

    #logo img {
      max-width: 320px;
    }

    #glnavi {
      width: 50%;
      padding-top: 2rem;
    }

    #glnavi ul li {
      padding-left: .2rem;
    }

    #glnavi li a {
      height: 40px;
      padding: 0 1rem;
      display: table-cell;
      color: #231815;
      text-decoration: none;
      text-align: center;
      line-height: 40px;
      position: relative;
      vertical-align: middle;
      font-size: 1.3vw;
    }


    #h_tel {
      width: 20%;
      padding: 2.5rem 0 0 3rem;
    }

    #h_tel span {
      font-size: 1.2vw;
    }

    #h_tel a {
      display: block;
      padding-top: .5rem;
      color: #BE2722;
      font-size: 1.7vw;
      text-decoration: none;
    }
  }

  /* toppage
---------------------------------------------*/
  .txtlink::before {
    content: "";
    display: inline-block;
    width: 1.333333em;
    height: 1.333333em;
    margin: -.2em .5em 0 0;
    vertical-align: middle;
    background-image: url(../img/arrow.svg);
    background-size: 1.333333em auto;
  }

  .news {
    max-width: 800px;
    margin: 3rem auto 0;
    text-align: left;
    overflow: hidden;
    _zoom: 1;
  }

  .news dt {
    font-size: 1.5rem;
    line-height: 1.7;
    float: left;
    width: 160px;
    padding: 15px 0 0 0;
    border-bottom: none;
  }

  .news dd {
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 15px 0 14px 160px;
    border-bottom: 1px solid #ccc;
  }

  .news dd a {
    color: #333333;
  }

  .pagenation {
    clear: both;
    text-align: center;
  }

  .pagenation .current {
    background: #fff;
    border: solid 1px #fff;
    padding: 8px 10px;
    margin: 0 2px;
    text-decoration: none;
  }

  a.page-numbers {
    display: inline-block;
    background: #fff;
    border: solid 1px #3372a8;
    padding: 8px 10px;
    margin: 0 2px;
    text-decoration: none;
  }

  .wp_nextpost {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
  }

  .previous_post,
  .next_post {
    width: 48%;
    border-bottom: solid 1px #E5E5E5;
    padding: 10px;
    font-size: 1.3rem;
  }

  .next_post {
    text-align: right;
  }


  /* page　head
---------------------------------------------*/
  .pagehead {
    padding-top: 10rem;
  }

  .h_title-company {
    background: url(../img/company.jpg) center/cover no-repeat;
  }

  .h_title-business {
    background: url(../img/business.jpg) center/cover no-repeat;
  }

  .h_title-case {
    background: url(../img/case.jpg) center/cover no-repeat;
  }

  .h_title-contact {
    background: url(../img/contact2.jpg) center/cover no-repeat;
  }

  .h_title-free {
    background: url(../img/free.jpg) center/cover no-repeat;
  }

  .h_title-inner {
    position: relative;
    max-width: 1100px;
    height: 400px;
    margin: auto;
    padding: 14% 0 0;
    color: #1a1923;

  }

  .h_title-inner h1 {
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .h_title-inner div {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px;
  }


  /* page　base
---------------------------------------------*/
  .pagebody {
    width: 100%;
  }

  .cont_box {
    max-width: 1140px;
    margin: auto;
    text-align: left;
    padding: 10rem 2rem 10rem;
  }
  .cbm {
    padding: 3rem 2rem 10rem;
  }

  .cont_box::after {
    display: table;
    clear: both;
    content: "";
  }

  .cont_box p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0.5rem 0 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;

  }

  .cont_box p.copy {
    font-size: 1.9rem;
    line-height: 1.9;
    margin: 0.5rem 0 4rem;
    text-align: justify;
    text-justify: inter-ideograph;

  }

  .cont_box p.copy_c {
    font-size: 1.9rem;
    line-height: 1.9;
    margin: 0.5rem 0 4rem;
    font-weight: bold;
    text-align: center;
  }

  .bar01 {
    color: #3372a8;
    font-size: 3.5rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .bar02 {
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
    font-size: 2.1rem;
    color: #3372a8;
  }

  .bar03 {
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
    font-size: 1.9rem;
    font-weight: bold;
  }

  .bar_line {
    position: relative;
    padding-bottom: 1.2rem;
    margin: 5rem 0 2rem;
    font-size: 2.8rem;
    color: #3372a8;
  }

  .bar_line::before,
  .bar_line::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    height: 4px;
  }

  .bar_line::before {
    z-index: 2;
    width: 15%;
    background-color: #3372a8;
  }

  .bar_line::after {
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
    background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  }

  .bar_en {
    padding: 0 0 3rem;
    font-size: 3.5rem;
    font-weight: bold;
  }

  .bar04 {
    display: inline-block;
    border: 1px #3372a8 solid;
    color: #3372a8;
    padding: 1rem 1.5rem 1.2rem;
    margin: 0 0 1.5rem;
    font-size: 1.9rem;
    font-weight: bold;
  }

  .bar05 {
    border-bottom: 2px #3372a8 solid;
    color: #3372a8;
    padding: 0 1rem .9rem 0;
    margin: 0 0 2rem;
    font-size: 3rem;
    font-weight: bold;
  }

  .title_icon01 {
    padding-top: 55px;
    background: url(../img/sample64.png) no-repeat top center;
    background-size: 50px;
    font-size: 1.1rem;
    text-align: center;
  }

  .title_line {
    padding-top: 20rem;
    background: url(../img/title_line.svg) no-repeat center;
    background-size: 100%;
    font-size: 1.1rem;
    text-align: center;
  }

  /* Contents
---------------------------------------------*/
  .Area_01 {
    width: 100%;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e3e3fe' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .Area_02 {
    background: rgb(213, 213, 230);
    background: linear-gradient(0deg, rgba(213, 213, 230, 1) 0%, rgba(243, 243, 248, 1) 100%);
  }

  .contact_area {
    background: url(../img/contact.jpg) center/cover no-repeat;
  }

  .Security_page img {
    border-radius: 15px;
  }

  .Security_01 {
    padding: 5rem 21rem;
    background: url(../img/top01_off.png) left/180px no-repeat;
  }

  .Security_02 {
    padding: 5rem 21rem;
    background: url(../img/top02_off.png) left/180px no-repeat;
  }

  .Security_03 {
    padding: 5rem 21rem;
    background: url(../img/top03_off.png) left/180px no-repeat;
  }

  .Security_04 {
    padding: 5rem 21rem;
    background: url(../img/top04_off.png) left/180px no-repeat;
  }






  .results li {
    margin-bottom: 4% !important;
  }

  .faq dt {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.9;
    margin: 1rem 0 .5rem;
  }

  .faq dt::before {
    content: "\f3b2";
    font-family: ionicons;
    color: #3372a8;
    font-size: 2rem;
    padding-right: 1rem;
  }

  .faq dd {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0.5rem 0 3rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .price_f {
    font-size: 3rem;
    font-weight: bold;
  }

  .price_f span {
    font-size: 5rem;
  }

  .price_f:nth-child(2n+1) {
    padding-top: 1rem;
  }

  .guide_in>li {
    padding: 4rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0px 1px 1px 1px;
  }

  .guide_in>li .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 196px;
    text-align: right;
    margin-bottom: 2.5rem;
  }

  .guide_in>li h3 {
    color: #3372a8;
    font-size: 3rem;
    line-height: 1.2;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .guide_in>li p {
    font-size: 1.5rem;
    text-align: left;
    border-top: 1px #DEDEDE solid;
    padding: 1rem 0;
  }

  .i_hp {
    background: url(../img/illust_hp.svg) no-repeat top left;
    background-size: 212px;
  }


  .arrow_01 li {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 1rem 1rem 0;
    margin-left: 1rem;
    text-indent: -1.6rem;
  }

  .arrow_01 li::before {
    content: "\f10a";
    font-family: ionicons;
    color: #3372a8;
    padding-right: 1rem;
  }

  .arrow_01 li:last-child:after {
    padding: 0 1rem 0 0;
  }

  .flowlist {
    margin: 0px auto;
    text-align: center;
  }

  .flowlist li>div {
    overflow: hidden;
    font-size: 1.6rem;
    padding: 1.7rem 1.7rem 2.2rem;
    text-align: center;
    border: 2px #3372a8 solid;
    border-radius: 5px;
    line-height: 1.7;
  }

  .flowlist li::after {
    content: "▼";
    color: #3372a8;
    font-size: 2rem;
  }

  .flowlist li:last-child:after {
    content: none;
  }

  .qanda_page {
    padding: 1rem 3rem 2rem;
    text-align: left;
  }

  .qanda_page dt {
    font-size: 2rem;
    padding: 4rem 0 0;
  }

  .qanda_page dt:before {
    content: "Q.";
    text-indent: 1rem;
  }

  .qanda_page dd {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 1rem 2.5rem 1rem;
    background-color: #f9f9f9;
  }

  /* frame box
---------------------------------------------*/
  .list_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
    margin: 1.5rem 0;
  }

  .list_in_text p {
    padding: 0.5em 0;
  }

  .list_in_text {
    width: 65%;
  }

  .list_image {
    width: 30%;
    padding-top: 1em;
    text-align: center;
  }

  .list_image a {
    text-decoration: none;
  }

  .list_btnbox {
    width: 100%;
    margin: 0.5rem auto;
    text-align: center;
  }

  .list_btnbox a {
    color: #fff;
  }

  .borbox01 {
    border: 1px #3372a8 dotted;
    padding: 2em 2.5em;
    background: #fcfcfc;
    box-shadow: 0px 1px 3px #ababab;
  }

  .borbox02 {
    border: 2px #ccc dotted;
    padding: 2em 2.5em;
  }

  .nextbox:before {
    display: block;
    font-size: 3rem;
    color: #3372a8;
    content: "▼";
    padding: 1.5rem;
    text-align: center;
  }

  .framebox_01 {
    position: relative;
    margin: 0 0 5rem;
    padding: 2rem 3rem;
    border: solid 3px #3372a8;
    border-radius: 8px;
  }

  .framebox_01 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #3372a8;
    font-weight: bold;
  }

  .framebox_01 p {
    margin: 0;
    padding: 0;
  }


  .joblist {
    width: 100%;
    margin-bottom: 3em;
    padding: 2em;
    border: solid 2px #3372a8;
    border-radius: 15px;
  }

  .joblist h2 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
  }

  .joblist h2 a {
    text-decoration: none;
  }

  .joblist_in {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .joblist_in_text {
    max-width: 700px;
  }

  .joblist_image {
    max-width: 300px;
    padding-top: 1em;
    text-align: center;
  }

  .joblist_image img {
    border-radius: 10px;
  }

  .joblist_image a {
    text-decoration: none;
  }

  .joblist_btnbox {
    width: 100%;
    margin: .5rem auto;
    text-align: center;
  }

  .joblist_btnbox a {
    color: #fff;
  }

  .joblist_btn {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
  }

  .joblist_btn::before,
  .joblist_btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    border-radius: 10px;
  }

  .joblist_btn,
  .joblist_btn::before,
  .joblist_btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .joblist_btn {
    position: relative;
    z-index: 2;
    background-color: #3372a8;
    border: 2px solid #3372a8;
    line-height: 50px;
  }

  .joblist_btn:hover {
    background-color: #fff;
    border-color: #3372a8;
    color: #3372a8;
    text-decoration: none;
  }

  .joblist_btn::before,
  .joblist_btn::after {
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #3372a8;
  }

  .joblist_btn::before {
    top: 0;
  }

  .joblist_btn::after {
    bottom: 0;
  }

  .joblist_btn:hover::before,
  .joblist_btn:hover::after {
    height: 0;
    background-color: #3372a8;
  }

  .joblist_in_text table {
    width: 100%;
    line-height: 1.7;
  }

  .joblist_in_text table th {
    padding: 15px;
    width: 140px;
    text-align: left;
    vertical-align: top;
  }

  .joblist_in_text table td {
    padding: 15px;
  }

  .joblist_in_text table th::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0;
    background: url(../img/arrow.png) left 2px no-repeat;
    background-size: .5em;
    vertical-align: middle;
  }

  .joblist_in_text table tr {
    border-bottom: dotted 1px #3372a8;
  }

  .joblist_in_text table tr:last-child {
    border-bottom: none;
  }

  .jobpage_topic {
    width: 100%;
    padding: 2em;
    font-size: 1.7rem;
    line-height: 1.7;
    border: dotted 1px #ccc;
    background: #f3f3f8;
    border-radius: 15px;
  }

  .jobpage_topic h3 {
    margin: 1em 0 .1em;
    color: #3372a8;
    font-weight: bold;
  }

  .jobpage_topic02 {
    width: 100%;
    padding: 2em;
    font-size: 1.7rem;
    line-height: 1.7;
    border: solid 1px rgb(238, 238, 238);
    background-color: #fdfcf4;
  }

  .aligncenter {
    display: block;
    margin: 0 auto;
  }

  .alignright {
    float: right;
    margin: 5px 0px 5px 20px;
  }

  .alignleft {
    float: left;
    margin: 5px 20px 5px 0px;
  }

  strong {
    font-weight: bold;
    font-size: 1.2em;
  }

  .jobpage_info table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 2em 0;
  }

  .jobpage_info table tr {
    border-bottom: dotted 1px #000;
  }

  .jobpage_info table th {
    padding: 15px;
    width: 200px;
    text-align: center;
  }

  .jobpage_info table td {
    padding: 15px;
  }

  .job_form table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 2em 0;
  }

  .job_form table th {
    padding: 12px;
    width: 150px;
    text-align: right;
  }

  .job_form table td {
    padding: 12px;
  }

  .job_form table .required {
    display: inline-block;
    padding: 0 5px;
    font-size: 1.2rem;
    color: #fff;
    background: #f00;
    border-radius: 10px;
    vertical-align: baseline;
  }





  /* teble layout
---------------------------------------------*/
  .tbw_01 th {
    width: 30%;
  }

  .tbw_02 th {
    width: 40%;
  }

  .table01 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 0 2rem;
  }

  .table01 th {
    border-right: solid 1px #e6e6e6;
    padding: 20px 30px;
    text-align: right;
    background: #f3f3f8;
  }

  .table01 td {
    padding: 20px 30px;
  }


  .table02 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 2rem;
  }

  .table02 th {
    width: 30%;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
  }

  .table02 th::before {
    content: "▶";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    color: #3372a8;
  }

  .table02 td {
    width: 80%;
    padding: 1rem;
  }

  .table03 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 0 2rem;
  }

  .table03 th {
    border-bottom: dotted 1px #ccc;
    padding: 12px;
  }

  .table03 td {
    border-bottom: dotted 1px #ccc;
    padding: 12px;
  }

  .table03 tr:nth-child(odd) {
    background: #fafafa;
  }


  /* Column
---------------------------------------------*/
  .c2box {
    display: flex;
    flex-wrap: wrap;
  }

  .c2box>li {
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
    overflow: hidden;
  }

  .c2box>li:nth-child(even) {
    margin-right: 0;
  }

  .c3box {
    clear: both;
    display: flex;
    flex-wrap: wrap;
  }

  .c3box>li {
    flex: 0 0 32%;
    margin-bottom: 2%;
    margin-right: 2%;
    overflow: hidden;
  }

  .c3box>li:nth-child(3n) {
    margin-right: 0;
  }

  .c3box h3 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #3372a8;
    margin-bottom: 2%;
  }

  .c4box {
    clear: both;
    display: flex;
    flex-wrap: wrap;
  }

  .c4box>li {
    flex: 1 0 23.5%;
    margin-bottom: 2%;
    margin-right: 2%;
    overflow: hidden;
  }

  .c4box>li:nth-child(4n) {
    margin-right: 0;
  }

  /* bon in
---------------------------------------------*/

  .c2_in>li {
    background: rgba(255, 255, 255, 0.53);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    border: 2px solid #fff;
    transition: 0.2s linear;
    padding: 1.5rem;
    border-radius: 8px;
  }

  .c2_in>li p {
    font-size: 1.4rem;
    text-align: left;
  }

  .c2_in>li img {
    margin: 1rem 0;
    border-radius: 8px;
  }

  .c2_in>li h3 {
    line-height: 1.5;
    padding: 0.2rem 0 0.4rem;
    font-size: 2rem;
  }


  .c3_in>li {
    background: rgba(255, 255, 255, 0.53);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    border: 2px solid #fff;
    transition: 0.2s linear;
    padding: 1.5rem;
    border-radius: 8px;
  }

  .c3_in>li p {
    font-size: 1.4rem;
    text-align: left;
  }

  .c3_in>li img {
    margin: 1rem 0;
    border-radius: 8px;
  }

  .c3_in2>li {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .c3_in2>li h3 {
    text-align: center;
    line-height: 1.5;
    padding: 0.2rem 0 0.4rem;
    font-size: 2rem;
  }

  .c3_in2>li h4 {
    text-align: center;
    margin-top: 0px;
    color: #044760;
    background-color: #f9f9f9;
    border-bottom-color: #bbb;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border-bottom-style: dotted;
  }

  .c3_in2>li p {
    font-size: 1.4rem;
    text-align: left;
  }

  .c3_in2>li img {
    margin: 1rem 0;
    border-radius: 50%;
  }

  .c4_in>li {
    text-align: center;
  }

  .c4_in>li h3 {
    line-height: 1.5;
    font-size: 2rem;
  }

  .c4_in>li p {
    font-size: 1.2rem;
    text-align: left;
    padding: 0.5em 1em 0;
  }

  .c4_in>li a {
    display: block;
  }

  .c4_in>li a .imgmask {
    width: 170px;
    height: 220px;
    display: block;
    margin: 1rem auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .c4_in>li a img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    opacity: 1 !important;
  }

  .c4_in>li a:hover .imgmask {
    border-radius: 20%;
  }

  /* pagelink */
  .pagelink {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
  }

  .pagelink ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5%;
  }

  .pagelink ul li {
    padding: .5rem;
  }

  .pagelink ul li a {
    display: inline-block;
		max-width: 500px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 2rem 1.5rem;

    font-size: 1.6rem;
    color: #3372a8;
    background: #f3f3f3;
    text-decoration: none;
    border: #3372a8 1px solid;
    border-radius: 10px;
  }

  .pagelink ul li a:hover {
    background: #3372a8;
    color: #fff;
  }


  /* ボタン
---------------------------------------------*/
  .btnbox {
    width: 50%;
    margin: 3rem auto;
    text-align: center;
  }

  .btnbox a {
    color: #fff;
  }

  .oubo_btn {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: bold;
    width: 350px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    outline: none;
  }

  a.btn_link01 {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    color: #3372a8;
    background: #fff;
    border: 1px solid #3372a8;
    border-radius: 50vh;
    text-align: center;
    text-decoration: none;
  }

  a.btn_link01:hover {
    color: #fff !important;
    background-color: #3372a8;
    border-color: #ccc;
    text-decoration: none;
  }


  /* form
---------------------------------------------*/
  .mail_form table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 2em 0;
  }

  .mail_form table th {
    width: 20%;
    padding: 1.5rem;
    text-align: right;
  }

  .mail_form table td {
    width: 70%;
    padding: 1.5rem;
    line-height: 2;
  }

  .mail_form tr:nth-child(odd) {
    background: #f3f3f8;
  }

  .mail_form table .required {
    display: inline-block;
    padding: 0 5px 1px 3px;
    margin-left: 5px;
    font-size: 1.2rem;
    color: #fff;
    background: #d6284b;
    border-radius: 5px;
    vertical-align: baseline;
  }

  input:focus,
  input:hover {
    background-color: #fffef0;
  }

  input {
    font-size: 110%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #ccc solid;
    background-color: #fff;
  }

  input[type="submit"] {
    margin: 2em auto;
    padding: .3rem 9rem .5rem;
    border-radius: 50vh;
    text-align: center;
    color: #3372a8;
    background-color: #fff;
    border: 1px solid #3372a8;
    font-size: 2rem;
    letter-spacing: .5rem;
    -webkit-appearance: none;
    cursor: pointer;
  }

  input[type="submit"]:hover {
    color: #fff;
    background-color: #3372a8;
    border-color: #ccc;
    text-decoration: none;
  }

  .form_w01 {
    width: 45%;
    font-size: 90%;
    padding: 5px;
  }

  .form_w02 {
    width: 20%;
    font-size: 90%;
    padding: 5px;
  }

  .form_w03 {
    width: 95%;
    font-size: 90%;
    padding: 5px;
  }

  ::-webkit-input-placeholder {
    color: #ccc;
  }

  ::-moz-placeholder {
    color: #ccc;
  }

  :-ms-input-placeholder {
    color: #ccc;
  }

  textarea {
    width: 95%;
    font-size: 100%;
    padding: 10px;
    border: 1px #ccc solid;
  }

  select {
    font-size: 1.2rem;
    padding: .5rem;
    border: 1px #ccc solid;
  }

  /* ラジオボタンlabel */
  .mail_form label {
    border-radius: 5px;
    padding: 0 7px 0 2px;
    margin-bottom: 4px;
    display: inline-block;
    cursor: pointer;
  }

  .mail_form label:hover {
    background-color: #6e7479;
    color: white;
  }

  .formPrivacy {
    margin: 3rem auto 0;
    padding: 3rem;
    overflow: auto;
    height: 400px;
    border: 2px solid #ddd;
  }

  .textnone {
    display: none;
  }

  .form-block {
    display: block;
  }

  /* footer
---------------------------------------------*/
  .footer {
    color: #fff;
    text-align: center;
    background: #3372a8;
  }

  .footer_in {
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem 2rem 1.5rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  .footer_in>.f_link {
    width: 100%;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }

  .footer_in>.f_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
  }

  .footer_in>.f_link ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 1.5rem 3rem;
    font-size: 1.5rem;
  }

  .footer_in>.f_link ul li a:hover {
    color: #e1ebe2;
    text-decoration: underline;
  }

  .footer_in>.f_link ul li a::before {
    content: "";
    display: inline-block;
    width: .9em;
    height: .9em;
    margin: 0 .5em .2em 0;
    vertical-align: middle;
    background-image: url(../img/arrow02.svg);
    background-size: .9em auto;
  }

  .footer_in>.f_info {
    width: 100%;
    font-size: 1.4rem;
    color: #fff;
  }

  .footer_in>.f_info img {
    max-width: 350px;
    margin: 2rem;
  }

  .copyright {
    clear: both;
    width: 100%;
    font-size: 1.2rem;
    padding: 1.3rem 0;
  }
}