  @charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* --------------------------------

  ¥È¥Ã¥×¥Ú©`¥¸

-------------------------------- */
.main {
  background-image: url("/jp/en/company/toyo-digest/img/bg_fixed_3d.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px), print {
  .main {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1100px), print {
  .main {
    margin-top: 163px !important;
  }
}
.main img {
  max-width: 100%;
}

@media screen and (max-width: 767.98px) {
  .header {
    height: 60px !important;
  }
}

.toyodigest-hero-section {
  position: relative;
  padding: 11.5rem 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-section {
    padding: 10.4rem 2em 2rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 296px;
    height: 169px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img05.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-section::before {
    content: "";
    position: absolute;
    top: 3rem;
    right: 0;
    display: block;
    width: 113px;
    height: 90px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img01.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-section::after {
    content: "";
    position: absolute;
    bottom: 4rem;
    right: 10rem;
    display: block;
    width: 138px;
    height: 68px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img04.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-section::after {
    content: "";
    position: absolute;
    top: 3rem;
    left: 0;
    display: block;
    width: 113px;
    height: 155px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img04.png") no-repeat center/cover;
  }
}
.toyodigest-hero-section .inner {
  width: 100%;
  height: 100%;
  max-width: 1150px;
}
.toyodigest-hero-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-container {
    padding-bottom: 23rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-container::before {
    content: "";
    position: absolute;
    bottom: -2rem;
    right: -1em;
    display: block;
    width: 46px;
    height: 56px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img07.png") no-repeat center/cover;
  }
}
.toyodigest-hero-text {
  margin-top: 4rem;
  color: #3716fc;
  line-height: 2.1;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.06em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-text {
    position: relative;
    line-height: 1.5;
    font-size: 1.4rem;
    margin-top: 2.5rem;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767.98px) {
  .toyodigest-hero-text {
    letter-spacing: inherit;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .toyodigest-hero-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-text .br {
    display: block;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-text .br {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-text::before {
    content: "";
    position: absolute;
    top: -2.5rem;
    left: -1.3em;
    display: block;
    width: 39px;
    height: 80px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img08.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-text::after {
    content: "";
    position: absolute;
    top: -2rem;
    right: -0.3em;
    display: block;
    width: 50px;
    height: 76px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img09.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-decolation.only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-decolation.only-pc .decolation-item-01 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-decolation.only-pc .decolation-item-02 {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-33%);
            transform: translateY(-33%);
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-decolation.only-sp {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-decolation.only-sp .decolation-item-01 {
    position: absolute;
    bottom: 0;
    left: -1em;
    max-width: 178px;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-decolation.only-sp .decolation-item-02 {
    position: absolute;
    bottom: 5.5rem;
    right: -1em;
    max-width: 171px;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-heading.only-pc {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-heading.only-sp {
    max-width: 290px;
    display: block;
    margin: 0 auto;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-heading.only-sp {
    display: none;
  }
}
.toyodigest-hero-logo {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-logo {
    margin-bottom: 7.7rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-logo {
    max-width: 272px;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-30%, -130%);
            transform: translate(-30%, -130%);
    display: block;
    width: 65px;
    height: 70px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img05.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-95%, -30%);
            transform: translate(-95%, -30%);
    display: block;
    width: 209px;
    height: 179px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img03.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-hero-logo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-73%, 120%);
            transform: translate(-73%, 120%);
    display: block;
    width: 202px;
    height: 67px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img06.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-hero-logo::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(95%, -30%);
            transform: translate(95%, -30%);
    display: block;
    width: 141px;
    height: 190px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img07.png") no-repeat center/cover;
  }
}

.toyodigest-about-section {
  position: relative;
  padding: 0 1em 10rem 1em;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-section {
    padding: 0 2em 8rem 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-section::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0;
    display: block;
    width: 182px;
    height: 136px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img06.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-section::after {
    content: "";
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    display: block;
    width: 90px;
    height: 63px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img14.png") no-repeat center/cover;
  }
}
.toyodigest-about-section .inner {
  position: static;
  max-width: 790px;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-section .inner {
    max-width: none;
  }
}
.toyodigest-about-catch {
  text-align: center;
  line-height: 1.2;
  color: #3716fc;
  letter-spacing: 0.02em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: -4rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-catch {
    position: relative;
    margin-top: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-catch::before {
    content: "";
    position: absolute;
    top: -6rem;
    left: -1em;
    display: block;
    width: 80px;
    height: 86px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img12.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-catch::after {
    content: "";
    position: absolute;
    top: 3rem;
    right: 1rem;
    display: block;
    width: 20px;
    height: 28px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img13.png") no-repeat center/cover;
  }
}
.toyodigest-about-catch .catch01 {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: .6rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-catch .catch01 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
.toyodigest-about-catch .catch02 {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: .4rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-catch .catch02 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.toyodigest-about-catch .catch03 span {
  font-size: 4rem;
  color: #fe63f5;
  letter-spacing: 0.02em;
  font-weight: 900;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-catch .catch03 span {
    font-size: 2rem;
  }
}
.toyodigest-about-catch .catch03 {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-catch .catch03 {
    font-size: 1.6rem;
    display: inline;
  }
}
.toyodigest-about-catch .catch03 .br ,.toyodigest-about-catch .catch02 .br{
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-catch .catch03 .br ,.toyodigest-about-catch .catch02 .br{
    display: block;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-decolation.only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-decolation.only-pc .decolation-item-01 {
    position: absolute;
    right: 7rem;
    top: 7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-decolation.only-pc .decolation-item-02 {
    position: absolute;
    left: 3.6rem;
    bottom: 17rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-decolation.only-pc .decolation-item-03 {
    position: absolute;
    right: 0;
    bottom: 32rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-decolation.only-sp {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-fukidashi.only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-fukidashi.only-pc .fukidashi-image-01 {
    position: relative;
    text-align: left;
    margin-bottom: -2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-fukidashi.only-pc .fukidashi-image-01::before {
    content: "";
    position: absolute;
    left: -5rem;
    bottom: 5rem;
    display: block;
    width: 41px;
    height: 60px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img10.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-fukidashi.only-pc .fukidashi-image-02 {
    text-align: right;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-about-fukidashi.only-sp {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-fukidashi.only-sp .fukidashi-image-01 {
    max-width: 334px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-about-fukidashi.only-sp .fukidashi-image-02 {
    max-width: 324px;
    margin: 0 auto;
  }
}

.toyodigest-history-section {
  position: relative;
  background-color: #3716fc;
  padding: 3rem 1em 5rem 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 65px;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px), print {
  .toyodigest-history-section {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-section {
    padding: 3rem 2em 3rem 2em;
    margin-top: 191px;
    margin-bottom: 191px;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 3rem;
    display: block;
    width: 20px;
    height: 28px;
    z-index: 1;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img13.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .toyodigest-history-section::after {
    top: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25rem;
    display: block;
    width: 165px;
    height: 173px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img16.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-section::before {
    content: "";
    position: absolute;
    right: 4rem;
    top: -7rem;
    display: block;
    width: 91px;
    height: 58px;
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
    z-index: 1;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img17.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .toyodigest-history-section::before {
    top: -6rem;
    right: 3rem;
  }
}
.toyodigest-history-section .inner {
  max-width: none;
}
.toyodigest-history-section .custom-shape-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg) translateY(100%);
          transform: rotate(180deg) translateY(100%);
}
.toyodigest-history-section .custom-shape-divider-bottom {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg) translateY(-100%);
          transform: rotate(180deg) translateY(-100%);
}
.toyodigest-history-section .custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(145% + 1.3px);
  height: 65px;
}
@media screen and (min-width: 768px), print {
  .toyodigest-history-section .custom-shape-divider-top svg {
    height: 95px;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-section .custom-shape-divider-top svg {
    height: 191px;
  }
}
.toyodigest-history-section .custom-shape-divider-top .shape-fill {
  fill: #3716FC;
}
.toyodigest-history-section .custom-shape-divider-bottom {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.toyodigest-history-section .custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(145% + 1.3px);
  height: 65px;
}
@media screen and (min-width: 768px), print {
  .toyodigest-history-section .custom-shape-divider-bottom svg {
    height: 95px;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-section .custom-shape-divider-bottom svg {
    height: 191px;
  }
}
.toyodigest-history-section .custom-shape-divider-bottom .shape-fill {
  fill: #3716FC;
}
.toyodigest-history-fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi::before {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: -1em;
    display: block;
    width: 71px;
    height: 86px;
    z-index: 1;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img24.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi.only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-fukidashi.only-sp {
    display: none;
  }
}
.toyodigest-history-fukidashi .fukidashi-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-fukidashi .fukidashi-item-01 {
    margin-right: 3.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi .fukidashi-item-01 {
    margin-bottom: 0;
    max-width: 322px;
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-fukidashi .fukidashi-item-01::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: -8.5rem;
    display: block;
    width: 129px;
    height: 83px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img17.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi .fukidashi-item-01::before {
    content: "";
    position: absolute;
    top: -4.5rem;
    left: -0.5em;
    display: block;
    width: 72px;
    height: 69px;
    z-index: 1;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img20.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi .fukidashi-item-01::after {
    content: "";
    position: absolute;
    bottom: -5rem;
    right: -0.5em;
    display: block;
    width: 56px;
    height: 78px;
    z-index: 1;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img21.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi .fukidashi-item-02 {
    max-width: 315px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-fukidashi .fukidashi-item-02::before {
    content: "";
    position: absolute;
    right: 12rem;
    top: -6rem;
    display: block;
    width: 41px;
    height: 60px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img18.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi .fukidashi-item-02::before {
    content: "";
    position: absolute;
    bottom: -3rem;
    left: 5.5rem;
    display: block;
    width: 154px;
    height: 67px;
    z-index: 1;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img22.png") no-repeat center/cover;
  }
}
.toyodigest-history-header {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-header {
    max-width: 820px;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-header {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 153px;
    height: 137px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img14.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-header::before {
    content: "";
    position: absolute;
    top: -0.8rem;
    right: -1em;
    display: block;
    width: 67px;
    height: 75px;
    z-index: 1;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img23.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 166px;
    height: 131px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img15.png") no-repeat center/cover;
  }
}
.toyodigest-history-label {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  background-color: #fff;
  color: #3716fc;
  border-radius: 10em;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 1rem 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-label {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-label {
    padding: 0.8rem 1.2rem;
    margin-bottom: 2rem;
    letter-spacing: -.04em;
  }
}
.toyodigest-history-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-label::before {
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}
.toyodigest-history-heading {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (min-width: 360px), print {
  .toyodigest-history-heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .toyodigest-history-heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-history-heading {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-heading {
    padding: 0 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .toyodigest-history-heading {
    padding: 0 5.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-heading::before {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    display: block;
    width: 60px;
    height: 35px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img15.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .toyodigest-history-heading::before {
    width: 45px;
    height: 27px;
    bottom: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-heading::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    right: 0;
    display: block;
    width: 60px;
    height: 35px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img16.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .toyodigest-history-heading::after {
    width: 45px;
    height: 27px;
    bottom: 0;
  }
}

.toyodigest-slider {
  max-width: 748px;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-slider {
    max-width: 270px;
  }
}

.slide-scroll-list {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 310px;
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-list-wrapper {
    height: 350px;
  }
}
.slide-scroll-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 748px;
  height: 310px;
  border-radius: 10em;
  background-color: #fff;
  padding: 2em 2em 2em 2em;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-item {
    width: 270px;
    height: 350px;
    border-radius: 4rem;
    padding: 3em 1em 1em 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-item:nth-child(5) .slide-scroll-image img {
    height: auto;
  }
}
.slide-scroll-item:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-item:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.slide-scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.slide-scroll-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-main {
    margin-right: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 180px;
    width: 100%;
    height: 140px;
    margin: 0 auto;
  }
  .slide-scroll-image img {
    width: auto;
    height: 140px;
  }
}
.slide-scroll-text {
  color: #3716FC;
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-text {
    font-size: 1.3rem;
    padding-top: 0;
    text-align: center;
  }
}
.slide-scroll-text.__sm {
  font-size: 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-text.__sm {
    font-size: 1.1rem;
  }
}
.slide-scroll-text.__md {
  font-size: 1.6rem;
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-text.__md {
    font-size: 1.1rem;
  }
}
.slide-scroll-num {
  position: absolute;
  top: -2rem;
  left: 9.8rem;
  display: block;
  line-height: 1;
  font-size: 11rem;
  font-weight: 900;
  color: #3716FC;
}
@media screen and (max-width: 1099.98px) {
  .slide-scroll-num {
    font-size: 6.5rem;
    top: -1rem;
    left: 1.3rem;
  }
}

.toyodigest-service-section {
  padding: 0 1em 3em 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-section {
    padding: 0 2em 5em 2em;
  }
}
.toyodigest-service-header {
  margin-bottom: 4rem;
}
.toyodigest-service-heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-heading {
    max-width: 338px;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-heading .only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-heading .only-sp {
    display: none;
  }
}
.toyodigest-service-desc {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #3716FC;
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-desc {
    font-size: 1.4rem;
  }
}
.toyodigest-service-desc .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-desc .br {
    display: block;
  }
}
.toyodigest-service-desc .maker {
  position: relative;
  display: inline;
  font-size: 2.3rem;
  font-weight: 900;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-desc .maker {
    font-size: 1.7rem;
  }
}
.toyodigest-service-desc .maker::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("/jp/en/company/toyo-digest/img/decoration-img21.png") no-repeat center/contain;
}
.toyodigest-service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1100px){
  .toyodigest-service-define dd .sp_only{
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-define dd .pc_only{
    display: none;
  }
  .toyodigest-service-desc{
    line-height: 1.8;
  }
  .toyodigest-service-desc .maker::before{
    display: none;
  }
  .toyodigest-service-desc .maker{
    padding-bottom: .1rem;
    border-bottom: 2px dotted #00ff97;
  }
  .toyodigest-service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-item {
    position: relative;
    border-bottom: 2px dotted #3716fc;
    width: 100%;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-item:first-child {
    border-top: 2px dotted #3716fc;
  }
}
.toyodigest-service-item:not(:last-child) {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-item:nth-child(2) .toyodigest-service-define dd {
    max-width: 166px;
  }
  .toyodigest-service-item:nth-child(2) .toyodigest-service-image.only-sp {
    top: 9rem;
    max-width: 125px !important;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-item:nth-child(2) .toyodigest-service-image.only-sp {
    max-width: 110px !important;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-item:nth-child(3) .toyodigest-service-image.only-sp {
    top: 11rem;
  }
  .toyodigest-service-item:nth-child(3) .toyodigest-service-define dt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-item:nth-child(3) .toyodigest-service-image.only-sp {
    top: 9rem;
  }
}
.toyodigest-service-button {
  margin-top: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-button {
    margin: 0 auto;
    margin-top: 2.5rem;
    max-width: 300px;
  }
}
.toyodigest-service-link {
  position: relative;
  display: block;
  line-height: 1.2;
  text-align: center;
  color: #3716fc;
  font-weight: 700;
  border-radius: 10em;
  font-size: 2.2rem;
  padding: 2rem 2rem 4rem 2rem;
  background: rgb(0, 255, 228);
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 255, 228)), to(rgb(0, 255, 66)));
  background: linear-gradient(270deg, rgb(0, 255, 228) 0%, rgb(0, 255, 66) 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-link {
    font-size: 2rem;
    padding: 1.5rem 2rem 3.5rem 2rem;
  }
}
.toyodigest-service-link:hover {
  opacity: 0.8;
}
.toyodigest-service-link::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 27px;
  height: 16px;
  background: url("/jp/en/company/toyo-digest/img/icon_arrow_bottom.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-link::before {
    width: 23px;
    height: 13px;
    bottom: 1.2rem;
  }
}
.toyodigest-service-link span {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-link span {
    font-size: 1.4rem;
  }
}
.toyodigest-service-image {
  text-align: center;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-image {
    width: 100%;
    height: 198px;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-image.only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-image.only-sp {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-image.only-sp {
    margin: 0;
    position: absolute;
    left: 0;
    top: 10rem;
    max-width: 143px;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-image.only-sp {
    top: 6rem;
    max-width: 100px;
  }
}
.toyodigest-service-label {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-label {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-label {
    margin-top: 2rem;
  }
}
.toyodigest-service-label span {
  display: inline-block;
  background-color: #3716fc;
  line-height: 1.2;
  color: #fff;
  border-radius: 10em;
}
.toyodigest-service-label .label01 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-label .label01 {
    font-size: 1.5rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 0.7rem;
  }
}
.toyodigest-service-label .label02 {
  font-size: 2.6rem;
  font-weight: 900;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-label .label02 {
    font-size: 2rem;
    padding: 0.5rem 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-define {
    position: relative;
    max-width: 337px;
    margin: 0 auto;
  }
}
.toyodigest-service-define dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 0.5rem;
  min-height: 78px;
}
.toyodigest-service-define dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.85;
  color: #3716FC;
  font-weight: 500;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-define dd {
    font-size: 1.1rem;
    text-align: left;
    max-width: 177px;
    margin-left: auto;
  }
  .toyodigest-service-define dt{
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-define dd {
    min-height: 130px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-define dd br {
    display: none;
  }
}

.toyodigest-service-content {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-content {
    margin-top: 7rem;
  }
}
.toyodigest-service-block {
  position: relative;
  background-color: #3716fc;
  border-radius: 4rem;
  padding: 5rem 5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block {
    padding: 2.5rem 1.5rem;
    max-width: 335px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479.98px) {
  .toyodigest-service-block {
    padding: 2rem 1.5rem;
  }
}
.toyodigest-service-block:not(:last-child) {
  margin-bottom: 17rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-01 {
    padding: 5rem 5rem 12rem 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-01::after {
    content: "";
    position: absolute;
    left: -7rem;
    top: 15rem;
    display: block;
    width: 201px;
    height: 107px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img22.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-01 .service-block-header::before {
    content: "";
    position: absolute;
    right: -9rem;
    bottom: -19rem;
    display: block;
    width: 235px;
    height: 120px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img23.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-01 .service-block-header::before {
    content: "";
    position: absolute;
    left: -2rem;
    bottom: -21.5rem;
    display: block;
    width: 87px;
    height: 105px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img27.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-01 .service-block-header::after {
    content: "";
    position: absolute;
    right: -2.5rem;
    bottom: -21.5rem;
    display: block;
    width: 107px;
    height: 97px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img28.png") no-repeat center/cover;
  }
}
.toyodigest-service-block.service-01 .service-block-text.mb {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-01 .service-block-text.mb::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 3rem;
    display: block;
    width: 37px;
    height: 131px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img24.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-01 .service-block-text.mb::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: -2.5rem;
    display: block;
    width: 58px;
    height: 55px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img29.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-01 .service-block-text.mb::after {
    content: "";
    position: absolute;
    right: 0;
    top: -1rem;
    display: block;
    width: 90px;
    height: 120px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img25.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-01 .service-block-text.mb::after {
    content: "";
    position: absolute;
    right: -3rem;
    top: -4.5rem;
    display: block;
    width: 76px;
    height: 49px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img30.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-01 .service-block-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 143px;
    height: 110px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img26.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-01 .service-block-heading::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 87px;
    height: 46px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img25.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .toyodigest-service-block.service-01 .service-block-heading::before {
    left: -5rem;
    top: -2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-01 .service-block-heading::before {
    width: 75px;
    height: 40px;
    left: -6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-01 .service-block-heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    display: block;
    width: 166px;
    height: 131px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img15.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-01 .service-block-heading::after {
    content: "";
    position: absolute;
    top: -3rem;
    right: -5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 75px;
    height: 50px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img26.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-01 .service-block-heading::after {
    width: 65px;
    height: 43px;
  }
}
.toyodigest-service-block.service-02 {
  z-index: 0;
}
.toyodigest-service-block.service-02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background-image: url("/jp/en/company/toyo-digest/img/plant-step-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 720px;
  background-position-y: bottom;
  z-index: -1;
  border-radius: 0 0 3.5rem 3.5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-02::after {
    height: 1050px;
    background-size: 100% 1050px;
    background-image: url("/jp/en/company/toyo-digest/img/sp/plant-step-bg.png");
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-02::after {
    height: 1010px;
    background-size: 100% 1010px;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-02 .service-block-heading {
    line-height: 1.1;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-02 .service-block-heading {
    padding: 0 10rem;
  }
}
.toyodigest-service-block.service-02 .service-block-heading .br {
  display: block;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-02 .service-block-heading .br {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-02 .service-block-heading::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 138px;
    height: 119px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img27.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-02 .service-block-heading::before {
    content: "";
    position: absolute;
    top:2rem;
    left: -5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 69px;
    height: 76px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img31.png") no-repeat center/cover;
  }
}
/* @media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-02 .service-block-heading::before {
    width: 60px;
    height: 65px;
    top: 0;
    left: -6rem;
  }
} */
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-02 .service-block-heading::after {
    content: "";
    position: absolute;
    top: -3rem;
    right: -4rem;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    display: block;
    width: 138px;
    height: 131px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img28.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-02 .service-block-heading::after {
    content: "";
    position: absolute;
    top: 3rem;
    right: -4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 44px;
    height: 100px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img32.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-02 .service-block-heading::after {
    width: 44px;
    height: 100px;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-02 .service-block-text {
    font-size: 1.3rem;
  }
}
.toyodigest-service-block.service-02 .plant-content {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-02 .plant-content::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: -2rem;
    display: block;
    width: 207px;
    height: 109px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img30.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-02 .plant-content::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: -1rem;
    display: block;
    width: 50px;
    height: 91px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img33.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-02 .plant-content::before {
    width: 40px;
    height: 75px;
    top: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-02 .plant-content::after {
    content: "";
    position: absolute;
    right: -5rem;
    top: -14rem;
    display: block;
    width: 232px;
    height: 207px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img31.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-02 .plant-content::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: -1rem;
    display: block;
    width: 55px;
    height: 93px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img34.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-02 .plant-content::after {
    width: 45px;
    height: 77px;
    top: 0;
  }
}
.toyodigest-service-block.service-02 .service-block-text {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-02 .service-block-text::before {
    content: "";
    position: absolute;
    left: -15rem;
    top: 0;
    display: block;
    width: 245px;
    height: 114px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img29.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-03 {
    padding: 5rem 5rem 12rem 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-03::after {
    content: "";
    position: absolute;
    right: -7rem;
    top: 45rem;
    display: block;
    width: 124px;
    height: 200px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img33.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-03 .fuel-fukidashi-item.only-sp {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-03 .service-block-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-03 .service-block-header {
    position: relative;
    margin: 0 auto 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-03 .service-block-header::before {
    content: "";
    position: absolute;
    left: -9rem;
    top: 8rem;
    display: block;
    width: 119px;
    height: 159px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img32.png") no-repeat center/cover;
    z-index: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-03 .service-block-heading {
    padding: 0 11rem;
  }
}
@media screen and (min-width: 1280px), print {
  .toyodigest-service-block.service-03 .service-block-heading {
    padding: 0 11rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-03 .service-block-heading {
    line-height: 1.1;
  }
}
.toyodigest-service-block.service-03 .service-block-heading .br {
  display: block;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-03 .service-block-heading .br {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-03 .service-block-heading::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: -3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 143px;
    height: 110px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img26.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-03 .service-block-heading::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: -6.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 56px;
    height: 92px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img35.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-03 .service-block-heading::before {
    width: 45px;
    height: 73px;
    left: -6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-service-block.service-03 .service-block-heading::after {
    content: "";
    position: absolute;
    top: -5rem;
    right: -3rem;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    display: block;
    width: 166px;
    height: 131px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img15.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block.service-03 .service-block-heading::after {
    content: "";
    position: absolute;
    top: 3rem;
    right: -7rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 56px;
    height: 74px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img36.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block.service-03 .service-block-heading::after {
    width: 50px;
    height: 66px;
    right: -6rem;
  }
}

.service-block-text {
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1099.98px) {
  .service-block-text {
    font-size: 1.4rem;
  }
}
.service-block-text.mb {
  margin-top: 4.5rem;
}
@media screen and (max-width: 1099.98px) {
  .service-block-text.mb {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .service-block-text br {
    display: none;
  }
}
.service-block-text .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .service-block-text .br {
    display: block;
  }
}
.service-block-text .maker {
  position: relative;
  display: inline;
  font-size: 2.3rem;
  font-weight: 900;
  padding-bottom: 0.2rem;
  border-bottom: 4px dotted #00ff42;
}
@media screen and (max-width: 1099.98px) {
  .service-block-text .maker {
    font-size: 1.7rem;
  }
}
.service-block-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .service-block-header {
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .service-block-header {
    margin-bottom: 1.8rem;
  }
}
.service-block-label {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  background-color: #fff;
  color: #3716fc;
  border-radius: 10em;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .service-block-label {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .service-block-label {
    padding: 0.6rem 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.service-block-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 1099.98px) {
  .service-block-label::before {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
.service-block-heading {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (min-width: 360px), print {
  .service-block-heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .service-block-heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .service-block-heading {
    font-size: 4.4rem;
    padding: 0 18rem;
  }
}
@media screen and (min-width: 360px), print {
  .service-block-heading span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .service-block-heading span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .service-block-heading span {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 1100px), print {
  .fuel-fukidashi-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(65%);
            transform: translateY(65%);
    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: 1099.98px) {
  .fuel-fukidashi-wrap {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .fuel-fukidashi-item {
    text-align: center;
    max-width: 307px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099.98px) {
  .fuel-fukidashi-item.only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .fuel-fukidashi-item.only-sp {
    display: none;
  }
}
.fuel-fukidashi-item:first-child {
  margin-right: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .fuel-fukidashi-item:first-child {
    margin: 0 0 1rem 0;
  }
}
.fuel-wrap {
  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: 1099.98px) {
  .fuel-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 285px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .fuel-item {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .fuel-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1099.98px) {
  .fuel-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1099.98px) {
  .fuel-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.fuel-item:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .fuel-item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .fuel-item img {
    width: 150px;
    height: auto;
  }
}
.fuel-intro {
  text-align: center;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .fuel-intro {
    font-size: 1.4rem;
    letter-spacing: inherit;
  }
}
.fuel-intro .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .fuel-intro .br {
    display: block;
  }
}

.plant-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .plant-flow {
    margin-top: 2rem;
  }
}
.plant-flow-item {
  position: relative;
  text-align: center;
}
.plant-flow-item:first-child {
  margin-right: 10rem;
}
@media screen and (max-width: 1099.98px) {
  .plant-flow-item:first-child {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 359.98px) {
  .plant-flow-item:first-child {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .plant-flow-item-01::before {
    content: "";
    position: absolute;
    right: -10rem;
    top: 4rem;
    display: block;
    width: 118px;
    height: 95px;
    background: url("/jp/en/company/toyo-digest/img/plant-img03.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .plant-flow-item-01::before {
    content: "";
    position: absolute;
    right: -6.5rem;
    top: 6rem;
    display: block;
    width: 80px;
    height: 65px;
    background: url("/jp/en/company/toyo-digest/img/plant-img03.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .plant-flow-item-01::before {
    width: 60px;
    height: 45px;
    right: -4.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .plant-flow-item-01 .plant-flow-heading {
    position: absolute;
    left: -9rem;
    top: 3rem;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@media screen and (min-width: 1100px), print {
  .plant-flow-item-02 .plant-flow-heading {
    position: absolute;
    right: -12rem;
    top: 3rem;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
}
.plant-flow-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #ff8cf8;
}
@media screen and (max-width: 1099.98px) {
  .plant-flow-heading {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 359.98px) {
  .plant-flow-heading {
    font-size: 1.2rem;
  }
}
.plant-flow-image {
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .plant-flow-image {
    max-width: 70px;
    margin: 0 auto;
  }
}
.plant-flow-label {
  display: block;
  line-height: 1.2;
  padding: 0.5rem 1.5rem;
  margin-top: 1.5rem;
  border-radius: 10em;
  background-color: #000;
  color: #00ff97;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  min-width: 215px;
}
@media screen and (max-width: 1099.98px) {
  .plant-flow-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 100px;
    min-height: 43px;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 359.98px) {
  .plant-flow-label {
    font-size: 1.2rem;
  }
}
.plant-flow-label .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .plant-flow-label .br {
    display: block;
  }
}

.toyodigest-service-block .plant-content {
  position: relative;
  padding: 5rem 5rem 12rem 5rem;
  margin: 7rem -5rem -5.2rem -5rem;
  border-radius: 0 0 4rem 4rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block .plant-content {
    padding: 2.5rem 1.5rem;
    margin: 5rem -1.5rem -2.7rem -1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .toyodigest-service-block .plant-content {
    padding: 2rem 1.5rem;
    margin: 5rem -1.5rem -2.2rem -1.5rem;
  }
}
.toyodigest-service-block .plant-content-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 3.6rem;
  color: #3716fc;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block .plant-content-heading {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-service-block .plant-content-heading {
    font-size: 2rem;
  }
}
.toyodigest-service-block .plant-content-heading .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-service-block .plant-content-heading .br {
    display: block;
  }
}

.plant-step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 -3rem -2rem 0;
}
@media screen and (max-width: 1099.98px) {
  .plant-step-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2.5rem -1rem 0;
  }
}
.plant-step-item {
  position: relative;
  width: 25%;
  padding: 0 3rem 2rem 0;
}
@media screen and (max-width: 1099.98px) {
  .plant-step-item {
    width: 50%;
    padding: 0 2.5rem 1rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .plant-step-item:nth-child(2)::before {
    display: none;
  }
}
.plant-step-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 6rem;
  right: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #3716fc;
}
@media screen and (max-width: 1099.98px) {
  .plant-step-item:not(:last-child)::before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #3716fc;
    right: 0.4rem;
    top: 5.5rem;
  }
}
.plant-step-image {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .plant-step-image {
    margin-bottom: 1rem;
  }
}
.plant-step-label {
  display: inline-block;
  background-color: #3716FC;
  border-radius: 10em;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 0.3rem 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .plant-step-label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    letter-spacing: -.02em;
    padding: 0.3rem 1rem;
  }
}
.plant-step-label span {
  font-size: 2.2rem;
}
@media screen and (max-width: 1099.98px) {
  .plant-step-label span {
    font-size: 1.4rem;
  }
}
.plant-step-text {
  font-size: 1.4rem;
  color: #3716fc;
  letter-spacing: -.02em;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .plant-step-text {
    font-size: 1.2rem;
    letter-spacing: -0.13em;
    min-height: 54px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .plant-step-text br {
    display: none;
  }
}
.plant-step-text .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .plant-step-text .br {
    display: block;
  }
}

.faq-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem -1.8rem -5.2rem 0;
}
@media screen and (max-width: 1099.98px) {
  .faq-wrap {
    margin: 5rem -1rem -6rem 0;
  }
}
.faq-item {
  width: 33.33333%;
  padding: 0 1.8rem 5.2rem 0;
}
@media screen and (max-width: 1099.98px) {
  .faq-item {
    width: 50%;
    padding: 0 1rem 6rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-item:nth-child(1) .faq-image {
    max-width: 100px;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-item:nth-child(2) .faq-image {
    max-width: 80px;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-item:nth-child(3) .faq-image {
    max-width: 85px;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-item:nth-child(4) .faq-image {
    max-width: 70px;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-item:nth-child(5) .faq-image {
    max-width: 70px;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-item:nth-child(6) .faq-image {
    max-width: 90px;
  }
}
.faq-item-inner {
  border-radius: 3rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1099.98px) {
  .faq-item-inner {
    border-radius: 2rem;
  }
}
.faq-main {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 208px;
  border-radius: 3rem 3rem 0 0;
  padding: 3rem 1rem 1rem 1rem;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .faq-main {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    height: 165px;
    border-radius: 2rem 2rem 0 0;
  }
}
.faq-label {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .faq-label {
    -webkit-transform: translateX(-50%) translateY(-95%);
            transform: translateX(-50%) translateY(-95%);
  }
}
.faq-label span {
  position: relative;
  display: inline-block;
  border-radius: 10em;
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
  color: #3716fc;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
}
@media screen and (max-width: 1099.98px) {
  .faq-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 38px;
    font-size: 1.2rem;
    padding: 0.5rem 1rem 0.45rem 1rem;
  }
}
.faq-label span .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .faq-label span .br {
    display: block;
    padding: 0;
  }
}
.faq-label span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
          transform: translateX(-50%) translateY(50%) rotate(45deg);
  display: block;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  z-index: -1;
}
@media screen and (max-width: 1099.98px) {
  .faq-label span::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-image {
    margin: 0 auto;
  }
}
.faq-heading {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .faq-heading {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .faq-heading {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-heading br {
    display: none;
  }
}
.faq-heading .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .faq-heading .br {
    display: block;
  }
}
.faq-foot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #a8c6fd;
  border-radius: 0 0 3rem 3rem;
  height: 72px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq-foot:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1099.98px) {
  .faq-foot {
    border-radius: 0 0 2rem 2rem;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    height: 70px;
    padding: 1rem .7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .faq-foot::before {
    content: "Q";
    position: absolute;
    left: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1.2;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 900;
  }
}
.faq-foot::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  display: block;
  width: 11px;
  height: 17px;
  background: url("/jp/en/company/toyo-digest/img/icon_arrow_right.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .faq-foot::after {
    width: 8px;
    height: 12px;
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 359.98px) {
  .faq-foot::after {
    width: 6px;
    height: 10px;
    right: 0.8rem;
    bottom: 0.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .faq-foot::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.faq-foot-text {
  color: #3716fc;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1099.98px) {
  .faq-foot-text {
    position: relative;
    font-size: 1.1rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-foot-text::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: -0.5rem;
    line-height: 1.2;
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
  }
}
@media screen and (max-width: 1099.98px) {
  .faq-foot-text br {
    display: none;
  }
}
.faq-foot-text .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .faq-foot-text .br {
    display: block;
  }
}
.faq-foot-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.toyodigest-result-section {
  position: relative;
  background-color: #3716fc;
  padding: 3rem 1em 5rem 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 65px;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px), print {
  .toyodigest-result-section {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section {
    padding: 7rem 2em 3rem 2em;
    margin-top: 191px;
    margin-bottom: 191px;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section::before {
    content: "";
    position: absolute;
    top: 25rem;
    right: 0;
    display: block;
    width: 204px;
    height: 174px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img37.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section::after {
    content: "";
    position: absolute;
    top: 65rem;
    left: 0;
    display: block;
    width: 193px;
    height: 174px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img38.png") no-repeat center/cover;
  }
}
.toyodigest-result-section .inner {
  max-width: none;
}
.toyodigest-result-section .custom-shape-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg) translateY(100%);
          transform: rotate(180deg) translateY(100%);
}
.toyodigest-result-section .custom-shape-divider-bottom {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg) translateY(-100%);
          transform: rotate(180deg) translateY(-100%);
}
.toyodigest-result-section .custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(145% + 1.3px);
  height: 65px;
}
@media screen and (min-width: 768px), print {
  .toyodigest-result-section .custom-shape-divider-top svg {
    height: 95px;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section .custom-shape-divider-top svg {
    height: 191px;
  }
}
.toyodigest-result-section .custom-shape-divider-top .shape-fill {
  fill: #3716FC;
}
.toyodigest-result-section .custom-shape-divider-bottom {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.toyodigest-result-section .custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(145% + 1.3px);
  height: 65px;
}
@media screen and (min-width: 768px), print {
  .toyodigest-result-section .custom-shape-divider-bottom svg {
    height: 95px;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section .custom-shape-divider-bottom svg {
    height: 191px;
  }
}
.toyodigest-result-section .custom-shape-divider-bottom .shape-fill {
  fill: #3716FC;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-section .service-block-heading {
    line-height: 1.1;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section .service-block-heading {
    padding: 0 11rem 0 14rem;
  }
}
.toyodigest-result-section .service-block-heading .only-pc {
  font-size: 4.4rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-section .service-block-heading .only-pc {
    display: none;
  }
}
.toyodigest-result-section .service-block-heading .br {
  display: block;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section .service-block-heading .br {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section .service-block-heading::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 138px;
    height: 119px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img27.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-section .service-block-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -7rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 56px;
    height: 82px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img39.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-result-section .service-block-heading::before {
    width: 43px;
    height: 60px;
    top: 0;
    left: -6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-section .service-block-heading::after {
    content: "";
    position: absolute;
    top: -3rem;
    right: -4rem;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    display: block;
    width: 138px;
    height: 131px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img28.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-section .service-block-heading::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: -7rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 59px;
    height: 62px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img40.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-result-section .service-block-heading::after {
    width: 40px;
    height: 43px;
    top: 1rem;
    right: -5rem;
  }
}
.toyodigest-result-label {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-result-label {
    font-size: 1.2rem;
  }
}
.toyodigest-result-flow {
  position: relative;
  margin: 0 auto;
  margin-bottom: 7.5rem;
  max-width: 820px;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-flow {
    margin-bottom: 3rem;
    max-width: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-flow::before {
    content: "";
    position: absolute;
    bottom: -6rem;
    left: -1.3em;
    display: block;
    width: 62px;
    height: 49px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img41.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-flow::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: -16rem;
    display: block;
    width: 122px;
    height: 321px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img35.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-flow::after {
    content: "";
    position: absolute;
    bottom: -7rem;
    right: -1.3em;
    display: block;
    width: 38px;
    height: 67px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img43.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-flow::after {
    content: "";
    position: absolute;
    bottom: -18rem;
    right: -18rem;
    display: block;
    width: 249px;
    height: 330px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img36.png") no-repeat center/cover;
  }
}
.toyodigest-result-item {
  position: relative;
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-item {
    max-width: 335px;
    margin: 0 auto;
  }
}
.toyodigest-result-item:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.toyodigest-result-item:not(:first-child) .result-flow-text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #3716fc;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-item:not(:first-child) .result-flow-text::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #3716fc;
  }
}
.toyodigest-result-item .result-flow-text {
  position: relative;
  display: block;
  border-radius: 10em;
  padding: 2rem 2rem 2rem 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  text-align: center;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 900;
  color: #3716fc;
  letter-spacing: -0.02em;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-item .result-flow-text {
    font-size: 1.6rem;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.3rem 1rem 1.3rem 1rem;
  }
}
.toyodigest-result-item .result-flow-text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
          transform: translateX(-50%) translateY(50%) rotate(45deg);
  display: block;
  width: 50px;
  height: 50px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-item .result-flow-text::before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-item .result-flow-text br {
    display: none;
  }
}
.toyodigest-result-item .result-flow-text .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-item .result-flow-text .br {
    display: block;
  }
}
.toyodigest-result-text {
  position: relative;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-result-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-text::before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: -1.2em;
    display: block;
    width: 53px;
    height: 59px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img44.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-text::after {
    content: "";
    position: absolute;
    bottom: -6rem;
    right: -1.2em;
    display: block;
    width: 73px;
    height: 60px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img42.png") no-repeat center/cover;
  }
}
.toyodigest-result-text.mb {
  margin-top: 4.5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-text.mb {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-text br {
    display: none;
  }
}
.toyodigest-result-text .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-text .br {
    display: block;
  }
}
.toyodigest-result-text .maker {
  position: relative;
  display: inline;
  font-size: 3.4rem;
  font-weight: 900;
  padding-bottom: 0.2rem;
  border-bottom: 4px dotted #00ff42;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-text .maker {
    font-size: 2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-result-text .maker {
    font-size: 1.8rem;
  }
}
.toyodigest-result-fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-fukidashi {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-fukidashi.only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-fukidashi.only-sp {
    display: none;
  }
}
.toyodigest-result-fukidashi .fukidashi-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-result-fukidashi .fukidashi-item-01 {
    margin-right: 3.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-fukidashi .fukidashi-item-01 {
    margin-bottom: 0;
    max-width: 322px;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-result-fukidashi .fukidashi-item-02 {
    max-width: 315px;
    margin: 0 auto;
  }
}

.toyodigest-appeal-section {
  position: relative;
  padding: 0 1em 5rem 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-section {
    padding: 0 2em 10rem 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 27rem;
    display: block;
    width: 202px;
    height: 156px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img45.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25rem;
    display: block;
    width: 91px;
    height: 132px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img46.png") no-repeat center/cover;
  }
}
.toyodigest-appeal-header {
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-header {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-header::before {
    content: "";
    position: absolute;
    left: 5rem;
    top: -12rem;
    display: block;
    width: 275px;
    height: 166px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img43.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-header::after {
    content: "";
    position: absolute;
    right: 10rem;
    top: -2rem;
    display: block;
    width: 139px;
    height: 84px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img44.png") no-repeat center/cover;
  }
}
.toyodigest-appeal-intro {
  position: relative;
  max-width: 538px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-intro {
    margin: 0 auto 6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-intro {
    max-width: 320px;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-intro::before {
    content: "";
    position: absolute;
    left: -16rem;
    top: 7rem;
    display: block;
    width: 138px;
    height: 247px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img41.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-intro::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: -3rem;
    display: block;
    width: 63px;
    height: 109px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img45.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-intro::after {
    content: "";
    position: absolute;
    right: -16rem;
    top: 10rem;
    display: block;
    width: 139px;
    height: 188px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img42.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-intro::after {
    content: "";
    position: absolute;
    right: -4rem;
    top: -5rem;
    display: block;
    width: 56px;
    height: 106px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img46.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 479.98px) {
  .toyodigest-appeal-intro::after {
    right: -3rem;
  }
}
.toyodigest-appeal-heading {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: #3716fc;
  font-weight: 900;
  font-size: 4.4rem;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 0.5rem 0 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-heading {
    font-size: 2.4rem;
  }
}
.toyodigest-appeal-heading::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  height: 32px;
  border-radius: 10em;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  z-index: -1;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-heading::before {
    height: 16px;
  }
}
.toyodigest-appeal-block {
  border-radius: 4rem;
  background-color: #3716fc;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block {
    max-width: 335px;
    margin: 0 auto;
  }
}
.toyodigest-appeal-block .appeal-block-content {
  position: relative;
  padding: 0 2em;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-content {
    padding: 0 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-block .appeal-block-content:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 3rem;
    top: 0;
    display: block;
    width: 173px;
    height: 155px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img49.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-block .appeal-block-content:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 3rem;
    top: 0;
    display: block;
    width: 100px;
    height: 169px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img50.png") no-repeat center/cover;
  }
}
.toyodigest-appeal-block .appeal-block-define dt {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
}
.toyodigest-appeal-block .appeal-block-define dt .br{
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-define dt {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .toyodigest-appeal-block .appeal-block-define dt .br{
    display: block;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-appeal-block .appeal-block-define dt {
    font-size: 1.4rem;
  }
}
.toyodigest-appeal-block .appeal-block-define dd {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-define dd {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-define dd br {
    display: none;
  }
}
.toyodigest-appeal-block .appeal-block-define dd .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-define dd .br {
    display: block;
  }
}
.toyodigest-appeal-block .appeal-block-header {
  background-color: #10006c;
  border-radius: 4rem 4rem 0 0;
  padding: 2rem 2rem 3rem 2rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-header {
    position: relative;
    padding: 1rem 1rem;
    height: 100px;
  }
}
.toyodigest-appeal-block .appeal-block-heading {
  text-align: center;
  margin-top: -4rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-heading {
    max-width: 335px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -1rem;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-heading .only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-block .appeal-block-heading .only-sp {
    display: none;
  }
}
.toyodigest-appeal-block .appeal-block-main {
  position: relative;
  padding: 2rem 0 4rem 0;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-block .appeal-block-main {
    padding: 4rem 6rem 8rem 6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-block .appeal-block-main::before {
    content: "";
    position: absolute;
    left: -7rem;
    top: 5rem;
    display: block;
    width: 225px;
    height: 115px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img47.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-block .appeal-block-main::after {
    content: "";
    position: absolute;
    right: 10rem;
    top: 8rem;
    display: block;
    width: 37px;
    height: 37px;
    background: url("/jp/en/company/toyo-digest/img/decoration-img48.png") no-repeat center/cover;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-sdgs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem -1.7rem -1.7rem 0;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-wrap {
    margin: 2.5rem -1.2rem -1.2rem 0;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-sdgs-item {
  width: 25%;
  padding: 0 1.7rem 1.7rem 0;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-item {
    width: 50%;
    padding: 0 1.2rem 1.2rem 0;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 145px;
  text-align: center;
  border-radius: 3rem;
  color: #3716FC;
  background-color: #ff8cf8;
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 900;
  padding: 2.5rem .8rem;
}
.toyodigest-appeal-block .appeal-block-main .appeal-sdgs-item:nth-child(3) .appeal-sdgs-inner{
  font-size: 1.8rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner {
    flex-direction: column;
    font-size: 1.4rem;
    height: 75px;
    border-radius: 1.5rem;
    padding: 2.2rem 1rem;
  }
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-item:nth-child(3) .appeal-sdgs-inner{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner {
    font-size: 1.2rem;
    height: 58px;
    padding: 1.6rem 1rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner br {
    display: none;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sdgs-inner .br {
    display: block;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -3rem -3rem 0;
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-item{
  width: calc(33.33333% - 30px);
  margin: 0 3rem 3rem 0;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview {
    position: relative;
    flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            margin: 0 0 -3rem 0;
  }
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item{
    width: 100%;
    max-width: 240px;
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview::before {
    content: "";
    position: absolute;
    right: 0;
    top: 12rem;
    display: block;
    width: 64px;
    height: 43px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img49.png") no-repeat center/cover;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-more {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-more {
    margin: 0 auto;
    margin-top: 0.5rem;
    max-width: 250px;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-link {
  position: relative;
  display: block;
  line-height: 1.2;
  border-radius: 10em;
  padding: 1.3rem 2rem 1.4rem 2rem;
  color: #3716fc;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-link {
    padding: 0.95rem 2rem 1rem 2rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-link span {
  position: relative;
  display: block;
  padding-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-link span {
    font-size: 1.4rem;
    padding-right: 1.5rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  width: 11px;
  height: 17px;
  background: url("/jp/en/company/toyo-digest/img/icon_arrow_right.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-link span::before {
    width: 8px;
    height: 13px;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(1)::before {
    content: "";
    position: absolute;
    left: -10.5rem;
    top: 4rem;
    display: block;
    width: 71px;
    height: 50px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img50.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(1)::after {
    content: "";
    position: absolute;
    right: -10rem;
    top: 11rem;
    display: block;
    width: 85px;
    height: 50px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img51.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -10rem;
    top: -10rem;
    display: block;
    width: 70px;
    height: 96px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img47.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(2)::after {
    content: "";
    position: absolute;
    right: -10.5rem;
    top: -11rem;
    display: block;
    width: 88px;
    height: 124px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img48.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(3)::before {
    content: "";
    position: absolute;
    left: -6rem;
    top: 4rem;
    display: block;
    width: 38px;
    height: 50px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img52.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-item:nth-child(3)::after {
    content: "";
    position: absolute;
    right: -6rem;
    top: 9rem;
    display: block;
    width: 12px;
    height: 12px;
    background: url("/jp/en/company/toyo-digest/img/sp/decoration-img53.png") no-repeat center/cover;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-01 .txt {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-num-01 .txt {
    font-size: 2rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-01 .wrap {
  display: block;
  text-align: center;
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-01 .wrap .txt {
  line-height: 1.2;
  padding-bottom: 1.3rem;
  margin-left: 0.5rem;
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-01 .num {
  display: block;
  line-height: 1.2;
  color: #ff8cf8;
  font-size: 7rem;
  font-weight: 900;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-num-01 .num {
    font-size: 5rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-02 .txt {
  display: block;
  line-height: 1.6;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: left;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-num-02 .txt {
    font-size: 2rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-02 .num {
  display: block;
  line-height: 1.2;
  color: #ff8cf8;
  font-size: 8.8rem;
  font-weight: 900;
  letter-spacing: -0.14em;
  margin-right: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-num-02 .num {
    font-size: 6.6rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-03 .txt {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 900;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-num-03 .txt {
    font-size: 2rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-03 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-03 .wrap .txt {
  line-height: 1.2;
  padding-bottom: 1.3rem;
  margin-left: 0.5rem;
}
.toyodigest-appeal-block .appeal-block-main .appeal-overview-num-03 .num {
  display: block;
  line-height: 1.2;
  color: #ff8cf8;
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-overview-num-03 .num {
    font-size: 4.5rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-subheader {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-block .appeal-block-main .appeal-subheader {
    margin-bottom: 6rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-subheading {
  display: block;
}
.toyodigest-appeal-block .appeal-block-main .appeal-subheading span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-subheading span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-subheading span {
    font-size: 2rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-subheading span::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  height: 30px;
  border-radius: 10em;
  background-color: #000;
  z-index: -1;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-subheading span::before {
    height: 15px;
    bottom: -0.2rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-sub-label {
  position: relative;
  display: inline-block;
  border-radius: 10em;
  background-color: #fff;
  color: #3716fc;
  font-weight: 700;
  padding: 0.8rem 3rem;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sub-label {
    font-size: 1.7rem;
    padding: 0.5rem 2rem;
    margin-bottom: 1.5rem;
  }
}
.toyodigest-appeal-block .appeal-block-main .appeal-sub-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-appeal-block .appeal-block-main .appeal-sub-label::before {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
.toyodigest-appeal-block .appeal-block-content:first-child {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 3px dotted #fff;
}
@media screen and (min-width: 1100px), print {
  .toyodigest-appeal-block .appeal-block-content:first-child {
    padding-bottom: 7.5rem;
    margin-bottom: 7.5rem;
    border-bottom: 6px dotted #fff;
  }
}

:root {
  --transition-delay01: 200ms;
  --transition-delay02: 600ms;
  --transition-delay03: 1400ms;
  --transition-delay04: 2700ms;
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55 );
  --ease-bound: var(--easeInOutBack);
  --transition-scale: 650ms var(--ease-bound);
}

/* ¥¢¥Ë¥á©`¥·¥ç¥ó°k»ðÇ°¤Î¥¹¥¿¥¤¥ë */
body #main [data-aos=zoom_anim01] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0) rotate(0.00001deg);
  transform: scale(0) rotate(0.00001deg);
  -webkit-transition: var(--transition-scale);
  transition: var(--transition-scale);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-perspective: 1000;
  perspective: 1000;
}

/* ¤¢¤·¤é¤¤ */
body #main [data-aos=deco_anim01]::before {
  opacity: 0;
  -webkit-transform: translate(-30%, -130%) scale(0) rotate(0.00001deg);
  transform: translate(-30%, -130%) scale(0) rotate(0.00001deg);
  -webkit-transition: var(--transition-scale);
  transition: var(--transition-scale);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@media screen and (min-width: 1100px), print {
  body #main [data-aos=deco_anim01]::before {
    -webkit-transform: translate(-95%, -30%) scale(0) rotate(0.00001deg);
    transform: translate(-95%, -30%) scale(0) rotate(0.00001deg);
  }
}

body #main [data-aos=deco_anim01]::after {
  opacity: 0;
  -webkit-transform: translate(-73%, 120%) scale(0) rotate(0.00001deg);
  transform: translate(-73%, 120%) scale(0) rotate(0.00001deg);
  -webkit-transition: var(--transition-scale);
  transition: var(--transition-scale);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@media screen and (min-width: 1100px), print {
  body #main [data-aos=deco_anim01]::after {
    -webkit-transform: translate(95%, -30%) scale(0) rotate(0.00001deg);
    transform: translate(95%, -30%) scale(0) rotate(0.00001deg);
  }
}

body #main [data-aos=deco_anim02]::after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(0.00001deg);
  transform: scale(0) rotate(0.00001deg);
  -webkit-transition: var(--transition-scale);
  transition: var(--transition-scale);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-perspective: 1000;
  perspective: 1000;
}

body #main [data-aos=deco_anim02]::before {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms;
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
  -webkit-perspective: 1000;
  perspective: 1000;
}

body #main [data-aos=deco_anim05]::before {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms;
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
  -webkit-perspective: 1000;
  perspective: 1000;
}

@media screen and (max-width: 1099.98px) {
  body #main .toyodigest-about-catch::before {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 550ms;
            transition-duration: 550ms;
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

@media screen and (max-width: 1099.98px) {
  body #main .toyodigest-about-catch::after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0.00001deg);
    transform: scale(0) rotate(0.00001deg);
    -webkit-transition: var(--transition-scale);
    transition: var(--transition-scale);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

@media screen and (max-width: 1099.98px) {
  body #main [data-aos=deco_anim05]::after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0.00001deg);
    transform: scale(0) rotate(0.00001deg);
    -webkit-transition: var(--transition-scale);
    transition: var(--transition-scale);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

@media screen and (max-width: 1099.98px) {
  body #main [data-aos=deco_anim03]::before {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0.00001deg);
    transform: scale(0) rotate(0.00001deg);
    -webkit-transition: var(--transition-scale);
    transition: var(--transition-scale);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

@media screen and (max-width: 1099.98px) {
  body #main .toyodigest-hero-text::before, body #main .toyodigest-hero-text::after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0.00001deg);
    transform: scale(0) rotate(0.00001deg);
    -webkit-transition: var(--transition-scale);
    transition: var(--transition-scale);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-delay: 1800ms;
            transition-delay: 1800ms;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

body #main [data-aos=deco_anim04]::before {
  opacity: 0;
  -webkit-transform: scale(0) rotate(0.00001deg);
  transform: scale(0) rotate(0.00001deg);
  -webkit-transition: var(--transition-scale);
  transition: var(--transition-scale);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
  -webkit-perspective: 1000;
  perspective: 1000;
}

body #main .zoom_anim_delay01 {
  -webkit-transition-delay: var(--transition-delay01);
          transition-delay: var(--transition-delay01);
}

body #main .zoom_anim_delay02 {
  -webkit-transition-delay: var(--transition-delay02);
          transition-delay: var(--transition-delay02);
}

body #main .zoom_anim_delay03 {
  -webkit-transition-delay: var(--transition-delay03);
          transition-delay: var(--transition-delay03);
}

body #main .zoom_anim_delay04 {
  -webkit-transition-delay: var(--transition-delay04);
          transition-delay: var(--transition-delay04);
}

/* ¥¢¥Ë¥á©`¥·¥ç¥ó°k»ð•r¤Î¥¹¥¿¥¤¥ë */
body #main [data-aos=zoom_anim01].aos-animate {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0.00001deg);
  transform: scale(1) rotate(0.00001deg);
}

body #main [data-aos=deco_anim01].aos-animate::before {
  opacity: 1;
  -webkit-transform: translate(-30%, -130%) scale(1) rotate(0.00001deg);
  transform: translate(-30%, -130%) scale(1) rotate(0.00001deg);
}
@media screen and (min-width: 1100px), print {
  body #main [data-aos=deco_anim01].aos-animate::before {
    -webkit-transform: translate(-95%, -30%) scale(1) rotate(0.00001deg);
    transform: translate(-95%, -30%) scale(1) rotate(0.00001deg);
  }
}

body #main [data-aos=deco_anim01].aos-animate::after {
  opacity: 1;
  -webkit-transform: translate(-73%, 120%) scale(1) rotate(0.00001deg);
  transform: translate(-73%, 120%) scale(1) rotate(0.00001deg);
}
@media screen and (min-width: 1100px), print {
  body #main [data-aos=deco_anim01].aos-animate::after {
    -webkit-transform: translate(95%, -30%) scale(1) rotate(0.00001deg);
    transform: translate(95%, -30%) scale(1) rotate(0.00001deg);
  }
}

body #main [data-aos=deco_anim02].aos-animate::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0.00001deg);
  transform: scale(1) rotate(0.00001deg);
}

body #main [data-aos=deco_anim02].aos-animate::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body #main [data-aos=deco_anim05].aos-animate::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1099.98px) {
  body #main .toyodigest-about-catch.aos-animate::before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 1099.98px) {
  body #main .toyodigest-about-catch.aos-animate::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.00001deg);
    transform: scale(1) rotate(0.00001deg);
  }
}

@media screen and (max-width: 1099.98px) {
  body #main [data-aos=deco_anim03].aos-animate::before {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.00001deg);
    transform: scale(1) rotate(0.00001deg);
  }
}

@media screen and (max-width: 1099.98px) {
  body #main [data-aos=deco_anim05].aos-animate::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.00001deg);
    transform: scale(1) rotate(0.00001deg);
  }
}

body #main [data-aos=deco_anim04].aos-animate::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0.00001deg);
  transform: scale(1) rotate(0.00001deg);
}

@media screen and (max-width: 1099.98px) {
  body #main .toyodigest-hero-text.aos-animate::before, body #main .toyodigest-hero-text.aos-animate::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.00001deg);
    transform: scale(1) rotate(0.00001deg);
  }
}

@media screen and (min-width: 1100px), print {
  ._anim-point02.toyodigest-history-section::before {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 550ms;
            transition-duration: 550ms;
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}
@media screen and (min-width: 1100px), print {
  ._anim-point02.toyodigest-history-section.active::before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi.only-sp::before {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 550ms;
            transition-duration: 550ms;
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}
@media screen and (max-width: 1099.98px) {
  .toyodigest-history-fukidashi.only-sp.active::before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.toyodigest-history-fukidashi .fukidashi-item {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0) rotate(0.00001deg);
  transform: scale(0) rotate(0.00001deg);
  -webkit-transition: var(--transition-scale);
  transition: var(--transition-scale);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.toyodigest-history-fukidashi.active .fukidashi-item {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0.00001deg);
  transform: scale(1) rotate(0.00001deg);
}

/* --------------------------------

  ¥â©`¥À¥ë

-------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal-close {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .modal-close {
    width: 58px;
    height: 58px;
  }
}
.modal-close::before {
  content: "¡Á";
  font-size: 3.8rem;
  font-weight: 700;
  color: #3716fc;
  line-height: 1;
}
@media screen and (min-width: 1100px), print {
  .modal-close::before {
    font-size: 5rem;
  }
}
.modal-text {
  line-height: 2;
  font-size: 2rem;
  font-weight: 600;
  color: #3716fc;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.modal-text .br{
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .modal-text {
    font-size: 1.6rem;
  }
  .modal-text .br{
    display: block;
  }
  .modal-text br{
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100px;
  padding: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  border-radius: 3rem 3rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .modal-header {
    height: 80px;
  }
}
.modal-heading {
  color: #3716fc;
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 1099.98px) {
  .modal-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-heading {
    font-size: 1.6rem;
  }
}
.modal-heading .br{
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .modal-heading .br{
    display: block;
  }
}
.modal-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .modal-container {
    padding: 2em;
  }
}
.modal-content {
  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;
  border-radius: 3rem;
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
  min-height: 70vh;
  z-index: 2;
}
@media screen and (min-width: 1100px), print {
  .modal-content {
    min-height: 80vh;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 1;
  cursor: pointer;
}
.modal-close {
  display: block;
  cursor: pointer;
}

body.modal-open, html.modal-open {
  overflow: hidden;
}
