/*
! tailwindcss v3.1.6 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

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

* {
  box-sizing: border-box;
}

html,  body {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity));
  font-size: 16px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(34 108 246 / var(--tw-text-opacity));
  scroll-behavior: smooth;
  font-family: -apple-system, "azo-sans-web", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.-mb0 {
  margin-bottom: 0px !important;
}

.-mb30 {
  margin-bottom: 30px !important;
}

.-mb60 {
  margin-bottom: 60px !important;
}

.-text20 {
  font-size: 20px !important;
}

.-pc {
  display: none;
}

@media (min-width: 1024px) {
  .-pc {
    display: block;
  }
}

.-sp {
  display: block;
}

@media (min-width: 1024px) {
  .-sp {
    display: none;
  }
}

.sticky-top {
  position: fixed;
  top: 0px;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    max-width: 1366px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sticky-top.-start {
  justify-content: flex-start;
}

.sticky-top .sticky-top_container {
  position: absolute;
  top: 0px;
}

.sticky-top .sticky-top_container .sticky-top__navigation {
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 50;
}

.sticky-top .sticky-top_container .sticky-top__navigation .button-menu {
  position: relative;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(34 108 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .sticky-top .sticky-top_container .sticky-top__navigation .button-menu {
    height: 50px;
    width: 50px;
  }
}

.sticky-top .sticky-top_container .sticky-top__navigation .button-menu span, .sticky-top .sticky-top_container .sticky-top__navigation .button-menu span:after {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 108 246 / var(--tw-bg-opacity));
}

.sticky-top .sticky-top_container .sticky-top__navigation .button-menu span {
  margin-top: -0.375rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sticky-top .sticky-top_container .sticky-top__navigation .button-menu span:after {
  margin-top: 0.375rem;
}

.sticky-top .sticky-top_container .sticky-top__navigation .button-menu:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 108 246 / var(--tw-bg-opacity));
}

.sticky-top .sticky-top_container .sticky-top__navigation .button-menu:hover span,  .sticky-top .sticky-top_container .sticky-top__navigation .button-menu:hover span:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.sticky-top .sticky-top_container .sticky-top__contact {
  position: absolute;
  top: 85px;
  right: 0px;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .sticky-top .sticky-top_container .sticky-top__contact {
    top: 95px;
  }
}

.sticky-top .sticky-top_container .sticky-top__contact:hover .g_35 {
  fill: #FCFA39;
  stroke: #FCFA39;
}

.sticky-top .sticky-top_container .sticky-top__back {
  position: relative;
  top: 100px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .sticky-top .sticky-top_container .sticky-top__back {
    display: flex;
  }
}

.sticky-top .sticky-top_container .sticky-top__back svg {
  margin-right: 0.25rem;
}

.sticky-top .sticky-top_container .sticky-top__back:hover {
  --tw-text-opacity: 1;
  color: rgb(31 97 221 / var(--tw-text-opacity));
}

.sticky-top .sticky-top_container .sticky-top__back:hover .p_back_path {
  fill: #1F61DD;
}

.sticky-top .menu {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity));
  background-color: rgb(34 108 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
  background-image: url("../../assets/image/bg-footer.png");
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-size: 114%;
}

@media (min-width: 1024px) {
  .sticky-top .menu {
    background-size: auto;
  }
}

.sticky-top .menu .menu_container {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1286px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 35px;
}

@media (min-width: 1024px) {
  .sticky-top .menu .menu_container {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 25px;
  }
}

.sticky-top .menu .menu_container .logo {
  position: absolute;
  top: 35px;
  left: 0px;
  width: 142px;
}

@media (min-width: 1024px) {
  .sticky-top .menu .menu_container .logo {
    top: 25px;
    width: 233px;
  }
}

.sticky-top .menu .menu_container .items {
  margin-top: -43px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.sticky-top .menu .menu_container .items .item {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2.8px;
}

.sticky-top #menu_open {
  display: none;
}

.sticky-top #menu_open:checked ~ .menu {
  visibility: visible;
  opacity: 1;
}

.sticky-top #menu_open:checked ~ .sticky-top__navigation .button-menu span {
  margin-top: 0px;
  transform: rotate(45deg);
}

.sticky-top #menu_open:checked ~ .sticky-top__navigation .button-menu span:after {
  margin-top: 0px;
  transform: rotate(-90deg);
}

.sticky-bottom {
  position: fixed;
  bottom: 0px;
  z-index: 35;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    max-width: 1366px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.sticky-bottom .sticky-bottom_container {
  position: absolute;
  bottom: 0px;
}

.sticky-bottom .sticky-bottom_container .sticky-bottom__scroll {
  position: relative;
  bottom: 25px;
  cursor: pointer;
}

.sticky-bottom .sticky-bottom_container .sticky-bottom__scroll:hover .g_34 {
  fill: #226CF6;
  stroke: #FFFFFF;
}

.sticky-bottom .sticky-bottom_container .sticky-bottom__scroll:hover .path_6281 {
  stroke: #FFFFFF;
}

.header {
  position: relative;
  z-index: 30;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity));
}

.header .header_container {
  z-index: 10;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  height: 100px;
  width: 100%;
  max-width: 1286px;
  justify-content: space-between;
  padding-top: 35px;
}

@media (min-width: 1024px) {
  .header .header_container {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 25px;
  }
}

.header .header_container .logo {
  width: 142px;
}

@media (min-width: 1024px) {
  .header .header_container .logo {
    width: 233px;
  }
}

.main {
  position: relative;
  z-index: 30;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity));
}

.main .common__header {
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1024px) {
  .main .common__header {
    margin-bottom: 100px;
  }
}

.main .common__header {
  height: clamp(52px, 15vw, 191px);
}

.main .common__header .common__header-main {
  text-align: center;
  font-family: azo-sans-web;
  font-weight: 900;
  letter-spacing: 5.2px;
  color: #226CF624;
  font-size: clamp(52px, 15vw, 150px);
  line-height: clamp(52px, 15vw, 191px);
}

.main .common__header .common__header-main.-tight {
  letter-spacing: 1px;
  font-size: clamp(42px, 10vw, 150px);
  line-height: clamp(42px, 15vw, 191px);
}

.main .common__header .common__header-sub {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .main .common__header .common__header-sub {
    width: 100%;
  }
}

.main .common__header .common__header-sub {
  margin-top: calc((clamp(52px, 15vw, 191px) / 2 + clamp(30px, 8vw, 85px) / 2) * -1);
}

.main .common__body {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  max-width: 898px;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1024px) {
  .main .common__body {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 92px;
    padding-right: 92px;
  }
}

.main .common__body.-wider {
  max-width: 1082px;
}

.main .common__body section {
  position: relative;
  margin-bottom: 60px;
}

.main .common__body section:last-child {
  margin-bottom: 0px;
}

.main .common__body section ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.main .common__body section p {
  word-break: break-all;
}

.main .common__body section p a.-link {
  font-family: azo-sans-web;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.main .common__body section .form_icon {
  position: absolute;
  top: -80px;
  width: 100%;
}

@media (min-width: 1024px) {
  .main .common__body section .form_icon {
    top: -120px;
  }
}

.main .common__body section .form_icon.-complete {
  position: relative;
  top: 0px;
  margin-bottom: 40px;
  transform: rotate(22deg);
}

.main .common__body section .form_icon.-error {
  position: relative;
  top: 0px;
  margin-bottom: 40px;
  scale: 0.8;
}

.main .common__body section .form_icon img {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.main .common__body section .form_heading {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .main .common__body section .form_heading {
    font-size: 26px;
    line-height: 45.5px;
  }
}

.main .common__body section .form_heading.-mb20 {
  margin-bottom: 20px;
}

.main .common__body section .form_heading.-invalid {
  --tw-text-opacity: 1;
  color: rgb(225 41 44 / var(--tw-text-opacity));
}

.main .common__body section .form_text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .main .common__body section .form_text {
    width: 530px;
  }
}

.main .common__body section .form_button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 346px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 67px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 108 246 / var(--tw-bg-opacity));
  font-size: 17px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .main .common__body section .form_button {
    width: 346px;
  }
}

.main .common__body section .form_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 97 221 / var(--tw-bg-opacity));
}

.main .common__body section .form_button:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(34 108 246 / var(--tw-bg-opacity));
  opacity: .3;
}

.main .common__body section .form_button.-back {
  margin-top: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(34 108 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 108 246 / var(--tw-text-opacity));
}

.main .common__body section .form_button.-back:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity));
}

.main .common__body section .cloud {
  position: absolute;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.main .common__body section .cloud.c0 {
  top: -230px;
  right: -450px;
}

.main .common__body section .cloud.c1 {
  top: 450px;
  left: -450px;
}

.main .common__body section .cloud.c2 {
  top: 1000px;
  right: -400px;
  --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));
}

.main form {
  position: relative;
}

.main form .invalid-feedback {
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(225 41 44 / var(--tw-text-opacity));
}

.main form .invalid-feedback.-center {
  margin-top: 10px;
  text-align: center;
}

.main form .form_col {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.main form .form_col > * {
  width: 100%;
}

.main form .form_col .form_label {
  margin-bottom: 10px;
}

.main form .form_col .form_label label {
  margin-bottom: 10px;
  font-weight: 700;
}

.main form .form_col input,  .main form .form_col textarea {
  margin-bottom: 10px;
  border-radius: 0.5rem;
  background-color: #4444440D;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.main form .form_col input.-invalid,  .main form .form_col textarea.-invalid {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(225 41 44 / var(--tw-border-opacity));
}

.main form .form_col textarea {
  height: 14rem;
}

.main form .form_col .subtext {
  font-size: 14px;
  line-height: 21px;
  color: #444444CC;
}

.main form .form_col .form_confirm_text {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.main form .form_info {
  margin-bottom: 40px;
  padding: 30px;
  text-align: left;
  font-size: 13px;
  line-height: 19.5px;
}

@media (min-width: 1024px) {
  .main form .form_info {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
  }
}

.main form .form_info.-border {
  border-radius: 0.5rem;
  border-width: 1px;
}

.main form .form_info.-foot {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main form .form_info a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.main form .form_info p {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .main form .form_info p {
    margin-bottom: auto;
  }
}

.main form .form_info p.-en {
  font-family: azo-sans-web;
  font-size: 14px;
}

.main form .form_info .form-check {
  font-weight: 700;
}

.main form .form_info .form-check > * {
  cursor: pointer;
}

.main .hero {
  position: relative;
  z-index: 40;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

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

.main .hero .hero_container {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  width: 100%;
  max-width: 1286px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .main .hero .hero_container {
    margin-left: 40px;
    margin-right: 40px;
    flex-wrap: nowrap;
  }
}

.main .hero .hero_container .catchphrase {
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .main .hero .hero_container .catchphrase {
    margin-top: 50px;
    padding-right: 0px;
  }
}

.main .hero .hero_container .catchphrase:before {
  content: "";
  display: block;
  padding-top: 58%;
}

.main .hero .hero_container .catchphrase img {
  position: absolute;
}

@media (min-width: 1024px) {
  .main .hero .hero_container .catchphrase img {
    max-width: 540px;
  }
}

.main .hero .hero_container .catchphrase img {
  width: 87%;
}

.main .hero .hero_container .catchphrase img.catchphrase_fg {
  top: 0px;
  z-index: 10;
  opacity: 0;
  transform-origin: center center 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: anim-catchphrase-fg;
          animation-name: anim-catchphrase-fg;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.main .hero .hero_container .catchphrase img.catchphrase_bg {
  top: 0px;
  z-index: 0;
  opacity: 0;
  transform-origin: center center 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: anim-catchphrase-bg;
          animation-name: anim-catchphrase-bg;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.main .hero .hero_container .kv {
  width: 100%;
}

.main .hero .hero_container .kv img {
  width: 100%;
}

@media (min-width: 1024px) {
  .main .hero .hero_container .kv img {
    width: 622px;
  }
}

.main .hero .hero_container .kv img.kv_fg {
  top: 0px;
  z-index: 0;
  position: relative;
  opacity: 0;
  transform-origin: center center 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: anim-kv;
          animation-name: anim-kv;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes anim-catchphrase-fg {
  0% {
    opacity: 0;
    scale: 0.7;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes anim-catchphrase-fg {
  0% {
    opacity: 0;
    scale: 0.7;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

@-webkit-keyframes anim-catchphrase-bg {
  0% {
    opacity: 0;
    scale: 0.7;
  }

  100% {
    opacity: 1;
    scale: 1;
    rotate: 25deg;
  }
}

@keyframes anim-catchphrase-bg {
  0% {
    opacity: 0;
    scale: 0.7;
  }

  100% {
    opacity: 1;
    scale: 1;
    rotate: 25deg;
  }
}

@-webkit-keyframes anim-kv {
  0% {
    opacity: 0;
    top: 50px;
    right: -150px;
  }

  100% {
    opacity: 1;
    top: 0;
    right: 0;
  }
}

@keyframes anim-kv {
  0% {
    opacity: 0;
    top: 50px;
    right: -150px;
  }

  100% {
    opacity: 1;
    top: 0;
    right: 0;
  }
}

.main .message {
  position: relative;
  z-index: 0;
  margin-top: -30px;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(34 108 246 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .main .message {
    margin-top: -60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main .message .message_container {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  width: 100%;
  max-width: 1286px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 186px;
}

@media (min-width: 1024px) {
  .main .message .message_container {
    margin-left: 40px;
    margin-right: 40px;
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 240px;
  }
}

.main .message .message_container p {
  height: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .main .message .message_container p {
    height: 500px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.5rem;
    line-height: 4rem;
  }
}

.main .message .message_container p {
  writing-mode: horizontal-tb;
}

@media (min-width: 1024px) {
  .main .message .message_container p {
    writing-mode: vertical-rl;
  }
}

.main .message .message_container p:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .main .message .message_container p:first-child {
    margin-bottom: 0px;
    margin-left: 5rem;
  }
}

.main .message .message_container .pointer {
  position: absolute;
  top: 65px;
  right: 0px;
}

.main .service-and-works {
  position: relative;
  z-index: 40;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .main .service-and-works {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main .service-and-works .service-and-works_container {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -126px;
  display: flex;
  width: 100%;
  max-width: 1082px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -120px;
    border-radius: 50px;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 92px;
    padding-right: 92px;
  }
}

.main .service-and-works .service-and-works_container .service {
  position: relative;
  margin-bottom: 120px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .service {
    margin-bottom: 132px;
  }
}

.main .service-and-works .service-and-works_container .service .cloud {
  position: absolute;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.main .service-and-works .service-and-works_container .service .cloud.c0 {
  top: -90px;
  right: -400px;
}

.main .service-and-works .service-and-works_container .service .cloud.c1 {
  top: 270px;
  left: -400px;
}

.main .service-and-works .service-and-works_container .service .cloud.c2 {
  top: 630px;
  right: -300px;
  --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));
}

.main .service-and-works .service-and-works_container .service .cloud.c3 {
  top: 990px;
  left: -400px;
}

.main .service-and-works .service-and-works_container .service__content {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.main .service-and-works .service-and-works_container .service__content .service__item {
  position: relative;
  margin-bottom: 100px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .service__content .service__item {
    flex-wrap: nowrap;
  }
}

.main .service-and-works .service-and-works_container .service__content .service__item.-reverse {
  flex-direction: row-reverse;
}

.main .service-and-works .service-and-works_container .service__content .service__item .service__figure {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 438px;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .service__content .service__item .service__figure {
    margin-bottom: 0px;
    width: 390px;
  }
}

.main .service-and-works .service-and-works_container .service__content .service__item .service_description-title {
  text-align: center;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .service__content .service__item .service_description-title {
    text-align: left;
  }
}

.main .service-and-works .service-and-works_container .service__content .service__item .service__description {
  display: flex;
  width: 438px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.main .service-and-works .service-and-works_container .service__content .service__item .service__description h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .service__content .service__item:nth-child(odd) .service__description {
    margin-left: 70px;
  }

  .main .service-and-works .service-and-works_container .service__content .service__item:nth-child(even) .service__description {
    margin-right: 70px;
  }
}

.main .service-and-works .service-and-works_container .service__content .service__item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .service__content .service__item:last-child {
    margin-bottom: 100px;
  }
}

.main .service-and-works .service-and-works_container .works {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.main .service-and-works .service-and-works_container .works .cloud {
  position: absolute;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.main .service-and-works .service-and-works_container .works .cloud.c4 {
  top: 240px;
  right: -400px;
}

.main .service-and-works .service-and-works_container .works .cloud.c5 {
  top: 600px;
  left: -400px;
}

.main .service-and-works .service-and-works_container .works .cloud.c6 {
  top: 960px;
  right: -300px;
  --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));
}

.main .service-and-works .service-and-works_container .works .cloud.c7 {
  top: 1320px;
  left: -400px;
}

.main .service-and-works .service-and-works_container .works__content {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.main .service-and-works .service-and-works_container .works__content .works__item {
  position: relative;
  margin-bottom: 100px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .works__content .works__item {
    flex-wrap: nowrap;
  }
}

.main .service-and-works .service-and-works_container .works__content .works__item:last-child {
  margin-bottom: 0px;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary {
  margin-right: 0px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .works__content .works__item .works__summary {
    margin-right: 22px;
    margin-bottom: 0px;
    width: 438px;
  }
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__header {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__header .summary__header-category {
  margin-right: 20px;
  height: 72px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 108 246 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  writing-mode: vertical-rl;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__header .summary__header__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__header .summary__header__wrap {
    display: block;
  }
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__header .summary__header__wrap .summary__header-main {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__header .summary__header__wrap .summary__header-main {
    font-size: 26px;
  }
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__header .summary__header__wrap .summary__header-sub {
  font-size: 14px;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__header .summary__header__wrap .summary__header-sub span {
  font-family: azo-sans-web;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__figure {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 438px;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__summary .summary__figure img {
  width: 100%;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__description {
  width: 438px;
  flex-grow: 1;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__description .description__body {
  margin-bottom: 30px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .main .service-and-works .service-and-works_container .works__content .works__item .works__description .description__body {
    margin-bottom: 39px;
  }
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__description .description__milestone {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 438px;
}

.main .service-and-works .service-and-works_container .works__content .works__item .works__description .description__milestone img {
  width: 100%;
}

.main .about {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

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

.main .about .about_container {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  width: 100%;
  max-width: 1082px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1024px) {
  .main .about .about_container {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 120px;
    padding-left: 92px;
    padding-right: 92px;
  }
}

.main .about .about_container .about__person {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main .about .about_container .about__person .person {
  position: relative;
  margin-top: 100px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .main .about .about_container .about__person .person {
    width: 346px;
  }
}

.main .about .about_container .about__person .person:first-child {
  margin-top: 0px;
}

.main .about .about_container .about__person .person .person__figure {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 346px;
}

@media (min-width: 1024px) {
  .main .about .about_container .about__person .person .person__figure {
    margin-bottom: 0px;
    margin-left: 0px;
    width: 346px;
  }
}

.main .about .about_container .about__person .person .person-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.main .about .about_container .about__person .person .person-wrapper .person__name {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main .about .about_container .about__person .person .person-wrapper .person__name {
    font-size: 26px;
  }
}

.main .about .about_container .about__person .person .person-wrapper .person__role {
  margin-top: 12px;
  width: 100%;
  text-align: center;
  font-family: azo-sans-web;
}

.main .about .about_container .about__person .person .person-wrapper .person__introdution {
  margin-top: 30px;
  width: 100%;
}

.main .about .about_container .about__person .person .person-wrapper .person__belong {
  margin-top: 30px;
  margin-left: 1.25rem;
  width: 100%;
  list-style-type: disc;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .main .about .about_container .about__person .person.-ceo {
    margin-top: 0px;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .main .about .about_container .about__person .person.-ceo .person-wrapper {
    display: block;
    width: 438px;
  }

  .main .about .about_container .about__person .person.-ceo .person-wrapper .person__name {
    text-align: left;
  }

  .main .about .about_container .about__person .person.-ceo .person-wrapper .person__role {
    text-align: left;
  }
}

.main .about .company_container {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  width: 100%;
  max-width: 1082px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .main .about .company_container {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 120px;
  }
}

.main .about .company_container .about__company {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1024px) {
  .main .about .company_container .about__company {
    flex-wrap: nowrap;
    border-radius: 50px;
    padding-left: 92px;
    padding-right: 70px;
  }
}

.main .about .company_container .about__company .company {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  width: 438px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .main .about .company_container .about__company .company {
    margin-bottom: 0px;
  }
}

.main .about .company_container .about__company .company dt {
  margin-bottom: 30px;
  width: 38%;
  padding-right: 30px;
  text-align: right;
  font-weight: 700;
}

.main .about .company_container .about__company .company dd {
  margin-bottom: 30px;
  width: 62%;
  font-weight: 400;
}

.main .about .company_container .about__company .recruit {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 264px;
  width: 290px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .main .about .company_container .about__company .recruit {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.main .about .company_container .about__company .recruit .wantedly_text {
  position: relative;
  z-index: 20;
  margin-top: -50px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.main .about .company_container .about__company .recruit .wantedly_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.main .about .company_container .about__company .recruit .wantedly_fg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  transform-origin: bottom;
  scale: 0.8;
}

.main .about .company_container .about__company .recruit .btn_wantedly {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.main .about .company_container .about__company .recruit .btn_wantedly:hover .btn_wantedly_rect {
  fill: #226CF6;
}

.main .about .company_container .about__company .recruit .btn_wantedly:hover .btn_wantedly_word {
  fill: #FFFFFF;
}

.main .contact {
  position: relative;
  z-index: 40;
  display: flex;
  height: auto;
  width: 100%;
  justify-content: center;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity));
  background-color: rgb(34 108 246 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
  background-image: url("../../assets/image/bg-footer.png");
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .main .contact {
    height: 381px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main .contact {
  background-size: 114%;
}

@media (min-width: 1024px) {
  .main .contact {
    background-size: auto;
  }
}

.main .contact .contact_container {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  width: 100%;
  max-width: 1082px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .main .contact .contact_container {
    margin-left: 40px;
    margin-right: 40px;
    flex-wrap: nowrap;
  }
}

.main .contact .contact_container .contact__header {
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .main .contact .contact_container .contact__header {
    margin-top: -50px;
    margin-bottom: 0px;
    width: 530px;
  }
}

.main .contact .contact_container .contact__header img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 530px;
}

@media (min-width: 1024px) {
  .main .contact .contact_container .contact__header img {
    margin-left: 0px;
    margin-right: 0px;
    width: 530px;
  }
}

.main .contact .contact_container .contact__header p {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main .contact .contact_container .contact__header p {
    font-size: 26px;
  }
}

.main .contact .contact_container .contact__link {
  width: 100%;
}

@media (min-width: 1024px) {
  .main .contact .contact_container .contact__link {
    width: 500px;
  }
}

.main .contact .contact_container .contact__link .contact__portfolio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 180px;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

@media (min-width: 1024px) {
  .main .contact .contact_container .contact__link .contact__portfolio {
    position: absolute;
    top: 60px;
    right: -30px;
    width: 254px;
    --tw-rotate: 15deg;
    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));
  }
}

.main .contact .contact_container .contact__link .contact__button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 81px;
  width: 295px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 67px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 231 81 / var(--tw-bg-opacity));
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main .contact .contact_container .contact__link .contact__button {
    height: 120px;
    width: 438px;
    font-size: 32px;
  }
}

.main .contact .contact_container .contact__link .contact__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 57 / var(--tw-bg-opacity));
}

.main .contact .contact_container .contact__link .contact__button img {
  margin-left: 0.25rem;
  width: 20px;
}

@media (min-width: 1024px) {
  .main .contact .contact_container .contact__link .contact__button img {
    width: 35px;
  }
}

.main .privacy {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

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

.main .privacy .privacy_container {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  width: 100%;
  max-width: 1082px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .main .privacy .privacy_container {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }
}

.main .privacy .privacy_container h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 45.5px;
}

.footer {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.footer.-bg-arch-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity));
}

.footer .footer_container {
  z-index: 10;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  height: auto;
  width: 100%;
  max-width: 1286px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .footer .footer_container {
    margin-left: 40px;
    margin-right: 40px;
    height: 100px;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.footer .footer_container .footer__logo {
  position: relative;
  top: 0px;
  left: 0px;
  margin-bottom: 15px;
  width: 120px;
}

@media (min-width: 1024px) {
  .footer .footer_container .footer__logo {
    position: absolute;
    top: 25px;
    left: 2.5rem;
    width: 202px;
  }
}

.footer .footer_container .footer__copyright {
  width: 100%;
  font-family: azo-sans-web;
  font-size: 10px;
}

@media (min-width: 1024px) {
  .footer .footer_container .footer__copyright {
    width: auto;
    font-size: 14px;
  }
}

.footer .footer_container .footer__copyright a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}

.hidden {
  display: none;
}

.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));
}

/*# sourceMappingURL=style.css.map */