<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: Helvetica, Arial, verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #221815;
  line-height: 1.85;
  letter-spacing: 0.035em;
}

/* -----
 * font family
----------------------------------------------------------------------------- */
.font-serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-oswald {
  font-family: 'Oswald', sans-serif;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #221815;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.content-blk {
  width: 1060px;
  margin: auto;
}

a.btn {
  font-size: 16px;
  line-height: 1em;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #c92a2a;
  text-decoration: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 15px 0;
  background-image: url(../images/wtm/btn-arw.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-background-size: 10px 15px;
          background-size: 10px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.btn:hover {
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.btn:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* -----
 * br setting
----------------------------------------------------------------------------- */
.br-sp {
  display: none;
}

/* -----
 *
----------------------------------------------------------------------------- */
body {
  background-color: #000;
}

body.__white {
  background-color: #f8f8f8;
}

#Wrapper #Background {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

#Wrapper #Background.__02 {
  background-image: url(../images/wtm/bg-02.jpg);
}

#Wrapper #Background.__03 {
  background-image: url(../images/wtm/bg-03.jpg);
}

#Wrapper #Background.split {
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 970px;
}

#Wrapper #Background.split &gt; .image {
  width: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

#Wrapper #Background.split &gt; .image.first {
  background-image: url(../images/wtm/bg-02_for-split.jpg);
}

#Wrapper #Background.split &gt; .image.second {
  background-image: url(../images/wtm/bg-03_for-split.jpg);
}

#Wrapper #Header &gt; .logo {
  position: fixed;
  z-index: 10;
  display: block;
  width: 110px;
  height: 127px;
  left: 30px;
  bottom: 0;
  top: 0;
  margin: auto;
}

#Wrapper #Header &gt; .share {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  height: 190px;
  margin: auto;
}

#Wrapper #Header &gt; .share &gt; li {
  width: 30px;
  height: 30px;
  margin: 24px;
}

#Wrapper #Contents {
  position: relative;
  z-index: 5;
}

#Wrapper #Contents .content-wrpper {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 100px 0;
}

#Wrapper #Contents .content-wrpper.__archive {
  padding-top: 0px;
}

#Wrapper #Contents .content-wrpper.__split {
  background-color: rgba(0, 0, 0, 0.7);
}

#Wrapper #Contents .content-wrpper.__split &gt; .information {
  width: auto;
}

#Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk {
  width: auto;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 970px;
}

#Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner &gt; .blk {
  width: 50%;
  padding: 40px 100px;
}

#Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner &gt; .blk &gt; .btn {
  font-size: 20px;
  padding: 30px 0;
}

#Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner &gt; .blk &gt; .btn &gt; .name {
  display: block;
  font-size: 27px;
  margin: 10px 0 15px;
}

#Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner &gt; .blk &gt; .btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #e67700;
}

#Wrapper #Contents .keyvisual {
  position: relative;
  height: 100vh;
}

#Wrapper #Contents .keyvisual &gt; .ttl {
  position: absolute;
  width: 970px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.6+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  /* IE6-9 */
}

#Wrapper #Contents .keyvisual &gt; .ttl &gt; .logo {
  float: left;
  width: 229px;
  height: 265px;
  margin: 0;
}

#Wrapper #Contents .keyvisual &gt; .ttl &gt; .catch {
  float: right;
  width: 696px;
  height: 147px;
  margin-top: 60px;
}

#Wrapper #Contents .keyvisual &gt; .ttl.__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Wrapper #Contents .keyvisual &gt; .ttl.__02 &gt; * {
  display: inline-block;
  float: none;
}

#Wrapper #Contents .keyvisual &gt; .ttl.__02 &gt; .logo {
  padding-top: 30px;
}

#Wrapper #Contents .keyvisual &gt; .ttl.__02 &gt; .catch {
  padding-left: 50px;
  width: 583px;
}

#Wrapper #Contents .keyvisual.__split {
  min-width: 970px;
}

#Wrapper #Contents .keyvisual.__split &gt; .ttl {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.6+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  /* IE6-9 */
}

#Wrapper #Contents .keyvisual.__split &gt; .ttl &gt; .logo {
  padding-top: 250px;
  padding-bottom: 50px;
}

#Wrapper #Contents .keyvisual.__split &gt; .split-inner {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

#Wrapper #Contents .keyvisual.__split &gt; .split-inner &gt; .name {
  width: 50%;
  height: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 150px;
}

#Wrapper #Contents .keyvisual.__split &gt; .split-inner &gt; .name img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

#Wrapper #Contents .archive-head {
  padding-top: 60px;
  background: rgba(22, 23, 25, 0.9);
}

#Wrapper #Contents .archive-head &gt; .image {
  margin: 0 100px;
  border: 1px solid #fff;
}

#Wrapper #Contents .archive-head &gt; .ttl {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}

#Wrapper #Contents .archive-head &gt; .ttl &gt; .num {
  font-size: 18px;
}

#Wrapper #Contents .information {
  padding: 55px 0;
  color: #fff;
  background: rgba(22, 23, 25, 0.9);
}

#Wrapper #Contents .information &gt; .cap {
  width: 172px;
  height: 161px;
  margin: 0 auto;
}

#Wrapper #Contents .information &gt; .blk {
  margin: 55px auto 0;
  width: 520px;
}

#Wrapper #Contents .information &gt; .blk &gt; .cap {
  font-weight: bold;
  margin-top: 0;
  font-size: 23px;
  text-align: center;
  line-height: 1.5em;
}

#Wrapper #Contents .information &gt; .blk &gt; .cap.__small {
  font-size: 18px;
}

#Wrapper #Contents .information &gt; .blk &gt; .text {
  font-size: 16px;
  margin-top: 15px;
}

#Wrapper #Contents .information &gt; .blk &gt; .btn.__small {
  margin-top: 20px;
  float: right;
  width: 180px;
  background-color: #495057;
}

#Wrapper #Contents .information &gt; .blk &gt; .btn.__small:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #343a40;
}

#Wrapper #Contents .information &gt; .blk &gt; .btn.__wizy {
  padding: 25px;
  margin-top: 40px;
}

#Wrapper #Contents .information &gt; .blk &gt; .btn.__wizy img {
  max-width: 293px;
  height: 20px;
}

#Wrapper #Contents .information &gt; .blk &gt; .btn.__wizy:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #e67700;
}

#Wrapper #Contents .archives {
  margin-top: 60px;
  padding-bottom: 60px;
}

#Wrapper #Contents .archives &gt; .cap {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

#Wrapper #Contents .archives &gt; .archive {
  padding: 0;
}

#Wrapper #Contents .archives &gt; .archive &gt; .blk {
  float: left;
  width: 340px;
  margin-right: 20px;
  margin-top: 20px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Wrapper #Contents .archives &gt; .archive &gt; .blk &gt; .thumbnail {
  display: block;
  position: relative;
}

#Wrapper #Contents .archives &gt; .archive &gt; .blk &gt; .thumbnail &gt; .text {
  position: absolute;
  color: #fff;
  font-size: 14px;
  bottom: 10px;
  right: 15px;
  font-weight: bold;
}

#Wrapper #Contents .archives &gt; .archive &gt; .blk:nth-child(3n) {
  margin-right: 0;
}

#Wrapper #Contents.__white .keyvisual &gt; .ttl {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.6+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#Wrapper #Contents.__white .content-wrpper {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
}

#Wrapper #Footer {
  position: relative;
  z-index: 5;
}

#Wrapper #Footer &gt; .top {
  background: rgba(22, 23, 25, 0.9);
  color: #fff;
}

#Wrapper #Footer &gt; .top &gt; .content-blk {
  padding: 60px 0;
}

#Wrapper #Footer &gt; .top &gt; .content-blk &gt; .logo {
  display: block;
  width: 168px;
  height: 194px;
  margin: 0 auto;
}

#Wrapper #Footer &gt; .top &gt; .content-blk &gt; .text {
  margin-top: 35px;
  text-align: center;
}

#Wrapper #Footer &gt; .bottom {
  background: #fff;
  padding: 0 40px;
}

#Wrapper #Footer &gt; .bottom &gt; .copy {
  float: left;
  font-size: 11px;
  line-height: 1em;
  padding: 30px 0 20px;
  letter-spacing: 0.1em;
}

#Wrapper #Footer &gt; .bottom &gt; .logos {
  float: right;
}

#Wrapper #Footer &gt; .bottom &gt; .logos &gt; * {
  display: block;
  float: left;
}

#Wrapper #Footer &gt; .bottom &gt; .logos &gt; .__tfm {
  margin-top: 20px;
  margin-right: 40px;
  width: 124px;
  height: 22px;
}

#Wrapper #Footer &gt; .bottom &gt; .logos &gt; .__fo {
  margin-top: 13px;
  width: 46px;
  height: 39px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:link, a:visited, a:active {
    transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -webkit-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    -ms-transition: color 0.1s linear 0s;
  }
  a:hover {
    color: #ccc;
  }
  a img {
    transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
  }
  a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  /* tablet */
  .content-blk {
    width: 100%;
  }
  #Wrapper #Background {
    width: 100vw;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl {
    width: auto;
    padding: 20px;
    bottom: 0;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl &gt; .logo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    height: auto;
    padding-right: 20px;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl &gt; .catch {
    margin-top: 0;
    padding-top: 5%;
    width: 75%;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  html, body {
    height: 100%;
  }
  .content-blk {
    width: auto;
    margin: auto;
  }
  #Wrapper #Background {
    background-image: url(../images/wtm/sp_bg-02.jpg);
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    height: 100%;
  }
  #Wrapper #Background.split {
    display: block;
    min-width: 0;
    background-position: top 0 left 0;
  }
  #Wrapper #Background.split &gt; .image {
    height: 50%;
    width: 100%;
  }
  #Wrapper #Header &gt; .logo {
    width: 60px;
    height: 70px;
    top: 15px;
    left: 15px;
    right: auto;
    margin: 0;
  }
  #Wrapper #Header &gt; .share {
    position: fixed;
    z-index: 10;
    top: 10px;
    right: 5px;
    height: 40px;
    margin: 0;
  }
  #Wrapper #Header &gt; .share &gt; li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px;
  }
  #Wrapper #Contents .content-wrpper {
    padding: 0;
  }
  #Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk {
    min-width: 0;
  }
  #Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner {
    display: block;
  }
  #Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner &gt; .blk {
    width: auto;
    padding: 10px 20px;
  }
  #Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner &gt; .blk &gt; .btn {
    font-size: 15px;
    padding: 20px 0;
  }
  #Wrapper #Contents .content-wrpper.__split &gt; .information &gt; .blk &gt; .split-inner &gt; .blk &gt; .btn &gt; .name {
    font-size: 22px;
    margin: 10px 0 10px;
  }
  #Wrapper #Contents .keyvisual {
    position: relative;
    height: 100%;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl {
    padding-top: 55%;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.6+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    /* IE6-9 */
  }
  #Wrapper #Contents .keyvisual &gt; .ttl &gt; .logo {
    float: none;
    width: 145px;
    height: auto;
    margin: 0 auto;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl &gt; .catch {
    float: none;
    width: auto;
    margin: 20px;
    height: auto;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl.__02 {
    display: block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl.__02 &gt; * {
    display: block;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl.__02 &gt; .logo {
    padding-top: 0px;
  }
  #Wrapper #Contents .keyvisual &gt; .ttl.__02 &gt; .catch {
    padding-left: 0px;
    width: auto;
  }
  #Wrapper #Contents .keyvisual.__split {
    min-width: 0;
    width: 100%;
    height: 100%;
  }
  #Wrapper #Contents .keyvisual.__split &gt; .ttl {
    height: 100vh;
    padding: 0;
  }
  #Wrapper #Contents .keyvisual.__split &gt; .ttl &gt; .logo {
    position: absolute;
    width: 60px;
    height: 70px;
    top: 15px;
    left: 15px;
    right: auto;
    margin: 0;
    bottom: auto;
  }
  #Wrapper #Contents .keyvisual.__split &gt; .split-inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
  }
  #Wrapper #Contents .keyvisual.__split &gt; .split-inner &gt; .name {
    position: relative;
    width: 100%;
    height: 50%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #Wrapper #Contents .keyvisual.__split &gt; .split-inner &gt; .name img {
    max-width: 250px;
    display: block;
    margin: 0 auto 10px;
  }
  #Wrapper #Contents .keyvisual.__split &gt; .split-inner &gt; .name:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Wrapper #Contents .archive-head {
    padding-top: 100px;
    background: rgba(22, 23, 25, 0.9);
  }
  #Wrapper #Contents .archive-head &gt; .image {
    margin: 0 20px;
    border: 1px solid #fff;
  }
  #Wrapper #Contents .archive-head &gt; .ttl {
    font-size: 30px;
    line-height: 30px;
  }
  #Wrapper #Contents .archive-head &gt; .ttl &gt; .num {
    font-size: 14px;
  }
  #Wrapper #Contents .information {
    padding: 35px 0;
  }
  #Wrapper #Contents .information &gt; .cap {
    width: 80px;
    height: auto;
    margin: 0 auto;
  }
  #Wrapper #Contents .information &gt; .blk {
    margin: 0 20px;
    width: auto;
  }
  #Wrapper #Contents .information &gt; .blk &gt; .cap {
    font-size: 23px;
    text-align: left;
    margin-top: 10px;
  }
  #Wrapper #Contents .information &gt; .blk &gt; .cap.__small {
    font-size: 15px;
  }
  #Wrapper #Contents .information &gt; .blk &gt; .cap.__mid {
    margin-top: 30px;
    font-size: 18px;
  }
  #Wrapper #Contents .information &gt; .blk &gt; .text {
    font-size: 13px;
  }
  #Wrapper #Contents .information &gt; .blk &gt; .btn.__small {
    font-size: 14px;
  }
  #Wrapper #Contents .information &gt; .blk &gt; .btn.__wizy {
    padding: 20px 35px;
    margin-top: 30px;
  }
  #Wrapper #Contents .information &gt; .blk &gt; .btn.__wizy img {
    height: auto;
  }
  #Wrapper #Contents .archives {
    margin-top: 60px;
  }
  #Wrapper #Contents .archives &gt; .cap {
    font-size: 25px;
    color: #fff;
    text-align: center;
  }
  #Wrapper #Contents .archives &gt; .archive {
    padding: 0 20px;
  }
  #Wrapper #Contents .archives &gt; .archive &gt; .blk {
    float: left;
    width: calc(50vw - 25px);
    margin-top: 10px;
    margin-right: 0;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Wrapper #Contents .archives &gt; .archive &gt; .blk &gt; .thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
  }
  #Wrapper #Contents .archives &gt; .archive &gt; .blk &gt; .thumbnail img {
    vertical-align: top;
  }
  #Wrapper #Contents .archives &gt; .archive &gt; .blk &gt; .thumbnail &gt; .text {
    position: absolute;
    color: #fff;
    font-size: 14px;
    bottom: 10px;
    right: 15px;
    font-weight: bold;
  }
  #Wrapper #Contents .archives &gt; .archive &gt; .blk:nth-child(2n) {
    float: right;
  }
  #Wrapper #Footer &gt; .top &gt; .content-blk {
    padding: 30px 0;
  }
  #Wrapper #Footer &gt; .top &gt; .content-blk &gt; .logo {
    width: 138px;
    height: auto;
  }
  #Wrapper #Footer &gt; .top &gt; .content-blk &gt; .text {
    font-size: 12px;
    margin-top: 25px;
    padding: 0 20px;
    text-align: justify;
  }
  #Wrapper #Footer &gt; .bottom {
    padding: 20px;
  }
  #Wrapper #Footer &gt; .bottom &gt; .copy {
    float: none;
    font-size: 10px;
    line-height: 1.5em;
    padding: 20px 0 20px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #Wrapper #Footer &gt; .bottom &gt; .logos {
    float: none;
    text-align: center;
  }
  #Wrapper #Footer &gt; .bottom &gt; .logos &gt; * {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
  }
  /* -----
   * br setting
  ----------------------------------------------------------------------------- */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
</pre></body></html>