<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Atinn
Author: Fois
*/
.js_ofi img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%; }
  @media (max-width: 767px) {
    .js_ofi img {
      height: 100% !important; } }

*,
*::after,
*::before {
  box-sizing: border-box; }

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: top;
  max-width: 100%; }
  @media (max-width: 767px) {
    img {
      height: auto !important; } }

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none; }

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

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%; }

body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  min-height: 100vh; }
  @media (min-width: 768px), print {
    body {
      min-width: calc( 1200px + 40px ); } }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

main {
  flex: 1 1 auto;
  position: relative; }

.mg_tp10 {
  margin-top: 10px; }

.mg_bt10 {
  margin-bottom: 10px; }

.mg_tp20 {
  margin-top: 20px; }

.mg_bt20 {
  margin-bottom: 20px; }

.mg_tp30 {
  margin-top: 30px; }

.mg_bt30 {
  margin-bottom: 30px; }

.mg_tp40 {
  margin-top: 40px; }

.mg_bt40 {
  margin-bottom: 40px; }

.mg_tp50 {
  margin-top: 50px; }

.mg_bt50 {
  margin-bottom: 50px; }

.mg_tp60 {
  margin-top: 60px; }

.mg_bt60 {
  margin-bottom: 60px; }

.mg_tp70 {
  margin-top: 70px; }

.mg_bt70 {
  margin-bottom: 70px; }

.mg_tp80 {
  margin-top: 80px; }

.mg_bt80 {
  margin-bottom: 80px; }

body {
  line-height: 1.6; }
  @media (min-width: 768px), print {
    body {
      min-width: 100%; } }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #0057da;
  cursor: pointer;
  text-decoration: none; }
  @media (min-width: 768px), print {
    a[href^="tel:"] {
      pointer-events: none; } }
  a:hover {
    color: #39cee5; }

.alignleft {
  margin-bottom: 20px;
  display: inline;
  float: left;
  margin-right: 20px; }

.alignright {
  margin-bottom: 20px;
  display: inline;
  float: right;
  margin-left: 20px; }

.aligncenter {
  margin-bottom: 20px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .alignleft,
  .alignright {
    clear: both;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.wrap {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  max-width: 1230px; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.clear {
  clear: both; }

@media (min-width: 768px), print {
  .pc_hide {
    display: none; } }

@media (max-width: 767px) {
  .sp_hide {
    display: none; } }

.boxlink {
  cursor: pointer; }

.btn_cmn, .btn01 {
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  min-height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .btn_cmn::before, .btn01::before, .btn_cmn::after, .btn01::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .btn_cmn::before, .btn01::before {
    transition: opacity .3s;
    z-index: -1; }
  .btn_cmn::after, .btn01::after {
    background: #0057da;
    z-index: -2; }
  .btn_cmn:hover, .btn01:hover {
    color: #fff; }
    .btn_cmn:hover::before, .btn01:hover::before {
      opacity: 0; }
  @media (min-width: 768px), print {
    .btn_cmn, .btn01 {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .btn_cmn, .btn01 {
      font-size: 1.4rem; } }

.btn_cmn {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%; }
  .btn_cmn::before {
    background: linear-gradient(to right, #ff7600 0%, #ff1412 100%); }

.btn01 {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%; }
  .btn01::before {
    background: linear-gradient(to right, #0057da 0%, #39cee5 100%); }

header {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px), print {
    header {
      align-items: center;
      padding: 10px 20px; } }
  @media (max-width: 767px) {
    header {
      height: 50px;
      padding-left: 10px; } }

@media (max-width: 767px) {
  .hd_logo {
    align-items: center;
    display: flex;
    justify-content: center; } }
.hd_logo img {
  width: 100%; }
  @media (min-width: 768px), print {
    .hd_logo img {
      max-width: 265px; } }
  @media (max-width: 767px) {
    .hd_logo img {
      max-width: 134px; } }

.hd_contact {
  align-items: center;
  display: flex;
  justify-content: flex-end; }

.hd_phone a {
  background-image: url(../../images/lp/ico-free.svg);
  background-repeat: no-repeat;
  display: block;
  font-weight: 500;
  color: #000; }
  @media (min-width: 768px), print {
    .hd_phone a {
      background-position: 0 8px;
      background-size: 42px 24px;
      font-size: 3rem;
      line-height: 1.2;
      padding-left: 50px; } }
  @media (max-width: 767px) {
    .hd_phone a {
      background-position: 0 7px;
      background-size: 25px auto;
      font-size: 1.9rem;
      line-height: 1.4;
      padding-left: 28px; } }
.hd_phone span {
  display: block;
  text-align: center; }
  @media (min-width: 768px), print {
    .hd_phone span {
      font-size: 1.2rem; } }
  @media (max-width: 767px) {
    .hd_phone span {
      font-size: .8rem; } }

@media (min-width: 768px), print {
  .hd_mail {
    margin-left: 20px;
    width: 150px; } }
@media (max-width: 767px) {
  .hd_mail {
    height: 100%;
    margin-left: 10px;
    width: 50px; } }
@media (min-width: 768px), print {
  .hd_mail a {
    border-radius: 50px;
    font-size: 1.8rem; } }
@media (max-width: 767px) {
  .hd_mail a {
    border-radius: 0;
    font-size: 1rem;
    padding-top: 28px;
    position: relative; }
    .hd_mail a::before {
      background: url(../../images/lp/ico-person.svg) center 6px/20px auto no-repeat, linear-gradient(to right, #ff7600 0%, #ff1412 100%); }
    .hd_mail a::after {
      background: #0057da url(../../images/lp/ico-person.svg) center 6px/20px auto no-repeat; } }

main {
  background: #fff;
  margin-bottom: 0 !important;
  overflow: hidden; }

@media (min-width: 768px), print {
  section {
    padding: 80px 0; } }
@media (max-width: 767px) {
  section {
    padding: 40px 0; } }

.telework_ttl {
  display: table;
  line-height: 1.4;
  max-width: 1200px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .telework_ttl {
      font-size: 4rem;
      margin: 0 auto 60px;
      padding-bottom: 6px; } }
  @media (max-width: 767px) {
    .telework_ttl {
      font-size: 2rem;
      margin: 0 auto 30px;
      padding-bottom: 16px; } }
  .telework_ttl::after {
    right: 0; }
  .telework_ttl::before {
    left: 0; }
  .telework_ttl::after, .telework_ttl::before {
    background: #a7e0fc;
    bottom: 0;
    content: "";
    position: absolute; }
    @media (min-width: 768px), print {
      .telework_ttl::after, .telework_ttl::before {
        height: 4px;
        width: calc(50% - 18px); } }
    @media (max-width: 767px) {
      .telework_ttl::after, .telework_ttl::before {
        height: 2px;
        width: calc(50% - 9px); } }
  .telework_ttl span {
    display: block;
    position: relative; }
    @media (min-width: 768px), print {
      .telework_ttl span {
        padding-bottom: 15px; } }
    .telework_ttl span::after {
      background: none;
      border-color: #a7e0fc;
      border-style: solid;
      content: "";
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      transform: rotate(45deg); }
      @media (min-width: 768px), print {
        .telework_ttl span::after {
          bottom: -20px;
          border-width: 0 4px 4px 0;
          height: 30px;
          width: 30px; } }
      @media (max-width: 767px) {
        .telework_ttl span::after {
          bottom: -23px;
          border-width: 0 2px 2px 0;
          height: 15px;
          width: 15px; } }

.telework_subttl {
  text-align: center; }
  @media (min-width: 768px), print {
    .telework_subttl {
      padding: 20px 0 30px; } }
  @media (max-width: 767px) {
    .telework_subttl {
      padding-bottom: 20px; } }
  .telework_subttl span {
    font-weight: 500;
    position: relative;
    text-align: center; }
    @media (min-width: 768px), print {
      .telework_subttl span {
        font-size: 3.2rem;
        padding: 0 50px; }
        .telework_subttl span::before, .telework_subttl span::after {
          bottom: 0;
          height: 39px;
          width: 32px; } }
    @media (max-width: 767px) {
      .telework_subttl span {
        font-size: 2rem;
        padding: 0 30px; }
        .telework_subttl span::before, .telework_subttl span::after {
          bottom: -8px;
          height: 24px;
          width: 20px; } }
    .telework_subttl span::before, .telework_subttl span::after {
      content: "";
      position: absolute; }
    .telework_subttl span::before {
      background: url(../../images/lp/ico-lbl01.svg) 0 0/cover no-repeat;
      left: 0; }
    .telework_subttl span::after {
      background: url(../../images/lp/ico-lbl02.svg) 0 0/cover no-repeat;
      right: 0; }

.spcl_txt {
  background: #fff737;
  font-weight: 500; }

.com_contact_box {
  background: url(../../images/lp/bg-whitestripe-3x3-10.png) repeat, linear-gradient(to right, #0057da 0%, #39cee5 100%);
  position: relative; }
  @media (min-width: 768px), print {
    .com_contact_box {
      padding: 66px 0 70px; } }
  @media (max-width: 767px) {
    .com_contact_box {
      padding: 25px 10px 20px; } }

.com_contact_ttl {
  color: #fff;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 768px), print {
    .com_contact_ttl {
      font-size: 3.6rem;
      line-height: 1.4;
      padding-bottom: 16px; } }
  @media (max-width: 767px) {
    .com_contact_ttl {
      font-size: 1.8rem;
      padding-bottom: 8px; } }
  .com_contact_ttl span {
    background: #fff;
    border-radius: 3px;
    color: #0057da;
    display: inline-block;
    position: relative; }
    @media (min-width: 768px), print {
      .com_contact_ttl span {
        font-size: 2.6rem;
        margin-left: 10px;
        padding: 3px 20px;
        top: -3px; } }
    @media (max-width: 767px) {
      .com_contact_ttl span {
        font-size: 1.3rem;
        line-height: 1.2;
        margin-left: 8px;
        padding: 3px 8px;
        top: -2px; } }

@media (min-width: 768px), print {
  .com_contact_group {
    display: flex;
    justify-content: center; } }
@media (min-width: 768px), print {
  .com_contact_group li {
    margin: 0 5px; } }
@media (max-width: 767px) {
  .com_contact_group li {
    margin: 10px 0;
    min-height: 60px; } }

.com_contact_phone {
  background: #fff;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  justify-content: center;
  line-height: 1.4;
  text-align: center; }
  @media (min-width: 768px), print {
    .com_contact_phone {
      font-size: 4.2rem;
      min-height: 100px;
      min-width: 400px;
      width: 40%; } }
  @media (max-width: 767px) {
    .com_contact_phone {
      font-size: 2.5rem; } }
  .com_contact_phone span {
    display: block;
    font-weight: 300; }
    @media (min-width: 768px), print {
      .com_contact_phone span {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .com_contact_phone span {
        font-size: 1rem; } }

.com_contact_num {
  font-weight: 500;
  line-height: 1.3; }
  .com_contact_num a {
    color: #000; }
    @media (min-width: 768px), print {
      .com_contact_num a {
        background: url(../../images/lp/ico-free.svg) 0 20px/50px 29px no-repeat;
        padding-left: 60px; } }
    @media (max-width: 767px) {
      .com_contact_num a {
        background: url(../../images/lp/ico-free.svg) 0 10px/32px 18px no-repeat;
        padding-left: 38px; } }

.com_contact_btn {
  position: relative; }
  @media (min-width: 768px), print {
    .com_contact_btn {
      min-width: 320px;
      width: 33%; } }
  .com_contact_btn::after {
    background: url(../../images/lp/ico-finger.svg) 0 0/cover no-repeat;
    bottom: -5px;
    content: "";
    pointer-events: none;
    position: absolute;
    right: -10px;
    z-index: 2; }
    @media (min-width: 768px), print {
      .com_contact_btn::after {
        height: 58px;
        width: 58px; } }
    @media (max-width: 767px) {
      .com_contact_btn::after {
        height: 36px;
        width: 36px; } }
  .com_contact_btn a {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    font-weight: 500;
    position: relative; }
    @media (min-width: 768px), print {
      .com_contact_btn a {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .com_contact_btn a {
        font-size: 2.2rem;
        line-height: 1.3;
        min-height: 60px; } }
  .com_contact_btn span {
    display: block;
    font-weight: 300; }
    @media (min-width: 768px), print {
      .com_contact_btn span {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .com_contact_btn span {
        font-size: 1rem; } }

footer {
  background: #0e1e36;
  color: #fff; }

.ft_up {
  border-bottom: 1px solid #fff; }
  @media (min-width: 768px), print {
    .ft_up {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .ft_up {
      padding: 20px 0; } }

@media (min-width: 768px), print {
  .ft_logo {
    margin-right: 20px; }
    .ft_logo img {
      max-height: 56px; } }
@media (max-width: 767px) {
  .ft_logo {
    padding-bottom: 6px;
    text-align: center; }
    .ft_logo img {
      max-height: 48px; } }

@media (min-width: 768px), print {
  .ft_desp {
    font-size: 1.4rem; } }
@media (max-width: 767px) {
  .ft_desp {
    font-size: 1.2rem; } }

@media (min-width: 768px), print {
  .ft_down {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 30px; } }

.ft_menu {
  display: flex; }
  @media (max-width: 767px) {
    .ft_menu {
      border-bottom: 1px solid #fff;
      justify-content: center; } }
  @media (min-width: 768px), print {
    .ft_menu li {
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .ft_menu li {
      margin: 0 20px;
      padding: 15px 0;
      position: relative; }
      .ft_menu li:first-child::after {
        background: #fff;
        content: "";
        height: 14px;
        position: absolute;
        right: -20px;
        top: 20px;
        width: 1px; } }
  .ft_menu li a {
    color: #fff; }

@media (min-width: 768px), print {
  .ft_copy {
    font-size: 1.2rem; } }
@media (max-width: 767px) {
  .ft_copy {
    font-size: 1rem;
    padding: 8px 0;
    text-align: center; } }

.ft_contact_box {
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  height: 90px;
  left: 0;
  padding: 5px;
  position: fixed;
  right: 0;
  transition: bottom .3s;
  width: 100%;
  z-index: 999; }
  .ft_contact_box.hide {
    bottom: -380px; }
  .ft_contact_box.show {
    bottom: 0; }
  .ft_contact_box ul {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%; }
    .ft_contact_box ul li a {
      border-radius: 8px;
      font-size: 1.2rem; }
    .ft_contact_box ul li span {
      font-size: 2rem; }

.ft_contact_phone {
  width: 80px; }
  .ft_contact_phone a {
    flex-direction: column;
    line-height: 1.2;
    padding-top: 30px;
    position: relative; }
    .ft_contact_phone a::before {
      background: url(../../images/lp/ico-phone.svg) center 10px/26px auto no-repeat, linear-gradient(to right, #0057da 0%, #39cee5 100%); }
    .ft_contact_phone a::after {
      background: #0057da url(../../images/lp/ico-phone.svg) center 10px/26px auto no-repeat; }

.ft_contact_mail {
  width: calc(100% - 85px); }
  .ft_contact_mail a {
    padding-top: 38px;
    position: relative; }
    .ft_contact_mail a::before {
      background: url(../../images/lp/ico-mail.svg) center 10px/35px auto no-repeat, linear-gradient(to right, #ff7600 0%, #ff1412 100%); }
    .ft_contact_mail a::after {
      background: #0057da url(../../images/lp/ico-mail.svg) center 10px/35px auto no-repeat; }
    .ft_contact_mail a span {
      position: relative;
      top: -3px; }

.main_top {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%; }
  @media (min-width: 768px), print {
    .main_top {
      background: url(../../images/lp/bg-whitestripe-3x3-10.png) repeat, url(../../images/lp/bg-top-town.png) center bottom repeat-x, linear-gradient(to right, #0057da 0%, #39cee5 100%);
      height: 600px; }
      .main_top::before, .main_top::after {
        bottom: 0;
        content: "";
        height: 600px;
        position: absolute;
        top: 0;
        width: 30%;
        max-width: 502px; }
      .main_top::before {
        background: url("../../images/lp/bg-top-photo01.png") right top no-repeat;
        left: 0; }
      .main_top::after {
        background: url("../../images/lp/bg-top-photo02.png") left top no-repeat;
        right: 0; } }
  @media (max-width: 767px) {
    .main_top {
      background: url(../../images/lp/bg-whitestripe-3x3-10.png) repeat, url(../../images/lp/bg-top-city.png) bottom center/auto 50% no-repeat, linear-gradient(to right, #0057da 0%, #39cee5 100%);
      margin-bottom: 125px;
      padding: 20px 15px; }
      .main_top::after {
        background: url("../../images/lp/thumb-top-sp.jpg") center/auto 125px repeat-x;
        bottom: -125px;
        content: "";
        height: 125px;
        left: 0;
        position: absolute;
        right: 0; } }

@media (min-width: 768px), print {
  .main_top_img {
    width: 60%;
    max-width: 590px; } }
@media (max-width: 767px) {
  .main_top_img img {
    max-width: 292px; } }

@media (min-width: 768px), print {
  .main_top_btn {
    margin-top: 30px;
    width: 250px; } }
@media (max-width: 767px) {
  .main_top_btn {
    margin: 20px 0 10px;
    width: 150px; } }
.main_top_btn a {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px), print {
    .main_top_btn a {
      height: 50px; } }
  @media (max-width: 767px) {
    .main_top_btn a {
      height: 40px; } }

.top_introduce_block {
  background: url(../../images/lp/bg-tokyo01.jpg) #bce2fe center/cover no-repeat; }
  @media (max-width: 767px) {
    .top_introduce_block {
      background-position: bottom center;
      background-size: 200% auto; } }
  @media (min-width: 768px), print {
    .top_introduce_block .telework_ttl br {
      display: none; } }
  .top_introduce_block .telework_ttl::after, .top_introduce_block .telework_ttl::before {
    background: #fff; }
  .top_introduce_block .telework_ttl span::after {
    border-color: #fff; }

@media (min-width: 768px), print {
  .top_introduce_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px; } }
@media (max-width: 767px) {
  .top_introduce_list {
    padding-bottom: 10px; } }
.top_introduce_list li {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px; }
  @media (min-width: 768px), print {
    .top_introduce_list li {
      display: flex;
      flex-direction: column;
      text-align: center;
      width: 23.75%;
      padding: 40px 10px 35px; } }
  @media (max-width: 767px) {
    .top_introduce_list li {
      align-items: center;
      display: flex;
      margin-bottom: 10px;
      min-height: 80px;
      padding: 10px;
      width: 100%; } }

@media (min-width: 768px), print {
  .top_introduce_ico {
    height: 60px;
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .top_introduce_ico {
    text-align: center;
    width: 60px; } }
@media (min-width: 768px), print {
  .top_introduce_ico img {
    max-height: 60px; } }
@media (max-width: 767px) {
  .top_introduce_ico img {
    max-height: 30px; } }

.top_introduce_txt {
  font-weight: 500; }
  @media (min-width: 768px), print {
    .top_introduce_txt {
      align-items: center;
      display: flex;
      flex: 1 1 auto;
      font-size: 2rem;
      justify-content: center;
      line-height: 1.5; } }
  @media (max-width: 767px) {
    .top_introduce_txt {
      width: calc(100% - 60px); } }

.top_introduce_content {
  line-height: 1.8; }
  @media (min-width: 768px), print {
    .top_introduce_content {
      padding-bottom: 200px; } }
  @media (max-width: 767px) {
    .top_introduce_content {
      padding-bottom: 120px; } }

.top_case_block {
  background: #efefef; }

@media (max-width: 767px) {
  .top_case_wrap {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .top_case_wrap .top_case_part:nth-child(odd) .wrap {
    padding-right: 0; }
  .top_case_wrap .top_case_part:nth-child(odd) .top_case_content {
    border-radius: 3px 0 0 3px; } }
.top_case_wrap .top_case_part:nth-child(odd) .top_case_thumb {
  border-radius: 0 3px 3px 0;
  left: 0;
  overflow: hidden; }
@media (max-width: 767px) {
  .top_case_wrap .top_case_part:nth-child(even) .wrap {
    padding-left: 0; }
  .top_case_wrap .top_case_part:nth-child(even) .top_case_content {
    border-radius: 0 3px 3px 0; } }
.top_case_wrap .top_case_part:nth-child(even) .top_case_inner {
  justify-content: flex-start; }
.top_case_wrap .top_case_part:nth-child(even) .top_case_thumb {
  border-radius: 3px 0 0 3px;
  right: 0;
  overflow: hidden; }
@media (max-width: 767px) {
  .top_case_wrap .top_case_part:last-child {
    margin-bottom: 0; } }

.top_case_part {
  position: relative; }
  @media (min-width: 768px), print {
    .top_case_part {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .top_case_part {
      margin-bottom: 30px;
      padding-bottom: 150px; } }

.top_case_thumb {
  position: absolute; }
  @media (min-width: 768px), print {
    .top_case_thumb {
      height: 100%;
      top: -50px;
      width: 50%; } }
  @media (max-width: 767px) {
    .top_case_thumb {
      bottom: 0;
      height: 200px;
      width: calc(100% - 15px); } }

.top_case_inner {
  display: flex;
  justify-content: flex-end; }

.top_case_content {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff; }
  @media (min-width: 768px), print {
    .top_case_content {
      border-radius: 3px;
      padding: 45px 0px;
      width: 75%; } }
  @media (max-width: 767px) {
    .top_case_content {
      padding: 30px 0px 20px;
      width: 100%; } }

.top_case_num {
  text-align: center; }
  @media (max-width: 767px) {
    .top_case_num {
      height: 12px;
      margin-bottom: 15px; } }
  @media (min-width: 768px), print {
    .top_case_num {
      padding: 12px 10px 20px; } }
  @media (min-width: 768px), print {
    .top_case_num img {
      max-height: 20px; } }
  @media (max-width: 767px) {
    .top_case_num img {
      max-height: 12px; } }

.top_case_ttl {
  text-align: center; }
  @media (min-width: 768px), print {
    .top_case_ttl {
      font-size: 3.5rem;
      line-height: 1.2;
      padding: 0 45px 30px; } }
  @media (max-width: 767px) {
    .top_case_ttl {
      font-size: 1.8rem;
      line-height: 1.2;
      padding: 0 10px 12px; } }

@media (min-width: 768px), print {
  .top_case_txt {
    padding: 0 45px 45px; } }
@media (max-width: 767px) {
  .top_case_txt {
    line-height: 1.8;
    padding: 0 20px 12px; } }

.top_case_subttl {
  color: #0057da;
  font-weight: 500;
  position: relative;
  text-align: center; }
  @media (min-width: 768px), print {
    .top_case_subttl {
      font-size: 2.4rem;
      margin-bottom: 20px; }
      .top_case_subttl br {
        display: none; } }
  @media (max-width: 767px) {
    .top_case_subttl {
      font-size: 1.6rem;
      margin-bottom: 10px; } }
  .top_case_subttl::after {
    background: #0057da;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 18px;
    width: 100%; }
  .top_case_subttl span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2; }
    .top_case_subttl span::before, .top_case_subttl span::after {
      background: #0057da;
      border-radius: 100%;
      content: "";
      height: 5px;
      position: absolute;
      top: 16px;
      width: 5px; }
    .top_case_subttl span::before {
      left: 0; }
    .top_case_subttl span::after {
      right: 0; }

.top_case_list {
  font-weight: 500; }
  @media (min-width: 768px), print {
    .top_case_list {
      font-size: 2rem;
      padding: 0 45px 10px; } }
  @media (max-width: 767px) {
    .top_case_list {
      padding: 0 20px; } }
  .top_case_list li {
    padding: 4px 0;
    position: relative; }
    @media (min-width: 768px), print {
      .top_case_list li {
        padding-left: 24px; } }
    @media (max-width: 767px) {
      .top_case_list li {
        line-height: 1.8;
        padding-left: 18px; } }
    .top_case_list li::before {
      border-color: #0057da;
      border-style: solid;
      border-radius: 100%;
      content: "";
      left: 0;
      position: absolute; }
      @media (min-width: 768px), print {
        .top_case_list li::before {
          border-width: 4px;
          height: 16px;
          top: 12px;
          width: 16px; } }
      @media (max-width: 767px) {
        .top_case_list li::before {
          border-width: 3px;
          height: 12px;
          top: 10px;
          width: 12px; } }

.top_reason_block {
  background: url(../../images/lp/bg-reason.jpg) center center/cover no-repeat;
  position: relative; }
  @media (min-width: 1044px) {
    .top_reason_block {
      background-attachment: fixed; } }
  .top_reason_block::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .top_reason_block .telework_ttl {
    color: #fff; }

@media (min-width: 768px), print {
  .top_reason_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px; } }
@media (max-width: 767px) {
  .top_reason_list {
    padding-bottom: 10px;
    padding-top: 20px; } }
.top_reason_list li {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px;
  position: relative; }
  @media (min-width: 768px), print {
    .top_reason_list li {
      margin-left: 2.6%;
      padding: 30px;
      width: 31.6%; }
      .top_reason_list li:nth-child(3n+1) {
        margin-left: 0px; }
      .top_reason_list li:nth-child(2) {
        top: 30px; } }
  @media (max-width: 767px) {
    .top_reason_list li {
      margin-bottom: 30px;
      padding: 15px;
      width: 100%; }
      .top_reason_list li:last-child {
        margin-bottom: 0; } }

.top_reason_num {
  align-items: center;
  background: #efeff0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0; }
  @media (min-width: 768px), print {
    .top_reason_num {
      border: 5px solid #fff;
      height: 80px;
      top: -40px;
      width: 80px; }
      .top_reason_num img {
        max-height: 44px; } }
  @media (max-width: 767px) {
    .top_reason_num {
      border: 3px solid #fff;
      height: 58px;
      top: -20px;
      width: 58px; }
      .top_reason_num img {
        max-height: 34px; } }

.top_reason_ttl {
  font-weight: 500;
  text-align: center; }
  @media (min-width: 768px), print {
    .top_reason_ttl {
      font-size: 2.2rem;
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .top_reason_ttl {
      font-size: 1.8rem;
      padding-top: 30px; } }

.top_reason_thumb {
  text-align: center; }
  @media (min-width: 768px), print {
    .top_reason_thumb {
      margin: 30px 0; }
      .top_reason_thumb img {
        max-height: 70px; } }
  @media (max-width: 767px) {
    .top_reason_thumb {
      margin: 20px 0 10px; }
      .top_reason_thumb img {
        max-height: 50px; } }

.top_reason_txt {
  line-height: 1.8; }

.top_point_wrap {
  position: relative; }
  .top_point_wrap .top_point_part:nth-child(odd) .top_point_thumb {
    border-radius: 0 3px 3px 0;
    left: 0; }
    @media (max-width: 767px) {
      .top_point_wrap .top_point_part:nth-child(odd) .top_point_thumb {
        margin-right: 15px; } }
  .top_point_wrap .top_point_part:nth-child(odd) .top_point_inner {
    justify-content: flex-end; }
  @media (min-width: 768px), print {
    .top_point_wrap .top_point_part:nth-child(odd) .top_point_ttl::after {
      right: 0; } }
@media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px), print and (min-width: 768px), print {
  .top_point_wrap .top_point_part:nth-child(odd) .top_point_txt {
    padding-left: 50px; } }
@media (min-width: 768px) and (max-width: 767px), print and (max-width: 767px) {
  .top_point_wrap .top_point_part:nth-child(odd) .top_point_txt {
    padding-right: 15px; } }

  @media (max-width: 767px) {
    .top_point_wrap .top_point_part:nth-child(odd) .wrap {
      padding-right: 0; }
    .top_point_wrap .top_point_part:nth-child(odd) .top_point_ttl {
      padding-right: 15px;
      text-align: right; }
      .top_point_wrap .top_point_part:nth-child(odd) .top_point_ttl::after {
        left: 0; }
    .top_point_wrap .top_point_part:nth-child(odd) .top_point_txt {
      padding-right: 15px; } }
  .top_point_wrap .top_point_part:nth-child(even) .top_point_thumb {
    border-radius: 3px 0 0 3px;
    right: 0; }
    @media (max-width: 767px) {
      .top_point_wrap .top_point_part:nth-child(even) .top_point_thumb {
        margin-left: 15px; } }
  .top_point_wrap .top_point_part:nth-child(even) .top_point_inner {
    justify-content: flex-start; }
  @media (min-width: 768px), print {
    .top_point_wrap .top_point_part:nth-child(even) .top_point_ttl {
      text-align: right; }
      .top_point_wrap .top_point_part:nth-child(even) .top_point_ttl::after {
        left: 0; } }
@media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px), print and (min-width: 768px), print {
  .top_point_wrap .top_point_part:nth-child(even) .top_point_txt {
    padding-right: 50px; } }

  @media (max-width: 767px) {
    .top_point_wrap .top_point_part:nth-child(even) .wrap {
      padding-left: 0; }
    .top_point_wrap .top_point_part:nth-child(even) .top_point_ttl {
      padding-left: 15px; }
      .top_point_wrap .top_point_part:nth-child(even) .top_point_ttl::after {
        right: 0; }
    .top_point_wrap .top_point_part:nth-child(even) .top_point_txt {
      padding-left: 15px; } }

.top_point_part {
  position: relative; }
  @media (min-width: 768px), print {
    .top_point_part {
      align-items: center;
      display: flex;
      height: 400px;
      margin: 50px 0 0; } }
  @media (max-width: 767px) {
    .top_point_part {
      margin: 50px 0 0; } }

.top_point_thumb {
  overflow: hidden; }
  @media (min-width: 768px), print {
    .top_point_thumb {
      height: 100%;
      position: absolute;
      top: 0;
      width: 50%; } }
  @media (max-width: 767px) {
    .top_point_thumb {
      height: 200px;
      width: calc(100% - 15px); } }

.top_point_inner {
  display: flex; }

.top_point_content {
  background: #fff; }
  @media (min-width: 768px), print {
    .top_point_content {
      width: 50%; } }
  @media (max-width: 767px) {
    .top_point_content {
      width: 100%; } }

.top_point_ttl {
  border-bottom: 1px solid #0057da;
  color: #0057da;
  line-height: 1.5;
  position: relative; }
  @media (min-width: 768px), print {
    .top_point_ttl {
      font-size: 3rem;
      margin-bottom: 15px;
      padding: 0 50px 10px; } }
  @media (max-width: 767px) {
    .top_point_ttl {
      font-size: 1.8rem;
      margin-bottom: 15px;
      margin-top: 15px;
      padding-bottom: 8px; } }
  .top_point_ttl::after {
    background: #0057da;
    border-radius: 100%;
    bottom: -3px;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px; }

.top_point_txt {
  line-height: 1.8; }

.top_voice_block {
  background: #ecf8fe; }

@media (min-width: 768px), print {
  .top_voice_wrap {
    display: flex;
    justify-content: space-between; } }
.top_voice_wrap li {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: url(../../images/lp/ico-comment.svg) #fff no-repeat;
  border-radius: 3px; }
  @media (min-width: 768px), print {
    .top_voice_wrap li {
      background-position: center 40px;
      background-size: 60px auto;
      padding: 120px 40px 40px;
      width: 48.5%; } }
  @media (max-width: 767px) {
    .top_voice_wrap li {
      background-position: center 20px;
      background-size: 30px auto;
      margin-bottom: 20px;
      padding: 15px;
      width: 100%; }
      .top_voice_wrap li:last-child {
        margin-bottom: 0; } }

.top_voice_ttl {
  font-weight: 500;
  line-height: 1.4;
  text-align: center; }
  @media (min-width: 768px), print {
    .top_voice_ttl {
      font-size: 3rem;
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .top_voice_ttl {
      font-size: 1.8rem;
      padding-bottom: 8px;
      padding-top: 50px; } }

.top_voice_subttl {
  color: #0057da;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 768px), print {
    .top_voice_subttl {
      font-size: 1.6rem;
      padding-bottom: 6px; } }
  @media (max-width: 767px) {
    .top_voice_subttl {
      padding-bottom: 6px; } }

.top_voice_txt {
  line-height: 1.8; }

.top_property_block {
  padding-bottom: 20px; }

.top_prop_wrap .top_prop_part:last-child {
  padding-bottom: 0; }
@media (min-width: 768px), print {
  .top_prop_wrap .top_prop_part:nth-child(even) .top_prop_content {
    flex-direction: row-reverse; } }
@media (max-width: 767px) {
  .top_prop_wrap .top_prop_part:nth-child(even) .top_prop_content {
    flex-direction: column-reverse; } }
@media (min-width: 768px), print {
  .top_prop_wrap .top_prop_part:nth-child(even) .top_prop_grp {
    margin-left: 40px; } }
@media (min-width: 768px), print {
  .top_prop_wrap .top_prop_part:nth-child(even) .top_prop_ttl {
    padding: 0 10px 5px 10px;
    text-align: right; }
    .top_prop_wrap .top_prop_part:nth-child(even) .top_prop_ttl::after {
      right: 0; } }
@media (max-width: 767px) {
  .top_prop_wrap .top_prop_part:nth-child(even) .top_prop_ttl {
    padding: 0 10px 5px 0; }
    .top_prop_wrap .top_prop_part:nth-child(even) .top_prop_ttl::after {
      left: 0; } }
@media (min-width: 768px), print {
  .top_prop_wrap .top_prop_part:nth-child(even) .top_prop_txt {
    padding-left: 40px; } }
@media (min-width: 768px), print {
  .top_prop_wrap .top_prop_part:nth-child(odd) .top_prop_grp {
    margin-right: 40px; } }
.top_prop_wrap .top_prop_part:nth-child(odd) .top_prop_ttl {
  padding: 0 10px 5px 0; }
  .top_prop_wrap .top_prop_part:nth-child(odd) .top_prop_ttl::after {
    left: 0; }
@media (min-width: 768px), print {
  .top_prop_wrap .top_prop_part:nth-child(odd) .top_prop_txt {
    padding-right: 40px; } }

@media (min-width: 768px), print {
  .top_prop_part {
    padding-bottom: 50px; } }
@media (max-width: 767px) {
  .top_prop_part {
    padding-bottom: 15px; } }

.top_prop_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .top_prop_content {
      flex-direction: column-reverse; } }

@media (min-width: 768px), print {
  .top_prop_infor {
    width: 35%; } }
@media (max-width: 767px) {
  .top_prop_infor {
    width: 100%; } }

.top_prop_ttl {
  position: relative; }
  @media (min-width: 768px), print {
    .top_prop_ttl {
      font-size: 3.6rem;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .top_prop_ttl {
      font-size: 1.8rem;
      margin-bottom: 20px; } }
  .top_prop_ttl::before {
    background: #0057da;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%; }
    @media (max-width: 767px) {
      .top_prop_ttl::before {
        width: calc(100% + 15px); } }
  .top_prop_ttl::after {
    background: #0057da;
    border-radius: 100%;
    bottom: -2px;
    content: "";
    height: 5px;
    position: absolute;
    width: 5px; }

.top_prop_grp {
  background: #ecf8fe;
  border-radius: 3px;
  text-align: center; }
  @media (min-width: 768px), print {
    .top_prop_grp {
      margin-bottom: 25px;
      padding: 16px 10px 10px; } }
  @media (max-width: 767px) {
    .top_prop_grp {
      align-content: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      padding: 6px 15px 8px; } }

.top_prop_subttl {
  color: #0057da;
  font-weight: 500; }
  @media (max-width: 767px) {
    .top_prop_subttl {
      align-items: center;
      display: flex;
      width: 90px; } }

@media (max-width: 767px) {
  .top_prop_price_wrap {
    width: calc(100% - 90px); } }

.top_prop_price {
  color: #e50012;
  font-weight: 500;
  line-height: 1.4;
  position: relative; }
  @media (min-width: 768px), print {
    .top_prop_price {
      font-size: 2.8rem; }
      .top_prop_price::after {
        font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .top_prop_price {
      font-size: 2.5rem; }
      .top_prop_price::after {
        font-size: 1.4rem; } }
  .top_prop_price::after {
    color: #000;
    content: "円～/日";
    font-weight: 300; }

@media (min-width: 768px), print {
  .top_prop_note {
    font-size: 1.3rem; } }
@media (max-width: 767px) {
  .top_prop_note {
    font-size: 1.1rem; } }

.top_prop_txt {
  line-height: 1.8; }
  @media (max-width: 767px) {
    .top_prop_txt {
      padding-bottom: 10px; } }

@media (min-width: 768px), print {
  .top_property_slide {
    width: 65%; } }
@media (max-width: 767px) {
  .top_property_slide {
    width: 100%; } }
.top_property_slide .slick-slide img {
  border-radius: 3px; }
@media (max-width: 767px) {
  .top_property_slide .slick-dots {
    bottom: -20px; } }
@media (min-width: 768px), print {
  .top_property_slide .slick-dots li {
    margin: 5px;
    height: 10px;
    width: 10px; } }
@media (max-width: 767px) {
  .top_property_slide .slick-dots li {
    margin: 3px;
    height: 8px;
    width: 8px; } }
.top_property_slide .slick-dots li button {
  padding: 0; }
  @media (min-width: 768px), print {
    .top_property_slide .slick-dots li button {
      height: 10px;
      width: 10px; } }
  @media (max-width: 767px) {
    .top_property_slide .slick-dots li button {
      height: 8px;
      width: 8px; } }
  .top_property_slide .slick-dots li button::before {
    background: #d6d6dd;
    border-radius: 100%;
    content: "";
    display: block;
    opacity: 1; }
    @media (min-width: 768px), print {
      .top_property_slide .slick-dots li button::before {
        height: 10px;
        width: 10px; } }
    @media (max-width: 767px) {
      .top_property_slide .slick-dots li button::before {
        height: 8px;
        width: 8px; } }
.top_property_slide .slick-dots li.slick-active button::before {
  background: #0057da;
  opacity: 1; }
.top_property_slide .slick-dots li button:hover:before, .top_property_slide .slick-dots li button:focus::before {
  color: #0057da;
  opacity: 1; }

.top_prop_details {
  border-bottom: 1px solid #b2b2b9;
  border-top: 1px solid #b2b2b9; }

.top_prop_dtl_up {
  border-bottom: 1px solid #b2b2b9; }
  @media (min-width: 768px), print {
    .top_prop_dtl_up {
      align-items: stretch;
      display: flex;
      justify-content: space-between; } }

@media (min-width: 768px), print {
  .top_prop_dtl_box {
    width: 50%; }
    .top_prop_dtl_box .top_prop_dtl_box_lb01:first-child {
      border-bottom: 1px solid #b2b2b9; } }

@media (min-width: 768px), print {
  .top_prop_dtl_box_lb01 {
    align-items: stretch;
    display: flex;
    justify-content: space-between; } }

@media (min-width: 768px), print {
  .top_prop_dtl_box_lb02 {
    width: 50%; } }
@media (max-width: 767px) {
  .top_prop_dtl_box_lb02 {
    border-top: 1px solid #b2b2b9; } }

.top_prop_dtl_inner {
  display: flex;
  justify-content: center;
  height: 100%; }

.top_prop_dtl_ttl {
  align-items: center;
  background: #ecf8fe;
  color: #0057d9;
  display: flex;
  font-weight: 500;
  justify-content: center;
  text-align: center; }
  @media (min-width: 768px), print {
    .top_prop_dtl_ttl {
      padding: 12px 10px;
      width: 120px; } }
  @media (max-width: 767px) {
    .top_prop_dtl_ttl {
      font-size: 1.2rem;
      padding: 10px;
      width: 90px; } }

.top_prop_dtl_content {
  align-items: center;
  display: flex; }
  @media (min-width: 768px), print {
    .top_prop_dtl_content {
      padding: 12px 10px;
      width: calc(100% - 120px); } }
  @media (max-width: 767px) {
    .top_prop_dtl_content {
      padding: 10px;
      width: calc(100% - 90px); } }

@media (max-width: 767px) {
  .top_prop_dtl_down .top_prop_dtl_inner {
    flex-direction: column; }
    .top_prop_dtl_down .top_prop_dtl_inner .top_prop_dtl_ttl {
      padding: 6px 10px;
      width: 100%; }
    .top_prop_dtl_down .top_prop_dtl_inner .top_prop_dtl_content {
      padding: 12px 0;
      width: 100%; } }

.top_dtl_equipment {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .top_dtl_equipment li {
    align-items: center;
    display: flex; }
    @media (min-width: 768px), print {
      .top_dtl_equipment li {
        margin: 2px 5px 3px 0;
        min-width: 190px;
        width: calc((100% - 27px ) / 5); } }
    @media (max-width: 767px) {
      .top_dtl_equipment li {
        margin: 2px 5px 2px 0;
        width: calc((100% - 12px ) / 2); } }
    .top_dtl_equipment li img {
      max-height: 30px; }
    .top_dtl_equipment li span {
      padding-left: 6px; }
      @media (min-width: 768px), print {
        .top_dtl_equipment li span {
          font-size: 1.4rem; } }
      @media (max-width: 767px) {
        .top_dtl_equipment li span {
          font-size: 1.1rem;
          padding-right: 6px; } }

.top_unsuprt {
  color: #999; }

.top_prop_btn {
  max-width: 300px; }
  @media (min-width: 768px), print {
    .top_prop_btn {
      height: 50px;
      margin: 30px auto; } }
  @media (max-width: 767px) {
    .top_prop_btn {
      height: 45px;
      margin: 20px auto; } }

.top_prop_access {
  padding: 12px; }

.top_prop_tbl_inner {
  display: flex; }

.top_prop_tbl_lbl {
  padding: 12px;
  width: 38%; }

.top_prop_tbl_grp2 {
  align-items: center;
  display: flex;
  width: 62%; }
  .top_prop_tbl_grp2 dt {
    background: #ecf8fe;
    color: #0057da;
    font-weight: 500;
    padding: 12px;
    text-align: center;
    width: 40%; }
  .top_prop_tbl_grp2 dd {
    padding: 12px;
    width: 60%; }

.top_prop_equipments {
  padding: 12px; }

.top_faq_block {
  background: url(../../images/lp/img-city.svg) #a7e0fC center bottom repeat-x;
  position: relative; }
  @media (min-width: 768px), print {
    .top_faq_block {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .top_faq_block {
      background-size: 200% auto;
      background-position: center bottom -1px;
      padding-bottom: 40px; }
      .top_faq_block .wrap {
        padding: 0; } }
  .top_faq_block::after {
    border-style: solid;
    border-color: #d2f0fd transparent transparent transparent;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0; }
    @media (min-width: 768px), print {
      .top_faq_block::after {
        border-width: 50px 250px 0 250px;
        bottom: -50px; } }
    @media (max-width: 767px) {
      .top_faq_block::after {
        border-width: 25px 75px 0 75px;
        bottom: -25px; } }
  .top_faq_block .telework_ttl::after, .top_faq_block .telework_ttl::before {
    background: #fff; }
  .top_faq_block .telework_ttl span::after {
    border-color: #fff; }

.top_faq_wrap .top_faq_part:first-child .top_faq_anw {
  display: block; }

.top_faq_part {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 10px; }
  @media (min-width: 768px), print {
    .top_faq_part {
      border-radius: 3px; } }

.top_faq_qst {
  cursor: pointer;
  position: relative; }
  @media (min-width: 768px), print {
    .top_faq_qst {
      background: url(../../images/lp/ico-question.svg) 0 28px/30px 31px no-repeat;
      font-size: 1.8rem;
      margin: 0 30px;
      padding: 32px  50px; } }
  @media (max-width: 767px) {
    .top_faq_qst {
      background: url(../../images/lp/ico-question.svg) 0 18px/15px 15px no-repeat;
      margin: 0 15px;
      padding: 15px 35px 15px 25px; } }
  .top_faq_qst::after {
    background: #a7e0fc url(../../images/lp/ico-plus.svg) center/24px auto no-repeat;
    border-radius: 5px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px), print {
      .top_faq_qst::after {
        box-shadow: 0 3px 0 #8ad0f3;
        height: 40px;
        width: 40px; } }
    @media (max-width: 767px) {
      .top_faq_qst::after {
        background-size: 18px auto;
        box-shadow: 0 2px 0 #8ad0f3;
        height: 30px;
        width: 30px; } }
  .top_faq_qst.active {
    display: block; }
    .top_faq_qst.active::after {
      background-image: url(../../images/lp/ico-minus.svg); }

.top_faq_anw {
  display: none;
  border-top: 1px dotted #a7e0fc;
  position: relative; }
  @media (min-width: 768px), print {
    .top_faq_anw {
      padding: 32px 30px 34px 80px; } }
  @media (max-width: 767px) {
    .top_faq_anw {
      padding: 15px 15px 15px 40px; } }
  .top_faq_anw::before {
    background: url(../../images/lp/ico-answer.svg) 0 0/cover no-repeat;
    content: "";
    position: absolute; }
    @media (min-width: 768px), print {
      .top_faq_anw::before {
        height: 30px;
        left: 30px;
        top: 28px;
        width: 30px; } }
    @media (max-width: 767px) {
      .top_faq_anw::before {
        height: 15px;
        left: 15px;
        top: 19px;
        width: 15px; } }

.top_faq_anw_sub {
  background: #ecf8fe;
  border: 1px solid #d2f0fd;
  border-radius: 3px;
  margin: 10px 0;
  padding: 10px; }

.top_contact_block {
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .top_contact_block .wrap {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 767px) {
  .telework_ttl_contact {
    padding-bottom: 10px; } }
@media (min-width: 768px), print {
  .telework_ttl_contact span {
    font-size: 5rem; } }
@media (max-width: 767px) {
  .telework_ttl_contact span {
    font-size: 2.5rem; } }

.top_contact_subttl_top {
  line-height: 1.8;
  text-align: center; }
  @media (min-width: 768px), print {
    .top_contact_subttl_top {
      font-size: 1.8rem;
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .top_contact_subttl_top {
      margin: 0 15px 15px; } }

.top_contact_box_up {
  align-items: center;
  border: 1px solid #b2b2b9;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 768px), print {
    .top_contact_box_up {
      margin-bottom: 20px;
      padding: 20px 10px; } }
  @media (max-width: 767px) {
    .top_contact_box_up {
      margin: 0 15px 20px;
      padding: 15px 10px; } }

.top_contact_box_time {
  font-weight: 500; }
  @media (min-width: 768px), print {
    .top_contact_box_time {
      font-size: 1.8rem;
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .top_contact_box_time {
      font-size: 1.1rem; } }

@media (min-width: 768px), print {
  .top_contact_box_phone {
    padding: 0 20px; } }
.top_contact_box_phone a {
  color: #000;
  font-weight: 500; }
  @media (min-width: 768px), print {
    .top_contact_box_phone a {
      background: url(../../images/lp/ico-free.svg) 0 20px/70px 41px no-repeat;
      font-size: 5rem;
      padding: 0 0 0 80px; } }
  @media (max-width: 767px) {
    .top_contact_box_phone a {
      background: url(../../images/lp/ico-free.svg) 0 10px/36px 21px no-repeat;
      font-size: 2.5rem;
      padding: 0 0 0 42px; } }
  .site_seal {
    align-items: center;
    display: flex;
    justify-content: center;
  }
@media (min-width: 768px), print {
  .site_seal {
    padding: 20px 15px; } }
@media (max-width: 767px) {
  .site_seal {
    padding: 0px 15px 10px; } }
.site_seal form {
  align-items: center;
  display: flex;
  justify-content: center; }

.site_seal_img {
  position: relative;
  top: 5px; }

.site_seal_txt {
  padding-left: 10px; }
  @media (max-width: 767px) {
    .site_seal_txt {
      font-size: 1rem; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: 300;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.contt_formtbl {
  border-collapse: separate;
  width: 100%; }
  @media (min-width: 768px), print {
    .contt_formtbl {
      border-left: 1px solid #b2b2b9;
      border-right: 1px solid #b2b2b9; } }
  .contt_formtbl th, .contt_formtbl td {
    border-bottom: 1px solid #b2b2b9; }
    @media (max-width: 767px) {
      .contt_formtbl th, .contt_formtbl td {
        display: block;
        width: 100%; } }
  .contt_formtbl th {
    background: url(../../images/lp/bg-whitestripe-3x3-10.png) #ecf8fe repeat;
    font-weight: 500;
    position: relative;
    text-align: left;
    vertical-align: top; }
    @media (min-width: 768px), print {
      .contt_formtbl th {
        min-width: 200px;
        padding: 25px 72px 25px 20px;
        width: 28%; } }
    @media (max-width: 767px) {
      .contt_formtbl th {
        padding: 10px 15px; } }
    .contt_formtbl th span {
      background: #b2b2b9;
      border-radius: 3px;
      color: #fff;
      font-weight: 300;
      position: absolute;
      text-align: center; }
      @media (min-width: 768px), print {
        .contt_formtbl th span {
          font-size: 1.4rem;
          right: 20px;
          top: 28px;
          width: 50px; } }
      @media (max-width: 767px) {
        .contt_formtbl th span {
          font-size: 1.2rem;
          right: 10px;
          top: 10px;
          width: 46px; } }
      .contt_formtbl th span.required {
        background: #ff7600; }
  @media (min-width: 768px), print {
    .contt_formtbl td {
      padding: 20px; } }
  @media (max-width: 767px) {
    .contt_formtbl td {
      padding: 15px; } }
  .contt_formtbl input:not([type]), .contt_formtbl input[type=text], .contt_formtbl input[type=email], .contt_formtbl input[type=tel], .contt_formtbl textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: 2px solid #b2b2b9;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 1.6rem;
    outline: none;
    padding: 10px;
    transition: all 0.3s; }
    .contt_formtbl input:not([type])::focus, .contt_formtbl input[type=text]::focus, .contt_formtbl input[type=email]::focus, .contt_formtbl input[type=tel]::focus, .contt_formtbl textarea::focus {
      outline: none; }
  .contt_formtbl select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: transparent;
    border: 2px solid #b2b2b9;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 300;
    height: 40px;
    padding: 0 10px;
    position: relative;
    width: 100%; }
    .contt_formtbl select::focus {
      outline: none; }
  .contt_formtbl .ipt_required {
    background: #fffeeb;
    border: 2px solid #ff7600 !important;
    height: 40px; }
  .contt_formtbl .ipt_not_required {
    background: #fff;
    border: 2px solid #b2b2b9;
    height: 40px; }

.contract_form_tbl_req {
  border-top: 1px solid #b2b2b9; }
  @media (min-width: 768px), print {
    .contract_form_tbl_req {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .contract_form_tbl_req tr:last-of-type th {
        border-top-left-radius: 3px; }
      .contract_form_tbl_req tr:last-of-type td {
        border-top-right-radius: 3px; } }

@media (min-width: 768px), print {
  .contract_form_tbl_btm {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .contract_form_tbl_btm tr:last-of-type th {
      border-bottom-left-radius: 3px; }
    .contract_form_tbl_btm tr:last-of-type td {
      border-bottom-right-radius: 3px; } }

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

.contt_calendar {
  display: flex;
  position: relative; }
  @media (min-width: 768px), print {
    .contt_calendar {
      flex-wrap: nowrap;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .contt_calendar {
      flex-direction: column; } }
  .contt_calendar li {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    position: relative; }
    @media (min-width: 768px), print {
      .contt_calendar li {
        justify-content: space-between;
        width: 46%; }
        .contt_calendar li:last-child {
          position: relative; }
          .contt_calendar li:last-child::before {
            content: "～";
            left: -35px;
            position: absolute;
            top: 10px;
            text-align: center; } }
    @media (max-width: 767px) {
      .contt_calendar li {
        max-width: 300px;
        width: 100%; }
        .contt_calendar li:first-child {
          margin-bottom: 10px; } }
    .contt_calendar li::after {
      background: url(../../images/lp/ico-calender.svg) 0 0/cover no-repeat;
      content: "";
      height: 26px;
      pointer-events: none;
      position: absolute;
      right: 7px;
      top: 6px;
      width: 26px; }
    .contt_calendar li span {
      width: 90px; }
    @media (min-width: 768px), print {
      .contt_calendar li input {
        width: calc(100% - 95px); } }
    @media (max-width: 767px) {
      .contt_calendar li input {
        width: 210px; } }

.contt_select_lbl {
  display: inline-block;
  margin-right: 10px;
  position: relative; }
  @media (min-width: 768px), print {
    .contt_select_lbl {
      width: 200px; } }
  @media (max-width: 767px) {
    .contt_select_lbl {
      width: 100%; } }
  .contt_select_lbl::after {
    background: url(../../images/lp/ico-arrow.svg) 0 0/cover no-repeat;
    content: "";
    height: 9px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 16px;
    width: 14px; }

@media (max-width: 767px) {
  .prop_rst_mix .contt_select_lbl {
    width: calc(100% - 120px); } }

.input_full {
  width: 100%; }

.prop_rstgyp_normalchkbox &gt; li {
  border-top: 1px solid #b2b2b9; }
  @media (min-width: 768px), print {
    .prop_rstgyp_normalchkbox &gt; li {
      display: flex;
      margin-top: 20px;
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .prop_rstgyp_normalchkbox &gt; li {
      margin-top: 10px;
      padding-top: 10px; } }
  .prop_rstgyp_normalchkbox &gt; li:first-child {
    border: none;
    margin-top: 0px;
    padding-top: 0px; }
  @media (min-width: 768px), print {
    .prop_rstgyp_normalchkbox &gt; li .contt_lst_ttl {
      padding-top: 8px;
      width: 130px; } }
  @media (max-width: 767px) {
    .prop_rstgyp_normalchkbox &gt; li .contt_lst_ttl {
      padding-bottom: 5px; } }
  @media (min-width: 768px), print {
    .prop_rstgyp_normalchkbox &gt; li .prop_rstgyp_chkbox {
      width: calc(100% - 130px); } }
.prop_rstgyp_normalchkbox textarea {
  border-width: 2px;
  height: 120px;
  resize: none; }
  @media (min-width: 768px), print {
    .prop_rstgyp_normalchkbox textarea {
      width: calc(100% - 130px); } }
  @media (max-width: 767px) {
    .prop_rstgyp_normalchkbox textarea {
      width: 100%; } }

.contt_grpradio_normal,
.contt_onecheckbox {
  display: flex;
  flex-wrap: wrap; }
  .contt_grpradio_normal li,
  .contt_onecheckbox li {
    margin: 3px 10px 3px 0;
    position: relative; }
    @media (min-width: 768px), print {
      .contt_grpradio_normal li,
      .contt_onecheckbox li {
        max-width: 170px;
        min-width: 150px;
        width: calc((100% - 32px ) / 4); }
        .contt_grpradio_normal li:nth-child(4n),
        .contt_onecheckbox li:nth-child(4n) {
          margin: 3px 0; } }
    @media (max-width: 767px) {
      .contt_grpradio_normal li,
      .contt_onecheckbox li {
        width: calc((100% - 12px ) / 2); }
        .contt_grpradio_normal li:nth-child(even),
        .contt_onecheckbox li:nth-child(even) {
          margin: 3px 0; } }
    .contt_grpradio_normal li input,
    .contt_onecheckbox li input {
      cursor: pointer;
      display: block;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .contt_grpradio_normal li label,
    .contt_onecheckbox li label {
      background: #efeff0;
      border: 2px solid #b2b2b9;
      border-radius: 5px;
      display: block;
      line-height: 1.4;
      padding: 8px 2px 8px 34px;
      position: relative;
      width: 100%; }
      .contt_grpradio_normal li label::before,
      .contt_onecheckbox li label::before {
        background: #fff;
        border: 2px solid #b2b2b9;
        border-radius: 100px;
        content: "";
        height: 18px;
        left: 9px;
        padding: 0 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 18px; }

.contt_onecheckbox li label::before {
  border-radius: 3px; }

.contt_grpradio_normal li input:checked + label {
  background: #0057da;
  border: 2px solid #0057da;
  color: #fff; }

.contt_onecheckbox li input:checked + label {
  background: #0057da;
  border: 2px solid #0057da;
  color: #fff; }

.contt_grpradio_normal li input:checked + label:before {
  background: #0057da;
  border-color: #fff;
  border-width: 3px; }

.contt_onecheckbox li input:checked + label:before {
  background: #fff url(../../images/lp/ico-check.svg) center/14px auto no-repeat;
  border-color: #fff; }

.top_contact_subttl {
  background: url(../../images/lp/bg-whitestripe-3x3-10.png) #ecf8fe repeat;
  border-bottom: 1px solid #b2b2b9;
  font-weight: 500; }
  @media (min-width: 768px), print {
    .top_contact_subttl {
      border-left: 1px solid #b2b2b9;
      border-right: 1px solid #b2b2b9;
      font-size: 2.4rem;
      padding: 10px 20px; } }
  @media (max-width: 767px) {
    .top_contact_subttl {
      font-size: 1.6rem;
      padding: 13px 10px;
      text-align: center; } }

.contract_form_tbl_btm input[type=text], .contract_form_tbl_btm input[type=tel] {
  width: 100%; }
  @media (min-width: 768px), print {
    .contract_form_tbl_btm input[type=text], .contract_form_tbl_btm input[type=tel] {
      max-width: 300px; } }
@media (min-width: 768px), print {
  .contract_form_tbl_btm input[type=email] {
    max-width: calc(100% - 115px);
    width: 460px; } }
@media (max-width: 767px) {
  .contract_form_tbl_btm input[type=email] {
    width: 100%; } }

.contract_form_tbl_mdl input[type=text], .contract_form_tbl_mdl input[type=tel] {
  width: 100%; }
  @media (min-width: 768px), print {
    .contract_form_tbl_mdl input[type=text], .contract_form_tbl_mdl input[type=tel] {
      max-width: 300px; } }
.contract_form_tbl_mdl .wth2x {
  max-width: 510px !important; }

.top_contact_phone_grp li {
  border: none;
  padding: 5px 0;
  margin: 0; }

.contt_note {
  color: #e60012; }
  @media (min-width: 768px), print {
    .contt_note {
      font-size: 1.4rem; } }
  @media (max-width: 767px) {
    .contt_note {
      font-size: 1.2rem; } }

.contt_err {
  background: #fff2f0;
  border: 1px solid #e23510;
  border-radius: 3px;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px), print {
    .contt_err {
      margin-bottom: 20px;
      margin-top: 20px;
      padding: 25px 20px; } }
  @media (max-width: 767px) {
    .contt_err {
      margin: 15px 10px 10px;
      padding: 12px 15px; } }

.contt_grup_err {
  padding: 0 0 6px;
  color: #e60012;
  font-weight: 500; }
  @media (min-width: 768px), print {
    .contt_grup_err {
      font-size: 2rem; } }

@media (min-width: 768px), print {
  .contact_btn {
    margin: 40px 0 30px; } }
@media (max-width: 767px) {
  .contact_btn {
    margin: 25px 0; } }
.contact_btn .contact_btnin {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  width: 78%; }
  @media (min-width: 768px), print {
    .contact_btn .contact_btnin {
      height: 120px; } }
  @media (max-width: 767px) {
    .contact_btn .contact_btnin {
      height: 70px; } }
  .contact_btn .contact_btnin input {
    background: linear-gradient(to right, #ff7600 0%, #ff1412 100%);
    border: none;
    border-radius: 75px;
    color: #fff;
    font-weight: 500;
    height: 100%;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px), print {
      .contact_btn .contact_btnin input {
        font-size: 3.6rem; }
        .contact_btn .contact_btnin input:hover {
          background: #0057d9;
          cursor: pointer;
          border-radius: 75px; } }
    @media (max-width: 767px) {
      .contact_btn .contact_btnin input {
        font-size: 2rem; } }

.contact_btnincative {
  position: relative;
  pointer-events: none; }
  .contact_btnincative::before {
    background: #e50011;
    border-radius: 35px;
    color: #fff;
    content: "未入力の項目があります";
    font-weight: 500;
    left: 0;
    margin: 0 auto;
    padding: 2px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -16px;
    width: 62%; }
    @media (min-width: 768px), print {
      .contact_btnincative::before {
        font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .contact_btnincative::before {
        font-size: 1.2rem; } }
  .contact_btnincative::after {
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #e5000f transparent transparent transparent;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0; }
    @media (min-width: 768px), print {
      .contact_btnincative::after {
        top: 14px; } }
    @media (max-width: 767px) {
      .contact_btnincative::after {
        top: 2px; } }
  .contact_btnincative input {
    background: #dedede !important;
    cursor: not-allowed; }

.contract_form_tbl_top, .contract_form_tbl_mdl {
  border-bottom: none; }

@media (max-width: 767px) {
  .contt_err_txt {
    font-size: 1.2rem; } }

@media (max-width: 767px) {
  .connt_overflow .contt_select_lbl {
    margin-bottom: 10px;
    margin-right: 0; } }

.formErrorArrow {
  display: none !important; }

@media (max-width: 767px) {
  .contt_formtbl td .formError {
    left: auto !important;
    right: 0 !important;
    text-align: right; } }

.complete_txt {
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .complete_txt {
      margin-bottom: 30px; } }

@media (min-width: 768px), print {
  .complete_btn {
    display: flex;
    justify-content: center; } }
.complete_btn li {
  margin: 0 10px;
  width: 80%;
  max-width: 300px; }
  @media (max-width: 767px) {
    .complete_btn li {
      margin: 10px auto; } }
  .complete_btn li a {
    height: 50px; }
</pre></body></html>