
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* ress ---------------------------------------------------------------------------*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

img {
  max-width: 100%;
  height: auto; }

/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline {
    display: inline !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-block {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--flex {
    display: flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--flex {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-flex {
    display: inline-flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-flex {
    display: none !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-block {
    display: inline-block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--flex {
    display: flex !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-flex {
    display: inline-flex !important; } }

@media screen and (min-width: 1225px) {
  .md {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md {
    display: block !important; } }
@media screen and (min-width: 1225px) {
  .md--block {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--block {
    display: block !important; } }
@media screen and (min-width: 1225px) {
  .md--inline-block {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--inline-block {
    display: inline-block !important; } }
@media screen and (min-width: 1225px) {
  .md--flex {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--flex {
    display: flex !important; } }
@media screen and (min-width: 1225px) {
  .md--inline-flex {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--inline-flex {
    display: inline-flex !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fl__r {
  float: right; }
.fl__l {
  float: left; }

.clear {
  zoom: 1; }
  .clear::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }
    .clear::after .clear:after {
      clear: both; }

@media only screen and (max-width: 768px) {
  .sp-f__none {
    float: none !important;
    max-width: 100%; } }

/* ---------- ---------- ---------- ---------- ---------- */
.ta__c {
  text-align: center !important; }
.ta__l {
  text-align: left !important; }
.ta__r {
  text-align: right !important; }

@media only screen and (max-width: 768px) {
  .sp-ta__c {
    text-align: center !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__l {
    text-align: left !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__r {
    text-align: right !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fw-100 {
  font-weight: 100 !important; }
.fw-200 {
  font-weight: 200 !important; }
.fw-300 {
  font-weight: 300 !important; }
.fw-400 {
  font-weight: 400 !important; }
.fw-500 {
  font-weight: 500 !important; }
.fw-600 {
  font-weight: 600 !important; }
.fw-700 {
  font-weight: 700 !important; }
.fw-800 {
  font-weight: 800 !important; }
.fw-900 {
  font-weight: 900 !important; }
.fw__n {
  font-weight: normal !important; }
.fw__b {
  font-weight: bold !important; }

/* ---------- ---------- ---------- ---------- ---------- */
.fs__small {
  font-size: 1.2rem !important; }
  @media only screen and (max-width: 768px) {
    .fs__small {
      font-size: 3.3816425121vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.nowrap {
  display: inline-block;
  white-space: nowrap;
  font-weight: inherit; }

/* ---------- ---------- ---------- ---------- ---------- */
.disable {
  pointer-events: none; }

/* ---------- ---------- ---------- ---------- ---------- */
.img-wrap {
  line-height: 0; }

.hover-img:hover:hover {
  opacity: 0.7;
  transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.mt0 {
  margin-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .ml0 {
      margin-left: 0vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mt5 {
      margin-top: 1.2077294686vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mb5 {
      margin-bottom: 1.2077294686vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .ml5 {
      margin-left: 1.2077294686vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mr5 {
      margin-right: 1.2077294686vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mt10 {
      margin-top: 2.4154589372vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mb10 {
      margin-bottom: 2.4154589372vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .ml10 {
      margin-left: 2.4154589372vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mr10 {
      margin-right: 2.4154589372vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mt15 {
      margin-top: 3.6231884058vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mb15 {
      margin-bottom: 3.6231884058vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .ml15 {
      margin-left: 3.6231884058vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mr15 {
      margin-right: 3.6231884058vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mt20 {
      margin-top: 4.8309178744vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mb20 {
      margin-bottom: 4.8309178744vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .ml20 {
      margin-left: 4.8309178744vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mr20 {
      margin-right: 4.8309178744vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mt25 {
      margin-top: 6.038647343vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mb25 {
      margin-bottom: 6.038647343vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .ml25 {
      margin-left: 6.038647343vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mr25 {
      margin-right: 6.038647343vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mt30 {
      margin-top: 7.2463768116vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mb30 {
      margin-bottom: 7.2463768116vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .ml30 {
      margin-left: 7.2463768116vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mr30 {
      margin-right: 7.2463768116vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mt35 {
      margin-top: 8.4541062802vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mb35 {
      margin-bottom: 8.4541062802vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .ml35 {
      margin-left: 8.4541062802vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mr35 {
      margin-right: 8.4541062802vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 9.6618357488vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 9.6618357488vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .ml40 {
      margin-left: 9.6618357488vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mr40 {
      margin-right: 9.6618357488vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mt45 {
      margin-top: 10.8695652174vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mb45 {
      margin-bottom: 10.8695652174vw !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .ml45 {
      margin-left: 10.8695652174vw !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mr45 {
      margin-right: 10.8695652174vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mt50 {
      margin-top: 12.077294686vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 12.077294686vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .ml50 {
      margin-left: 12.077294686vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mr50 {
      margin-right: 12.077294686vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mt55 {
      margin-top: 13.2850241546vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mb55 {
      margin-bottom: 13.2850241546vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .ml55 {
      margin-left: 13.2850241546vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mr55 {
      margin-right: 13.2850241546vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mt60 {
      margin-top: 14.4927536232vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 14.4927536232vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .ml60 {
      margin-left: 14.4927536232vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mr60 {
      margin-right: 14.4927536232vw !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mt65 {
      margin-top: 15.7004830918vw !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mb65 {
      margin-bottom: 15.7004830918vw !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .ml65 {
      margin-left: 15.7004830918vw !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mr65 {
      margin-right: 15.7004830918vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mt70 {
      margin-top: 16.9082125604vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 16.9082125604vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .ml70 {
      margin-left: 16.9082125604vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mr70 {
      margin-right: 16.9082125604vw !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mt75 {
      margin-top: 18.115942029vw !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mb75 {
      margin-bottom: 18.115942029vw !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .ml75 {
      margin-left: 18.115942029vw !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mr75 {
      margin-right: 18.115942029vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mt80 {
      margin-top: 19.3236714976vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 19.3236714976vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .ml80 {
      margin-left: 19.3236714976vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mr80 {
      margin-right: 19.3236714976vw !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mt85 {
      margin-top: 20.5314009662vw !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mb85 {
      margin-bottom: 20.5314009662vw !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .ml85 {
      margin-left: 20.5314009662vw !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mr85 {
      margin-right: 20.5314009662vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mt90 {
      margin-top: 21.7391304348vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 21.7391304348vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .ml90 {
      margin-left: 21.7391304348vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mr90 {
      margin-right: 21.7391304348vw !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mt95 {
      margin-top: 22.9468599034vw !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mb95 {
      margin-bottom: 22.9468599034vw !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .ml95 {
      margin-left: 22.9468599034vw !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mr95 {
      margin-right: 22.9468599034vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mt100 {
      margin-top: 24.154589372vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 24.154589372vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .ml100 {
      margin-left: 24.154589372vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mr100 {
      margin-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.pt0 {
  padding-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pt0 {
      padding-top: 0vw !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pb0 {
      padding-bottom: 0vw !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pl0 {
      padding-left: 0vw !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pr0 {
      padding-right: 0vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pt5 {
      padding-top: 1.2077294686vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pb5 {
      padding-bottom: 1.2077294686vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pl5 {
      padding-left: 1.2077294686vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pr5 {
      padding-right: 1.2077294686vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pt10 {
      padding-top: 2.4154589372vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pb10 {
      padding-bottom: 2.4154589372vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pl10 {
      padding-left: 2.4154589372vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pr10 {
      padding-right: 2.4154589372vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pt15 {
      padding-top: 3.6231884058vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pb15 {
      padding-bottom: 3.6231884058vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pl15 {
      padding-left: 3.6231884058vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pr15 {
      padding-right: 3.6231884058vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pt20 {
      padding-top: 4.8309178744vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pb20 {
      padding-bottom: 4.8309178744vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pl20 {
      padding-left: 4.8309178744vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pr20 {
      padding-right: 4.8309178744vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pt25 {
      padding-top: 6.038647343vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pb25 {
      padding-bottom: 6.038647343vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pl25 {
      padding-left: 6.038647343vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pr25 {
      padding-right: 6.038647343vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pt30 {
      padding-top: 7.2463768116vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pb30 {
      padding-bottom: 7.2463768116vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pl30 {
      padding-left: 7.2463768116vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pr30 {
      padding-right: 7.2463768116vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pt35 {
      padding-top: 8.4541062802vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pb35 {
      padding-bottom: 8.4541062802vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pl35 {
      padding-left: 8.4541062802vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pr35 {
      padding-right: 8.4541062802vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pt40 {
      padding-top: 9.6618357488vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pb40 {
      padding-bottom: 9.6618357488vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pl40 {
      padding-left: 9.6618357488vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pr40 {
      padding-right: 9.6618357488vw !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pt45 {
      padding-top: 10.8695652174vw !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pb45 {
      padding-bottom: 10.8695652174vw !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pl45 {
      padding-left: 10.8695652174vw !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pr45 {
      padding-right: 10.8695652174vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pt50 {
      padding-top: 12.077294686vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pb50 {
      padding-bottom: 12.077294686vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pl50 {
      padding-left: 12.077294686vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pr50 {
      padding-right: 12.077294686vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pt55 {
      padding-top: 13.2850241546vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pb55 {
      padding-bottom: 13.2850241546vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pl55 {
      padding-left: 13.2850241546vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pr55 {
      padding-right: 13.2850241546vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pt60 {
      padding-top: 14.4927536232vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pb60 {
      padding-bottom: 14.4927536232vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pl60 {
      padding-left: 14.4927536232vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pr60 {
      padding-right: 14.4927536232vw !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pt65 {
      padding-top: 15.7004830918vw !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pb65 {
      padding-bottom: 15.7004830918vw !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pl65 {
      padding-left: 15.7004830918vw !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pr65 {
      padding-right: 15.7004830918vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pt70 {
      padding-top: 16.9082125604vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pb70 {
      padding-bottom: 16.9082125604vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pl70 {
      padding-left: 16.9082125604vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pr70 {
      padding-right: 16.9082125604vw !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pt75 {
      padding-top: 18.115942029vw !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pb75 {
      padding-bottom: 18.115942029vw !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pl75 {
      padding-left: 18.115942029vw !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pr75 {
      padding-right: 18.115942029vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pt80 {
      padding-top: 19.3236714976vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pb80 {
      padding-bottom: 19.3236714976vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pl80 {
      padding-left: 19.3236714976vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pr80 {
      padding-right: 19.3236714976vw !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pt85 {
      padding-top: 20.5314009662vw !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pb85 {
      padding-bottom: 20.5314009662vw !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pl85 {
      padding-left: 20.5314009662vw !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pr85 {
      padding-right: 20.5314009662vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pt90 {
      padding-top: 21.7391304348vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pb90 {
      padding-bottom: 21.7391304348vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pl90 {
      padding-left: 21.7391304348vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pr90 {
      padding-right: 21.7391304348vw !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pt95 {
      padding-top: 22.9468599034vw !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pb95 {
      padding-bottom: 22.9468599034vw !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pl95 {
      padding-left: 22.9468599034vw !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pr95 {
      padding-right: 22.9468599034vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pt100 {
      padding-top: 24.154589372vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pb100 {
      padding-bottom: 24.154589372vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pl100 {
      padding-left: 24.154589372vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pr100 {
      padding-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.flex-box {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .flex-box {
      flex-direction: column; } }
  .flex-box--rev {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      .flex-box--rev {
        flex-direction: column; } }
  .flex-box.jc {
    justify-content: center; }
  .flex-box.jsb {
    justify-content: space-between; }
  .flex-box.jsa {
    justify-content: space-around; }
  .flex-box.ac {
    align-items: center; }
  .flex-box.afs {
    align-items: flex-start; }
  .flex-box.afe {
    align-items: flex-end; }

/* ---------- ---------- ---------- ---------- ---------- */
.fc--red {
  color: #E53E3E; }
.fc--blue {
  color: #1A62B2; }

/* ---------- ---------- ---------- ---------- ---------- */
.bg--blue {
  background: #E4F5F3; }
.bg--gray {
  background: #FBFBFB; }
.bg--white {
  background: #fff; }

/* ---------- ---------- ---------- ---------- ---------- */
.movie-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.movie-icon {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .movie-icon::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  .movie-icon::after {
    content: "";
    z-index: 2;
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url("/media_library/recruit/images/icon_start.svg") no-repeat;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 768px) {
      .movie-icon::after {
        width: 14.4927536232vw;
        height: 14.4927536232vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  width: 64px;
  height: 64px;
  background: url(/media_library/grpnewtop/images/common/pagetop.svg) no-repeat center; }
  @media only screen and (max-width: 768px) {
    .page-top {
      width: 9.6618357488vw;
      height: 9.6618357488vw; } }
  .page-top:hover {
    opacity: 0.7;
    transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.note__item {
  font-size: .9em;
  padding-left: 1.5em;
  text-indent: -1.5em; }
  .note__item::before {
    content: "※";
    margin-right: .5em; }
.note--num {
  counter-reset: note; }
  .note--num .note__item {
    counter-increment: note;
    font-size: .9em;
    padding-left: 2em;
    text-indent: -2em; }
    .note--num .note__item::before {
      content: "※" counter(note);
      margin-right: .5em; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 3.3816425121vw; } }
  body::before {
    content: '';
    display: block;
    position: fixed;
    background: url("/media_library/consolidate/lp/group_tsusan/img/bg_body_top_202402.gif") 0 0 repeat-x;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 11; }

a {
  color: #1E2124; }
  a:hover {
    color: #1B9B99;
    transition: all .3s; }
  a.no-hover:hover {
    color: inherit; }

img {
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

.new::after {
  content: 'New';
  background: #E53E3E;
  font-size: 0.7em;
  line-height: 1.4;
  color: #fff;
  padding: 0 2px;
  border-radius: 2px;
  margin-right: 5px; }

.note {
  font-size: 0.75em;
  text-indent: -1em;
  padding-left: 1em; }
  .note.att {
    padding-left: 1em;
    text-indent: -1em; }
    .note.att::before {
      content: "※";
      color: #777; }

.link-scroll {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%230BC2E8'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M11 5v11.17l-4.88-4.88c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.02 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L13 16.17V5c0-.55-.45-1-1-1s-1 .45-1 1z'/%3E%3C/svg%3E");
  padding-left: 26px; }
.link-external {
  text-decoration: underline;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%230BC2E8'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E") no-repeat scroll 0 center transparent;
  padding: 0px 0 3px 26px;
  margin: 0 2px; }

h2:not([class]), .h2 {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: .1em;
  color: #1B9B99; }
  @media only screen and (max-width: 768px) {
    h2:not([class]), .h2 {
      font-size: 6.2801932367vw;
      margin-bottom: 7.2463768116vw; } }

h3:not([class]) {
  font-size: 2.5rem;
  margin-top: 60px;
  line-height: 1.4;
  padding: 5px 5px 15px 10px;
  border-bottom: 3px solid #1B9B99;
  color: #333;
  text-indent: -1em;
  padding-left: 1.5em;
  font-weight: 500; }
  @media only screen and (max-width: 768px) {
    h3:not([class]) {
      font-size: 4.347826087vw; } }
  h3:not([class])::before {
    content: '●';
    color: #1B9B99; }

.h3--more {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 50px;
  line-height: 1.4;
  padding: 5px 5px 5px 10px;
  color: #333;
  position: relative;
  padding-right: 75px;
  border-left: 7px solid #1B9B99;
  border-bottom: 1px solid #1B9B99; }
  @media only screen and (max-width: 768px) {
    .h3--more {
      font-size: 4.347826087vw; } }
  .h3--more::after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    right: 5px;
    bottom: calc(50% - 11.4px);
    background: #ECF2F8;
    color: #1B9B99; }

h4:not([class]), .h4, h4.comingsoon {
  font-size: 1.8rem;
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  border-left: 5px solid #1B9B99;
  border-bottom: 1px solid #1B9B99;
  padding: 3px 7px; }
  @media only screen and (max-width: 768px) {
    h4:not([class]), .h4, h4.comingsoon {
      font-size: 3.8647342995vw; } }

h4.comingsoon {
  color: #777; }
  h4.comingsoon::before {
    content: '公開予定';
    line-height: 1.4;
    padding: 0 4px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 0.9em;
    color: #fff;
    background: #1B9B99; }

h5:not([class]) {
  font-size: 1.8rem;
  margin-top: 15px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    h5:not([class]) {
      font-size: 3.6231884058vw; } }

#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 9;
  width: 64px; }

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48; }

@media print, screen and (min-width: 769px) {
  .pc-toggle-btn {
    position: relative;
    position: fixed;
    top: 15px;
    left: 220px;
    z-index: 20;
    line-height: 0;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' width='48' fill='%23777'%3E%3Cpath d='M423-59 2-480l421-421 78 79-342 342 342 342-78 79Z'/%3E%3C/svg%3E") center/96% no-repeat;
    transition: transform .4s;
    cursor: pointer; }
    .pc-toggle-btn.is-menu-close {
      border: 2px solid #1B9B99;
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' fill='%231B9B99' viewBox='0 -960 960 960' width='48'%3E%3Cpath d='M124.001-245.616V-304h711.998v58.384H124.001Zm0-205.692v-58.384h711.998v58.384H124.001Zm0-205.692v-58.384h711.998V-657H124.001Z'/%3E%3C/svg%3E") center/96% no-repeat;
      box-shadow: 0 3px 6px rgba(27, 155, 153, 0.2);
      width: 40px;
      height: 40px;
      transform: translateX(-205px);
      border-radius: 3px; } }

.header {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 10; }
  @media print, screen and (min-width: 769px) {
    .header {
      height: 100vh;
      width: 240px;
      background: #fff;
      box-sizing: content-box;
      left: 0;
      bottom: 0;
      overflow-y: auto;
      border-right: 1px solid #E7ECF2;
      flex-direction: column;
      transition: transform .2s;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .header::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 1024px) and (min-width: 769px) {
    .header {
      position: fixed; } }
  @media only screen and (max-width: 768px) {
    .header {
      width: 100%;
      height: 12.077294686vw;
      background: #fff;
      border-bottom: 1px solid #E7ECF2;
      display: flex;
      justify-content: space-between; } }
  @media print, screen and (min-width: 769px) {
    .header.is-menu-close {
      transform: translateX(-100%); } }
  .header__bg {
    background: #F1F9F8 url("/media_library/consolidate/lp/group_tsusan/img/header_bg_202402.png") top center no-repeat; }
    @media only screen and (max-width: 768px) {
      .header__bg {
        display: none; } }
  .header__logo-tkc {
    margin: 20px 20px 10px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .header__logo-tkc {
        display: none; } }
  .header__logo-group_tsusan {
    width: 100%;
    margin: 0 20px 10px; }
    @media only screen and (max-width: 768px) {
      .header__logo-group_tsusan {
        display: none; } }
  @media print, screen and (min-width: 769px) {
    .header__logo-sp {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .header__logo-sp {
      max-width: calc(100% - 15vw);
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
      display: flex;
      align-items: center; } }
  @media print, screen and (min-width: 769px) {
    .header-icon {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .header-icon {
      width: 12.077294686vw;
      height: 12.077294686vw;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header-icon__icon {
        font-size: 36px;
        color: #1B9B99; } }
  .header-nav {
    counter-reset: number 0;
    border-top: 1px solid #E7ECF2;
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .header-nav {
        position: fixed;
        top: 12.077294686vw;
        right: 0;
        transform: translateX(100%);
        background: #fff;
        transition: transform .4s;
        z-index: 11;
        height: auto;
        width: 100%; }
        .header-nav.active {
          transform: translateX(0); } }
    .header-nav__list {
      list-style: none;
      padding: 20px 10px 15px 20px; }
      .header-nav__list-item {
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        padding-right: 30px; }
        .header-nav__list-item:last-child {
          margin-bottom: 0; }
        .header-nav__list-item::before {
          counter-increment: number 1;
          /* number カウンタの増加数をセット */
          content: counter(number) "";
          color: #1B9B99;
          font-weight: bold;
          margin-right: 5px;
          z-index: 5; }
      .header-nav__list .new, .header-nav__list h4.comingsoon::before {
        position: absolute;
        right: 0; }
    .header-nav__link {
      font-size: 1.4rem;
      line-height: 1.4;
      font-weight: bold;
      color: #1E2124;
      text-decoration: none;
      position: relative;
      width: calc(100% - 25px); }
      .header-nav__link a:hover {
        color: #1E2124; }
      @media only screen and (max-width: 768px) {
        .header-nav__link {
          font-size: 3.6231884058vw; } }
      .header-nav__link::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #1B9B99;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .header-nav__link:hover::after {
        transform: scale(1, 1); }
  .header-sub-nav__list {
    width: 100%;
    padding-left: 20px;
    margin-top: 2px;
    list-style: none; }
    .header-sub-nav__list-item {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5'%3E%3Crect width='5' height='5' fill='%23b7b7b7'/%3E%3C/svg%3E%0A") left center no-repeat;
      padding-left: 15px; }
  .header-sub-nav__link {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #1E2124;
    text-decoration: none;
    position: relative; }
  .header-bnr {
    padding: 0 10px 10px;
    /*      &::before {
            content: "";
            display: block;
            background: rgba(0,0,0,0.1);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;}*/ }
    .header-bnr a {
      display: block;
      position: relative;
      line-height: 1;
      margin: 0 auto;
      text-align: center; }
      .header-bnr a:hover {
        opacity: .7; }
    .header-bnr ul {
      display: flex;
      list-style: none;
      flex-wrap: wrap;
      gap: 5px;
      padding-top: 5px;
      align-items: center; }
      @media print, screen and (min-width: 769px) {
        .header-bnr ul {
          flex-direction: column;
          justify-content: center; } }
    .header-bnr li {
      max-width: 90%; }
      @media only screen and (max-width: 768px) {
        .header-bnr li {
          max-width: 49%; } }
    .header-bnr__text {
      font-size: 1.3rem;
      font-weight: bold;
      text-align: center;
      margin-top: 8px;
      line-height: 1.4; }
  .header-aside {
    /*
    &__title {
      background: $green;
      width: 60%;
      padding-left: 20px;
      h4 {
        color: #fff;
        font-size: 1.4rem;
        @include mq-down() {
          @include createVw(font-size,13);
        }
      }
    }
    &__text {
      font-size: 1.4rem;
      text-align: center;
      margin: 5px auto 10px;
      line-height: 1.4;
      @include mq-down() {
        @include createVw(font-size,12);
      }
    }
    &__list {
      padding: 0 20px 10px;
      list-style: none;
      @include mq-down() {
        @include paddingVw(0,20,20,20);
      }
      &-item {
        margin-bottom: 20px;
        &:last-child {
          margin-bottom: 0;
        }
      }
    }
    &__link {
      display: block;
      line-height: 0;
    }
    &__img {
      max-width: 100%;
      height: auto;
      transition: opacity .4s;
      @include mq-up() {
        width: 170px;
        height: auto;
      }
      @include mq-down() {
        @include createVw(width,160);
        @include createVw(height,213);
      }
      &:hover {
        opacity: .7;
      }
    }
    */ }
    .header-aside__inquiry {
      margin: 0 20px 10px;
      text-align: center;
      padding: 8px 10px;
      background: #E4F5F3;
      border: 2px solid #1B9B99;
      border-radius: 6px;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 2rem; }
    .header-aside ul {
      list-style: none; }
    .header-aside a {
      text-decoration: none;
      color: #1E2124; }
      .header-aside a:hover {
        opacity: .7; }
      .header-aside a span {
        font-size: 90%; }

.main {
  display: block;
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .main {
      margin-left: 240px;
      min-height: 100vh;
      transition: margin-left .2s; } }
  .main::before {
    content: '';
    opacity: 0;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all .4s; }
  .main.overlay::before {
    content: '';
    opacity: 1;
    display: block; }
  .main.is-menu-close {
    margin-left: 0; }

.section {
  padding: 0; }
  .section.bg-gray {
    background: #E4F5F3; }
  .section__inner {
    margin: 0 auto;
    padding: 100px 0; }
    @media print, screen and (min-width: 769px) {
      .section__inner {
        width: min(90%, 950px); } }
    @media screen and (min-width: 769px) and (max-width: 1224px) {
      .section__inner {
        width: 90%; } }
    @media only screen and (max-width: 768px) {
      .section__inner {
        width: 92vw;
        padding: 14.4927536232vw 0vw 14.4927536232vw 0vw; } }
  .section__catch {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .section__catch {
        font-size: 3.8647342995vw; } }
  .section__text {
    margin-bottom: 40px; }
    .section__text-par {
      margin-bottom: 20px; }
      .section__text-par:last-child {
        margin-bottom: 0; }
  .section__cv {
    background: url("/media_library/consolidate/lp/group_tsusan/img/theme01_kv.png") bottom center no-repeat;
    background-size: 100% auto; }

.footer {
  padding: 8px 0;
  background: #1B9B99;
  border-top: 1px solid #E7ECF2; }
  .footer__inner {
    text-align: center; }
  .footer address {
    font-size: 12px;
    color: #fff;
    font-style: normal; }
    @media only screen and (max-width: 768px) {
      .footer address {
        font-size: 2.6570048309vw; } }

.mv {
  background-color: #E4F5F3;
  position: relative;
  overflow: hidden; }
  .mv__inner {
    margin: 0 auto;
    padding: 50px 0; }
    @media print, screen and (min-width: 769px) {
      .mv__inner {
        width: min(90%, 1280px); } }
    @media screen and (min-width: 769px) and (max-width: 1224px) {
      .mv__inner {
        width: 90%; } }
    @media only screen and (max-width: 768px) {
      .mv__inner {
        width: 92vw;
        padding: 14.4927536232vw 4.8309178744vw 0vw 4.8309178744vw; } }
  .mv__title {
    padding: 0 0 2.6vw;
    text-shadow: 0 0 3px #E4F5F3, 0 0 6px #E4F5F3, 0 0 9px #E4F5F3; }
  .mv__txt {
    width: 80%;
    padding-bottom: 10px; }
    @media screen and (min-width: 769px) and (max-width: 1224px) {
      .mv__txt {
        width: 70%; } }
    @media only screen and (max-width: 768px) {
      .mv__txt {
        width: 100%;
        padding-bottom: 15px; } }
  .mv__thumbnails {
    padding: 15px 0;
    border-bottom: 5px solid #E4F5F3;
    text-align: center;
    background-color: #ffffff45; }
    .mv__thumbnails a {
      text-decoration: none; }
  .mv__block {
    position: relative;
    z-index: 2; }
  .mv__img {
    position: absolute;
    top: 50px;
    z-index: 1;
    right: 0;
    transform: translateX(27%); }
    @media screen and (min-width: 1280px) {
      .mv__img {
        right: 50px;
        top: 25px;
        transform: translateX(5%); } }
    @media only screen and (max-width: 768px) {
      .mv__img {
        right: auto;
        opacity: 0.5; } }

.thumbnails__ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #1B9B99; }
  @media only screen and (max-width: 768px) {
    .thumbnails__ttl {
      font-size: 3.8647342995vw;
      line-height: 1.5; } }

.slick-thumbnails {
  padding-top: 10px; }

.update__title {
  font-weight: bold;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .update__title {
      font-size: 3.3816425121vw; } }
.update__inner {
  overflow-y: scroll;
  background: #fff url("/media_library/consolidate/lp/group_tsusan/img/bg-dot.png");
  border: 1px solid #d6dfe9; }
.update__def {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 4em;
  padding: 4px 7px;
  font-size: 1.4rem; }
  .update__def-tit {
    width: 5.5em; }
    @media only screen and (max-width: 768px) {
      .update__def-tit {
        font-size: 3.1400966184vw; } }
  .update__def-data {
    width: calc(100% - 6em); }
    .update__def-data.new::after {
      font-size: 1.1rem;
      margin-left: 5px; }

.section-aside {
  border: 1px solid #E7ECF2;
  margin-top: 35px; }
  @media only screen and (max-width: 768px) {
    .section-aside {
      margin-top: 9.6618357488vw; } }
  .section-aside:last-child {
    margin-bottom: 0; }
  .section-aside__title {
    background: #E7ECF2;
    padding: 10px;
    text-align: center;
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      .section-aside__title-item {
        font-size: 3.6231884058vw; } }
  .section-aside__detail {
    padding: 30px;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .section-aside__detail {
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }
    .section-aside__detail.tds {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .section-aside__detail.tds {
          flex-direction: column-reverse; } }
    .section-aside__detail-inner {
      display: flex;
      justify-content: space-between;
      gap: 15px; }
      @media only screen and (max-width: 768px) {
        .section-aside__detail-inner {
          flex-direction: column; } }
      @media print, screen and (min-width: 769px) {
        .section-aside__detail-inner.hankan {
          padding: 0 30px; } }
    .section-aside__detail-title {
      font-size: 1.7rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      .section-aside__detail-title::before, .section-aside__detail-title::after {
        content: '';
        height: 1px;
        flex-grow: 1;
        background: #E7ECF2; }
      .section-aside__detail-title::before {
        margin-right: 2rem; }
      .section-aside__detail-title::after {
        margin-left: 2rem; }
  @media print, screen and (min-width: 769px) {
    .section-aside__text {
      width: calc(100% - 380px); } }
  @media print, screen and (min-width: 769px) {
    .section-aside__movie {
      width: 360px; } }
  @media only screen and (max-width: 768px) {
    .section-aside__movie {
      margin-bottom: 4.8309178744vw; } }
  .section-aside__movie-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    color: #1B9B99;
    margin-bottom: 10px; }
  .section-aside__movie-thumb {
    width: 100%;
    line-height: 0;
    display: inline-block; }
    .section-aside__movie-thumb.bdr {
      border: 1px solid #E7ECF2; }
  .section-aside__movie--col1 {
    margin: 0 auto; }
    .section-aside__movie--col1.hankan {
      padding: 30px 0 40px; }
      @media only screen and (max-width: 768px) {
        .section-aside__movie--col1.hankan {
          padding: 4.8309178744vw 0vw 4.8309178744vw 0vw; } }
  .section-aside__banner {
    list-style: none;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .section-aside__banner {
        flex-direction: column; } }
    .section-aside__banner-item {
      line-height: 0; }
      @media print, screen and (min-width: 769px) {
        .section-aside__banner-item {
          margin-right: 30px;
          width: calc(100%/2); } }
      @media only screen and (max-width: 768px) {
        .section-aside__banner-item {
          margin-bottom: 3.6231884058vw; } }
      .section-aside__banner-item:last-child {
        margin-right: 0;
        margin-bottom: 0; }
    .section-aside__banner-link.disable {
      pointer-events: none; }
  .section-aside__download {
    text-align: center;
    width: 80%; }
    @media print, screen and (min-width: 769px) {
      .section-aside__download {
        height: 60px;
        width: 80%;
        margin: 20px auto; } }
    @media only screen and (max-width: 768px) {
      .section-aside__download {
        margin: 4.8309178744vw auto 4.8309178744vw auto;
        height: 14.4927536232vw; } }
    @media print, screen and (min-width: 769px) {
      .section-aside__download-item {
        margin: 0 auto; } }

/* mv */
.title__sub {
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  font-weight: 500; }
  @media only screen and (max-width: 768px) {
    .title__sub {
      font-size: 1.8rem;
      padding: 10px; } }
.title__main {
  font-size: 4.5rem;
  line-height: 1.5em;
  color: #1B9B99;
  letter-spacing: 0.6rem; }
  @media screen and (min-width: 769px) and (max-width: 1224px) {
    .title__main {
      font-size: 4rem;
      letter-spacing: 0.5rem; } }
  @media only screen and (max-width: 768px) {
    .title__main {
      font-size: 3rem;
      letter-spacing: 0.3rem; } }
  .title__main span {
    background-color: #1B9B99;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 20px 10px 0 0;
    border-radius: 10px;
    text-shadow: none; }
    @media only screen and (max-width: 768px) {
      .title__main span {
        margin: 0; } }

.info__title {
  background: #1B9B99;
  font-size: 0.9em;
  padding: 4px 10px;
  margin-bottom: 10px;
  color: #fff; }
.info__article {
  border: 2px solid #1B9B99;
  padding: 20px 25px 10px; }
  @media only screen and (max-width: 768px) {
    .info__article {
      padding: 11px 15px 5px; } }
  .info__article ul {
    list-style: none; }
  .info__article li {
    padding-bottom: 10px; }
  .info__article a {
    text-indent: -6em;
    display: inline-block;
    padding-left: 6em;
    text-decoration: none; }

/* 目次 */
.intro-contents {
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .intro-contents {
      font-size: 3.3816425121vw;
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
  .intro-contents__title {
    margin-bottom: 5px; }
    .intro-contents__title h2 {
      color: #fff;
      font-size: 3.2rem;
      text-align: center;
      letter-spacing: .16em; }
      @media only screen and (max-width: 768px) {
        .intro-contents__title h2 {
          font-size: 4.347826087vw; } }
  .intro-contents__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 15px; }
    .intro-contents__list-item {
      background: #E4F5F3;
      border-radius: 10px;
      padding: 15px 20px;
      flex-basis: calc((100% / 3) - 10px); }
      @media only screen and (max-width: 768px) {
        .intro-contents__list-item {
          padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
          margin-bottom: 1.2vw;
          flex-basis: 100%; } }
      .intro-contents__list-item:last-child {
        margin-bottom: 0; }
    .intro-contents__list::after {
      content: "";
      display: block;
      flex-basis: calc((100% / 3) - 10px);
      height: 0; }
  .intro-contents__def {
    display: flex;
    flex-wrap: wrap; }
    .intro-contents__def-tit {
      flex-basis: 100%;
      margin-bottom: 15px; }
      .intro-contents__def-tit:last-child {
        margin-bottom: 0; }
      .intro-contents__def-tit .link {
        color: #1B9B99;
        font-weight: bold;
        display: inline-block;
        text-decoration: none; }
        @media only screen and (max-width: 768px) {
          .intro-contents__def-tit .link {
            font-size: 3.3816425121vw;
            background-size: 1.9323671498vw 2.1739130435vw; } }
        .intro-contents__def-tit .link span {
          display: inline-flex;
          width: 32px;
          height: 32px;
          font-size: 2.2rem;
          letter-spacing: 0;
          font-weight: bold;
          justify-content: center;
          align-items: center;
          background: #1B9B99;
          color: #fff;
          margin-left: 5px; }
          @media only screen and (max-width: 768px) {
            .intro-contents__def-tit .link span {
              font-size: 3.6231884058vw;
              width: 4.8309178744vw;
              height: 4.8309178744vw;
              margin-left: 1.2077294686vw; } }
          .intro-contents__def-tit .link span:first-child {
            margin-left: 10px; }
            @media only screen and (max-width: 768px) {
              .intro-contents__def-tit .link span:first-child {
                margin-left: 1.2077294686vw; } }
    .intro-contents__def-data {
      flex-basis: 100%;
      margin-bottom: 12px;
      font-size: 90%; }
      @media only screen and (max-width: 768px) {
        .intro-contents__def-data {
          margin-bottom: 2.4154589372vw; } }
      .intro-contents__def-data:last-child {
        margin-bottom: 0; }
      .intro-contents__def-data .link.extarnal {
        background-image: url("/media_library/lp/invoice/images/icon_link_external.svg");
        background-size: 4.5%;
        background-position: right 3% center; }
      .intro-contents__def-data.col2 {
        width: calc(50% - 16px/2);
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .intro-contents__def-data.col2 {
            width: 100%; } }
        @media print, screen and (min-width: 769px) {
          .intro-contents__def-data.col2:nth-last-child(-n + 2) {
            margin-bottom: 0; } }
      .intro-contents__def-data.col3 {
        width: calc(100%/3 - 30px/3);
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .intro-contents__def-data.col3 {
            width: 100%; } }
        .intro-contents__def-data.col3:nth-of-type(3n) {
          margin-right: 0; }
        @media print, screen and (min-width: 769px) {
          .intro-contents__def-data.col3:nth-last-child(-n + 3) {
            margin-bottom: 0; } }
      .intro-contents__def-data .link {
        display: flex;
        min-height: 50px;
        align-items: center;
        padding: 5px 20px 5px 15px;
        font-size: 90%;
        position: relative;
        text-decoration: none;
        background: #FFF;
        border: 1px solid #1B9B99;
        box-shadow: 0 1px 0 #1B9B99;
        border-radius: 5px;
        width: 100%;
        line-height: 1.8rem; }
        .intro-contents__def-data .link:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 8px;
          display: inline-block;
          width: 11px;
          height: 7px;
          background: url(/media_library/consolidate/lp/group_tsusan/img/btn_arrow01.svg) center no-repeat;
          background-size: cover;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .intro-contents__def-data .link:hover {
          box-shadow: none;
          background-color: #ffffff70;
          transition: box-shadow .4s, transform .4s, background-color .4s;
          transform: translateY(1px); }
  .intro-contents__txt {
    margin-top: 60px;
    text-align: center;
    letter-spacing: .16em; }
    @media only screen and (max-width: 768px) {
      .intro-contents__txt {
        margin-top: 11vw; } }

@media screen and (min-width: 769px) and (max-width: 1224px) {
  .intro__info {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .intro__info {
    width: 100%; } }
.intro__inner {
  margin: 0 auto;
  padding: 0 0 80px; }
  @media print, screen and (min-width: 769px) {
    .intro__inner {
      width: min(90%, 950px); } }
  @media screen and (min-width: 769px) and (max-width: 1224px) {
    .intro__inner {
      width: 90%; } }
  @media only screen and (max-width: 768px) {
    .intro__inner {
      width: 92vw;
      padding: 0vw 0vw 14.4927536232vw 0vw; } }

/* グループ通算制度とは～サポート事例 */
.content-tag span {
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .content-tag span {
      margin: 2.4154589372vw 0vw 1.9323671498vw 0vw; } }
.content-tag__comingsoon {
  background: #CCEFEB;
  padding: 2px 10px 2px 12px;
  border-radius: 5px;
  margin-right: 5px; }
.content-tag__new {
  font-weight: 500;
  background: #F2D95E;
  padding: 2px 10px 2px 12px;
  border-radius: 5px;
  margin-right: 5px; }
.content-tag__category {
  font-weight: 500;
  color: #1B9B99;
  border: 2px solid #1B9B99;
  background: #fff;
  padding: 0 10px 0 12px;
  border-radius: 5px; }

.content-box li {
  list-style: none; }
.content-box__list {
  padding: 50px 0;
  border-bottom: 2px solid #EEEEEE;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .content-box__list {
      flex-direction: column; } }
  .content-box__list:last-child {
    border-bottom: none; }
.content-box__txt_area {
  width: 68%;
  order: 2; }
  @media only screen and (max-width: 768px) {
    .content-box__txt_area {
      width: 100%; } }
.content-box__img_area {
  width: 30%;
  order: 1; }
  @media only screen and (max-width: 768px) {
    .content-box__img_area {
      width: 100%;
      text-align: center; } }
  .content-box__img_area a:hover {
    opacity: 0.7;
    transition: all .4s; }
.content-box__tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em; }
  @media only screen and (max-width: 768px) {
    .content-box__tit {
      font-size: 4.347826087vw; } }
.content-box__detail {
  padding-top: 15px; }
  @media only screen and (max-width: 768px) {
    .content-box__detail {
      padding-top: 10px; } }
.content-box__lecturer-def {
  display: flex;
  align-items: center;
  padding-bottom: 10px; }
.content-box__link li {
  text-indent: -1.5em;
  padding-left: 1.5em; }
  .content-box__link li::before {
    content: "\e5cc";
    color: #1B9B99;
    text-decoration: none;
    padding-right: 0.5em;
    font-family: 'Material Icons Outlined';
    vertical-align: -1px; }
  .content-box__link li p {
    text-indent: 0em; }

.sml {
  font-size: 80%; }

.lecturer-def__tit {
  width: 4em; }
  .lecturer-def__tit::after {
    content: "："; }

/* お問合せ */
.cv__box {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cv__box {
      flex-direction: column; } }
.cv__item {
  max-width: 49%; }
  @media only screen and (max-width: 768px) {
    .cv__item {
      width: 100%;
      max-width: 100%; } }
.cv__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.45833;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .cv__title {
      font-size: 1.8rem;
      line-height: 1.5;
      letter-spacing: 0.1em;
      font-weight: 700;
      margin-top: 30px;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 769px) {
    .cv__title {
      height: 56px; } }
.cv__btn {
  text-align: center; }
  .cv__btn a {
    text-decoration: none;
    color: #fff;
    background: #1B9B99;
    width: 420px;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    font-size: 2rem; }
    .cv__btn a:hover {
      opacity: .7; }
    @media only screen and (max-width: 768px) {
      .cv__btn a {
        width: 80%;
        font-size: 1.5rem;
        padding: 15px; } }
  .cv__btn-item {
    max-width: 100%; }

.bg {
  background: url("/media_library/consolidate/lp/group_tsusan/img/bg_202402.png") top center no-repeat; }




