@charset "UTF-8";
/*!
Theme Name: Sapporo Weekly Theme
Description: theme.
Version: 1.0
Author: Artarakt
Author URI: http://artarakt.com
Version: 1.0
License: Artarakt
License URI: http://artarakt.com
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

a {
  text-decoration: none; }

#root, #__next {
  isolation: isolate; }

input[type="submit"],
input[type="button"] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.15em;
  color: white;
  background-color: #212121; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

small {
  font-size: 90%; }

a {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

a:hover {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hidden {
  display: none; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

@media screen and (max-width: 420px) {
  body {
    font-size: 14px; }
  .sp {
    display: block !important; }
  .pc {
    display: none !important; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.center {
  text-align: center; }

.sub.en {
  position: relative;
  color: #C8B987;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sub.en::before {
    content: '●';
    font-size: 4px;
    display: inline-block;
    margin-right: 8px; }
  .sub.en::after {
    content: '';
    display: inline-block;
    margin-left: 24px;
    width: 100px;
    height: 1px;
    background-color: #C8B987; }

.gold {
  color: #C8B987;
  letter-spacing: .15em; }

.ttl1 {
  font-size: 56px;
  letter-spacing: 0.15em;
  line-height: 2.2; }

.ttl2 {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 2.2; }

.ttl3 {
  font-size: 40px;
  letter-spacing: 0.15em;
  line-height: 2.2; }

.ttl4 {
  font-size: 48px;
  letter-spacing: 0.15em;
  line-height: 2.2; }

.arw {
  color: white;
  position: relative;
  padding-right: 48px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .arw.bk {
    color: #212121; }
    .arw.bk::before {
      background-image: url(images/ico_arw_black.svg); }
  .arw::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 6px;
    background-image: url(images/ico_arw_white.svg);
    background-size: 40px auto;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, background-image 0.3s ease;
    transition: transform 0.3s ease, background-image 0.3s ease;
    transition: transform 0.3s ease, background-image 0.3s ease, -webkit-transform 0.3s ease; }
  .arw:hover {
    color: #C8B987; }
    .arw:hover::before {
      background-image: url(images/ico_arw_gold.svg);
      -webkit-transform: translateY(-50%) translateX(16px);
      -ms-transform: translateY(-50%) translateX(16px);
      transform: translateY(-50%) translateX(16px); }

@media screen and (max-width: 840px) {
  .flex {
    display: block; }
  .ttl1 {
    font-size: 36px; }
  .ttl2 {
    font-size: 24px;
    line-height: 1.6; }
  .ttl3 {
    font-size: 23px;
    line-height: 1.6; }
  .ttl4 {
    font-size: 32px;
    line-height: 1.6; }
  .sub.en {
    margin-bottom: 36px;
    font-size: 12px;
    line-height: 1.6; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 80px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  z-index: 9; }
  header.under {
    background: rgba(9, 80, 88, 0.6); }
    header.under .logo {
      visibility: visible; }
  header .logo {
    visibility: hidden; }
  header .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px; }
    header .navi a {
      color: white; }
  header .menu {
    display: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.contact {
  padding: 120px 20px;
  background-color: #095058; }
  .contact .flex {
    position: relative;
    margin-top: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .contact .flex::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 1px;
      height: 80px;
      background: #fff;
      z-index: 1; }
    .contact .flex a {
      display: block;
      position: relative;
      z-index: 2; }
      .contact .flex a:first-child {
        margin-right: 80px; }
      .contact .flex a:last-child {
        margin-left: 80px; }
      .contact .flex a img {
        display: block; }

footer {
  padding: 80px 20px 40px;
  background-color: #363838; }
  footer .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 64px; }
  footer li {
    list-style-type: none; }
    footer li a {
      color: white; }
  footer .copy {
    margin-top: 40px;
    text-align: right;
    font-size: 12px; }
  footer .menu_close {
    display: none; }

@media screen and (max-width: 840px) {
  header {
    padding: 17px 24px; }
    header .navi {
      display: none; }
    header .menu {
      display: block;
      font-size: 12px;
      text-align: right; }
    header .logo {
      visibility: visible; }
      header .logo img {
        display: block;
        width: 140px;
        height: auto; }
  .contact .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact .flex::before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
      height: 100%; }
    .contact .flex a:first-child {
      margin-right: 0px;
      margin-bottom: 40px; }
    .contact .flex a:last-child {
      margin-top: 40px;
      margin-left: 0px; }
  footer .menu_close {
    display: none; }
  footer .logo {
    margin-bottom: 64px; }
    footer .logo img {
      display: block;
      width: 270px;
      margin: 0 auto; }
  footer ul li {
    font-size: 14px; }
  footer .global {
    font-size: 16px; }
    footer .global li {
      border-top: 1px solid white; }
      footer .global li a {
        display: block;
        width: 100%;
        padding: 12px;
        text-align: center; }
    footer .global:nth-of-type(2) {
      margin-bottom: 40px;
      border-bottom: 1px solid white; }
  footer .copy {
    text-align: center;
    font-size: 10px; }
  footer.is-open {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease; }
    footer.is-open .menu_close {
      display: block;
      position: fixed;
      top: 16px;
      right: 16px;
      color: #fff;
      cursor: pointer;
      font-size: 12px; }
    footer.is-open.is-show {
      opacity: 1; } }

.front .mv {
  width: 100%;
  height: 100vh;
  background-image: url(images/mv.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .front .mv .ttl {
    color: white; }

.front .service .head {
  padding: 160px 20px 200px; }

.front .service .sub {
  margin-bottom: 85px; }

.front .service .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.front .service .num {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 80px; }
  .front .service .num p {
    position: relative;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 80px;
    opacity: 0.4;
    color: #fff; }
    .front .service .num p::before {
      content: none; }
    .front .service .num p.is-current {
      opacity: 1; }
      .front .service .num p.is-current::before {
        content: '';
        position: absolute;
        left: -40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
        height: 1px;
        background: #fff;
        opacity: 1; }

.front .service .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: calc(50% - 50vw); }

.front .service .content {
  padding: 200px 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .front .service .content .ph {
    display: none; }
  .front .service .content .ttl2 {
    margin-bottom: 36px; }
  .front .service .content .link_area {
    margin-top: 40px; }

.front .service .content.weekly {
  background-image: url(images/ser_01.jpg); }

.front .service .content.manage {
  background-image: url(images/ser_02.jpg); }

.front .service .content.hotel {
  background-image: url(images/ser_03.jpg); }

.front .service .content.rs {
  background-image: url(images/ser_04.jpg); }

@media screen and (max-width: 840px) {
  .front .service .wrap {
    display: block; }
  .front .service .num {
    display: none; }
  .front .service .contents {
    margin-right: 0; }
  .front .service .content {
    padding: 120px 20px; } }

.front .concept {
  padding: 200px 20px 120px; }
  .front .concept .head {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 120px; }
    .front .concept .head .gold {
      max-width: 540px;
      font-size: 14px;
      line-height: 2.2; }
  .front .concept .flex {
    margin-bottom: 120px;
    gap: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .front .concept .flex.rev {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .front .concept .flex .ttl3 {
      margin-bottom: 80px; }

.front .company {
  padding: 0px 20px 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 33, 0)), color-stop(50%, rgba(33, 33, 33, 0.5)), to(#095058));
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.5) 50%, #095058 100%);
  background: -o-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.5) 50%, #095058 100%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.5) 50%, #095058 100%); }
  .front .company .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40pxwww; }

.front .topic {
  padding: 180px 20px;
  background-color: #F3F3F3;
  position: relative;
  overflow: hidden; }
  .front .topic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30vw;
    background-image: url("images/topic_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 0; }
  .front .topic .inner {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .front .topic .inner > * {
    width: 100%;
    max-width: 800px; }
  .front .topic .head {
    margin-bottom: 120px; }
  .front .topic .list .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    margin-bottom: 80px;
    color: #212121; }
    .front .topic .list .article .date,
    .front .topic .list .article .ttl {
      color: #212121; }
  .front .topic .link_area {
    text-align: right; }

@media screen and (max-width: 840px) {
  .front .service .head {
    padding: 120px 20px 90px; }
  .front .service .sub {
    margin-bottom: 30px; }
  .front .service .content {
    padding: 0; }
    .front .service .content .ph {
      display: block; }
    .front .service .content .txt {
      padding: 20px 20px 40px; }
  .front .service .content.weekly,
  .front .service .content.manage,
  .front .service .content.hotel,
  .front .service .content.rs {
    background-image: none; }
  .front .concept {
    padding: 0 20px; }
    .front .concept .head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 100px 20px 0px; }
      .front .concept .head .gold {
        max-width: 200px;
        font-size: 10px; }
    .front .concept .flex {
      margin-bottom: 80px; }
      .front .concept .flex .ph {
        margin-top: 40px; }
      .front .concept .flex .ttl3 {
        margin-bottom: 40px; }
      .front .concept .flex .right {
        text-align: right; }
  .front .topic {
    padding: 0px; }
    .front .topic .inner {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 80px 20px; }
    .front .topic .inner > * {
      max-width: 100%; }
    .front .topic .head {
      margin-bottom: 80px; }
    .front .topic::before {
      display: block;
      content: "";
      position: relative;
      height: 375px;
      width: 100%;
      background-image: url("images/topic_bg_sp.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 0; }
  .front .special .contents .lead {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 1em; } }

.pages.common {
  padding-top: 280px; }

.pages .mv .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px; }
  .pages .mv .flex .ttl {
    font-size: 64px;
    letter-spacing: .15em;
    line-height: 1.6; }
  .pages .mv .flex p {
    margin-top: 120px;
    font-size: 14px; }

.pages .container .head {
  padding: 160px 20px 60px; }

.pages .container .contents {
  padding: 0 20px; }
  .pages .container .contents .thumb {
    margin: 120px auto 80px; }
  .pages .container .contents p a {
    color: white; }

.pages .archivements .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.pages .archivements .merge {
  width: 49%; }
  .pages .archivements .merge .card {
    width: 100%; }
    .pages .archivements .merge .card:last-of-type {
      margin-top: 20px; }

.pages .archivements .card {
  width: 49%;
  padding: 20px 40px 30px;
  background: rgba(255, 255, 255, 0.1); }
  .pages .archivements .card .ttl {
    font-size: 28px; }
  .pages .archivements .card .sub {
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1; }
  .pages .archivements .card p {
    letter-spacing: .15em; }
  .pages .archivements .card .lead .big {
    font-size: 20px; }
  .pages .archivements .card .notice {
    font-size: 12px; }

.pages .features {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 33, 0)), color-stop(50%, rgba(33, 33, 33, 0.5)), to(#095058));
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.5) 50%, #095058 100%);
  background: -o-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.5) 50%, #095058 100%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.5) 50%, #095058 100%); }
  .pages .features .flex {
    gap: 10px; }
    .pages .features .flex .box {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 20px; }
      .pages .features .flex .box:not(:first-child)::before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        pointer-events: none; }
      .pages .features .flex .box .lead {
        margin: 10px 0;
        font-size: 26px; }
      .pages .features .flex .box p {
        line-height: 1.8; }

.pages .special {
  padding-bottom: 100px; }
  .pages .special .contents .lead {
    font-size: 26px; }
    .pages .special .contents .lead span {
      font-size: 20px; }

.pages .company {
  padding-bottom: 200px; }
  .pages .company dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .pages .company dl dt,
    .pages .company dl dd {
      padding: 32px 0;
      margin: 0; }
    .pages .company dl dt {
      width: 200px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px; }
    .pages .company dl dd {
      width: calc(100% - 200px);
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  @media screen and (max-width: 840px) {
    .pages .company dl {
      display: block; }
    .pages .company dt {
      width: 100%;
      padding: 32px 0 0; }
    .pages .company dd {
      width: 100%;
      padding: 12px 0 32px; } }

.pages .greeting {
  background-image: url(images/msg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 460px 100%; }
  .pages .greeting .head {
    padding-top: 120px; }
  .pages .greeting .contents {
    max-width: 700px; }
    .pages .greeting .contents p {
      font-size: 14px; }
    .pages .greeting .contents .sign {
      margin-top: 80px;
      font-size: 20px; }
      .pages .greeting .contents .sign span {
        font-size: 14px; }

.pages .form {
  padding-bottom: 200px; }
  .pages .form .ttl3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pages .form .ttl3::before {
      content: "";
      display: block;
      width: 24px;
      height: 1px;
      background: #fff;
      margin-right: 24px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .pages .form .cf7 {
    max-width: 680px;
    margin: 80px auto; }
    .pages .form .cf7 .ttl {
      margin-bottom: 10px; }
      .pages .form .cf7 .ttl span {
        display: inline-block;
        margin-left: 1rem;
        padding: 10px;
        font-size: 12px;
        line-height: 1;
        border-radius: 30px;
        background-color: red; }
    .pages .form .cf7 .policy {
      margin: 60px auto; }
    .pages .form .cf7 .card {
      margin-bottom: 40px; }
    .pages .form .cf7 input,
    .pages .form .cf7 textarea,
    .pages .form .cf7 select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-shadow: none;
      background-image: none;
      border: none;
      outline: none;
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff;
      padding: 8px 16px; }
      .pages .form .cf7 input:focus,
      .pages .form .cf7 textarea:focus,
      .pages .form .cf7 select:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .pages .form .cf7 input,
    .pages .form .cf7 textarea {
      width: 100%; }
    .pages .form .cf7 input[type="submit"],
    .pages .form .cf7 input[type="button"],
    .pages .form .cf7 button {
      background-color: transparent;
      padding: 0;
      border: 0;
      width: auto;
      color: inherit; }
    .pages .form .cf7 input[type="checkbox"],
    .pages .form .cf7 input[type="radio"] {
      appearance: auto;
      -webkit-appearance: checkbox;
      -moz-appearance: auto;
      width: auto;
      height: auto;
      padding: 0;
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.6);
      -webkit-box-shadow: none;
      box-shadow: none;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }
    .pages .form .cf7 input[type="checkbox"] {
      width: 20px;
      height: 20px;
      vertical-align: sub; }
    .pages .form .cf7 select {
      width: auto;
      padding-right: 48px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      background-size: 12px 8px; }
    .pages .form .cf7 input[type="search"] {
      -webkit-appearance: none; }
    .pages .form .cf7 option {
      background: #222;
      color: #fff; }
    .pages .form .cf7 .submit {
      text-align: center; }
    .pages .form .cf7 .submit .arw {
      display: inline-block;
      position: relative; }
    .pages .form .cf7 input.wpcf7-submit,
    .pages .form .cf7 input[type="submit"] {
      width: auto;
      background: transparent;
      background-color: transparent;
      border: none;
      padding: 0;
      color: inherit;
      cursor: pointer;
      display: inline-block; }
    .pages .form .cf7 .submit .arw {
      padding: 1em 0 1em 1em; }
    .pages .form .cf7 .submit .arw .wpcf7-submit {
      position: relative;
      z-index: 2;
      padding: 0;
      font: inherit;
      line-height: 1; }
    .pages .form .cf7 .submit .arw::before {
      z-index: 1;
      pointer-events: none; }

@media screen and (max-width: 840px) {
  .pages.common {
    padding-top: 0; }
  .pages .mv {
    padding-top: 200px; }
    .pages .mv .flex .ttl {
      font-size: 32px;
      text-align: center; }
    .pages .mv .flex p {
      margin-top: 64px;
      margin-bottom: 40px;
      font-size: 13px; }
    .pages .mv .inner {
      padding: 0 20px; }
  .pages .container .head {
    padding: 120px 20px 60px; }
  .pages .archivements .flex .card {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 20px; }
    .pages .archivements .flex .card .ttl {
      font-size: 21px; }
    .pages .archivements .flex .card .notice {
      line-height: 1em; }
    .pages .archivements .flex .card .sub {
      font-size: 15px; }
  .pages .archivements .flex .merge {
    width: 100%; }
  .pages .features .flex .box {
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .pages .features .flex .box:not(:first-child)::before {
    display: none; }
  .pages .company {
    padding: 0; }
    .pages .company dl {
      width: 100%; }
      .pages .company dl dt {
        width: 100%;
        padding-bottom: 0; }
      .pages .company dl dd {
        width: 100%;
        padding-top: 0; }
  .pages .form .ttl3 {
    font-size: 18px; } }
