/*!
Theme Name: SmartBox
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartbox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SmartBox is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover, a:focus, a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Theme main
--------------------------------------------- */

@tailwind base;

@tailwind components;

@tailwind utilities;

@tailwind base;

@tailwind components;

@tailwind utilities;

.site-header {
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
}

.site-header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header__upper {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .site-header__upper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-header__upper .site-title a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.site-header__upper .site-title a:visited {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.site-title a {
  color: black !important;
}

.site-title a:visited {
  color: black !important;
}

.site-title__logo {
  width: 10rem;
}

@media (min-width: 640px) {
  .site-title__logo {
    width: 18rem;
  }
}

.site-branding {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.menu-toggle {
  display: none;
}

#primary-menu {
  display: flex;
  align-items: center;
}

.contact-button {
  position: relative;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-button:visited {
  color: white !important;
}

.contact-button::after {
  content: '';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("./images/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.button {
  position: relative;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 55 47 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button:visited {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button::after {
  content: '';
  background-image: url(./images/arrow-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: .8rem;
  height: .8rem;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}

.site-footer {
  margin-top: 2.5rem;
}

.site-footer__wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}

.site-footer__nav {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .site-footer__nav {
    flex-direction: row;
    align-items: flex-start;
  }
}

.site-footer__nav__right {
  width: 100%;
  flex: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .site-footer__nav__right {
    display: flex;
  }

  .site-footer__nav__right > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 768px) {
  .site-footer__nav__right {
    width: 60%;
  }
}

.site-footer__nav__item {
  width: 100%;
  flex: none;
}

@media (min-width: 768px) {
  .site-footer__nav__item {
    width: 40%;
  }
}

.site-footer__nav__item:last-child {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .site-footer__nav__item:last-child {
    margin-top: 0px;
  }
}

.site-footer__nav h2 {
  margin-bottom: 2.5rem;
  padding-top: 0.5rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .site-footer__nav h2 {
    padding-left: 2.5rem;
  }
}

.site-footer__nav h3 {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.site-footer__nav h3::after {
  content: '';
  background-image: url(./images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.site-footer__nav h3 a:visited {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.site-footer__nav ul {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.site-footer__nav ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.site-footer__nav ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(121 133 141 / var(--tw-bg-opacity));
}

.site-footer__nav ul li a:visited {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.site-footer__nav__bottom {
  margin-bottom: 2.5rem;
  display: flex;
}

.site-footer__nav__bottom > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.nav__right__item {
  width: 100%;
}

@media (min-width: 640px) {
  .nav__right__item {
    width: 50%;
  }
}

.nav__right__item h3 {
  margin-bottom: 1rem;
}

.nav__right__item a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.site-info {
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.licence {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

.logo {
  width: 18rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.aimix > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aimix__contents-title {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.aimix__top {
  position: relative;
  bottom: -2.5rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.aimix__top > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aimix__top__logo {
  width: 18rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .aimix__top__logo {
    width: 20rem;
  }
}

.aimix__top h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 124 149 / var(--tw-text-opacity));
}

.aimix__top p {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .aimix__top p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__top .wp-block-button {
  margin-top: 2.5rem;
}

.aimix__top .wp-block-button .wp-block-button__link {
  width: 16rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aimix__top .wp-block-button::after {
  content: '';
  background-image: url("./images/arrow-white.png");
}

.aimix__top .contents__container {
  background-color: transparent;
}

.aimix__top__movie {
  position: relative;
  margin-top: 5rem;
  width: 100%;
}

.aimix__top__movie iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
}

.aimix__top__movie::before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: -10;
  height: 60%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
}

.aimix__trouble {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.aimix__trouble > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .aimix__trouble > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__trouble h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aimix__trouble__list {
  display: flex;
  width: 100%;
  max-width: 1024px;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.aimix__trouble ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .aimix__trouble ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__trouble ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px) {
  .aimix__trouble ul li {
    line-height: 3rem;
  }
}

.aimix__trouble ul li span {
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(250 15 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .aimix__trouble ul li span {
    display: inline-block;
  }
}

.aimix__trouble ul li span {
  text-decoration-line: underline;
  text-decoration-color: #FFD200;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
}

.aimix__trouble ul li::before {
  content: '';
  background-image: url("./images/checkbox.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 1rem;
}

.aimix__reason {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .aimix__reason {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .aimix__reason {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__reason img {
  width: 100%;
}

.aimix__reason h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.aimix__reason h3 small {
  position: relative;
  margin-top: 1rem;
  display: flex;
  height: 24px;
  width: 16rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.aimix__reason h3 small::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  left: -.6rem;
  top: .12rem;
  transform: rotate(135deg);
}

.aimix__reason h3 small::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  right: -.6rem;
  top: .12rem;
  transform: rotate(-45deg);
}

.aimix__reason h4 {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .aimix__reason h4 {
    height: 6rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.aimix__reason__group {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 640px) {
  .aimix__reason__group {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.aimix__reason__item {
  max-width: 1024px;
}

@media (min-width: 1024px) {
  .aimix__reason__item > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.aimix__reason__item > div {
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.aimix__reason__item > div .wp-block-image {
  display: flex;
  height: 16rem;
  align-items: center;
  justify-content: center;
}

.aimix__reason__item > div p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.aimix__reason__item__inner {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.aimix__feature {
  margin-top: 2.5rem;
  width: 100%;
  background-color: rgb(14 173 249 / 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.aimix__feature > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .aimix__feature > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__feature h3 {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .aimix__feature h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.aimix__feature h3 small {
  position: relative;
  margin-top: 1rem;
  display: flex;
  height: 24px;
  width: 16rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.aimix__feature h3 small::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  left: -.6rem;
  top: .12rem;
  transform: rotate(135deg);
}

.aimix__feature h3 small::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  right: -.6rem;
  top: .12rem;
  transform: rotate(-45deg);
}

.aimix__feature h3::before {
  content: '';
  position: absolute;
  bottom: 2.5rem;
  z-index: -10;
  height: 0.5rem;
  width: 100%;
  background-color: #FFD200;
}

.aimix__feature__item {
  width: 100%;
  max-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .aimix__feature__item {
    padding: 2.5rem;
  }
}

.aimix__feature__item h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.aimix__feature__item h4 small {
  font-weight: 700;
  color: rgb(14 173 249 / 0.6);
}

.aimix__feature__item p {
  font-size: 1.125rem;
  line-height: 2rem;
}

.aimix__feature__item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .aimix__feature__item:nth-child(even) {
    flex-direction: row;
  }
}

.aimix__useful {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-bottom: 2.5rem;
  padding-top: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aimix__useful > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aimix__useful h3 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .aimix__useful h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .aimix__useful h3 br {
    display: none;
  }
}

.aimix__useful h4 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.aimix__useful__group {
  width: 100%;
  max-width: 1024px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .aimix__useful__group > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .aimix__useful__group {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__useful__group p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.aimix__useful__group .aligncenter {
  margin: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 640px) {
  .aimix__useful__group .aligncenter {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.aimix__useful__group .aligncenter img {
  height: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.aimix__scene {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .aimix__scene {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__scene h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .aimix__scene h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.aimix__scene h3 small {
  position: relative;
  margin-top: 1rem;
  display: flex;
  height: 24px;
  width: 16rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.aimix__scene h3 small::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  left: -.6rem;
  top: .12rem;
  transform: rotate(135deg);
}

.aimix__scene h3 small::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  right: -.6rem;
  top: .12rem;
  transform: rotate(-45deg);
}

.aimix__scene__inner {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .aimix__scene__inner {
    padding: 2.5rem;
  }
}

.aimix__scene__group {
  margin-top: 4rem;
  width: 100%;
}

.aimix__scene__group > div {
  display: flex;
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .aimix__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .aimix__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .aimix__scene__group > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__scene__item {
  width: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .aimix__scene__item {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .aimix__scene__item {
    width: 30%;
  }
}

.aimix__scene__item img {
  width: 100%;
}

.aimix__scene__item .wp-element-caption {
  text-align: center;
}

.aimix__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aimix__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aimix__contact h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.aimix__contact h3 small {
  position: relative;
  margin-top: 1rem;
  display: flex;
  height: 24px;
  width: 16rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.aimix__contact h3 small::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  left: -.6rem;
  top: .12rem;
  transform: rotate(135deg);
}

.aimix__contact h3 small::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  right: -.6rem;
  top: .12rem;
  transform: rotate(-45deg);
}

.aimix__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .aimix__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.aimix__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .aimix__contact__document {
    justify-content: flex-end;
  }
}

.aimix__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aimix__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.aimix__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .aimix__contact__form {
    justify-content: flex-start;
  }
}

.aimix__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.aimix__contact__form a:visited {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.aimix__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.ai > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ai__contents-title {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.ai__top {
  position: relative;
  bottom: -2.5rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ai__top > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ai__top h2 {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 4rem;
}

.ai__top h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.ai__top p {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .ai__top p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__top .wp-block-button {
  margin-top: 2.5rem;
}

.ai__top .wp-block-button .wp-block-button__link {
  width: 16rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ai__top .wp-block-button::after {
  content: '';
  background-image: url("./images/arrow-white.png");
}

.ai__top .contents__container {
  background-color: transparent;
}

.ai__top__movie {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 5rem;
}

.ai__top__movie::before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: -10;
  height: 60%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
}

.ai__trouble {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ai__trouble > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .ai__trouble > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__trouble h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ai__trouble__list {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  max-width: 1024px;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ai__trouble ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .ai__trouble ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__trouble ul li {
  font-size: 1.25rem;
  line-height: 3rem;
}

.ai__trouble ul li span {
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(250 15 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .ai__trouble ul li span {
    display: inline-block;
  }
}

.ai__trouble ul li span {
  text-decoration-line: underline;
  text-decoration-color: #FFD200;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
}

.ai__reason {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .ai__reason {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .ai__reason {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__reason h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.ai__reason h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.ai__reason h4 {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .ai__reason h4 {
    height: 6rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.ai__reason__item {
  margin-top: 2.5rem;
  max-width: 478px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.ai__reason__item > div {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.ai__reason__item > div .wp-block-image {
  display: flex;
  height: 16rem;
  align-items: center;
  justify-content: center;
}

.ai__reason__item > div .wp-block-image img {
  height: 90%;
  width: auto;
}

.ai__reason__item > div p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.ai__feature {
  margin-top: 2.5rem;
  width: 100%;
  background-color: rgb(14 173 249 / 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ai__feature > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .ai__feature > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__feature h3 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .ai__feature h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.ai__feature h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.ai__feature h3::before {
  content: '';
  position: absolute;
  bottom: 2.5rem;
  z-index: -10;
  height: 0.5rem;
  width: 100%;
  background-color: #FFD200;
}

.ai__feature__item {
  width: 100%;
  max-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .ai__feature__item {
    padding: 2.5rem;
  }
}

.ai__feature__item h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.ai__feature__item h4 small {
  font-weight: 700;
  color: rgb(14 173 249 / 0.6);
}

.ai__feature__item p {
  font-size: 1.125rem;
  line-height: 2rem;
}

.ai__feature__item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .ai__feature__item:nth-child(even) {
    flex-direction: row;
  }
}

.ai__useful {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-bottom: 2.5rem;
  padding-top: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ai__useful > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ai__useful h3 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .ai__useful h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .ai__useful h3 br {
    display: none;
  }
}

.ai__useful h4 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.ai__useful__group {
  width: 100%;
  max-width: 1024px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .ai__useful__group > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .ai__useful__group {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__useful__group p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ai__useful__group .aligncenter {
  margin: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 640px) {
  .ai__useful__group .aligncenter {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.ai__useful__group .aligncenter img {
  height: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.ai__scene {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: rgb(14 173 249 / 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .ai__scene {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__scene h3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .ai__scene h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.ai__scene h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.ai__scene__inner {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .ai__scene__inner {
    padding: 2.5rem;
  }
}

.ai__scene__group {
  margin-top: 4rem;
  width: 100%;
}

.ai__scene__group > div {
  display: flex;
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .ai__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .ai__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .ai__scene__group > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__scene__item {
  width: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .ai__scene__item {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .ai__scene__item {
    width: 30%;
  }
}

.ai__scene__item img {
  width: 100%;
}

.ai__scene__item .wp-element-caption {
  text-align: center;
}

.ai__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ai__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ai__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.ai__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.ai__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .ai__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ai__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .ai__contact__document {
    justify-content: flex-end;
  }
}

.ai__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ai__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.ai__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .ai__contact__form {
    justify-content: flex-start;
  }
}

.ai__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.ai__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.shuwa > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shuwa .contents-title {
  font-weight: 700;
}

.shuwa__top {
  position: relative;
  bottom: -2.5rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.shuwa__top > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shuwa__top h2 {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 4rem;
}

.shuwa__top h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.shuwa__top p {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .shuwa__top p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shuwa__top .wp-block-button {
  margin-top: 2.5rem;
}

.shuwa__top .wp-block-button .wp-block-button__link {
  width: 16rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shuwa__top .wp-block-button::after {
  content: '';
  background-image: url("./images/arrow-white.png");
}

.shuwa__top .contents__container {
  background-color: transparent;
}

.shuwa__top__movie {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 5rem;
}

.shuwa__top__movie::before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: -10;
  height: 60%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
}

.shuwa__trouble {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.shuwa__trouble > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .shuwa__trouble > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shuwa__trouble h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shuwa__trouble__list {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  max-width: 1024px;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.shuwa__trouble ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .shuwa__trouble ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shuwa__trouble ul li {
  font-size: 1.25rem;
  line-height: 3rem;
}

.shuwa__trouble ul li span {
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(250 15 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .shuwa__trouble ul li span {
    display: inline-block;
  }
}

.shuwa__trouble ul li span {
  text-decoration-line: underline;
  text-decoration-color: #FFD200;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
}

.shuwa__reason {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .shuwa__reason {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .shuwa__reason {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shuwa__reason img {
  width: 100%;
}

.shuwa__reason h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.shuwa__reason h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.shuwa__reason h4 {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .shuwa__reason h4 {
    height: 6rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.shuwa__reason__item {
  margin-top: 2.5rem;
  max-width: 478px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.shuwa__reason__item > div {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.shuwa__reason__item > div .wp-block-image {
  display: flex;
  height: 16rem;
  align-items: center;
  justify-content: center;
}

.shuwa__reason__item > div .wp-block-image img {
  height: 90%;
  width: auto;
}

.shuwa__reason__item > div p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.shuwa__usage {
  width: 100%;
  background-color: rgb(14 173 249 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
}

.shuwa__usage > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.shuwa__usage__item {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 1024px;
}

.shuwa__usage__item p {
  font-size: 1.25rem;
  line-height: 2rem;
}

.shuwa__feature {
  position: relative;
  z-index: -20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.shuwa__feature > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .shuwa__feature > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shuwa__feature h3 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .shuwa__feature h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.shuwa__feature h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
}

.shuwa__feature h3::before {
  content: '';
  position: absolute;
  bottom: 2rem;
  z-index: -10;
  height: 0.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  .shuwa__feature h3::before {
    bottom: 2.5rem;
  }
}

.shuwa__feature h3::before {
  background-color: #FFD200;
}

.shuwa__feature__item {
  width: 100%;
  max-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .shuwa__feature__item {
    padding: 2.5rem;
  }
}

.shuwa__feature__item h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.shuwa__feature__item h4 small {
  font-weight: 700;
  color: rgb(14 173 249 / 0.6);
}

.shuwa__feature__item p {
  font-size: 1.125rem;
  line-height: 2rem;
}

.shuwa__feature__item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .shuwa__feature__item:nth-child(even) {
    flex-direction: row;
  }
}

.shuwa__scene {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: rgb(14 173 249 / 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .shuwa__scene {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shuwa__scene h3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .shuwa__scene h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.shuwa__scene h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.shuwa__scene__inner {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .shuwa__scene__inner {
    padding: 2.5rem;
  }
}

.shuwa__scene__group {
  margin-top: 4rem;
  width: 100%;
}

.shuwa__scene__group > div {
  display: flex;
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .shuwa__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .shuwa__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .shuwa__scene__group > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shuwa__scene__item {
  width: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .shuwa__scene__item {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .shuwa__scene__item {
    width: 30%;
  }
}

.shuwa__scene__item img {
  width: 100%;
}

.shuwa__scene__item .wp-element-caption {
  text-align: center;
}

.shuwa__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shuwa__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shuwa__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.shuwa__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.shuwa__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .shuwa__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shuwa__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .shuwa__contact__document {
    justify-content: flex-end;
  }
}

.shuwa__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shuwa__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.shuwa__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .shuwa__contact__form {
    justify-content: flex-start;
  }
}

.shuwa__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.shuwa__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.denwa > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.denwa .contents-title {
  font-weight: 700;
}

.denwa__top {
  position: relative;
  bottom: -2.5rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.denwa__top > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.denwa__top h2 {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 4rem;
}

.denwa__top h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.denwa__top p {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .denwa__top p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.denwa__top .wp-block-button {
  margin-top: 2.5rem;
}

.denwa__top .wp-block-button .wp-block-button__link {
  width: 16rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.denwa__top .wp-block-button::after {
  content: '';
  background-image: url("./images/arrow-white.png");
}

.denwa__top .contents__container {
  background-color: transparent;
}

.denwa__top__movie {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 5rem;
}

.denwa__top__movie::before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: -10;
  height: 60%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
}

.denwa__trouble {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.denwa__trouble > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .denwa__trouble > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.denwa__trouble h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.denwa__trouble__list {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  max-width: 1024px;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.denwa__trouble ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .denwa__trouble ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.denwa__trouble ul li {
  font-size: 1.25rem;
  line-height: 3rem;
}

.denwa__trouble ul li span {
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(250 15 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .denwa__trouble ul li span {
    display: inline-block;
  }
}

.denwa__trouble ul li span {
  text-decoration-line: underline;
  text-decoration-color: #FFD200;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
}

.denwa__reason {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .denwa__reason {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .denwa__reason {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.denwa__reason img {
  width: 100%;
}

.denwa__reason h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.denwa__reason h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.denwa__reason h4 {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .denwa__reason h4 {
    height: 6rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.denwa__reason__item {
  margin-top: 2.5rem;
  max-width: 478px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.denwa__reason__item > div {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.denwa__reason__item > div .wp-block-image {
  display: flex;
  height: 16rem;
  align-items: center;
  justify-content: center;
}

.denwa__reason__item > div .wp-block-image img {
  height: 90%;
  width: auto;
}

.denwa__reason__item > div p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.denwa__usage {
  width: 100%;
  background-color: rgb(14 173 249 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
}

.denwa__usage > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.denwa__usage__item {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 1024px;
}

.denwa__usage__item p {
  font-size: 1.25rem;
  line-height: 2rem;
}

.denwa__feature {
  position: relative;
  z-index: -20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.denwa__feature > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .denwa__feature > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.denwa__feature h3 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .denwa__feature h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.denwa__feature h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
}

.denwa__feature h3::before {
  content: '';
  position: absolute;
  bottom: 2rem;
  z-index: -10;
  height: 0.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  .denwa__feature h3::before {
    bottom: 2.5rem;
  }
}

.denwa__feature h3::before {
  background-color: #FFD200;
}

.denwa__feature__item {
  width: 100%;
  max-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .denwa__feature__item {
    padding: 2.5rem;
  }
}

.denwa__feature__item h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.denwa__feature__item h4 small {
  font-weight: 700;
  color: rgb(14 173 249 / 0.6);
}

.denwa__feature__item p {
  font-size: 1.125rem;
  line-height: 2rem;
}

.denwa__feature__item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .denwa__feature__item:nth-child(even) {
    flex-direction: row;
  }
}

.denwa__scene {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: rgb(14 173 249 / 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .denwa__scene {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.denwa__scene h3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .denwa__scene h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.denwa__scene h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.denwa__scene__inner {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .denwa__scene__inner {
    padding: 2.5rem;
  }
}

.denwa__scene__group {
  margin-top: 4rem;
  width: 100%;
}

.denwa__scene__group > div {
  display: flex;
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .denwa__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .denwa__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .denwa__scene__group > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.denwa__scene__item {
  width: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .denwa__scene__item {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .denwa__scene__item {
    width: 30%;
  }
}

.denwa__scene__item img {
  width: 100%;
}

.denwa__scene__item .wp-element-caption {
  text-align: center;
}

.denwa__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.denwa__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.denwa__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.denwa__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.denwa__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .denwa__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.denwa__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .denwa__contact__document {
    justify-content: flex-end;
  }
}

.denwa__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.denwa__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.denwa__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .denwa__contact__form {
    justify-content: flex-start;
  }
}

.denwa__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.denwa__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.online > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.online .contents-title {
  font-weight: 700;
}

.online__top {
  position: relative;
  bottom: -2.5rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.online__top > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.online__top h2 {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 4rem;
}

.online__top h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.online__top p {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .online__top p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.online__top .wp-block-button {
  margin-top: 2.5rem;
}

.online__top .wp-block-button .wp-block-button__link {
  width: 16rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.online__top .wp-block-button::after {
  content: '';
  background-image: url("./images/arrow-white.png");
}

.online__top .contents__container {
  background-color: transparent;
}

.online__top__image {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 5rem;
}

.online__top__image::before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: -10;
  height: 60%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
}

.online__trouble {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.online__trouble > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .online__trouble > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.online__trouble h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.online__trouble__list {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  max-width: 1024px;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.online__trouble ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .online__trouble ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.online__trouble ul li {
  font-size: 1.25rem;
  line-height: 3rem;
}

.online__trouble ul li span {
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(250 15 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .online__trouble ul li span {
    display: inline-block;
  }
}

.online__trouble ul li span {
  text-decoration-line: underline;
  text-decoration-color: #FFD200;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
}

.online__reason {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .online__reason {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .online__reason {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.online__reason > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.online__reason img {
  width: 100%;
}

.online__reason h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.online__reason h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.online__reason h4 {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .online__reason h4 {
    height: 6rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.online__reason__item {
  margin-top: 2.5rem;
  max-width: 478px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.online__reason__item > div {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.online__reason__item > div .wp-block-image {
  display: flex;
  height: 16rem;
  align-items: center;
  justify-content: center;
}

.online__reason__item > div .wp-block-image img {
  height: 90%;
  width: auto;
}

.online__reason__item > div p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.online__usage {
  width: 100%;
  background-color: rgb(14 173 249 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
}

.online__usage > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.online__usage__item {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 1024px;
}

.online__usage__item p {
  font-size: 1.25rem;
  line-height: 2rem;
}

.online__feature {
  position: relative;
  z-index: -20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.online__feature > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .online__feature > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.online__feature h3 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .online__feature h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.online__feature h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
}

.online__feature h3::before {
  content: '';
  position: absolute;
  bottom: 2rem;
  z-index: -10;
  height: 0.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  .online__feature h3::before {
    bottom: 2.5rem;
  }
}

.online__feature h3::before {
  background-color: #FFD200;
}

.online__feature__item {
  width: 100%;
  max-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .online__feature__item {
    padding: 2.5rem;
  }
}

.online__feature__item h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.online__feature__item h4 small {
  font-weight: 700;
  color: rgb(14 173 249 / 0.6);
}

.online__feature__item p {
  font-size: 1.125rem;
  line-height: 2rem;
}

.online__feature__item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .online__feature__item:nth-child(even) {
    flex-direction: row;
  }
}

.online__scene {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: rgb(14 173 249 / 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .online__scene {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.online__scene h3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .online__scene h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.online__scene h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.online__scene__inner {
  width: 100%;
  max-width: 1280px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .online__scene__inner {
    padding: 2.5rem;
  }
}

.online__scene__group {
  margin-top: 4rem;
  width: 100%;
}

.online__scene__group > div {
  display: flex;
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .online__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .online__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .online__scene__group > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.online__scene__item {
  width: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .online__scene__item {
    width: 70%;
  }
}

.online__scene__item img {
  width: 100%;
}

.online__scene__item .wp-element-caption {
  text-align: center;
}

.online__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.online__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.online__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.online__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.online__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .online__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.online__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .online__contact__document {
    justify-content: flex-end;
  }
}

.online__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.online__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.online__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .online__contact__form {
    justify-content: flex-start;
  }
}

.online__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.online__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.prepaid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prepaid .contents-title {
  font-weight: 700;
}

.prepaid__top {
  position: relative;
  bottom: -2.5rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prepaid__top > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prepaid__top h2 {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 4rem;
}

.prepaid__top h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.prepaid__top p {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .prepaid__top p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__top .wp-block-button {
  margin-top: 2.5rem;
}

.prepaid__top .wp-block-button .wp-block-button__link {
  width: 16rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prepaid__top .wp-block-button::after {
  content: '';
  background-image: url("./images/arrow-white.png");
}

.prepaid__top .contents__container {
  background-color: transparent;
}

.prepaid__top__image {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 5rem;
}

.prepaid__top__image::before {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: -10;
  height: 60%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
}

.prepaid__trouble {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.prepaid__trouble > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .prepaid__trouble > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__trouble h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prepaid__trouble__list {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  max-width: 1024px;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.prepaid__trouble ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .prepaid__trouble ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__trouble ul li {
  font-size: 1.25rem;
  line-height: 3rem;
}

.prepaid__trouble ul li span {
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(250 15 46 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .prepaid__trouble ul li span {
    display: inline-block;
  }
}

.prepaid__trouble ul li span {
  text-decoration-line: underline;
  text-decoration-color: #FFD200;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
}

.prepaid__reason {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .prepaid__reason {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .prepaid__reason {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__reason img {
  height: 90%;
  width: auto;
}

.prepaid__reason h3 {
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 640px) {
  .prepaid__reason h3 {
    margin-bottom: 0px;
  }
}

.prepaid__reason h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.prepaid__reason h4 {
  display: flex;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .prepaid__reason h4 {
    height: 6rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.prepaid__reason__group {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 640px) {
  .prepaid__reason__group {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.prepaid__reason__item {
  max-width: 1024px;
}

@media (min-width: 1024px) {
  .prepaid__reason__item > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.prepaid__reason__item > div {
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.prepaid__reason__item > div .wp-block-image {
  display: flex;
  height: 16rem;
  align-items: center;
  justify-content: center;
}

.prepaid__reason__item > div p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.prepaid__reason__inner {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.prepaid__feature {
  position: relative;
  z-index: -20;
  width: 100%;
  background-color: rgb(14 173 249 / 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.prepaid__feature > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .prepaid__feature > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__feature h3 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .prepaid__feature h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.prepaid__feature h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.prepaid__feature h3::before {
  content: '';
  position: absolute;
  bottom: 2rem;
  z-index: -10;
  height: 0.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  .prepaid__feature h3::before {
    bottom: 2.5rem;
  }
}

.prepaid__feature h3::before {
  background-color: #FFD200;
}

.prepaid__feature__item {
  width: 100%;
  max-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .prepaid__feature__item {
    padding: 2.5rem;
  }
}

.prepaid__feature__item h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.prepaid__feature__item h4 small {
  font-weight: 700;
  color: rgb(14 173 249 / 0.6);
}

.prepaid__feature__item p {
  font-size: 1.125rem;
  line-height: 2rem;
}

.prepaid__feature__item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .prepaid__feature__item:nth-child(even) {
    flex-direction: row;
  }
}

.prepaid__useful {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-bottom: 2.5rem;
  padding-top: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prepaid__useful > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prepaid__useful h3 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .prepaid__useful h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .prepaid__useful h3 br {
    display: none;
  }
}

.prepaid__useful h4 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.prepaid__useful__group {
  width: 100%;
  max-width: 1024px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .prepaid__useful__group > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .prepaid__useful__group {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__useful__group p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.prepaid__useful__group .aligncenter {
  margin: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 640px) {
  .prepaid__useful__group .aligncenter {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.prepaid__useful__group .aligncenter img {
  height: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.prepaid__scene {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: rgb(14 173 249 / 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .prepaid__scene {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__scene h3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  .prepaid__scene h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.prepaid__scene h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.prepaid__scene__inner {
  width: 100%;
  max-width: 1280px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .prepaid__scene__inner {
    padding: 2.5rem;
  }
}

.prepaid__scene__group {
  margin-top: 4rem;
  width: 100%;
}

.prepaid__scene__group > div {
  display: flex;
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .prepaid__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .prepaid__scene__group > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .prepaid__scene__group > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__scene__item {
  width: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .prepaid__scene__item {
    width: 70%;
  }
}

.prepaid__scene__item img {
  width: 100%;
}

.prepaid__scene__item .wp-element-caption {
  text-align: center;
}

.prepaid__price {
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .prepaid__price {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__price > div {
  display: flex;
  width: 100%;
  max-width: 1024px;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .prepaid__price > div {
    padding: 2.5rem;
  }
}

.prepaid__price h3 {
  margin-bottom: 2.5rem;
}

.prepaid__price h4 {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.prepaid__price p {
  margin-bottom: 2.5rem;
  line-height: 2rem;
}

.prepaid__price table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
}

.prepaid__price table tr td {
  border-style: none;
  padding: 1rem;
}

.prepaid__price table tr td:first-child {
  background-color: rgb(14 173 249 / 0.1);
}

.prepaid__price table tr:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(121 209 252 / var(--tw-bg-opacity));
}

.prepaid__price table tr:first-child td {
  text-align: center;
  border-left: thin solid white !important;
}

.prepaid__buy {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .prepaid__buy {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__buy > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.prepaid__buy__item {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .prepaid__buy__item {
    padding: 2.5rem;
  }
}

.prepaid__buy__item h4 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.prepaid__buy__item p {
  margin-bottom: 2rem;
  line-height: 2rem;
}

.prepaid__buy__item .wp-block-button {
  width: 100%;
}

@media (min-width: 640px) {
  .prepaid__buy__item .wp-block-button {
    margin-top: 1rem;
  }
}

.prepaid__buy__item .wp-block-button__link {
  width: 80vw;
}

@media (min-width: 640px) {
  .prepaid__buy__item .wp-block-button__link {
    width: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.prepaid__buy__cart {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .prepaid__buy__cart {
    justify-content: flex-end;
  }
}

.prepaid__buy__cart .wp-block-button {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
}

.prepaid__buy__cart .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prepaid__buy__cart .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.prepaid__buy__charge {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .prepaid__buy__charge {
    justify-content: flex-start;
  }
}

.prepaid__buy__charge .wp-block-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.prepaid__buy__charge .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.prepaid__buy__charge .wp-block-button::after {
  background-image: url("./images/arrow-black.png");
}

.prepaid__faq {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: rgb(14 173 249 / 0.5);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .prepaid__faq {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__faq > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.prepaid__faq h3 {
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prepaid__faq h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.prepaid__faq .wp-block-liquid-accordion {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 1024px;
  border-style: none;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}

.prepaid__faq .wp-block-liquid-accordion .liquid-accordion-top {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  padding-right: 3rem;
}

.prepaid__faq .wp-block-liquid-accordion .liquid-accordion-top::after {
  content: 'Q';
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(48 174 201 / var(--tw-text-opacity));
}

.prepaid__faq .wp-block-liquid-accordion .liquid-accordion-top::before {
  content: '';
  background-image: url("./images/circle-plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.prepaid__faq .wp-block-liquid-accordion .liquid-accordion-bottom {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(48 174 201 / var(--tw-text-opacity));
}

.prepaid__faq .wp-block-liquid-accordion .liquid-accordion-bottom::after {
  content: 'A';
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(48 174 201 / var(--tw-text-opacity));
}

.prepaid__faq .wp-block-liquid-accordion .liquid-accordion-bottom::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 0px;
  width: 95%;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
}

.prepaid__faq .wp-block-liquid-accordion .liquid-accordion-bottom p {
  margin-bottom: 1.5rem;
  line-height: 2rem;
}

.prepaid__faq .wp-block-liquid-accordion[open] .liquid-accordion-top::before {
  background-image: url("./images/circle-minus.png");
}

.prepaid__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prepaid__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prepaid__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.prepaid__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.prepaid__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .prepaid__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prepaid__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .prepaid__contact__document {
    justify-content: flex-end;
  }
}

.prepaid__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prepaid__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.prepaid__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .prepaid__contact__form {
    justify-content: flex-start;
  }
}

.prepaid__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.prepaid__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.company {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.company__top {
  position: relative;
  width: 100%;
}

.company__top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.company__top img {
  width: 100%;
}

.company__philosophy {
  display: flex;
  justify-content: center;
}

.company__philosophy ul {
  margin-top: 2.5rem;
}

.company__philosophy ul li {
  position: relative;
  padding-left: 1rem;
  line-height: 2.5rem;
}

.company__philosophy ul li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0px;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
}

.company__message {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: rgb(14 173 249 / 0.5);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.company__message__item {
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .company__message__item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.company__message__item p:first-child {
  margin-bottom: 2.5rem;
}

.company__message__post {
  margin-top: 2.5rem;
}

.company__message__name {
  font-size: 1.5rem;
  line-height: 2rem;
}

.company__about table {
  margin-top: 2.5rem;
  border-style: none;
}

.company__about table tr {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .company__about table tr {
    display: table-row;
  }
}

.company__about table tr td {
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.company__about table tr td:first-child {
  background-color: rgb(14 173 249 / 0.1);
  padding-left: 1.5rem;
  text-align: left;
}

@media (min-width: 640px) {
  .company__about table tr td:first-child {
    padding-left: 0px;
    text-align: center;
  }
}

.company__about table tr td:last-child {
  padding-left: 1.5rem;
  line-height: 2rem;
}

.company__history {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: rgb(14 173 249 / 0.5);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .company__history {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.company__history > div {
  width: 100%;
  max-width: 1024px;
}

@media (min-width: 640px) {
  .company__history > div .contents__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.company table {
  margin-top: 2.5rem;
  border-style: none;
}

.company table tr {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .company table tr {
    display: table-row;
  }
}

.company table tr td {
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.company table tr td:first-child {
  background-color: rgb(14 173 249 / 0.1);
  padding-left: 1.5rem;
  text-align: left;
}

@media (min-width: 640px) {
  .company table tr td:first-child {
    padding-left: 0px;
    text-align: center;
  }
}

.company table tr td:last-child {
  padding-left: 1.5rem;
  line-height: 2rem;
}

.contents__container {
  width: 100%;
  max-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .contents__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contents__container p {
  line-height: 2rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.faq__top {
  position: relative;
  width: 100%;
}

.faq__top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.faq__top img {
  width: 100%;
}

.faq .contents__title {
  margin-bottom: 2.5rem;
}

.faq .wp-block-liquid-accordion {
  margin-bottom: 2.5rem;
}

.faq .liquid-accordion-top {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  font-weight: 700;
}

.faq .liquid-accordion-top::before {
  content: '';
  background-image: url(./images/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.faq .liquid-accordion-top::after {
  content: 'Q';
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.faq .liquid-accordion-bottom {
  background-color: rgb(14 173 249 / 0.1);
  padding: 2rem;
}

.faq .liquid-accordion-bottom p {
  margin-bottom: 1rem;
  line-height: 2rem;
}

.faq .wp-block-liquid-accordion[open] .liquid-accordion-top::before {
  background-image: url(./images/minus.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-x: -50%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.recruit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.recruit__top {
  position: relative;
  width: 100%;
}

.recruit__top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recruit__top img {
  width: 100%;
}

.recruit__table {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: rgb(14 173 249 / 0.5);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.recruit__table .wp-block-group-is-layout-constrained {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .recruit__table .wp-block-group-is-layout-constrained {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.recruit__table .contents__container {
  padding-left: 0px;
  padding-right: 0px;
}

.recruit__table h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.recruit__table table {
  margin-top: 2.5rem;
  border-style: none;
}

.recruit__table table tr {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .recruit__table table tr {
    display: table-row;
  }
}

.recruit__table table tr td {
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.recruit__table table tr td:first-child {
  background-color: rgb(14 173 249 / 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
}

.recruit__table table tr td:last-child {
  padding-left: 1.5rem;
  line-height: 2rem;
}

.recruit__table .wp-block-button {
  margin-top: 2.5rem;
}

.recruit__table .wp-block-button__link {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recruit__table .wp-block-button::after {
  content: '';
  background-image: url("./images/arrow-white.png");
}

.recruit__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .recruit__form {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.recruit__form h3 {
  margin-bottom: 5rem;
}

.recruit__form .wpcf7 {
  margin-top: 5rem;
  width: 100%;
  max-width: 1024px;
}

.recruit__form .wpcf7-list-item {
  margin: 0px;
  padding-right: 1.5rem;
}

.recruit__form .information-text {
  margin: .5rem 0 .5rem 18rem !important;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .recruit__form .information-text {
    margin: .5rem 0 !important;
  }
}

.recruit__form fieldset {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.recruit__form fieldset > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .recruit__form fieldset > p {
    flex-direction: row;
    align-items: center;
  }
}

.recruit__form fieldset .label {
  display: flex;
  flex: none;
  align-items: center;
}

@media (min-width: 768px) {
  .recruit__form fieldset .label {
    width: 18rem;
  }
}

.recruit__form fieldset .required {
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(206 5 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recruit__form fieldset .any {
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recruit__form fieldset input,
      .recruit__form fieldset select,
      .recruit__form fieldset textarea {
  padding: 0.5rem;
}

.recruit__form fieldset input {
  width: 100%;
}

.recruit__form fieldset input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}

.recruit__form fieldset select {
  width: 8rem;
}

.recruit__form .birth {
  margin-top: 1rem;
}

.recruit__form .birth > div {
  margin-right: 0.5rem;
}

@media (min-width: 640px) {
  .recruit__form .birth > div {
    margin-right: 1rem;
  }
}

.recruit__form .birth > div input {
  margin-right: 0.5rem;
  width: 5rem;
}

.recruit__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recruit__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.recruit__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.recruit__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .recruit__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.recruit__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .recruit__contact__document {
    justify-content: flex-end;
  }
}

.recruit__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recruit__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.recruit__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .recruit__contact__form {
    justify-content: flex-start;
  }
}

.recruit__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.recruit__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

.button__submit {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.button__submit > div {
  position: relative;
  display: flex;
  justify-content: center;
}

.button__submit > div p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button__submit > div::before {
  content: '';
  background-image: url("./images/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  z-index: 10;
  height: 1rem;
  width: 1rem;
}

.button__submit input {
  width: 15rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.privacy > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.privacy__top {
  position: relative;
  width: 100%;
}

.privacy__top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.privacy__top img {
  width: 100%;
}

.privacy .contents__title {
  margin-bottom: 2.5rem;
}

.privacy__contact {
  background-color: rgb(14 173 249 / 0.2);
}

.privacy__announcement {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: rgb(14 173 249 / 0.5);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.privacy__announcement .wp-block-group-is-layout-constrained {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .privacy__announcement .wp-block-group-is-layout-constrained {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.privacy__announcement table tr {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .privacy__announcement table tr {
    display: table-row;
  }
}

.privacy__announcement table tr td {
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.privacy__announcement table tr td:first-child {
  background-color: rgb(208 214 220 / 0.2);
  line-height: 2rem;
}

@media (min-width: 640px) {
  .privacy__announcement table tr td:first-child {
    width: 10rem;
  }
}

@media (min-width: 768px) {
  .privacy__announcement table tr td:first-child {
    width: 18rem;
  }
}

.privacy__security {
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.privacy__security .wp-block-group-is-layout-constrained {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .privacy__security .wp-block-group-is-layout-constrained {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.privacy__contents__title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.privacy h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.privacy h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.contact__top {
  position: relative;
  width: 100%;
}

.contact__top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact__top img {
  width: 100%;
}

.contact__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .contact__form {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contact__form h3 {
  margin-bottom: 5rem;
}

.contact__form .wpcf7 {
  margin-top: 5rem;
  width: 100%;
  max-width: 1024px;
}

.contact__form .wpcf7-radio label {
  display: flex;
}

.contact__form .wpcf7-radio label input {
  margin-right: 0.5rem;
}

.contact__form .wpcf7-radio label span {
  white-space: nowrap;
}

.contact__form .wpcf7-list-item {
  margin: 0px;
  padding-right: 1.5rem;
}

.contact__form .information-text {
  margin: .5rem 0 .5rem 18rem !important;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .contact__form .information-text {
    margin: .5rem 0 !important;
  }
}

.contact__form fieldset {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contact__form fieldset > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .contact__form fieldset > p {
    flex-direction: row;
    align-items: center;
  }
}

.contact__form fieldset .label {
  display: flex;
  flex: none;
  align-items: center;
}

@media (min-width: 768px) {
  .contact__form fieldset .label {
    width: 18rem;
  }
}

.contact__form fieldset .required {
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(206 5 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact__form fieldset .any {
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact__form fieldset input,
      .contact__form fieldset select,
      .contact__form fieldset textarea {
  padding: 0.5rem;
}

.contact__form fieldset input {
  width: 100%;
}

.contact__form fieldset input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}

.contact__form fieldset select {
  width: 8rem;
}

.contact__form .birth {
  margin-top: 1rem;
}

.contact__form .birth > div {
  margin-right: 0.5rem;
}

@media (min-width: 640px) {
  .contact__form .birth > div {
    margin-right: 1rem;
  }
}

.contact__form .birth > div input {
  margin-right: 0.5rem;
  width: 5rem;
}

.contact__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.contact__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.contact__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .contact__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contact__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .contact__contact__document {
    justify-content: flex-end;
  }
}

.contact__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.contact__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .contact__contact__form {
    justify-content: flex-start;
  }
}

.contact__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.contact__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

.button__submit {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.button__submit > div {
  position: relative;
  display: flex;
  justify-content: center;
}

.button__submit > div p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button__submit > div::before {
  content: '';
  background-image: url("./images/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  z-index: 10;
  height: 1rem;
  width: 1rem;
}

.button__submit input {
  width: 15rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.request {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.request > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.request__top {
  position: relative;
  width: 100%;
}

.request__top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.request__top img {
  width: 100%;
}

.request__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .request__form {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.request__form h3 {
  margin-bottom: 5rem;
}

.request__form .wpcf7 {
  margin-top: 5rem;
  width: 100%;
  max-width: 1024px;
}

.request__form .wpcf7-radio label {
  display: flex;
}

.request__form .wpcf7-radio label input {
  margin-right: 0.5rem;
}

.request__form .wpcf7-radio label span {
  white-space: nowrap;
}

.request__form .wpcf7-list-item {
  margin: 0px;
  padding-right: 1.5rem;
}

.request__form .information-text {
  margin: .5rem 0 .5rem 18rem !important;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .request__form .information-text {
    margin: .5rem 0 !important;
  }
}

.request__form fieldset {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.request__form fieldset > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .request__form fieldset > p {
    flex-direction: row;
    align-items: center;
  }
}

.request__form fieldset .label {
  display: flex;
  flex: none;
  align-items: center;
}

@media (min-width: 768px) {
  .request__form fieldset .label {
    width: 18rem;
  }
}

.request__form fieldset .required {
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(206 5 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.request__form fieldset .any {
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.request__form fieldset input,
      .request__form fieldset select,
      .request__form fieldset textarea {
  padding: 0.5rem;
}

.request__form fieldset input {
  width: 100%;
}

.request__form fieldset input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}

.request__form fieldset select {
  width: 8rem;
}

.request__form .birth {
  margin-top: 1rem;
}

.request__form .birth > div {
  margin-right: 0.5rem;
}

@media (min-width: 640px) {
  .request__form .birth > div {
    margin-right: 1rem;
  }
}

.request__form .birth > div input {
  margin-right: 0.5rem;
  width: 5rem;
}

.request__form__checkbox > p {
  align-items: start !important;
}

.request__form .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}

.request__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.request__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.request__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.request__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.request__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .request__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.request__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .request__contact__document {
    justify-content: flex-end;
  }
}

.request__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.request__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.request__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .request__contact__form {
    justify-content: flex-start;
  }
}

.request__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.request__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

.button__submit {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.button__submit > div {
  position: relative;
  display: flex;
  justify-content: center;
}

.button__submit > div p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button__submit > div::before {
  content: '';
  background-image: url("./images/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  z-index: 10;
  height: 1rem;
  width: 1rem;
}

.button__submit input {
  width: 15rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@tailwind base;

@tailwind components;

@tailwind utilities;

.agency {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agency > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.agency__top {
  position: relative;
  width: 100%;
}

.agency__top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency__top img {
  width: 100%;
}

.agency__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .agency__form {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.agency__form h3 {
  margin-bottom: 5rem;
}

.agency__form .wpcf7 {
  margin-top: 5rem;
  width: 100%;
  max-width: 1024px;
}

.agency__form .wpcf7-radio label {
  display: flex;
}

.agency__form .wpcf7-radio label input {
  margin-right: 0.5rem;
}

.agency__form .wpcf7-radio label span {
  white-space: nowrap;
}

.agency__form .wpcf7-list-item {
  margin: 0px;
  padding-right: 1.5rem;
}

.agency__form .information-text {
  margin: .5rem 0 .5rem 18rem !important;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .agency__form .information-text {
    margin: .5rem 0 !important;
  }
}

.agency__form fieldset {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.agency__form fieldset > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .agency__form fieldset > p {
    flex-direction: row;
    align-items: center;
  }
}

.agency__form fieldset .label {
  display: flex;
  flex: none;
  align-items: center;
}

@media (min-width: 768px) {
  .agency__form fieldset .label {
    width: 18rem;
  }
}

.agency__form fieldset .required {
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(206 5 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency__form fieldset .any {
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency__form fieldset input,
      .agency__form fieldset select,
      .agency__form fieldset textarea {
  padding: 0.5rem;
}

.agency__form fieldset input {
  width: 100%;
}

.agency__form fieldset input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}

.agency__form fieldset select {
  width: 8rem;
}

.agency__form .birth {
  margin-top: 1rem;
}

.agency__form .birth > div {
  margin-right: 0.5rem;
}

@media (min-width: 640px) {
  .agency__form .birth > div {
    margin-right: 1rem;
  }
}

.agency__form .birth > div input {
  margin-right: 0.5rem;
  width: 5rem;
}

.agency__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agency__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.agency__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.agency__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .agency__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.agency__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .agency__contact__document {
    justify-content: flex-end;
  }
}

.agency__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.agency__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .agency__contact__form {
    justify-content: flex-start;
  }
}

.agency__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.agency__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

.button__submit {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.button__submit > div {
  position: relative;
  display: flex;
  justify-content: center;
}

.button__submit > div p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button__submit > div::before {
  content: '';
  background-image: url("./images/arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  z-index: 10;
  height: 1rem;
  width: 1rem;
}

.button__submit input {
  width: 15rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-right-9 {
  right: -2.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[5\%\] {
  left: 5%;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-\[20\%\] {
  top: 20%;
}

.top-\[50\%\] {
  top: 50%;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.m-0 {
  margin: 0px;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[60\%\] {
  height: 60%;
}

.h-\[90\%\] {
  height: 90%;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[6rem\] {
  min-height: 6rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[10rem\] {
  width: 10rem;
}

.w-\[18rem\] {
  width: 18rem;
}

.w-\[80vw\] {
  width: 80vw;
}

.w-\[95\%\] {
  width: 95%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-\[478px\] {
  max-width: 478px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-none {
  flex: none;
}

.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-8 {
  border-width: 8px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-\[\#E6E4E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 228 224 / var(--tw-border-opacity));
}

.border-borderColor {
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
}

.bg-\[\#777777\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
}

.bg-\[\#79858D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(121 133 141 / var(--tw-bg-opacity));
}

.bg-\[\#79858D\]\/20 {
  background-color: rgb(121 133 141 / 0.2);
}

.bg-\[\#79D1FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(121 209 252 / var(--tw-bg-opacity));
}

.bg-\[\#CE052C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 5 44 / var(--tw-bg-opacity));
}

.bg-\[\#D0D6DC\]\/20 {
  background-color: rgb(208 214 220 / 0.2);
}

.bg-\[\#E7372F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 55 47 / var(--tw-bg-opacity));
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
}

.bg-primary\/10 {
  background-color: rgb(14 173 249 / 0.1);
}

.bg-primary\/50 {
  background-color: rgb(14 173 249 / 0.5);
}

.bg-primary\/55 {
  background-color: rgb(14 173 249 / 0.55);
}

.bg-primary\/70 {
  background-color: rgb(14 173 249 / 0.7);
}

.bg-primaryLight {
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 255 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-\[\"Urbanist\"\] {
  font-family: "Urbanist";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}

.leading-\[3rem\] {
  line-height: 3rem;
}

.leading-\[4rem\] {
  line-height: 4rem;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#207c95\] {
  --tw-text-opacity: 1;
  color: rgb(32 124 149 / var(--tw-text-opacity));
}

.text-\[\#30AEC9\] {
  --tw-text-opacity: 1;
  color: rgb(48 174 201 / var(--tw-text-opacity));
}

.text-\[\#79858D\] {
  --tw-text-opacity: 1;
  color: rgb(121 133 141 / var(--tw-text-opacity));
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(250 15 46 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(14 173 249 / var(--tw-text-opacity));
}

.text-primary\/10 {
  color: rgb(14 173 249 / 0.1);
}

.text-primary\/60 {
  color: rgb(14 173 249 / 0.6);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.security {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.security > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.security__top {
  position: relative;
  width: 100%;
}

.security__top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.security__top img {
  width: 100%;
}

.security .contents__title {
  margin-bottom: 2.5rem;
}

.security__policy {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  width: 100%;
  max-width: 1024px;
}

.security__policy p {
  margin-bottom: 1.5rem;
  line-height: 2rem;
}

.security__contact {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.security__contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.security__contact h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.security__contact h3 small {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 132 162 / var(--tw-text-opacity));
}

.security__contact p {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .security__contact p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.security__contact__document {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .security__contact__document {
    justify-content: flex-end;
  }
}

.security__contact__document a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.security__contact__document .wp-block-button::after {
  background-image: url("./images/arrow-white.png");
}

.security__contact__form {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .security__contact__form {
    justify-content: flex-start;
  }
}

.security__contact__form a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.security__contact .wp-block-button__link {
  width: 100%;
  white-space: nowrap;
  padding-left: 4rem;
  padding-right: 4rem;
}

#page {
  margin: 0 auto;
  width: 100%;
}

.page {
  margin: 0px;
}

.site-main {
  position: relative;
  top: -1.5rem;
}

.entry-footer {
  display: none;
}

.bg__primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.entry-title {
  display: none;
  margin: 2rem;
}

.breadcrumbs {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  max-width: 1024px;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.breadcrumbs a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.breadcrumbs a:first-child {
  padding-left: 0px;
}

.breadcrumbs a:visited {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.breadcrumbs a::after {
  content: '';
  background-image: url(./images/arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: .6rem;
  height: .6rem;
  position: absolute;
  right: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wp-block-button {
  position: relative;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 214 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.wp-block-button::after {
  content: '';
  background-image: url(./images/arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.wp-block-button__link {
  width: 13rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.top {
  position: relative;
}

.top h2 {
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .top h2 {
    left: 10%;
    font-size: 2.5rem;
  }

  .top #metaslider-id-344 {
    position: absolute;
    bottom: 0.75rem;
  }
}

.top__description {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 1.875rem;
  line-height: 3rem;
}

.top-mv-dimensions {
  height: 100%;
}

.overlay img {
  width: 100% !important;
}

.contents__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .contents__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.contents__title small {
  position: relative;
  margin-top: 1rem;
  display: flex;
  height: 24px;
  width: 16rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.contents__title small::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  left: -.6rem;
  top: .12rem;
  transform: rotate(135deg);
}

.contents__title small::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #0EADF9 #0EADF9 transparent;
  border-width: 10px;
  border-radius: 5px;
  right: -.6rem;
  top: .12rem;
  transform: rotate(-45deg);
}

.partners {
  background-color: rgb(121 133 141 / 0.2);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.partners > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.partners .logo {
  margin-bottom: 0px;
  width: 100%;
  max-width: 1024px;
}

.partners .logo .wp-block-columns {
  margin-bottom: 0;
}

.partners .logo__inner {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.partners p {
  width: 100%;
  max-width: 768px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .partners p {
    text-align: left;
  }
}

.news {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.news h3 {
  margin-bottom: 4rem;
}

.news > div {
  display: flex;
  width: 100%;
  max-width: 1024px;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .news > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.news ul {
  width: 100%;
}

.news ul li {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 228 224 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .news ul li {
    flex-direction: row;
    align-items: center;
  }

  .news ul li > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.news ul li h2 {
  display: flex;
  width: 95%;
  align-items: center;
  padding-right: 1.5rem;
}

.news ul li h2 a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news ul li h2 a:visited {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news ul li > div {
  width: 10rem;
  font-family: "Urbanist";
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(121 133 141 / var(--tw-text-opacity));
}

.news ul li > div a:visited {
  --tw-text-opacity: 1;
  color: rgb(121 133 141 / var(--tw-text-opacity));
}

.news ul li .icon {
  position: absolute;
  right: 0px;
  top: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 768px) {
  .news ul li .icon {
    top: 0.5rem;
  }
}

.service {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service h3 {
  margin-bottom: 4rem;
}

.service__item {
  position: relative;
  margin-bottom: 2.5rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.service__item:nth-child(even) {
  background-color: rgb(14 173 249 / 0.7);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.service__item:nth-child(odd) {
  background-color: rgb(14 173 249 / 0.3);
}

.service__item h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.service__item p {
  margin-bottom: 0.5rem;
}

.service__item .wp-block-button {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
}

.service__item .wp-block-button__link {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
}

.service__item .liquid_blocks_format_small {
  font-size: 1rem;
  line-height: 1.5rem;
}

.service__item .aligncenter {
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.service__item .wp-block-image {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

.service__item__image {
  display: flex;
  justify-content: center;
  background-color: transparent;
}

.service .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.service .wp-block-button__link:visited {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.use-case {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(14 173 249 / 0.55);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.use-case h3 {
  margin-bottom: 4rem;
}

.use-case .wp-block-group__inner-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .use-case .wp-block-group__inner-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.use-case__item {
  position: relative;
  margin-bottom: 2.5rem;
  max-width: 1024px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-right: 1rem;
}

.use-case__item01::after {
  content: 'case1';
  position: absolute;
  right: -2.25rem;
  bottom: -0.75rem;
  z-index: 0;
  font-family: "Urbanist";
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgb(14 173 249 / 0.1);
}

.use-case__item02::after {
  content: 'case2';
  position: absolute;
  right: -2.25rem;
  bottom: -0.75rem;
  z-index: 0;
  font-family: "Urbanist";
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgb(14 173 249 / 0.1);
}

.use-case__item h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.use-case__item p {
  position: relative;
  z-index: 10;
}

.use-case .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.contact__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 249 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact__link p {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.contact__link .wp-block-button {
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.contact__link .wp-block-button__link {
  width: 18rem;
  background-color: transparent;
}

.contact__link__document {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 55 47 / var(--tw-bg-opacity));
}

.contact__link__document a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact__link__document::after {
  background-image: url("./images/arrow-white.png");
}

.contact__button > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px) {
  .contact__button > div {
    flex-direction: row;
  }

  .contact__button > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.contact-link {
  position: fixed;
  left: 1rem;
  top: 2.5rem;
  z-index: 10;
  height: auto;
  width: 0px;
  transition: all 0.3s;
}

.contact-link.show {
  width: 8rem;
}

@media (min-width: 640px) {
  .contact-link.show {
    width: 12rem;
  }
}

.contact-link.hide {
  width: 0px;
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:left-\[10\%\] {
    left: 10%;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[6rem\] {
    height: 6rem;
  }

  .sm\:w-\[10rem\] {
    width: 10rem;
  }

  .sm\:w-\[18rem\] {
    width: 18rem;
  }

  .sm\:w-\[20rem\] {
    width: 20rem;
  }

  .sm\:w-\[45\%\] {
    width: 45%;
  }

  .sm\:w-\[70\%\] {
    width: 70%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .sm\:leading-\[3rem\] {
    line-height: 3rem;
  }
}

@media (min-width: 768px) {
  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-\[18rem\] {
    width: 18rem;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
