@charset "UTF-8";
body {
  background: #f4f3f3; }

/* PC */
/* @media print, screen and (min-width: 768px) {
  body:not(#TOP) main {
    margin-top: 50px; } } */

/* PC */
@media print, screen and (min-width: 768px) {
  /* 下層共通 */
  main:not(#TOP) {
    margin-bottom: 100px; }
  .inrWidth {
    max-width: 1000px; }
  #area_h1 {
    background: url("../img/common/img-h1@2x.jpg") no-repeat;
    background-size: cover;
    height: 180px;
    padding: 15px 0 !important;
    color: #fff;
    margin-bottom: 50px; }
    #area_h1 .breadcrumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 45px;
      padding: 0 30px !important; }
      #area_h1 .breadcrumb li {
        font-size: 1.4rem;
        position: relative;
        line-height: 1; }
        #area_h1 .breadcrumb li:not(:last-of-type) {
          padding-right: 20px; }
        #area_h1 .breadcrumb li:not(:last-of-type):after {
          content: ">";
          position: absolute;
          right: 7px; }
    #area_h1 h1 {
      max-width: 970px;
      padding-left: 30px;
      margin: auto;
      font-weight: bold;
      font-size: 5rem;
      line-height: 1;
      letter-spacing: 0.075em; }
      #area_h1 h1 span {
        font-size: 1.6rem;
        display: block;
        margin-top: 10px; } }

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  background: url("../img/common/img-h1@2x.jpg") no-repeat;
  background-size: cover; }

@media print, screen and (min-width: 768px) {
  .whbox:not(:last-of-type) {
    margin-bottom: 80px; }
  .whbox.flbox {
    padding: 50px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff; }
    .whbox.flbox h2 {
      text-align: left !important;
      font-size: 2.4rem !important;
      font-weight: bold;
      line-height: 1.4;
      position: relative;
      margin-bottom: 50px; }
      .whbox.flbox h2:before {
        position: absolute;
        top: 0.75em;
        left: -50px;
        content: '';
        display: block;
        width: 20px;
        height: 3px;
        background: #c3247b; }
    .whbox.flbox h3 {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .whbox.flbox .LFT {
      width: 38.55%; }
    .whbox.flbox .RGT {
      width: 61.45%; }
    .whbox.flbox section {
      padding: 15px 0 !important; }
    .whbox.flbox > section {
      padding: 0 !important; }
    .whbox.flbox p:not(:last-of-type) {
      margin-bottom: 10px; }
    .whbox.flbox p a {
      color: #c3247b;
      text-decoration: underline; }
  .whbox .lowerbtn {
    display: inline-block;
    background: #222222;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border: 1px solid #222;
    border-radius: 0 0 20px 0; }
    .whbox .lowerbtn:hover {
      background: #fff;
      color: #222; }
  .whbox .w100 {
    width: 100%; }
    .whbox .w100 p.sub {
      font-size: 1.4rem;
      text-align: right; }
  /* press */
  .media__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
  .media__nav li {
    width: 25%;
    line-height: 58px;
    text-align: center;
    border-right: 1px solid #9f9f9f;
    cursor: pointer; }
  .media__nav li:first-child {
    border-left: 1px solid #9f9f9f; }
  .media__nav li.current {
    color: #000 !important;
    background: #ffeef8 !important;
    border-bottom: 2px solid #e40682; }
  .media .table-news {
    color: #000;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto; }
  .media .table-news td {
    padding: 20px 0; }
  .media .table-news tr:not(:last-of-type) {
    border-bottom: 1px solid #999; }
  .media .table-news-td2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center; }
  .media .table-news-td3 {
    width: 145px; }
  .media .table-news__content:nth-of-type(2) {
    width: 300px; }
  .media .table-news a {
    color: #000; }
  .media .tab-pane {
    display: none; }
  .media .tab-pane.firstView {
    display: block;
    background: none !important; }
  .media .year {
    color: #e4007f !important;
    font-size: 1.8rem;
    font-weight: bold; }
  .shape {
    width: 100%;
    line-height: 1;
    margin-bottom: 25px !important;
    font-size: 2rem;
    font-weight: bold; }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    width: 700px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .logo:first-of-type {
      margin-bottom: 50px; }
    .logo__blk {
      width: 30%;
      text-align: center; }
      .logo__blk--img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 15px;
        border: 1px solid #cccccc;
        height: 200px;
        margin-bottom: 20px; }
      .logo__blk--download {
        line-height: 1;
        display: inline-block;
        font-weight: bold;
        padding: 10px 40px;
        border: 2px solid #222;
        border-radius: 0 0 20px 0; }
        .logo__blk--download:hover {
          background: #222;
          color: #fff; }
  /* company */
  #COMAPANY .flbox2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #COMAPANY .flbox2 section {
      padding: 0 !important; }
    #COMAPANY .flbox2 .LFT {
      width: 31.111%; }
      #COMAPANY .flbox2 .LFT img {
        width: 100%; }
    #COMAPANY .flbox2 .RGT {
      width: 63.8%; }
    #COMAPANY .flbox2 h2 {
      font-size: 1.8rem !important;
      margin-bottom: 15px !important; }
      #COMAPANY .flbox2 h2:before {
        display: none; }
    #COMAPANY .flbox2 p {
      margin-bottom: 25px;
      font-size: 1.4rem !important; }
    #COMAPANY .flbox2 a.lowerbtn {
      padding: 15px 80px; }
  #COMAPANY .comlist h2 span {
    font-size: 1.2rem;
    margin-left: 10px; }
  #COMAPANY .combox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #COMAPANY .combox__blk {
      display: block;
      width: 30.55%;
      margin-bottom: 50px; }
      #COMAPANY .combox__blk img {
        margin-bottom: 15px; }
      #COMAPANY .combox__blk h3 {
        line-height: 1;
        text-align: center;
        margin-bottom: 10px;
        font-size: 1.8rem;
        font-weight: bold; }
      #COMAPANY .combox__blk--txt {
        margin-bottom: 25px;
        font-size: 1.4rem; }
      #COMAPANY .combox__blk--subtxt {
        text-align: right;
        line-height: 1;
        font-size: 1.2rem; }
    #COMAPANY .combox .no-link {
      pointer-events: none; }
  /* CONTACT */
  #CONTACT .lowerbtn {
    margin-top: 20px; }
    #CONTACT .lowerbtn.wh {
      background: #fff;
      color: #000; }
  #CONTACT .gmap {
    margin-bottom: 20px; }
  /* INQUIRES */
  #INQUIRY .intro {
    margin-bottom: 40px; }
  #INQUIRY .section-heading {
    font-size: 2rem !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 1;
    margin-bottom: 15px; }
    #INQUIRY .section-heading:before {
      display: none !important; }
  #INQUIRY .panel p {
    font-size: 1.3rem; }
  #INQUIRY .panel .attn {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px; }
  #INQUIRY .panel .horizontal-item {
    text-align: center;
    margin-bottom: 30px;
    display: block; }
  #INQUIRY .ctr {
    margin: auto; }
    #INQUIRY .ctr .lowerbtn {
      background: #c3247b;
      border: 1px solid #c3247b; }
      #INQUIRY .ctr .lowerbtn:hover {
        background: #000;
        color: #fff;
        border: 1px solid #000; }
  /* EVENT */
  #EVENT .evlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #EVENT .evlist.mainev {
      margin-bottom: 100px; }
      #EVENT .evlist.mainev h2 {
        font-size: 1.5rem;
        margin-top: -10px; }
        #EVENT .evlist.mainev h2 span {
          line-height: 1;
          font-weight: bold;
          color: #fff;
          background: #5d3ca1;
          display: inline-block;
          line-height: 1 !important;
          padding: 12px; }
    #EVENT .evlist__blk {
      display: block;
      background: #fff;
      width: 30%;
      height: auto;
      -webkit-box-shadow: 0 0 8px grey;
              box-shadow: 0 0 8px grey;
      border-radius: 0 0 20px 0; }
      #EVENT .evlist__blk:hover {
        position: relative;
        top: -5px;
        opacity: 1 !important; }
      #EVENT .evlist__blk--data {
        font-size: 1.2rem;
        text-align: center;
        color: #e5007f;
        margin-bottom: 5px;
        line-height: 1; }
      #EVENT .evlist__blk--inr {
        font-size: 1.4rem;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #EVENT .evlist__blk--inr h3 {
          line-height: 1.3;
          font-weight: bold; }
        #EVENT .evlist__blk--inr .viewmore {
          margin-top: auto;
          text-align: center;
          padding-top: 20px; }
          #EVENT .evlist__blk--inr .viewmore span {
            line-height: 1;
            border: 2px solid #000;
            border-radius: 20px;
            padding: 8px 15px;
            text-align: center;
            display: inline-block;
            font-weight: bold;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            #EVENT .evlist__blk--inr .viewmore span:hover {
              background: #000;
              color: #fff; }
  #EVENT .eventreport h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
  /* FAQ */
  #FAQ .whbox:not(:first-of-type) {
    border-top: 1px solid #3e3a39;
    padding-top: 30px !important; }
  #FAQ .whbox:not(:last-of-type) {
    margin-bottom: 30px; }
  #FAQ .whbox.flbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    #FAQ .whbox.flbox .LFT {
      width: 31.111%; }
    #FAQ .whbox.flbox .RGT {
      width: 64.444%; }
      #FAQ .whbox.flbox .RGT section {
        padding: 0 !important; }
    #FAQ .whbox.flbox h2 {
      margin-bottom: 0; }
    #FAQ .whbox.flbox h3 {
      letter-spacing: 0; }
    #FAQ .whbox.flbox ul {
      margin-bottom: 20px; }
    #FAQ .whbox.flbox p {
      margin-bottom: 20px; }
  #FAQ .indentLine:first-of-type {
    margin-top: 80px; }
  #FAQ .indentLine {
    padding: 0 !important; }
    #FAQ .indentLine .content.indentLine--top {
      margin-top: 25px; }
    #FAQ .indentLine .content div:not(:last-of-type) {
      margin-bottom: 20px; }
    #FAQ .indentLine .content div a {
      text-decoration: underline;
      font-weight: bold; }
    #FAQ .indentLine .content div span {
      font-size: 1.2rem; }
    #FAQ .indentLine .content .lowerbtn {
      margin-top: 25px;
      text-decoration: none; }
  #FAQ .indentLine__blk {
    position: relative;
    background: #FFF;
    padding: 50px 100px 50px 45px;
    margin-bottom: 50px; }
    #FAQ .indentLine__blk .whbox.flbox {
      padding: 30px 0 0 !important; }
      #FAQ .indentLine__blk .whbox.flbox ul.ul--service li {
        margin-bottom: 15px;
        text-indent: -1em;
        padding-left: 1em; }
      #FAQ .indentLine__blk .whbox.flbox ul.ul--startup li {
        margin-bottom: 15px;
        text-indent: -2em;
        padding-left: 2em; }
    #FAQ .indentLine__blk .inquiryvisa {
      background: #fff3fa;
      padding: 25px; }
      #FAQ .indentLine__blk .inquiryvisa h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px; }
      #FAQ .indentLine__blk .inquiryvisa a {
        color: #e5007f; }
  #FAQ .indentLine__blk--btn {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 8px 0 8px 0;
    cursor: pointer; }
  #FAQ .indentLine__blk--btn:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 10px;
    width: 20px;
    height: 2px;
    background: #FFF; }
  #FAQ .indentLine__blk:last-of-type {
    margin-bottom: 0; }
  #FAQ .indentLine__blk--btn:after {
    content: '';
    position: absolute;
    left: 19px;
    top: 19px;
    width: 2px;
    height: 2px;
    background: #FFF;
    -webkit-transition: .3s;
    transition: .3s; }
  #FAQ .indentLine__blk--btn.open:after {
    top: 10px;
    height: 20px; }
  #FAQ .indentLine__ttl {
    font-size: 2.4rem;
    margin: 0;
    position: relative; }
  #FAQ .indentLine__ttl:before {
    position: absolute;
    top: 0.75em;
    left: -45px;
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #c3247b;
    border-bottom: none; }
  #FAQ .indentLine__blk p {
    font-size: 1.4rem;
    margin-top: 20px; } }

/* table */
.table-line {
  margin-bottom: 40px;
  width: 100%; }

.table-line th {
  font-size: 1.6rem;
  width: 33.333%;
  font-weight: bold;
  line-height: 1.5; }

.table-line th,
.table-line td {
  padding: 25px 0;
  border-bottom: 2px solid #eeeeee;
  text-align: left; }

.table-line tr:first-child th,
.table-line tr:first-child td {
  padding-top: 0; }

/* form */
.form th,
.form td {
  vertical-align: middle; }

.form input[type="text"],
.form textarea {
  width: 100%;
  line-height: 1 !important;
  margin: 5px 0;
  padding: 15px 15px;
  background: #f8f7f9;
  border-radius: 6px;
  border: none;
  line-height: 32px;
  font-size: 1.4rem;
  -webkit-transition: all .3s;
  transition: all .3s; }

.form input[type="text"]:hover,
.form textarea:hover {
  border-color: #f3f3f3; }

.form input[type="text"]:focus,
.form textarea:focus {
  border-color: #0d93ba; }

.form .required {
  color: #E4007F; }

/* button */
.btn {
  display: inline-block;
  margin: 0 10px 20px 0;
  padding: 12px 40px;
  border: 2px solid #00a0e9;
  min-width: 200px;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: bold;
  color: #00a0e9;
  -webkit-transition: all .3s;
  transition: all .3s; }

.btn:hover {
  background-color: #00a0e9;
  color: #fff; }

.btn--primary {
  background-color: #00a0e9;
  color: #fff; }

.btn--primary:hover {
  background-color: #00afff;
  border-color: #00afff; }

.btn--danger {
  border-color: #e4007f;
  background-color: #e4007f;
  color: #fff; }

.btn--danger:hover {
  background-color: #ff008e;
  border-color: #ff008e; }

/* SP */
@media print, screen and (max-width: 768px) {
  /* 下層共通 */
  main:not(#TOP) {
    margin-bottom: 50px; }
  .inrWidth {
    width: 100%; }
  #area_h1 {
    background: url("../img/common/img-h1@2x.jpg") no-repeat;
    background-size: cover;
    height: 130px;
    padding: 15px 0 !important;
    color: #fff;
    margin-bottom: 30px; }
    #area_h1 .breadcrumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      padding: 0 5% !important; }
      #area_h1 .breadcrumb li {
        font-size: 1.2rem;
        position: relative;
        line-height: 1; }
        #area_h1 .breadcrumb li:not(:last-of-type) {
          padding-right: 20px; }
        #area_h1 .breadcrumb li:not(:last-of-type):after {
          content: ">";
          position: absolute;
          right: 7px; }
    #area_h1 h1 {
      padding-left: 5%;
      margin: auto;
      font-weight: bold;
      font-size: 2.8rem;
      line-height: 1;
      letter-spacing: 0.05em; }
      #area_h1 h1 span {
        font-size: 1.3rem;
        display: block;
        margin-top: 10px; }
  .whbox {
    width: 90%;
    margin: auto; }
    .whbox:not(:last-of-type) {
      margin-bottom: 40px; }
    .whbox.flbox {
      padding: 25px !important;
      background: #fff; }
      .whbox.flbox h2 {
        text-align: left !important;
        font-size: 2.4rem !important;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        margin-bottom: 15px; }
        .whbox.flbox h2:before {
          position: absolute;
          top: 0.65em;
          left: -26px;
          content: '';
          display: block;
          width: 15px;
          height: 4px;
          background: #c3247b; }
      .whbox.flbox h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 10px; }
      .whbox.flbox section {
        margin: 15px 0 !important;
        padding: 0 !important; }
      .whbox.flbox p:not(:last-of-type) {
        margin-bottom: 10px; }
      .whbox.flbox p a {
        color: #c3247b;
        text-decoration: underline; }
  .lowerbtn {
    display: inline-block;
    background: #222222;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border: 1px solid #222;
    border-radius: 0 0 20px 0; }
    .lowerbtn:hover {
      background: #fff;
      color: #222; }
  .w100 {
    width: 100%; }
    .w100 p.sub {
      font-size: 1.4rem;
      text-align: right; }
  /* press */
  .media__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px; }
  .media__nav li {
    width: 25%;
    line-height: 38px;
    text-align: center;
    border-right: 1px solid #9f9f9f; }
  .media__nav li:nth-child(4n + 1) {
    border-left: 1px solid #9f9f9f; }
  .media__nav li.current {
    color: #000 !important;
    background: #ffeef8 !important;
    border-bottom: 2px solid #e40682; }
  .media .table-news {
    color: #000;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto; }
  .media .table-news td {
    display: block;
    padding: 10px 0; }
  .media .table-news tr {
    border-bottom: 1px solid #999; }
  .media .table-news-td2 {
    display: none !important; }
  .media .table-news-td3 {
    font-weight: bold; }
  .media .table-news__content:nth-of-type(3) {
    padding-bottom: 20px; }
  .media .table-news a {
    color: #000; }
  .media .table-news__content a {
    text-decoration: underline; }
  .media .tab-pane {
    display: none; }
  .media .tab-pane.firstView {
    display: block;
    background: none !important; }
  .media .year {
    color: #e4007f !important;
    font-size: 1.6rem;
    font-weight: bold; }
  .shape {
    width: 100%;
    line-height: 1;
    margin-bottom: 15px !important;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 50px; }
  .logo {
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .logo__blk {
      text-align: center; }
      .logo__blk:not(:last-child) {
        margin-bottom: 30px; }
      .logo__blk--img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 30px;
        border: 1px solid #cccccc;
        height: 200px;
        margin-bottom: 20px; }
      .logo__blk--download {
        line-height: 1;
        display: inline-block;
        font-weight: bold;
        padding: 10px 40px;
        border: 2px solid #222;
        border-radius: 0 0 20px 0; }
        .logo__blk--download:hover {
          background: #222;
          color: #fff; }
  /* company */
  #COMAPANY .flbox2 section {
    padding: 0 !important;
    margin: 0 !important; }
  #COMAPANY .flbox2 .LFT {
    margin-bottom: 15px; }
    #COMAPANY .flbox2 .LFT img {
      width: 100%; }
  #COMAPANY .flbox2 h2 {
    font-size: 1.8rem !important;
    margin-bottom: 15px !important; }
    #COMAPANY .flbox2 h2:before {
      display: none; }
  #COMAPANY .flbox2 p {
    margin-bottom: 25px;
    font-size: 1.4rem !important; }
  #COMAPANY .comlist h2 span {
    display: block;
    font-size: 1.2rem; }
  #COMAPANY .combox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #COMAPANY .combox__blk {
      display: block;
      margin-bottom: 40px; }
      #COMAPANY .combox__blk img {
        margin-bottom: 10px; }
      #COMAPANY .combox__blk h3 {
        line-height: 1;
        text-align: center;
        margin-bottom: 10px;
        font-size: 1.8rem;
        font-weight: bold; }
      #COMAPANY .combox__blk--txt {
        margin-bottom: 25px;
        font-size: 1.4rem; }
      #COMAPANY .combox__blk--subtxt {
        text-align: right;
        line-height: 1;
        font-size: 1.2rem; }
    #COMAPANY .combox .no-link {
      pointer-events: none; }
  /* CONTACT */
  #CONTACT .lowerbtn {
    margin-top: 20px; }
    #CONTACT .lowerbtn.wh {
      background: #fff;
      color: #000; }
  #CONTACT .gmap {
    margin-bottom: 20px; }
  /* INQUIRY */
  #INQUIRY .intro {
    margin-bottom: 30px; }
  #INQUIRY .section-heading {
    font-size: 2rem !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 1;
    margin-bottom: 15px; }
    #INQUIRY .section-heading:before {
      display: none !important; }
  #INQUIRY .panel p {
    font-size: 1.3rem; }
  #INQUIRY .panel .attn {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px; }
  #INQUIRY .panel .horizontal-item {
    text-align: center;
    margin-bottom: 30px;
    display: block; }
  #INQUIRY .ctr {
    margin: auto;
    text-align: center; }
    #INQUIRY .ctr .lowerbtn {
      background: #c3247b;
      border: 1px solid #c3247b; }
      #INQUIRY .ctr .lowerbtn:hover {
        background: #000;
        color: #fff;
        border: 1px solid #000; }
  .table-line th {
    border-bottom: none;
    padding: 20px 0 15px;
    width: 100%; }
  .table-line td {
    padding: 0 0 20px; }
  .table-line th,
  .table-line td {
    display: block; }
  .form input[type="text"],
  .form textarea {
    width: 100%; }
  .btn {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  #EVENT section {
    padding: 0 !important; }
  #EVENT .evlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #EVENT .evlist.mainev {
      margin-bottom: 50px; }
      #EVENT .evlist.mainev h2 {
        font-size: 1.5rem;
        margin-top: -10px; }
        #EVENT .evlist.mainev h2 span {
          line-height: 1;
          font-weight: bold;
          color: #fff;
          background: #5d3ca1;
          display: inline-block;
          line-height: 1 !important;
          padding: 12px; }
    #EVENT .evlist__blk {
      display: block;
      background: #fff;
      height: auto;
      -webkit-box-shadow: 0 0 8px grey;
              box-shadow: 0 0 8px grey;
      border-radius: 0 0 20px 0;
      margin-bottom: 40px; }
      #EVENT .evlist__blk:hover {
        position: relative;
        top: -5px;
        opacity: 1 !important; }
      #EVENT .evlist__blk--thumb img {
        width: 100%; }
      #EVENT .evlist__blk--data {
        font-size: 1.2rem;
        text-align: center;
        color: #e5007f;
        margin-bottom: 5px;
        line-height: 1; }
      #EVENT .evlist__blk--inr {
        font-size: 1.4rem;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #EVENT .evlist__blk--inr h3 {
          line-height: 1.3;
          font-weight: bold; }
        #EVENT .evlist__blk--inr .viewmore {
          margin-top: auto;
          text-align: center;
          padding-top: 20px; }
          #EVENT .evlist__blk--inr .viewmore span {
            line-height: 1;
            border: 2px solid #000;
            border-radius: 20px;
            padding: 8px 15px;
            text-align: center;
            display: inline-block;
            font-weight: bold;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
  #EVENT .eventreport h2 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px; }
  /* FAQ */
  #FAQ.inrWidth {
    width: 90% !important; }
  #FAQ h2 {
    font-size: 4rem; }
  #FAQ .whbox:not(:first-of-type) {
    border-top: 1px solid #3e3a39;
    padding-top: 30px !important; }
  #FAQ .whbox:not(:last-of-type) {
    margin-bottom: 30px !important; }
  #FAQ .whbox.flbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    #FAQ .whbox.flbox .RGT section {
      padding: 0 !important; }
    #FAQ .whbox.flbox h2 {
      margin-bottom: 0; }
    #FAQ .whbox.flbox h3 {
      letter-spacing: 0; }
    #FAQ .whbox.flbox ul {
      margin-bottom: 20px; }
    #FAQ .whbox.flbox p {
      margin-bottom: 20px; }
  #FAQ .indentLine:first-of-type {
    margin-top: 80px; }
  #FAQ .indentLine {
    padding: 0 !important; }
    #FAQ .indentLine .content.indentLine--top {
      margin-top: 25px; }
    #FAQ .indentLine .content div:not(:last-of-type) {
      margin-bottom: 20px; }
    #FAQ .indentLine .content div a {
      text-decoration: underline;
      font-weight: bold; }
    #FAQ .indentLine .content div span {
      font-size: 1.2rem; }
    #FAQ .indentLine .content .lowerbtn {
      margin-top: 25px;
      text-decoration: none; }
  #FAQ .indentLine__blk {
    position: relative;
    background: #FFF;
    padding: 20px 50px 20px 20px;
    margin-bottom: 50px; }
    #FAQ .indentLine__blk .whbox.flbox {
      padding: 30px 0 0 !important; }
      #FAQ .indentLine__blk .whbox.flbox ul.ul--service li {
        margin-bottom: 15px;
        text-indent: -1em;
        padding-left: 1em; }
      #FAQ .indentLine__blk .whbox.flbox ul.ul--startup li {
        margin-bottom: 15px;
        text-indent: -2em;
        padding-left: 2em; }
    #FAQ .indentLine__blk .inquiryvisa {
      background: #fff3fa;
      padding: 25px; }
      #FAQ .indentLine__blk .inquiryvisa h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px; }
      #FAQ .indentLine__blk .inquiryvisa a {
        color: #e5007f; }
  #FAQ .indentLine__blk--btn {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #222;
    border-radius: 8px 0 8px 0;
    cursor: pointer; }
  #FAQ .indentLine__blk--btn:before {
    content: '';
    position: absolute;
    top: 14px;
    right: 8px;
    width: 14px;
    height: 2px;
    background: #FFF; }
  #FAQ .indentLine__blk:last-of-type {
    margin-bottom: 0; }
  #FAQ .indentLine__blk--btn:after {
    content: '';
    position: absolute;
    left: 14px;
    top: 14px;
    width: 2px;
    height: 2px;
    background: #FFF;
    -webkit-transition: .3s;
    transition: .3s; }
  #FAQ .indentLine__blk--btn.open:after {
    top: 8px;
    height: 20px; }
  #FAQ .indentLine__ttl {
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    position: relative; }
  #FAQ .indentLine__ttl:before {
    position: absolute;
    top: 0.5em;
    left: -20px;
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    background: #c3247b;
    border-bottom: none; }
  #FAQ .indentLine__blk p {
    font-size: 1.4rem;
    margin-top: 20px;
    display: none; } }

/*# sourceMappingURL=maps/lower.css.map */

#area_h1 h1 {
  text-transform: uppercase;
}

#EVENT .eventreport h2 {
  text-align: center;
}

#EVENT .evlist.mainev h2 {
  text-align: center;
  position: relative;
}


@media print, screen and (max-width: 768px) {
  .lowerInr {
    width: 90%!important;
  }
  .btnBK {
    margin-left: auto;
    margin-right: auto;
    padding:8px 15px;
  }
}

.table-news__content a:not(.label) {
  margin-left: 0;
}
.table-news__content a {
  color: #e4007f !important;
  text-decoration: underline!important;
}

/*　20231219 堀追加 archive_companies.php用　*/

#COMAPANY{
	font-family: Arial, "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
}

.company_archive {
    font-weight: bold;
}

/*.category_archive {
    margin-bottom: 25px!important;
}*/