<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
.mv {
  width: 100%;
  height: 650px;
  background-image: url(../img/twl2003/mv.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .mv {
      height: 250px;
      padding: 0 20px;
      margin-bottom: 30px; } }
  .mv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 640px) {
      .mv img {
        height: 200px; } }

.lead {
  text-align: center;
  margin-bottom: 50px; }
  .lead h2 {
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .lead h2 {
        font-size: 1.6rem;
        margin-bottom: 5px; } }
  .lead p {
    font-size: 1.4rem; }
    @media screen and (max-width: 640px) {
      .lead p {
        font-size: 1rem; } }

.contents_unit {
  width: 1000px;
  margin: 0 auto 50px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .contents_unit {
      width: auto;
      margin: 0 20px 40px; } }
  .contents_unit .b {
    margin-bottom: 100px; }
    @media screen and (max-width: 640px) {
      .contents_unit .b {
        margin-bottom: 50px; } }
    .contents_unit .b:last-of-type {
      margin-bottom: 0; }
    .contents_unit .b01 {
      margin-bottom: 70px;
      position: relative; }
      @media screen and (max-width: 640px) {
        .contents_unit .b01 {
          margin-bottom: 30px; } }
      .contents_unit .b01__ph {
        position: relative;
        margin-bottom: 15px; }
      .contents_unit .b01__pickUp {
        position: absolute;
        top: -10px;
        left: -10px; }
        @media screen and (max-width: 640px) {
          .contents_unit .b01__pickUp {
            width: 120px; } }
      .contents_unit .b01__txt {
        width: 400px;
        padding: 30px;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 640px) {
          .contents_unit .b01__txt {
            width: auto;
            padding: 20px;
            position: relative;
            transform: none; } }
        .contents_unit .b01__txt:before, .contents_unit .b01__txt:after {
          content: "";
          display: block;
          position: absolute;
          width: 60px;
          height: 60px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b01__txt:before, .contents_unit .b01__txt:after {
              width: 40px;
              height: 40px; } }
        .contents_unit .b01__txt:before {
          top: 0;
          left: 0;
          border-top: 2px solid #000;
          border-left: 2px solid #000; }
        .contents_unit .b01__txt:after {
          bottom: 0;
          right: 0;
          border-bottom: 2px solid #000;
          border-right: 2px solid #000; }
        .contents_unit .b01__txtHead {
          font-size: 2.4rem;
          line-height: 1.5;
          font-weight: 500;
          margin-bottom: 20px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b01__txtHead {
              font-size: 1.8rem;
              text-align: center; } }
        .contents_unit .b01__txtBody {
          text-align: justify; }
          @media screen and (max-width: 640px) {
            .contents_unit .b01__txtBody {
              font-size: 1.2rem; } }
    .contents_unit .b02 {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 640px) {
        .contents_unit .b02 {
          display: block; } }
      .contents_unit .b02__ph {
        order: 2; }
        @media screen and (max-width: 640px) {
          .contents_unit .b02__ph {
            margin-bottom: 15px; } }
      .contents_unit .b02__txt {
        order: 1;
        width: 470px; }
        @media screen and (max-width: 640px) {
          .contents_unit .b02__txt {
            width: auto; } }
        .contents_unit .b02__txtLogo {
          margin-bottom: 20px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b02__txtLogo {
              margin-bottom: 10px;
              text-align: center; }
              .contents_unit .b02__txtLogo img {
                height: 80px; } }
        .contents_unit .b02__txtHead {
          font-size: 2.4rem;
          line-height: 1.5;
          font-weight: 500;
          margin-bottom: 10px; }
          @media screen and (max-width: 640px) {
            .contents_unit .b02__txtHead {
              font-size: 1.8rem;
              text-align: center; } }
        @media screen and (max-width: 640px) {
          .contents_unit .b02__txtBody {
            font-size: 1.2rem; } }

.twl {
  width: 1000px;
  margin: 0 auto;
  background-color: #003f60;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 640px) {
    .twl {
      width: auto;
      display: block;
      padding: 25px; } }
  .twl h3 {
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .twl h3 {
        margin-bottom: 10px; } }
  .twl p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .twl p {
        font-size: 1.2rem; } }
  .twl .issue {
    position: absolute;
    bottom: 50px;
    right: 320px; }
    @media screen and (max-width: 640px) {
      .twl .issue {
        width: 80px;
        bottom: 400px;
        right: 5px; } }
  .twl .twl_ph {
    margin-top: 20px; }

/*# sourceMappingURL=twl_2003.css.map */</pre></body></html>