@charset "UTF-8";
/*------------------------------ normalize.scss ------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#wrapper {
  overflow: hidden;
}

header {
  width: 100%;
  position: relative;
}

main {
  width: 100%;
  position: relative;
}

footer {
  width: 100%;
  position: relative;
}

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
   ========================================================================== */
/* 全体設定　/////////////////////////////////////////////////////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: calc(62.5% + 0.005 * (100vw - 1920px));
  }
}
/* @media screen and (max-width: 400px){
@media screen and (max-width: 375px){ */
@media screen and (max-width: 360px) {
  html {
    font-size: 2.5vw;
  }
}
h1, p {
  margin: 0px;
  padding: 0px;
}

ul, li, dl, dt, dd {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

strong, small {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, button, *::before, *::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* div, table, ul, li, nav, section, address, a,
dl, dt, dd, p, img, h1, h2, h3, h4, h5, h6, strong, small, span, input ,select ,textarea {
	box-sizing:border-box;
}

ul, li,
dl, dt, dd, p, img, h1, h2, h3, h4, h5, h6, strong, small, span, input ,select ,textarea {
	margin:0px; padding:0px;
}

a, img, button, *::before, *::after{
    transition: all .2s;
} */
a {
  text-decoration: none;
}

#wrapper {
  /*position:relative;*/
}

#toggle {
  display: none;
}

/* 共通設定　/////////////////////////////////////////////////////////////////////////////////////////// */
.fixed {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #D8D8D8;
}

/* ページ内コンテンツ共通 */
img {
  max-width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*--------------------------------
変数
---------------------------------*/
/* 色 */
/* 色（CSS用） */
:root {
  --c1: #00bfbf;
  --c2: #d9f5f5;
  --c3: #f1b821;
  --c4: #fef8e9;
  --c5: #333333;
  --c6: #333333;
  --c7: #333333;
  --cb: #333333;
  --cbk: #000000;
  --cr01: #ec1c24;
  --cr02: #ec1c24;
  --cw: #ffffff;
}

/* ブレイクポイント */
/*--------------------------------
ミクシン
---------------------------------*/
/* メディアクエリ */
/* 余白 */
/* フォントサイズ */
/* 疑似要素 */
/* border-radius */
/* 中央寄せ */
/*------------------------------ assets.scss ------------------------------ */
/*--------------------------------
クラス
---------------------------------*/
/* background-color */
.bgc1 {
  background-color: #00bfbf;
}

.bgc2 {
  background-color: #d9f5f5;
}

.bgc3 {
  background-color: #f1b821;
}

.bgc4 {
  background-color: #fef8e9;
}

.bgc5 {
  background-color: #333333;
}

.bgc6 {
  background-color: #333333;
}

.bgc7 {
  background-color: #333333;
}

.bgcb {
  background-color: #333333;
}

.bgcbk {
  background-color: #000000;
}

.bgcr01 {
  background-color: #ec1c24;
}

.bgcr02 {
  background-color: #ec1c24;
}

.bgcw {
  background-color: #ffffff;
}

/* color */
.c1, .c1 a {
  color: #00bfbf;
}

.c2, .c2 a {
  color: #d9f5f5;
}

.c3, .c3 a {
  color: #f1b821;
}

.c4, .c4 a {
  color: #fef8e9;
}

.c5, .c5 a {
  color: #333333;
}

.c6, .c6 a {
  color: #333333;
}

.c7, .c7 a {
  color: #333333;
}

.cb, .cb a {
  color: #333333;
}

.cbk, .cbk a {
  color: #000000;
}

.cr01, .cr01 a {
  color: #ec1c24;
}

.cr02, .cr02 a {
  color: #ec1c24;
}

.cw, .cw a {
  color: #ffffff;
}

/* font-size */
.fs10 {
  font-size: calc(10rem * .1);
}

.fs11 {
  font-size: calc(11rem * .1);
}

.fs12 {
  font-size: calc(12rem * .1);
}

.fs13 {
  font-size: calc(13rem * .1);
}

.fs14 {
  font-size: calc(14rem * .1);
}

.fs15 {
  font-size: calc(15rem * .1);
}

.fs16 {
  font-size: calc(16rem * .1);
}
@media screen and (max-width: 800px) {
  .fs16 {
    font-size: calc(16rem * .1 * (0.89 - 16 / 10 / 50));
  }
}

.fs17 {
  font-size: calc(17rem * .1);
}
@media screen and (max-width: 800px) {
  .fs17 {
    font-size: calc(17rem * .1 * (0.89 - 17 / 10 / 50));
  }
}

.fs18 {
  font-size: calc(18rem * .1);
}
@media screen and (max-width: 800px) {
  .fs18 {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs18 {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20));
  }
}

.fs19 {
  font-size: calc(19rem * .1);
}
@media screen and (max-width: 800px) {
  .fs19 {
    font-size: calc(19rem * .1 * (0.89 - 19 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs19 {
    font-size: calc(19rem * .1 * (0.89 - 19 / 10 / 20));
  }
}

.fs20 {
  font-size: calc(20rem * .1);
}
@media screen and (max-width: 800px) {
  .fs20 {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs20 {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}

.fs21 {
  font-size: calc(21rem * .1);
}
@media screen and (max-width: 800px) {
  .fs21 {
    font-size: calc(21rem * .1 * (0.89 - 21 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs21 {
    font-size: calc(21rem * .1 * (0.89 - 21 / 10 / 20));
  }
}

.fs22 {
  font-size: calc(22rem * .1);
}
@media screen and (max-width: 800px) {
  .fs22 {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs22 {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 20));
  }
}

.fs23 {
  font-size: calc(23rem * .1);
}
@media screen and (max-width: 800px) {
  .fs23 {
    font-size: calc(23rem * .1 * (0.89 - 23 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs23 {
    font-size: calc(23rem * .1 * (0.89 - 23 / 10 / 20));
  }
}

.fs24 {
  font-size: calc(24rem * .1);
}
@media screen and (max-width: 800px) {
  .fs24 {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs24 {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 20));
  }
}

.fs25 {
  font-size: calc(25rem * .1);
}
@media screen and (max-width: 800px) {
  .fs25 {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs25 {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 20));
  }
}

.fs26 {
  font-size: calc(26rem * .1);
}
@media screen and (max-width: 800px) {
  .fs26 {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs26 {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 20));
  }
}

.fs27 {
  font-size: calc(27rem * .1);
}
@media screen and (max-width: 800px) {
  .fs27 {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs27 {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 20));
  }
}

.fs28 {
  font-size: calc(28rem * .1);
}
@media screen and (max-width: 800px) {
  .fs28 {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs28 {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 20));
  }
}

.fs29 {
  font-size: calc(29rem * .1);
}
@media screen and (max-width: 800px) {
  .fs29 {
    font-size: calc(29rem * .1 * (0.89 - 29 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs29 {
    font-size: calc(29rem * .1 * (0.89 - 29 / 10 / 20));
  }
}

.fs30 {
  font-size: calc(30rem * .1);
}
@media screen and (max-width: 800px) {
  .fs30 {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs30 {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}

.fs31 {
  font-size: calc(31rem * .1);
}
@media screen and (max-width: 800px) {
  .fs31 {
    font-size: calc(31rem * .1 * (0.89 - 31 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs31 {
    font-size: calc(31rem * .1 * (0.89 - 31 / 10 / 20));
  }
}

.fs32 {
  font-size: calc(32rem * .1);
}
@media screen and (max-width: 800px) {
  .fs32 {
    font-size: calc(32rem * .1 * (0.89 - 32 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs32 {
    font-size: calc(32rem * .1 * (0.89 - 32 / 10 / 20));
  }
}

.fs33 {
  font-size: calc(33rem * .1);
}
@media screen and (max-width: 800px) {
  .fs33 {
    font-size: calc(33rem * .1 * (0.89 - 33 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs33 {
    font-size: calc(33rem * .1 * (0.89 - 33 / 10 / 20));
  }
}

.fs34 {
  font-size: calc(34rem * .1);
}
@media screen and (max-width: 800px) {
  .fs34 {
    font-size: calc(34rem * .1 * (0.89 - 34 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs34 {
    font-size: calc(34rem * .1 * (0.89 - 34 / 10 / 20));
  }
}

.fs35 {
  font-size: calc(35rem * .1);
}
@media screen and (max-width: 800px) {
  .fs35 {
    font-size: calc(35rem * .1 * (0.89 - 35 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs35 {
    font-size: calc(35rem * .1 * (0.89 - 35 / 10 / 20));
  }
}

.fs36 {
  font-size: calc(36rem * .1);
}
@media screen and (max-width: 800px) {
  .fs36 {
    font-size: calc(36rem * .1 * (0.89 - 36 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs36 {
    font-size: calc(36rem * .1 * (0.89 - 36 / 10 / 20));
  }
}

.fs37 {
  font-size: calc(37rem * .1);
}
@media screen and (max-width: 800px) {
  .fs37 {
    font-size: calc(37rem * .1 * (0.89 - 37 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs37 {
    font-size: calc(37rem * .1 * (0.89 - 37 / 10 / 20));
  }
}

.fs38 {
  font-size: calc(38rem * .1);
}
@media screen and (max-width: 800px) {
  .fs38 {
    font-size: calc(38rem * .1 * (0.89 - 38 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs38 {
    font-size: calc(38rem * .1 * (0.89 - 38 / 10 / 20));
  }
}

.fs39 {
  font-size: calc(39rem * .1);
}
@media screen and (max-width: 800px) {
  .fs39 {
    font-size: calc(39rem * .1 * (0.89 - 39 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs39 {
    font-size: calc(39rem * .1 * (0.89 - 39 / 10 / 20));
  }
}

.fs40 {
  font-size: calc(40rem * .1);
}
@media screen and (max-width: 800px) {
  .fs40 {
    font-size: calc(40rem * .1 * (0.89 - 40 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs40 {
    font-size: calc(40rem * .1 * (0.89 - 40 / 10 / 20));
  }
}

.fs41 {
  font-size: calc(41rem * .1);
}
@media screen and (max-width: 800px) {
  .fs41 {
    font-size: calc(41rem * .1 * (0.89 - 41 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs41 {
    font-size: calc(41rem * .1 * (0.89 - 41 / 10 / 20));
  }
}

.fs42 {
  font-size: calc(42rem * .1);
}
@media screen and (max-width: 800px) {
  .fs42 {
    font-size: calc(42rem * .1 * (0.89 - 42 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs42 {
    font-size: calc(42rem * .1 * (0.89 - 42 / 10 / 20));
  }
}

.fs43 {
  font-size: calc(43rem * .1);
}
@media screen and (max-width: 800px) {
  .fs43 {
    font-size: calc(43rem * .1 * (0.89 - 43 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs43 {
    font-size: calc(43rem * .1 * (0.89 - 43 / 10 / 20));
  }
}

.fs44 {
  font-size: calc(44rem * .1);
}
@media screen and (max-width: 800px) {
  .fs44 {
    font-size: calc(44rem * .1 * (0.89 - 44 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs44 {
    font-size: calc(44rem * .1 * (0.89 - 44 / 10 / 20));
  }
}

.fs45 {
  font-size: calc(45rem * .1);
}
@media screen and (max-width: 800px) {
  .fs45 {
    font-size: calc(45rem * .1 * (0.89 - 45 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs45 {
    font-size: calc(45rem * .1 * (0.89 - 45 / 10 / 20));
  }
}

.fs46 {
  font-size: calc(46rem * .1);
}
@media screen and (max-width: 800px) {
  .fs46 {
    font-size: calc(46rem * .1 * (0.89 - 46 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs46 {
    font-size: calc(46rem * .1 * (0.89 - 46 / 10 / 20));
  }
}

.fs47 {
  font-size: calc(47rem * .1);
}
@media screen and (max-width: 800px) {
  .fs47 {
    font-size: calc(47rem * .1 * (0.89 - 47 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs47 {
    font-size: calc(47rem * .1 * (0.89 - 47 / 10 / 20));
  }
}

.fs48 {
  font-size: calc(48rem * .1);
}
@media screen and (max-width: 800px) {
  .fs48 {
    font-size: calc(48rem * .1 * (0.89 - 48 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs48 {
    font-size: calc(48rem * .1 * (0.89 - 48 / 10 / 20));
  }
}

.fs49 {
  font-size: calc(49rem * .1);
}
@media screen and (max-width: 800px) {
  .fs49 {
    font-size: calc(49rem * .1 * (0.89 - 49 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs49 {
    font-size: calc(49rem * .1 * (0.89 - 49 / 10 / 20));
  }
}

.fs50 {
  font-size: calc(50rem * .1);
}
@media screen and (max-width: 800px) {
  .fs50 {
    font-size: calc(50rem * .1 * (0.89 - 50 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs50 {
    font-size: calc(50rem * .1 * (0.89 - 50 / 10 / 20));
  }
}

.fs51 {
  font-size: calc(51rem * .1);
}
@media screen and (max-width: 800px) {
  .fs51 {
    font-size: calc(51rem * .1 * (0.89 - 51 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs51 {
    font-size: calc(51rem * .1 * (0.89 - 51 / 10 / 20));
  }
}

.fs52 {
  font-size: calc(52rem * .1);
}
@media screen and (max-width: 800px) {
  .fs52 {
    font-size: calc(52rem * .1 * (0.89 - 52 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs52 {
    font-size: calc(52rem * .1 * (0.89 - 52 / 10 / 20));
  }
}

.fs53 {
  font-size: calc(53rem * .1);
}
@media screen and (max-width: 800px) {
  .fs53 {
    font-size: calc(53rem * .1 * (0.89 - 53 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs53 {
    font-size: calc(53rem * .1 * (0.89 - 53 / 10 / 20));
  }
}

.fs54 {
  font-size: calc(54rem * .1);
}
@media screen and (max-width: 800px) {
  .fs54 {
    font-size: calc(54rem * .1 * (0.89 - 54 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs54 {
    font-size: calc(54rem * .1 * (0.89 - 54 / 10 / 20));
  }
}

.fs55 {
  font-size: calc(55rem * .1);
}
@media screen and (max-width: 800px) {
  .fs55 {
    font-size: calc(55rem * .1 * (0.89 - 55 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs55 {
    font-size: calc(55rem * .1 * (0.89 - 55 / 10 / 20));
  }
}

.fs56 {
  font-size: calc(56rem * .1);
}
@media screen and (max-width: 800px) {
  .fs56 {
    font-size: calc(56rem * .1 * (0.89 - 56 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs56 {
    font-size: calc(56rem * .1 * (0.89 - 56 / 10 / 20));
  }
}

.fs57 {
  font-size: calc(57rem * .1);
}
@media screen and (max-width: 800px) {
  .fs57 {
    font-size: calc(57rem * .1 * (0.89 - 57 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs57 {
    font-size: calc(57rem * .1 * (0.89 - 57 / 10 / 20));
  }
}

.fs58 {
  font-size: calc(58rem * .1);
}
@media screen and (max-width: 800px) {
  .fs58 {
    font-size: calc(58rem * .1 * (0.89 - 58 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs58 {
    font-size: calc(58rem * .1 * (0.89 - 58 / 10 / 20));
  }
}

.fs59 {
  font-size: calc(59rem * .1);
}
@media screen and (max-width: 800px) {
  .fs59 {
    font-size: calc(59rem * .1 * (0.89 - 59 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs59 {
    font-size: calc(59rem * .1 * (0.89 - 59 / 10 / 20));
  }
}

.fs60 {
  font-size: calc(60rem * .1);
}
@media screen and (max-width: 800px) {
  .fs60 {
    font-size: calc(60rem * .1 * (0.89 - 60 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs60 {
    font-size: calc(60rem * .1 * (0.89 - 60 / 10 / 20));
  }
}

.fs61 {
  font-size: calc(61rem * .1);
}
@media screen and (max-width: 800px) {
  .fs61 {
    font-size: calc(61rem * .1 * (0.89 - 61 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs61 {
    font-size: calc(61rem * .1 * (0.89 - 61 / 10 / 20));
  }
}

.fs62 {
  font-size: calc(62rem * .1);
}
@media screen and (max-width: 800px) {
  .fs62 {
    font-size: calc(62rem * .1 * (0.89 - 62 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs62 {
    font-size: calc(62rem * .1 * (0.89 - 62 / 10 / 20));
  }
}

.fs63 {
  font-size: calc(63rem * .1);
}
@media screen and (max-width: 800px) {
  .fs63 {
    font-size: calc(63rem * .1 * (0.89 - 63 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs63 {
    font-size: calc(63rem * .1 * (0.89 - 63 / 10 / 20));
  }
}

.fs64 {
  font-size: calc(64rem * .1);
}
@media screen and (max-width: 800px) {
  .fs64 {
    font-size: calc(64rem * .1 * (0.89 - 64 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs64 {
    font-size: calc(64rem * .1 * (0.89 - 64 / 10 / 20));
  }
}

.fs65 {
  font-size: calc(65rem * .1);
}
@media screen and (max-width: 800px) {
  .fs65 {
    font-size: calc(65rem * .1 * (0.89 - 65 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs65 {
    font-size: calc(65rem * .1 * (0.89 - 65 / 10 / 20));
  }
}

.fs66 {
  font-size: calc(66rem * .1);
}
@media screen and (max-width: 800px) {
  .fs66 {
    font-size: calc(66rem * .1 * (0.89 - 66 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs66 {
    font-size: calc(66rem * .1 * (0.89 - 66 / 10 / 20));
  }
}

.fs67 {
  font-size: calc(67rem * .1);
}
@media screen and (max-width: 800px) {
  .fs67 {
    font-size: calc(67rem * .1 * (0.89 - 67 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs67 {
    font-size: calc(67rem * .1 * (0.89 - 67 / 10 / 20));
  }
}

.fs68 {
  font-size: calc(68rem * .1);
}
@media screen and (max-width: 800px) {
  .fs68 {
    font-size: calc(68rem * .1 * (0.89 - 68 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs68 {
    font-size: calc(68rem * .1 * (0.89 - 68 / 10 / 20));
  }
}

.fs69 {
  font-size: calc(69rem * .1);
}
@media screen and (max-width: 800px) {
  .fs69 {
    font-size: calc(69rem * .1 * (0.89 - 69 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs69 {
    font-size: calc(69rem * .1 * (0.89 - 69 / 10 / 20));
  }
}

.fs70 {
  font-size: calc(70rem * .1);
}
@media screen and (max-width: 800px) {
  .fs70 {
    font-size: calc(70rem * .1 * (0.89 - 70 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs70 {
    font-size: calc(70rem * .1 * (0.89 - 70 / 10 / 20));
  }
}

.fs71 {
  font-size: calc(71rem * .1);
}
@media screen and (max-width: 800px) {
  .fs71 {
    font-size: calc(71rem * .1 * (0.89 - 71 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs71 {
    font-size: calc(71rem * .1 * (0.89 - 71 / 10 / 20));
  }
}

.fs72 {
  font-size: calc(72rem * .1);
}
@media screen and (max-width: 800px) {
  .fs72 {
    font-size: calc(72rem * .1 * (0.89 - 72 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs72 {
    font-size: calc(72rem * .1 * (0.89 - 72 / 10 / 20));
  }
}

.fs73 {
  font-size: calc(73rem * .1);
}
@media screen and (max-width: 800px) {
  .fs73 {
    font-size: calc(73rem * .1 * (0.89 - 73 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs73 {
    font-size: calc(73rem * .1 * (0.89 - 73 / 10 / 20));
  }
}

.fs74 {
  font-size: calc(74rem * .1);
}
@media screen and (max-width: 800px) {
  .fs74 {
    font-size: calc(74rem * .1 * (0.89 - 74 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs74 {
    font-size: calc(74rem * .1 * (0.89 - 74 / 10 / 20));
  }
}

.fs75 {
  font-size: calc(75rem * .1);
}
@media screen and (max-width: 800px) {
  .fs75 {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs75 {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 20));
  }
}

.fs76 {
  font-size: calc(76rem * .1);
}
@media screen and (max-width: 800px) {
  .fs76 {
    font-size: calc(76rem * .1 * (0.89 - 76 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs76 {
    font-size: calc(76rem * .1 * (0.89 - 76 / 10 / 20));
  }
}

.fs77 {
  font-size: calc(77rem * .1);
}
@media screen and (max-width: 800px) {
  .fs77 {
    font-size: calc(77rem * .1 * (0.89 - 77 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs77 {
    font-size: calc(77rem * .1 * (0.89 - 77 / 10 / 20));
  }
}

.fs78 {
  font-size: calc(78rem * .1);
}
@media screen and (max-width: 800px) {
  .fs78 {
    font-size: calc(78rem * .1 * (0.89 - 78 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs78 {
    font-size: calc(78rem * .1 * (0.89 - 78 / 10 / 20));
  }
}

.fs79 {
  font-size: calc(79rem * .1);
}
@media screen and (max-width: 800px) {
  .fs79 {
    font-size: calc(79rem * .1 * (0.89 - 79 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs79 {
    font-size: calc(79rem * .1 * (0.89 - 79 / 10 / 20));
  }
}

.fs80 {
  font-size: calc(80rem * .1);
}
@media screen and (max-width: 800px) {
  .fs80 {
    font-size: calc(80rem * .1 * (0.89 - 80 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs80 {
    font-size: calc(80rem * .1 * (0.89 - 80 / 10 / 20));
  }
}

.fs81 {
  font-size: calc(81rem * .1);
}
@media screen and (max-width: 800px) {
  .fs81 {
    font-size: calc(81rem * .1 * (0.89 - 81 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs81 {
    font-size: calc(81rem * .1 * (0.89 - 81 / 10 / 20));
  }
}

.fs82 {
  font-size: calc(82rem * .1);
}
@media screen and (max-width: 800px) {
  .fs82 {
    font-size: calc(82rem * .1 * (0.89 - 82 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs82 {
    font-size: calc(82rem * .1 * (0.89 - 82 / 10 / 20));
  }
}

.fs83 {
  font-size: calc(83rem * .1);
}
@media screen and (max-width: 800px) {
  .fs83 {
    font-size: calc(83rem * .1 * (0.89 - 83 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs83 {
    font-size: calc(83rem * .1 * (0.89 - 83 / 10 / 20));
  }
}

.fs84 {
  font-size: calc(84rem * .1);
}
@media screen and (max-width: 800px) {
  .fs84 {
    font-size: calc(84rem * .1 * (0.89 - 84 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs84 {
    font-size: calc(84rem * .1 * (0.89 - 84 / 10 / 20));
  }
}

.fs85 {
  font-size: calc(85rem * .1);
}
@media screen and (max-width: 800px) {
  .fs85 {
    font-size: calc(85rem * .1 * (0.89 - 85 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs85 {
    font-size: calc(85rem * .1 * (0.89 - 85 / 10 / 20));
  }
}

.fs86 {
  font-size: calc(86rem * .1);
}
@media screen and (max-width: 800px) {
  .fs86 {
    font-size: calc(86rem * .1 * (0.89 - 86 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs86 {
    font-size: calc(86rem * .1 * (0.89 - 86 / 10 / 20));
  }
}

.fs87 {
  font-size: calc(87rem * .1);
}
@media screen and (max-width: 800px) {
  .fs87 {
    font-size: calc(87rem * .1 * (0.89 - 87 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs87 {
    font-size: calc(87rem * .1 * (0.89 - 87 / 10 / 20));
  }
}

.fs88 {
  font-size: calc(88rem * .1);
}
@media screen and (max-width: 800px) {
  .fs88 {
    font-size: calc(88rem * .1 * (0.89 - 88 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs88 {
    font-size: calc(88rem * .1 * (0.89 - 88 / 10 / 20));
  }
}

.fs89 {
  font-size: calc(89rem * .1);
}
@media screen and (max-width: 800px) {
  .fs89 {
    font-size: calc(89rem * .1 * (0.89 - 89 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs89 {
    font-size: calc(89rem * .1 * (0.89 - 89 / 10 / 20));
  }
}

.fs90 {
  font-size: calc(90rem * .1);
}
@media screen and (max-width: 800px) {
  .fs90 {
    font-size: calc(90rem * .1 * (0.89 - 90 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs90 {
    font-size: calc(90rem * .1 * (0.89 - 90 / 10 / 20));
  }
}

.fs91 {
  font-size: calc(91rem * .1);
}
@media screen and (max-width: 800px) {
  .fs91 {
    font-size: calc(91rem * .1 * (0.89 - 91 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs91 {
    font-size: calc(91rem * .1 * (0.89 - 91 / 10 / 20));
  }
}

.fs92 {
  font-size: calc(92rem * .1);
}
@media screen and (max-width: 800px) {
  .fs92 {
    font-size: calc(92rem * .1 * (0.89 - 92 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs92 {
    font-size: calc(92rem * .1 * (0.89 - 92 / 10 / 20));
  }
}

.fs93 {
  font-size: calc(93rem * .1);
}
@media screen and (max-width: 800px) {
  .fs93 {
    font-size: calc(93rem * .1 * (0.89 - 93 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs93 {
    font-size: calc(93rem * .1 * (0.89 - 93 / 10 / 20));
  }
}

.fs94 {
  font-size: calc(94rem * .1);
}
@media screen and (max-width: 800px) {
  .fs94 {
    font-size: calc(94rem * .1 * (0.89 - 94 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs94 {
    font-size: calc(94rem * .1 * (0.89 - 94 / 10 / 20));
  }
}

.fs95 {
  font-size: calc(95rem * .1);
}
@media screen and (max-width: 800px) {
  .fs95 {
    font-size: calc(95rem * .1 * (0.89 - 95 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs95 {
    font-size: calc(95rem * .1 * (0.89 - 95 / 10 / 20));
  }
}

.fs96 {
  font-size: calc(96rem * .1);
}
@media screen and (max-width: 800px) {
  .fs96 {
    font-size: calc(96rem * .1 * (0.89 - 96 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs96 {
    font-size: calc(96rem * .1 * (0.89 - 96 / 10 / 20));
  }
}

.fs97 {
  font-size: calc(97rem * .1);
}
@media screen and (max-width: 800px) {
  .fs97 {
    font-size: calc(97rem * .1 * (0.89 - 97 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs97 {
    font-size: calc(97rem * .1 * (0.89 - 97 / 10 / 20));
  }
}

.fs98 {
  font-size: calc(98rem * .1);
}
@media screen and (max-width: 800px) {
  .fs98 {
    font-size: calc(98rem * .1 * (0.89 - 98 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs98 {
    font-size: calc(98rem * .1 * (0.89 - 98 / 10 / 20));
  }
}

.fs99 {
  font-size: calc(99rem * .1);
}
@media screen and (max-width: 800px) {
  .fs99 {
    font-size: calc(99rem * .1 * (0.89 - 99 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs99 {
    font-size: calc(99rem * .1 * (0.89 - 99 / 10 / 20));
  }
}

.fs100 {
  font-size: calc(100rem * .1);
}
@media screen and (max-width: 800px) {
  .fs100 {
    font-size: calc(100rem * .1 * (0.89 - 100 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .fs100 {
    font-size: calc(100rem * .1 * (0.89 - 100 / 10 / 20));
  }
}

/* font-weight */
.fwel {
  font-weight: 200;
}

.fwl {
  font-weight: 300;
}

.fwr {
  font-weight: 400;
}

.fwm {
  font-weight: 500;
}

.fwsb {
  font-weight: 600;
}

.fwb {
  font-weight: 700;
}

.fweb {
  font-weight: 800;
}

.fwbk {
  font-weight: 900;
}

/* letter-spacing */
.ls0 {
  letter-spacing: calc(1em * 0 * 10 / 1000);
}

.ls10 {
  letter-spacing: calc(1em * 1 * 10 / 1000);
}

.ls20 {
  letter-spacing: calc(1em * 2 * 10 / 1000);
}

.ls30 {
  letter-spacing: calc(1em * 3 * 10 / 1000);
}

.ls40 {
  letter-spacing: calc(1em * 4 * 10 / 1000);
}

.ls50 {
  letter-spacing: calc(1em * 5 * 10 / 1000);
}

.ls60 {
  letter-spacing: calc(1em * 6 * 10 / 1000);
}

.ls70 {
  letter-spacing: calc(1em * 7 * 10 / 1000);
}

.ls80 {
  letter-spacing: calc(1em * 8 * 10 / 1000);
}

.ls90 {
  letter-spacing: calc(1em * 9 * 10 / 1000);
}

.ls100 {
  letter-spacing: calc(1em * 10 * 10 / 1000);
}

.ls110 {
  letter-spacing: calc(1em * 11 * 10 / 1000);
}

.ls120 {
  letter-spacing: calc(1em * 12 * 10 / 1000);
}

.ls130 {
  letter-spacing: calc(1em * 13 * 10 / 1000);
}

.ls140 {
  letter-spacing: calc(1em * 14 * 10 / 1000);
}

.ls150 {
  letter-spacing: calc(1em * 15 * 10 / 1000);
}

.ls160 {
  letter-spacing: calc(1em * 16 * 10 / 1000);
}

.ls170 {
  letter-spacing: calc(1em * 17 * 10 / 1000);
}

.ls180 {
  letter-spacing: calc(1em * 18 * 10 / 1000);
}

.ls190 {
  letter-spacing: calc(1em * 19 * 10 / 1000);
}

.ls200 {
  letter-spacing: calc(1em * 20 * 10 / 1000);
}

.ls210 {
  letter-spacing: calc(1em * 21 * 10 / 1000);
}

.ls220 {
  letter-spacing: calc(1em * 22 * 10 / 1000);
}

.ls230 {
  letter-spacing: calc(1em * 23 * 10 / 1000);
}

.ls240 {
  letter-spacing: calc(1em * 24 * 10 / 1000);
}

.ls250 {
  letter-spacing: calc(1em * 25 * 10 / 1000);
}

.ls260 {
  letter-spacing: calc(1em * 26 * 10 / 1000);
}

.ls270 {
  letter-spacing: calc(1em * 27 * 10 / 1000);
}

.ls280 {
  letter-spacing: calc(1em * 28 * 10 / 1000);
}

.ls290 {
  letter-spacing: calc(1em * 29 * 10 / 1000);
}

.ls300 {
  letter-spacing: calc(1em * 30 * 10 / 1000);
}

/* line-height */
.lh100 {
  line-height: calc(1 + 0 / 10);
}

.lh110 {
  line-height: calc(1 + 1 / 10);
}

.lh120 {
  line-height: calc(1 + 2 / 10);
}

.lh130 {
  line-height: calc(1 + 3 / 10);
}

.lh140 {
  line-height: calc(1 + 4 / 10);
}

.lh150 {
  line-height: calc(1 + 5 / 10);
}

.lh160 {
  line-height: calc(1 + 6 / 10);
}

.lh170 {
  line-height: calc(1 + 7 / 10);
}

.lh180 {
  line-height: calc(1 + 8 / 10);
}

.lh190 {
  line-height: calc(1 + 9 / 10);
}

.lh200 {
  line-height: calc(1 + 10 / 10);
}

.lh210 {
  line-height: calc(1 + 11 / 10);
}

.lh220 {
  line-height: calc(1 + 12 / 10);
}

.lh230 {
  line-height: calc(1 + 13 / 10);
}

.lh240 {
  line-height: calc(1 + 14 / 10);
}

.lh250 {
  line-height: calc(1 + 15 / 10);
}

.lh260 {
  line-height: calc(1 + 16 / 10);
}

.lh270 {
  line-height: calc(1 + 17 / 10);
}

.lh280 {
  line-height: calc(1 + 18 / 10);
}

.lh290 {
  line-height: calc(1 + 19 / 10);
}

.lh300 {
  line-height: calc(1 + 20 / 10);
}

.lh310 {
  line-height: calc(1 + 21 / 10);
}

.lh320 {
  line-height: calc(1 + 22 / 10);
}

.lh330 {
  line-height: calc(1 + 23 / 10);
}

.lh340 {
  line-height: calc(1 + 24 / 10);
}

.lh350 {
  line-height: calc(1 + 25 / 10);
}

.lh360 {
  line-height: calc(1 + 26 / 10);
}

.lh370 {
  line-height: calc(1 + 27 / 10);
}

.lh380 {
  line-height: calc(1 + 28 / 10);
}

.lh390 {
  line-height: calc(1 + 29 / 10);
}

.lh400 {
  line-height: calc(1 + 30 / 10);
}

/* text-align */
.tac {
  text-align: center;
}

.tac02 {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .tac02 {
    text-align: left;
  }
}

.tac03 {
  text-align: center;
}
@media screen and (max-width: 560px) {
  .tac03 {
    text-align: left;
  }
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/* vertical-align */
.vamid {
  vertical-align: middle;
}

.vatop {
  vertical-align: top;
}

.vabot {
  vertical-align: bottom;
}

.vabas {
  vertical-align: baseline;
}

/* text-decoration */
.tdu {
  text-decoration: underline;
}

/* white-soace */
.wsnw {
  white-space: nowrap;
}

/* text-indent */
.ti {
  padding-left: 1em;
  text-indent: -1em;
}

/* overflow */
.ofh {
  overflow: hidden;
}

/* max-width */
.box-600 {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .box-600 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.box-700 {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .box-700 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.box-800 {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .box-800 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.box-900 {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .box-900 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.box-1000 {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .box-1000 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.box-1100 {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .box-1100 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.box-1200 {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .box-1200 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.box-1300 {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .box-1300 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.box-1400 {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .box-1400 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

/* 余白 */
.ma {
  margin-left: auto;
  margin-right: auto;
}

.pt5 {
  padding-top: calc(5 * .1rem);
}

.pr5 {
  padding-right: calc(5 * .1rem);
}

.pb5 {
  padding-bottom: calc(5 * .1rem);
}

.pl5 {
  padding-left: calc(5 * .1rem);
}

.mt5 {
  margin-top: calc(5 * .1rem);
}

.mr5 {
  margin-right: calc(5 * .1rem);
}

.mb5 {
  margin-bottom: calc(5 * .1rem);
}

.ml5 {
  margin-left: calc(5 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt5 {
    padding-top: calc(4 * .1rem);
  }

  .pr5 {
    padding-right: calc(4 * .1rem);
  }

  .pb5 {
    padding-bottom: calc(4 * .1rem);
  }

  .pl5 {
    padding-left: calc(4 * .1rem);
  }

  .mt5 {
    margin-top: calc(4 * .1rem);
  }

  .mr5 {
    margin-right: calc(4 * .1rem);
  }

  .mb5 {
    margin-bottom: calc(4 * .1rem);
  }

  .ml5 {
    margin-left: calc(4 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt5 {
    padding-top: calc(3 * .1rem);
  }

  .pr5 {
    padding-right: calc(3 * .1rem);
  }

  .pb5 {
    padding-bottom: calc(3 * .1rem);
  }

  .pl5 {
    padding-left: calc(3 * .1rem);
  }

  .mt5 {
    margin-top: calc(3 * .1rem);
  }

  .mr5 {
    margin-right: calc(3 * .1rem);
  }

  .mb5 {
    margin-bottom: calc(3 * .1rem);
  }

  .ml5 {
    margin-left: calc(3 * .1rem);
  }
}
.pt10 {
  padding-top: calc(10 * .1rem);
}

.pr10 {
  padding-right: calc(10 * .1rem);
}

.pb10 {
  padding-bottom: calc(10 * .1rem);
}

.pl10 {
  padding-left: calc(10 * .1rem);
}

.mt10 {
  margin-top: calc(10 * .1rem);
}

.mr10 {
  margin-right: calc(10 * .1rem);
}

.mb10 {
  margin-bottom: calc(10 * .1rem);
}

.ml10 {
  margin-left: calc(10 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt10 {
    padding-top: calc(8 * .1rem);
  }

  .pr10 {
    padding-right: calc(8 * .1rem);
  }

  .pb10 {
    padding-bottom: calc(8 * .1rem);
  }

  .pl10 {
    padding-left: calc(8 * .1rem);
  }

  .mt10 {
    margin-top: calc(8 * .1rem);
  }

  .mr10 {
    margin-right: calc(8 * .1rem);
  }

  .mb10 {
    margin-bottom: calc(8 * .1rem);
  }

  .ml10 {
    margin-left: calc(8 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt10 {
    padding-top: calc(6 * .1rem);
  }

  .pr10 {
    padding-right: calc(6 * .1rem);
  }

  .pb10 {
    padding-bottom: calc(6 * .1rem);
  }

  .pl10 {
    padding-left: calc(6 * .1rem);
  }

  .mt10 {
    margin-top: calc(6 * .1rem);
  }

  .mr10 {
    margin-right: calc(6 * .1rem);
  }

  .mb10 {
    margin-bottom: calc(6 * .1rem);
  }

  .ml10 {
    margin-left: calc(6 * .1rem);
  }
}
.pt15 {
  padding-top: calc(15 * .1rem);
}

.pr15 {
  padding-right: calc(15 * .1rem);
}

.pb15 {
  padding-bottom: calc(15 * .1rem);
}

.pl15 {
  padding-left: calc(15 * .1rem);
}

.mt15 {
  margin-top: calc(15 * .1rem);
}

.mr15 {
  margin-right: calc(15 * .1rem);
}

.mb15 {
  margin-bottom: calc(15 * .1rem);
}

.ml15 {
  margin-left: calc(15 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt15 {
    padding-top: calc(12 * .1rem);
  }

  .pr15 {
    padding-right: calc(12 * .1rem);
  }

  .pb15 {
    padding-bottom: calc(12 * .1rem);
  }

  .pl15 {
    padding-left: calc(12 * .1rem);
  }

  .mt15 {
    margin-top: calc(12 * .1rem);
  }

  .mr15 {
    margin-right: calc(12 * .1rem);
  }

  .mb15 {
    margin-bottom: calc(12 * .1rem);
  }

  .ml15 {
    margin-left: calc(12 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt15 {
    padding-top: calc(9 * .1rem);
  }

  .pr15 {
    padding-right: calc(9 * .1rem);
  }

  .pb15 {
    padding-bottom: calc(9 * .1rem);
  }

  .pl15 {
    padding-left: calc(9 * .1rem);
  }

  .mt15 {
    margin-top: calc(9 * .1rem);
  }

  .mr15 {
    margin-right: calc(9 * .1rem);
  }

  .mb15 {
    margin-bottom: calc(9 * .1rem);
  }

  .ml15 {
    margin-left: calc(9 * .1rem);
  }
}
.pt20 {
  padding-top: calc(20 * .1rem);
}

.pr20 {
  padding-right: calc(20 * .1rem);
}

.pb20 {
  padding-bottom: calc(20 * .1rem);
}

.pl20 {
  padding-left: calc(20 * .1rem);
}

.mt20 {
  margin-top: calc(20 * .1rem);
}

.mr20 {
  margin-right: calc(20 * .1rem);
}

.mb20 {
  margin-bottom: calc(20 * .1rem);
}

.ml20 {
  margin-left: calc(20 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt20 {
    padding-top: calc(16 * .1rem);
  }

  .pr20 {
    padding-right: calc(16 * .1rem);
  }

  .pb20 {
    padding-bottom: calc(16 * .1rem);
  }

  .pl20 {
    padding-left: calc(16 * .1rem);
  }

  .mt20 {
    margin-top: calc(16 * .1rem);
  }

  .mr20 {
    margin-right: calc(16 * .1rem);
  }

  .mb20 {
    margin-bottom: calc(16 * .1rem);
  }

  .ml20 {
    margin-left: calc(16 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt20 {
    padding-top: calc(12 * .1rem);
  }

  .pr20 {
    padding-right: calc(12 * .1rem);
  }

  .pb20 {
    padding-bottom: calc(12 * .1rem);
  }

  .pl20 {
    padding-left: calc(12 * .1rem);
  }

  .mt20 {
    margin-top: calc(12 * .1rem);
  }

  .mr20 {
    margin-right: calc(12 * .1rem);
  }

  .mb20 {
    margin-bottom: calc(12 * .1rem);
  }

  .ml20 {
    margin-left: calc(12 * .1rem);
  }
}
.pt25 {
  padding-top: calc(25 * .1rem);
}

.pr25 {
  padding-right: calc(25 * .1rem);
}

.pb25 {
  padding-bottom: calc(25 * .1rem);
}

.pl25 {
  padding-left: calc(25 * .1rem);
}

.mt25 {
  margin-top: calc(25 * .1rem);
}

.mr25 {
  margin-right: calc(25 * .1rem);
}

.mb25 {
  margin-bottom: calc(25 * .1rem);
}

.ml25 {
  margin-left: calc(25 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt25 {
    padding-top: calc(20 * .1rem);
  }

  .pr25 {
    padding-right: calc(20 * .1rem);
  }

  .pb25 {
    padding-bottom: calc(20 * .1rem);
  }

  .pl25 {
    padding-left: calc(20 * .1rem);
  }

  .mt25 {
    margin-top: calc(20 * .1rem);
  }

  .mr25 {
    margin-right: calc(20 * .1rem);
  }

  .mb25 {
    margin-bottom: calc(20 * .1rem);
  }

  .ml25 {
    margin-left: calc(20 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt25 {
    padding-top: calc(15 * .1rem);
  }

  .pr25 {
    padding-right: calc(15 * .1rem);
  }

  .pb25 {
    padding-bottom: calc(15 * .1rem);
  }

  .pl25 {
    padding-left: calc(15 * .1rem);
  }

  .mt25 {
    margin-top: calc(15 * .1rem);
  }

  .mr25 {
    margin-right: calc(15 * .1rem);
  }

  .mb25 {
    margin-bottom: calc(15 * .1rem);
  }

  .ml25 {
    margin-left: calc(15 * .1rem);
  }
}
.pt30 {
  padding-top: calc(30 * .1rem);
}

.pr30 {
  padding-right: calc(30 * .1rem);
}

.pb30 {
  padding-bottom: calc(30 * .1rem);
}

.pl30 {
  padding-left: calc(30 * .1rem);
}

.mt30 {
  margin-top: calc(30 * .1rem);
}

.mr30 {
  margin-right: calc(30 * .1rem);
}

.mb30 {
  margin-bottom: calc(30 * .1rem);
}

.ml30 {
  margin-left: calc(30 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt30 {
    padding-top: calc(24 * .1rem);
  }

  .pr30 {
    padding-right: calc(24 * .1rem);
  }

  .pb30 {
    padding-bottom: calc(24 * .1rem);
  }

  .pl30 {
    padding-left: calc(24 * .1rem);
  }

  .mt30 {
    margin-top: calc(24 * .1rem);
  }

  .mr30 {
    margin-right: calc(24 * .1rem);
  }

  .mb30 {
    margin-bottom: calc(24 * .1rem);
  }

  .ml30 {
    margin-left: calc(24 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt30 {
    padding-top: calc(18 * .1rem);
  }

  .pr30 {
    padding-right: calc(18 * .1rem);
  }

  .pb30 {
    padding-bottom: calc(18 * .1rem);
  }

  .pl30 {
    padding-left: calc(18 * .1rem);
  }

  .mt30 {
    margin-top: calc(18 * .1rem);
  }

  .mr30 {
    margin-right: calc(18 * .1rem);
  }

  .mb30 {
    margin-bottom: calc(18 * .1rem);
  }

  .ml30 {
    margin-left: calc(18 * .1rem);
  }
}
.pt35 {
  padding-top: calc(35 * .1rem);
}

.pr35 {
  padding-right: calc(35 * .1rem);
}

.pb35 {
  padding-bottom: calc(35 * .1rem);
}

.pl35 {
  padding-left: calc(35 * .1rem);
}

.mt35 {
  margin-top: calc(35 * .1rem);
}

.mr35 {
  margin-right: calc(35 * .1rem);
}

.mb35 {
  margin-bottom: calc(35 * .1rem);
}

.ml35 {
  margin-left: calc(35 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt35 {
    padding-top: calc(28 * .1rem);
  }

  .pr35 {
    padding-right: calc(28 * .1rem);
  }

  .pb35 {
    padding-bottom: calc(28 * .1rem);
  }

  .pl35 {
    padding-left: calc(28 * .1rem);
  }

  .mt35 {
    margin-top: calc(28 * .1rem);
  }

  .mr35 {
    margin-right: calc(28 * .1rem);
  }

  .mb35 {
    margin-bottom: calc(28 * .1rem);
  }

  .ml35 {
    margin-left: calc(28 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt35 {
    padding-top: calc(21 * .1rem);
  }

  .pr35 {
    padding-right: calc(21 * .1rem);
  }

  .pb35 {
    padding-bottom: calc(21 * .1rem);
  }

  .pl35 {
    padding-left: calc(21 * .1rem);
  }

  .mt35 {
    margin-top: calc(21 * .1rem);
  }

  .mr35 {
    margin-right: calc(21 * .1rem);
  }

  .mb35 {
    margin-bottom: calc(21 * .1rem);
  }

  .ml35 {
    margin-left: calc(21 * .1rem);
  }
}
.pt40 {
  padding-top: calc(40 * .1rem);
}

.pr40 {
  padding-right: calc(40 * .1rem);
}

.pb40 {
  padding-bottom: calc(40 * .1rem);
}

.pl40 {
  padding-left: calc(40 * .1rem);
}

.mt40 {
  margin-top: calc(40 * .1rem);
}

.mr40 {
  margin-right: calc(40 * .1rem);
}

.mb40 {
  margin-bottom: calc(40 * .1rem);
}

.ml40 {
  margin-left: calc(40 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt40 {
    padding-top: calc(32 * .1rem);
  }

  .pr40 {
    padding-right: calc(32 * .1rem);
  }

  .pb40 {
    padding-bottom: calc(32 * .1rem);
  }

  .pl40 {
    padding-left: calc(32 * .1rem);
  }

  .mt40 {
    margin-top: calc(32 * .1rem);
  }

  .mr40 {
    margin-right: calc(32 * .1rem);
  }

  .mb40 {
    margin-bottom: calc(32 * .1rem);
  }

  .ml40 {
    margin-left: calc(32 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt40 {
    padding-top: calc(24 * .1rem);
  }

  .pr40 {
    padding-right: calc(24 * .1rem);
  }

  .pb40 {
    padding-bottom: calc(24 * .1rem);
  }

  .pl40 {
    padding-left: calc(24 * .1rem);
  }

  .mt40 {
    margin-top: calc(24 * .1rem);
  }

  .mr40 {
    margin-right: calc(24 * .1rem);
  }

  .mb40 {
    margin-bottom: calc(24 * .1rem);
  }

  .ml40 {
    margin-left: calc(24 * .1rem);
  }
}
.pt45 {
  padding-top: calc(45 * .1rem);
}

.pr45 {
  padding-right: calc(45 * .1rem);
}

.pb45 {
  padding-bottom: calc(45 * .1rem);
}

.pl45 {
  padding-left: calc(45 * .1rem);
}

.mt45 {
  margin-top: calc(45 * .1rem);
}

.mr45 {
  margin-right: calc(45 * .1rem);
}

.mb45 {
  margin-bottom: calc(45 * .1rem);
}

.ml45 {
  margin-left: calc(45 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt45 {
    padding-top: calc(36 * .1rem);
  }

  .pr45 {
    padding-right: calc(36 * .1rem);
  }

  .pb45 {
    padding-bottom: calc(36 * .1rem);
  }

  .pl45 {
    padding-left: calc(36 * .1rem);
  }

  .mt45 {
    margin-top: calc(36 * .1rem);
  }

  .mr45 {
    margin-right: calc(36 * .1rem);
  }

  .mb45 {
    margin-bottom: calc(36 * .1rem);
  }

  .ml45 {
    margin-left: calc(36 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt45 {
    padding-top: calc(27 * .1rem);
  }

  .pr45 {
    padding-right: calc(27 * .1rem);
  }

  .pb45 {
    padding-bottom: calc(27 * .1rem);
  }

  .pl45 {
    padding-left: calc(27 * .1rem);
  }

  .mt45 {
    margin-top: calc(27 * .1rem);
  }

  .mr45 {
    margin-right: calc(27 * .1rem);
  }

  .mb45 {
    margin-bottom: calc(27 * .1rem);
  }

  .ml45 {
    margin-left: calc(27 * .1rem);
  }
}
.pt50 {
  padding-top: calc(50 * .1rem);
}

.pr50 {
  padding-right: calc(50 * .1rem);
}

.pb50 {
  padding-bottom: calc(50 * .1rem);
}

.pl50 {
  padding-left: calc(50 * .1rem);
}

.mt50 {
  margin-top: calc(50 * .1rem);
}

.mr50 {
  margin-right: calc(50 * .1rem);
}

.mb50 {
  margin-bottom: calc(50 * .1rem);
}

.ml50 {
  margin-left: calc(50 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt50 {
    padding-top: calc(40 * .1rem);
  }

  .pr50 {
    padding-right: calc(40 * .1rem);
  }

  .pb50 {
    padding-bottom: calc(40 * .1rem);
  }

  .pl50 {
    padding-left: calc(40 * .1rem);
  }

  .mt50 {
    margin-top: calc(40 * .1rem);
  }

  .mr50 {
    margin-right: calc(40 * .1rem);
  }

  .mb50 {
    margin-bottom: calc(40 * .1rem);
  }

  .ml50 {
    margin-left: calc(40 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt50 {
    padding-top: calc(30 * .1rem);
  }

  .pr50 {
    padding-right: calc(30 * .1rem);
  }

  .pb50 {
    padding-bottom: calc(30 * .1rem);
  }

  .pl50 {
    padding-left: calc(30 * .1rem);
  }

  .mt50 {
    margin-top: calc(30 * .1rem);
  }

  .mr50 {
    margin-right: calc(30 * .1rem);
  }

  .mb50 {
    margin-bottom: calc(30 * .1rem);
  }

  .ml50 {
    margin-left: calc(30 * .1rem);
  }
}
.pt55 {
  padding-top: calc(55 * .1rem);
}

.pr55 {
  padding-right: calc(55 * .1rem);
}

.pb55 {
  padding-bottom: calc(55 * .1rem);
}

.pl55 {
  padding-left: calc(55 * .1rem);
}

.mt55 {
  margin-top: calc(55 * .1rem);
}

.mr55 {
  margin-right: calc(55 * .1rem);
}

.mb55 {
  margin-bottom: calc(55 * .1rem);
}

.ml55 {
  margin-left: calc(55 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt55 {
    padding-top: calc(44 * .1rem);
  }

  .pr55 {
    padding-right: calc(44 * .1rem);
  }

  .pb55 {
    padding-bottom: calc(44 * .1rem);
  }

  .pl55 {
    padding-left: calc(44 * .1rem);
  }

  .mt55 {
    margin-top: calc(44 * .1rem);
  }

  .mr55 {
    margin-right: calc(44 * .1rem);
  }

  .mb55 {
    margin-bottom: calc(44 * .1rem);
  }

  .ml55 {
    margin-left: calc(44 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt55 {
    padding-top: calc(33 * .1rem);
  }

  .pr55 {
    padding-right: calc(33 * .1rem);
  }

  .pb55 {
    padding-bottom: calc(33 * .1rem);
  }

  .pl55 {
    padding-left: calc(33 * .1rem);
  }

  .mt55 {
    margin-top: calc(33 * .1rem);
  }

  .mr55 {
    margin-right: calc(33 * .1rem);
  }

  .mb55 {
    margin-bottom: calc(33 * .1rem);
  }

  .ml55 {
    margin-left: calc(33 * .1rem);
  }
}
.pt60 {
  padding-top: calc(60 * .1rem);
}

.pr60 {
  padding-right: calc(60 * .1rem);
}

.pb60 {
  padding-bottom: calc(60 * .1rem);
}

.pl60 {
  padding-left: calc(60 * .1rem);
}

.mt60 {
  margin-top: calc(60 * .1rem);
}

.mr60 {
  margin-right: calc(60 * .1rem);
}

.mb60 {
  margin-bottom: calc(60 * .1rem);
}

.ml60 {
  margin-left: calc(60 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt60 {
    padding-top: calc(48 * .1rem);
  }

  .pr60 {
    padding-right: calc(48 * .1rem);
  }

  .pb60 {
    padding-bottom: calc(48 * .1rem);
  }

  .pl60 {
    padding-left: calc(48 * .1rem);
  }

  .mt60 {
    margin-top: calc(48 * .1rem);
  }

  .mr60 {
    margin-right: calc(48 * .1rem);
  }

  .mb60 {
    margin-bottom: calc(48 * .1rem);
  }

  .ml60 {
    margin-left: calc(48 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt60 {
    padding-top: calc(36 * .1rem);
  }

  .pr60 {
    padding-right: calc(36 * .1rem);
  }

  .pb60 {
    padding-bottom: calc(36 * .1rem);
  }

  .pl60 {
    padding-left: calc(36 * .1rem);
  }

  .mt60 {
    margin-top: calc(36 * .1rem);
  }

  .mr60 {
    margin-right: calc(36 * .1rem);
  }

  .mb60 {
    margin-bottom: calc(36 * .1rem);
  }

  .ml60 {
    margin-left: calc(36 * .1rem);
  }
}
.pt65 {
  padding-top: calc(65 * .1rem);
}

.pr65 {
  padding-right: calc(65 * .1rem);
}

.pb65 {
  padding-bottom: calc(65 * .1rem);
}

.pl65 {
  padding-left: calc(65 * .1rem);
}

.mt65 {
  margin-top: calc(65 * .1rem);
}

.mr65 {
  margin-right: calc(65 * .1rem);
}

.mb65 {
  margin-bottom: calc(65 * .1rem);
}

.ml65 {
  margin-left: calc(65 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt65 {
    padding-top: calc(52 * .1rem);
  }

  .pr65 {
    padding-right: calc(52 * .1rem);
  }

  .pb65 {
    padding-bottom: calc(52 * .1rem);
  }

  .pl65 {
    padding-left: calc(52 * .1rem);
  }

  .mt65 {
    margin-top: calc(52 * .1rem);
  }

  .mr65 {
    margin-right: calc(52 * .1rem);
  }

  .mb65 {
    margin-bottom: calc(52 * .1rem);
  }

  .ml65 {
    margin-left: calc(52 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt65 {
    padding-top: calc(39 * .1rem);
  }

  .pr65 {
    padding-right: calc(39 * .1rem);
  }

  .pb65 {
    padding-bottom: calc(39 * .1rem);
  }

  .pl65 {
    padding-left: calc(39 * .1rem);
  }

  .mt65 {
    margin-top: calc(39 * .1rem);
  }

  .mr65 {
    margin-right: calc(39 * .1rem);
  }

  .mb65 {
    margin-bottom: calc(39 * .1rem);
  }

  .ml65 {
    margin-left: calc(39 * .1rem);
  }
}
.pt70 {
  padding-top: calc(70 * .1rem);
}

.pr70 {
  padding-right: calc(70 * .1rem);
}

.pb70 {
  padding-bottom: calc(70 * .1rem);
}

.pl70 {
  padding-left: calc(70 * .1rem);
}

.mt70 {
  margin-top: calc(70 * .1rem);
}

.mr70 {
  margin-right: calc(70 * .1rem);
}

.mb70 {
  margin-bottom: calc(70 * .1rem);
}

.ml70 {
  margin-left: calc(70 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt70 {
    padding-top: calc(56 * .1rem);
  }

  .pr70 {
    padding-right: calc(56 * .1rem);
  }

  .pb70 {
    padding-bottom: calc(56 * .1rem);
  }

  .pl70 {
    padding-left: calc(56 * .1rem);
  }

  .mt70 {
    margin-top: calc(56 * .1rem);
  }

  .mr70 {
    margin-right: calc(56 * .1rem);
  }

  .mb70 {
    margin-bottom: calc(56 * .1rem);
  }

  .ml70 {
    margin-left: calc(56 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt70 {
    padding-top: calc(42 * .1rem);
  }

  .pr70 {
    padding-right: calc(42 * .1rem);
  }

  .pb70 {
    padding-bottom: calc(42 * .1rem);
  }

  .pl70 {
    padding-left: calc(42 * .1rem);
  }

  .mt70 {
    margin-top: calc(42 * .1rem);
  }

  .mr70 {
    margin-right: calc(42 * .1rem);
  }

  .mb70 {
    margin-bottom: calc(42 * .1rem);
  }

  .ml70 {
    margin-left: calc(42 * .1rem);
  }
}
.pt75 {
  padding-top: calc(75 * .1rem);
}

.pr75 {
  padding-right: calc(75 * .1rem);
}

.pb75 {
  padding-bottom: calc(75 * .1rem);
}

.pl75 {
  padding-left: calc(75 * .1rem);
}

.mt75 {
  margin-top: calc(75 * .1rem);
}

.mr75 {
  margin-right: calc(75 * .1rem);
}

.mb75 {
  margin-bottom: calc(75 * .1rem);
}

.ml75 {
  margin-left: calc(75 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt75 {
    padding-top: calc(60 * .1rem);
  }

  .pr75 {
    padding-right: calc(60 * .1rem);
  }

  .pb75 {
    padding-bottom: calc(60 * .1rem);
  }

  .pl75 {
    padding-left: calc(60 * .1rem);
  }

  .mt75 {
    margin-top: calc(60 * .1rem);
  }

  .mr75 {
    margin-right: calc(60 * .1rem);
  }

  .mb75 {
    margin-bottom: calc(60 * .1rem);
  }

  .ml75 {
    margin-left: calc(60 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt75 {
    padding-top: calc(45 * .1rem);
  }

  .pr75 {
    padding-right: calc(45 * .1rem);
  }

  .pb75 {
    padding-bottom: calc(45 * .1rem);
  }

  .pl75 {
    padding-left: calc(45 * .1rem);
  }

  .mt75 {
    margin-top: calc(45 * .1rem);
  }

  .mr75 {
    margin-right: calc(45 * .1rem);
  }

  .mb75 {
    margin-bottom: calc(45 * .1rem);
  }

  .ml75 {
    margin-left: calc(45 * .1rem);
  }
}
.pt80 {
  padding-top: calc(80 * .1rem);
}

.pr80 {
  padding-right: calc(80 * .1rem);
}

.pb80 {
  padding-bottom: calc(80 * .1rem);
}

.pl80 {
  padding-left: calc(80 * .1rem);
}

.mt80 {
  margin-top: calc(80 * .1rem);
}

.mr80 {
  margin-right: calc(80 * .1rem);
}

.mb80 {
  margin-bottom: calc(80 * .1rem);
}

.ml80 {
  margin-left: calc(80 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt80 {
    padding-top: calc(64 * .1rem);
  }

  .pr80 {
    padding-right: calc(64 * .1rem);
  }

  .pb80 {
    padding-bottom: calc(64 * .1rem);
  }

  .pl80 {
    padding-left: calc(64 * .1rem);
  }

  .mt80 {
    margin-top: calc(64 * .1rem);
  }

  .mr80 {
    margin-right: calc(64 * .1rem);
  }

  .mb80 {
    margin-bottom: calc(64 * .1rem);
  }

  .ml80 {
    margin-left: calc(64 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt80 {
    padding-top: calc(48 * .1rem);
  }

  .pr80 {
    padding-right: calc(48 * .1rem);
  }

  .pb80 {
    padding-bottom: calc(48 * .1rem);
  }

  .pl80 {
    padding-left: calc(48 * .1rem);
  }

  .mt80 {
    margin-top: calc(48 * .1rem);
  }

  .mr80 {
    margin-right: calc(48 * .1rem);
  }

  .mb80 {
    margin-bottom: calc(48 * .1rem);
  }

  .ml80 {
    margin-left: calc(48 * .1rem);
  }
}
.pt85 {
  padding-top: calc(85 * .1rem);
}

.pr85 {
  padding-right: calc(85 * .1rem);
}

.pb85 {
  padding-bottom: calc(85 * .1rem);
}

.pl85 {
  padding-left: calc(85 * .1rem);
}

.mt85 {
  margin-top: calc(85 * .1rem);
}

.mr85 {
  margin-right: calc(85 * .1rem);
}

.mb85 {
  margin-bottom: calc(85 * .1rem);
}

.ml85 {
  margin-left: calc(85 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt85 {
    padding-top: calc(68 * .1rem);
  }

  .pr85 {
    padding-right: calc(68 * .1rem);
  }

  .pb85 {
    padding-bottom: calc(68 * .1rem);
  }

  .pl85 {
    padding-left: calc(68 * .1rem);
  }

  .mt85 {
    margin-top: calc(68 * .1rem);
  }

  .mr85 {
    margin-right: calc(68 * .1rem);
  }

  .mb85 {
    margin-bottom: calc(68 * .1rem);
  }

  .ml85 {
    margin-left: calc(68 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt85 {
    padding-top: calc(51 * .1rem);
  }

  .pr85 {
    padding-right: calc(51 * .1rem);
  }

  .pb85 {
    padding-bottom: calc(51 * .1rem);
  }

  .pl85 {
    padding-left: calc(51 * .1rem);
  }

  .mt85 {
    margin-top: calc(51 * .1rem);
  }

  .mr85 {
    margin-right: calc(51 * .1rem);
  }

  .mb85 {
    margin-bottom: calc(51 * .1rem);
  }

  .ml85 {
    margin-left: calc(51 * .1rem);
  }
}
.pt90 {
  padding-top: calc(90 * .1rem);
}

.pr90 {
  padding-right: calc(90 * .1rem);
}

.pb90 {
  padding-bottom: calc(90 * .1rem);
}

.pl90 {
  padding-left: calc(90 * .1rem);
}

.mt90 {
  margin-top: calc(90 * .1rem);
}

.mr90 {
  margin-right: calc(90 * .1rem);
}

.mb90 {
  margin-bottom: calc(90 * .1rem);
}

.ml90 {
  margin-left: calc(90 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt90 {
    padding-top: calc(72 * .1rem);
  }

  .pr90 {
    padding-right: calc(72 * .1rem);
  }

  .pb90 {
    padding-bottom: calc(72 * .1rem);
  }

  .pl90 {
    padding-left: calc(72 * .1rem);
  }

  .mt90 {
    margin-top: calc(72 * .1rem);
  }

  .mr90 {
    margin-right: calc(72 * .1rem);
  }

  .mb90 {
    margin-bottom: calc(72 * .1rem);
  }

  .ml90 {
    margin-left: calc(72 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt90 {
    padding-top: calc(54 * .1rem);
  }

  .pr90 {
    padding-right: calc(54 * .1rem);
  }

  .pb90 {
    padding-bottom: calc(54 * .1rem);
  }

  .pl90 {
    padding-left: calc(54 * .1rem);
  }

  .mt90 {
    margin-top: calc(54 * .1rem);
  }

  .mr90 {
    margin-right: calc(54 * .1rem);
  }

  .mb90 {
    margin-bottom: calc(54 * .1rem);
  }

  .ml90 {
    margin-left: calc(54 * .1rem);
  }
}
.pt95 {
  padding-top: calc(95 * .1rem);
}

.pr95 {
  padding-right: calc(95 * .1rem);
}

.pb95 {
  padding-bottom: calc(95 * .1rem);
}

.pl95 {
  padding-left: calc(95 * .1rem);
}

.mt95 {
  margin-top: calc(95 * .1rem);
}

.mr95 {
  margin-right: calc(95 * .1rem);
}

.mb95 {
  margin-bottom: calc(95 * .1rem);
}

.ml95 {
  margin-left: calc(95 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt95 {
    padding-top: calc(76 * .1rem);
  }

  .pr95 {
    padding-right: calc(76 * .1rem);
  }

  .pb95 {
    padding-bottom: calc(76 * .1rem);
  }

  .pl95 {
    padding-left: calc(76 * .1rem);
  }

  .mt95 {
    margin-top: calc(76 * .1rem);
  }

  .mr95 {
    margin-right: calc(76 * .1rem);
  }

  .mb95 {
    margin-bottom: calc(76 * .1rem);
  }

  .ml95 {
    margin-left: calc(76 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt95 {
    padding-top: calc(57 * .1rem);
  }

  .pr95 {
    padding-right: calc(57 * .1rem);
  }

  .pb95 {
    padding-bottom: calc(57 * .1rem);
  }

  .pl95 {
    padding-left: calc(57 * .1rem);
  }

  .mt95 {
    margin-top: calc(57 * .1rem);
  }

  .mr95 {
    margin-right: calc(57 * .1rem);
  }

  .mb95 {
    margin-bottom: calc(57 * .1rem);
  }

  .ml95 {
    margin-left: calc(57 * .1rem);
  }
}
.pt100 {
  padding-top: calc(100 * .1rem);
}

.pr100 {
  padding-right: calc(100 * .1rem);
}

.pb100 {
  padding-bottom: calc(100 * .1rem);
}

.pl100 {
  padding-left: calc(100 * .1rem);
}

.mt100 {
  margin-top: calc(100 * .1rem);
}

.mr100 {
  margin-right: calc(100 * .1rem);
}

.mb100 {
  margin-bottom: calc(100 * .1rem);
}

.ml100 {
  margin-left: calc(100 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt100 {
    padding-top: calc(80 * .1rem);
  }

  .pr100 {
    padding-right: calc(80 * .1rem);
  }

  .pb100 {
    padding-bottom: calc(80 * .1rem);
  }

  .pl100 {
    padding-left: calc(80 * .1rem);
  }

  .mt100 {
    margin-top: calc(80 * .1rem);
  }

  .mr100 {
    margin-right: calc(80 * .1rem);
  }

  .mb100 {
    margin-bottom: calc(80 * .1rem);
  }

  .ml100 {
    margin-left: calc(80 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt100 {
    padding-top: calc(60 * .1rem);
  }

  .pr100 {
    padding-right: calc(60 * .1rem);
  }

  .pb100 {
    padding-bottom: calc(60 * .1rem);
  }

  .pl100 {
    padding-left: calc(60 * .1rem);
  }

  .mt100 {
    margin-top: calc(60 * .1rem);
  }

  .mr100 {
    margin-right: calc(60 * .1rem);
  }

  .mb100 {
    margin-bottom: calc(60 * .1rem);
  }

  .ml100 {
    margin-left: calc(60 * .1rem);
  }
}
.pt105 {
  padding-top: calc(105 * .1rem);
}

.pr105 {
  padding-right: calc(105 * .1rem);
}

.pb105 {
  padding-bottom: calc(105 * .1rem);
}

.pl105 {
  padding-left: calc(105 * .1rem);
}

.mt105 {
  margin-top: calc(105 * .1rem);
}

.mr105 {
  margin-right: calc(105 * .1rem);
}

.mb105 {
  margin-bottom: calc(105 * .1rem);
}

.ml105 {
  margin-left: calc(105 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt105 {
    padding-top: calc(84 * .1rem);
  }

  .pr105 {
    padding-right: calc(84 * .1rem);
  }

  .pb105 {
    padding-bottom: calc(84 * .1rem);
  }

  .pl105 {
    padding-left: calc(84 * .1rem);
  }

  .mt105 {
    margin-top: calc(84 * .1rem);
  }

  .mr105 {
    margin-right: calc(84 * .1rem);
  }

  .mb105 {
    margin-bottom: calc(84 * .1rem);
  }

  .ml105 {
    margin-left: calc(84 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt105 {
    padding-top: calc(63 * .1rem);
  }

  .pr105 {
    padding-right: calc(63 * .1rem);
  }

  .pb105 {
    padding-bottom: calc(63 * .1rem);
  }

  .pl105 {
    padding-left: calc(63 * .1rem);
  }

  .mt105 {
    margin-top: calc(63 * .1rem);
  }

  .mr105 {
    margin-right: calc(63 * .1rem);
  }

  .mb105 {
    margin-bottom: calc(63 * .1rem);
  }

  .ml105 {
    margin-left: calc(63 * .1rem);
  }
}
.pt110 {
  padding-top: calc(110 * .1rem);
}

.pr110 {
  padding-right: calc(110 * .1rem);
}

.pb110 {
  padding-bottom: calc(110 * .1rem);
}

.pl110 {
  padding-left: calc(110 * .1rem);
}

.mt110 {
  margin-top: calc(110 * .1rem);
}

.mr110 {
  margin-right: calc(110 * .1rem);
}

.mb110 {
  margin-bottom: calc(110 * .1rem);
}

.ml110 {
  margin-left: calc(110 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt110 {
    padding-top: calc(88 * .1rem);
  }

  .pr110 {
    padding-right: calc(88 * .1rem);
  }

  .pb110 {
    padding-bottom: calc(88 * .1rem);
  }

  .pl110 {
    padding-left: calc(88 * .1rem);
  }

  .mt110 {
    margin-top: calc(88 * .1rem);
  }

  .mr110 {
    margin-right: calc(88 * .1rem);
  }

  .mb110 {
    margin-bottom: calc(88 * .1rem);
  }

  .ml110 {
    margin-left: calc(88 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt110 {
    padding-top: calc(66 * .1rem);
  }

  .pr110 {
    padding-right: calc(66 * .1rem);
  }

  .pb110 {
    padding-bottom: calc(66 * .1rem);
  }

  .pl110 {
    padding-left: calc(66 * .1rem);
  }

  .mt110 {
    margin-top: calc(66 * .1rem);
  }

  .mr110 {
    margin-right: calc(66 * .1rem);
  }

  .mb110 {
    margin-bottom: calc(66 * .1rem);
  }

  .ml110 {
    margin-left: calc(66 * .1rem);
  }
}
.pt115 {
  padding-top: calc(115 * .1rem);
}

.pr115 {
  padding-right: calc(115 * .1rem);
}

.pb115 {
  padding-bottom: calc(115 * .1rem);
}

.pl115 {
  padding-left: calc(115 * .1rem);
}

.mt115 {
  margin-top: calc(115 * .1rem);
}

.mr115 {
  margin-right: calc(115 * .1rem);
}

.mb115 {
  margin-bottom: calc(115 * .1rem);
}

.ml115 {
  margin-left: calc(115 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt115 {
    padding-top: calc(92 * .1rem);
  }

  .pr115 {
    padding-right: calc(92 * .1rem);
  }

  .pb115 {
    padding-bottom: calc(92 * .1rem);
  }

  .pl115 {
    padding-left: calc(92 * .1rem);
  }

  .mt115 {
    margin-top: calc(92 * .1rem);
  }

  .mr115 {
    margin-right: calc(92 * .1rem);
  }

  .mb115 {
    margin-bottom: calc(92 * .1rem);
  }

  .ml115 {
    margin-left: calc(92 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt115 {
    padding-top: calc(69 * .1rem);
  }

  .pr115 {
    padding-right: calc(69 * .1rem);
  }

  .pb115 {
    padding-bottom: calc(69 * .1rem);
  }

  .pl115 {
    padding-left: calc(69 * .1rem);
  }

  .mt115 {
    margin-top: calc(69 * .1rem);
  }

  .mr115 {
    margin-right: calc(69 * .1rem);
  }

  .mb115 {
    margin-bottom: calc(69 * .1rem);
  }

  .ml115 {
    margin-left: calc(69 * .1rem);
  }
}
.pt120 {
  padding-top: calc(120 * .1rem);
}

.pr120 {
  padding-right: calc(120 * .1rem);
}

.pb120 {
  padding-bottom: calc(120 * .1rem);
}

.pl120 {
  padding-left: calc(120 * .1rem);
}

.mt120 {
  margin-top: calc(120 * .1rem);
}

.mr120 {
  margin-right: calc(120 * .1rem);
}

.mb120 {
  margin-bottom: calc(120 * .1rem);
}

.ml120 {
  margin-left: calc(120 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt120 {
    padding-top: calc(96 * .1rem);
  }

  .pr120 {
    padding-right: calc(96 * .1rem);
  }

  .pb120 {
    padding-bottom: calc(96 * .1rem);
  }

  .pl120 {
    padding-left: calc(96 * .1rem);
  }

  .mt120 {
    margin-top: calc(96 * .1rem);
  }

  .mr120 {
    margin-right: calc(96 * .1rem);
  }

  .mb120 {
    margin-bottom: calc(96 * .1rem);
  }

  .ml120 {
    margin-left: calc(96 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt120 {
    padding-top: calc(72 * .1rem);
  }

  .pr120 {
    padding-right: calc(72 * .1rem);
  }

  .pb120 {
    padding-bottom: calc(72 * .1rem);
  }

  .pl120 {
    padding-left: calc(72 * .1rem);
  }

  .mt120 {
    margin-top: calc(72 * .1rem);
  }

  .mr120 {
    margin-right: calc(72 * .1rem);
  }

  .mb120 {
    margin-bottom: calc(72 * .1rem);
  }

  .ml120 {
    margin-left: calc(72 * .1rem);
  }
}
.pt125 {
  padding-top: calc(125 * .1rem);
}

.pr125 {
  padding-right: calc(125 * .1rem);
}

.pb125 {
  padding-bottom: calc(125 * .1rem);
}

.pl125 {
  padding-left: calc(125 * .1rem);
}

.mt125 {
  margin-top: calc(125 * .1rem);
}

.mr125 {
  margin-right: calc(125 * .1rem);
}

.mb125 {
  margin-bottom: calc(125 * .1rem);
}

.ml125 {
  margin-left: calc(125 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt125 {
    padding-top: calc(100 * .1rem);
  }

  .pr125 {
    padding-right: calc(100 * .1rem);
  }

  .pb125 {
    padding-bottom: calc(100 * .1rem);
  }

  .pl125 {
    padding-left: calc(100 * .1rem);
  }

  .mt125 {
    margin-top: calc(100 * .1rem);
  }

  .mr125 {
    margin-right: calc(100 * .1rem);
  }

  .mb125 {
    margin-bottom: calc(100 * .1rem);
  }

  .ml125 {
    margin-left: calc(100 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt125 {
    padding-top: calc(75 * .1rem);
  }

  .pr125 {
    padding-right: calc(75 * .1rem);
  }

  .pb125 {
    padding-bottom: calc(75 * .1rem);
  }

  .pl125 {
    padding-left: calc(75 * .1rem);
  }

  .mt125 {
    margin-top: calc(75 * .1rem);
  }

  .mr125 {
    margin-right: calc(75 * .1rem);
  }

  .mb125 {
    margin-bottom: calc(75 * .1rem);
  }

  .ml125 {
    margin-left: calc(75 * .1rem);
  }
}
.pt130 {
  padding-top: calc(130 * .1rem);
}

.pr130 {
  padding-right: calc(130 * .1rem);
}

.pb130 {
  padding-bottom: calc(130 * .1rem);
}

.pl130 {
  padding-left: calc(130 * .1rem);
}

.mt130 {
  margin-top: calc(130 * .1rem);
}

.mr130 {
  margin-right: calc(130 * .1rem);
}

.mb130 {
  margin-bottom: calc(130 * .1rem);
}

.ml130 {
  margin-left: calc(130 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt130 {
    padding-top: calc(104 * .1rem);
  }

  .pr130 {
    padding-right: calc(104 * .1rem);
  }

  .pb130 {
    padding-bottom: calc(104 * .1rem);
  }

  .pl130 {
    padding-left: calc(104 * .1rem);
  }

  .mt130 {
    margin-top: calc(104 * .1rem);
  }

  .mr130 {
    margin-right: calc(104 * .1rem);
  }

  .mb130 {
    margin-bottom: calc(104 * .1rem);
  }

  .ml130 {
    margin-left: calc(104 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt130 {
    padding-top: calc(78 * .1rem);
  }

  .pr130 {
    padding-right: calc(78 * .1rem);
  }

  .pb130 {
    padding-bottom: calc(78 * .1rem);
  }

  .pl130 {
    padding-left: calc(78 * .1rem);
  }

  .mt130 {
    margin-top: calc(78 * .1rem);
  }

  .mr130 {
    margin-right: calc(78 * .1rem);
  }

  .mb130 {
    margin-bottom: calc(78 * .1rem);
  }

  .ml130 {
    margin-left: calc(78 * .1rem);
  }
}
.pt135 {
  padding-top: calc(135 * .1rem);
}

.pr135 {
  padding-right: calc(135 * .1rem);
}

.pb135 {
  padding-bottom: calc(135 * .1rem);
}

.pl135 {
  padding-left: calc(135 * .1rem);
}

.mt135 {
  margin-top: calc(135 * .1rem);
}

.mr135 {
  margin-right: calc(135 * .1rem);
}

.mb135 {
  margin-bottom: calc(135 * .1rem);
}

.ml135 {
  margin-left: calc(135 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt135 {
    padding-top: calc(108 * .1rem);
  }

  .pr135 {
    padding-right: calc(108 * .1rem);
  }

  .pb135 {
    padding-bottom: calc(108 * .1rem);
  }

  .pl135 {
    padding-left: calc(108 * .1rem);
  }

  .mt135 {
    margin-top: calc(108 * .1rem);
  }

  .mr135 {
    margin-right: calc(108 * .1rem);
  }

  .mb135 {
    margin-bottom: calc(108 * .1rem);
  }

  .ml135 {
    margin-left: calc(108 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt135 {
    padding-top: calc(81 * .1rem);
  }

  .pr135 {
    padding-right: calc(81 * .1rem);
  }

  .pb135 {
    padding-bottom: calc(81 * .1rem);
  }

  .pl135 {
    padding-left: calc(81 * .1rem);
  }

  .mt135 {
    margin-top: calc(81 * .1rem);
  }

  .mr135 {
    margin-right: calc(81 * .1rem);
  }

  .mb135 {
    margin-bottom: calc(81 * .1rem);
  }

  .ml135 {
    margin-left: calc(81 * .1rem);
  }
}
.pt140 {
  padding-top: calc(140 * .1rem);
}

.pr140 {
  padding-right: calc(140 * .1rem);
}

.pb140 {
  padding-bottom: calc(140 * .1rem);
}

.pl140 {
  padding-left: calc(140 * .1rem);
}

.mt140 {
  margin-top: calc(140 * .1rem);
}

.mr140 {
  margin-right: calc(140 * .1rem);
}

.mb140 {
  margin-bottom: calc(140 * .1rem);
}

.ml140 {
  margin-left: calc(140 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt140 {
    padding-top: calc(112 * .1rem);
  }

  .pr140 {
    padding-right: calc(112 * .1rem);
  }

  .pb140 {
    padding-bottom: calc(112 * .1rem);
  }

  .pl140 {
    padding-left: calc(112 * .1rem);
  }

  .mt140 {
    margin-top: calc(112 * .1rem);
  }

  .mr140 {
    margin-right: calc(112 * .1rem);
  }

  .mb140 {
    margin-bottom: calc(112 * .1rem);
  }

  .ml140 {
    margin-left: calc(112 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt140 {
    padding-top: calc(84 * .1rem);
  }

  .pr140 {
    padding-right: calc(84 * .1rem);
  }

  .pb140 {
    padding-bottom: calc(84 * .1rem);
  }

  .pl140 {
    padding-left: calc(84 * .1rem);
  }

  .mt140 {
    margin-top: calc(84 * .1rem);
  }

  .mr140 {
    margin-right: calc(84 * .1rem);
  }

  .mb140 {
    margin-bottom: calc(84 * .1rem);
  }

  .ml140 {
    margin-left: calc(84 * .1rem);
  }
}
.pt145 {
  padding-top: calc(145 * .1rem);
}

.pr145 {
  padding-right: calc(145 * .1rem);
}

.pb145 {
  padding-bottom: calc(145 * .1rem);
}

.pl145 {
  padding-left: calc(145 * .1rem);
}

.mt145 {
  margin-top: calc(145 * .1rem);
}

.mr145 {
  margin-right: calc(145 * .1rem);
}

.mb145 {
  margin-bottom: calc(145 * .1rem);
}

.ml145 {
  margin-left: calc(145 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt145 {
    padding-top: calc(116 * .1rem);
  }

  .pr145 {
    padding-right: calc(116 * .1rem);
  }

  .pb145 {
    padding-bottom: calc(116 * .1rem);
  }

  .pl145 {
    padding-left: calc(116 * .1rem);
  }

  .mt145 {
    margin-top: calc(116 * .1rem);
  }

  .mr145 {
    margin-right: calc(116 * .1rem);
  }

  .mb145 {
    margin-bottom: calc(116 * .1rem);
  }

  .ml145 {
    margin-left: calc(116 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt145 {
    padding-top: calc(87 * .1rem);
  }

  .pr145 {
    padding-right: calc(87 * .1rem);
  }

  .pb145 {
    padding-bottom: calc(87 * .1rem);
  }

  .pl145 {
    padding-left: calc(87 * .1rem);
  }

  .mt145 {
    margin-top: calc(87 * .1rem);
  }

  .mr145 {
    margin-right: calc(87 * .1rem);
  }

  .mb145 {
    margin-bottom: calc(87 * .1rem);
  }

  .ml145 {
    margin-left: calc(87 * .1rem);
  }
}
.pt150 {
  padding-top: calc(150 * .1rem);
}

.pr150 {
  padding-right: calc(150 * .1rem);
}

.pb150 {
  padding-bottom: calc(150 * .1rem);
}

.pl150 {
  padding-left: calc(150 * .1rem);
}

.mt150 {
  margin-top: calc(150 * .1rem);
}

.mr150 {
  margin-right: calc(150 * .1rem);
}

.mb150 {
  margin-bottom: calc(150 * .1rem);
}

.ml150 {
  margin-left: calc(150 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt150 {
    padding-top: calc(120 * .1rem);
  }

  .pr150 {
    padding-right: calc(120 * .1rem);
  }

  .pb150 {
    padding-bottom: calc(120 * .1rem);
  }

  .pl150 {
    padding-left: calc(120 * .1rem);
  }

  .mt150 {
    margin-top: calc(120 * .1rem);
  }

  .mr150 {
    margin-right: calc(120 * .1rem);
  }

  .mb150 {
    margin-bottom: calc(120 * .1rem);
  }

  .ml150 {
    margin-left: calc(120 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt150 {
    padding-top: calc(90 * .1rem);
  }

  .pr150 {
    padding-right: calc(90 * .1rem);
  }

  .pb150 {
    padding-bottom: calc(90 * .1rem);
  }

  .pl150 {
    padding-left: calc(90 * .1rem);
  }

  .mt150 {
    margin-top: calc(90 * .1rem);
  }

  .mr150 {
    margin-right: calc(90 * .1rem);
  }

  .mb150 {
    margin-bottom: calc(90 * .1rem);
  }

  .ml150 {
    margin-left: calc(90 * .1rem);
  }
}
.pt155 {
  padding-top: calc(155 * .1rem);
}

.pr155 {
  padding-right: calc(155 * .1rem);
}

.pb155 {
  padding-bottom: calc(155 * .1rem);
}

.pl155 {
  padding-left: calc(155 * .1rem);
}

.mt155 {
  margin-top: calc(155 * .1rem);
}

.mr155 {
  margin-right: calc(155 * .1rem);
}

.mb155 {
  margin-bottom: calc(155 * .1rem);
}

.ml155 {
  margin-left: calc(155 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt155 {
    padding-top: calc(124 * .1rem);
  }

  .pr155 {
    padding-right: calc(124 * .1rem);
  }

  .pb155 {
    padding-bottom: calc(124 * .1rem);
  }

  .pl155 {
    padding-left: calc(124 * .1rem);
  }

  .mt155 {
    margin-top: calc(124 * .1rem);
  }

  .mr155 {
    margin-right: calc(124 * .1rem);
  }

  .mb155 {
    margin-bottom: calc(124 * .1rem);
  }

  .ml155 {
    margin-left: calc(124 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt155 {
    padding-top: calc(93 * .1rem);
  }

  .pr155 {
    padding-right: calc(93 * .1rem);
  }

  .pb155 {
    padding-bottom: calc(93 * .1rem);
  }

  .pl155 {
    padding-left: calc(93 * .1rem);
  }

  .mt155 {
    margin-top: calc(93 * .1rem);
  }

  .mr155 {
    margin-right: calc(93 * .1rem);
  }

  .mb155 {
    margin-bottom: calc(93 * .1rem);
  }

  .ml155 {
    margin-left: calc(93 * .1rem);
  }
}
.pt160 {
  padding-top: calc(160 * .1rem);
}

.pr160 {
  padding-right: calc(160 * .1rem);
}

.pb160 {
  padding-bottom: calc(160 * .1rem);
}

.pl160 {
  padding-left: calc(160 * .1rem);
}

.mt160 {
  margin-top: calc(160 * .1rem);
}

.mr160 {
  margin-right: calc(160 * .1rem);
}

.mb160 {
  margin-bottom: calc(160 * .1rem);
}

.ml160 {
  margin-left: calc(160 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt160 {
    padding-top: calc(128 * .1rem);
  }

  .pr160 {
    padding-right: calc(128 * .1rem);
  }

  .pb160 {
    padding-bottom: calc(128 * .1rem);
  }

  .pl160 {
    padding-left: calc(128 * .1rem);
  }

  .mt160 {
    margin-top: calc(128 * .1rem);
  }

  .mr160 {
    margin-right: calc(128 * .1rem);
  }

  .mb160 {
    margin-bottom: calc(128 * .1rem);
  }

  .ml160 {
    margin-left: calc(128 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt160 {
    padding-top: calc(96 * .1rem);
  }

  .pr160 {
    padding-right: calc(96 * .1rem);
  }

  .pb160 {
    padding-bottom: calc(96 * .1rem);
  }

  .pl160 {
    padding-left: calc(96 * .1rem);
  }

  .mt160 {
    margin-top: calc(96 * .1rem);
  }

  .mr160 {
    margin-right: calc(96 * .1rem);
  }

  .mb160 {
    margin-bottom: calc(96 * .1rem);
  }

  .ml160 {
    margin-left: calc(96 * .1rem);
  }
}
.pt165 {
  padding-top: calc(165 * .1rem);
}

.pr165 {
  padding-right: calc(165 * .1rem);
}

.pb165 {
  padding-bottom: calc(165 * .1rem);
}

.pl165 {
  padding-left: calc(165 * .1rem);
}

.mt165 {
  margin-top: calc(165 * .1rem);
}

.mr165 {
  margin-right: calc(165 * .1rem);
}

.mb165 {
  margin-bottom: calc(165 * .1rem);
}

.ml165 {
  margin-left: calc(165 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt165 {
    padding-top: calc(132 * .1rem);
  }

  .pr165 {
    padding-right: calc(132 * .1rem);
  }

  .pb165 {
    padding-bottom: calc(132 * .1rem);
  }

  .pl165 {
    padding-left: calc(132 * .1rem);
  }

  .mt165 {
    margin-top: calc(132 * .1rem);
  }

  .mr165 {
    margin-right: calc(132 * .1rem);
  }

  .mb165 {
    margin-bottom: calc(132 * .1rem);
  }

  .ml165 {
    margin-left: calc(132 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt165 {
    padding-top: calc(99 * .1rem);
  }

  .pr165 {
    padding-right: calc(99 * .1rem);
  }

  .pb165 {
    padding-bottom: calc(99 * .1rem);
  }

  .pl165 {
    padding-left: calc(99 * .1rem);
  }

  .mt165 {
    margin-top: calc(99 * .1rem);
  }

  .mr165 {
    margin-right: calc(99 * .1rem);
  }

  .mb165 {
    margin-bottom: calc(99 * .1rem);
  }

  .ml165 {
    margin-left: calc(99 * .1rem);
  }
}
.pt170 {
  padding-top: calc(170 * .1rem);
}

.pr170 {
  padding-right: calc(170 * .1rem);
}

.pb170 {
  padding-bottom: calc(170 * .1rem);
}

.pl170 {
  padding-left: calc(170 * .1rem);
}

.mt170 {
  margin-top: calc(170 * .1rem);
}

.mr170 {
  margin-right: calc(170 * .1rem);
}

.mb170 {
  margin-bottom: calc(170 * .1rem);
}

.ml170 {
  margin-left: calc(170 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt170 {
    padding-top: calc(136 * .1rem);
  }

  .pr170 {
    padding-right: calc(136 * .1rem);
  }

  .pb170 {
    padding-bottom: calc(136 * .1rem);
  }

  .pl170 {
    padding-left: calc(136 * .1rem);
  }

  .mt170 {
    margin-top: calc(136 * .1rem);
  }

  .mr170 {
    margin-right: calc(136 * .1rem);
  }

  .mb170 {
    margin-bottom: calc(136 * .1rem);
  }

  .ml170 {
    margin-left: calc(136 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt170 {
    padding-top: calc(102 * .1rem);
  }

  .pr170 {
    padding-right: calc(102 * .1rem);
  }

  .pb170 {
    padding-bottom: calc(102 * .1rem);
  }

  .pl170 {
    padding-left: calc(102 * .1rem);
  }

  .mt170 {
    margin-top: calc(102 * .1rem);
  }

  .mr170 {
    margin-right: calc(102 * .1rem);
  }

  .mb170 {
    margin-bottom: calc(102 * .1rem);
  }

  .ml170 {
    margin-left: calc(102 * .1rem);
  }
}
.pt175 {
  padding-top: calc(175 * .1rem);
}

.pr175 {
  padding-right: calc(175 * .1rem);
}

.pb175 {
  padding-bottom: calc(175 * .1rem);
}

.pl175 {
  padding-left: calc(175 * .1rem);
}

.mt175 {
  margin-top: calc(175 * .1rem);
}

.mr175 {
  margin-right: calc(175 * .1rem);
}

.mb175 {
  margin-bottom: calc(175 * .1rem);
}

.ml175 {
  margin-left: calc(175 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt175 {
    padding-top: calc(140 * .1rem);
  }

  .pr175 {
    padding-right: calc(140 * .1rem);
  }

  .pb175 {
    padding-bottom: calc(140 * .1rem);
  }

  .pl175 {
    padding-left: calc(140 * .1rem);
  }

  .mt175 {
    margin-top: calc(140 * .1rem);
  }

  .mr175 {
    margin-right: calc(140 * .1rem);
  }

  .mb175 {
    margin-bottom: calc(140 * .1rem);
  }

  .ml175 {
    margin-left: calc(140 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt175 {
    padding-top: calc(105 * .1rem);
  }

  .pr175 {
    padding-right: calc(105 * .1rem);
  }

  .pb175 {
    padding-bottom: calc(105 * .1rem);
  }

  .pl175 {
    padding-left: calc(105 * .1rem);
  }

  .mt175 {
    margin-top: calc(105 * .1rem);
  }

  .mr175 {
    margin-right: calc(105 * .1rem);
  }

  .mb175 {
    margin-bottom: calc(105 * .1rem);
  }

  .ml175 {
    margin-left: calc(105 * .1rem);
  }
}
.pt180 {
  padding-top: calc(180 * .1rem);
}

.pr180 {
  padding-right: calc(180 * .1rem);
}

.pb180 {
  padding-bottom: calc(180 * .1rem);
}

.pl180 {
  padding-left: calc(180 * .1rem);
}

.mt180 {
  margin-top: calc(180 * .1rem);
}

.mr180 {
  margin-right: calc(180 * .1rem);
}

.mb180 {
  margin-bottom: calc(180 * .1rem);
}

.ml180 {
  margin-left: calc(180 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt180 {
    padding-top: calc(144 * .1rem);
  }

  .pr180 {
    padding-right: calc(144 * .1rem);
  }

  .pb180 {
    padding-bottom: calc(144 * .1rem);
  }

  .pl180 {
    padding-left: calc(144 * .1rem);
  }

  .mt180 {
    margin-top: calc(144 * .1rem);
  }

  .mr180 {
    margin-right: calc(144 * .1rem);
  }

  .mb180 {
    margin-bottom: calc(144 * .1rem);
  }

  .ml180 {
    margin-left: calc(144 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt180 {
    padding-top: calc(108 * .1rem);
  }

  .pr180 {
    padding-right: calc(108 * .1rem);
  }

  .pb180 {
    padding-bottom: calc(108 * .1rem);
  }

  .pl180 {
    padding-left: calc(108 * .1rem);
  }

  .mt180 {
    margin-top: calc(108 * .1rem);
  }

  .mr180 {
    margin-right: calc(108 * .1rem);
  }

  .mb180 {
    margin-bottom: calc(108 * .1rem);
  }

  .ml180 {
    margin-left: calc(108 * .1rem);
  }
}
.pt185 {
  padding-top: calc(185 * .1rem);
}

.pr185 {
  padding-right: calc(185 * .1rem);
}

.pb185 {
  padding-bottom: calc(185 * .1rem);
}

.pl185 {
  padding-left: calc(185 * .1rem);
}

.mt185 {
  margin-top: calc(185 * .1rem);
}

.mr185 {
  margin-right: calc(185 * .1rem);
}

.mb185 {
  margin-bottom: calc(185 * .1rem);
}

.ml185 {
  margin-left: calc(185 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt185 {
    padding-top: calc(148 * .1rem);
  }

  .pr185 {
    padding-right: calc(148 * .1rem);
  }

  .pb185 {
    padding-bottom: calc(148 * .1rem);
  }

  .pl185 {
    padding-left: calc(148 * .1rem);
  }

  .mt185 {
    margin-top: calc(148 * .1rem);
  }

  .mr185 {
    margin-right: calc(148 * .1rem);
  }

  .mb185 {
    margin-bottom: calc(148 * .1rem);
  }

  .ml185 {
    margin-left: calc(148 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt185 {
    padding-top: calc(111 * .1rem);
  }

  .pr185 {
    padding-right: calc(111 * .1rem);
  }

  .pb185 {
    padding-bottom: calc(111 * .1rem);
  }

  .pl185 {
    padding-left: calc(111 * .1rem);
  }

  .mt185 {
    margin-top: calc(111 * .1rem);
  }

  .mr185 {
    margin-right: calc(111 * .1rem);
  }

  .mb185 {
    margin-bottom: calc(111 * .1rem);
  }

  .ml185 {
    margin-left: calc(111 * .1rem);
  }
}
.pt190 {
  padding-top: calc(190 * .1rem);
}

.pr190 {
  padding-right: calc(190 * .1rem);
}

.pb190 {
  padding-bottom: calc(190 * .1rem);
}

.pl190 {
  padding-left: calc(190 * .1rem);
}

.mt190 {
  margin-top: calc(190 * .1rem);
}

.mr190 {
  margin-right: calc(190 * .1rem);
}

.mb190 {
  margin-bottom: calc(190 * .1rem);
}

.ml190 {
  margin-left: calc(190 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt190 {
    padding-top: calc(152 * .1rem);
  }

  .pr190 {
    padding-right: calc(152 * .1rem);
  }

  .pb190 {
    padding-bottom: calc(152 * .1rem);
  }

  .pl190 {
    padding-left: calc(152 * .1rem);
  }

  .mt190 {
    margin-top: calc(152 * .1rem);
  }

  .mr190 {
    margin-right: calc(152 * .1rem);
  }

  .mb190 {
    margin-bottom: calc(152 * .1rem);
  }

  .ml190 {
    margin-left: calc(152 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt190 {
    padding-top: calc(114 * .1rem);
  }

  .pr190 {
    padding-right: calc(114 * .1rem);
  }

  .pb190 {
    padding-bottom: calc(114 * .1rem);
  }

  .pl190 {
    padding-left: calc(114 * .1rem);
  }

  .mt190 {
    margin-top: calc(114 * .1rem);
  }

  .mr190 {
    margin-right: calc(114 * .1rem);
  }

  .mb190 {
    margin-bottom: calc(114 * .1rem);
  }

  .ml190 {
    margin-left: calc(114 * .1rem);
  }
}
.pt195 {
  padding-top: calc(195 * .1rem);
}

.pr195 {
  padding-right: calc(195 * .1rem);
}

.pb195 {
  padding-bottom: calc(195 * .1rem);
}

.pl195 {
  padding-left: calc(195 * .1rem);
}

.mt195 {
  margin-top: calc(195 * .1rem);
}

.mr195 {
  margin-right: calc(195 * .1rem);
}

.mb195 {
  margin-bottom: calc(195 * .1rem);
}

.ml195 {
  margin-left: calc(195 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt195 {
    padding-top: calc(156 * .1rem);
  }

  .pr195 {
    padding-right: calc(156 * .1rem);
  }

  .pb195 {
    padding-bottom: calc(156 * .1rem);
  }

  .pl195 {
    padding-left: calc(156 * .1rem);
  }

  .mt195 {
    margin-top: calc(156 * .1rem);
  }

  .mr195 {
    margin-right: calc(156 * .1rem);
  }

  .mb195 {
    margin-bottom: calc(156 * .1rem);
  }

  .ml195 {
    margin-left: calc(156 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt195 {
    padding-top: calc(117 * .1rem);
  }

  .pr195 {
    padding-right: calc(117 * .1rem);
  }

  .pb195 {
    padding-bottom: calc(117 * .1rem);
  }

  .pl195 {
    padding-left: calc(117 * .1rem);
  }

  .mt195 {
    margin-top: calc(117 * .1rem);
  }

  .mr195 {
    margin-right: calc(117 * .1rem);
  }

  .mb195 {
    margin-bottom: calc(117 * .1rem);
  }

  .ml195 {
    margin-left: calc(117 * .1rem);
  }
}
.pt200 {
  padding-top: calc(200 * .1rem);
}

.pr200 {
  padding-right: calc(200 * .1rem);
}

.pb200 {
  padding-bottom: calc(200 * .1rem);
}

.pl200 {
  padding-left: calc(200 * .1rem);
}

.mt200 {
  margin-top: calc(200 * .1rem);
}

.mr200 {
  margin-right: calc(200 * .1rem);
}

.mb200 {
  margin-bottom: calc(200 * .1rem);
}

.ml200 {
  margin-left: calc(200 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt200 {
    padding-top: calc(160 * .1rem);
  }

  .pr200 {
    padding-right: calc(160 * .1rem);
  }

  .pb200 {
    padding-bottom: calc(160 * .1rem);
  }

  .pl200 {
    padding-left: calc(160 * .1rem);
  }

  .mt200 {
    margin-top: calc(160 * .1rem);
  }

  .mr200 {
    margin-right: calc(160 * .1rem);
  }

  .mb200 {
    margin-bottom: calc(160 * .1rem);
  }

  .ml200 {
    margin-left: calc(160 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt200 {
    padding-top: calc(120 * .1rem);
  }

  .pr200 {
    padding-right: calc(120 * .1rem);
  }

  .pb200 {
    padding-bottom: calc(120 * .1rem);
  }

  .pl200 {
    padding-left: calc(120 * .1rem);
  }

  .mt200 {
    margin-top: calc(120 * .1rem);
  }

  .mr200 {
    margin-right: calc(120 * .1rem);
  }

  .mb200 {
    margin-bottom: calc(120 * .1rem);
  }

  .ml200 {
    margin-left: calc(120 * .1rem);
  }
}
.pt205 {
  padding-top: calc(205 * .1rem);
}

.pr205 {
  padding-right: calc(205 * .1rem);
}

.pb205 {
  padding-bottom: calc(205 * .1rem);
}

.pl205 {
  padding-left: calc(205 * .1rem);
}

.mt205 {
  margin-top: calc(205 * .1rem);
}

.mr205 {
  margin-right: calc(205 * .1rem);
}

.mb205 {
  margin-bottom: calc(205 * .1rem);
}

.ml205 {
  margin-left: calc(205 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt205 {
    padding-top: calc(164 * .1rem);
  }

  .pr205 {
    padding-right: calc(164 * .1rem);
  }

  .pb205 {
    padding-bottom: calc(164 * .1rem);
  }

  .pl205 {
    padding-left: calc(164 * .1rem);
  }

  .mt205 {
    margin-top: calc(164 * .1rem);
  }

  .mr205 {
    margin-right: calc(164 * .1rem);
  }

  .mb205 {
    margin-bottom: calc(164 * .1rem);
  }

  .ml205 {
    margin-left: calc(164 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt205 {
    padding-top: calc(123 * .1rem);
  }

  .pr205 {
    padding-right: calc(123 * .1rem);
  }

  .pb205 {
    padding-bottom: calc(123 * .1rem);
  }

  .pl205 {
    padding-left: calc(123 * .1rem);
  }

  .mt205 {
    margin-top: calc(123 * .1rem);
  }

  .mr205 {
    margin-right: calc(123 * .1rem);
  }

  .mb205 {
    margin-bottom: calc(123 * .1rem);
  }

  .ml205 {
    margin-left: calc(123 * .1rem);
  }
}
.pt210 {
  padding-top: calc(210 * .1rem);
}

.pr210 {
  padding-right: calc(210 * .1rem);
}

.pb210 {
  padding-bottom: calc(210 * .1rem);
}

.pl210 {
  padding-left: calc(210 * .1rem);
}

.mt210 {
  margin-top: calc(210 * .1rem);
}

.mr210 {
  margin-right: calc(210 * .1rem);
}

.mb210 {
  margin-bottom: calc(210 * .1rem);
}

.ml210 {
  margin-left: calc(210 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt210 {
    padding-top: calc(168 * .1rem);
  }

  .pr210 {
    padding-right: calc(168 * .1rem);
  }

  .pb210 {
    padding-bottom: calc(168 * .1rem);
  }

  .pl210 {
    padding-left: calc(168 * .1rem);
  }

  .mt210 {
    margin-top: calc(168 * .1rem);
  }

  .mr210 {
    margin-right: calc(168 * .1rem);
  }

  .mb210 {
    margin-bottom: calc(168 * .1rem);
  }

  .ml210 {
    margin-left: calc(168 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt210 {
    padding-top: calc(126 * .1rem);
  }

  .pr210 {
    padding-right: calc(126 * .1rem);
  }

  .pb210 {
    padding-bottom: calc(126 * .1rem);
  }

  .pl210 {
    padding-left: calc(126 * .1rem);
  }

  .mt210 {
    margin-top: calc(126 * .1rem);
  }

  .mr210 {
    margin-right: calc(126 * .1rem);
  }

  .mb210 {
    margin-bottom: calc(126 * .1rem);
  }

  .ml210 {
    margin-left: calc(126 * .1rem);
  }
}
.pt215 {
  padding-top: calc(215 * .1rem);
}

.pr215 {
  padding-right: calc(215 * .1rem);
}

.pb215 {
  padding-bottom: calc(215 * .1rem);
}

.pl215 {
  padding-left: calc(215 * .1rem);
}

.mt215 {
  margin-top: calc(215 * .1rem);
}

.mr215 {
  margin-right: calc(215 * .1rem);
}

.mb215 {
  margin-bottom: calc(215 * .1rem);
}

.ml215 {
  margin-left: calc(215 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt215 {
    padding-top: calc(172 * .1rem);
  }

  .pr215 {
    padding-right: calc(172 * .1rem);
  }

  .pb215 {
    padding-bottom: calc(172 * .1rem);
  }

  .pl215 {
    padding-left: calc(172 * .1rem);
  }

  .mt215 {
    margin-top: calc(172 * .1rem);
  }

  .mr215 {
    margin-right: calc(172 * .1rem);
  }

  .mb215 {
    margin-bottom: calc(172 * .1rem);
  }

  .ml215 {
    margin-left: calc(172 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt215 {
    padding-top: calc(129 * .1rem);
  }

  .pr215 {
    padding-right: calc(129 * .1rem);
  }

  .pb215 {
    padding-bottom: calc(129 * .1rem);
  }

  .pl215 {
    padding-left: calc(129 * .1rem);
  }

  .mt215 {
    margin-top: calc(129 * .1rem);
  }

  .mr215 {
    margin-right: calc(129 * .1rem);
  }

  .mb215 {
    margin-bottom: calc(129 * .1rem);
  }

  .ml215 {
    margin-left: calc(129 * .1rem);
  }
}
.pt220 {
  padding-top: calc(220 * .1rem);
}

.pr220 {
  padding-right: calc(220 * .1rem);
}

.pb220 {
  padding-bottom: calc(220 * .1rem);
}

.pl220 {
  padding-left: calc(220 * .1rem);
}

.mt220 {
  margin-top: calc(220 * .1rem);
}

.mr220 {
  margin-right: calc(220 * .1rem);
}

.mb220 {
  margin-bottom: calc(220 * .1rem);
}

.ml220 {
  margin-left: calc(220 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt220 {
    padding-top: calc(176 * .1rem);
  }

  .pr220 {
    padding-right: calc(176 * .1rem);
  }

  .pb220 {
    padding-bottom: calc(176 * .1rem);
  }

  .pl220 {
    padding-left: calc(176 * .1rem);
  }

  .mt220 {
    margin-top: calc(176 * .1rem);
  }

  .mr220 {
    margin-right: calc(176 * .1rem);
  }

  .mb220 {
    margin-bottom: calc(176 * .1rem);
  }

  .ml220 {
    margin-left: calc(176 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt220 {
    padding-top: calc(132 * .1rem);
  }

  .pr220 {
    padding-right: calc(132 * .1rem);
  }

  .pb220 {
    padding-bottom: calc(132 * .1rem);
  }

  .pl220 {
    padding-left: calc(132 * .1rem);
  }

  .mt220 {
    margin-top: calc(132 * .1rem);
  }

  .mr220 {
    margin-right: calc(132 * .1rem);
  }

  .mb220 {
    margin-bottom: calc(132 * .1rem);
  }

  .ml220 {
    margin-left: calc(132 * .1rem);
  }
}
.pt225 {
  padding-top: calc(225 * .1rem);
}

.pr225 {
  padding-right: calc(225 * .1rem);
}

.pb225 {
  padding-bottom: calc(225 * .1rem);
}

.pl225 {
  padding-left: calc(225 * .1rem);
}

.mt225 {
  margin-top: calc(225 * .1rem);
}

.mr225 {
  margin-right: calc(225 * .1rem);
}

.mb225 {
  margin-bottom: calc(225 * .1rem);
}

.ml225 {
  margin-left: calc(225 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt225 {
    padding-top: calc(180 * .1rem);
  }

  .pr225 {
    padding-right: calc(180 * .1rem);
  }

  .pb225 {
    padding-bottom: calc(180 * .1rem);
  }

  .pl225 {
    padding-left: calc(180 * .1rem);
  }

  .mt225 {
    margin-top: calc(180 * .1rem);
  }

  .mr225 {
    margin-right: calc(180 * .1rem);
  }

  .mb225 {
    margin-bottom: calc(180 * .1rem);
  }

  .ml225 {
    margin-left: calc(180 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt225 {
    padding-top: calc(135 * .1rem);
  }

  .pr225 {
    padding-right: calc(135 * .1rem);
  }

  .pb225 {
    padding-bottom: calc(135 * .1rem);
  }

  .pl225 {
    padding-left: calc(135 * .1rem);
  }

  .mt225 {
    margin-top: calc(135 * .1rem);
  }

  .mr225 {
    margin-right: calc(135 * .1rem);
  }

  .mb225 {
    margin-bottom: calc(135 * .1rem);
  }

  .ml225 {
    margin-left: calc(135 * .1rem);
  }
}
.pt230 {
  padding-top: calc(230 * .1rem);
}

.pr230 {
  padding-right: calc(230 * .1rem);
}

.pb230 {
  padding-bottom: calc(230 * .1rem);
}

.pl230 {
  padding-left: calc(230 * .1rem);
}

.mt230 {
  margin-top: calc(230 * .1rem);
}

.mr230 {
  margin-right: calc(230 * .1rem);
}

.mb230 {
  margin-bottom: calc(230 * .1rem);
}

.ml230 {
  margin-left: calc(230 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt230 {
    padding-top: calc(184 * .1rem);
  }

  .pr230 {
    padding-right: calc(184 * .1rem);
  }

  .pb230 {
    padding-bottom: calc(184 * .1rem);
  }

  .pl230 {
    padding-left: calc(184 * .1rem);
  }

  .mt230 {
    margin-top: calc(184 * .1rem);
  }

  .mr230 {
    margin-right: calc(184 * .1rem);
  }

  .mb230 {
    margin-bottom: calc(184 * .1rem);
  }

  .ml230 {
    margin-left: calc(184 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt230 {
    padding-top: calc(138 * .1rem);
  }

  .pr230 {
    padding-right: calc(138 * .1rem);
  }

  .pb230 {
    padding-bottom: calc(138 * .1rem);
  }

  .pl230 {
    padding-left: calc(138 * .1rem);
  }

  .mt230 {
    margin-top: calc(138 * .1rem);
  }

  .mr230 {
    margin-right: calc(138 * .1rem);
  }

  .mb230 {
    margin-bottom: calc(138 * .1rem);
  }

  .ml230 {
    margin-left: calc(138 * .1rem);
  }
}
.pt235 {
  padding-top: calc(235 * .1rem);
}

.pr235 {
  padding-right: calc(235 * .1rem);
}

.pb235 {
  padding-bottom: calc(235 * .1rem);
}

.pl235 {
  padding-left: calc(235 * .1rem);
}

.mt235 {
  margin-top: calc(235 * .1rem);
}

.mr235 {
  margin-right: calc(235 * .1rem);
}

.mb235 {
  margin-bottom: calc(235 * .1rem);
}

.ml235 {
  margin-left: calc(235 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt235 {
    padding-top: calc(188 * .1rem);
  }

  .pr235 {
    padding-right: calc(188 * .1rem);
  }

  .pb235 {
    padding-bottom: calc(188 * .1rem);
  }

  .pl235 {
    padding-left: calc(188 * .1rem);
  }

  .mt235 {
    margin-top: calc(188 * .1rem);
  }

  .mr235 {
    margin-right: calc(188 * .1rem);
  }

  .mb235 {
    margin-bottom: calc(188 * .1rem);
  }

  .ml235 {
    margin-left: calc(188 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt235 {
    padding-top: calc(141 * .1rem);
  }

  .pr235 {
    padding-right: calc(141 * .1rem);
  }

  .pb235 {
    padding-bottom: calc(141 * .1rem);
  }

  .pl235 {
    padding-left: calc(141 * .1rem);
  }

  .mt235 {
    margin-top: calc(141 * .1rem);
  }

  .mr235 {
    margin-right: calc(141 * .1rem);
  }

  .mb235 {
    margin-bottom: calc(141 * .1rem);
  }

  .ml235 {
    margin-left: calc(141 * .1rem);
  }
}
.pt240 {
  padding-top: calc(240 * .1rem);
}

.pr240 {
  padding-right: calc(240 * .1rem);
}

.pb240 {
  padding-bottom: calc(240 * .1rem);
}

.pl240 {
  padding-left: calc(240 * .1rem);
}

.mt240 {
  margin-top: calc(240 * .1rem);
}

.mr240 {
  margin-right: calc(240 * .1rem);
}

.mb240 {
  margin-bottom: calc(240 * .1rem);
}

.ml240 {
  margin-left: calc(240 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt240 {
    padding-top: calc(192 * .1rem);
  }

  .pr240 {
    padding-right: calc(192 * .1rem);
  }

  .pb240 {
    padding-bottom: calc(192 * .1rem);
  }

  .pl240 {
    padding-left: calc(192 * .1rem);
  }

  .mt240 {
    margin-top: calc(192 * .1rem);
  }

  .mr240 {
    margin-right: calc(192 * .1rem);
  }

  .mb240 {
    margin-bottom: calc(192 * .1rem);
  }

  .ml240 {
    margin-left: calc(192 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt240 {
    padding-top: calc(144 * .1rem);
  }

  .pr240 {
    padding-right: calc(144 * .1rem);
  }

  .pb240 {
    padding-bottom: calc(144 * .1rem);
  }

  .pl240 {
    padding-left: calc(144 * .1rem);
  }

  .mt240 {
    margin-top: calc(144 * .1rem);
  }

  .mr240 {
    margin-right: calc(144 * .1rem);
  }

  .mb240 {
    margin-bottom: calc(144 * .1rem);
  }

  .ml240 {
    margin-left: calc(144 * .1rem);
  }
}
.pt245 {
  padding-top: calc(245 * .1rem);
}

.pr245 {
  padding-right: calc(245 * .1rem);
}

.pb245 {
  padding-bottom: calc(245 * .1rem);
}

.pl245 {
  padding-left: calc(245 * .1rem);
}

.mt245 {
  margin-top: calc(245 * .1rem);
}

.mr245 {
  margin-right: calc(245 * .1rem);
}

.mb245 {
  margin-bottom: calc(245 * .1rem);
}

.ml245 {
  margin-left: calc(245 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt245 {
    padding-top: calc(196 * .1rem);
  }

  .pr245 {
    padding-right: calc(196 * .1rem);
  }

  .pb245 {
    padding-bottom: calc(196 * .1rem);
  }

  .pl245 {
    padding-left: calc(196 * .1rem);
  }

  .mt245 {
    margin-top: calc(196 * .1rem);
  }

  .mr245 {
    margin-right: calc(196 * .1rem);
  }

  .mb245 {
    margin-bottom: calc(196 * .1rem);
  }

  .ml245 {
    margin-left: calc(196 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt245 {
    padding-top: calc(147 * .1rem);
  }

  .pr245 {
    padding-right: calc(147 * .1rem);
  }

  .pb245 {
    padding-bottom: calc(147 * .1rem);
  }

  .pl245 {
    padding-left: calc(147 * .1rem);
  }

  .mt245 {
    margin-top: calc(147 * .1rem);
  }

  .mr245 {
    margin-right: calc(147 * .1rem);
  }

  .mb245 {
    margin-bottom: calc(147 * .1rem);
  }

  .ml245 {
    margin-left: calc(147 * .1rem);
  }
}
.pt250 {
  padding-top: calc(250 * .1rem);
}

.pr250 {
  padding-right: calc(250 * .1rem);
}

.pb250 {
  padding-bottom: calc(250 * .1rem);
}

.pl250 {
  padding-left: calc(250 * .1rem);
}

.mt250 {
  margin-top: calc(250 * .1rem);
}

.mr250 {
  margin-right: calc(250 * .1rem);
}

.mb250 {
  margin-bottom: calc(250 * .1rem);
}

.ml250 {
  margin-left: calc(250 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt250 {
    padding-top: calc(200 * .1rem);
  }

  .pr250 {
    padding-right: calc(200 * .1rem);
  }

  .pb250 {
    padding-bottom: calc(200 * .1rem);
  }

  .pl250 {
    padding-left: calc(200 * .1rem);
  }

  .mt250 {
    margin-top: calc(200 * .1rem);
  }

  .mr250 {
    margin-right: calc(200 * .1rem);
  }

  .mb250 {
    margin-bottom: calc(200 * .1rem);
  }

  .ml250 {
    margin-left: calc(200 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt250 {
    padding-top: calc(150 * .1rem);
  }

  .pr250 {
    padding-right: calc(150 * .1rem);
  }

  .pb250 {
    padding-bottom: calc(150 * .1rem);
  }

  .pl250 {
    padding-left: calc(150 * .1rem);
  }

  .mt250 {
    margin-top: calc(150 * .1rem);
  }

  .mr250 {
    margin-right: calc(150 * .1rem);
  }

  .mb250 {
    margin-bottom: calc(150 * .1rem);
  }

  .ml250 {
    margin-left: calc(150 * .1rem);
  }
}
.pt255 {
  padding-top: calc(255 * .1rem);
}

.pr255 {
  padding-right: calc(255 * .1rem);
}

.pb255 {
  padding-bottom: calc(255 * .1rem);
}

.pl255 {
  padding-left: calc(255 * .1rem);
}

.mt255 {
  margin-top: calc(255 * .1rem);
}

.mr255 {
  margin-right: calc(255 * .1rem);
}

.mb255 {
  margin-bottom: calc(255 * .1rem);
}

.ml255 {
  margin-left: calc(255 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt255 {
    padding-top: calc(204 * .1rem);
  }

  .pr255 {
    padding-right: calc(204 * .1rem);
  }

  .pb255 {
    padding-bottom: calc(204 * .1rem);
  }

  .pl255 {
    padding-left: calc(204 * .1rem);
  }

  .mt255 {
    margin-top: calc(204 * .1rem);
  }

  .mr255 {
    margin-right: calc(204 * .1rem);
  }

  .mb255 {
    margin-bottom: calc(204 * .1rem);
  }

  .ml255 {
    margin-left: calc(204 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt255 {
    padding-top: calc(153 * .1rem);
  }

  .pr255 {
    padding-right: calc(153 * .1rem);
  }

  .pb255 {
    padding-bottom: calc(153 * .1rem);
  }

  .pl255 {
    padding-left: calc(153 * .1rem);
  }

  .mt255 {
    margin-top: calc(153 * .1rem);
  }

  .mr255 {
    margin-right: calc(153 * .1rem);
  }

  .mb255 {
    margin-bottom: calc(153 * .1rem);
  }

  .ml255 {
    margin-left: calc(153 * .1rem);
  }
}
.pt260 {
  padding-top: calc(260 * .1rem);
}

.pr260 {
  padding-right: calc(260 * .1rem);
}

.pb260 {
  padding-bottom: calc(260 * .1rem);
}

.pl260 {
  padding-left: calc(260 * .1rem);
}

.mt260 {
  margin-top: calc(260 * .1rem);
}

.mr260 {
  margin-right: calc(260 * .1rem);
}

.mb260 {
  margin-bottom: calc(260 * .1rem);
}

.ml260 {
  margin-left: calc(260 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt260 {
    padding-top: calc(208 * .1rem);
  }

  .pr260 {
    padding-right: calc(208 * .1rem);
  }

  .pb260 {
    padding-bottom: calc(208 * .1rem);
  }

  .pl260 {
    padding-left: calc(208 * .1rem);
  }

  .mt260 {
    margin-top: calc(208 * .1rem);
  }

  .mr260 {
    margin-right: calc(208 * .1rem);
  }

  .mb260 {
    margin-bottom: calc(208 * .1rem);
  }

  .ml260 {
    margin-left: calc(208 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt260 {
    padding-top: calc(156 * .1rem);
  }

  .pr260 {
    padding-right: calc(156 * .1rem);
  }

  .pb260 {
    padding-bottom: calc(156 * .1rem);
  }

  .pl260 {
    padding-left: calc(156 * .1rem);
  }

  .mt260 {
    margin-top: calc(156 * .1rem);
  }

  .mr260 {
    margin-right: calc(156 * .1rem);
  }

  .mb260 {
    margin-bottom: calc(156 * .1rem);
  }

  .ml260 {
    margin-left: calc(156 * .1rem);
  }
}
.pt265 {
  padding-top: calc(265 * .1rem);
}

.pr265 {
  padding-right: calc(265 * .1rem);
}

.pb265 {
  padding-bottom: calc(265 * .1rem);
}

.pl265 {
  padding-left: calc(265 * .1rem);
}

.mt265 {
  margin-top: calc(265 * .1rem);
}

.mr265 {
  margin-right: calc(265 * .1rem);
}

.mb265 {
  margin-bottom: calc(265 * .1rem);
}

.ml265 {
  margin-left: calc(265 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt265 {
    padding-top: calc(212 * .1rem);
  }

  .pr265 {
    padding-right: calc(212 * .1rem);
  }

  .pb265 {
    padding-bottom: calc(212 * .1rem);
  }

  .pl265 {
    padding-left: calc(212 * .1rem);
  }

  .mt265 {
    margin-top: calc(212 * .1rem);
  }

  .mr265 {
    margin-right: calc(212 * .1rem);
  }

  .mb265 {
    margin-bottom: calc(212 * .1rem);
  }

  .ml265 {
    margin-left: calc(212 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt265 {
    padding-top: calc(159 * .1rem);
  }

  .pr265 {
    padding-right: calc(159 * .1rem);
  }

  .pb265 {
    padding-bottom: calc(159 * .1rem);
  }

  .pl265 {
    padding-left: calc(159 * .1rem);
  }

  .mt265 {
    margin-top: calc(159 * .1rem);
  }

  .mr265 {
    margin-right: calc(159 * .1rem);
  }

  .mb265 {
    margin-bottom: calc(159 * .1rem);
  }

  .ml265 {
    margin-left: calc(159 * .1rem);
  }
}
.pt270 {
  padding-top: calc(270 * .1rem);
}

.pr270 {
  padding-right: calc(270 * .1rem);
}

.pb270 {
  padding-bottom: calc(270 * .1rem);
}

.pl270 {
  padding-left: calc(270 * .1rem);
}

.mt270 {
  margin-top: calc(270 * .1rem);
}

.mr270 {
  margin-right: calc(270 * .1rem);
}

.mb270 {
  margin-bottom: calc(270 * .1rem);
}

.ml270 {
  margin-left: calc(270 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt270 {
    padding-top: calc(216 * .1rem);
  }

  .pr270 {
    padding-right: calc(216 * .1rem);
  }

  .pb270 {
    padding-bottom: calc(216 * .1rem);
  }

  .pl270 {
    padding-left: calc(216 * .1rem);
  }

  .mt270 {
    margin-top: calc(216 * .1rem);
  }

  .mr270 {
    margin-right: calc(216 * .1rem);
  }

  .mb270 {
    margin-bottom: calc(216 * .1rem);
  }

  .ml270 {
    margin-left: calc(216 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt270 {
    padding-top: calc(162 * .1rem);
  }

  .pr270 {
    padding-right: calc(162 * .1rem);
  }

  .pb270 {
    padding-bottom: calc(162 * .1rem);
  }

  .pl270 {
    padding-left: calc(162 * .1rem);
  }

  .mt270 {
    margin-top: calc(162 * .1rem);
  }

  .mr270 {
    margin-right: calc(162 * .1rem);
  }

  .mb270 {
    margin-bottom: calc(162 * .1rem);
  }

  .ml270 {
    margin-left: calc(162 * .1rem);
  }
}
.pt275 {
  padding-top: calc(275 * .1rem);
}

.pr275 {
  padding-right: calc(275 * .1rem);
}

.pb275 {
  padding-bottom: calc(275 * .1rem);
}

.pl275 {
  padding-left: calc(275 * .1rem);
}

.mt275 {
  margin-top: calc(275 * .1rem);
}

.mr275 {
  margin-right: calc(275 * .1rem);
}

.mb275 {
  margin-bottom: calc(275 * .1rem);
}

.ml275 {
  margin-left: calc(275 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt275 {
    padding-top: calc(220 * .1rem);
  }

  .pr275 {
    padding-right: calc(220 * .1rem);
  }

  .pb275 {
    padding-bottom: calc(220 * .1rem);
  }

  .pl275 {
    padding-left: calc(220 * .1rem);
  }

  .mt275 {
    margin-top: calc(220 * .1rem);
  }

  .mr275 {
    margin-right: calc(220 * .1rem);
  }

  .mb275 {
    margin-bottom: calc(220 * .1rem);
  }

  .ml275 {
    margin-left: calc(220 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt275 {
    padding-top: calc(165 * .1rem);
  }

  .pr275 {
    padding-right: calc(165 * .1rem);
  }

  .pb275 {
    padding-bottom: calc(165 * .1rem);
  }

  .pl275 {
    padding-left: calc(165 * .1rem);
  }

  .mt275 {
    margin-top: calc(165 * .1rem);
  }

  .mr275 {
    margin-right: calc(165 * .1rem);
  }

  .mb275 {
    margin-bottom: calc(165 * .1rem);
  }

  .ml275 {
    margin-left: calc(165 * .1rem);
  }
}
.pt280 {
  padding-top: calc(280 * .1rem);
}

.pr280 {
  padding-right: calc(280 * .1rem);
}

.pb280 {
  padding-bottom: calc(280 * .1rem);
}

.pl280 {
  padding-left: calc(280 * .1rem);
}

.mt280 {
  margin-top: calc(280 * .1rem);
}

.mr280 {
  margin-right: calc(280 * .1rem);
}

.mb280 {
  margin-bottom: calc(280 * .1rem);
}

.ml280 {
  margin-left: calc(280 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt280 {
    padding-top: calc(224 * .1rem);
  }

  .pr280 {
    padding-right: calc(224 * .1rem);
  }

  .pb280 {
    padding-bottom: calc(224 * .1rem);
  }

  .pl280 {
    padding-left: calc(224 * .1rem);
  }

  .mt280 {
    margin-top: calc(224 * .1rem);
  }

  .mr280 {
    margin-right: calc(224 * .1rem);
  }

  .mb280 {
    margin-bottom: calc(224 * .1rem);
  }

  .ml280 {
    margin-left: calc(224 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt280 {
    padding-top: calc(168 * .1rem);
  }

  .pr280 {
    padding-right: calc(168 * .1rem);
  }

  .pb280 {
    padding-bottom: calc(168 * .1rem);
  }

  .pl280 {
    padding-left: calc(168 * .1rem);
  }

  .mt280 {
    margin-top: calc(168 * .1rem);
  }

  .mr280 {
    margin-right: calc(168 * .1rem);
  }

  .mb280 {
    margin-bottom: calc(168 * .1rem);
  }

  .ml280 {
    margin-left: calc(168 * .1rem);
  }
}
.pt285 {
  padding-top: calc(285 * .1rem);
}

.pr285 {
  padding-right: calc(285 * .1rem);
}

.pb285 {
  padding-bottom: calc(285 * .1rem);
}

.pl285 {
  padding-left: calc(285 * .1rem);
}

.mt285 {
  margin-top: calc(285 * .1rem);
}

.mr285 {
  margin-right: calc(285 * .1rem);
}

.mb285 {
  margin-bottom: calc(285 * .1rem);
}

.ml285 {
  margin-left: calc(285 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt285 {
    padding-top: calc(228 * .1rem);
  }

  .pr285 {
    padding-right: calc(228 * .1rem);
  }

  .pb285 {
    padding-bottom: calc(228 * .1rem);
  }

  .pl285 {
    padding-left: calc(228 * .1rem);
  }

  .mt285 {
    margin-top: calc(228 * .1rem);
  }

  .mr285 {
    margin-right: calc(228 * .1rem);
  }

  .mb285 {
    margin-bottom: calc(228 * .1rem);
  }

  .ml285 {
    margin-left: calc(228 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt285 {
    padding-top: calc(171 * .1rem);
  }

  .pr285 {
    padding-right: calc(171 * .1rem);
  }

  .pb285 {
    padding-bottom: calc(171 * .1rem);
  }

  .pl285 {
    padding-left: calc(171 * .1rem);
  }

  .mt285 {
    margin-top: calc(171 * .1rem);
  }

  .mr285 {
    margin-right: calc(171 * .1rem);
  }

  .mb285 {
    margin-bottom: calc(171 * .1rem);
  }

  .ml285 {
    margin-left: calc(171 * .1rem);
  }
}
.pt290 {
  padding-top: calc(290 * .1rem);
}

.pr290 {
  padding-right: calc(290 * .1rem);
}

.pb290 {
  padding-bottom: calc(290 * .1rem);
}

.pl290 {
  padding-left: calc(290 * .1rem);
}

.mt290 {
  margin-top: calc(290 * .1rem);
}

.mr290 {
  margin-right: calc(290 * .1rem);
}

.mb290 {
  margin-bottom: calc(290 * .1rem);
}

.ml290 {
  margin-left: calc(290 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt290 {
    padding-top: calc(232 * .1rem);
  }

  .pr290 {
    padding-right: calc(232 * .1rem);
  }

  .pb290 {
    padding-bottom: calc(232 * .1rem);
  }

  .pl290 {
    padding-left: calc(232 * .1rem);
  }

  .mt290 {
    margin-top: calc(232 * .1rem);
  }

  .mr290 {
    margin-right: calc(232 * .1rem);
  }

  .mb290 {
    margin-bottom: calc(232 * .1rem);
  }

  .ml290 {
    margin-left: calc(232 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt290 {
    padding-top: calc(174 * .1rem);
  }

  .pr290 {
    padding-right: calc(174 * .1rem);
  }

  .pb290 {
    padding-bottom: calc(174 * .1rem);
  }

  .pl290 {
    padding-left: calc(174 * .1rem);
  }

  .mt290 {
    margin-top: calc(174 * .1rem);
  }

  .mr290 {
    margin-right: calc(174 * .1rem);
  }

  .mb290 {
    margin-bottom: calc(174 * .1rem);
  }

  .ml290 {
    margin-left: calc(174 * .1rem);
  }
}
.pt295 {
  padding-top: calc(295 * .1rem);
}

.pr295 {
  padding-right: calc(295 * .1rem);
}

.pb295 {
  padding-bottom: calc(295 * .1rem);
}

.pl295 {
  padding-left: calc(295 * .1rem);
}

.mt295 {
  margin-top: calc(295 * .1rem);
}

.mr295 {
  margin-right: calc(295 * .1rem);
}

.mb295 {
  margin-bottom: calc(295 * .1rem);
}

.ml295 {
  margin-left: calc(295 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt295 {
    padding-top: calc(236 * .1rem);
  }

  .pr295 {
    padding-right: calc(236 * .1rem);
  }

  .pb295 {
    padding-bottom: calc(236 * .1rem);
  }

  .pl295 {
    padding-left: calc(236 * .1rem);
  }

  .mt295 {
    margin-top: calc(236 * .1rem);
  }

  .mr295 {
    margin-right: calc(236 * .1rem);
  }

  .mb295 {
    margin-bottom: calc(236 * .1rem);
  }

  .ml295 {
    margin-left: calc(236 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt295 {
    padding-top: calc(177 * .1rem);
  }

  .pr295 {
    padding-right: calc(177 * .1rem);
  }

  .pb295 {
    padding-bottom: calc(177 * .1rem);
  }

  .pl295 {
    padding-left: calc(177 * .1rem);
  }

  .mt295 {
    margin-top: calc(177 * .1rem);
  }

  .mr295 {
    margin-right: calc(177 * .1rem);
  }

  .mb295 {
    margin-bottom: calc(177 * .1rem);
  }

  .ml295 {
    margin-left: calc(177 * .1rem);
  }
}
.pt300 {
  padding-top: calc(300 * .1rem);
}

.pr300 {
  padding-right: calc(300 * .1rem);
}

.pb300 {
  padding-bottom: calc(300 * .1rem);
}

.pl300 {
  padding-left: calc(300 * .1rem);
}

.mt300 {
  margin-top: calc(300 * .1rem);
}

.mr300 {
  margin-right: calc(300 * .1rem);
}

.mb300 {
  margin-bottom: calc(300 * .1rem);
}

.ml300 {
  margin-left: calc(300 * .1rem);
}

@media screen and (max-width: 800px) {
  .pt300 {
    padding-top: calc(240 * .1rem);
  }

  .pr300 {
    padding-right: calc(240 * .1rem);
  }

  .pb300 {
    padding-bottom: calc(240 * .1rem);
  }

  .pl300 {
    padding-left: calc(240 * .1rem);
  }

  .mt300 {
    margin-top: calc(240 * .1rem);
  }

  .mr300 {
    margin-right: calc(240 * .1rem);
  }

  .mb300 {
    margin-bottom: calc(240 * .1rem);
  }

  .ml300 {
    margin-left: calc(240 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .pt300 {
    padding-top: calc(180 * .1rem);
  }

  .pr300 {
    padding-right: calc(180 * .1rem);
  }

  .pb300 {
    padding-bottom: calc(180 * .1rem);
  }

  .pl300 {
    padding-left: calc(180 * .1rem);
  }

  .mt300 {
    margin-top: calc(180 * .1rem);
  }

  .mr300 {
    margin-right: calc(180 * .1rem);
  }

  .mb300 {
    margin-bottom: calc(180 * .1rem);
  }

  .ml300 {
    margin-left: calc(180 * .1rem);
  }
}
/* 画像サイズ調整 */
.fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit1to1,
.fit3to2,
.fit16to9,
.fityt {
  width: 100%;
  position: relative;
}

.fit1to1::before,
.fit3to2::before,
.fit16to9::before,
.fityt:before {
  content: "";
  display: block;
}

.fit1to1::before {
  padding-top: 100%;
}

.fit3to2::before {
  padding-top: 66.666667%;
}

.fit16to9::before, .fityt::before {
  padding-top: 56.25%;
}

.fit1to1 img,
.fit3to2 img,
.fit16to9 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fityt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* scrollanime */
.scrollanime,
.scrollanime2,
.scrollanime3 {
  opacity: 0;
  pointer-events: none;
}
.scrollanime *,
.scrollanime2 *,
.scrollanime3 * {
  pointer-events: auto;
}

.fadein {
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
  visibility: hidden;
  -webkit-filter: blur(0);
          filter: blur(0);
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    visibility: visible;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    visibility: visible;
  }
}
.toup {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.todown {
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
}

.toright {
  -webkit-transform: translate(-3rem);
          transform: translate(-3rem);
}

.toleft {
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem);
}

.expansion {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.shrink {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* display */
.pcNone, .pcNone_i, .pcNone_ib, .pcNone2, .pcNone2_i, .pcNone2_ib, .pcNone3, .pcNone3_i, .pcNone3_ib {
  display: none;
}

@media screen and (max-width: 1000px) {
  .spNone {
    display: none;
  }

  .pcNone {
    display: block;
  }

  .pcNone_i {
    display: inline;
  }

  .pcNone_ib {
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .spNone2 {
    display: none;
  }

  .pcNone2 {
    display: block;
  }

  .pcNone2_i {
    display: inline;
  }

  .pcNone2_ib {
    display: inline-block;
  }
}
@media screen and (max-width: 560px) {
  .spNone3 {
    display: none;
  }

  .pcNone3 {
    display: block;
  }

  .pcNone3_i {
    display: inline;
  }

  .pcNone3_ib {
    display: inline-block;
  }
}
.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

/* hover */
.hov {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hov:hover {
  opacity: 0.7;
}

/* border-radius */
.brad5 {
  border-radius: calc(5 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad5 {
    border-radius: calc(4 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad5 {
    border-radius: calc(3 * .1rem);
  }
}

.brad10 {
  border-radius: calc(10 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad10 {
    border-radius: calc(8 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad10 {
    border-radius: calc(6 * .1rem);
  }
}

.brad15 {
  border-radius: calc(15 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad15 {
    border-radius: calc(12 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad15 {
    border-radius: calc(9 * .1rem);
  }
}

.brad20 {
  border-radius: calc(20 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad20 {
    border-radius: calc(16 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad20 {
    border-radius: calc(12 * .1rem);
  }
}

.brad25 {
  border-radius: calc(25 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad25 {
    border-radius: calc(20 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad25 {
    border-radius: calc(15 * .1rem);
  }
}

.brad30 {
  border-radius: calc(30 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad30 {
    border-radius: calc(24 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad30 {
    border-radius: calc(18 * .1rem);
  }
}

.brad35 {
  border-radius: calc(35 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad35 {
    border-radius: calc(28 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad35 {
    border-radius: calc(21 * .1rem);
  }
}

.brad40 {
  border-radius: calc(40 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad40 {
    border-radius: calc(32 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad40 {
    border-radius: calc(24 * .1rem);
  }
}

.brad45 {
  border-radius: calc(45 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad45 {
    border-radius: calc(36 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad45 {
    border-radius: calc(27 * .1rem);
  }
}

.brad50 {
  border-radius: calc(50 * .1rem);
}
@media screen and (max-width: 800px) {
  .brad50 {
    border-radius: calc(40 * .1rem);
  }
}
@media screen and (max-width: 560px) {
  .brad50 {
    border-radius: calc(30 * .1rem);
  }
}

.bradh {
  border-radius: 50%;
}

/* othrs */
.por {
  position: relative;
}

.full {
  width: 100%;
  height: 100%;
}

/* 印刷 */
@media print {
  .scrollanime,
.scrollanime2,
.scrollanime3 {
    opacity: 1 !important;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }

  .gotop-btn {
    display: none !important;
  }
}
/* common /////////////////////////////////////////////////////////////////////////////////////////// */
/* フォント設定 */
body {
  font-size: calc(15rem * .1);
  font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: none;
}

a {
  color: inherit;
}

.ffnoto {
  font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, Meiryo, メイリオ, Osaka; */
}

.ffns {
  font-family: "Noto Serif JP", HiraMinProN-W3, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", YuMincho, 游明朝体, "MS Mincho", "ＭＳ 明朝", "MS PMincho", "ＭＳ Ｐ明朝", Symbol, "serif";
}

.ffos {
  font-family: "Open Sans", "Times New Roman", "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fforbi {
  font-family: "Orbitron", "Times New Roman", "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* header */
/* modalmenu */
.header_infobar {
  position: relative;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  padding-left: clamp(1.4rem, 1.4rem + 3.6 * (100vw - 36rem) / 104, 5rem);
}
@media screen and (max-width: 1000px) {
  .header_infobar {
    height: 6rem;
  }
}

.header_logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  width: 26%;
  min-width: 25rem;
  max-width: 36.8rem;
}
@media screen and (max-width: 1000px) {
  .header_logo {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .header_logo {
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .header_logo {
    margin-top: 0.24rem;
  }
}

.header_logo_link {
  display: block;
  width: 100%;
}

.header_logo_img {
  width: 100%;
}

.header_nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header_nav01 {
    display: none;
  }
}

.header_nav01_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 clamp(1rem, 1rem + 1.5 * (100vw - 100rem) / 40, 2.5rem);
  font-weight: 700;
  letter-spacing: 0;
}
.header_nav01_link:hover > span {
  -webkit-transform: translate3d(0, 0.2em, 0);
          transform: translate3d(0, 0.2em, 0);
}
.header_nav01_link > span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.header_nav02 {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24rem;
  margin-left: 2.2rem;
}
@media screen and (max-width: 1000px) {
  .header_nav02 {
    display: none;
  }
}

.header_nav02_link {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 5rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: center top 2.2rem;
}
.header_nav02_link:hover::before {
  height: 106%;
}
.header_nav02_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 1rem 1rem;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.header_nav02_link.contact {
  background-image: url(../img/header_ico_contact.svg);
  background-size: 27%;
}
.header_nav02_link.contact::before {
  background-color: #00bfbf;
}
.header_nav02_link.recruit {
  background-image: url(../img/header_ico_recruit.svg);
  background-size: 13%;
}
.header_nav02_link.recruit::before {
  background-color: #f1b821;
}
.header_nav02_link.entry {
  background-image: url(../img/header_ico_entry.svg);
  background-size: 18%;
  background-position: center top 1.9rem;
}
.header_nav02_link.entry::before {
  background-color: #e03c1f;
}

#header_modalmenu_check {
  display: none;
}

.header_modalmenu_btn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  background-color: #00bfbf;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90000;
}

.header_modalmenu_btn .box {
  display: inline-block;
  width: 3rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
}

.header_modalmenu_btn .box span {
  position: absolute;
  left: 0;
  top: calc((100% - 1px) / 2);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  /* background-color: $cb; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_modalmenu_btn .top {
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}

.header_modalmenu_btn .bottom {
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn .top {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn .center {
  opacity: 0;
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn .bottom {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#header_modalmenu_close_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

#header_modalmenu_area {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 80000;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area {
  opacity: 1;
  pointer-events: all;
}

.header_modalmenu_areainner {
  padding: 6.6rem 3rem 4.6rem;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area .header_modalmenu_areainner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header_modalmenu_nav01 {
  text-align: center;
}

.header_modalmenu_nav01_link {
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: calc(24rem * .1);
}
@media screen and (max-width: 800px) {
  .header_modalmenu_nav01_link {
    padding-top: 1.28rem;
  }
}
@media screen and (max-width: 560px) {
  .header_modalmenu_nav01_link {
    padding-top: 0.96rem;
  }
}
@media screen and (max-width: 800px) {
  .header_modalmenu_nav01_link {
    padding-bottom: 1.28rem;
  }
}
@media screen and (max-width: 560px) {
  .header_modalmenu_nav01_link {
    padding-bottom: 0.96rem;
  }
}
@media screen and (max-width: 800px) {
  .header_modalmenu_nav01_link {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .header_modalmenu_nav01_link {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 20));
  }
}

.header_modalmenu_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
}
@media screen and (max-width: 800px) {
  .header_modalmenu_nav02 {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .header_modalmenu_nav02 {
    margin-top: 2.1rem;
  }
}

.header_modalmenu_nav02_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 12rem;
  height: 9rem;
  padding-bottom: 1.4rem;
  border-radius: 1rem;
  margin: 0 0.5rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: center top 2.1rem;
  background-size: auto;
}
.header_modalmenu_nav02_link.contact {
  background-color: #00bfbf;
  background-image: url(../img/header_ico_contact.svg);
}
.header_modalmenu_nav02_link.recruit {
  background-color: #f1b821;
  background-image: url(../img/header_ico_recruit.svg);
}
.header_modalmenu_nav02_link.entry {
  background-color: #e03c1f;
  background-image: url(../img/header_ico_entry.svg);
  background-size: 18%;
  background-position: center top 1.9rem;
}

/* footer */
.footer {
  background-color: #00bfbf;
}

.page_home_body .footer {
  background-color: #ffffff;
}

.footer_nav {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .footer_nav {
    padding-top: 5.6rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav {
    padding-top: 4.2rem;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav {
    padding-bottom: 6.4rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav {
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav > div {
    width: 44%;
    max-width: 28rem;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav > div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav > div:nth-of-type(n+3) {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer_nav > div:nth-of-type(n+3) {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .footer_nav > div:nth-of-type(n+3) {
    margin-top: 4.2rem;
  }
}
.footer_nav > div > a {
  display: block;
  font-size: calc(20rem * .1);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}
.footer_nav > div > a:hover > span {
  -webkit-transform: translate3d(0.3em, 0, 0);
          transform: translate3d(0.3em, 0, 0);
}
.footer_nav > div > a + a:not([class]) {
  margin-top: 3.8rem;
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a + a:not([class]) {
    margin-top: 3.04rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a + a:not([class]) {
    margin-top: 2.28rem;
  }
}
.footer_nav > div > a.product {
  margin-top: 6rem;
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a.product {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a.product {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a.product {
    margin-top: auto;
  }
}
.footer_nav > div > a.small {
  padding-left: 2rem;
  margin-top: 1.5rem;
  font-size: calc(15rem * .1);
  line-height: 1.93;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a.small {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a.small {
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a.small {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a.small {
    margin-top: 0.9rem;
  }
}
.footer_nav > div > a.small + .small {
  margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a.small + .small {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a.small + .small {
    margin-top: 0.3rem;
  }
}
.footer_nav > div > a.recruit {
  margin-top: 3rem;
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a.recruit {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a.recruit {
    margin-top: 1.8rem;
  }
}
.footer_nav > div > a.medium {
  font-size: calc(15rem * .1);
  line-height: 1.93;
  letter-spacing: 0;
  font-weight: 400;
}
.footer_nav > div > a.medium + a {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a.medium + a {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a.medium + a {
    margin-top: 0.6rem;
  }
}
.footer_nav > div > a > span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.footer_nav > div > a > span.arr {
  padding-right: 2.6rem;
  background-image: url(../img/cmn_arr_right_white.svg);
  background-repeat: no-repeat;
  background-position: right top 55%;
  background-size: auto;
}
@media screen and (max-width: 800px) {
  .footer_nav > div > a > span.arr {
    padding-right: 2.08rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_nav > div > a > span.arr {
    padding-right: 1.56rem;
  }
}

.page_home_body .footer_nav {
  color: #333333;
}
.page_home_body .footer_nav > div > a > span.arr {
  background-image: url(../img/cmn_arr_right_green.svg);
}

.footer_bottom_conts {
  position: relative;
  z-index: 0;
  padding: 6rem 3.6rem 3rem 3.6rem;
}
@media screen and (max-width: 800px) {
  .footer_bottom_conts {
    padding: 4.8rem 2.88rem 2.4rem 2.88rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_bottom_conts {
    padding: 3.6rem 2.16rem 1.8rem 2.16rem;
  }
}
.footer_bottom_conts::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  z-index: -1;
  display: block;
  width: calc(50vw + 50% + 2px);
  height: 100%;
  border-radius: 5.3rem 0 0 0;
  background-color: #ffffff;
}
.footer_bottom_conts.js-animate_scroll::before {
  -webkit-animation: my_anime_01 0.75s forwards 0s;
          animation: my_anime_01 0.75s forwards 0s;
  visibility: hidden;
}

@-webkit-keyframes my_anime_01 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes my_anime_01 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.page_home_body .footer_bottom_conts::before {
  background-color: #00bfbf;
  opacity: 0.2;
}

.footer_bottom_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .footer_bottom_col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer_bottom_col2 {
    padding-top: 0.48rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .footer_bottom_col2 {
    padding-top: 0.36rem;
  }
}

.footer_bottom_logo {
  display: block;
  width: 46%;
  max-width: 36.8rem;
}
@media screen and (max-width: 800px) {
  .footer_bottom_logo {
    width: 90%;
  }
}
.footer_bottom_logo > img {
  width: 100%;
}

.footer_bottom_txtbox {
  font-size: calc(13rem * .1);
}
@media screen and (max-width: 800px) {
  .footer_bottom_txtbox {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .footer_bottom_txtbox {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .footer_bottom_txtbox {
    margin-top: 2.4rem;
  }
}

.footer_copyright {
  margin-top: 3rem;
  text-align: center;
  font-size: calc(15rem * .1);
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .footer_copyright {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_copyright {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .footer_copyright {
    font-size: calc(11rem * .1);
  }
}

.footer_gotop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
  z-index: 50000;
}

.footer_gotop_link {
  display: block;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #00bfbf;
  background-image: url(../img/footer_gotop_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.footer_gotop_link:hover {
  opacity: 1;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

@media screen and (max-width: 560px) {
  .footer_gotop {
    right: 1rem;
    bottom: 1rem;
  }

  .footer_gotop_link {
    width: 4.6rem;
    height: 4.6rem;
  }
}

/* 採用情報（スマホ版icon） */
.floating-icon {
  width: 5.0rem;
  height: auto;
  background-color: #f1b821;
  position: fixed;
  right: 0;
  top: 6rem;
  transform: translateY(0); /* 中央揃えのための変換を削除 */
  z-index: 1000; /* 他の要素より前面に表示するための設定 */
  border-radius: 10% 0 0 10%; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem; /* 内側の余白を追加 */
}
.icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating-icon img { /* 人型img */
  max-width: 100%;
  max-height: 100%;
}
.floating-icon p { /* アイコン内テキストのサイズ・色 */
  margin: 0;
  padding: 0;
  font-size: 0.9rem; 
  color: #ffffff; 
}

/* entry icon */
.floating-icon_entry {
  width: 8.0rem;
  height: auto;
  background-color: #e03c1f;
  position: fixed;
  right: 0;
  bottom: 12rem;
  transform: translateY(0); /* 中央揃えのための変換を削除 */
  z-index: 1000; /* 他の要素より前面に表示するための設定 */
  border-radius: 10% 0 0 10%; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem; /* 内側の余白を追加 */
  transition: width 1.5s ease, height 1.5s ease; /* アニメーションの追加 */
}
.icon-container_entry {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating-icon_entry img { /* 人型img */
  max-width: 100%;
  max-height: 100%;
}
.floating-icon_entry p { /* アイコン内テキストのサイズ・色 */
  margin: 0;
  padding: 0;
  font-size: 1.1rem; 
  color: #ffffff; 
}
.floating-icon_entry:hover {
  transform: translateY(0) scale(1.12);
}


/* cmn_bg */
.cmn_bg {
  background-image: url(../img/cmn_bg_sankaku01.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}
@media screen and (max-width: 800px) {
  .cmn_bg {
    background-size: 70%;
  }
}
.cmn_bg main {
  background-image: url(../img/cmn_bg_sankaku02.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}
@media screen and (max-width: 800px) {
  .cmn_bg main {
    background-size: 70%;
  }
}

.page_thanks_body .cmn_bg main {
  background-position: right top;
}

/* cmn_maintitle */
.cmn_maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6rem;
}
@media screen and (max-width: 800px) {
  .cmn_maintitle {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .cmn_maintitle {
    margin-top: 3.6rem;
  }
}

.cmn_maintitle_ja {
  margin-top: 1.5rem;
  color: #00bfbf;
  font-size: calc(30rem * .1);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 800px) {
  .cmn_maintitle_ja {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .cmn_maintitle_ja {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  .cmn_maintitle_ja {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .cmn_maintitle_ja {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}

.cmn_maintitle_en {
  color: #00bfbf;
  font-weight: 700;
  line-height: 1.2;
  font-size: calc(75rem * .1);
  text-transform: uppercase;
  word-break: break-all;
}
@media screen and (max-width: 800px) {
  .cmn_maintitle_en {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .cmn_maintitle_en {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 20));
  }
}

/* cmn_innerlinks */
.cmn_innerlinks {
  overflow: hidden;
  margin-top: 6rem;
}
@media screen and (max-width: 800px) {
  .cmn_innerlinks {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .cmn_innerlinks {
    margin-top: 3.6rem;
  }
}

.cmn_innerlinks_conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(-1 * clamp(1.1em, 1.1em + 3.1 * (100vw - 36rem) / 64, 2.7em));
}

.cmn_innerlinks_link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  max-width: 100%;
  padding: 0 clamp(1.1em, 1.1em + 3.1 * (100vw - 36rem) / 64, 2.7em);
  border-width: 0 1px 0 1px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-style: solid;
  border-color: #f1b821;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 560px) {
  .cmn_innerlinks_link {
    font-size: calc(14rem * .1);
  }
}
.cmn_innerlinks_link:nth-of-type(1) {
  border-left: 0;
}
.cmn_innerlinks_link + .cmn_innerlinks_link {
  margin-left: -1px;
}
.cmn_innerlinks_link:hover > span {
  -webkit-transform: translate3d(0, 0.2em, 0);
          transform: translate3d(0, 0.2em, 0);
}
.cmn_innerlinks_link > span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* cmn_title */
.cmn_title {
  font-size: calc(36rem * .1);
  line-height: 1.39;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .cmn_title {
    font-size: calc(36rem * .1 * (0.89 - 36 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .cmn_title {
    font-size: calc(36rem * .1 * (0.89 - 36 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .cmn_title {
    font-size: calc(29rem * .1);
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .cmn_title {
    font-size: calc(29rem * .1 * (0.89 - 29 / 10 / 50));
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .cmn_title {
    font-size: calc(29rem * .1 * (0.89 - 29 / 10 / 20));
  }
}
.cmn_title > span {
  position: relative;
  display: inline-block;
  max-width: 90%;
  padding-bottom: 0.9em;
}
@media screen and (max-width: 560px) {
  .cmn_title > span {
    max-width: 96%;
  }
}
.cmn_title > span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  display: block;
  width: calc(100% + 50vw - 50%);
  height: clamp(1px, 0.083em, 9999rem);
  border-radius: 0.8em;
  background-color: #00bfbf;
  pointer-events: none;
}
.cmn_title.js-animate_scroll > span::after {
  -webkit-animation: my_anime_02 0.95s forwards 0s;
          animation: my_anime_02 0.95s forwards 0s;
  visibility: hidden;
}

/* cmn_underline */
.cmn_underline {
  position: relative;
  display: inline-block;
  padding-bottom: 0.4em;
}
.cmn_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: clamp(1px, 0.083em, 9999rem);
  border-radius: 0.8em;
  background-color: #00bfbf;
  pointer-events: none;
}

/* cmn_btn */
.cmn_btn {
  display: inline-block;
  min-width: 15rem;
  padding: 0.8rem 1.8rem 0.8rem 2.2rem;
  border: 0;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  border-radius: 1.33em;
}
.cmn_btn.green {
  background-color: #00bfbf;
}
.cmn_btn.yellow {
  background-color: #f1b821;
}
.cmn_btn:hover > span::after {
  -webkit-transform: translate3d(25%, -50%, 0);
          transform: translate3d(25%, -50%, 0);
}
.cmn_btn > span {
  position: relative;
  display: inline-block;
  padding-right: 2.2em;
}
.cmn_btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  display: block;
  width: 0.9em;
  height: 0.9em;
  background-image: url(../img/cmn_arr_right_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* cmn_dl */
.cmn_dl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
}
@media screen and (max-width: 800px) {
  .cmn_dl_row {
    display: block;
  }
}

.cmn_dl_term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 28rem;
  padding: 2rem 3rem;
  border-top: 1px solid #ffffff;
  line-height: 1.65;
  background-color: #00bfbf;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .cmn_dl_term {
    /* display: block; */
    max-width: none;
    border-top: 0;
    padding: 1.4rem 2rem;
  }
}

.cmn_dl_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 2rem 3rem;
  border-top: 1px solid #b0b0b0;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  .cmn_dl_desc {
    display: block;
    border-top: 0;
    padding: 2.4rem 2rem;
  }
}

.cmn_dl_row:nth-of-type(1) .cmn_dl_term,
.cmn_dl_row:nth-of-type(1) .cmn_dl_desc {
  border-top: 1px solid #b0b0b0;
}
@media screen and (max-width: 800px) {
  .cmn_dl_row:nth-of-type(1) .cmn_dl_term,
.cmn_dl_row:nth-of-type(1) .cmn_dl_desc {
    border-top: 0;
  }
}

.cmn_dl_row:nth-last-of-type(1) .cmn_dl_term {
  border-bottom: 1px solid #b0b0b0;
}
@media screen and (max-width: 800px) {
  .cmn_dl_row:nth-last-of-type(1) .cmn_dl_term {
    border-bottom: 0;
  }
}

.cmn_dl_row:nth-last-of-type(1) .cmn_dl_desc {
  border-bottom: 1px solid #b0b0b0;
}
@media screen and (max-width: 800px) {
  .cmn_dl_row:nth-last-of-type(1) .cmn_dl_desc {
    border-bottom: 0;
  }
}

/* home ////////////////////////////////////////////////////////////////////////// */
.home_bg_sankaku {
  background-image: url(../img/cmn_bg_sankaku02.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}
@media screen and (max-width: 800px) {
  .home_bg_sankaku {
    background-size: 70%;
  }
}

.home_mainslider {
  position: relative;
  margin-top: 1.6rem;
}

.home_mainslider_copy {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0%, -35%, 0);
          transform: translate3d(0%, -35%, 0);
  display: block;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: clamp(1.95rem, 1.95rem + 1.05 * (100vw - 36.5rem) / 53.5, 3rem);
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.home_mainslider_copy.js-animate_read {
  -webkit-animation: my_fadein 1.5s forwards 0.5s;
          animation: my_fadein 1.5s forwards 0.5s;
  visibility: hidden;
}

@-webkit-keyframes my_fadein {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, -50%, 0);
            transform: translate3d(0%, -50%, 0);
    visibility: visible;
  }
}

@keyframes my_fadein {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, -50%, 0);
            transform: translate3d(0%, -50%, 0);
    visibility: visible;
  }
}
.home_news_wrap {
  position: relative;
  z-index: 1;
  margin-top: 1.6rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 800px) {
  .home_news_wrap {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news_wrap {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .home_news_wrap {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .home_news_wrap {
    padding-bottom: 3.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .home_news_wrap {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news_wrap {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .home_news_wrap {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .home_news_wrap {
    padding-bottom: 2.7rem;
  }
}

.home_col2btn {
  position: absolute;
  top: -1.6rem;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .home_col2btn {
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .home_col2btn {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .home_col2btn {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .home_col2btn {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .home_col2btn {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .home_col2btn {
    margin-top: 2.7rem;
  }
}

.home_col2btn_link {
  display: block;
  padding: 1.7rem clamp(2.3rem, 2.3rem + 4.1 * (100vw - 100rem) / 45, 6.4rem);
  border: 1px solid #ffffff;
  background-color: rgba(0, 191, 191, 0.8);
  color: #ffffff;
  line-height: 1.66;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home_col2btn_link:hover .home_col2btn_img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 1000px) {
  .home_col2btn_link {
    width: 45%;
    max-width: 32rem;
  }
}
@media screen and (max-width: 560px) {
  .home_col2btn_link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.home_col2btn_link:nth-of-type(1) {
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 1000px) {
  .home_col2btn_link:nth-of-type(1) {
    border-radius: 3rem 0 0 3rem;
  }
}
.home_col2btn_link:nth-of-type(2) {
  border-left: 0;
}
@media screen and (max-width: 1000px) {
  .home_col2btn_link:nth-of-type(2) {
    border-radius: 0 3rem 3rem 0;
  }
}

.home_col2btn_img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.home_col2btn_title {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .home_col2btn_title {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .home_col2btn_title {
    margin-top: 0.6rem;
  }
}

.home_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61.7142857143%;
  max-width: 86.4rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  border-radius: 0 3rem 3rem 0;
  border: 1px solid #00bfbf;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  .home_news {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .home_news {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .home_news {
    width: 95%;
  }
}
@media screen and (max-width: 800px) {
  .home_news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news {
    position: relative;
  }
}

.home_news_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  color: #000000;
  line-height: 1.4;
  margin-right: 2.5rem;
}
@media screen and (max-width: 800px) {
  .home_news_date {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news_date {
    margin-right: 1.5rem;
  }
}

.home_news_cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  padding: 0.1em 1.1em;
  margin-right: 2.5rem;
  text-align: center;
  font-size: calc(13rem * .1);
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .home_news_cat {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news_cat {
    margin-right: 1.5rem;
  }
}
.home_news_cat.important {
  background-color: #cd0020;
}
.home_news_cat.recruit {
  background-color: #ed5b26;
}
.home_news_cat.product {
  background-color: #0098c2;
}
.home_news_cat.news {
  background-color: #3db34c;
}
.home_news_cat.others {
  background-color: #4d4d4d;
}

.home_news_txtbox {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .home_news_txtbox {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .home_news_txtbox {
    margin-top: 2.24rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .home_news_txtbox {
    margin-top: 1.68rem;
  }
}

.home_news_title {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 3em;
  margin-top: -0.375em;
  font-size: calc(15rem * .1);
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 800px) {
  .home_news_title {
    width: calc(100% - 12rem - 0.5rem);
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .home_news_title {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .home_news_title {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news_title {
    width: 100%;
    font-size: calc(17rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .home_news_title {
    font-size: calc(17rem * .1 * (0.89 - 17 / 10 / 50));
  }
}

.home_news_title_conts {
  padding-right: 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .home_news_title_conts {
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .home_news_title_conts {
    padding-right: 0.9rem;
  }
}

.home_news_new {
  display: inline-block;
  width: 4.5rem;
  border: 1px solid currentColor;
  line-height: 1.45;
  font-size: calc(12rem * .1);
  font-weight: 700;
  background-color: #ffffff;
  color: #cd0020;
  text-align: center;
  vertical-align: middle;
}

.home_news_btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  width: 12rem;
  min-width: 0;
}
@media screen and (max-width: 560px) {
  .home_news_btn {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 10rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.1rem;
    padding-right: 1.5rem;
  }
  .home_news_btn > span {
    padding-right: 1.7em;
  }
}

.home_company_2col {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 800px) {
  .home_company_2col {
    display: block;
  }
}

.home_company_2col_imgbox {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 40rem;
}
@media screen and (max-width: 800px) {
  .home_company_2col_imgbox {
    width: 95%;
    height: auto;
    margin-left: auto;
  }
}

.home_company_2col_imgbox_img {
  border-radius: 20rem 0 0 20rem;
}

.home_company_2col_en {
  position: absolute;
  left: -0.14em;
  bottom: -0.13em;
  -webkit-transform: translate3d(0, 15%, 0);
          transform: translate3d(0, 15%, 0);
  display: inline-block;
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: clamp(6.8rem, 6.8rem + 9.8 * (100vw - 36.5rem) / 103.5, 16.6rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .home_company_2col_en {
    left: -0.09em;
  }
}

.home_company_2col_txtbox {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  min-height: 50rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 800px) {
  .home_company_2col_txtbox {
    width: 100%;
    min-height: 0;
    padding-top: calc(5rem + 5%);
    padding-left: 8%;
    padding-right: 8%;
    margin-top: -9%;
  }
}
.home_company_2col_txtbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20rem;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  display: block;
  width: calc(50vw + 20rem + 1rem);
  height: 100%;
  background-color: rgba(0, 191, 191, 0.25);
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 800px) {
  .home_company_2col_txtbox::before {
    right: 0;
    width: 100vw;
    border-radius: 0;
  }
}
.home_company_2col_txtbox.js-animate_scroll::before {
  -webkit-animation: my_anime_02 0.95s forwards 0s;
          animation: my_anime_02 0.95s forwards 0s;
  visibility: hidden;
}
.home_company_2col_txtbox.js-animate_scroll .home_company_2col_txtbox_title > span::after {
  -webkit-animation: my_anime_02 0.95s forwards 0.9s;
          animation: my_anime_02 0.95s forwards 0.9s;
  visibility: hidden;
}
.home_company_2col_txtbox.js-animate_scroll .home_company_2col_en {
  -webkit-animation: my_anime_03 0.95s forwards 2.2s;
          animation: my_anime_03 0.95s forwards 2.2s;
  visibility: hidden;
}

@-webkit-keyframes my_anime_02 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes my_anime_02 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@-webkit-keyframes my_anime_03 {
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes my_anime_03 {
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.home_company_2col_txtbox_conts {
  position: relative;
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .home_company_2col_txtbox_conts {
    margin-right: auto;
  }
}

.home_company_2col_txtbox_title {
  font-size: calc(30rem * .1);
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 800px) {
  .home_company_2col_txtbox_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .home_company_2col_txtbox_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
@media screen and (max-width: 1000px) {
  .home_company_2col_txtbox_title {
    font-size: calc(26rem * .1);
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .home_company_2col_txtbox_title {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 50));
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .home_company_2col_txtbox_title {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .home_company_2col_txtbox_title {
    font-size: calc(30rem * .1);
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .home_company_2col_txtbox_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .home_company_2col_txtbox_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
.home_company_2col_txtbox_title > span {
  max-width: none;
  width: 100%;
}
.home_company_2col_txtbox_title > span::after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.home_company_2col_txtbox_inner {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 800px) {
  .home_company_2col_txtbox_inner {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .home_company_2col_txtbox_inner {
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .home_company_2col_txtbox_inner {
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .home_company_2col_txtbox_inner {
    padding-right: 1.2rem;
  }
}

.home_service_title {
  color: #231815;
  font-weight: 700;
  font-size: calc(75rem * .1);
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .home_service_title {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .home_service_title {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 20));
  }
}

.home_service_outline_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .home_service_outline_2col {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .home_service_outline_2col {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .home_service_outline_2col {
    display: block;
  }
}

.home_service_outline_2col_text {
  width: 100%;
}

.home_service_outline_2col_btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2rem;
}
@media screen and (max-width: 800px) {
  .home_service_outline_2col_btn {
    margin-left: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .home_service_outline_2col_btn {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .home_service_outline_2col_btn {
    margin-left: 0;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .home_service_outline_2col_btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .home_service_outline_2col_btn {
    margin-top: 1.5rem;
  }
}

.home_service_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .home_service_links {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .home_service_links {
    margin-top: 3rem;
  }
}

.home_service_links_link {
  position: relative;
  display: block;
  width: 48.6%;
  height: 18.6rem;
  border-radius: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .home_service_links_link:hover::before {
    background-color: rgba(0, 191, 191, 0.5);
  }
  .home_service_links_link:hover .home_service_links_title > span::after {
    -webkit-transform: translate(15%, -50%);
            transform: translate(15%, -50%);
    background-image: url(../img/cmn_arr_circle_right_white.svg);
  }
}
@media screen and (max-width: 560px) {
  .home_service_links_link {
    height: 16.6rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.home_service_links_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.home_service_links_title {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: calc(30rem * .1);
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .home_service_links_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .home_service_links_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .home_service_links_title {
    font-size: calc(27rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .home_service_links_title {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .home_service_links_title {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 20));
  }
}
.home_service_links_title > span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.1em;
  padding-right: 1.8em;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .home_service_links_title > span {
    width: 90%;
    padding-bottom: 0.05em;
    padding-right: 1.2em;
  }
}
.home_service_links_title > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/cmn_arr_circle_right_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 560px) {
  .home_service_links_title > span::after {
    right: 0.1em;
  }
}

.home_product {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-image: url(../img/top_products_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .home_product {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 560px) {
  .home_product {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .home_product {
    padding-bottom: 9.6rem;
  }
}
@media screen and (max-width: 560px) {
  .home_product {
    padding-bottom: 7.2rem;
  }
}

.home_product_title {
  text-align: center;
  color: #231815;
  font-weight: 700;
  font-size: calc(75rem * .1);
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .home_product_title {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .home_product_title {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 20));
  }
}

.home_product_outline {
  margin-top: 3rem;
  color: #231815;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .home_product_outline {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .home_product_outline {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .home_product_outline {
    text-align: left;
  }
}

.home_product_links {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .home_product_links {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .home_product_links {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .home_product_links {
    display: block;
  }
}

.home_product_links_link {
  position: relative;
  display: block;
  width: 49%;
  height: clamp(25.4rem, 43.6vw, 43.6rem);
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .home_product_links_link {
    width: 100%;
  }
  .home_product_links_link + .home_product_links_link {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .home_product_links_link + .home_product_links_link {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .home_product_links_link + .home_product_links_link {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .home_product_links_link:hover .home_product_links_img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.home_product_links_img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.home_product_links_title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  background-color: #f1b821;
  color: #ffffff;
  font-size: calc(21rem * .1);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .home_product_links_title {
    font-size: calc(21rem * .1 * (0.89 - 21 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .home_product_links_title {
    font-size: calc(21rem * .1 * (0.89 - 21 / 10 / 20));
  }
}
.home_product_links_title > span {
  display: inline-block;
  padding-right: 1.2em;
  background-image: url(../img/cmn_arr_right_white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 0.6em;
}

.home_bottomlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 560px) {
  .home_bottomlinks {
    display: block;
  }
}

.home_bottomlinks_item {
  position: relative;
  z-index: 0;
  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;
  width: 50%;
  height: 47rem;
  height: clamp(25rem, 33.5714285714vw, 47rem);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 560px) {
  .home_bottomlinks_item {
    width: 100%;
    height: 22rem;
  }
  .home_bottomlinks_item:nth-of-type(2) {
    border-left: 0;
    border-top: 1px solid #ffffff;
  }
}
.home_bottomlinks_item:hover::before {
  opacity: 1;
}
.home_bottomlinks_item:nth-of-type(1) {
  background-image: url(../img/top_bottomlinks_01.jpg);
}
.home_bottomlinks_item:nth-of-type(2) {
  border-left: 1px solid #ffffff;
  background-image: url(../img/top_bottomlinks_02.jpg);
}
.home_bottomlinks_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 191, 191, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.home_bottomlinks_title {
  color: #ffffff;
  font-size: calc(60rem * .1);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .home_bottomlinks_title {
    font-size: calc(60rem * .1 * (0.89 - 60 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .home_bottomlinks_title {
    font-size: calc(60rem * .1 * (0.89 - 60 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .home_bottomlinks_title {
    font-size: 4.4rem;
  }
}

.home_bottomlinks_btn {
  margin-top: 3rem;
  pointer-events: auto;
}
@media screen and (max-width: 800px) {
  .home_bottomlinks_btn {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .home_bottomlinks_btn {
    margin-top: 1.8rem;
  }
}

/* company ////////////////////////////////////////////////////////////////////////// */
.company_building {
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .company_building {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .company_building {
    margin-top: 3rem;
  }
}

.company_building_img {
  width: 100%;
  max-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.company_greeting_president {
  margin-top: 4rem;
  padding-right: 3rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .company_greeting_president {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .company_greeting_president {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .company_greeting_president {
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .company_greeting_president {
    padding-right: 1.8rem;
  }
}

.company_greeting_president span {
  font-size: calc(13rem * .1);
  margin-right: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .company_greeting_president span {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .company_greeting_president span {
    margin-right: 1.2rem;
  }
}

.company_philosophy_box {
  margin-top: 5rem;
  padding: 5rem;
  background-color: #FEF8E9;
  border-radius: 3rem;
}
@media screen and (max-width: 800px) {
  .company_philosophy_box {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

.company_philosophy_box h3 {
  font-size: calc(30rem * .1);
  margin-bottom: 2rem;
  color: #00bfbf;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .company_philosophy_box h3 {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box h3 {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .company_philosophy_box h3 {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box h3 {
    margin-bottom: 1.2rem;
  }
}

.company_philosophy_box_1 {
  margin-bottom: 3rem;
  padding: 3rem 5rem;
  background-color: #ffffff;
  border-radius: 3rem;
}
@media screen and (max-width: 800px) {
  .company_philosophy_box_1 {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box_1 {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box_1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.company_philosophy_box_1 p {
  font-size: calc(30rem * .1);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .company_philosophy_box_1 p {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box_1 p {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}

.company_philosophy_box_1 p span {
  font-size: calc(40rem * .1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f1b821));
  background: linear-gradient(transparent 80%, #f1b821 80%);
}
@media screen and (max-width: 800px) {
  .company_philosophy_box_1 p span {
    font-size: calc(40rem * .1 * (0.89 - 40 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box_1 p span {
    font-size: calc(40rem * .1 * (0.89 - 40 / 10 / 20));
  }
}

.company_philosophy_box_2 dt {
  margin-right: 3rem;
  font-size: calc(30rem * .1);
  float: left;
  background-color: #00bfbf;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  font-weight: 700;
  color: #ffffff;
  display: grid;
  place-items: center center;
}
@media screen and (max-width: 800px) {
  .company_philosophy_box_2 dt {
    margin-right: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box_2 dt {
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .company_philosophy_box_2 dt {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box_2 dt {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}

.company_philosophy_box_2 dt.bgc_yello {
  background-color: #f1b821;
}

.company_philosophy_box_2 dd {
  margin-bottom: 2rem;
  font-size: calc(20rem * .1);
  height: 8rem;
  display: grid;
  place-items: center start;
}
@media screen and (max-width: 800px) {
  .company_philosophy_box_2 dd {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box_2 dd {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .company_philosophy_box_2 dd {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .company_philosophy_box_2 dd {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}

.company_philosophy_box_2 dd span {
  line-height: 1.5;
}

/* news ////////////////////////////////////////////////////////////////////////// */
.news_list {
  min-height: 60rem;
}

.news_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-top: 1px solid #b1b1b1;
}
a.anchor{
  display: block;
  padding-top:  40px;
  margin-top:  -40px;
}
@media screen and (max-width: 800px) {
  .news_list_item {
    padding-left: 2.24rem;
  }
}
@media screen and (max-width: 560px) {
  .news_list_item {
    padding-left: 1.68rem;
  }
}
@media screen and (max-width: 800px) {
  .news_list_item {
    padding-right: 2.24rem;
  }
}
@media screen and (max-width: 560px) {
  .news_list_item {
    padding-right: 1.68rem;
  }
}
@media screen and (max-width: 800px) {
  .news_list_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news_list_item:nth-last-of-type(1) {
  border-bottom: 1px solid #b1b1b1;
}

.news_list_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  color: #000000;
  line-height: 1.4;
  margin-right: 2.5rem;
}
@media screen and (max-width: 800px) {
  .news_list_date {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .news_list_date {
    margin-right: 1.5rem;
  }
}

.news_list_cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 9.4rem;
  margin-right: 2.5rem;
  text-align: center;
  font-size: calc(12rem * .1);
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .news_list_cat {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .news_list_cat {
    margin-right: 1.5rem;
  }
}
.news_list_cat.important {
  background-color: #cd0020;
}
.news_list_cat.recruit {
  background-color: #ed5b26;
}
.news_list_cat.product {
  background-color: #0098c2;
}
.news_list_cat.news {
  background-color: #3db34c;
}
.news_list_cat.others {
  background-color: #4d4d4d;
}

.news_list_txtbox {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .news_list_txtbox {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .news_list_txtbox {
    margin-top: 2.24rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .news_list_txtbox {
    margin-top: 1.68rem;
  }
}

.news_list_title {
  position: relative;
  padding-right: 3em;
  margin-top: -0.375em;
  font-size: calc(15rem * .1);
  font-weight: 700;
  line-height: 1.8;
  cursor: pointer;
}
.news_list_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%) rotate(90deg);
          transform: translate(0%, -50%) rotate(90deg);
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../img/cmn_arr_circle_right_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news_list_title.js-active::after {
  -webkit-transform: translate(0%, -50%) rotate(-90deg);
          transform: translate(0%, -50%) rotate(-90deg);
}

.news_list_title_conts {
  padding-right: 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .news_list_title_conts {
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .news_list_title_conts {
    padding-right: 0.9rem;
  }
}

.news_list_new {
  display: inline-block;
  width: 4.5rem;
  border: 1px solid currentColor;
  line-height: 1.45;
  font-size: calc(12rem * .1);
  font-weight: 700;
  background-color: #ffffff;
  color: #cd0020;
  text-align: center;
  vertical-align: middle;
}

/* news_list_editor */
.news_list_editor {
  display: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .news_list_editor {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor {
    margin-top: 1.2rem;
  }
}

.news_list_editor > *:nth-child(1) {
  margin-top: 0;
}

.news_list_editor > *:nth-last-child(1) {
  margin-bottom: 0;
}

.news_list_editor p {
  padding: 0 0 0.2em 0;
  margin: 0.3em 0 0.4em;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
}

.news_list_editor [style*="font-size: 10"],
.news_list_editor [style*="font-size: 10."],
.news_list_editor [style*="font-size:10"],
.news_list_editor [style*="font-size:10."] {
  font-size: calc(10rem * .1) !important;
}

.news_list_editor [style*="font-size: 11"],
.news_list_editor [style*="font-size: 11."],
.news_list_editor [style*="font-size:11"],
.news_list_editor [style*="font-size:11."] {
  font-size: calc(11rem * .1) !important;
}

.news_list_editor [style*="font-size: 12"],
.news_list_editor [style*="font-size: 12."],
.news_list_editor [style*="font-size:12"],
.news_list_editor [style*="font-size:12."] {
  font-size: calc(12rem * .1) !important;
}

.news_list_editor [style*="font-size: 13"],
.news_list_editor [style*="font-size: 13."],
.news_list_editor [style*="font-size:13"],
.news_list_editor [style*="font-size:13."] {
  font-size: calc(13rem * .1) !important;
}

.news_list_editor [style*="font-size: 14"],
.news_list_editor [style*="font-size: 14."],
.news_list_editor [style*="font-size:14"],
.news_list_editor [style*="font-size:14."] {
  font-size: calc(14rem * .1) !important;
}

.news_list_editor [style*="font-size: 15"],
.news_list_editor [style*="font-size: 15."],
.news_list_editor [style*="font-size:15"],
.news_list_editor [style*="font-size:15."] {
  font-size: calc(15rem * .1) !important;
}

.news_list_editor [style*="font-size: 16"],
.news_list_editor [style*="font-size: 16."],
.news_list_editor [style*="font-size:16"],
.news_list_editor [style*="font-size:16."] {
  font-size: calc(16rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 16"],
.news_list_editor [style*="font-size: 16."],
.news_list_editor [style*="font-size:16"],
.news_list_editor [style*="font-size:16."] {
    font-size: calc(16rem * .1 * (0.89 - 16 / 10 / 50)) !important;
  }
}

.news_list_editor [style*="font-size: 17"],
.news_list_editor [style*="font-size: 17."],
.news_list_editor [style*="font-size:17"],
.news_list_editor [style*="font-size:17."] {
  font-size: calc(17rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 17"],
.news_list_editor [style*="font-size: 17."],
.news_list_editor [style*="font-size:17"],
.news_list_editor [style*="font-size:17."] {
    font-size: calc(17rem * .1 * (0.89 - 17 / 10 / 50)) !important;
  }
}

.news_list_editor [style*="font-size: 18"],
.news_list_editor [style*="font-size: 18."],
.news_list_editor [style*="font-size:18"],
.news_list_editor [style*="font-size:18."] {
  font-size: calc(18rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 18"],
.news_list_editor [style*="font-size: 18."],
.news_list_editor [style*="font-size:18"],
.news_list_editor [style*="font-size:18."] {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 18"],
.news_list_editor [style*="font-size: 18."],
.news_list_editor [style*="font-size:18"],
.news_list_editor [style*="font-size:18."] {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 19"],
.news_list_editor [style*="font-size: 19."],
.news_list_editor [style*="font-size:19"],
.news_list_editor [style*="font-size:19."] {
  font-size: calc(19rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 19"],
.news_list_editor [style*="font-size: 19."],
.news_list_editor [style*="font-size:19"],
.news_list_editor [style*="font-size:19."] {
    font-size: calc(19rem * .1 * (0.89 - 19 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 19"],
.news_list_editor [style*="font-size: 19."],
.news_list_editor [style*="font-size:19"],
.news_list_editor [style*="font-size:19."] {
    font-size: calc(19rem * .1 * (0.89 - 19 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 20"],
.news_list_editor [style*="font-size: 20."],
.news_list_editor [style*="font-size:20"],
.news_list_editor [style*="font-size:20."] {
  font-size: calc(20rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 20"],
.news_list_editor [style*="font-size: 20."],
.news_list_editor [style*="font-size:20"],
.news_list_editor [style*="font-size:20."] {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 20"],
.news_list_editor [style*="font-size: 20."],
.news_list_editor [style*="font-size:20"],
.news_list_editor [style*="font-size:20."] {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 21"],
.news_list_editor [style*="font-size: 21."],
.news_list_editor [style*="font-size:21"],
.news_list_editor [style*="font-size:21."] {
  font-size: calc(21rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 21"],
.news_list_editor [style*="font-size: 21."],
.news_list_editor [style*="font-size:21"],
.news_list_editor [style*="font-size:21."] {
    font-size: calc(21rem * .1 * (0.89 - 21 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 21"],
.news_list_editor [style*="font-size: 21."],
.news_list_editor [style*="font-size:21"],
.news_list_editor [style*="font-size:21."] {
    font-size: calc(21rem * .1 * (0.89 - 21 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 22"],
.news_list_editor [style*="font-size: 22."],
.news_list_editor [style*="font-size:22"],
.news_list_editor [style*="font-size:22."] {
  font-size: calc(22rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 22"],
.news_list_editor [style*="font-size: 22."],
.news_list_editor [style*="font-size:22"],
.news_list_editor [style*="font-size:22."] {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 22"],
.news_list_editor [style*="font-size: 22."],
.news_list_editor [style*="font-size:22"],
.news_list_editor [style*="font-size:22."] {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 23"],
.news_list_editor [style*="font-size: 23."],
.news_list_editor [style*="font-size:23"],
.news_list_editor [style*="font-size:23."] {
  font-size: calc(23rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 23"],
.news_list_editor [style*="font-size: 23."],
.news_list_editor [style*="font-size:23"],
.news_list_editor [style*="font-size:23."] {
    font-size: calc(23rem * .1 * (0.89 - 23 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 23"],
.news_list_editor [style*="font-size: 23."],
.news_list_editor [style*="font-size:23"],
.news_list_editor [style*="font-size:23."] {
    font-size: calc(23rem * .1 * (0.89 - 23 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 24"],
.news_list_editor [style*="font-size: 24."],
.news_list_editor [style*="font-size:24"],
.news_list_editor [style*="font-size:24."] {
  font-size: calc(24rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 24"],
.news_list_editor [style*="font-size: 24."],
.news_list_editor [style*="font-size:24"],
.news_list_editor [style*="font-size:24."] {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 24"],
.news_list_editor [style*="font-size: 24."],
.news_list_editor [style*="font-size:24"],
.news_list_editor [style*="font-size:24."] {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 25"],
.news_list_editor [style*="font-size: 25."],
.news_list_editor [style*="font-size:25"],
.news_list_editor [style*="font-size:25."] {
  font-size: calc(25rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 25"],
.news_list_editor [style*="font-size: 25."],
.news_list_editor [style*="font-size:25"],
.news_list_editor [style*="font-size:25."] {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 25"],
.news_list_editor [style*="font-size: 25."],
.news_list_editor [style*="font-size:25"],
.news_list_editor [style*="font-size:25."] {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 26"],
.news_list_editor [style*="font-size: 26."],
.news_list_editor [style*="font-size:26"],
.news_list_editor [style*="font-size:26."] {
  font-size: calc(26rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 26"],
.news_list_editor [style*="font-size: 26."],
.news_list_editor [style*="font-size:26"],
.news_list_editor [style*="font-size:26."] {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 26"],
.news_list_editor [style*="font-size: 26."],
.news_list_editor [style*="font-size:26"],
.news_list_editor [style*="font-size:26."] {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 27"],
.news_list_editor [style*="font-size: 27."],
.news_list_editor [style*="font-size:27"],
.news_list_editor [style*="font-size:27."] {
  font-size: calc(27rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 27"],
.news_list_editor [style*="font-size: 27."],
.news_list_editor [style*="font-size:27"],
.news_list_editor [style*="font-size:27."] {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 27"],
.news_list_editor [style*="font-size: 27."],
.news_list_editor [style*="font-size:27"],
.news_list_editor [style*="font-size:27."] {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 28"],
.news_list_editor [style*="font-size: 28."],
.news_list_editor [style*="font-size:28"],
.news_list_editor [style*="font-size:28."] {
  font-size: calc(28rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 28"],
.news_list_editor [style*="font-size: 28."],
.news_list_editor [style*="font-size:28"],
.news_list_editor [style*="font-size:28."] {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 28"],
.news_list_editor [style*="font-size: 28."],
.news_list_editor [style*="font-size:28"],
.news_list_editor [style*="font-size:28."] {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 29"],
.news_list_editor [style*="font-size: 29."],
.news_list_editor [style*="font-size:29"],
.news_list_editor [style*="font-size:29."] {
  font-size: calc(29rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 29"],
.news_list_editor [style*="font-size: 29."],
.news_list_editor [style*="font-size:29"],
.news_list_editor [style*="font-size:29."] {
    font-size: calc(29rem * .1 * (0.89 - 29 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 29"],
.news_list_editor [style*="font-size: 29."],
.news_list_editor [style*="font-size:29"],
.news_list_editor [style*="font-size:29."] {
    font-size: calc(29rem * .1 * (0.89 - 29 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 30"],
.news_list_editor [style*="font-size: 30."],
.news_list_editor [style*="font-size:30"],
.news_list_editor [style*="font-size:30."] {
  font-size: calc(30rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 30"],
.news_list_editor [style*="font-size: 30."],
.news_list_editor [style*="font-size:30"],
.news_list_editor [style*="font-size:30."] {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 30"],
.news_list_editor [style*="font-size: 30."],
.news_list_editor [style*="font-size:30"],
.news_list_editor [style*="font-size:30."] {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 31"],
.news_list_editor [style*="font-size: 31."],
.news_list_editor [style*="font-size:31"],
.news_list_editor [style*="font-size:31."] {
  font-size: calc(31rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 31"],
.news_list_editor [style*="font-size: 31."],
.news_list_editor [style*="font-size:31"],
.news_list_editor [style*="font-size:31."] {
    font-size: calc(31rem * .1 * (0.89 - 31 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 31"],
.news_list_editor [style*="font-size: 31."],
.news_list_editor [style*="font-size:31"],
.news_list_editor [style*="font-size:31."] {
    font-size: calc(31rem * .1 * (0.89 - 31 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 32"],
.news_list_editor [style*="font-size: 32."],
.news_list_editor [style*="font-size:32"],
.news_list_editor [style*="font-size:32."] {
  font-size: calc(32rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 32"],
.news_list_editor [style*="font-size: 32."],
.news_list_editor [style*="font-size:32"],
.news_list_editor [style*="font-size:32."] {
    font-size: calc(32rem * .1 * (0.89 - 32 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 32"],
.news_list_editor [style*="font-size: 32."],
.news_list_editor [style*="font-size:32"],
.news_list_editor [style*="font-size:32."] {
    font-size: calc(32rem * .1 * (0.89 - 32 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 33"],
.news_list_editor [style*="font-size: 33."],
.news_list_editor [style*="font-size:33"],
.news_list_editor [style*="font-size:33."] {
  font-size: calc(33rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 33"],
.news_list_editor [style*="font-size: 33."],
.news_list_editor [style*="font-size:33"],
.news_list_editor [style*="font-size:33."] {
    font-size: calc(33rem * .1 * (0.89 - 33 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 33"],
.news_list_editor [style*="font-size: 33."],
.news_list_editor [style*="font-size:33"],
.news_list_editor [style*="font-size:33."] {
    font-size: calc(33rem * .1 * (0.89 - 33 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 34"],
.news_list_editor [style*="font-size: 34."],
.news_list_editor [style*="font-size:34"],
.news_list_editor [style*="font-size:34."] {
  font-size: calc(34rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 34"],
.news_list_editor [style*="font-size: 34."],
.news_list_editor [style*="font-size:34"],
.news_list_editor [style*="font-size:34."] {
    font-size: calc(34rem * .1 * (0.89 - 34 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 34"],
.news_list_editor [style*="font-size: 34."],
.news_list_editor [style*="font-size:34"],
.news_list_editor [style*="font-size:34."] {
    font-size: calc(34rem * .1 * (0.89 - 34 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 35"],
.news_list_editor [style*="font-size: 35."],
.news_list_editor [style*="font-size:35"],
.news_list_editor [style*="font-size:35."] {
  font-size: calc(35rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 35"],
.news_list_editor [style*="font-size: 35."],
.news_list_editor [style*="font-size:35"],
.news_list_editor [style*="font-size:35."] {
    font-size: calc(35rem * .1 * (0.89 - 35 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 35"],
.news_list_editor [style*="font-size: 35."],
.news_list_editor [style*="font-size:35"],
.news_list_editor [style*="font-size:35."] {
    font-size: calc(35rem * .1 * (0.89 - 35 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 36"],
.news_list_editor [style*="font-size: 36."],
.news_list_editor [style*="font-size:36"],
.news_list_editor [style*="font-size:36."] {
  font-size: calc(36rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 36"],
.news_list_editor [style*="font-size: 36."],
.news_list_editor [style*="font-size:36"],
.news_list_editor [style*="font-size:36."] {
    font-size: calc(36rem * .1 * (0.89 - 36 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 36"],
.news_list_editor [style*="font-size: 36."],
.news_list_editor [style*="font-size:36"],
.news_list_editor [style*="font-size:36."] {
    font-size: calc(36rem * .1 * (0.89 - 36 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 37"],
.news_list_editor [style*="font-size: 37."],
.news_list_editor [style*="font-size:37"],
.news_list_editor [style*="font-size:37."] {
  font-size: calc(37rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 37"],
.news_list_editor [style*="font-size: 37."],
.news_list_editor [style*="font-size:37"],
.news_list_editor [style*="font-size:37."] {
    font-size: calc(37rem * .1 * (0.89 - 37 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 37"],
.news_list_editor [style*="font-size: 37."],
.news_list_editor [style*="font-size:37"],
.news_list_editor [style*="font-size:37."] {
    font-size: calc(37rem * .1 * (0.89 - 37 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 38"],
.news_list_editor [style*="font-size: 38."],
.news_list_editor [style*="font-size:38"],
.news_list_editor [style*="font-size:38."] {
  font-size: calc(38rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 38"],
.news_list_editor [style*="font-size: 38."],
.news_list_editor [style*="font-size:38"],
.news_list_editor [style*="font-size:38."] {
    font-size: calc(38rem * .1 * (0.89 - 38 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 38"],
.news_list_editor [style*="font-size: 38."],
.news_list_editor [style*="font-size:38"],
.news_list_editor [style*="font-size:38."] {
    font-size: calc(38rem * .1 * (0.89 - 38 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 39"],
.news_list_editor [style*="font-size: 39."],
.news_list_editor [style*="font-size:39"],
.news_list_editor [style*="font-size:39."] {
  font-size: calc(39rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 39"],
.news_list_editor [style*="font-size: 39."],
.news_list_editor [style*="font-size:39"],
.news_list_editor [style*="font-size:39."] {
    font-size: calc(39rem * .1 * (0.89 - 39 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 39"],
.news_list_editor [style*="font-size: 39."],
.news_list_editor [style*="font-size:39"],
.news_list_editor [style*="font-size:39."] {
    font-size: calc(39rem * .1 * (0.89 - 39 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 40"],
.news_list_editor [style*="font-size: 40."],
.news_list_editor [style*="font-size:40"],
.news_list_editor [style*="font-size:40."] {
  font-size: calc(40rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 40"],
.news_list_editor [style*="font-size: 40."],
.news_list_editor [style*="font-size:40"],
.news_list_editor [style*="font-size:40."] {
    font-size: calc(40rem * .1 * (0.89 - 40 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 40"],
.news_list_editor [style*="font-size: 40."],
.news_list_editor [style*="font-size:40"],
.news_list_editor [style*="font-size:40."] {
    font-size: calc(40rem * .1 * (0.89 - 40 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 41"],
.news_list_editor [style*="font-size: 41."],
.news_list_editor [style*="font-size:41"],
.news_list_editor [style*="font-size:41."] {
  font-size: calc(41rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 41"],
.news_list_editor [style*="font-size: 41."],
.news_list_editor [style*="font-size:41"],
.news_list_editor [style*="font-size:41."] {
    font-size: calc(41rem * .1 * (0.89 - 41 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 41"],
.news_list_editor [style*="font-size: 41."],
.news_list_editor [style*="font-size:41"],
.news_list_editor [style*="font-size:41."] {
    font-size: calc(41rem * .1 * (0.89 - 41 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 42"],
.news_list_editor [style*="font-size: 42."],
.news_list_editor [style*="font-size:42"],
.news_list_editor [style*="font-size:42."] {
  font-size: calc(42rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 42"],
.news_list_editor [style*="font-size: 42."],
.news_list_editor [style*="font-size:42"],
.news_list_editor [style*="font-size:42."] {
    font-size: calc(42rem * .1 * (0.89 - 42 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 42"],
.news_list_editor [style*="font-size: 42."],
.news_list_editor [style*="font-size:42"],
.news_list_editor [style*="font-size:42."] {
    font-size: calc(42rem * .1 * (0.89 - 42 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 43"],
.news_list_editor [style*="font-size: 43."],
.news_list_editor [style*="font-size:43"],
.news_list_editor [style*="font-size:43."] {
  font-size: calc(43rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 43"],
.news_list_editor [style*="font-size: 43."],
.news_list_editor [style*="font-size:43"],
.news_list_editor [style*="font-size:43."] {
    font-size: calc(43rem * .1 * (0.89 - 43 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 43"],
.news_list_editor [style*="font-size: 43."],
.news_list_editor [style*="font-size:43"],
.news_list_editor [style*="font-size:43."] {
    font-size: calc(43rem * .1 * (0.89 - 43 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 44"],
.news_list_editor [style*="font-size: 44."],
.news_list_editor [style*="font-size:44"],
.news_list_editor [style*="font-size:44."] {
  font-size: calc(44rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 44"],
.news_list_editor [style*="font-size: 44."],
.news_list_editor [style*="font-size:44"],
.news_list_editor [style*="font-size:44."] {
    font-size: calc(44rem * .1 * (0.89 - 44 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 44"],
.news_list_editor [style*="font-size: 44."],
.news_list_editor [style*="font-size:44"],
.news_list_editor [style*="font-size:44."] {
    font-size: calc(44rem * .1 * (0.89 - 44 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 45"],
.news_list_editor [style*="font-size: 45."],
.news_list_editor [style*="font-size:45"],
.news_list_editor [style*="font-size:45."] {
  font-size: calc(45rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 45"],
.news_list_editor [style*="font-size: 45."],
.news_list_editor [style*="font-size:45"],
.news_list_editor [style*="font-size:45."] {
    font-size: calc(45rem * .1 * (0.89 - 45 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 45"],
.news_list_editor [style*="font-size: 45."],
.news_list_editor [style*="font-size:45"],
.news_list_editor [style*="font-size:45."] {
    font-size: calc(45rem * .1 * (0.89 - 45 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 46"],
.news_list_editor [style*="font-size: 46."],
.news_list_editor [style*="font-size:46"],
.news_list_editor [style*="font-size:46."] {
  font-size: calc(46rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 46"],
.news_list_editor [style*="font-size: 46."],
.news_list_editor [style*="font-size:46"],
.news_list_editor [style*="font-size:46."] {
    font-size: calc(46rem * .1 * (0.89 - 46 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 46"],
.news_list_editor [style*="font-size: 46."],
.news_list_editor [style*="font-size:46"],
.news_list_editor [style*="font-size:46."] {
    font-size: calc(46rem * .1 * (0.89 - 46 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 47"],
.news_list_editor [style*="font-size: 47."],
.news_list_editor [style*="font-size:47"],
.news_list_editor [style*="font-size:47."] {
  font-size: calc(47rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 47"],
.news_list_editor [style*="font-size: 47."],
.news_list_editor [style*="font-size:47"],
.news_list_editor [style*="font-size:47."] {
    font-size: calc(47rem * .1 * (0.89 - 47 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 47"],
.news_list_editor [style*="font-size: 47."],
.news_list_editor [style*="font-size:47"],
.news_list_editor [style*="font-size:47."] {
    font-size: calc(47rem * .1 * (0.89 - 47 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 48"],
.news_list_editor [style*="font-size: 48."],
.news_list_editor [style*="font-size:48"],
.news_list_editor [style*="font-size:48."] {
  font-size: calc(48rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 48"],
.news_list_editor [style*="font-size: 48."],
.news_list_editor [style*="font-size:48"],
.news_list_editor [style*="font-size:48."] {
    font-size: calc(48rem * .1 * (0.89 - 48 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 48"],
.news_list_editor [style*="font-size: 48."],
.news_list_editor [style*="font-size:48"],
.news_list_editor [style*="font-size:48."] {
    font-size: calc(48rem * .1 * (0.89 - 48 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 49"],
.news_list_editor [style*="font-size: 49."],
.news_list_editor [style*="font-size:49"],
.news_list_editor [style*="font-size:49."] {
  font-size: calc(49rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 49"],
.news_list_editor [style*="font-size: 49."],
.news_list_editor [style*="font-size:49"],
.news_list_editor [style*="font-size:49."] {
    font-size: calc(49rem * .1 * (0.89 - 49 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 49"],
.news_list_editor [style*="font-size: 49."],
.news_list_editor [style*="font-size:49"],
.news_list_editor [style*="font-size:49."] {
    font-size: calc(49rem * .1 * (0.89 - 49 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 50"],
.news_list_editor [style*="font-size: 50."],
.news_list_editor [style*="font-size:50"],
.news_list_editor [style*="font-size:50."] {
  font-size: calc(50rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 50"],
.news_list_editor [style*="font-size: 50."],
.news_list_editor [style*="font-size:50"],
.news_list_editor [style*="font-size:50."] {
    font-size: calc(50rem * .1 * (0.89 - 50 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 50"],
.news_list_editor [style*="font-size: 50."],
.news_list_editor [style*="font-size:50"],
.news_list_editor [style*="font-size:50."] {
    font-size: calc(50rem * .1 * (0.89 - 50 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 51"],
.news_list_editor [style*="font-size: 51."],
.news_list_editor [style*="font-size:51"],
.news_list_editor [style*="font-size:51."] {
  font-size: calc(51rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 51"],
.news_list_editor [style*="font-size: 51."],
.news_list_editor [style*="font-size:51"],
.news_list_editor [style*="font-size:51."] {
    font-size: calc(51rem * .1 * (0.89 - 51 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 51"],
.news_list_editor [style*="font-size: 51."],
.news_list_editor [style*="font-size:51"],
.news_list_editor [style*="font-size:51."] {
    font-size: calc(51rem * .1 * (0.89 - 51 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 52"],
.news_list_editor [style*="font-size: 52."],
.news_list_editor [style*="font-size:52"],
.news_list_editor [style*="font-size:52."] {
  font-size: calc(52rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 52"],
.news_list_editor [style*="font-size: 52."],
.news_list_editor [style*="font-size:52"],
.news_list_editor [style*="font-size:52."] {
    font-size: calc(52rem * .1 * (0.89 - 52 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 52"],
.news_list_editor [style*="font-size: 52."],
.news_list_editor [style*="font-size:52"],
.news_list_editor [style*="font-size:52."] {
    font-size: calc(52rem * .1 * (0.89 - 52 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 53"],
.news_list_editor [style*="font-size: 53."],
.news_list_editor [style*="font-size:53"],
.news_list_editor [style*="font-size:53."] {
  font-size: calc(53rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 53"],
.news_list_editor [style*="font-size: 53."],
.news_list_editor [style*="font-size:53"],
.news_list_editor [style*="font-size:53."] {
    font-size: calc(53rem * .1 * (0.89 - 53 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 53"],
.news_list_editor [style*="font-size: 53."],
.news_list_editor [style*="font-size:53"],
.news_list_editor [style*="font-size:53."] {
    font-size: calc(53rem * .1 * (0.89 - 53 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 54"],
.news_list_editor [style*="font-size: 54."],
.news_list_editor [style*="font-size:54"],
.news_list_editor [style*="font-size:54."] {
  font-size: calc(54rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 54"],
.news_list_editor [style*="font-size: 54."],
.news_list_editor [style*="font-size:54"],
.news_list_editor [style*="font-size:54."] {
    font-size: calc(54rem * .1 * (0.89 - 54 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 54"],
.news_list_editor [style*="font-size: 54."],
.news_list_editor [style*="font-size:54"],
.news_list_editor [style*="font-size:54."] {
    font-size: calc(54rem * .1 * (0.89 - 54 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 55"],
.news_list_editor [style*="font-size: 55."],
.news_list_editor [style*="font-size:55"],
.news_list_editor [style*="font-size:55."] {
  font-size: calc(55rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 55"],
.news_list_editor [style*="font-size: 55."],
.news_list_editor [style*="font-size:55"],
.news_list_editor [style*="font-size:55."] {
    font-size: calc(55rem * .1 * (0.89 - 55 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 55"],
.news_list_editor [style*="font-size: 55."],
.news_list_editor [style*="font-size:55"],
.news_list_editor [style*="font-size:55."] {
    font-size: calc(55rem * .1 * (0.89 - 55 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 56"],
.news_list_editor [style*="font-size: 56."],
.news_list_editor [style*="font-size:56"],
.news_list_editor [style*="font-size:56."] {
  font-size: calc(56rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 56"],
.news_list_editor [style*="font-size: 56."],
.news_list_editor [style*="font-size:56"],
.news_list_editor [style*="font-size:56."] {
    font-size: calc(56rem * .1 * (0.89 - 56 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 56"],
.news_list_editor [style*="font-size: 56."],
.news_list_editor [style*="font-size:56"],
.news_list_editor [style*="font-size:56."] {
    font-size: calc(56rem * .1 * (0.89 - 56 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 57"],
.news_list_editor [style*="font-size: 57."],
.news_list_editor [style*="font-size:57"],
.news_list_editor [style*="font-size:57."] {
  font-size: calc(57rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 57"],
.news_list_editor [style*="font-size: 57."],
.news_list_editor [style*="font-size:57"],
.news_list_editor [style*="font-size:57."] {
    font-size: calc(57rem * .1 * (0.89 - 57 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 57"],
.news_list_editor [style*="font-size: 57."],
.news_list_editor [style*="font-size:57"],
.news_list_editor [style*="font-size:57."] {
    font-size: calc(57rem * .1 * (0.89 - 57 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 58"],
.news_list_editor [style*="font-size: 58."],
.news_list_editor [style*="font-size:58"],
.news_list_editor [style*="font-size:58."] {
  font-size: calc(58rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 58"],
.news_list_editor [style*="font-size: 58."],
.news_list_editor [style*="font-size:58"],
.news_list_editor [style*="font-size:58."] {
    font-size: calc(58rem * .1 * (0.89 - 58 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 58"],
.news_list_editor [style*="font-size: 58."],
.news_list_editor [style*="font-size:58"],
.news_list_editor [style*="font-size:58."] {
    font-size: calc(58rem * .1 * (0.89 - 58 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 59"],
.news_list_editor [style*="font-size: 59."],
.news_list_editor [style*="font-size:59"],
.news_list_editor [style*="font-size:59."] {
  font-size: calc(59rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 59"],
.news_list_editor [style*="font-size: 59."],
.news_list_editor [style*="font-size:59"],
.news_list_editor [style*="font-size:59."] {
    font-size: calc(59rem * .1 * (0.89 - 59 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 59"],
.news_list_editor [style*="font-size: 59."],
.news_list_editor [style*="font-size:59"],
.news_list_editor [style*="font-size:59."] {
    font-size: calc(59rem * .1 * (0.89 - 59 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 60"],
.news_list_editor [style*="font-size: 60."],
.news_list_editor [style*="font-size:60"],
.news_list_editor [style*="font-size:60."] {
  font-size: calc(60rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 60"],
.news_list_editor [style*="font-size: 60."],
.news_list_editor [style*="font-size:60"],
.news_list_editor [style*="font-size:60."] {
    font-size: calc(60rem * .1 * (0.89 - 60 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 60"],
.news_list_editor [style*="font-size: 60."],
.news_list_editor [style*="font-size:60"],
.news_list_editor [style*="font-size:60."] {
    font-size: calc(60rem * .1 * (0.89 - 60 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 61"],
.news_list_editor [style*="font-size: 61."],
.news_list_editor [style*="font-size:61"],
.news_list_editor [style*="font-size:61."] {
  font-size: calc(61rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 61"],
.news_list_editor [style*="font-size: 61."],
.news_list_editor [style*="font-size:61"],
.news_list_editor [style*="font-size:61."] {
    font-size: calc(61rem * .1 * (0.89 - 61 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 61"],
.news_list_editor [style*="font-size: 61."],
.news_list_editor [style*="font-size:61"],
.news_list_editor [style*="font-size:61."] {
    font-size: calc(61rem * .1 * (0.89 - 61 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 62"],
.news_list_editor [style*="font-size: 62."],
.news_list_editor [style*="font-size:62"],
.news_list_editor [style*="font-size:62."] {
  font-size: calc(62rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 62"],
.news_list_editor [style*="font-size: 62."],
.news_list_editor [style*="font-size:62"],
.news_list_editor [style*="font-size:62."] {
    font-size: calc(62rem * .1 * (0.89 - 62 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 62"],
.news_list_editor [style*="font-size: 62."],
.news_list_editor [style*="font-size:62"],
.news_list_editor [style*="font-size:62."] {
    font-size: calc(62rem * .1 * (0.89 - 62 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 63"],
.news_list_editor [style*="font-size: 63."],
.news_list_editor [style*="font-size:63"],
.news_list_editor [style*="font-size:63."] {
  font-size: calc(63rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 63"],
.news_list_editor [style*="font-size: 63."],
.news_list_editor [style*="font-size:63"],
.news_list_editor [style*="font-size:63."] {
    font-size: calc(63rem * .1 * (0.89 - 63 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 63"],
.news_list_editor [style*="font-size: 63."],
.news_list_editor [style*="font-size:63"],
.news_list_editor [style*="font-size:63."] {
    font-size: calc(63rem * .1 * (0.89 - 63 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 64"],
.news_list_editor [style*="font-size: 64."],
.news_list_editor [style*="font-size:64"],
.news_list_editor [style*="font-size:64."] {
  font-size: calc(64rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 64"],
.news_list_editor [style*="font-size: 64."],
.news_list_editor [style*="font-size:64"],
.news_list_editor [style*="font-size:64."] {
    font-size: calc(64rem * .1 * (0.89 - 64 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 64"],
.news_list_editor [style*="font-size: 64."],
.news_list_editor [style*="font-size:64"],
.news_list_editor [style*="font-size:64."] {
    font-size: calc(64rem * .1 * (0.89 - 64 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 65"],
.news_list_editor [style*="font-size: 65."],
.news_list_editor [style*="font-size:65"],
.news_list_editor [style*="font-size:65."] {
  font-size: calc(65rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 65"],
.news_list_editor [style*="font-size: 65."],
.news_list_editor [style*="font-size:65"],
.news_list_editor [style*="font-size:65."] {
    font-size: calc(65rem * .1 * (0.89 - 65 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 65"],
.news_list_editor [style*="font-size: 65."],
.news_list_editor [style*="font-size:65"],
.news_list_editor [style*="font-size:65."] {
    font-size: calc(65rem * .1 * (0.89 - 65 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 66"],
.news_list_editor [style*="font-size: 66."],
.news_list_editor [style*="font-size:66"],
.news_list_editor [style*="font-size:66."] {
  font-size: calc(66rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 66"],
.news_list_editor [style*="font-size: 66."],
.news_list_editor [style*="font-size:66"],
.news_list_editor [style*="font-size:66."] {
    font-size: calc(66rem * .1 * (0.89 - 66 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 66"],
.news_list_editor [style*="font-size: 66."],
.news_list_editor [style*="font-size:66"],
.news_list_editor [style*="font-size:66."] {
    font-size: calc(66rem * .1 * (0.89 - 66 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 67"],
.news_list_editor [style*="font-size: 67."],
.news_list_editor [style*="font-size:67"],
.news_list_editor [style*="font-size:67."] {
  font-size: calc(67rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 67"],
.news_list_editor [style*="font-size: 67."],
.news_list_editor [style*="font-size:67"],
.news_list_editor [style*="font-size:67."] {
    font-size: calc(67rem * .1 * (0.89 - 67 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 67"],
.news_list_editor [style*="font-size: 67."],
.news_list_editor [style*="font-size:67"],
.news_list_editor [style*="font-size:67."] {
    font-size: calc(67rem * .1 * (0.89 - 67 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 68"],
.news_list_editor [style*="font-size: 68."],
.news_list_editor [style*="font-size:68"],
.news_list_editor [style*="font-size:68."] {
  font-size: calc(68rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 68"],
.news_list_editor [style*="font-size: 68."],
.news_list_editor [style*="font-size:68"],
.news_list_editor [style*="font-size:68."] {
    font-size: calc(68rem * .1 * (0.89 - 68 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 68"],
.news_list_editor [style*="font-size: 68."],
.news_list_editor [style*="font-size:68"],
.news_list_editor [style*="font-size:68."] {
    font-size: calc(68rem * .1 * (0.89 - 68 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 69"],
.news_list_editor [style*="font-size: 69."],
.news_list_editor [style*="font-size:69"],
.news_list_editor [style*="font-size:69."] {
  font-size: calc(69rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 69"],
.news_list_editor [style*="font-size: 69."],
.news_list_editor [style*="font-size:69"],
.news_list_editor [style*="font-size:69."] {
    font-size: calc(69rem * .1 * (0.89 - 69 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 69"],
.news_list_editor [style*="font-size: 69."],
.news_list_editor [style*="font-size:69"],
.news_list_editor [style*="font-size:69."] {
    font-size: calc(69rem * .1 * (0.89 - 69 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 70"],
.news_list_editor [style*="font-size: 70."],
.news_list_editor [style*="font-size:70"],
.news_list_editor [style*="font-size:70."] {
  font-size: calc(70rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 70"],
.news_list_editor [style*="font-size: 70."],
.news_list_editor [style*="font-size:70"],
.news_list_editor [style*="font-size:70."] {
    font-size: calc(70rem * .1 * (0.89 - 70 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 70"],
.news_list_editor [style*="font-size: 70."],
.news_list_editor [style*="font-size:70"],
.news_list_editor [style*="font-size:70."] {
    font-size: calc(70rem * .1 * (0.89 - 70 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 71"],
.news_list_editor [style*="font-size: 71."],
.news_list_editor [style*="font-size:71"],
.news_list_editor [style*="font-size:71."] {
  font-size: calc(71rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 71"],
.news_list_editor [style*="font-size: 71."],
.news_list_editor [style*="font-size:71"],
.news_list_editor [style*="font-size:71."] {
    font-size: calc(71rem * .1 * (0.89 - 71 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 71"],
.news_list_editor [style*="font-size: 71."],
.news_list_editor [style*="font-size:71"],
.news_list_editor [style*="font-size:71."] {
    font-size: calc(71rem * .1 * (0.89 - 71 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 72"],
.news_list_editor [style*="font-size: 72."],
.news_list_editor [style*="font-size:72"],
.news_list_editor [style*="font-size:72."] {
  font-size: calc(72rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 72"],
.news_list_editor [style*="font-size: 72."],
.news_list_editor [style*="font-size:72"],
.news_list_editor [style*="font-size:72."] {
    font-size: calc(72rem * .1 * (0.89 - 72 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 72"],
.news_list_editor [style*="font-size: 72."],
.news_list_editor [style*="font-size:72"],
.news_list_editor [style*="font-size:72."] {
    font-size: calc(72rem * .1 * (0.89 - 72 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 73"],
.news_list_editor [style*="font-size: 73."],
.news_list_editor [style*="font-size:73"],
.news_list_editor [style*="font-size:73."] {
  font-size: calc(73rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 73"],
.news_list_editor [style*="font-size: 73."],
.news_list_editor [style*="font-size:73"],
.news_list_editor [style*="font-size:73."] {
    font-size: calc(73rem * .1 * (0.89 - 73 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 73"],
.news_list_editor [style*="font-size: 73."],
.news_list_editor [style*="font-size:73"],
.news_list_editor [style*="font-size:73."] {
    font-size: calc(73rem * .1 * (0.89 - 73 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 74"],
.news_list_editor [style*="font-size: 74."],
.news_list_editor [style*="font-size:74"],
.news_list_editor [style*="font-size:74."] {
  font-size: calc(74rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 74"],
.news_list_editor [style*="font-size: 74."],
.news_list_editor [style*="font-size:74"],
.news_list_editor [style*="font-size:74."] {
    font-size: calc(74rem * .1 * (0.89 - 74 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 74"],
.news_list_editor [style*="font-size: 74."],
.news_list_editor [style*="font-size:74"],
.news_list_editor [style*="font-size:74."] {
    font-size: calc(74rem * .1 * (0.89 - 74 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 75"],
.news_list_editor [style*="font-size: 75."],
.news_list_editor [style*="font-size:75"],
.news_list_editor [style*="font-size:75."] {
  font-size: calc(75rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 75"],
.news_list_editor [style*="font-size: 75."],
.news_list_editor [style*="font-size:75"],
.news_list_editor [style*="font-size:75."] {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 75"],
.news_list_editor [style*="font-size: 75."],
.news_list_editor [style*="font-size:75"],
.news_list_editor [style*="font-size:75."] {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 76"],
.news_list_editor [style*="font-size: 76."],
.news_list_editor [style*="font-size:76"],
.news_list_editor [style*="font-size:76."] {
  font-size: calc(76rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 76"],
.news_list_editor [style*="font-size: 76."],
.news_list_editor [style*="font-size:76"],
.news_list_editor [style*="font-size:76."] {
    font-size: calc(76rem * .1 * (0.89 - 76 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 76"],
.news_list_editor [style*="font-size: 76."],
.news_list_editor [style*="font-size:76"],
.news_list_editor [style*="font-size:76."] {
    font-size: calc(76rem * .1 * (0.89 - 76 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 77"],
.news_list_editor [style*="font-size: 77."],
.news_list_editor [style*="font-size:77"],
.news_list_editor [style*="font-size:77."] {
  font-size: calc(77rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 77"],
.news_list_editor [style*="font-size: 77."],
.news_list_editor [style*="font-size:77"],
.news_list_editor [style*="font-size:77."] {
    font-size: calc(77rem * .1 * (0.89 - 77 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 77"],
.news_list_editor [style*="font-size: 77."],
.news_list_editor [style*="font-size:77"],
.news_list_editor [style*="font-size:77."] {
    font-size: calc(77rem * .1 * (0.89 - 77 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 78"],
.news_list_editor [style*="font-size: 78."],
.news_list_editor [style*="font-size:78"],
.news_list_editor [style*="font-size:78."] {
  font-size: calc(78rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 78"],
.news_list_editor [style*="font-size: 78."],
.news_list_editor [style*="font-size:78"],
.news_list_editor [style*="font-size:78."] {
    font-size: calc(78rem * .1 * (0.89 - 78 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 78"],
.news_list_editor [style*="font-size: 78."],
.news_list_editor [style*="font-size:78"],
.news_list_editor [style*="font-size:78."] {
    font-size: calc(78rem * .1 * (0.89 - 78 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 79"],
.news_list_editor [style*="font-size: 79."],
.news_list_editor [style*="font-size:79"],
.news_list_editor [style*="font-size:79."] {
  font-size: calc(79rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 79"],
.news_list_editor [style*="font-size: 79."],
.news_list_editor [style*="font-size:79"],
.news_list_editor [style*="font-size:79."] {
    font-size: calc(79rem * .1 * (0.89 - 79 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 79"],
.news_list_editor [style*="font-size: 79."],
.news_list_editor [style*="font-size:79"],
.news_list_editor [style*="font-size:79."] {
    font-size: calc(79rem * .1 * (0.89 - 79 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 80"],
.news_list_editor [style*="font-size: 80."],
.news_list_editor [style*="font-size:80"],
.news_list_editor [style*="font-size:80."] {
  font-size: calc(80rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 80"],
.news_list_editor [style*="font-size: 80."],
.news_list_editor [style*="font-size:80"],
.news_list_editor [style*="font-size:80."] {
    font-size: calc(80rem * .1 * (0.89 - 80 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 80"],
.news_list_editor [style*="font-size: 80."],
.news_list_editor [style*="font-size:80"],
.news_list_editor [style*="font-size:80."] {
    font-size: calc(80rem * .1 * (0.89 - 80 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 81"],
.news_list_editor [style*="font-size: 81."],
.news_list_editor [style*="font-size:81"],
.news_list_editor [style*="font-size:81."] {
  font-size: calc(81rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 81"],
.news_list_editor [style*="font-size: 81."],
.news_list_editor [style*="font-size:81"],
.news_list_editor [style*="font-size:81."] {
    font-size: calc(81rem * .1 * (0.89 - 81 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 81"],
.news_list_editor [style*="font-size: 81."],
.news_list_editor [style*="font-size:81"],
.news_list_editor [style*="font-size:81."] {
    font-size: calc(81rem * .1 * (0.89 - 81 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 82"],
.news_list_editor [style*="font-size: 82."],
.news_list_editor [style*="font-size:82"],
.news_list_editor [style*="font-size:82."] {
  font-size: calc(82rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 82"],
.news_list_editor [style*="font-size: 82."],
.news_list_editor [style*="font-size:82"],
.news_list_editor [style*="font-size:82."] {
    font-size: calc(82rem * .1 * (0.89 - 82 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 82"],
.news_list_editor [style*="font-size: 82."],
.news_list_editor [style*="font-size:82"],
.news_list_editor [style*="font-size:82."] {
    font-size: calc(82rem * .1 * (0.89 - 82 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 83"],
.news_list_editor [style*="font-size: 83."],
.news_list_editor [style*="font-size:83"],
.news_list_editor [style*="font-size:83."] {
  font-size: calc(83rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 83"],
.news_list_editor [style*="font-size: 83."],
.news_list_editor [style*="font-size:83"],
.news_list_editor [style*="font-size:83."] {
    font-size: calc(83rem * .1 * (0.89 - 83 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 83"],
.news_list_editor [style*="font-size: 83."],
.news_list_editor [style*="font-size:83"],
.news_list_editor [style*="font-size:83."] {
    font-size: calc(83rem * .1 * (0.89 - 83 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 84"],
.news_list_editor [style*="font-size: 84."],
.news_list_editor [style*="font-size:84"],
.news_list_editor [style*="font-size:84."] {
  font-size: calc(84rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 84"],
.news_list_editor [style*="font-size: 84."],
.news_list_editor [style*="font-size:84"],
.news_list_editor [style*="font-size:84."] {
    font-size: calc(84rem * .1 * (0.89 - 84 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 84"],
.news_list_editor [style*="font-size: 84."],
.news_list_editor [style*="font-size:84"],
.news_list_editor [style*="font-size:84."] {
    font-size: calc(84rem * .1 * (0.89 - 84 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 85"],
.news_list_editor [style*="font-size: 85."],
.news_list_editor [style*="font-size:85"],
.news_list_editor [style*="font-size:85."] {
  font-size: calc(85rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 85"],
.news_list_editor [style*="font-size: 85."],
.news_list_editor [style*="font-size:85"],
.news_list_editor [style*="font-size:85."] {
    font-size: calc(85rem * .1 * (0.89 - 85 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 85"],
.news_list_editor [style*="font-size: 85."],
.news_list_editor [style*="font-size:85"],
.news_list_editor [style*="font-size:85."] {
    font-size: calc(85rem * .1 * (0.89 - 85 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 86"],
.news_list_editor [style*="font-size: 86."],
.news_list_editor [style*="font-size:86"],
.news_list_editor [style*="font-size:86."] {
  font-size: calc(86rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 86"],
.news_list_editor [style*="font-size: 86."],
.news_list_editor [style*="font-size:86"],
.news_list_editor [style*="font-size:86."] {
    font-size: calc(86rem * .1 * (0.89 - 86 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 86"],
.news_list_editor [style*="font-size: 86."],
.news_list_editor [style*="font-size:86"],
.news_list_editor [style*="font-size:86."] {
    font-size: calc(86rem * .1 * (0.89 - 86 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 87"],
.news_list_editor [style*="font-size: 87."],
.news_list_editor [style*="font-size:87"],
.news_list_editor [style*="font-size:87."] {
  font-size: calc(87rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 87"],
.news_list_editor [style*="font-size: 87."],
.news_list_editor [style*="font-size:87"],
.news_list_editor [style*="font-size:87."] {
    font-size: calc(87rem * .1 * (0.89 - 87 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 87"],
.news_list_editor [style*="font-size: 87."],
.news_list_editor [style*="font-size:87"],
.news_list_editor [style*="font-size:87."] {
    font-size: calc(87rem * .1 * (0.89 - 87 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 88"],
.news_list_editor [style*="font-size: 88."],
.news_list_editor [style*="font-size:88"],
.news_list_editor [style*="font-size:88."] {
  font-size: calc(88rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 88"],
.news_list_editor [style*="font-size: 88."],
.news_list_editor [style*="font-size:88"],
.news_list_editor [style*="font-size:88."] {
    font-size: calc(88rem * .1 * (0.89 - 88 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 88"],
.news_list_editor [style*="font-size: 88."],
.news_list_editor [style*="font-size:88"],
.news_list_editor [style*="font-size:88."] {
    font-size: calc(88rem * .1 * (0.89 - 88 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 89"],
.news_list_editor [style*="font-size: 89."],
.news_list_editor [style*="font-size:89"],
.news_list_editor [style*="font-size:89."] {
  font-size: calc(89rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 89"],
.news_list_editor [style*="font-size: 89."],
.news_list_editor [style*="font-size:89"],
.news_list_editor [style*="font-size:89."] {
    font-size: calc(89rem * .1 * (0.89 - 89 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 89"],
.news_list_editor [style*="font-size: 89."],
.news_list_editor [style*="font-size:89"],
.news_list_editor [style*="font-size:89."] {
    font-size: calc(89rem * .1 * (0.89 - 89 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 90"],
.news_list_editor [style*="font-size: 90."],
.news_list_editor [style*="font-size:90"],
.news_list_editor [style*="font-size:90."] {
  font-size: calc(90rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 90"],
.news_list_editor [style*="font-size: 90."],
.news_list_editor [style*="font-size:90"],
.news_list_editor [style*="font-size:90."] {
    font-size: calc(90rem * .1 * (0.89 - 90 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 90"],
.news_list_editor [style*="font-size: 90."],
.news_list_editor [style*="font-size:90"],
.news_list_editor [style*="font-size:90."] {
    font-size: calc(90rem * .1 * (0.89 - 90 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 91"],
.news_list_editor [style*="font-size: 91."],
.news_list_editor [style*="font-size:91"],
.news_list_editor [style*="font-size:91."] {
  font-size: calc(91rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 91"],
.news_list_editor [style*="font-size: 91."],
.news_list_editor [style*="font-size:91"],
.news_list_editor [style*="font-size:91."] {
    font-size: calc(91rem * .1 * (0.89 - 91 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 91"],
.news_list_editor [style*="font-size: 91."],
.news_list_editor [style*="font-size:91"],
.news_list_editor [style*="font-size:91."] {
    font-size: calc(91rem * .1 * (0.89 - 91 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 92"],
.news_list_editor [style*="font-size: 92."],
.news_list_editor [style*="font-size:92"],
.news_list_editor [style*="font-size:92."] {
  font-size: calc(92rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 92"],
.news_list_editor [style*="font-size: 92."],
.news_list_editor [style*="font-size:92"],
.news_list_editor [style*="font-size:92."] {
    font-size: calc(92rem * .1 * (0.89 - 92 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 92"],
.news_list_editor [style*="font-size: 92."],
.news_list_editor [style*="font-size:92"],
.news_list_editor [style*="font-size:92."] {
    font-size: calc(92rem * .1 * (0.89 - 92 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 93"],
.news_list_editor [style*="font-size: 93."],
.news_list_editor [style*="font-size:93"],
.news_list_editor [style*="font-size:93."] {
  font-size: calc(93rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 93"],
.news_list_editor [style*="font-size: 93."],
.news_list_editor [style*="font-size:93"],
.news_list_editor [style*="font-size:93."] {
    font-size: calc(93rem * .1 * (0.89 - 93 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 93"],
.news_list_editor [style*="font-size: 93."],
.news_list_editor [style*="font-size:93"],
.news_list_editor [style*="font-size:93."] {
    font-size: calc(93rem * .1 * (0.89 - 93 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 94"],
.news_list_editor [style*="font-size: 94."],
.news_list_editor [style*="font-size:94"],
.news_list_editor [style*="font-size:94."] {
  font-size: calc(94rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 94"],
.news_list_editor [style*="font-size: 94."],
.news_list_editor [style*="font-size:94"],
.news_list_editor [style*="font-size:94."] {
    font-size: calc(94rem * .1 * (0.89 - 94 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 94"],
.news_list_editor [style*="font-size: 94."],
.news_list_editor [style*="font-size:94"],
.news_list_editor [style*="font-size:94."] {
    font-size: calc(94rem * .1 * (0.89 - 94 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 95"],
.news_list_editor [style*="font-size: 95."],
.news_list_editor [style*="font-size:95"],
.news_list_editor [style*="font-size:95."] {
  font-size: calc(95rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 95"],
.news_list_editor [style*="font-size: 95."],
.news_list_editor [style*="font-size:95"],
.news_list_editor [style*="font-size:95."] {
    font-size: calc(95rem * .1 * (0.89 - 95 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 95"],
.news_list_editor [style*="font-size: 95."],
.news_list_editor [style*="font-size:95"],
.news_list_editor [style*="font-size:95."] {
    font-size: calc(95rem * .1 * (0.89 - 95 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 96"],
.news_list_editor [style*="font-size: 96."],
.news_list_editor [style*="font-size:96"],
.news_list_editor [style*="font-size:96."] {
  font-size: calc(96rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 96"],
.news_list_editor [style*="font-size: 96."],
.news_list_editor [style*="font-size:96"],
.news_list_editor [style*="font-size:96."] {
    font-size: calc(96rem * .1 * (0.89 - 96 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 96"],
.news_list_editor [style*="font-size: 96."],
.news_list_editor [style*="font-size:96"],
.news_list_editor [style*="font-size:96."] {
    font-size: calc(96rem * .1 * (0.89 - 96 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 97"],
.news_list_editor [style*="font-size: 97."],
.news_list_editor [style*="font-size:97"],
.news_list_editor [style*="font-size:97."] {
  font-size: calc(97rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 97"],
.news_list_editor [style*="font-size: 97."],
.news_list_editor [style*="font-size:97"],
.news_list_editor [style*="font-size:97."] {
    font-size: calc(97rem * .1 * (0.89 - 97 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 97"],
.news_list_editor [style*="font-size: 97."],
.news_list_editor [style*="font-size:97"],
.news_list_editor [style*="font-size:97."] {
    font-size: calc(97rem * .1 * (0.89 - 97 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 98"],
.news_list_editor [style*="font-size: 98."],
.news_list_editor [style*="font-size:98"],
.news_list_editor [style*="font-size:98."] {
  font-size: calc(98rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 98"],
.news_list_editor [style*="font-size: 98."],
.news_list_editor [style*="font-size:98"],
.news_list_editor [style*="font-size:98."] {
    font-size: calc(98rem * .1 * (0.89 - 98 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 98"],
.news_list_editor [style*="font-size: 98."],
.news_list_editor [style*="font-size:98"],
.news_list_editor [style*="font-size:98."] {
    font-size: calc(98rem * .1 * (0.89 - 98 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 99"],
.news_list_editor [style*="font-size: 99."],
.news_list_editor [style*="font-size:99"],
.news_list_editor [style*="font-size:99."] {
  font-size: calc(99rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 99"],
.news_list_editor [style*="font-size: 99."],
.news_list_editor [style*="font-size:99"],
.news_list_editor [style*="font-size:99."] {
    font-size: calc(99rem * .1 * (0.89 - 99 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 99"],
.news_list_editor [style*="font-size: 99."],
.news_list_editor [style*="font-size:99"],
.news_list_editor [style*="font-size:99."] {
    font-size: calc(99rem * .1 * (0.89 - 99 / 10 / 20)) !important;
  }
}

.news_list_editor [style*="font-size: 100"],
.news_list_editor [style*="font-size: 100."],
.news_list_editor [style*="font-size:100"],
.news_list_editor [style*="font-size:100."] {
  font-size: calc(100rem * .1) !important;
}
@media screen and (max-width: 800px) {
  .news_list_editor [style*="font-size: 100"],
.news_list_editor [style*="font-size: 100."],
.news_list_editor [style*="font-size:100"],
.news_list_editor [style*="font-size:100."] {
    font-size: calc(100rem * .1 * (0.89 - 100 / 10 / 50)) !important;
  }
}
@media screen and (max-width: 560px) {
  .news_list_editor [style*="font-size: 100"],
.news_list_editor [style*="font-size: 100."],
.news_list_editor [style*="font-size:100"],
.news_list_editor [style*="font-size:100."] {
    font-size: calc(100rem * .1 * (0.89 - 100 / 10 / 20)) !important;
  }
}

.news_list_editor img {
  display: inline-block;
  /* width: auto; */
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  vertical-align: bottom;
}

.news_list_editor iframe[src*=youtube] {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.news_list_editor iframe[src*=google][src*=map] {
  display: inline-block;
  max-width: 100%;
  max-height: 60rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.news_list_editor strong {
  display: inline;
  font-weight: 900;
}

.news_list_editor em {
  font-style: italic;
}

.news_list_editor a {
  display: inline;
  text-decoration: underline;
  color: #00bfbf;
  word-break: break-all;
}
.news_list_editor a:hover {
  color: #f1b821;
}

.news_list_editor table {
  margin: 0 0 0.5rem 0;
  word-break: break-all;
  table-layout: fixed;
}

.news_list_editor th,
.news_list_editor td {
  margin: 0 0 0.5rem 0rem;
  padding: 0.6rem 0.5rem;
  border: 1px solid #333333;
}

.news_list_editor th {
  color: #ffffff;
  background-color: #00bfbf;
}

.news_list_editor td {
  background-color: #FFFFFF;
}

.news_list_editor ul {
  list-style-type: disc;
}

.news_list_editor ol {
  list-style-type: decimal;
}

.news_list_editor ul,
.news_list_editor ol {
  margin: 0 0 0.5rem 0;
}
.news_list_editor ul > li,
.news_list_editor ol > li {
  list-style-type: inherit;
  margin: 0 0 0.66em 1.7em;
}
.news_list_editor ul > li::marker,
.news_list_editor ol > li::marker {
  color: #00bfbf;
}

.news_list_editor blockquote {
  color: #333333;
  background-color: #F3F3F3;
  padding: 0.8em 1.2em;
}

/* office ////////////////////////////////////////////////////////////////////////// */
.sections-area--section {
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .sections-area--section {
    margin-top: 9.6rem;
  }
}
@media screen and (max-width: 560px) {
  .sections-area--section {
    margin-top: 7.2rem;
  }
}
.sections-area--section:empty {
  margin-bottom: -12rem;
}
@media screen and (max-width: 800px) {
  .sections-area--section:empty {
    margin-bottom: -9.6rem;
  }
}
@media screen and (max-width: 560px) {
  .sections-area--section:empty {
    margin-bottom: -7.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .sections-area--section {
    padding-left: 3%;
    padding-right: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.sections-area--section--img {
  width: 50%;
  height: 49.5rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sections-area--section--img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .sections-area--section--img {
    height: 35rem;
  }
}
@media screen and (max-width: 560px) {
  .sections-area--section--img {
    height: 30rem;
  }
}
.sections-area--section--content {
  width: 100%;
  max-width: 60rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1000px) {
  .sections-area--section--content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.sections-area--section:first-of-type {
  margin-top: 0;
}
.sections-area--section:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .sections-area--section:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sections-area--section--img img {
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 1000px) {
  .sections-area--section--img img {
    border-radius: 3rem;
  }
}

.office_mainoffice_txtbox {
  font-size: calc(15rem * .1);
  line-height: 1.5;
  font-weight: 400;
}

.office_mainoffice_map {
  width: 100%;
}
.office_mainoffice_map::before {
  width: 100%;
  height: 25rem;
  padding-top: 0;
}

.office_mainoffice_map iframe {
  border: none;
}

.office_salesoffice_box {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .office_salesoffice_box {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .office_salesoffice_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.office_salesoffice_box_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem;
  max-width: 50%;
  min-width: 50rem;
  border-radius: 3rem 0 0 3rem;
  background-color: #FEF8E9;
}
@media screen and (max-width: 1000px) {
  .office_salesoffice_box_left {
    width: 100%;
    min-width: 100%;
    border-radius: 3rem 3rem 0 0;
  }
}
@media screen and (max-width: 800px) {
  .office_salesoffice_box_left {
    padding: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.office_salesoffice_box_left_info {
  font-size: calc(15rem * .1);
  line-height: 1.5;
  font-weight: 400;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.office_salesoffice_box_left_info .cmn_underline {
  font-size: calc(28rem * .1);
}
@media screen and (max-width: 800px) {
  .office_salesoffice_box_left_info .cmn_underline {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box_left_info .cmn_underline {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 20));
  }
}

.office_salesoffice_box_left_info dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .office_salesoffice_box_left_info dl div {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box_left_info dl div {
    margin-top: 0.3rem;
  }
}

.office_salesoffice_box_left_info dl div dt {
  margin-right: 1rem;
  width: 6.5rem;
  font-size: calc(12rem * .1);
  color: #ffffff;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .office_salesoffice_box_left_info dl div dt {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box_left_info dl div dt {
    margin-right: 0.6rem;
  }
}

.office_salesoffice_box_left_info dl div dt span {
  display: inline-block;
}

dt.office_salesoffice_box_left_info_dl_multi {
  background: linear-gradient(120deg, #00bfbf 50%, #f1b821 50%);
}

.office_salesoffice_box_left_info dl div dt.w95 {
  width: 9.5rem;
}

.office_salesoffice_box_left_imgbox {
  margin-right: 2rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 800px) {
  .office_salesoffice_box_left_imgbox {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box_left_imgbox {
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .office_salesoffice_box_left_imgbox {
    width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box_left_imgbox {
    margin-right: 0rem;
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .office_salesoffice_box_left_imgbox {
    margin-right: 0rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .office_salesoffice_box_left_imgbox {
    margin-right: 0rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .office_salesoffice_box_left_imgbox {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .office_salesoffice_box_left_imgbox {
    margin-bottom: 1.8rem;
  }
}

.office_salesoffice_box_left_imgbox ul {
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .office_salesoffice_box_left_imgbox ul {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box_left_imgbox ul {
    margin-bottom: 0.6rem;
  }
}

.office_salesoffice_box_left_imgbox li {
  display: inline-block;
  margin-right: 0.2rem;
  color: #ffffff;
  padding: 0.05rem 0.5rem;
  font-size: calc(12rem * .1);
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .office_salesoffice_box_left_imgbox li {
    margin-right: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .office_salesoffice_box_left_imgbox li {
    margin-right: 0.12rem;
  }
}

.office_salesoffice_box_left_imgbox_img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 20rem;
  min-height: 20rem;
}
@media screen and (max-width: 1000px) {
  .office_salesoffice_box_left_imgbox_img {
    width: 100%;
    max-width: 100%;
    max-height: 30rem;
  }
}

.office_salesoffice_box_map {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .office_salesoffice_box_map {
    height: 30rem;
  }
}

.office_salesoffice_box_map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

/* privacy ////////////////////////////////////////////////////////////////////////// */
.page_privacy_body h3 {
  font-size: calc(24rem * .1);
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 800px) {
  .page_privacy_body h3 {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .page_privacy_body h3 {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .page_privacy_body h3 {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .page_privacy_body h3 {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .page_privacy_body h3 {
    margin-bottom: 0.96rem;
  }
}
@media screen and (max-width: 560px) {
  .page_privacy_body h3 {
    margin-bottom: 0.72rem;
  }
}

.page_privacy_body p, .page_privacy_body ol, .page_privacy_body ol li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .page_privacy_body p, .page_privacy_body ol, .page_privacy_body ol li {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .page_privacy_body p, .page_privacy_body ol, .page_privacy_body ol li {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 800px) {
  .page_privacy_body p, .page_privacy_body ol, .page_privacy_body ol li {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .page_privacy_body p, .page_privacy_body ol, .page_privacy_body ol li {
    margin-bottom: 0.6rem;
  }
}

.page_privacy_body ol {
  padding-left: 3rem;
}
@media screen and (max-width: 800px) {
  .page_privacy_body ol {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .page_privacy_body ol {
    padding-left: 1.8rem;
  }
}

.page_privacy_body ol li {
  list-style-type: decimal;
  line-height: 1.5;
}

.page_privacy_body p.privacy_tighten {
  margin-top: 2rem;
  margin-right: 3rem;
}
@media screen and (max-width: 800px) {
  .page_privacy_body p.privacy_tighten {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .page_privacy_body p.privacy_tighten {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .page_privacy_body p.privacy_tighten {
    margin-right: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .page_privacy_body p.privacy_tighten {
    margin-right: 1.8rem;
  }
}
.page_privacy_body p.privacy_tighten.right {
  text-align: right;
}

/* product ////////////////////////////////////////////////////////////////////////// */
.product_title {
  font-size: calc(50rem * .1);
  margin-bottom: 5rem;
  color: #00bfbf;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .product_title {
    font-size: calc(50rem * .1 * (0.89 - 50 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .product_title {
    font-size: calc(50rem * .1 * (0.89 - 50 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .product_title {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .product_title {
    margin-bottom: 3rem;
  }
}

.product_list, .rental_list {
  margin-top: 2rem;
  margin-right: -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .product_list, .rental_list {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .product_list, .rental_list {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .product_list, .rental_list {
    margin-right: -2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .product_list, .rental_list {
    margin-right: -1.8rem;
  }
}

.product_list {
  margin-bottom: 10rem;
}
@media screen and (max-width: 800px) {
  .product_list {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 560px) {
  .product_list {
    margin-bottom: 6rem;
  }
}

.product_list li,
.rental_list li {
  margin-top: 5rem;
  margin-right: 3rem;
  width: calc(33.3333333333% - 3rem);
}
@media screen and (max-width: 800px) {
  .product_list li,
.rental_list li {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .product_list li,
.rental_list li {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .product_list li,
.rental_list li {
    margin-right: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .product_list li,
.rental_list li {
    margin-right: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .product_list, .rental_list {
    margin-right: -2rem;
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  .product_list, .rental_list {
    margin-right: -1.6rem;
  }
}
@media only screen and (max-width: 800px) and (max-width: 560px) {
  .product_list, .rental_list {
    margin-right: -1.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .product_list li,
.rental_list li {
    margin-right: 2rem;
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  .product_list li,
.rental_list li {
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 800px) and (max-width: 560px) {
  .product_list li,
.rental_list li {
    margin-right: 1.2rem;
  }
}
@media only screen and (max-width: 450px) {
  .product_list, .rental_list {
    margin-right: 0rem;
    display: block;
  }
}
@media only screen and (max-width: 450px) and (max-width: 800px) {
  .product_list, .rental_list {
    margin-right: 0rem;
  }
}
@media only screen and (max-width: 450px) and (max-width: 560px) {
  .product_list, .rental_list {
    margin-right: 0rem;
  }
}
@media only screen and (max-width: 450px) {
  .product_list li, .rental_list li {
    width: 100%;
  }
}
.product_list li, .rental_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_list li h4, .rental_list li h3 {
  font-size: calc(18rem * .1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #00bfbf;
  line-height: 1.5;
  text-align: center;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
@media screen and (max-width: 800px) {
  .product_list li h4, .rental_list li h3 {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .product_list li h4, .rental_list li h3 {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .product_list li h4, .rental_list li h3 {
    padding-left: 0.96rem;
  }
}
@media screen and (max-width: 560px) {
  .product_list li h4, .rental_list li h3 {
    padding-left: 0.72rem;
  }
}
@media screen and (max-width: 800px) {
  .product_list li h4, .rental_list li h3 {
    padding-right: 0.96rem;
  }
}
@media screen and (max-width: 560px) {
  .product_list li h4, .rental_list li h3 {
    padding-right: 0.72rem;
  }
}
@media screen and (max-width: 560px) {
  .product_list li h4, .rental_list li h3 {
    font-size: calc(22rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .product_list li h4, .rental_list li h3 {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .product_list li h4, .rental_list li h3 {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 20));
  }
}

.product_list li p {
  padding: 2rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: justify;
  text-justify: distribute;
  background-color: #FEF8E9;
  height: 100%;
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

.product_list li img,
.rental_list li img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.rental_list figure {
  overflow: hidden;
}

.rental_list img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rental_list a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product_aftersupport {
  padding: 5.4rem 8%;
  border-radius: 3rem;
  background-color: #fef8e9;
  background-image: url(../img/product_aftersupport_bg_ico.svg);
  background-repeat: no-repeat;
  background-position: right clamp(2rem, 5vw, 5rem) bottom 1rem;
  background-size: clamp(10rem, 17.5vw, 14rem);
}

.product_aftersupport p {
  margin-top: 2rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .product_aftersupport p {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .product_aftersupport p {
    margin-top: 1.2rem;
  }
}

/* recruit ////////////////////////////////////////////////////////////////////////// */
.recruit_topmsg_2col {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 6rem;
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_topmsg_2col {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col {
    display: block;
  }
}

.recruit_topmsg_2col_imgbox {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 40rem;
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col_imgbox {
    width: 95%;
    height: auto;
    margin-left: auto;
  }
}

.recruit_topmsg_2col_imgbox_img {
  border-radius: 20rem 0 0 20rem;
}

.recruit_topmsg_2col_en {
  position: absolute;
  left: -0.14em;
  bottom: -0.13em;
  display: inline-block;
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: clamp(6.8rem, 6.8rem + 9.8 * (100vw - 36.5rem) / 103.5, 16.6rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col_en {
    left: -0.09em;
  }
}

.recruit_topmsg_2col_txtbox {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  min-height: 60rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox {
    width: 100%;
    min-height: 0;
    padding-top: calc(5rem + 5%);
    padding-left: 8%;
    padding-right: 8%;
    margin-top: -7%;
  }
}
.recruit_topmsg_2col_txtbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20rem;
  display: block;
  width: calc(50vw + 20rem + 1rem);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  height: 100%;
  background-color: rgba(0, 191, 191, 0.25);
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox::before {
    right: 0;
    width: 100vw;
    border-radius: 0;
  }
}
.recruit_topmsg_2col_txtbox.js-animate_scroll::before {
  -webkit-animation: my_anime_02 0.95s forwards 0s;
          animation: my_anime_02 0.95s forwards 0s;
  visibility: hidden;
}
.recruit_topmsg_2col_txtbox.js-animate_scroll .recruit_topmsg_2col_txtbox_title > span::after {
  -webkit-animation: my_anime_02 0.95s forwards 0.9s;
          animation: my_anime_02 0.95s forwards 0.9s;
  visibility: hidden;
}

.recruit_topmsg_2col_txtbox_conts {
  position: relative;
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox_conts {
    margin-right: auto;
  }
}

.recruit_topmsg_2col_txtbox_title {
  font-size: calc(30rem * .1);
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
@media screen and (max-width: 1000px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(26rem * .1);
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 50));
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(30rem * .1);
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(27rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_topmsg_2col_txtbox_title {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 20));
  }
}
.recruit_topmsg_2col_txtbox_title > span {
  max-width: none;
  width: 100%;
}
.recruit_topmsg_2col_txtbox_title > span::after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.recruit_topmsg_2col_txtbox_inner {
  padding-right: 1rem;
}
@media screen and (max-width: 800px) {
  .recruit_topmsg_2col_txtbox_inner {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_topmsg_2col_txtbox_inner {
    padding-right: 0.6rem;
  }
}

.recruit_jinzai_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .recruit_jinzai_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.recruit_jinzai_list_item {
  position: relative;
  width: 35rem;
  min-height: 35rem;
  padding-top: 5rem;
  z-index: 0;
  border-radius: 50%;
  background-color: #fef8e9;
}
@media screen and (max-width: 1100px) {
  .recruit_jinzai_list_item {
    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;
    padding-top: 0;
    margin: 1.5rem 3%;
  }
}
@media screen and (max-width: 800px) {
  .recruit_jinzai_list_item {
    width: 30rem;
    min-height: 30rem;
    padding-bottom: 1rem;
  }
}

.recruit_jinzai_list_no {
  display: block;
  color: #00bfbf;
  font-size: calc(75rem * .1);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .recruit_jinzai_list_no {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_jinzai_list_no {
    font-size: calc(75rem * .1 * (0.89 - 75 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .recruit_jinzai_list_no {
    font-size: calc(95rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_jinzai_list_no {
    font-size: calc(95rem * .1 * (0.89 - 95 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_jinzai_list_no {
    font-size: calc(95rem * .1 * (0.89 - 95 / 10 / 20));
  }
}

.recruit_jinzai_list_title {
  margin-top: 1.4rem;
  font-size: calc(20rem * .1);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .recruit_jinzai_list_title {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_jinzai_list_title {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .recruit_jinzai_list_title {
    font-size: calc(24rem * .1);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .recruit_jinzai_list_title {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 50));
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .recruit_jinzai_list_title {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 20));
  }
}

.recruit_jinzai_list_outline {
  width: 80%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  color: #000000;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 560px) {
  .recruit_jinzai_list_outline {
    width: 76%;
    max-width: none;
    margin-top: 1.7rem;
    font-size: 1.4rem;
  }
}

.recruit_voicelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 800px) {
  .recruit_voicelist {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_voicelist {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_voicelist {
    display: block;
  }
}

.recruit_voicelist_item {
  width: 32%;
  max-width: 30rem;
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_item + .recruit_voicelist_item {
    margin-top: 6rem;
  }
}

.recruit_voicelist_jobtype {
  display: inline-block;
  padding: 0.6rem clamp(1rem, 1rem + 1.2 * (100vw - 56rem) / 44, 2.2rem);
  color: #ffffff;
  font-size: clamp(1.6rem, 1.6rem + 0.9 * (100vw - 56rem) / 44, 2.5rem);
  line-height: 1.4;
  background-color: #f1b821;
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_jobtype {
    padding: 0.6rem 1.6rem;
    font-size: calc(28rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_voicelist_jobtype {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_voicelist_jobtype {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 20));
  }
}

.recruit_voicelist_imgbox {
  overflow: hidden;
  cursor: pointer;
}
.recruit_voicelist_imgbox:hover .recruit_voicelist_img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.recruit_voicelist_img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.recruit_voicelist_name {
  padding: 0.6rem 0.5em;
  color: #ffffff;
  background-color: #00bfbf;
  text-align: center;
  font-size: clamp(2.2rem, 2.2rem + 0.6 * (100vw - 56rem) / 44, 2.8rem);
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_name {
    padding: 0.9rem 1.3em;
    font-size: calc(28rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_voicelist_name {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_voicelist_name {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 20));
  }
}

.recruit_voicelist_name_conts01 {
  font-size: 100%;
  margin-right: 0.5rem;
}
@media screen and (max-width: 800px) {
  .recruit_voicelist_name_conts01 {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_name_conts01 {
    margin-right: 0.3rem;
  }
}
.recruit_voicelist_name_conts01 > span {
  font-size: clamp(1.4rem, 64.3%, 9999rem);
}

.recruit_voicelist_name_conts02 {
  display: inline-block;
  font-size: clamp(1.4rem, 50%, 9999rem);
}
@media screen and (max-width: 800px) {
  .recruit_voicelist_name_conts02 {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_name_conts02 {
    display: inline-block;
  }
}

/* micromodamircomodal */
.cmn_modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110000;
  display: none;
  width: 100%;
  height: 100%;
}

.cmn_modal.is-open {
  display: block;
}

@-webkit-keyframes cmn_modal_fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes cmn_modal_fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes cmn_modal_fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes cmn_modal_fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cmn_modal[aria-hidden=false] {
  -webkit-animation: cmn_modal_fadein 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: cmn_modal_fadein 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.cmn_modal[aria-hidden=true] {
  -webkit-animation: cmn_modal_fadeout 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: cmn_modal_fadeout 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.cmn_modal_closebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.cmn_modal_conts {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}

.cmn_modal_inner {
  width: 100%;
  height: auto;
  max-height: calc(94% - 4rem - 7rem);
  overflow-y: auto;
  padding-top: 9.4rem;
  padding-bottom: 11rem;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #ffffff;
  border-radius: 3rem;
}
@media screen and (max-width: 800px) {
  .cmn_modal_inner {
    padding-top: 7.52rem;
  }
}
@media screen and (max-width: 560px) {
  .cmn_modal_inner {
    padding-top: 5.64rem;
  }
}
@media screen and (max-width: 800px) {
  .cmn_modal_inner {
    padding-bottom: 8.8rem;
  }
}
@media screen and (max-width: 560px) {
  .cmn_modal_inner {
    padding-bottom: 6.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .cmn_modal_inner {
    max-height: calc(90% - 4rem - 3rem);
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .cmn_modal_inner {
    padding-top: 4.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .cmn_modal_inner {
    padding-top: 3.6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .cmn_modal_inner {
    padding-bottom: 6.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .cmn_modal_inner {
    padding-bottom: 4.8rem;
  }
}

.cmn_modal_closebtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  border: 0;
  margin-top: 5rem;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 800px) {
  .cmn_modal_closebtn {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .cmn_modal_closebtn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .cmn_modal_closebtn {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .cmn_modal_closebtn {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .cmn_modal_closebtn {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .cmn_modal_closebtn > img {
    width: 4rem;
  }
}

.recruit_voicelist_modal_imgbox {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}

.recruit_voicelist_modal_jobtype {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.6rem 2.6rem;
  color: #ffffff;
  font-size: calc(25rem * .1);
  line-height: 1.4;
  background-color: #00bfbf;
}
@media screen and (max-width: 800px) {
  .recruit_voicelist_modal_jobtype {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_modal_jobtype {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_modal_jobtype {
    font-size: calc(22rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_voicelist_modal_jobtype {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_voicelist_modal_jobtype {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 20));
  }
}

.recruit_voicelist_modal_title {
  letter-spacing: 0.05em;
}
.recruit_voicelist_modal_title > span {
  padding-bottom: 0.6em;
}

.recruit_voicelist_modal_txtbox {
  margin-top: 3rem;
}

.recruit_voicelist_modal_txtbox_item {
  margin-top: 2.4rem;
}

.recruit_voicelist_modal_txtbox_term {
  color: #00bfbf;
  font-size: calc(20rem * .1);
  line-height: 1.66;
}
@media screen and (max-width: 800px) {
  .recruit_voicelist_modal_txtbox_term {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_voicelist_modal_txtbox_term {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}

.recruit_voicelist_modal_txtbox_desc {
  margin-top: 1rem;
  line-height: 1.66;
}
.recruit_voicelist_modal_txtbox_desc > ul > li {
  position: relative;
  padding-left: 1.25em;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  line-height: 1.6;
}
.recruit_voicelist_modal_txtbox_desc > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #00bfbf;
  line-height: 1;
  letter-spacing: 0;
}

.recruit_data {
  background-color: rgba(0, 191, 191, 0.1);
}

.recruit_data_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .recruit_data_col2 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2 {
    margin-top: 3rem;
  }
}
.recruit_data_col2 + .recruit_data_col2 {
  margin-top: 8rem;
}
@media screen and (max-width: 800px) {
  .recruit_data_col2 + .recruit_data_col2 {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2 + .recruit_data_col2 {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2 + .recruit_data_col2 {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_data_col2 + .recruit_data_col2 {
    margin-top: 9.6rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_data_col2 + .recruit_data_col2 {
    margin-top: 7.2rem;
  }
}

.recruit_data_col2_title {
  width: 100%;
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: calc(25rem * .1);
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .recruit_data_col2_title {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_title {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit_data_col2_title {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_title {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 20));
  }
}
.recruit_data_col2_title > span {
  display: inline-block;
  width: 100%;
  max-width: 27.4rem;
  padding: 1rem 0.8em;
  background-color: #00bfbf;
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_title > span {
    max-width: 19rem;
  }
}

.recruit_data_col2_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.8%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .recruit_data_col2_item {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit_data_col2_item {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item + .recruit_data_col2_item {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_data_col2_item + .recruit_data_col2_item {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_data_col2_item + .recruit_data_col2_item {
    margin-top: 1.2rem;
  }
}

.recruit_data_col2_item_title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: calc(25rem * .1);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .recruit_data_col2_item_title {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item_title {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit_data_col2_item_title {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item_title {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 20));
  }
}
.recruit_data_col2_item_title > span {
  display: inline-block;
  width: 100%;
  max-width: 27.4rem;
  padding: 1rem 0.8em;
  background-color: #00bfbf;
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item_title > span {
    max-width: 19rem;
  }
}

.recruit_data_col2_item_conts {
  height: 100%;
}
.recruit_data_col2_item_conts.single .recruit_data_col2_item_box {
  min-height: 42rem;
}
@media screen and (max-width: 1000px) {
  .recruit_data_col2_item_conts.single .recruit_data_col2_item_box {
    height: 100%;
    min-height: 0;
  }
}
.recruit_data_col2_item_conts.half {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_data_col2_item_conts.half .recruit_data_col2_item_box {
  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;
  height: 47.6%;
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item_conts.half .recruit_data_col2_item_box {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item_conts.half .recruit_data_col2_item_box + .recruit_data_col2_item_box {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_data_col2_item_conts.half .recruit_data_col2_item_box + .recruit_data_col2_item_box {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_data_col2_item_conts.half .recruit_data_col2_item_box + .recruit_data_col2_item_box {
    margin-top: 1.2rem;
  }
}

.recruit_data_col2_item_box {
  padding: 3.5rem clamp(1.5rem, 7%, 3.5rem);
  border-radius: 2rem;
  background-color: #ffffff;
}

.recruit_data_shihon,
.recruit_data_kensuu,
.recruit_data_kyujitsu,
.recruit_data_yuukyu,
.recruit_data_jyugyouin,
.recruit_data_nenrei {
  background-repeat: no-repeat;
  background-position: left clamp(1.3rem, 1.3rem + 1.9 * (100vw - 36.5rem) / 63.5, 3.2rem) bottom 1.4rem;
}

.recruit_data_shihon,
.recruit_data_kensuu {
  background-image: url(../img/recruit_Infographic_syanaikibo_ico.svg);
  background-size: clamp(4.4rem, 4.4rem + 3 * (100vw - 36.5rem) / 63.5, 7.4rem);
}

.recruit_data_kyujitsu {
  background-image: url(../img/recruit_Infographic_holiday_ico.svg);
  background-size: clamp(4.6rem, 4.6rem + 0.8 * (100vw - 36.5rem) / 63.5, 5.4rem);
}

.recruit_data_yuukyu {
  background-image: url(../img/recruit_Infographic_vacation_ico.svg);
  background-size: clamp(5.9rem, 5.9rem + 2.2 * (100vw - 36.5rem) / 63.5, 8.1rem);
}

.recruit_data_jyugyouin,
.recruit_data_nenrei {
  background-image: url(../img/recruit_Infographic_syainnojittai_ico.svg);
  background-size: clamp(5.8rem, 5.8rem + 3 * (100vw - 36.5rem) / 63.5, 8.8rem);
}

.recruit_data_uriage,
.recruit_data_kinzoku,
.recruit_data_nendai,
.recruit_data_tsuukin,
.recruit_data_danjo {
  text-align: center;
}
.recruit_data_uriage > img,
.recruit_data_kinzoku > img,
.recruit_data_nendai > img,
.recruit_data_tsuukin > img,
.recruit_data_danjo > img {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 98%;
}

.recruit_data_uriage {
  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;
}
.recruit_data_uriage > img {
  max-width: 26rem;
}

.recruit_data_danjo > img {
  max-width: 26rem;
}

.recruit_data_nendai > img,
.recruit_data_tsuukin > img {
  max-width: 41rem;
}

.recruit_data_kinzoku > img {
  max-width: 41rem;
}

.recruit_data_uriage,
.recruit_data_kinzoku,
.recruit_data_tsuukin {
  position: relative;
}

.recruit_data_kinzoku_month,
.recruit_data_tsuukin_month,
.recruit_data_uriage_month {
  position: absolute;
  right: 0;
  bottom: -0.3em;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  display: block;
  width: 100%;
  height: auto;
  text-align: right;
  color: #979797;
  letter-spacing: 0;
}

.recruit_data_col2_sugoshikata::before {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  content: "";
  display: block;
  width: auto;
  border-left: 1px dashed #00bfbf;
  margin-top: 1rem;
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_sugoshikata::before {
    display: none;
  }
}

.recruit_data_col2_item_sugoshikata {
  width: 45%;
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item_sugoshikata {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit_data_col2_item_sugoshikata:nth-of-type(1) {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.recruit_data_col2_item_sugoshikata:nth-of-type(2) {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
}
@media screen and (max-width: 560px) {
  .recruit_data_col2_item_sugoshikata:nth-of-type(2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruit_data_col2_item_sugoshikata:nth-of-type(2) {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruit_data_col2_item_sugoshikata:nth-of-type(2) {
    margin-top: 2.4rem;
  }
}

.recruit_data_sugoshikata {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .recruit_data_sugoshikata {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_sugoshikata {
    margin-top: 0.6rem;
  }
}

.recruit_data_sugoshikata_item {
  position: relative;
  border-radius: 2rem;
  background-color: #ffffff;
  color: #000000;
  font-size: calc(20rem * .1);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .recruit_data_sugoshikata_item {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_sugoshikata_item {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}
.recruit_data_sugoshikata_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 120%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
}
@media screen and (max-width: 800px) {
  .recruit_data_sugoshikata_item::before {
    height: 130%;
  }
}
.recruit_data_sugoshikata_item + .recruit_data_sugoshikata_item {
  margin-top: 4rem;
}
@media screen and (max-width: 800px) {
  .recruit_data_sugoshikata_item + .recruit_data_sugoshikata_item {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_data_sugoshikata_item + .recruit_data_sugoshikata_item {
    margin-top: 2.4rem;
  }
}
.recruit_data_sugoshikata_item:nth-of-type(1) {
  padding: 3.2rem 6.2rem;
}
.recruit_data_sugoshikata_item:nth-of-type(1)::before {
  -webkit-transform: translate(-22.5%, -54%);
          transform: translate(-22.5%, -54%);
  background-image: url(../img/recruit_Infographic_ranking_1.svg);
  width: 8rem;
}
@media screen and (max-width: 560px) {
  .recruit_data_sugoshikata_item:nth-of-type(1)::before {
    width: 6.5rem;
  }
}
.recruit_data_sugoshikata_item:nth-of-type(2) {
  padding: 0.8rem 5rem;
}
.recruit_data_sugoshikata_item:nth-of-type(2)::before {
  -webkit-transform: translate(-22.5%, -50%);
          transform: translate(-22.5%, -50%);
  background-image: url(../img/recruit_Infographic_ranking_2.svg);
  width: 6.2rem;
}
@media screen and (max-width: 560px) {
  .recruit_data_sugoshikata_item:nth-of-type(2)::before {
    width: 4.7rem;
  }
}
.recruit_data_sugoshikata_item:nth-of-type(3) {
  padding: 0.8rem 5rem;
}
.recruit_data_sugoshikata_item:nth-of-type(3)::before {
  -webkit-transform: translate(-22.5%, -50%);
          transform: translate(-22.5%, -50%);
  background-image: url(../img/recruit_Infographic_ranking_3.svg);
  width: 6.2rem;
}
@media screen and (max-width: 560px) {
  .recruit_data_sugoshikata_item:nth-of-type(3)::before {
    width: 4.7rem;
  }
}

.recruit_jobinfo {
  padding: 4rem clamp(2rem, 2rem + 8 * (100vw - 56rem) / 44, 10rem);
  margin-top: 4rem;
  border-radius: 12.4rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .recruit_jobinfo {
    border-radius: 6.4rem;
  }
}

.recruit_jobinfo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .recruit_jobinfo_list {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_jobinfo_list {
    margin-top: 1.2rem;
  }
}
.recruit_jobinfo_list::after {
  content: "";
  display: block;
  width: 31%;
}

.recruit_jobinfo_list_item {
  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;
  width: 31%;
  min-width: 0;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  border-radius: 3rem;
}
@media screen and (max-width: 700px) {
  .recruit_jobinfo_list_item {
    width: 48%;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-left: 1.6rem;
    padding-right: 1.3rem;
    letter-spacing: 0;
    font-size: calc(14rem * .1);
  }
  .recruit_jobinfo_list_item > span {
    padding-right: 1.5em;
  }
}

.recruit_entry {
  position: relative;
  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;
  height: 30rem;
  background-image: url(../img/recruit_entry_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .recruit_entry {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.recruit_entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.recruit_entry_conts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .recruit_entry_conts {
    display: block;
  }
}

.recruit_entry_left {
  width: 50%;
  max-width: 42rem;
}
@media screen and (max-width: 800px) {
  .recruit_entry_left {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

.recruit_entry_left_title {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}

.recruit_entry_left_2col {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .recruit_entry_left_2col {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_entry_left_2col {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit_entry_left_2col {
    display: block;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .recruit_entry_left_2col {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .recruit_entry_left_2col {
    margin-top: 2.4rem;
  }
}

.recruit_entry_left_2col_left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 0.5em;
  margin-right: 2rem;
  margin-top: 0.6rem;
  font-size: calc(18rem * .1);
  border-bottom: 3px solid currentColor;
}
@media screen and (max-width: 800px) {
  .recruit_entry_left_2col_left {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_entry_left_2col_left {
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit_entry_left_2col_left {
    margin-top: 0.48rem;
  }
}
@media screen and (max-width: 560px) {
  .recruit_entry_left_2col_left {
    margin-top: 0.36rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit_entry_left_2col_left {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruit_entry_left_2col_left {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20));
  }
}

.recruit_entry_left_2col_right {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recruit_entry_left_2col_right {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .recruit_entry_left_2col_right {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .recruit_entry_left_2col_right {
    margin-top: 0.6rem;
  }
}

.recruit_entry_left_2col_tel {
  font-size: 2.8rem;
}

.recruit_entry_left_2col_time {
  display: block;
  font-size: calc(12rem * .1);
}

.recruit_entry_right {
  width: 48%;
  max-width: 33rem;
}
@media screen and (max-width: 800px) {
  .recruit_entry_right {
    width: 100%;
    max-width: none;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .recruit_entry_right {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .recruit_entry_right {
    margin-top: 2.4rem;
  }
}

/* recruitment ////////////////////////////////////////////////////////////////////////// */
.recruitment_newgraduate,
.recruitment_career {
  display: inline-block;
  position: relative;
  top: -0.5rem;
  width: 12rem;
  height: 4rem;
  margin-left: 1rem;
  font-size: calc(20rem * .1);
  color: #ffffff;
  text-align: center;
  line-height: 2;
  border-radius: 2rem;
}
@media screen and (max-width: 800px) {
  .recruitment_newgraduate,
.recruitment_career {
    margin-left: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .recruitment_newgraduate,
.recruitment_career {
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 800px) {
  .recruitment_newgraduate,
.recruitment_career {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .recruitment_newgraduate,
.recruitment_career {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .recruitment_newgraduate,
.recruitment_career {
    top: -0.18em;
    width: auto;
    height: auto;
    padding: 0.15em 0.8em;
    font-size: calc(18rem * .1);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .recruitment_newgraduate,
.recruitment_career {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .recruitment_newgraduate,
.recruitment_career {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20));
  }
}

.recruitment_newgraduate {
  background-color: #f1b821;
}

.recruitment_career {
  background-color: #00bfbf;
}

/* rental ////////////////////////////////////////////////////////////////////////// */
.rental_guarantee, .rental_service_rental {
  padding: 5.4rem 8%;
  border-radius: 3rem;
}

.rental_guarantee p, .rental_service_rental p {
  margin-top: 2rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .rental_guarantee p, .rental_service_rental p {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .rental_guarantee p, .rental_service_rental p {
    margin-top: 1.2rem;
  }
}

.rental_guarantee {
  background-color: #EBEBEB;
}

.rental_service_rental {
  background-color: #fef8e9;
  background-image: url(../img/rental_service_rental_bg_ico.svg);
  background-repeat: no-repeat;
  background-position: right clamp(2rem, 5vw, 5rem) bottom;
  background-size: clamp(10rem, 17.5vw, 17.5rem);
}

.rental_guarantee_btn {
  display: inline-block;
  min-width: 15rem;
  padding: 0.8rem 1.8rem 0.8rem 2.2rem;
  border: 0;
  background-color: #00bfbf;
  color: #FFFFFF;
  border-radius: 4rem;
}
.rental_guarantee_btn:hover {
  background-color: #f1b821;
}

.rental_guarantee_btn span {
  display: inline-block;
  line-height: 1.5;
  padding: 0.3em 0.3em 0.3em 2em;
  background-image: url(../img/cmn_ico_pdf_white.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 1.8em;
  letter-spacing: 0.1em;
}

/* rental_item ////////////////////////////////////////////////////////////////////////// */
.rental_item_subcatergory {
  margin-bottom: 10rem;
}
@media screen and (max-width: 800px) {
  .rental_item_subcatergory {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 560px) {
  .rental_item_subcatergory {
    margin-bottom: 6rem;
  }
}

.rental_item_list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .rental_item_list {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .rental_item_list {
    margin-top: 1.2rem;
  }
}
.rental_item_list::after {
  content: "";
  display: block;
  width: 32%;
  max-width: 30rem;
}

.rental_item_list li {
  font-size: calc(20rem * .1);
  margin-top: 2rem;
  width: 31%;
  max-width: 30rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .rental_item_list li {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .rental_item_list li {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .rental_item_list li {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .rental_item_list li {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .rental_item_list li {
    font-size: calc(19rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .rental_item_list li {
    font-size: calc(19rem * .1 * (0.89 - 19 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .rental_item_list li {
    font-size: calc(19rem * .1 * (0.89 - 19 / 10 / 20));
  }
}

.rental_item_list li a {
  padding-right: 3rem;
  display: inline-block;
  position: relative;
  width: auto;
}
@media screen and (max-width: 800px) {
  .rental_item_list li a {
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .rental_item_list li a {
    padding-right: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .rental_item_list li a {
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .rental_item_list li a {
    padding-right: 2.8rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .rental_item_list li a {
    padding-right: 2.1rem;
  }
}

.rental_item_list li a::after {
  content: "";
  border: 0;
  border-top: solid 2px #00bfbf;
  border-right: solid 2px #00bfbf;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 560px) {
  .rental_item_list li a::after {
    top: 1.2rem;
    right: 0.4rem;
  }
}

.rental_item_list li a:hover:after, .rental_item_list li a:active:after {
  right: 0;
}

/* rental_temporary ////////////////////////////////////////////////////////////////////////// */
/* service ////////////////////////////////////////////////////////////////////////// */
.service_arch_topmsg {
  color: #000000;
  font-size: calc(30rem * .1);
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .service_arch_topmsg {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_topmsg {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_topmsg {
    font-size: calc(26rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_arch_topmsg {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_arch_topmsg {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 20));
  }
}

.service_arch_title2col {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_arch_title2col.type01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 800px) {
  .service_arch_title2col.type01 .service_arch_title2col_imgbox {
    margin-right: auto;
  }
}
.service_arch_title2col.type01 .service_arch_title2col_imgbox_img {
  border-radius: 0 20rem 20rem 0;
}
.service_arch_title2col.type01 .service_arch_title2col_txtbox::before {
  right: 0;
  background-color: #d9f5f5;
}
.service_arch_title2col.type01 .service_arch_title2col_txtbox_conts {
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .service_arch_title2col.type01 .service_arch_title2col_txtbox_conts {
    margin-left: auto;
  }
}
.service_arch_title2col.type01 .service_arch_title2col_txtbox::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.service_arch_title2col.type01 .service_arch_title2col_txtbox.js-animate_scroll::before {
  -webkit-animation: my_anime_04 0.95s forwards 0s;
          animation: my_anime_04 0.95s forwards 0s;
  visibility: hidden;
}
.service_arch_title2col.type02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .service_arch_title2col.type02 .service_arch_title2col_imgbox {
    margin-left: auto;
  }
}
.service_arch_title2col.type02 .service_arch_title2col_imgbox_img {
  border-radius: 20rem 0 0 20rem;
}
.service_arch_title2col.type02 .service_arch_title2col_txtbox::before {
  left: 0;
  background-color: #fef8e9;
}
.service_arch_title2col.type02 .service_arch_title2col_txtbox_conts {
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .service_arch_title2col.type02 .service_arch_title2col_txtbox_conts {
    margin-right: auto;
  }
}
.service_arch_title2col.type02 .service_arch_title2col_txtbox::before {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.service_arch_title2col.type02 .service_arch_title2col_txtbox.js-animate_scroll::before {
  -webkit-animation: my_anime_02 0.95s forwards 0s;
          animation: my_anime_02 0.95s forwards 0s;
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .service_arch_title2col {
    display: block;
  }
}

@-webkit-keyframes my_anime_04 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes my_anime_04 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.service_arch_title2col_imgbox {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 40rem;
}
@media screen and (max-width: 800px) {
  .service_arch_title2col_imgbox {
    width: 95%;
    height: auto;
  }
}

.service_arch_title2col_txtbox {
  position: relative;
  width: 50%;
  min-height: 30rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 800px) {
  .service_arch_title2col_txtbox {
    width: 100%;
    min-height: 0;
    padding-top: calc(5rem + 5%);
    padding-left: 8%;
    padding-right: 8%;
    margin-top: -6%;
  }
}
.service_arch_title2col_txtbox::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.service_arch_title2col_txtbox_conts {
  position: relative;
  width: 100%;
  max-width: 40rem;
}

.service_arch_title2col_btnbox {
  width: calc(100% + 5.6rem);
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}
.service_arch_title2col_btnbox > .cmn_btn {
  margin: 0.6rem 0.6rem;
}

.service_arch_reason {
  margin-top: 5rem;
}

.service_arch_reason_title {
  font-size: calc(25rem * .1);
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .service_arch_reason_title {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_reason_title {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .service_arch_reason_title {
    font-size: calc(27rem * .1);
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .service_arch_reason_title {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 50));
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .service_arch_reason_title {
    font-size: calc(27rem * .1 * (0.89 - 27 / 10 / 20));
  }
}
.service_arch_reason_title > span {
  font-size: 120%;
  color: #00bfbf;
  font-weight: 700;
}

.service_arch_reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .service_arch_reason_list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .service_arch_reason_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service_arch_reason_list.rental .service_arch_reason_list_imgbox {
  width: 15rem;
  height: 15rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list.rental .service_arch_reason_list_imgbox {
    margin-top: 2.5rem;
  }
}

.service_arch_reason_list_item {
  position: relative;
  width: 30rem;
  padding-top: 5rem;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .service_arch_reason_list_item {
    margin: 2rem 3%;
  }
}
.service_arch_reason_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #d9f5f5;
}

.service_arch_reason_list_title {
  position: relative;
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list_title {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

.service_arch_reason_list_title_number {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  display: inline-block;
  width: auto;
  height: auto;
  color: #00bfbf;
  font-size: calc(50rem * .1);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 800px) {
  .service_arch_reason_list_title_number {
    font-size: calc(50rem * .1 * (0.89 - 50 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list_title_number {
    font-size: calc(50rem * .1 * (0.89 - 50 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list_title_number {
    font-size: calc(63rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_arch_reason_list_title_number {
    font-size: calc(63rem * .1 * (0.89 - 63 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_arch_reason_list_title_number {
    font-size: calc(63rem * .1 * (0.89 - 63 / 10 / 20));
  }
}

.service_arch_reason_list_title_text {
  display: block;
  color: #000000;
  font-size: calc(20rem * .1);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .service_arch_reason_list_title_text {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list_title_text {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list_title_text {
    font-size: calc(24rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_arch_reason_list_title_text {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_arch_reason_list_title_text {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 20));
  }
}

.service_arch_reason_list_imgbox {
  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;
  width: 12rem;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list_imgbox:not(#_) {
    display: block;
    width: auto;
    height: auto;
  }
}

service_arch_reason_list_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.service_arch_reason_list_explain {
  width: 80%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  color: #000000;
  line-height: 1.6;
}
@media screen and (max-width: 560px) {
  .service_arch_reason_list_explain {
    width: 85%;
    max-width: none;
  }
}

.service_arch_constlist_wrap {
  padding: 5.4rem 8%;
  border-radius: 3rem;
  background-color: #fef8e9;
}

.service_arch_constlist {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .service_arch_constlist {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
.service_arch_constlist > span {
  display: inline-block;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  margin-right: 1.7em;
  color: #333333;
  line-height: 1.5;
  font-size: calc(18rem * .1);
}
@media screen and (max-width: 800px) {
  .service_arch_constlist > span {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_constlist > span {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .service_arch_constlist > span {
    font-size: calc(19rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_arch_constlist > span {
    font-size: calc(19rem * .1 * (0.89 - 19 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_arch_constlist > span {
    font-size: calc(19rem * .1 * (0.89 - 19 / 10 / 20));
  }
}
.service_arch_constlist > span > span {
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  margin-right: 0.2em;
  border-radius: 50%;
  background-color: #00bfbf;
  vertical-align: middle;
}

.service_arch_office {
  padding: 5.4rem 8%;
  border-radius: 3rem;
  background-color: #fef8e9;
  background-image: url(../img/service_office_bg_ico.svg);
  background-repeat: no-repeat;
  background-position: right clamp(2rem, 5vw, 5rem) bottom;
  background-size: clamp(10rem, 17.5vw, 17.5rem);
}

/* service_construction ////////////////////////////////////////////////////////////////////////// */
/* 業務内容 上部メッセージ */
.service_topmsg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .service_topmsg {
    display: block;
  }
}

.service_topmsg_title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48rem;
  font-size: calc(30rem * .1);
}
@media screen and (max-width: 800px) {
  .service_topmsg_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_topmsg_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .service_topmsg_title {
    width: 100%;
  }
}

.service_topmsg_text {
  width: calc(100% - 48rem);
  max-width: 40rem;
  margin-right: 5%;
}
@media screen and (max-width: 800px) {
  .service_topmsg_text {
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-top: 4rem;
    line-height: 1.85;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .service_topmsg_text {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .service_topmsg_text {
    margin-top: 2.4rem;
  }
}

.service_construction_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.5rem;
}
@media screen and (max-width: 800px) {
  .service_construction_list {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .service_construction_list {
    margin-top: 2.1rem;
  }
}
@media screen and (max-width: 560px) {
  .service_construction_list {
    display: block;
  }
}

.service_construction_list_item {
  width: 47%;
  max-width: 45rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 800px) {
  .service_construction_list_item {
    width: 100%;
    max-width: none;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

.service_construction_list_outline {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .service_construction_list_outline {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .service_construction_list_outline {
    margin-top: 1.5rem;
  }
}

/* service_rental ////////////////////////////////////////////////////////////////////////// */
.service_rental_flowlist {
  margin-top: 6rem;
}
@media screen and (max-width: 800px) {
  .service_rental_flowlist {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .service_rental_flowlist {
    margin-top: 3.6rem;
  }
}

.service_rental_flowlist_item {
  padding: 4.5rem 5rem 5.5rem;
  border: 2px solid #00bfbf;
  border-radius: 3rem;
}
@media screen and (max-width: 800px) {
  .service_rental_flowlist_item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.service_rental_flowlist_arr {
  height: 3.2rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  background-image: url(../img/cmn_arr_down_flow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .service_rental_flowlist_arr {
    height: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.service_rental_flowlist_title {
  font-size: calc(25rem * .1);
  color: #00bfbf;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .service_rental_flowlist_title {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_rental_flowlist_title {
    font-size: calc(25rem * .1 * (0.89 - 25 / 10 / 20));
  }
}

.service_rental_flowlist_conts {
  margin-top: 2rem;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .service_rental_flowlist_conts {
    line-height: 1.8;
  }
}
.service_rental_flowlist_conts .color-red {
  color: #cd0020;
}

.service_rental_document {
  padding: 5rem 10rem;
  margin-top: 12rem;
  border-radius: 3rem;
  background-color: rgba(241, 186, 33, 0.1);
}
@media screen and (max-width: 800px) {
  .service_rental_document {
    margin-top: 9.6rem;
  }
}
@media screen and (max-width: 560px) {
  .service_rental_document {
    margin-top: 7.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .service_rental_document {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .service_rental_document {
    padding-right: 4.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .service_rental_document {
    padding-right: 3.6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .service_rental_document {
    padding-left: 4.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .service_rental_document {
    padding-left: 3.6rem;
  }
}
@media screen and (max-width: 560px) {
  .service_rental_document {
    padding-right: 3.3rem;
    padding-left: 3.3rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_rental_document {
    padding-right: 2.64rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_rental_document {
    padding-right: 1.98rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_rental_document {
    padding-left: 2.64rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_rental_document {
    padding-left: 1.98rem;
  }
}

.service_rental_document_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
}

.service_rental_document_list_item {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 800px) {
  .service_rental_document_list_item {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .service_rental_document_list_item {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .service_rental_document_list_item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .service_rental_document_list_item {
    margin-bottom: 1.5rem;
  }
}
.service_rental_document_list_item:nth-of-type(2n+1) {
  width: 55%;
}
@media screen and (max-width: 560px) {
  .service_rental_document_list_item:nth-of-type(2n+1) {
    width: 47%;
  }
}
.service_rental_document_list_item:nth-of-type(2n) {
  width: 45%;
}
@media screen and (max-width: 560px) {
  .service_rental_document_list_item:nth-of-type(2n) {
    width: 47%;
  }
}

.service_rental_document_list_link {
  display: block;
  width: 100%;
  padding: 0 0 0 1.9em;
  font-size: calc(18rem * .1);
  line-height: 1.6;
  background-image: url(../img/cmn_ico_pdf_green.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 1.6em;
}
@media screen and (max-width: 800px) {
  .service_rental_document_list_link {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_rental_document_list_link {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20));
  }
}
@media screen and (max-width: 560px) {
  .service_rental_document_list_link {
    padding: 0 0 0 1.6em;
    font-size: calc(16rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_rental_document_list_link {
    font-size: calc(16rem * .1 * (0.89 - 16 / 10 / 50));
  }
}

.service_rental_item {
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 5rem;
  height: 20rem;
  border-radius: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .service_rental_item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .service_rental_item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .service_rental_item {
    border-radius: 7.5rem;
    height: 13rem;
  }
}
.service_rental_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}
.service_rental_item:hover .service_rental_item_img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.service_rental_item_imgbox {
  height: 100%;
}

.service_rental_item_img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.service_rental_item_title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  color: #ffffff;
  text-align: center;
  font-size: calc(30rem * .1);
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .service_rental_item_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_rental_item_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .service_rental_item_title {
    font-size: calc(26rem * .1);
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .service_rental_item_title {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 50));
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .service_rental_item_title {
    font-size: calc(26rem * .1 * (0.89 - 26 / 10 / 20));
  }
}
.service_rental_item_title > span {
  padding-bottom: 0.55em;
}

.service_rental_faqlist {
  margin-top: 4.5rem;
}
@media screen and (max-width: 800px) {
  .service_rental_faqlist {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 560px) {
  .service_rental_faqlist {
    margin-top: 2.7rem;
  }
}

.service_rental_faqlist_item + .service_rental_faqlist_item {
  margin-top: 2rem;
}

.service_rental_faqlist_term {
  padding: 1.7rem 5rem;
  border-radius: 2rem;
  color: #000000;
  font-size: calc(18rem * .1);
  font-weight: 700;
  line-height: 1.66;
  background-color: #fef8e9;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .service_rental_faqlist_term {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_rental_faqlist_term {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20));
  }
}
@media screen and (max-width: 1000px) {
  .service_rental_faqlist_term {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.service_rental_faqlist_term.js-active > div::after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
.service_rental_faqlist_term > div {
  position: relative;
  padding-left: 3rem;
  padding-right: 3.5rem;
}
.service_rental_faqlist_term > div::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font: inherit;
  color: #00bfbf;
  font-weight: 500;
}
.service_rental_faqlist_term > div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 1.333em;
  height: 0.666em;
  background-image: url(../img/service_rental_faqlist_arr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.service_rental_faqlist_desc {
  display: none;
  padding: 1.6rem 5rem 3.7rem;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .service_rental_faqlist_desc {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.7rem;
  }
}
.service_rental_faqlist_desc > div {
  position: relative;
  padding-left: 3rem;
}
.service_rental_faqlist_desc > div::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font: inherit;
  font-weight: 500;
}

/* service_repair ////////////////////////////////////////////////////////////////////////// */
.service_repair_flow_title {
  font-size: calc(30rem * .1);
}
@media screen and (max-width: 800px) {
  .service_repair_flow_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_repair_flow_title {
    font-size: calc(30rem * .1 * (0.89 - 30 / 10 / 20));
  }
}

.service_repalir_list_wrap {
  padding: 7rem 9rem;
  margin-top: 4.5rem;
  border-radius: 3rem;
  background-color: rgba(241, 186, 33, 0.1);
}
@media screen and (max-width: 800px) {
  .service_repalir_list_wrap {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repalir_list_wrap {
    margin-top: 2.7rem;
  }
}
@media screen and (max-width: 1000px) {
  .service_repalir_list_wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .service_repalir_list_wrap {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .service_repalir_list_wrap {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .service_repalir_list_wrap {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 560px) {
  .service_repalir_list_wrap {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repalir_list_wrap {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_repalir_list_wrap {
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_repalir_list_wrap {
    padding-right: 1.8rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_repalir_list_wrap {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_repalir_list_wrap {
    padding-left: 1.8rem;
  }
}

.service_repalir_list_item + .service_repalir_list_item {
  margin-top: 6rem;
}
@media screen and (max-width: 800px) {
  .service_repalir_list_item + .service_repalir_list_item {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repalir_list_item + .service_repalir_list_item {
    margin-top: 3.6rem;
  }
}
.service_repalir_list_item.kikai .service_repalir_list_desc > span {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-right: 0.8em;
}
.service_repalir_list_item.teiki .service_repalir_list_desc > span {
  margin-right: 0.8em;
}

.service_repalir_list_term {
  color: #00bfbf;
  font-size: calc(28rem * .1);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .service_repalir_list_term {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_repalir_list_term {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 20));
  }
}

.service_repalir_list_desc {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .service_repalir_list_desc {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repalir_list_desc {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repalir_list_desc {
    text-align: left;
  }
}
.service_repalir_list_desc > span {
  display: inline-block;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  margin-right: 1.7em;
  color: #333333;
  line-height: 1.5;
  font-size: calc(18rem * .1);
}
@media screen and (max-width: 800px) {
  .service_repalir_list_desc > span {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_repalir_list_desc > span {
    font-size: calc(18rem * .1 * (0.89 - 18 / 10 / 20));
  }
}
.service_repalir_list_desc > span > span {
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  margin-right: 0.2em;
  border-radius: 50%;
  background-color: #00bfbf;
  vertical-align: middle;
}

.service_repair_flowlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .service_repair_flowlist {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service_repair_flowlist_arr {
  display: block;
  width: 11%;
  background-image: url(../img/cmn_arr_right_flow.svg);
  background-repeat: no-repeat;
  background-position: center top 6.8rem;
  background-size: 33%;
}
@media screen and (max-width: 800px) {
  .service_repair_flowlist_arr {
    width: 4%;
    background-size: contain;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .service_repair_flowlist_arr {
    background-image: url(../img/cmn_arr_down_flow.svg);
    background-position: center;
    width: 100%;
    height: 2.6rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) and (max-width: 800px) {
  .service_repair_flowlist_arr {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) and (max-width: 560px) {
  .service_repair_flowlist_arr {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) and (max-width: 800px) {
  .service_repair_flowlist_arr {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) and (max-width: 560px) {
  .service_repair_flowlist_arr {
    margin-bottom: 3.6rem;
  }
}

.service_repair_flowlist_item {
  width: 18%;
}
@media screen and (max-width: 800px) {
  .service_repair_flowlist_item {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .service_repair_flowlist_item.item02 .service_repair_flowlist_img {
    width: 62%;
  }
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist_item {
    width: 100%;
    max-width: 52rem;
  }
}

.service_repair_flowlist_imgbox {
  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;
  height: 12.4rem;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist_imgbox {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.service_repair_flowlist_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 82%;
  max-height: 100%;
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist_img {
    width: 100%;
  }
}

.service_repair_flowlist_title {
  margin-top: 5rem;
  color: #00bfbf;
  font-size: calc(20rem * .1);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 800px) {
  .service_repair_flowlist_title {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist_title {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .service_repair_flowlist_title {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist_title {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .service_repair_flowlist_title {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .service_repair_flowlist_title {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .service_repair_flowlist_title {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist_title {
    font-size: calc(24rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .service_repair_flowlist_title {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .service_repair_flowlist_title {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 20));
  }
}

.service_repair_flowlist_outline {
  margin-top: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .service_repair_flowlist_outline {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .service_repair_flowlist_outline {
    margin-top: 0.9rem;
  }
}

.service_rental_office,
.service_repair_office {
  position: relative;
  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;
  height: 40rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  .service_rental_office,
.service_repair_office {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.service_rental_office::before,
.service_repair_office::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.service_rental_office {
  background-image: url(../img/service_rental_office_img.jpg);
}

.service_repair_office {
  background-image: url(../img/service_repair_office_img.jpg);
}

.service_rental_office_conts,
.service_repair_office_conts {
  position: relative;
}

/* contact ////////////////////////////////////////////////////////////////////////// */
/* entry ////////////////////////////////////////////////////////////////////////// */
.contact_offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .contact_offices {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_offices {
    margin-top: 1.5rem;
  }
}

.contact_offices_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 40rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #b1b1b1;
}
@media screen and (max-width: 800px) {
  .contact_offices_item {
    display: block;
  }
}

.contact_offices_term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .contact_offices_term {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_offices_term {
    margin-right: 1.2rem;
  }
}
.contact_offices_term .cmn_underline::after {
  height: 3px;
}

.contact_offices_desc {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_offices_desc {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .contact_offices_desc {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .contact_offices_desc {
    margin-top: 1.2rem;
  }
}

.contact_offices_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_offices_labels_term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  width: 6.5rem;
  margin-right: 2.2rem;
  color: #ffffff;
  font-size: calc(12rem * .1);
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .contact_offices_labels_term {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_offices_labels_term {
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .contact_offices_labels_term {
    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;
    width: 5.5rem;
    height: 3rem;
    margin-right: 0.66rem;
  }
}
.contact_offices_labels_term ~ .contact_offices_labels_term {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .contact_offices_labels_term ~ .contact_offices_labels_term {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_offices_labels_term ~ .contact_offices_labels_term {
    margin-top: 0.6rem;
  }
}
.contact_offices_labels_term.sale {
  background-color: #00bfbf;
}
.contact_offices_labels_term.tel {
  background-color: #000000;
}
.contact_offices_labels_term.rental {
  background-color: #f1b821;
}
.contact_offices_labels_term.sale-rental {
  width: 9.5rem;
  background: linear-gradient(-60deg, #f1b821 50%, #00bfbf 50%);
}
.contact_offices_labels_term.sale-rental ~ .contact_offices_labels_term {
  width: 9.5rem;
}
.contact_offices_labels_term.sale-rental ~ .contact_offices_labels_desc {
  width: calc(100% - 9.5rem - 2.2rem - 0.2rem);
}
@media screen and (max-width: 800px) {
  .contact_offices_labels_term.sale-rental {
    width: 5.5rem;
    line-height: 1.1;
    background: linear-gradient(-60deg, #f1b821 50%, #00bfbf 50%);
  }
  .contact_offices_labels_term.sale-rental ~ .contact_offices_labels_term {
    width: 5.5rem;
  }
  .contact_offices_labels_term.sale-rental ~ .contact_offices_labels_desc {
    width: calc(100% - 5.5rem - 0.66rem - 0.2rem);
  }
}
.contact_offices_labels_term.fax {
  background-color: #333333;
}
.contact_offices_labels_term.fax + .contact_offices_labels_desc {
  font-weight: 300;
  font-size: calc(20rem * .1);
}
@media screen and (max-width: 800px) {
  .contact_offices_labels_term.fax + .contact_offices_labels_desc {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .contact_offices_labels_term.fax + .contact_offices_labels_desc {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}

.contact_offices_labels_desc {
  width: calc(100% - 6.5rem - 2.2rem - 0.2rem);
  letter-spacing: 0;
  line-height: 1;
  font-size: calc(24rem * .1);
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .contact_offices_labels_desc {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .contact_offices_labels_desc {
    font-size: calc(24rem * .1 * (0.89 - 24 / 10 / 20));
  }
}
@media screen and (max-width: 800px) {
  .contact_offices_labels_desc {
    width: calc(100% - 5.5rem - 0.66rem - 0.2rem);
  }
}
@media screen and (max-width: 560px) {
  .contact_offices_labels_desc {
    font-size: calc(22rem * .1);
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .contact_offices_labels_desc {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 50));
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .contact_offices_labels_desc {
    font-size: calc(22rem * .1 * (0.89 - 22 / 10 / 20));
  }
}
.contact_offices_labels_desc ~ .contact_offices_labels_desc {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .contact_offices_labels_desc ~ .contact_offices_labels_desc {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_offices_labels_desc ~ .contact_offices_labels_desc {
    margin-top: 0.6rem;
  }
}

.contact_companyinfo {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6rem;
}

.contact_companyinfo_name {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
  font-size: calc(28rem * .1);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_name {
    margin-right: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_companyinfo_name {
    margin-right: 2.1rem;
  }
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_name {
    margin-left: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_companyinfo_name {
    margin-left: 2.1rem;
  }
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_name {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .contact_companyinfo_name {
    font-size: calc(28rem * .1 * (0.89 - 28 / 10 / 20));
  }
}

.contact_companyinfo_txtbox {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_txtbox {
    margin-right: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_companyinfo_txtbox {
    margin-right: 2.1rem;
  }
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_txtbox {
    margin-left: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_companyinfo_txtbox {
    margin-left: 2.1rem;
  }
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_txtbox {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_companyinfo_txtbox {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_txtbox {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_companyinfo_txtbox {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_txtbox {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact_companyinfo_tel {
  display: inline-block;
  padding-left: 0.76em;
  color: #00bfbf;
  font-size: calc(36rem * .1);
  line-height: 1;
  white-space: nowrap;
  background-image: url(../img/contact_ico_tel.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0.65em;
}
@media screen and (max-width: 800px) {
  .contact_companyinfo_tel {
    font-size: calc(36rem * .1 * (0.89 - 36 / 10 / 50));
  }
}
@media screen and (max-width: 560px) {
  .contact_companyinfo_tel {
    font-size: calc(36rem * .1 * (0.89 - 36 / 10 / 20));
  }
}

.form_list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .form_list_row {
    display: block;
  }
}
.form_list_row + .form_list_row {
  margin-top: 2rem;
}
.form_list_row.applytype, .form_list_row.office {
  margin-top: 8rem;
}

.form_list_term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22rem;
  margin-right: 1.8rem;
}
@media screen and (max-width: 800px) {
  .form_list_term {
    margin-right: 1.44rem;
  }
}
@media screen and (max-width: 560px) {
  .form_list_term {
    margin-right: 1.08rem;
  }
}
.form_list_term.message {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .form_list_term.message {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .form_list_term.message {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 800px) {
  .form_list_term {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.form_list_desc {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .form_list_desc {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .form_list_desc {
    margin-top: 0.64rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .form_list_desc {
    margin-top: 0.48rem;
  }
}
.form_list_desc.jobtype, .form_list_desc.office, .form_list_desc.toiawase {
  position: relative;
}
.form_list_desc.jobtype::before, .form_list_desc.office::before, .form_list_desc.toiawase::before {
  content: "▼";
  position: absolute;
  left: 0;
  top: 0.6em;
  display: block;
  width: 100%;
  max-width: 30rem;
  padding-right: 3rem;
  text-align: right;
  pointer-events: none;
  color: #00bfbf;
}
@media screen and (max-width: 800px) {
  .form_list_desc.jobtype::before, .form_list_desc.office::before, .form_list_desc.toiawase::before {
    max-width: none;
    padding-right: 2rem;
  }
}
.form_list_desc.jobtype::before {
  color: inherit;
}

.form_list_term > * {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.form_list_term::after {
  content: "　";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline;
  width: 0.8em;
  height: 0.8em;
}

.form_list_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 3.2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #ffffff;
  font-size: calc(12rem * .1);
  letter-spacing: 0;
}
.form_list_label.required {
  background-color: #ec1c24;
}
.form_list_label.option {
  background-color: #979797;
}

.form_list select,
.form_list textarea,
.form_list input[type=text],
.form_list input[type=tel],
.form_list input[type=fax],
.form_list input[type=email] {
  padding: 0.4em 0.6em;
  border: 1px solid #b1b1b1;
  background-color: #ffffff;
  font-size: 1.6rem;
  border-radius: 0;
}

.form_list input[type=text],
.form_list input[type=tel],
.form_list input[type=fax],
.form_list input[type=email] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.form_privacy_check_input,
.form_list input[type=radio],
.form_list input[type=checkbox] {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -9999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  /* display: none; */
  opacity: 0;
}

.form_privacy_check_input ~ span,
.form_list input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.2em;
  position: relative;
}

.form_privacy_check_input ~ span::before,
.form_list input[type=checkbox] ~ span::before {
  /* -webkit-transform: translateY(-50%); */
  background: #ffffff;
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2rem; */
  content: "";
  display: block;
  height: 1.1515133333em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
  width: 1.1515133333em;
}

.form_privacy_check_input ~ span::after,
.form_list input[type=checkbox] ~ span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 0.3rem solid #00bfbf;
  border-left: 0.3rem solid #00bfbf;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  /* top: 50%; */
  top: 0.63em;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  width: 1em;
}

.form_privacy_check_input:checked ~ span::after,
.form_list input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}

.form_list input[type=radio] ~ span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /* padding: 0 0 0 1.2em; */
  padding: 0em 0 0em 1.9em;
}

.form_list input[type=radio] ~ span::before {
  /* -webkit-transform: translateY(-50%); */
  background: #ffffff;
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2rem; */
  content: "";
  display: block;
  height: 1.3333333333em;
  left: 0;
  position: absolute;
  /* top: 50%; */
  top: 0.828em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.3333333333em;
  border-radius: 50%;
}

.form_list input[type=radio] ~ span::after {
  content: "";
  position: absolute;
  left: 0.6743333333em;
  top: 0.8333333333em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 0.6666666667em;
  height: 0.6666666667em;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  background-color: #9CA396;
}

.form_list input[type=radio]:checked ~ span::after {
  opacity: 1;
}

#errormsg_個人情報保護方針 {
  margin: 10px auto;
  max-width: 30rem;
}

.form_radiolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0.7rem 0;
}
@media screen and (max-width: 800px) {
  .form_radiolist {
    display: block;
  }
}

.form_radiolist_item {
  display: inline-block;
  width: 33.333%;
}
@media screen and (max-width: 800px) {
  .form_radiolist_item {
    width: auto;
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .form_radiolist_item {
    margin-right: 2.8rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .form_radiolist_item {
    margin-right: 2.1rem;
  }
}

#zip,
#tel,
#fax,
#username,
#companyname,
#mail0,
#mail1,
#addr {
  height: 4rem;
}

#tel,
#fax {
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 800px) {
  #tel,
#fax {
    max-width: none;
  }
}

#jobtype,
#office,
#toiawase {
  width: 100%;
  max-width: 30rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 800px) {
  #jobtype,
#office,
#toiawase {
    max-width: none;
  }
}

.postMark {
  display: inline-block;
  min-width: 2rem;
  vertical-align: middle;
  margin: 0 1.2rem 0.6rem 0;
  text-align: center;
}

#birthday,
#zip {
  width: 100%;
  max-width: 20rem;
}
@media screen and (max-width: 800px) {
  #birthday,
#zip {
    max-width: none;
  }
}

#name_kana,
#username,
#gakureki,
#companyname,
#addr {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #name_kana,
#username,
#gakureki,
#companyname,
#addr {
    max-width: none;
  }
}

#mail0,
#mail1 {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #mail0 {
    width: 100%;
  }
}

#message {
  width: 100% !important;
  height: 22rem !important;
}
@media screen and (max-width: 800px) {
  #message {
    max-width: none;
  }
}

#bikou {
  width: 100% !important;
  max-width: 68rem;
  height: 13rem !important;
}

.form_privacy_wrap {
  /* padding: 5.0rem 10.0rem; */
  padding: clamp(3.4rem, 3.4rem + 16 * (100vw - 37rem) / 630, 5rem) clamp(2.4rem, 2.4rem + 76 * (100vw - 37rem) / 630, 10rem);
  background-color: #ffffff;
  border-radius: 3rem;
  border: 1px solid #00bfbf;
}

.form_privacy_wrap_ca {
  background-color: none;
  border: 1px solid #f1b821;
}

.form_privacy {
  max-width: 80rem;
  max-height: 20rem;
  border: 1px solid #B0B0B0;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  background-color: #ffffff;
}

.form_privacy_check {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3rem;
  border: 1px solid #00bfbf;
}
@media screen and (max-width: 560px) {
  .form_privacy_check {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 800px) {
  .form_privacy_check {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px) {
  .form_privacy_check {
    margin-top: 3rem;
  }
}

.form_privacy_check_label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.6rem 1.8rem;
  color: #00bfbf;
  font-size: calc(16rem * .1);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 800px) {
  .form_privacy_check_label {
    font-size: calc(16rem * .1 * (0.89 - 16 / 10 / 50));
  }
}
@media screen and (max-width: 800px) {
  .form_privacy_check_label {
    font-size: calc(20rem * .1);
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .form_privacy_check_label {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 50));
  }
}
@media screen and (max-width: 800px) and (max-width: 560px) {
  .form_privacy_check_label {
    font-size: calc(20rem * .1 * (0.89 - 20 / 10 / 20));
  }
}

.form_privacy_check_input {
  display: inline-block;
  -webkit-transform: scale(1.34);
          transform: scale(1.34);
  margin: 0 1.4rem 0.2rem 0;
  vertical-align: middle;
}

@media print {
  #wrapper {
    overflow: visible;
  }

  body {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}/*# sourceMappingURL=style.css.map */