@charset "UTF-8";
/* ---------------------------------------------------------
config
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Teko:500");
@import url("https://fonts.googleapis.com/css?family=Oswald:500");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@media screen and (max-width: 750px) {
  [data-sc-pc] {
    display: none !important; } }

@media print, screen and (min-width: 751px) {
  [data-sc-sp] {
    display: none !important; } }

/* ---------------------------------------------------------
reset
--------------------------------------------------------- */
html {
  font-family: Roboto,"Noto Sans JP","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px; }
  @media print, screen and (min-width: 750px) and (max-width: 1599px) {
    html {
      font-size: 90px; } }
  @media screen and (min-width: 410px) and (max-width: 750px) {
    html {
      font-size: 110px; } }
  @media print, screen and (min-width: 751px) {
    html {
      font-feature-settings: "palt"; } }
  @media screen and (max-width: 750px) {
    html {
      line-height: 1.5; } }

body {
  line-height: 1;
  color: #666;
  font-size: .12rem;
  letter-spacing: .05em; }

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, optgroup, textarea {
  margin: 0;
  padding: 0; }

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block; }

img, video {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box; }

b, strong {
  font-weight: inherit;
  font-weight: bolder; }

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s; }
  a:hover {
    cursor: pointer;
    opacity: .7; }
  a img {
    transition: .3s; }
    a img:hover {
      opacity: .7; }

li {
  list-style: none; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video, canvas {
  display: inline-block; }

summary {
  display: list-item; }

audio:not([controls]) {
  display: none;
  height: 0; }

input, select, button, optgroup, textarea {
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  font: inherit; }

button, input {
  overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

button, select {
  cursor: pointer;
  text-transform: none; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border: none; }

select::-ms-expand {
  display: none; }

/* -----------------------------------------------------------------------------
parts
----------------------------------------------------------------------------- */
.row_B {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.w1080 {
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 10.8rem; }

.w1280 {
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 12.8rem; }

.bgImg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.ttlWithEn {
  margin: auto;
  max-width: 6rem;
  position: relative;
  text-align: center; }
  .ttlWithEn .en {
    color: #377f93;
    font-family: Teko,sans-serif;
    font-weight: 500;
    font-size: .4rem;
    letter-spacing: .2em; }
    @media screen and (max-width: 750px) {
      .ttlWithEn .en {
        font-size: .2rem; } }
  .ttlWithEn .border {
    margin: 0 0 .2rem 0;
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #377f93; }
    @media screen and (max-width: 750px) {
      .ttlWithEn .border {
        margin: 0 0 .1rem 0; } }
    .ttlWithEn .border:before, .ttlWithEn .border:after {
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: .05rem;
      height: .05rem;
      content: "";
      background: #377f93; }
    .ttlWithEn .border:before {
      left: 0; }
    .ttlWithEn .border:after {
      right: 0; }
  .ttlWithEn .ja {
    font-weight: bold;
    font-size: .18rem;
    letter-spacing: .6em; }
    @media screen and (max-width: 750px) {
      .ttlWithEn .ja {
        font-size: .14rem; } }

.ttlArrow {
  padding: 0 0 0 .3rem;
  position: relative;
  color: #377f93;
  font-weight: bold;
  font-size: .22rem; }
  @media screen and (max-width: 750px) {
    .ttlArrow {
      font-size: .14rem; } }
  .ttlArrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .18rem;
    height: .22rem;
    content: "";
    background: url("../img/ic_arrow02.svg") no-repeat left/100%; }
    @media screen and (max-width: 750px) {
      .ttlArrow:before {
        width: .15rem;
        height: .15rem; } }

.btnArrow {
  margin: auto;
  border: 0.03rem solid #377f93;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 2rem;
  height: .4rem;
  color: #fff;
  background: #377f93;
  font-weight: bold;
  font-size: .15rem; }
  @media screen and (max-width: 750px) {
    .btnArrow {
      max-width: 1.5rem;
      height: .3rem;
      font-size: .12rem; } }
  .btnArrow:before {
    position: absolute;
    top: 50%;
    right: .15rem;
    transform: translateY(-50%);
    width: .15rem;
    height: .12rem;
    content: "";
    background-image: url("../img/ic_arrow03.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .3s; }
    @media screen and (max-width: 750px) {
      .btnArrow:before {
        width: .1rem;
        height: .1rem; } }
  .btnArrow:hover:before {
    right: .2rem; }
  .btnArrow.border {
    color: #377f93;
    background: transparent; }
    .btnArrow.border:before {
      background-image: url("../img/ic_arrow04.svg"); }
    .btnArrow.border:hover {
      color: #fff;
      background: #377f93;
      opacity: 1; }
      .btnArrow.border:hover:before {
        right: .2rem;
        background-image: url("../img/ic_arrow03.svg"); }

.mvwrap {
  width: 100%; }

main {
  position: relative;
  background: #f0f3f5; }

/* -----------------------------------------------------------------------------
header
----------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff; }
  @media print, screen and (min-width: 751px) {
    header {
      border-radius: 0 0 .1rem .1rem;
      box-shadow: 0 0 0.2rem -0.1rem rgba(0, 0, 0, 0.5);
      left: 50%;
      transform: translateX(-50%);
      max-width: 12.8rem; } }
  header .w1080 {
    position: relative;
    height: 1rem; }
    @media screen and (max-width: 750px) {
      header .w1080 {
        height: .5rem; } }
    header .w1080 .logo {
      display: block;
      width: 3.5rem; }
      @media screen and (max-width: 750px) {
        header .w1080 .logo {
          max-width: 1.5rem;
          left: 25%;
          padding-top: 2%; } }
      header .w1080 .logo h1 {
        color: transparent;
        font-size: 0; }
    @media print, screen and (min-width: 751px) {
      header .w1080 nav {
        display: inherit !important;
        position: absolute;
        top: 50%;
        right: .6rem;
        transform: translateY(-50%); } }
    @media screen and (max-width: 750px) {
      header .w1080 nav {
        padding: .4rem .2rem;
        box-sizing: border-box;
        display: none;
        position: fixed;
        top: .5rem;
        left: 0;
        width: 100%;
        height: 100%;
        background: #377f93; } }
    @media print, screen and (min-width: 751px) {
      header .w1080 nav ul {
        display: flex; } }
    @media screen and (max-width: 750px) {
      header .w1080 nav ul {
        margin: auto;
        display: table; } }
    header .w1080 nav ul li {
      margin: 0 .3rem 0 0; }
      @media screen and (max-width: 750px) {
        header .w1080 nav ul li {
          margin: 0 0 .2rem 0; } }
      header .w1080 nav ul li:last-child {
        margin: 0; }
      header .w1080 nav ul li a {
        padding: 0 0 0 .15rem;
        position: relative;
        font-weight: bold;
        font-size: .14rem; }
        @media screen and (max-width: 750px) {
          header .w1080 nav ul li a {
            color: #fff; } }
        header .w1080 nav ul li a:before {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: .1rem;
          height: .12rem;
          content: "";
          background: url("../img/ic_arrow01.svg") no-repeat left; }
    header .w1080 .btn_contact {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      max-width: .3rem; }
      @media screen and (max-width: 750px) {
        header .w1080 .btn_contact {
          right: .6rem;
          max-width: .24rem; } }
    header .w1080 .toggle {
      border-radius: .05rem;
      position: absolute;
      top: 50%;
      right: .05rem;
      z-index: 1000;
      transform: translateY(-50%);
      width: .4rem;
      height: .4rem;
      background: #377f93;
      cursor: pointer; }
      header .w1080 .toggle span {
        border-radius: .02rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: .28rem;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        transition: .3s; }
        header .w1080 .toggle span.bar01 {
          top: 35%; }
        header .w1080 .toggle span.bar03 {
          top: 65%; }
      header .w1080 .toggle.active .bar01 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
      header .w1080 .toggle.active .bar02 {
        opacity: 0; }
      header .w1080 .toggle.active .bar03 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(135deg); }

/* -----------------------------------------------------------------------------
footer
----------------------------------------------------------------------------- */
footer {
  position: relative;
  background: #c3d9de; }
  footer .ft_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.6rem; }
    @media screen and (max-width: 750px) {
      footer .ft_contact {
        height: 2.3rem; } }
    footer .ft_contact a {
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.34rem;
      height: 2.34rem;
      line-height: 1.2;
      color: #377f93;
      background: #fff;
      font-weight: bold;
      font-size: .26rem;
      text-align: center; }
      @media screen and (max-width: 750px) {
        footer .ft_contact a {
          width: 1.2rem;
          height: 1.2rem;
          font-size: .14rem; } }
      footer .ft_contact a span {
        padding: .5rem 0 0 0;
        background-image: url("../img/ic_mail_blue.svg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: .4rem; }
        @media screen and (max-width: 750px) {
          footer .ft_contact a span {
            padding: .25rem 0 0 0;
            background-size: .2rem; } }
      footer .ft_contact a:hover {
        color: #fff;
        background: #377f93;
        opacity: 1; }
        footer .ft_contact a:hover span {
          background-image: url("../img/ic_mail_white.svg"); }
  footer .bg {
    position: relative;
    color: #fff;
    background: #377f93; }
    @media print, screen and (min-width: 751px) {
      footer .bg {
        padding: 0 .2rem .4rem .2rem; } }
    footer .bg:before {
      position: absolute;
      top: -1.22rem;
      left: 0;
      width: 100%;
      height: 1.25rem;
      content: "";
      background: url("../img/ft_town.svg") no-repeat center top/cover; }
      @media screen and (max-width: 750px) {
        footer .bg:before {
          top: -.45rem;
          height: .5rem; } }
    footer .bg .txtPagetop {
      padding: .2rem;
      display: block;
      text-align: center; }
      footer .bg .txtPagetop span {
        padding: 0 .3rem 0 0;
        position: relative;
        font-weight: bold;
        font-size: .15rem; }
        @media screen and (max-width: 750px) {
          footer .bg .txtPagetop span {
            padding: 0 .2rem 0 0;
            font-size: .12rem; } }
        footer .bg .txtPagetop span:before, footer .bg .txtPagetop span:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          content: ""; }
        footer .bg .txtPagetop span:before {
          border-radius: 50%;
          right: 0;
          width: .18rem;
          height: .18rem;
          background: #fff; }
          @media screen and (max-width: 750px) {
            footer .bg .txtPagetop span:before {
              width: .1rem;
              height: .1rem; } }
        footer .bg .txtPagetop span:after {
          border-style: solid;
          border-width: 0 .05rem .07rem .05rem;
          border-color: transparent transparent #377f93 transparent;
          top: 45%;
          right: .04rem; }
          @media screen and (max-width: 750px) {
            footer .bg .txtPagetop span:after {
              border-width: 0 .03rem .05rem .03rem;
              right: .02rem; } }
    footer .bg .row {
      margin: 0 0 .7rem 0;
      padding: .4rem 0;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      box-sizing: border-box;
      position: relative;
      height: 3.2rem; }
      @media screen and (max-width: 750px) {
        footer .bg .row {
          margin: 0;
          padding: 0;
          border-width: 1px;
          height: auto; } }
      @media print, screen and (min-width: 751px) {
        footer .bg .row .addressArea {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 5rem; } }
      footer .bg .row .addressArea dl {
        margin: auto;
        display: table; }
        @media screen and (max-width: 750px) {
          footer .bg .row .addressArea dl {
            padding: .2rem; } }
        footer .bg .row .addressArea dl dt {
          margin: 0 0 .3rem 0;
          text-align: center; }
          @media screen and (max-width: 750px) {
            footer .bg .row .addressArea dl dt {
              text-align: center; } }
          footer .bg .row .addressArea dl dt img {
            max-width: 3.5rem; }
            @media screen and (max-width: 750px) {
              footer .bg .row .addressArea dl dt img {
                max-width: 2rem; } }
        footer .bg .row .addressArea dl dd {
          line-height: 1.8;
          font-size: .12rem; }
          footer .bg .row .addressArea dl dd a {
            margin: 0 .15rem 0 0; }
      @media print, screen and (min-width: 751px) {
        footer .bg .row .nvArea {
          padding: 0 .4rem;
          border-left: 2px solid #fff;
          box-sizing: border-box;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: calc(100% - 5rem); } }
      @media screen and (max-width: 750px) {
        footer .bg .row .nvArea {
          padding: .2rem;
          border-bottom: 1px solid #fff; } }
      @media screen and (max-width: 750px) {
        footer .bg .row .nvArea ul {
          margin: auto;
          display: table; } }
      footer .bg .row .nvArea ul li {
        margin: 0 0 .4rem 0; }
        @media screen and (max-width: 750px) {
          footer .bg .row .nvArea ul li {
            margin: 0 0 .2rem 0; } }
        footer .bg .row .nvArea ul li:last-child {
          margin: 0; }
        footer .bg .row .nvArea ul li a {
          padding: 0 0 0 .3rem;
          position: relative;
          font-weight: bold;
          font-size: .14rem; }
          @media screen and (max-width: 750px) {
            footer .bg .row .nvArea ul li a {
              padding: 0 0 0 .2rem;
              font-size: .12rem; } }
          footer .bg .row .nvArea ul li a:before, footer .bg .row .nvArea ul li a:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            content: ""; }
          footer .bg .row .nvArea ul li a:before {
            border-radius: 50%;
            left: 0;
            width: .18rem;
            height: .18rem;
            background: #fff; }
            @media screen and (max-width: 750px) {
              footer .bg .row .nvArea ul li a:before {
                width: .1rem;
                height: .1rem; } }
          footer .bg .row .nvArea ul li a:after {
            border-style: solid;
            border-width: .05rem 0 .05rem .08rem;
            border-color: transparent transparent transparent #377f93;
            left: .06rem; }
            @media screen and (max-width: 750px) {
              footer .bg .row .nvArea ul li a:after {
                border-width: .03rem 0 .03rem .05rem;
                left: .03rem; } }
    footer .bg .copyright {
      line-height: 1.8;
      font-weight: bold;
      font-size: .12rem;
      text-align: center; }
      @media screen and (max-width: 750px) {
        footer .bg .copyright {
          padding: .2rem; } }
  footer .icPagetop {
    display: block;
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    max-width: .6rem;
    font-weight: bold;
    padding: 1em; }

.bx-pager.bx-default-pager {
  display: none !important; }

.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important; }

header .w1080 .logo {
  padding: 12px 0; }
  @media screen and (max-width: 750px) {
    header .w1080 .logo {
      padding: 10px 0 0 20px; } }
  header .w1080 .logo img {
    display: block;
    max-height: .7rem;
    width: auto; }

/* ---------------------------------------------------------
main
--------------------------------------------------------- */
main {
  margin: 0; }

/* ---------------------------------------------------------
particles
--------------------------------------------------------- */
#particles {
  border-top: 5px solid #377f93;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%; }
  #particles canvas {
    position: absolute;
    top: 0;
    left: 0; }

/* ---------------------------------------------------------
firstview
--------------------------------------------------------- */
.firstview {
  padding: 0 .2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 5rem;
  background: #748e81;
  position: relative; }
  .firstview:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3098039216);
    top: 0;
    left: 0; }
  .firstview .ttlWithEn {
    color: #fff;
    z-index: 1;
    text-align: center; }
    @media print, screen and (min-width: 751px) {
      .firstview .ttlWithEn .ja {
        font-size: .3rem; } }

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

.inner_business .firstview {
  background: url("../../img/business.jpg") no-repeat center/cover;
  background-position-y: bottom; }

.inner_recruit .firstview {
  background: url("../../img/recruit.jpg") no-repeat center/cover;
  background-position-y: center; }

.inner_contact .firstview {
  background: url("../../img/contact.jpg") no-repeat center/cover;
  background-position-y: top; }

.inner_news .firstview {
  background: url("../../img/contact.jpg") no-repeat center/cover;
  background-position-y: bottom; }

/* ---------------------------------------------------------
lead
--------------------------------------------------------- */
.lead {
  margin-top: 5em;
  background: #ffffffb8;
  padding: 2em;
  line-height: 2.3em; }

.lead02 {
  margin: .5rem 0;
  padding: .3rem;
  border: .05rem solid #fff;
  box-sizing: border-box;
  line-height: 1.8;
  font-size: .18rem; }
  @media screen and (max-width: 750px) {
    .lead02 {
      font-size: .12rem; } }

/* ---------------------------------------------------------
business
--------------------------------------------------------- */
.business {
  padding: .8rem .2rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 750px) {
    .business {
      padding: .4rem .2rem; } }
  .business .point {
    margin: .8rem 0 0 0; }
    .business .point .ttlWithEn {
      color: #377f93; }
      .business .point .ttlWithEn .en {
        font-size: .3rem; }
      .business .point .ttlWithEn .ja {
        margin: .05rem 0 0 0; }
    @media print, screen and (min-width: 751px) {
      .business .point .row {
        margin: .3rem 0 0 0;
        display: flex; } }
    @media screen and (max-width: 750px) {
      .business .point .row {
        margin: .2rem 0 0 0; } }
    .business .point .row .rim {
      padding: .3rem;
      border: .05rem solid #fff;
      box-sizing: border-box;
      line-height: 1.8; }
      @media print, screen and (min-width: 751px) {
        .business .point .row .rim {
          font-size: .14rem; } }
      @media screen and (max-width: 750px) {
        .business .point .row .rim {
          padding: .2rem; } }
      .business .point .row .rim + .rim {
        margin: 0 0 0 .2rem; }
        @media screen and (max-width: 750px) {
          .business .point .row .rim + .rim {
            margin: .2rem 0 0 0; } }
      .business .point .row .rim dt {
        margin: 0 0 .1rem 0;
        font-weight: bold;
        font-size: .16rem; }
        @media screen and (max-width: 750px) {
          .business .point .row .rim dt {
            font-size: .14rem; } }
    @media print, screen and (min-width: 751px) {
      .business .point .row.col2 .rim {
        width: 50%; } }
    @media print, screen and (min-width: 751px) {
      .business .point .row.col3 .rim {
        width: 33.33%; } }

/* ---------------------------------------------------------
work
--------------------------------------------------------- */
.work {
  padding: .6rem .2rem;
  position: relative;
  z-index: 1;
  background: rgba(55, 127, 147, 0.1); }
  .work .row {
    margin: .6rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    @media screen and (max-width: 750px) {
      .work .row {
        margin: .4rem 0 0 0; } }
    .work .row .box {
      margin: .05rem;
      box-shadow: 0 0 0.2rem -0.1rem rgba(0, 0, 0, 0.5);
      box-sizing: border-box; }
      @media print, screen and (min-width: 751px) {
        .work .row .box {
          padding: .3rem;
          width: 24%;
          background: rgba(255, 255, 255, 0.8); } }
      @media screen and (max-width: 750px) {
        .work .row .box {
          padding: .15rem;
          width: 46%;
          background: #fff; } }
      @media (max-width: 480px) {
        .work .row .box {
          margin: .05rem 0;
          width: 100%; } }
      .work .row .box .ttlArrow {
        margin: 0 0 .2rem 0; }
        @media screen and (max-width: 750px) {
          .work .row .box .ttlArrow {
            margin: 0 0 .1rem 0; } }
      .work .row .box p {
        margin: .3rem 0;
        line-height: 1.8;
        font-size: .14rem; }
        @media screen and (max-width: 750px) {
          .work .row .box p {
            margin: .2rem 0;
            line-height: 1.5;
            font-size: .12rem; } }

/* ---------------------------------------------------------
modules
--------------------------------------------------------- */
.table01 {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 2em;
  font-size: .16rem; }
  @media screen and (max-width: 750px) {
    .table01 {
      padding: .5em;
      line-height: 1.5em; } }
  @media print, screen and (min-width: 751px) {
    .table01 dl {
      display: flex;
      align-items: stretch; } }
  .table01 dl dt {
    background: #377f93;
    color: #fff;
    font-weight: bold;
    padding: 1em;
    width: 10em;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .table01 dl dt {
        width: auto;
        text-align: left;
        padding: .5em; } }
  .table01 dl dd {
    padding: 1em;
    flex: 1; }
    @media screen and (max-width: 750px) {
      .table01 dl dd {
        padding: 1em 0; } }
  .table01 dl:not(:last-child) dt {
    border-bottom: 1px solid #fff; }
  .table01 dl:not(:last-child) dd {
    border-bottom: 1px solid #377f93; }

/* ---------------------------------------------------------
company
--------------------------------------------------------- */
.company .work .ttl {
  line-height: 1.5;
  text-align: center;
  margin-top: 3.5em;
  font-size: 2em;
  font-weight: bold;
  color: #377f93; }
  @media screen and (max-width: 750px) {
    .company .work .ttl {
      margin-top: 3em;
      font-size: 1.2em;
      text-align: left; } }
.company .row_B {
  flex-direction: row-reverse;
  align-items: flex-start; }
  @media screen and (max-width: 750px) {
    .company .row_B {
      display: block; } }
  .company .row_B > div {
    max-width: 3rem; }
  .company .row_B > p {
    flex: 1; }
    @media screen and (max-width: 750px) {
      .company .row_B > p {
        margin-top: 2em; } }
    @media print, screen and (min-width: 751px) {
      .company .row_B > p {
        margin-right: 5em; } }
.company h3 {
  font-size: 2em;
  margin-bottom: .5em;
  margin-top: 2em;
  color: #367f93;
  text-indent: 1em; }

.iso_wrap {
  background: #ffffffb8;
  padding: 2em;
  display: flex;
  align-items: center;
  max-width: 10rem;
  margin: 0 auto;
  margin-top: 5em; }
  @media screen and (max-width: 750px) {
    .iso_wrap {
      display: block; } }
  .iso_wrap .l {
    max-width: 300px; }
  .iso_wrap .r {
    flex: 1; }
    .iso_wrap .r .txt {
      max-width: 700px;
      margin: 0 auto;
      line-height: 2.3em;
      font-size: .16rem;
      margin-left: 3em; }
      @media screen and (max-width: 750px) {
        .iso_wrap .r .txt {
          margin-left: 0;
          margin-top: 1em; } }

.iso_wrap2 {
  background: #ffffffb8;
  padding: 2em;
  display: flex;
  align-items: center;
  max-width: 10rem;
  margin: 0 auto;
  margin-top: 5em; }
  @media screen and (max-width: 750px) {
    .iso_wrap {
      display: block; } }
  .iso_wrap .l {
    max-width: 300px; }
  .iso_wrap .r {
    flex: 1; }
    .iso_wrap .r .txt {
      max-width: 700px;
      margin: 0 auto;
      line-height: 2.3em;
      font-size: .16rem;
      margin-left: 3em; }
      @media screen and (max-width: 750px) {
        .iso_wrap .r .txt {
          margin-left: 0;
          margin-top: 1em; } }

.table01_jisseki dt {
  line-height: 2em; }
.table01_jisseki li {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1em; }
.table01_jisseki p {
  text-align: right;
  margin-top: 1em; }

/* ---------------------------------------------------------
inner_business
--------------------------------------------------------- */
.bisi_list {
  margin-top: 3em; }
  @media print, screen and (min-width: 751px) {
    .bisi_list ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .bisi_list li {
    margin-bottom: .2rem; }
    @media print, screen and (min-width: 751px) {
      .bisi_list li {
        width: 45%; } }
    .bisi_list li img {
      display: block; }
    .bisi_list li p {
      font-size: .17rem;
      font-weight: bold;
      margin-top: 1em; }
    .bisi_list li span {
      font-weight: normal;
      display: block;
      margin-top: .8em;
      font-size: .14rem; }

.img_area ul {
  display: flex;
  flex-wrap: wrap; }
  .img_area ul li {
    width: 50%;
    border: 3px solid #377f93;
    box-sizing: border-box;
    margin-bottom: -3px;
    margin-right: -3px; }

/* ---------------------------------------------------------
inner_contact
--------------------------------------------------------- */
.inner_contact .telArea a p {
  margin: 0 0 .1rem 0;
  font-weight: bold;
  font-size: .48rem; }
  @media screen and (max-width: 750px) {
    .inner_contact .telArea a p {
      font-size: 0.35rem; }
      .inner_contact .telArea a p + span {
        font-size: 0.15rem; } }
.inner_contact .telArea .txt {
  margin: .3rem 0;
  line-height: 1.8; }
  @media screen and (max-width: 750px) {
    .inner_contact .telArea .txt {
      font-size: 14px;
      margin-top: 0; } }
.inner_contact .row_B {
  margin-top: 7em; }
  .inner_contact .row_B .l {
    flex: 1;
    font-size: .2rem; }
  .inner_contact .row_B .r {
    max-width: 50%; }
.inner_contact .formArea .txt {
  font-size: .2rem;
  text-align: center;
  margin: 3em 0;
  line-height: 1.8; }
  @media screen and (max-width: 750px) {
    .inner_contact .formArea .txt {
      font-size: .13rem; } }
.inner_contact .formArea dt {
  align-items: center;
  justify-content: center;
  width: 15em; }
  @media screen and (max-width: 750px) {
    .inner_contact .formArea dt {
      width: auto; } }
  .inner_contact .formArea dt span {
    display: block;
    margin-top: .5em; }
    @media screen and (max-width: 750px) {
      .inner_contact .formArea dt span {
        display: inline-block; } }
.inner_contact .formArea input[type="text"] {
  border: 1px solid #ccc;
  width: 80%;
  padding: .7em; }
  @media screen and (max-width: 750px) {
    .inner_contact .formArea input[type="text"] {
      width: 100%;
      box-sizing: border-box; } }
.inner_contact .formArea textarea {
  width: 100%;
  border: 1px solid #ccc; }
.inner_contact .formArea .btnArrow.border {
  padding: 0 5em;
  max-width: 100%;
  margin-top: 3em; }
.inner_contact .formArea .btnArea {
  padding-bottom: 5em; }
.inner_contact .done_txt {
  font-size: 1.5em;
  line-height: 2.5; }
  @media screen and (max-width: 750px) {
    .inner_contact .done_txt {
      font-size: 1em; } }

/* ---------------------------------------------------------
subpageTtl
--------------------------------------------------------- */
.subpageTtl {
  margin: 0 0 .5rem 0; }

/* ---------------------------------------------------------
newsArea
--------------------------------------------------------- */
.newsArea {
  padding: 1rem .2rem;
  font-size: .16rem;
  border-top: 5px solid #377f93; }
  .newsArea ul li {
    margin: 0 0 .3rem 0;
    line-height: 1.5; }
    @media screen and (max-width: 750px) {
      .newsArea ul li {
        margin: 0 0 .1rem 0; } }
    .newsArea ul li:last-child {
      margin: 0; }
    .newsArea ul li a {
      display: flex; }
      @media screen and (max-width: 750px) {
        .newsArea ul li a {
          display: block; } }
      .newsArea ul li a time {
        margin-right: 1em; }
      .newsArea ul li a p {
        flex: 1; }
  .newsArea .btn {
    margin: .5rem auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 2rem;
    height: .5rem;
    color: #377f93;
    font-size: .18rem; }
    @media screen and (max-width: 750px) {
      .newsArea .btn {
        font-size: .14rem; } }

/*-------------------------------------------------------
tit_and_date
-------------------------------------------------------*/
.tit_and_date {
  margin: 0 0 .5rem 0; }
  .tit_and_date h2 {
    margin: 0 0 .5rem 0;
    line-height: 1.3;
    font-weight: normal;
    font-size: .24rem; }
    @media screen and (max-width: 750px) {
      .tit_and_date h2 {
        margin: 0 0 .3rem 0;
        font-size: .18rem; } }

/*-------------------------------------------------------
textarea
-------------------------------------------------------*/
.textarea {
  line-height: 1.8; }

/*-------------------------------------------------------
img
-------------------------------------------------------*/
.imgarea {
  margin: .3rem 0; }

.img-wrap {
  margin: 0 .1rem 0 0;
  display: inline-block;
  max-width: 2.4rem;
  height: 1.5rem;
  overflow: hidden; }

.img-wrap img {
  vertical-align: inherit; }

.img-wrap img:hover {
  opacity: .8; }

.img-left {
  text-align: left; }

.img-center {
  text-align: center; }

.img_attention {
  margin: 0 0 .4rem 0;
  font-size: .11rem; }

@media (max-width: 480px) {
  .img-wrap {
    margin: 0;
    width: 100%;
    height: auto; } }
/*-------------------------------------------------------
PDF
-------------------------------------------------------*/
.pdf-wrap {
  margin: 0 0 .2trm 0;
  display: inline-block;
  position: relative;
  max-width: 4rem;
  max-height: 3rem;
  overflow: hidden;
  background: #fff;
  /* 透過PNG用 */ }

.pdf-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

.pdf-overlay .text {
  position: relative;
  top: 45%;
  color: #fff;
  text-align: center; }

/*-------------------------------------------------------
静的NEWS
-------------------------------------------------------*/
.news_diti_txt {
  background: #fff;
  padding: 2em;
  margin-bottom: 3em;
  line-height: 2; }

time {
  background: #367f93;
  color: #fff;
  padding: .2em .5em;
  margin-bottom: 0.5em;
  display: inline-block; }

/*# sourceMappingURL=promotion.css.map */
