@charset "UTF-8";
/* ---------------------------------------------------------
config
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lora&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baskervville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@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: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px; }
  @media print, screen and (min-width: 1120px) and (max-width: 1199px) {
    html {
      font-size: 90px; } }
  @media print, screen and (min-width: 751px) and (max-width: 1119px) {
    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: #585858;
  font-size: .15rem;
  letter-spacing: .05em;
  word-break: break-all; }
  @media screen and (max-width: 750px) {
    body {
      font-size: .12rem; } }

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 {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  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, button {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: opacity 0.3s; }
  a:hover, button:hover {
    cursor: pointer;
    opacity: 0.7; }
  a img, button img {
    transition: 0.3s; }
    a img:hover, button img:hover {
      opacity: 0.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 {
  margin: 0;
  padding: .1rem .2rem;
  border: 0.01rem solid #707070;
  border-radius: 0;
  box-sizing: border-box;
  width: 100% !important;
  vertical-align: bottom;
  appearance: none;
  background: none;
  outline: 0;
  font-family: Roboto,"Noto Sans JP","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,sans-serif;
  font-size: .16rem;
  letter-spacing: .05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

iframe {
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: bottom; }

/* ---------------------------------------------------------
modules
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .row {
      display: block; } }
  .row .l, .row .r {
    width: 50%; }
    @media screen and (max-width: 750px) {
      .row .l, .row .r {
        width: 100%; } }

.w1280 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }

.w1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* ---------------------------------------------------------
header
--------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  @media screen and (max-width: 750px) {
    header {
      height: .5rem; } }
  @media print, screen and (min-width: 751px) {
    header nav {
      display: inherit !important; } }
  @media screen and (max-width: 750px) {
    header nav {
      box-sizing: border-box;
      position: absolute;
      z-index: 1000;
      padding: 1rem .2rem;
      display: none;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8117647059); } }
  @media print, screen and (min-width: 751px) {
    header nav ul {
      display: flex;
      align-items: center; } }
  header nav ul li {
    margin: 0 .4rem 0 0; }
    header nav ul li:last-child {
      margin: 0; }
    @media screen and (max-width: 750px) {
      header nav ul li {
        margin: 0 0 .4rem 0;
        font-weight: bold;
        font-size: .18rem;
        text-align: center; } }
    header nav ul li a {
      display: inline-block; }
  header .toggle {
    position: absolute;
    top: 0;
    right: .2rem;
    z-index: 1000;
    width: .25rem;
    height: .5rem;
    cursor: pointer; }
    header .toggle span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 2px;
      background: #fff;
      transition: .3s; }
      header .toggle span.bar01 {
        top: 32%; }
      header .toggle span.bar03 {
        top: 68%; }
    header .toggle.active .bar01 {
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    header .toggle.active .bar02 {
      opacity: 0; }
    header .toggle.active .bar03 {
      top: 50%;
      transform: translate(-50%, -50%) rotate(135deg); }

@media print, screen and (min-width: 750px) and (max-width: 1000px) {
  body, header {
    min-width: 1000px; } }
/* ---------------------------------------------------------
ヘッダフッタ
--------------------------------------------------------- */
header {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  position: fixed;
  z-index: 1000; }

h1 {
  margin-left: 1em; }
  h1 img {
    max-width: 170px; }
    @media screen and (max-width: 750px) {
      h1 img {
        max-width: 100px; } }

header li {
  color: #fff;
  font-weight: bold; }
  header li:last-child {
    background: #00917e;
    padding: 3em 3em; }

.ft_area {
  background: url(../../img/ft_b_bg.jpg) no-repeat top center/cover;
  color: #2f2f2f;
  position: relative;
  text-align: center;
  padding: 6.5em 0; }
  @media screen and (max-width: 750px) {
    .ft_area {
      padding: 2.5em 0; } }
  .ft_area:after {
    position: absolute;
    content: "";
    background: #000;
    height: 70%;
    width: 2px;
    bottom: calc(50% - 36%);
    left: calc(50% - 2px); }
    @media screen and (max-width: 750px) {
      .ft_area:after {
        height: 2px;
        width: 70%;
        bottom: 17.5em;
        left: calc(50% - 35%); } }
  .ft_area .row {
    align-items: baseline; }
  .ft_area .ttl {
    font-size: .3rem;
    letter-spacing: 0.5em;
    margin-bottom: 1em; }
    @media screen and (max-width: 750px) {
      .ft_area .ttl {
        font-size: .2rem; } }
    .ft_area .ttl span {
      display: block;
      font-size: .2rem;
      margin-top: .5em;
      letter-spacing: .5em; }
      @media screen and (max-width: 750px) {
        .ft_area .ttl span {
          font-size: .8em; } }
  .ft_area .txt {
    margin-bottom: 2em; }
  @media print, screen and (min-width: 751px) {
    .ft_area .r {
      text-align: left;
      padding-left: 7em; } }
  @media screen and (max-width: 750px) {
    .ft_area .r {
      padding-top: 5em; } }
  .ft_area .r p {
    font-size: .18rem;
    margin-bottom: 1em;
    line-height: 1.5em; }
    @media screen and (max-width: 750px) {
      .ft_area .r p {
        font-size: .12rem; } }
    .ft_area .r p span {
      display: block;
      margin-bottom: .5em;
      font-size: .2rem; }
      .ft_area .r p span span {
        display: inline;
        font-size: .8em;
        font-weight: bold;
        color: #009999;
        padding: .2em 1em;
        margin-right: 1em;
        border: 2px solid #009999;
        border-radius: 2em; }
  .ft_area .r .rttl {
    font-size: 2em;
    margin-bottom: .6em; }
    @media screen and (max-width: 750px) {
      .ft_area .r .rttl {
        font-size: 1.5em; } }

footer {
  text-align: center;
  padding: 55px 0 30px 0;
  background: #7e7e7e;
  color: #fff; }
  footer > img {
    max-width: 300px;
    margin-bottom: 20px; }
    @media screen and (max-width: 750px) {
      footer > img {
        max-width: 130px;
        margin-bottom: 12px; } }
  footer > p {
    font-size: .28rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 750px) {
      footer > p {
        font-size: .13rem; } }
  footer .copyright {
    font-size: 12px;
    letter-spacing: .1em; }
    @media screen and (max-width: 750px) {
      footer .copyright {
        font-size: 11px;
        margin-top: 4em; } }

nav.ft_nav ul {
  display: flex;
  justify-content: center;
  align-items: center; }
  nav.ft_nav ul li {
    width: 9em;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 2em 0;
    margin-top: 1em;
    margin-bottom: 5em; }
    nav.ft_nav ul li:last-child {
      background: #009999;
      padding: 2em 1em; }

/* ---------------------------------------------------------
modules
--------------------------------------------------------- */
main {
  background: rgba(0, 0, 0, 0.2); }

.btn_a {
  position: relative;
  border: 2px solid #009999;
  color: #009999;
  border-radius: 2em;
  padding: .5em 3em; }
  .btn_a:hover {
    background: #009898;
    color: #fff;
    opacity: 1; }
  .btn_a:after {
    position: absolute;
    content: ">";
    bottom: 0.45em;
    right: .5em;
    font-weight: bold; }

.btn_b {
  position: relative;
  border: 2px solid #009999;
  color: #009999;
  border-radius: 2em;
  padding: .7em 3em;
  display: block;
  text-align: center;
  margin: 8em 0 2em 0; }
  .btn_b:hover {
    background: #009898;
    color: #fff;
    opacity: 1; }
  .btn_b:after {
    position: absolute;
    content: ">";
    bottom: 0.75em;
    right: .5em;
    font-weight: bold; }

.btn_c {
  position: relative;
  color: #009999;
  padding: 0.7em 5em;
  display: inline-block;
  text-align: center;
  margin: 8em 0 2em 0;
  box-shadow: 0 0 5px #c5c5c5;
  background: #fff;
  margin: 0 1em;
  font-weight: bold;
  font-size: .26rem; }
  @media screen and (max-width: 750px) {
    .btn_c {
      padding: 0.7em 3em;
      margin: 1em 0;
      font-size: .16rem; } }
  .btn_c:hover {
    background: #009898;
    color: #fff;
    opacity: 1; }
  .btn_c:after {
    position: absolute;
    content: ">";
    bottom: 0.75em;
    right: .5em;
    font-weight: bold; }

.inner_header {
  text-align: center;
  font-size: .3rem;
  color: #fff;
  padding: 7em 0 2.7em 0;
  letter-spacing: .3em; }
  @media screen and (max-width: 750px) {
    .inner_header {
      font-size: 4vw; } }

.inner_read {
  background: #009898;
  padding: 3em 0 4em 0;
  color: #fff; }
  .inner_read dt {
    font-size: .4rem;
    position: relative;
    margin-bottom: 1em; }
    @media screen and (max-width: 750px) {
      .inner_read dt {
        font-size: .25rem; } }
    .inner_read dt:after {
      position: absolute;
      content: "";
      background: #fff;
      height: 2px;
      width: 3em;
      bottom: -.55em;
      left: 0; }
  .inner_read dd {
    line-height: 2; }
    @media print, screen and (min-width: 751px) {
      .inner_read dd {
        font-size: .17rem; } }

.sec_inner {
  padding: .7rem 0; }
  @media screen and (max-width: 750px) {
    .sec_inner {
      padding: .3rem 0; } }

.idea .inner_header {
  background: url(../../img/idea_mv.jpg) no-repeat top center/cover; }

.recruit .inner_header {
  background: url(../../img/recruit_mv.jpg) no-repeat top center/cover; }

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

.news .inner_header {
  background: url(../../img/company_mv.jpg) no-repeat top center/cover; }

.work .inner_header {
  background: url(../../img/work_mv.jpg) no-repeat top center/cover; }

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

/* ---------------------------------------------------------
work
--------------------------------------------------------- */
main.work .sec_wk .row_wk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
main.work .wk_cont {
  background: #fff;
  text-align: center;
  width: 31%;
  padding: .3rem 20px;
  margin-bottom: 3%; }
  @media screen and (max-width: 750px) {
    main.work .wk_cont {
      width: 48%;
      padding: 20px 5px;
      height: auto; } }
  main.work .wk_cont img {
    max-height: 90px;
    margin-bottom: 1em;
    width: auto; }
    @media screen and (max-width: 750px) {
      main.work .wk_cont img {
        max-height: 50px; } }
  main.work .wk_cont .ttl {
    position: relative;
    font-size: .25rem;
    letter-spacing: 0.15em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #00917F;
    margin-bottom: 1em; }
    @media screen and (max-width: 750px) {
      main.work .wk_cont .ttl {
        margin-bottom: 1.3em;
        font-size: .15rem; } }
    main.work .wk_cont .ttl:after {
      position: absolute;
      content: "";
      background: #B3DEE0;
      height: 3px;
      width: 6em;
      bottom: -0.5em;
      left: calc(50% - 3em); }
      @media screen and (max-width: 750px) {
        main.work .wk_cont .ttl:after {
          height: 3px;
          width: 3em;
          bottom: -0.6em;
          left: calc(50% - 1.5em); } }
  main.work .wk_cont p {
    font-size: .16rem; }
    @media screen and (max-width: 750px) {
      main.work .wk_cont p {
        font-size: .12rem; } }
@media print, screen and (min-width: 751px) {
  main.work .wk_cont50 {
    display: flex;
    width: 48%;
    height: auto;
    padding: .5rem 0; }
    main.work .wk_cont50 .wk_cont_l {
      width: 50%; }
    main.work .wk_cont50 .wk_cont_r {
      text-align: left; }
      main.work .wk_cont50 .wk_cont_r .ttl:after {
        left: 0; } }

/* ---------------------------------------------------------
company
--------------------------------------------------------- */
.bgsiro {
  padding: 4em 1em;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.21);
  display: flex;
  align-items: center;
  justify-content: center; }
  .bgsiro dl {
    display: flex;
    margin-bottom: 1.5em;
    line-height: 1.5; }
    .bgsiro dl dt {
      width: 7em;
      text-align: right;
      margin-right: 3em; }
      @media screen and (max-width: 750px) {
        .bgsiro dl dt {
          margin-right: 2em; } }
    .bgsiro dl dd {
      flex: 1; }

.map_wrap {
  height: 3.7rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  margin-top: 5em; }

/* ---------------------------------------------------------
recruit
--------------------------------------------------------- */
.recruit h3 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
  font-size: .26rem;
  margin-bottom: 3em;
  color: #00917F; }
  @media screen and (max-width: 750px) {
    .recruit h3 {
      font-size: .2rem; } }
  .recruit h3.carrier {
    margin-top: 4em; }
  .recruit h3:after {
    position: absolute;
    content: "";
    background: #B3DEE0;
    height: 5px;
    width: 6em;
    bottom: -1.4em;
    left: calc(50% - 3em); }

/* ---------------------------------------------------------
idea
--------------------------------------------------------- */
.idea .sec01 {
  background: url(../../img/idea_img01.jpg) no-repeat top center/cover;
  padding: 3em 0;
  background-position: -45vw 0;
  margin-bottom: 5em; }
  @media screen and (max-width: 750px) {
    .idea .sec01 {
      margin-bottom: 3em; } }
.idea .sec02 {
  background: url(../../img/idea_img02.jpg) no-repeat top center/cover;
  padding: 5em 0; }
  @media screen and (max-width: 750px) {
    .idea .sec02 {
      padding: 3em 0; } }
.idea .txtwrap {
  background: #fff;
  width: 7.65rem;
  padding: 5em;
  margin: auto 0 auto auto; }
  @media screen and (max-width: 750px) {
    .idea .txtwrap {
      width: auto;
      padding: 2em 1em; } }
  .idea .txtwrap h3 {
    font-size: .5rem;
    color: #B3DEE0;
    margin-bottom: .5em; }
    @media screen and (max-width: 750px) {
      .idea .txtwrap h3 {
        font-size: .3rem; } }
  .idea .txtwrap .ttl {
    color: #009898;
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 2; }
    @media screen and (max-width: 750px) {
      .idea .txtwrap .ttl {
        font-size: .18rem; } }
  .idea .txtwrap .txt {
    font-size: .18rem;
    line-height: 1.5; }
    @media screen and (max-width: 750px) {
      .idea .txtwrap .txt {
        font-size: .13rem; } }
.idea .txtwrap2 {
  background: rgba(255, 255, 255, 0.65);
  padding: 5em;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .idea .txtwrap2 {
      padding: 2em; } }
  .idea .txtwrap2 h3 {
    font-size: .3rem;
    margin-bottom: 2em; }
    @media screen and (max-width: 750px) {
      .idea .txtwrap2 h3 {
        font-size: 6vw;
        line-height: 1.5;
        margin-bottom: 1em; } }
  .idea .txtwrap2 .txt {
    font-size: .16rem;
    line-height: 2.2;
    margin-bottom: 4em; }
    @media screen and (max-width: 750px) {
      .idea .txtwrap2 .txt {
        font-size: .12rem;
        text-align: left;
        margin-bottom: 2em; } }

/* ---------------------------------------------------------
contact
--------------------------------------------------------- */
.contact .telArea .w1000 {
  position: relative;
  margin-bottom: 5em; }
  @media screen and (max-width: 750px) {
    .contact .telArea .w1000 {
      margin-bottom: 3em; } }
.contact .imgArea {
  width: 60%;
  margin: auto 0 auto auto; }
  @media screen and (max-width: 750px) {
    .contact .imgArea {
      display: none; } }
.contact .txtArea {
  position: absolute;
  background-color: #fff;
  padding: 4em 9em;
  bottom: -2em;
  left: 0; }
  @media screen and (max-width: 750px) {
    .contact .txtArea {
      position: static;
      padding: 2em 2em; } }
  .contact .txtArea .ja {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    color: #00917F;
    font-size: .26rem;
    margin-bottom: 2.5em; }
    @media screen and (max-width: 750px) {
      .contact .txtArea .ja {
        font-size: .18rem; } }
    .contact .txtArea .ja:after {
      position: absolute;
      content: "";
      background: #B3DEE0;
      height: 5px;
      width: 6em;
      bottom: -1.4em;
      left: 0; }
  .contact .txtArea .txt {
    line-height: 1.8;
    margin-bottom: 1.5em; }
  .contact .txtArea .teltxt {
    position: relative;
    font-size: .39rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #00917F;
    font-weight: bold;
    padding-left: 1.5em; }
    @media screen and (max-width: 750px) {
      .contact .txtArea .teltxt {
        font-size: 7vw;
        padding-left: 2em; } }
    .contact .txtArea .teltxt:after {
      position: absolute;
      background: url(../../img/telicon.png) no-repeat top center/contain;
      content: "";
      height: 52px;
      width: 50px;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 750px) {
        .contact .txtArea .teltxt:after {
          height: 45px;
          width: 45px;
          bottom: 0;
          left: -0.1em; } }
    .contact .txtArea .teltxt span {
      display: block;
      font-size: .18rem;
      font-weight: normal; }
      @media screen and (max-width: 750px) {
        .contact .txtArea .teltxt span {
          font-size: .55em;
          margin-top: .5em; } }
.contact .formArea {
  background: #fff;
  padding: 5em 0; }
  @media screen and (max-width: 750px) {
    .contact .formArea {
      padding: 3em 20px; } }
  .contact .formArea .ja {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    color: #00917F;
    text-align: center;
    margin-bottom: 3em;
    font-size: .26rem; }
    @media screen and (max-width: 750px) {
      .contact .formArea .ja {
        font-size: .18rem; } }
    .contact .formArea .ja:after {
      position: absolute;
      content: "";
      background: #B3DEE0;
      height: 5px;
      width: 6em;
      bottom: -1.4em;
      left: calc(50% - 3em); }
  .contact .formArea .txt {
    text-align: center;
    margin-bottom: 5em; }
  .contact .formArea span {
    color: red; }
  @media print, screen and (min-width: 751px) {
    .contact .formArea dl {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: .8em; }
      .contact .formArea dl dt {
        width: 12em;
        text-align: right;
        margin-right: 2em; }
      .contact .formArea dl dd {
        width: 30em; } }
  @media screen and (max-width: 750px) {
    .contact .formArea dl {
      margin-bottom: 1.5em; }
      .contact .formArea dl dt {
        margin-bottom: .5em; } }
  @media print, screen and (min-width: 751px) {
    .contact .formArea .btnwrap {
      width: 30em;
      margin: 0 auto; } }
  .contact .formArea .btnwrap button {
    margin: 4em 0 2em 0; }
.contact .done .txt {
  text-align: center;
  line-height: 1.8; }
.contact .done .btn_b {
  width: 50%;
  margin: 0 auto;
  margin-top: 3em; }

/* ---------------------------------------------------------
news
--------------------------------------------------------- */
.company .inner_read {
  padding: 3em 0 3em 0; }
.company .p_h2 {
  font-size: .4rem; }
  @media screen and (max-width: 750px) {
    .company .p_h2 {
      font-size: .25rem; } }

.news .inner_read {
  padding: 3em 0 3em 0; }
.news .p_h2 {
  font-size: .4rem; }
  @media screen and (max-width: 750px) {
    .news .p_h2 {
      font-size: .25rem; } }
.news .newsArea.w1280 {
  background: #fff;
  padding: 5em 0;
  margin: 0 20px; }
  .news .newsArea.w1280 li {
    color: #009898;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold; }
    .news .newsArea.w1280 li:not(:last-child) {
      margin-bottom: 4em; }
    .news .newsArea.w1280 li a {
      display: flex;
      align-items: center; }
      .news .newsArea.w1280 li a time {
        background: #009898;
        padding: .5em 1.5em;
        color: #fff;
        margin-right: 2em; }
        @media screen and (max-width: 750px) {
          .news .newsArea.w1280 li a time {
            padding: .5em .5em;
            margin-right: 1em; } }
      .news .newsArea.w1280 li a p {
        flex: 1; }
.news .pdfimgwarap img {
  width: 3.6rem;
  margin-right: 4em; }
  @media screen and (max-width: 750px) {
    .news .pdfimgwarap img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 4em; } }
.news .textarea {
  flex: 1;
  line-height: 1.5em; }
.news .tit_and_date {
  display: flex;
  align-items: center;
  margin-bottom: 2em; }
  @media screen and (max-width: 750px) {
    .news .tit_and_date {
      line-height: 1.5;
      display: block; } }
  .news .tit_and_date h2 {
    color: #009898;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: .26rem; }
    @media screen and (max-width: 750px) {
      .news .tit_and_date h2 {
        margin-top: .5em; } }
  .news .tit_and_date time {
    background: #009898;
    color: #fff;
    padding: .5em 1em;
    margin-right: 1em; }
.news .w1000 .btn_b {
  width: 30em;
  margin: 0 auto;
  margin-top: 4em; }
  @media screen and (max-width: 750px) {
    .news .w1000 .btn_b {
      width: 80%; } }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .pagetop img {
    width: 80px; }

.pdfimgwarap {
  text-align: center; }

.news .textarea {
  margin-bottom: 3em;
  width: 100%; }

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