.max-lg\:flex-col {
  flex-direction: column;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-bottom-4{
  bottom: -1rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-6{
  top: -1.5rem;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-auto{
  top: auto;
}
.z-0{
  z-index: 0;
}
.z-\[1\]{
  z-index: 1;
}
.-order-1{
  order: -1;
}
.m-2{
  margin: 0.5rem;
}
.-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-0{
  margin-right: 0px;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-20{
  height: 5rem;
}
.h-6{
  height: 1.5rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-3\/5{
  width: 60%;
}
.w-2\/3{
  width: 66%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[max-content\]{
  width: -moz-max-content;
  width: max-content;
}
.w-full{
  width: 100%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.-translate-x-1\/2{
  --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-1\/2{
  --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));
}
.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));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.list-none{
  list-style-type: none;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-myp-500{
  --tw-border-opacity: 1;
  border-color: rgb(251 123 21 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-atp_cream{
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 229 / var(--tw-bg-opacity));
}
.bg-atp_yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 68 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-myb{
  --tw-bg-opacity: 1;
  background-color: rgb(98 138 192 / var(--tw-bg-opacity));
}
.bg-myg{
  --tw-bg-opacity: 1;
  background-color: rgb(100 186 198 / var(--tw-bg-opacity));
}
.bg-myp-500{
  --tw-bg-opacity: 1;
  background-color: rgb(251 123 21 / var(--tw-bg-opacity));
}
.bg-mys-400{
  --tw-bg-opacity: 1;
  background-color: rgb(95 176 186 / var(--tw-bg-opacity));
}
.bg-myv{
  --tw-bg-opacity: 1;
  background-color: rgb(95 88 141 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-gray-50{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-to: rgb(249 250 251 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-white{
  --tw-gradient-to: #fff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.\!p-6{
  padding: 1.5rem !important;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.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-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.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-\[10px\]{
  font-size: 10px;
}
.text-\[135\%\]{
  font-size: 135%;
}
.text-\[150\%\]{
  font-size: 150%;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold{
  font-weight: 700 !important;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.not-italic{
  font-style: normal;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[1\.3em\]{
  line-height: 1.3em;
}
.leading-\[1\.4em\]{
  line-height: 1.4em;
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-myb{
  --tw-text-opacity: 1;
  color: rgb(98 138 192 / var(--tw-text-opacity));
}
.text-myg{
  --tw-text-opacity: 1;
  color: rgb(100 186 198 / var(--tw-text-opacity));
}
.text-myp-500{
  --tw-text-opacity: 1;
  color: rgb(251 123 21 / var(--tw-text-opacity));
}
.text-mys-400{
  --tw-text-opacity: 1;
  color: rgb(95 176 186 / var(--tw-text-opacity));
}
.text-myv{
  --tw-text-opacity: 1;
  color: rgb(95 88 141 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-50{
  opacity: 0.5;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
  --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: ;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  h2[class*=" "], .h2 {
    font-size: clamp(25px, 3.8461538462vw, 40px);
  }
  h3:not(.feature_item__hd), .h3 {
    font-size: clamp(20px, 3.0769230769vw, 30px);
  }
  h4[class*=" "], .h4 {
    font-size: clamp(18px, 2.7692307692vw, 24px);
  }
  h5[class*=" "], .h5 {
    font-size: clamp(17px, 2.6153846154vw, 20px);
  }
}
main h1, main h2, main h3, main h4, main h5, main h6, main .h1, main .h2, main .h3, main .h4, main .h5, main .h6 {
  font-feature-settings: "palt";
}
.feature_item__hd span {
  position: relative;
}
.feature_item__hd span::after {
  transition: all 0.3s ease-in-out;
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 68 / var(--tw-bg-opacity));
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0%;
  height: 4px;
}
.feature_item__hd span.ef_on::after {
  width: 100%;
}
.issues__p span{
  --tw-text-opacity: 1;
  color: rgb(251 123 21 / var(--tw-text-opacity));
}
.section_issues {
  padding-bottom: 0;
  margin-bottom: -20px;
}

#dl_file_entry_result {
  margin-top: -14px;
}

#dl_file_entry_result b {
  margin-top: 20px;
  display: inline-block;
}
@media not all and (min-width: 1200px){
  .section_issues{
    padding-top: 1.5rem;
  }
}
@media not all and (min-width: 990px){
  .section_issues{
    padding-top: 1.5rem;
  }
}
@media not all and (min-width: 768px){
  .section_issues{
    margin-bottom: -3rem;
  }
}
@media not all and (min-width: 576px){
  .section_issues{
    margin-bottom: -5rem;
  }
}
.section_issues .section_title {
  position: relative;
  z-index: 10;
  display: inline-block;
  --tw-border-opacity: 1;
  border-color: rgb(95 176 186 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}
@media (min-width: 768px){
  .section_issues .section_title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 1023.98px) {
  .section_issues .section_title {
    font-size: clamp(21px, 3.2307692308vw, 40px);
  }
}
.section_issues .section_title span {
  position: relative;
  border-bottom: transparent 4px solid;
  --tw-border-opacity: 1;
  border-color: rgb(95 176 186 / var(--tw-border-opacity));
  padding-bottom: 15px;
}
.section_issues .section_title span i {
  font-style: normal;
  position: relative;
  z-index: 1;
}
.section_issues .section_title span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  bottom: -28px;
  left: 50%;
  border-bottom: #eee 4px solid;
  border-right: #eee 4px solid;
  --tw-border-opacity: 1;
  border-color: rgb(95 176 186 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 229 / var(--tw-bg-opacity));
  transform: translateX(-50%) rotate(45deg);
}
.section_issues .section_title b {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 360%;
  border-radius: 60px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 229 / var(--tw-bg-opacity));
}
@media not all and (min-width: 1200px){
  .section_issues .section_title b{
    display: none;
  }
}
.section_issues .issues_solution{
  position: relative;
  margin-top: 6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 576px){
  .section_issues .issues_solution{
    top: -2rem;
  }
}
.section_issues .issues_solution__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section_issues .issues_solution__bg::before, .section_issues .issues_solution__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  transform-origin: top;
  transform: translateY(-1.1rem) scaleY(1.5) skewy(3deg);
  --tw-bg-opacity: 1;
  background-color: rgb(95 176 186 / var(--tw-bg-opacity));
}
.section_issues .issues_solution__bg::after {
  left: 50%;
  transform: translateY(-1.1rem) scaleY(1.5) skewy(-3deg);
}
.section_issues .issues_solution__title{
  position: relative;
  padding-top: 5rem;
}
@media not all and (min-width: 768px){
  .section_issues .issues_solution__title{
    padding-top: 1rem;
  }
}
@media (max-width: 1023.98px) {
  .section_issues .issues_solution__title {
    font-size: clamp(21px, 3.2307692308vw, 40px);
  }
}
.section_issues .issues_solution__title span{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .section_issues .issues_solution__title span{
    font-size: 3rem;
    line-height: 1;
  }
}
.section_carousel .section_title{
  display: inline-block;
  --tw-border-opacity: 1;
  border-color: rgb(95 176 186 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}
@media (min-width: 768px){
  .section_carousel .section_title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 1023.98px) {
  .section_carousel .section_title {
    font-size: clamp(21px, 3.2307692308vw, 40px);
  }
}
/* .hidden-md {
  display:block;
}
@media (max-width: 990px){
  .hidden-md {
    display:none;
  }
} */
.top_cta_btn {
  position: relative;
  overflow: hidden;
}
.top_cta_btn b {
  transition: all 0.2s ease-in-out;
  position: absolute;
  background: #fff;
  transform: scale(0);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  top: 50%;
}
.top_cta_btn em {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top_cta_btn em::before, .top_cta_btn em::after {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  height: 0%;
  background: #fb7b15;
  width: 2px;
  z-index: 1;
}
.top_cta_btn em::before {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.top_cta_btn em::after {
  transition: all 0.2s ease-in-out 0.4s;
  top: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}
.top_cta_btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top_cta_btn i::before, .top_cta_btn i::after {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  height: 2px;
  background: #fb7b15;
  width: 0%;
  z-index: 1;
}
.top_cta_btn i::before {
  transition: all 0.2s ease-in-out 0.6s;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.top_cta_btn i::after {
  transition: all 0.2s ease-in-out 0.2s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top_cta_btn span {
  position: relative;
}
.top_cta_btn:hover b {
  transform: scale(1);
}
.top_cta_btn:hover i::before, .top_cta_btn:hover i::after {
  width: 100%;
}
.top_cta_btn:hover em::before, .top_cta_btn:hover em::after {
  height: 100%;
}
.top_cta_btn:hover span {
  color: #fb7b15;
}
.flow__item .flow__num {
  border-right: 1px solid;
  border-color: #ddd;
  position: relative;
}
.flow__item .flow__num::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #777777;
  top: 50%;
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.flow__item:first-child .flow__num {
  -o-border-image: linear-gradient(to top, #ddd 50%, transparent 50%) 1;
     border-image: linear-gradient(to top, #ddd 50%, transparent 50%) 1;
}
.flow__item:last-child .flow__num {
  -o-border-image: linear-gradient(to bottom, #ddd 50%, transparent 50%) 1;
     border-image: linear-gradient(to bottom, #ddd 50%, transparent 50%) 1;
}
.flow__item .flow__body {
  position: relative;
}
.flow__item .flow__body::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 12px;
  border-right-color: #fff;
  margin-top: -12px;
  left: -24px;
  top: 50%;
}
.hero__hd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}
.placeholder\:text-gray-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.placeholder\:text-gray-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-top-6::after{
  content: var(--tw-content);
  top: -1.5rem;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:h-\[20px\]::after{
  content: var(--tw-content);
  height: 20px;
}
.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}
.after\:bg-mys-400::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(95 176 186 / var(--tw-bg-opacity));
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-\[\#f2ecd3\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 211 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hover\:bg-myp-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 95 10 / var(--tw-bg-opacity));
}
.hover\:bg-mys-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 145 157 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-myp-500:hover{
  --tw-text-opacity: 1;
  color: rgb(251 123 21 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.focus\:ring-myp-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 238 213 / var(--tw-ring-opacity));
}
.focus\:ring-mys-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(188 225 229 / var(--tw-ring-opacity));
}
.grecaptcha-badge {
  visibility: hidden;
}
.error {
  color: red;
}
.form_item p {
  margin: 10px 0 -4px !important;
}
form p.must::after, form p.matter::after {
  content: '必須';
  background: #fb7b15;
  font-size: 11px;
  padding: 1px 4px;
  color: #fff;
  border-radius: 4px;
  margin-left: 5px;
  font-weight: normal;
}
form p.matter::after  {
  content: '任意';
  background: #aaa;
}
.error {
  color: red;
}
.form_item p {
  margin: 10px 0 -4px !important;
}
form p.must::after, form p.matter::after {
  content: '必須';
  background: #fb7b15;
  font-size: 11px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 5px;
}
form p.matter::after  {
  content: '任意';
  background: #aaa;
}
.dl-file-wrapper h5{
  margin-top: 0 !important;
}
@media screen and (max-width: 992px){
  .section_service_doc_download .layout-1{
    width: 100% !important;
  }
  .section_service_doc_download .layout-2{
    width: 100% !important;
  }
}
@media not all and (min-width: 1200px){
  .max-xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .max-xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .max-xl\:leading-\[1\.4em\]{
    line-height: 1.4em;
  }
}
@media not all and (min-width: 992px){
  .max-lg\:mb-4{
    margin-bottom: 1rem;
  }
  .max-lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .max-lg\:ml-2{
    margin-left: 0.5rem;
  }
  .max-lg\:mt-0{
    margin-top: 0px;
  }
  .max-lg\:mt-8{
    margin-top: 2rem;
  }
  .max-lg\:block{
    display: block;
  }
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:w-\[25vw\]{
    width: 25vw;
  }
  .max-lg\:w-full{
    width: 100%;
  }
  .max-lg\:flex-col{
    flex-direction: column;
  }
  .max-lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .max-lg\:p-4{
    padding: 1rem;
  }
  .max-lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .max-lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .max-lg\:pl-0{
    padding-left: 0px;
  }
  .max-lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .max-lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .max-lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .max-lg\:leading-\[1\.3em\]{
    line-height: 1.3em;
  }
  .max-lg\:after\:-top-3::after{
    content: var(--tw-content);
    top: -0.75rem;
  }
}
@media not all and (min-width: 768px){
  .max-md\:m-2{
    margin: 0.5rem;
  }
  .max-md\:mb-4{
    margin-bottom: 1rem;
  }
  .max-md\:\!inline-block{
    display: inline-block !important;
  }
  .max-md\:hidden{
    display: none;
  }
  .max-md\:w-full{
    width: 100%;
  }
  .max-md\:max-w-\[440px\]{
    max-width: 440px;
  }
  .max-md\:flex-col{
    flex-direction: column;
  }
  .max-md\:justify-center{
    justify-content: center;
  }
  .max-md\:justify-around{
    justify-content: space-around;
  }
  .max-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)));
  }
  .max-md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .max-md\:pt-12{
    padding-top: 3rem;
  }
  .max-md\:text-center{
    text-align: center;
  }
  .max-md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media not all and (min-width: 576px){
  .max-sm\:absolute{
    position: absolute;
  }
  .max-sm\:left-0{
    left: 0px;
  }
  .max-sm\:order-1{
    order: 1;
  }
  .max-sm\:order-2{
    order: 2;
  }
  .max-sm\:order-3{
    order: 3;
  }
  .max-sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .max-sm\:-mt-6{
    margin-top: -1.5rem;
  }
  .max-sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .max-sm\:mt-8{
    margin-top: 2rem;
  }
  .max-sm\:h-12{
    height: 3rem;
  }
  .max-sm\:w-20{
    width: 5rem;
  }
  .max-sm\:w-4\/5{
    width: 80%;
  }
  .max-sm\:w-full{
    width: 100%;
  }
  .max-sm\:p-0{
    padding: 0px;
  }
  .max-sm\:p-4{
    padding: 1rem;
  }
  .max-sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .max-sm\:pb-20{
    padding-bottom: 5rem;
  }
  .max-sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .max-sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 576px){
  @media not all and (min-width: 992px){
    .sm\:max-lg\:-my-8{
      margin-top: -2rem;
      margin-bottom: -2rem;
    }
    .sm\:max-lg\:scale-75{
      --tw-scale-x: .75;
      --tw-scale-y: .75;
      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 not all and (min-width: 768px){
    .sm\:max-md\:hidden{
      display: none;
    }
  }
}
@media (min-width: 768px){
  nav > ul > li > a {
    font-size: 13px;
    padding: 0 0.5em !important;
  }
  .md\:-mr-20{
    margin-right: -5rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\: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)));
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  @media not all and (min-width: 1200px){
    .md\:max-xl\:w-1\/3{
      width: 33.333333%;
    }
  }
  @media not all and (min-width: 992px){
    .md\:max-lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
      --tw-space-x-reverse: 0;
      margin-right: calc(0.5rem * var(--tw-space-x-reverse));
      margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:max-lg\:px-2{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .md\:max-lg\:pb-8{
      padding-bottom: 2rem;
    }
    .md\:max-lg\:text-sm{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }
  .contents-issues li {
    margin-left: 10px;
  }
}
@media (min-width: 840px){
  nav > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 990px) {
  .col-md-5 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 66.66666666%;
  }
  nav > ul > li > a {
    padding: 0 0.6em !important;
  }
  .contents-issues {
    margin: 0 120px;
  }
}
@media (min-width: 1200px){
  .lg\:-mt-10{
    margin-top: -2.5rem;
  }
  .lg\:-mt-12{
    margin-top: -3rem;
  }
  .lg\:-mt-6{
    margin-top: -1.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\: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)));
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  nav > ul > li > a {
    padding: 0 0.8em !important;
    font-size: 15px;
  }
  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .xl\:min-h-\[580px\]{
    min-height: 580px;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[1340px\]{
    max-width: 1340px;
  }
  .xl\:flex-1{
    flex: 1 1 0%;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.\[\&\>\*\:not\(\:first-child\)\]\:mt-12>*:not(:first-child){
  margin-top: 3rem;
}
.\[\&\>\*\:not\(\:first-child\)\]\:mt-2>*:not(:first-child){
  margin-top: 0.5rem;
}

.footer {
  background: initial !important;
  margin: 40px;
  text-align: center;
}