.form_flow_list_item:not(:first-child):before, .page_entry .contact_blk .btn span::before, .page_entry .contact_blk .btn span::after, .page_office .character, .page_office .office_slider .splide__arrows button::after, .page_office .office_slider .splide__arrows, .underlayer__content .nextPage .nextPage_inner::before, .underlayer__content .nextPage .nextPage_inner::after, .underlayer__content .nextPage a::before, .underlayer__content .nextPage a::after, .underlayer__content .accordion_list dt span::after, .underlayer__content .accordion_list dt::before, .underlayer__content .accordion_list dt::after, .underlayer__content .column__side .anchor_menu ul li::before, .underlayer__content .heading_5::before, .underlayer__content::after, .breadcrumb li:not(:last-child)::after, .underlayer__head::after, .underlayer .parts_requirements_list li a::before, .underlayer .parts_requirements_list li a::after {
  content: "";
  display: block;
  position: absolute;
}

.underlayer .page_inner_l {
  max-width: 1260px;
  width: calc(100% - 60px);
}
@media print, screen and (min-width: 321px) {
  .underlayer .page_inner_l {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer .page_inner_l {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer .page_inner_l {
    width: calc(100% - 100px);
  }
}
.underlayer .parts_requirements_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .parts_requirements_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer .parts_requirements_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.underlayer .parts_requirements_list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.5;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.3s;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .underlayer .parts_requirements_list li a {
    padding: 18px 30px;
  }
}
@media (hover: hover) {
  .underlayer .parts_requirements_list li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #EA434B;
  }
  .underlayer .parts_requirements_list li a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    background-color: #CA2020;
  }
  .underlayer .parts_requirements_list li a:where(:any-link, :enabled, summary, span, dt, div):hover:not([target=_blank])::after {
    right: 12px;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 768px) {
  .underlayer .parts_requirements_list li a:where(:any-link, :enabled, summary, span, dt, div):hover:not([target=_blank])::after {
    right: 15px;
  }
}
@media (hover: hover) {
  .underlayer .parts_requirements_list li a:where(:any-link, :enabled, summary, span, dt, div):hover:not([target=_blank])::before {
    right: 5px;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 768px) {
  .underlayer .parts_requirements_list li a:where(:any-link, :enabled, summary, span, dt, div):hover:not([target=_blank])::before {
    right: 7px;
  }
}
.underlayer .parts_requirements_list li a::before, .underlayer .parts_requirements_list li a::after {
  transition: background 0.3s, transform 0.3s, right 0.3s;
}
.underlayer .parts_requirements_list li a::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #c7c7c7;
  bottom: 8px;
  right: 8px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .parts_requirements_list li a::before {
    width: 24px;
    height: 24px;
    bottom: 10px;
    right: 10px;
  }
}
.underlayer .parts_requirements_list li a:not([target=_blank])::after {
  width: 5px;
  height: 6px;
  display: block;
  background-color: #FFF;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  bottom: 16px;
  right: 16px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .underlayer .parts_requirements_list li a:not([target=_blank])::after {
    bottom: 19px;
    right: 19px;
  }
}
.underlayer .parts_requirements_list li a[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  bottom: 15px;
  right: 14px;
  font-size: 8px;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .underlayer .parts_requirements_list li a[target=_blank]::after {
    bottom: 17px;
    right: 16px;
    font-size: 9px;
  }
}
.underlayer .parts_requirements_list li a span {
  display: block;
  font-size: 1.5rem;
  color: #EA434B;
  margin-bottom: 3px;
}
.underlayer .parts_requirements_list li a .note_balloon {
  position: absolute;
  top: -7px;
  right: 10px;
  pointer-events: none;
  width: 55px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .parts_requirements_list li a .note_balloon {
    top: -8px;
    width: 62px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer .parts_requirements_list li a .note_balloon {
    top: -10px;
    width: 72px;
  }
}

.underlayer__head {
  padding: 17px 0 160px 0;
  background: linear-gradient(90deg, rgb(251, 144, 88) 0%, rgb(250, 109, 115) 50%, rgb(227, 27, 35) 100%);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .underlayer__head {
    padding: 25px 0 130px 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__head {
    padding: 33px 0 140px 0;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__head {
    padding: 40px 0 150px 0;
  }
}
.underlayer__head::after {
  width: 211px;
  height: 211px;
  background: url(../img/common/underlayer_head_logo.png) no-repeat center center;
  background-size: 100% auto;
  top: 25%;
  right: -47px;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .underlayer__head::after {
    width: 393px;
    height: 393px;
    right: -35px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__head::after {
    width: 493px;
    height: 493px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__head::after {
    width: 593px;
    height: 593px;
  }
}
.underlayer__head .page_inner_ll {
  width: calc(100% - 30px);
}
@media print, screen and (min-width: 1000px) {
  .underlayer__head .page_inner_ll {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__head .page_inner_ll {
    width: calc(100% - 50px);
  }
}

.underlayer__head_title {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 7px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .underlayer__head_title {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__head_title {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__head_title {
    gap: 40px;
  }
}
.underlayer__head_title p {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
}
@media print, screen and (min-width: 321px) {
  .underlayer__head_title p {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__head_title p {
    font-size: 6rem;
    width: auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__head_title p {
    font-size: 8rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__head_title p {
    font-size: 10rem;
  }
}
.underlayer__head_title h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 321px) {
  .underlayer__head_title h1 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__head_title h1 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__head_title h1 {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__head_title h1 {
    font-size: 2.3rem;
  }
}

.breadcrumb {
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .breadcrumb {
    margin-bottom: 33px;
  }
}
@media print, screen and (min-width: 1220px) {
  .breadcrumb {
    margin-bottom: 35px;
  }
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  overflow: auto;
}
.breadcrumb li {
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb li {
    padding-right: 23px;
  }
}
@media print, screen and (min-width: 1000px) {
  .breadcrumb li {
    padding-right: 26px;
  }
}
@media print, screen and (min-width: 1220px) {
  .breadcrumb li {
    padding-right: 28px;
  }
}
.breadcrumb li:not(:last-child)::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #EA434B;
  border-right: 2px solid #EA434B;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .breadcrumb li:not(:last-child)::after {
    right: 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .breadcrumb li:not(:last-child)::after {
    right: 11px;
  }
}
@media print, screen and (min-width: 1220px) {
  .breadcrumb li:not(:last-child)::after {
    top: 50%;
    right: 12px;
  }
}
.breadcrumb li a,
.breadcrumb li span {
  font-size: 1.1rem;
  color: #FFF;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 1.4rem;
  }
}
.breadcrumb li a,
.breadcrumb li > span {
  white-space: nowrap;
}
.breadcrumb li:last-child span {
  font-weight: bold;
}

.underlayer__content {
  padding-bottom: 70px;
  margin-bottom: -110px;
  position: relative;
  top: -110px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content {
    padding-bottom: 80px;
    margin-bottom: -15px;
    top: -15px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content {
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content {
    padding-bottom: 100px;
  }
}
.underlayer__content::after {
  width: calc(100% - 30px);
  max-width: 1368px;
  height: 200px;
  margin: 0 auto;
  background-color: #FFF;
  top: -30px;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content::after {
    top: -50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content::after {
    width: calc(100% - 40px);
    top: -60px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content::after {
    width: calc(100% - 50px);
    top: -70px;
  }
}
.underlayer__content.pdb_short {
  padding-bottom: 60px;
}
.underlayer__content .page_inner_l {
  position: relative;
  z-index: 2;
}
.underlayer__content .page_mv {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .page_mv {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .page_mv {
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .page_mv {
    margin-bottom: 75px;
  }
}
.underlayer__content .page_mv img {
  width: 100%;
}
.underlayer__content .heading_1 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .heading_1 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .heading_1 {
    font-size: 2.8rem;
    line-height: 1.23;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .heading_1 {
    font-size: 3.3rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .heading_1 {
    font-size: 3.8rem;
    margin-bottom: 40px;
  }
}
.underlayer__content .heading_1::before {
  content: "";
  width: 58px;
  height: 4px;
  display: block;
  background: linear-gradient(-90deg, rgb(251, 144, 88) 0%, rgb(250, 109, 115) 50%, rgb(227, 27, 35) 100%);
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .heading_1::before {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .heading_1::before {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .heading_1::before {
    margin-bottom: 30px;
  }
}
.underlayer__content .heading_2 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 8px 15px 10px 20px;
  background: #5f6a79;
  color: #FFF;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .heading_2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .heading_2 {
    font-size: 2.1rem;
    line-height: 1.23;
    margin-bottom: 20px;
    padding: 10px 20px 10px 26px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .heading_2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    padding: 12px 20px 14px 33px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .heading_2 {
    font-size: 2.7rem;
    margin-bottom: 30px;
    padding: 12px 20px 14px 33px;
  }
}
.underlayer__content .heading_2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #fb9058 0%, #fa6d73 50%, #e31b23 100%);
  width: 4px;
  height: calc(100% - 16px);
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .heading_2::before {
    width: 5px;
    top: calc(50% + 1px);
    height: calc(100% - 22px);
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .heading_2::before {
    top: calc(50% + 2px);
    width: 6px;
  }
}
.underlayer__content .heading_3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 2px solid #acacac;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .heading_3 {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .heading_3 {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
}
.underlayer__content .heading_3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 80px;
  background: #EA434B;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .heading_3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .heading_3 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .heading_3 {
    font-size: 2.1rem;
  }
}
.underlayer__content .heading_5 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #EA434B;
  line-height: 1.41;
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .heading_5 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .heading_5 {
    font-size: 2.2rem;
    line-height: 1.28;
    padding-left: 50px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .heading_5 {
    font-size: 2.5rem;
    padding-left: 70px;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .heading_5 {
    font-size: 2.8rem;
    padding-left: 88px;
    margin-bottom: 40px;
  }
}
.underlayer__content .heading_5::before {
  width: 20px;
  height: 1px;
  background-color: #EA434B;
  top: 13px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .heading_5::before {
    width: 35px;
    top: 16px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .heading_5::before {
    width: 50px;
    top: 17px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .heading_5::before {
    width: 66px;
  }
}
.underlayer__content p {
  color: #414141;
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.underlayer__content p:not(:last-child) {
  margin-bottom: 35px;
}
.underlayer__content .content__column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .content__column {
    gap: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .content__column {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .content__column {
    gap: 35px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .content__column {
    gap: 40px;
  }
}
.underlayer__content .column__content_body {
  width: 100%;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .column__content_body {
    flex: 1;
    margin-left: auto;
  }
}
.underlayer__content .column__side {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .column__side {
    width: 180px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .column__side {
    width: 210px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .column__side {
    width: 240px;
  }
}
.underlayer__content .column__side .anchor_menu h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #EA434B;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .column__side .anchor_menu h3 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .column__side .anchor_menu h3 {
    font-size: 1.9rem;
    margin-bottom: 17px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .column__side .anchor_menu h3 {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .column__side .anchor_menu h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.underlayer__content .column__side .anchor_menu ul li {
  padding-left: 20px;
  position: relative;
}
.underlayer__content .column__side .anchor_menu ul li:not(:last-child) {
  margin-bottom: 9px;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .column__side .anchor_menu ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .column__side .anchor_menu ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.underlayer__content .column__side .anchor_menu ul li::before {
  width: 14px;
  height: 10px;
  background: url(../img/common/icon_menu_anchor.svg) no-repeat left center;
  background-size: 100% auto;
  top: 4px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .column__side .anchor_menu ul li::before {
    top: 6px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .column__side .anchor_menu ul li::before {
    top: 7px;
  }
}
.underlayer__content .column__side .anchor_menu ul a {
  font-size: 1.2rem;
  line-height: 1.33;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .column__side .anchor_menu ul a {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .column__side .anchor_menu ul a {
    font-size: 1.4rem;
  }
}
.underlayer__content .accordion_list {
  border-top: 1px solid #8d8d8d;
}
.underlayer__content .accordion_list li {
  border-bottom: 1px solid #8d8d8d;
}
.underlayer__content .accordion_list dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 0 20px 0;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .accordion_list dt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .accordion_list dt {
    font-size: 1.6rem;
    padding: 22px 0 22px 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .accordion_list dt {
    font-size: 1.7rem;
    padding: 24px 0 24px 15px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .accordion_list dt {
    font-size: 1.8rem;
    padding: 25px 0 25px 20px;
  }
}
@media (hover: hover) {
  .underlayer__content .accordion_list dt:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #EA434B;
  }
  .underlayer__content .accordion_list dt:where(:any-link, :enabled, summary, span, dt, div):hover::before, .underlayer__content .accordion_list dt:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-color: #FFF;
  }
  .underlayer__content .accordion_list dt:where(:any-link, :enabled, summary, span, dt, div):hover span::after {
    background: #EA434B;
    border-color: #EA434B;
  }
}
.underlayer__content .accordion_list dt::before, .underlayer__content .accordion_list dt::after {
  width: 13px;
  height: 1px;
  background-color: #222222;
  top: 50%;
  right: 7px;
  z-index: 1;
  transition: transform 0.3s, background 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .accordion_list dt::before, .underlayer__content .accordion_list dt::after {
    width: 14px;
    right: 22px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .accordion_list dt::before, .underlayer__content .accordion_list dt::after {
    width: 15px;
    right: 27px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .accordion_list dt::before, .underlayer__content .accordion_list dt::after {
    width: 16px;
    right: 33px;
  }
}
.underlayer__content .accordion_list dt::before {
  transform: translateY(-50%);
}
.underlayer__content .accordion_list dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.underlayer__content .accordion_list dt.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}
.underlayer__content .accordion_list dt.is-active::after {
  transform: translateY(-50%) rotate(-180deg);
}
.underlayer__content .accordion_list dt span {
  display: block;
  padding-right: 40px;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .accordion_list dt span {
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .accordion_list dt span {
    padding-right: 65px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .accordion_list dt span {
    padding-right: 70px;
  }
}
.underlayer__content .accordion_list dt span::after {
  width: 26px;
  height: 26px;
  border: 1px solid #222222;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: border 0.3s, background 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .accordion_list dt span::after {
    width: 28px;
    height: 28px;
    right: 15px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .accordion_list dt span::after {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .accordion_list dt span::after {
    width: 32px;
    height: 32px;
    right: 25px;
  }
}
.underlayer__content .accordion_list dd {
  line-height: 1.85;
  display: none;
  padding: 0 0 25px 0;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .accordion_list dd {
    padding: 0 60px 26px 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .accordion_list dd {
    padding: 0 60px 28px 15px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .accordion_list dd {
    padding: 0 60px 35px 20px;
  }
}
.underlayer__content .parts_item_list__item {
  padding-block: 12px;
  border-bottom: 1px solid #d0d2d5;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .parts_item_list__item {
    padding-block: 18px;
    display: flex;
  }
}
.underlayer__content .parts_item_list__item dt {
  font-weight: 700;
  width: 11em;
  flex-shrink: 0;
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .parts_item_list__item dt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .parts_item_list__item dd {
    font-size: 1.6rem;
  }
}
.underlayer__content .parts_item_list__notes {
  font-size: 1.1rem;
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .parts_item_list__notes {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .parts_item_list__notes {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
.underlayer__content .nextPage {
  width: calc(100% - 40px);
  max-width: 1416px;
  margin: 60px auto 0 auto;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .nextPage {
    width: calc(100% - 50px);
    margin: 70px auto 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .nextPage {
    width: calc(100% - 60px);
    margin: 85px auto 0 auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .nextPage {
    width: calc(100% - 70px);
    margin: 100px auto 0 auto;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .nextPage {
    width: calc(100% - 80px);
    margin: 110px auto 0 auto;
  }
}
.underlayer__content .nextPage a {
  display: block;
  padding: 30px 15px 30px 20px;
  background: #ffe9e0;
  background: linear-gradient(-90deg, rgb(255, 233, 224) 0%, rgb(255, 224, 224) 100%);
  position: relative;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .nextPage a {
    padding: 45px 30px 45px 35px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .nextPage a {
    padding: 55px 45px 55px 50px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .nextPage a {
    padding: 65px 60px 65px 60px;
  }
}
@media (hover: hover) {
  .underlayer__content .nextPage a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.underlayer__content .nextPage a::before {
  width: 30px;
  height: 2px;
  background-color: #EA434B;
  top: 50%;
  left: -10px;
  z-index: 2;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .nextPage a::before {
    width: 45px;
    left: -13px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .nextPage a::before {
    width: 60px;
    left: -15px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .nextPage a::before {
    width: 70px;
    left: -17px;
  }
}
.underlayer__content .nextPage a::after {
  width: 100%;
  height: 100%;
  background: #ffe9e0;
  background: linear-gradient(-90deg, rgb(255, 233, 224) 0%, rgb(255, 224, 224) 100%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.underlayer__content .nextPage .nextPage_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .nextPage .nextPage_inner {
    gap: 20px;
    padding-left: 19px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .nextPage .nextPage_inner {
    gap: 25px;
    padding-left: 23px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .nextPage .nextPage_inner {
    gap: 30px;
    padding-left: 27px;
  }
}
.underlayer__content .nextPage .nextPage_inner::before, .underlayer__content .nextPage .nextPage_inner::after {
  top: 50%;
  transform: translateY(-50%);
}
.underlayer__content .nextPage .nextPage_inner::before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(10deg, rgb(251, 144, 88) 0%, rgb(250, 109, 115) 50%, rgb(227, 27, 35) 100%);
  right: 0;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .nextPage .nextPage_inner::before {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .nextPage .nextPage_inner::before {
    width: 45px;
    height: 45px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .nextPage .nextPage_inner::before {
    width: 50px;
    height: 50px;
  }
}
.underlayer__content .nextPage .nextPage_inner::after {
  width: 6px;
  height: 9px;
  background-color: #FFF;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 14px;
  z-index: 1;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .nextPage .nextPage_inner::after {
    width: 7px;
    height: 10px;
    right: 16px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .nextPage .nextPage_inner::after {
    right: 18px;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .nextPage .nextPage_inner::after {
    width: 8px;
    height: 11px;
    right: 20px;
  }
}
.underlayer__content .nextPage .nextPage_inner p {
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.underlayer__content .nextPage .nextPage_inner .nextPage__engname {
  font-size: 3rem;
  color: #EA434B;
  letter-spacing: 0;
  width: 100%;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .nextPage .nextPage_inner .nextPage__engname {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .nextPage .nextPage_inner .nextPage__engname {
    font-size: 4.4rem;
    width: auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .nextPage .nextPage_inner .nextPage__engname {
    font-size: 5.9rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .nextPage .nextPage_inner .nextPage__engname {
    font-size: 6.9rem;
  }
}
.underlayer__content .nextPage .nextPage_inner .nextPage__name {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 321px) {
  .underlayer__content .nextPage .nextPage_inner .nextPage__name {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer__content .nextPage .nextPage_inner .nextPage__name {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer__content .nextPage .nextPage_inner .nextPage__name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .underlayer__content .nextPage .nextPage_inner .nextPage__name {
    font-size: 1.9rem;
  }
}

.page_company .catch_copy {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 321px) {
  .page_company .catch_copy {
    font-size: 2rem;
    margin-bottom: 40px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .page_company .catch_copy {
    font-size: 2.2rem;
    margin-bottom: 60px !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .catch_copy {
    font-size: 2.5rem;
    margin-bottom: 60px !important;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .catch_copy {
    font-size: 3rem;
    margin-bottom: 87px !important;
  }
}
.page_company .intro_blk {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 2vw;
}
@media print, screen and (min-width: 768px) {
  .page_company .intro_blk {
    padding-top: 4vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .intro_blk {
    flex-direction: row;
    margin-right: calc(50% - 50vw);
  }
}
.page_company .intro_blk__content {
  display: contents;
}
@media print, screen and (min-width: 1000px) {
  .page_company .intro_blk__content {
    display: flex;
    flex-direction: column;
    width: 40%;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .intro_blk__content {
    width: 35%;
  }
}
.page_company .intro_blk__title {
  position: absolute;
  top: -2.8vw;
  left: 1vw;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 9.3vw;
  line-height: 1;
  color: rgba(234, 67, 75, 0.4);
  z-index: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .page_company .intro_blk__title {
    top: -1.6vw;
    font-size: 11vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .intro_blk__title {
    position: relative;
    top: -40px;
    left: -2vw;
    font-size: 9rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .intro_blk__title {
    left: -2.5vw;
    font-size: min(7vw, 10rem);
  }
}
@media print, screen and (min-width: 1400px) {
  .page_company .intro_blk__title {
    top: -50px;
    left: -5vw;
    font-size: min(7.2vw, 13rem);
  }
}
.page_company .intro_blk__text {
  margin-top: auto;
  padding-top: 30px;
  font-size: 1.4rem;
  line-height: 2.1;
}
@media print, screen and (min-width: 1000px) {
  .page_company .intro_blk__text {
    font-size: 1.6rem;
    padding-top: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .intro_blk__text {
    padding-top: 40px;
    padding-right: 55px;
  }
}
@media print, screen and (min-width: 1320px) {
  .page_company .intro_blk__text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .intro_blk__img {
    width: 60%;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .intro_blk__img {
    width: 65%;
  }
}
.page_company .intro_blk__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_company .philosophy_blk {
  margin-top: 50px;
  padding-block: 50px;
  background: #F2F2F2;
}
@media print, screen and (min-width: 1000px) {
  .page_company .philosophy_blk {
    margin-top: 120px;
    padding-block: 100px;
  }
}
.page_company .philosophy_blk__title {
  text-align: center;
}
.page_company .philosophy_blk__title .sub {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #EA434B;
  line-height: 1;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1220px) {
  .page_company .philosophy_blk__title .sub {
    font-size: 1.6rem;
  }
}
.page_company .philosophy_blk__title .main {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 1220px) {
  .page_company .philosophy_blk__title .main {
    padding-top: 5px;
    font-size: 3rem;
  }
}
.page_company .philosophy_blk__catch {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.page_company .philosophy_blk__catch span {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 15px 7px 15px;
}
@media print, screen and (min-width: 321px) {
  .page_company .philosophy_blk__catch span {
    padding: 0 20px 7px 20px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .philosophy_blk__catch span {
    font-size: 4.1rem;
    padding: 3px 24px 8px 24px;
  }
}
.page_company .philosophy_blk__catch span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 17px;
  border-top: 3px solid #EA434B;
  border-left: 3px solid #EA434B;
}
.page_company .philosophy_blk__catch span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 17px;
  border-bottom: 3px solid #f66;
  border-right: 3px solid #f66;
}
.page_company .philosophy_blk__text {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1000px) {
  .page_company .philosophy_blk__text {
    margin-top: 30px;
    margin-bottom: 50px !important;
    font-size: 1.6rem;
  }
}
.page_company .philosophy_blk__points {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media print, screen and (min-width: 1000px) {
  .page_company .philosophy_blk__points {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .philosophy_blk__points {
    gap: 35px;
  }
}
.page_company .philosophy_blk__points .card {
  background: #FFF;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_company .philosophy_blk__points .card {
    padding: 30px 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .philosophy_blk__points .card {
    padding: 25px 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .philosophy_blk__points .card {
    padding: 30px 40px;
  }
}
.page_company .philosophy_blk__points .card h3 {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.page_company .philosophy_blk__points .card h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: #EA434B;
}
@media print, screen and (min-width: 768px) {
  .page_company .philosophy_blk__points .card h3 {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .philosophy_blk__points .card h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .philosophy_blk__points .card h3 {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .philosophy_blk__points .card p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .philosophy_blk__points .card p {
    font-size: 1.6rem;
  }
}
.page_company .strength_blk {
  padding-block: 50px 0;
}
@media print, screen and (min-width: 1000px) {
  .page_company .strength_blk {
    padding-block: 100px 40px;
  }
}
.page_company .strength_blk_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media print, screen and (min-width: 1000px) {
  .page_company .strength_blk_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .strength_blk_grid {
    gap: 100px 40px;
    margin-top: 70px;
  }
}
.page_company .strength_blk_grid .grid_item__img {
  position: relative;
}
.page_company .strength_blk_grid .grid_item__img .number {
  position: absolute;
  left: 10px;
  top: -0.5em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #EA434B;
  line-height: 1;
  font-size: 2.6rem;
}
@media print, screen and (min-width: 1000px) {
  .page_company .strength_blk_grid .grid_item__img .number {
    font-size: 4.1rem;
  }
}
.page_company .strength_blk_grid .grid_item__title {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #EA434B;
}
@media print, screen and (min-width: 768px) {
  .page_company .strength_blk_grid .grid_item__title {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_company .strength_blk_grid .grid_item__title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .strength_blk_grid .grid_item__title {
    font-size: 2.4rem;
    margin-top: 25px;
  }
}
.page_company .strength_blk_grid .grid_item__text {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .page_company .strength_blk_grid .grid_item__text {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .strength_blk_grid .grid_item__text {
    font-size: 1.5rem;
  }
}
.page_company .bnr_blk {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .page_company .bnr_blk {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .bnr_blk {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .bnr_blk {
    margin-top: 50px;
  }
}
.page_company .bnr_blk .hk_project {
  width: 100%;
  max-width: 846px;
  display: block;
  margin: 30px auto 0 auto;
}
@media (hover: hover) {
  .page_company .bnr_blk .hk_project:where(:any-link, :enabled, summary, span, dt, div):hover img {
    transform: scale(1.05);
  }
}
@media print, screen and (min-width: 768px) {
  .page_company .bnr_blk .hk_project {
    margin: 35px auto 0 auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_company .bnr_blk .hk_project {
    margin: 40px auto 0 auto;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_company .bnr_blk .hk_project {
    margin: 45px auto 0 auto;
  }
}
.page_company .bnr_blk .hk_project img {
  width: 100%;
  transition: transform 0.3s;
}

.page_message .content__blk:not(:last-child) {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .page_message .content__blk:not(:last-child) {
    margin-bottom: 57px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_message .content__blk:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_message .content__blk:not(:last-child) {
    margin-bottom: 70px;
  }
}
.page_message .signature__name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .page_message .signature__name {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_message .signature__name {
    gap: 14px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_message .signature__name {
    gap: 15px;
    margin-bottom: 25px;
  }
}
.page_message .signature__name dt {
  font-weight: normal;
  line-height: 1.46;
}
.page_message .signature__name dd {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .page_message .signature__name dd {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_message .signature__name dd {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_message .signature__name dd {
    font-size: 2.8rem;
  }
}
.page_message .signature__date {
  font-size: 1.2rem;
  color: #939393;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .page_message .signature__date {
    font-size: 1.3rem;
  }
}

.page_office .content__lead p {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.66;
}
@media print, screen and (min-width: 321px) {
  .page_office .content__lead p {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_office .content__lead p {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .content__lead p {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .content__lead p {
    font-size: 3rem;
  }
}
.page_office .content__lead p img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 30px auto 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_office .content__lead p img {
    margin: 35px auto 0 auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .content__lead p img {
    margin: 40px auto 0 auto;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .content__lead p img {
    margin: 45px auto 0 auto;
  }
}
.page_office .content__blk .page_inner_l {
  padding-top: 45px;
  padding-bottom: 80px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .page_office .content__blk .page_inner_l {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_office .content__blk .page_inner_l {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .content__blk .page_inner_l {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .content__blk .page_inner_l {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.page_office .content__blk p {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .page_office .content__blk p {
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .content__blk p {
    margin-bottom: 37px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .content__blk p {
    margin-bottom: 40px;
  }
}
.page_office .office_slider .splide__track {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .page_office .office_slider .splide__track {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .office_slider .splide__track {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .office_slider .splide__track {
    margin-bottom: 70px;
  }
}
.page_office .office_slider .splide__slide {
  border-radius: 20px;
  overflow: hidden;
}
.page_office .office_slider .splide__slide img {
  width: 100%;
  max-width: initial;
}
.page_office .office_slider .arrows_pagination {
  width: 140px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .page_office .office_slider .arrows_pagination {
    width: 190px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .office_slider .arrows_pagination {
    width: 230px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .office_slider .arrows_pagination {
    width: 270px;
  }
}
.page_office .office_slider .splide__arrows {
  width: 100%;
  top: 50%;
  left: 0;
}
.page_office .office_slider .splide__arrows button {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .page_office .office_slider .splide__arrows button {
    width: 38px;
    height: 38px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .office_slider .splide__arrows button {
    width: 43px;
    height: 43px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .office_slider .splide__arrows button {
    width: 48px;
    height: 48px;
  }
}
.page_office .office_slider .splide__arrows button::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(10deg, rgb(251, 144, 88) 0%, rgb(250, 109, 115) 50%, rgb(227, 27, 35) 100%);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.page_office .office_slider .splide__arrows button::after {
  width: 6px;
  height: 8px;
  background-color: #FFF;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 768px) {
  .page_office .office_slider .splide__arrows button::after {
    width: 7px;
    height: 9px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .office_slider .splide__arrows button::after {
    width: 8px;
    height: 10px;
  }
}
.page_office .office_slider .splide__arrows button svg {
  display: none;
}
.page_office .office_slider .splide__arrows .splide__arrow--prev {
  left: 0;
}
@media (hover: hover) {
  .page_office .office_slider .splide__arrows .splide__arrow--prev:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    transform: scale(1.1);
  }
  .page_office .office_slider .splide__arrows .splide__arrow--prev:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translate(-3px, -50%);
  }
}
.page_office .office_slider .splide__arrows .splide__arrow--prev::after {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: 13px;
}
@media print, screen and (min-width: 768px) {
  .page_office .office_slider .splide__arrows .splide__arrow--prev::after {
    left: 14px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .office_slider .splide__arrows .splide__arrow--prev::after {
    left: 16px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .office_slider .splide__arrows .splide__arrow--prev::after {
    left: 19px;
  }
}
.page_office .office_slider .splide__arrows .splide__arrow--next {
  right: 0;
}
@media (hover: hover) {
  .page_office .office_slider .splide__arrows .splide__arrow--next:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    transform: scale(1.1);
  }
  .page_office .office_slider .splide__arrows .splide__arrow--next:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translate(3px, -50%);
  }
}
.page_office .office_slider .splide__arrows .splide__arrow--next::after {
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  left: 15px;
}
@media print, screen and (min-width: 768px) {
  .page_office .office_slider .splide__arrows .splide__arrow--next::after {
    left: 17px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .office_slider .splide__arrows .splide__arrow--next::after {
    left: 19px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .office_slider .splide__arrows .splide__arrow--next::after {
    left: 22px;
  }
}
.page_office .office_slider .splide__pagination {
  gap: 10px;
  position: relative;
  z-index: 1;
}
.page_office .office_slider .splide__pagination button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c7c7c7;
  transition: background-color 0.3s;
}
.page_office .office_slider .splide__pagination button.is-active {
  background-color: #EA434B;
}
@media (hover: hover) {
  .page_office .office_slider .splide__pagination button:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #EA434B;
  }
}
.page_office .balloon {
  position: absolute;
  bottom: 200px;
  z-index: 2;
  width: min(35vw, 214px);
  bottom: 120px;
}
@media print, screen and (min-width: 768px) {
  .page_office .balloon {
    bottom: 12.5vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .balloon {
    width: 260px;
    bottom: 11vw;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .balloon {
    bottom: 140px;
  }
}
.page_office .balloon img {
  width: 100%;
}
.page_office .balloon.left {
  left: calc(50% - 27vw);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 1220px) {
  .page_office .balloon.left {
    left: calc(50% - 360px);
  }
}
.page_office .balloon.right {
  right: calc(50% - 27vw);
  transform: translateX(50%);
}
@media print, screen and (min-width: 1220px) {
  .page_office .balloon.right {
    right: calc(50% - 360px);
  }
}
.page_office .character {
  bottom: 0;
  z-index: 2;
}
.page_office .character img {
  width: 100%;
}
.page_office .office1 .character {
  width: 55.9%;
  left: -22.49%;
}
@media print, screen and (min-width: 400px) {
  .page_office .office1 .character {
    left: -16.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .page_office .office1 .character {
    width: 26.9%;
    left: -8.49%;
  }
}
.page_office .office2 .character {
  width: 44.76%;
  right: -14.76%;
}
@media print, screen and (min-width: 768px) {
  .page_office .office2 .character {
    width: 19.76%;
    right: -4.76%;
  }
}
.page_office .office3 .character {
  width: 65.8%;
  left: -20.93%;
}
@media print, screen and (min-width: 768px) {
  .page_office .office3 .character {
    width: 29.8%;
    left: -7.93%;
  }
}
.page_office .office4 .character {
  width: 52.17%;
  right: -19%;
}
@media print, screen and (min-width: 768px) {
  .page_office .office4 .character {
    width: 23.17%;
    right: -5%;
  }
}
.page_office .office5 .character {
  width: 64.57%;
  left: -20.53%;
}
@media print, screen and (min-width: 768px) {
  .page_office .office5 .character {
    width: 28.57%;
    left: -7.53%;
  }
}
.page_office .nextPage {
  margin-top: 30px;
}
@media print, screen and (min-width: 321px) {
  .page_office .nextPage {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_office .nextPage {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_office .nextPage {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_office .nextPage {
    margin-top: 50px;
  }
}

.page_service .mission__title {
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #e31b23 0%, #fa6d73 40%, #fb9058 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media print, screen and (min-width: 321px) {
  .page_service .mission__title {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_service .mission__title {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .mission__title {
    font-size: 8.6rem;
  }
}
.page_service .mission__catch {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 16px !important;
}
@media print, screen and (min-width: 321px) {
  .page_service .mission__catch {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_service .mission__catch {
    font-size: 2.5rem;
    margin-top: 25px;
    margin-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .mission__catch {
    margin-top: 40px;
    margin-bottom: 30px !important;
    font-size: 3rem;
  }
}
.page_service .service {
  position: relative;
  margin-top: 60px;
  padding-block: 50px;
  background: linear-gradient(90deg, #fdf3ee 0%, #fbeaeb 100%);
}
@media print, screen and (min-width: 768px) {
  .page_service .service {
    margin-top: 80px;
    padding-block: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .service {
    margin-top: 120px;
    padding-block: 100px;
  }
}
.page_service .service__title {
  position: absolute;
  top: max(-5vw, -24px);
  left: 50%;
  transform: translateX(-50%);
  width: min(80vw, 396px);
  max-width: 100%;
  padding-inline: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_service .service__title {
    top: -24px;
    width: 396px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .service__title {
    top: -32px;
    width: 526px;
  }
}
.page_service .service__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .page_service .service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .service__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page_service .service__list .card {
  padding: 20px;
  background: #FFF;
}
@media print, screen and (min-width: 1220px) {
  .page_service .service__list .card {
    padding: 25px 30px;
  }
}
.page_service .service__list .card h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .page_service .service__list .card h3 {
    font-size: 1.8rem;
  }
}
.page_service .service__list .card img {
  width: 100%;
}
.page_service .service__list .card p {
  margin-top: 16px;
}
@media print, screen and (min-width: 1000px) {
  .page_service .service__list .card p {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
.page_service .service__notes {
  text-align: center;
  margin-top: 20px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .page_service .service__notes {
    margin-top: 40px;
    font-size: 1.3rem;
  }
}
.page_service .note_blk {
  padding-block: 50px;
}
@media print, screen and (min-width: 768px) {
  .page_service .note_blk {
    padding-block: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .note_blk {
    padding-block: 100px;
  }
}
.page_service .note_blk .parts_requirements_list {
  justify-content: center;
}
@media print, screen and (min-width: 1220px) {
  .page_service .note_blk .parts_requirements_list {
    max-width: 1000px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_service .note_blk .parts_requirements_list li a {
  padding-block: 20px;
}
@media print, screen and (min-width: 1000px) {
  .page_service .note_blk .parts_requirements_list li a {
    padding-block: 30px;
    font-size: 2rem;
  }
}
.page_service .note_blk__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
  .page_service .note_blk__title {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .note_blk__title {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_service .note_blk__title {
    margin-bottom: 28px;
  }
}
.page_service .note_blk__title img {
  width: 111px;
}
@media print, screen and (min-width: 768px) {
  .page_service .note_blk__title img {
    width: 123px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .note_blk__title img {
    width: 135px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_service .note_blk__title img {
    width: 147px;
  }
}
.page_service .note_blk__title span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page_service .note_blk__title span {
    font-size: 1.9rem;
    gap: 18px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .note_blk__title span {
    font-size: 2.1rem;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_service .note_blk__title span {
    font-size: 2.3rem;
  }
}
.page_service .note_blk__text {
  margin-bottom: 20px !important;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_service .note_blk__text {
    margin-bottom: 35px !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .note_blk__text {
    margin-bottom: 35px !important;
  }
}
.page_service .separate_img img {
  width: 100%;
}
.page_service .job_introduction {
  padding-block: 50px 0;
}
@media print, screen and (min-width: 768px) {
  .page_service .job_introduction {
    padding-block: 80px 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .job_introduction {
    padding-block: 100px 40px;
  }
}
.page_service .job_introduction__item {
  background: #F2F2F2;
  padding: 20px;
  border-radius: 8px;
}
@media print, screen and (min-width: 1000px) {
  .page_service .job_introduction__item {
    padding: 45px 40px;
    border-radius: 16px;
  }
}
.page_service .job_introduction__item + .job_introduction__item {
  margin-top: 20px;
}
@media print, screen and (min-width: 1000px) {
  .page_service .job_introduction__item + .job_introduction__item {
    margin-top: 40px;
  }
}
.page_service .job_introduction__item .group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 1000px) {
  .page_service .job_introduction__item .group {
    flex-direction: row;
    gap: 40px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .job_introduction__item .img {
    width: 40%;
  }
}
.page_service .job_introduction__item .img img {
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .page_service .job_introduction__item .content {
    width: 60%;
  }
}
.page_service .job_introduction__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #EA434B;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page_service .job_introduction__item .title {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .job_introduction__item .title {
    font-size: 2.4rem;
  }
}
.page_service .job_introduction__item .text {
  margin-top: 15px;
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 768px) {
  .page_service .job_introduction__item .text {
    margin-top: 20px;
    margin-bottom: 35px !important;
  }
}
.page_service .job_introduction__item .working_style {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 16px 20px;
  background: #FFF;
  border-radius: 10px;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page_service .job_introduction__item .working_style {
    flex-direction: row;
    gap: 0;
    padding: 20px 26px;
    align-items: center;
  }
}
.page_service .job_introduction__item .working_style dt {
  color: #EA434B;
  flex-shrink: 0;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .page_service .job_introduction__item .working_style dt {
    font-size: 1.8rem;
    padding-right: 26px;
    border-right: 1px solid #EA434B;
  }
}
@media print, screen and (min-width: 768px) {
  .page_service .job_introduction__item .working_style dd {
    padding-left: 26px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_service .job_introduction__item .working_style dd {
    font-size: 1.5rem;
  }
}

.page_schedule .schedule_intro_blk {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_intro_blk {
    flex-direction: row;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_schedule .schedule_intro_blk {
    gap: 40px;
  }
}
.page_schedule .schedule_intro_blk__catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .page_schedule .schedule_intro_blk__catch {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_intro_blk__catch {
    width: 43%;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_schedule .schedule_intro_blk__catch {
    font-size: 3rem;
  }
}
.page_schedule .schedule_intro_blk__catch span {
  color: #EA434B;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_intro_blk__text {
    width: 57%;
  }
}
.page_schedule .salary_blk {
  margin-top: 40px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .salary_blk {
    margin-top: 90px;
  }
}
.page_schedule .salary_blk .text {
  margin-bottom: 10px;
}
.page_schedule .salary_blk .notes {
  font-size: 1.3rem;
}
.page_schedule .salary_blk .salary_blk__flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 48px;
}
@media print, screen and (min-width: 768px) {
  .page_schedule .salary_blk .salary_blk__flex {
    flex-direction: row;
    gap: 54px;
  }
}
.page_schedule .salary_blk .salary_blk__flex_item {
  flex: 1;
}
.page_schedule .salary_blk .salary_blk__flex_item .amount {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .page_schedule .salary_blk .salary_blk__flex_item .amount {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .salary_blk .salary_blk__flex_item .amount {
    font-size: 2.1rem;
  }
}
.page_schedule .salary_blk .salary_blk__flex_item .amount strong {
  position: relative;
  top: 3px;
  padding-inline: 5px;
  display: inline-block;
  color: #EA434B;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page_schedule .salary_blk .salary_blk__flex_item .amount strong {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .salary_blk .salary_blk__flex_item .amount strong {
    font-size: 5rem;
  }
}
.page_schedule .schedule_head_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: no-repeat center center;
  background-size: cover;
  color: #FFF;
  padding-block: 50px 100px;
  margin-top: 50px;
}
.page_schedule .schedule_head_title.bg01 {
  background-image: url(../img/schedule/schedule01_bg.jpg);
}
.page_schedule .schedule_head_title.bg02 {
  background-image: url(../img/schedule/schedule02_bg.jpg);
}
.page_schedule .schedule_head_title.bg03 {
  background-image: url(../img/schedule/schedule03_bg.jpg);
}
@media print, screen and (min-width: 768px) {
  .page_schedule .schedule_head_title {
    padding-block: 80px 160px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_head_title {
    padding-block: 120px 240px;
    margin-top: 88px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_schedule .schedule_head_title {
    padding-block: 150px 300px;
    margin-top: 116px;
  }
}
.page_schedule .schedule_head_title .title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .page_schedule .schedule_head_title .title {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_head_title .title {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_schedule .schedule_head_title .title {
    font-size: 4rem;
  }
}
.page_schedule .schedule_head_title .title .en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page_schedule .schedule_head_title .title .en {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_head_title .title .en {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_schedule .schedule_head_title .title .en {
    font-size: 2.6rem;
  }
}
.page_schedule .schedule_content {
  background: #F2F2F2;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_content {
    padding-bottom: 100px;
  }
}
.page_schedule .schedule_content__inner {
  background: #FFF;
  margin-top: -70px;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_schedule .schedule_content__inner {
    margin-top: -120px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_content__inner {
    margin-top: -180px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_schedule .schedule_content__inner {
    margin-top: -230px;
    padding: 62px 58px;
  }
}
.page_schedule .schedule_flow {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow {
    gap: 20px;
  }
}
.page_schedule .schedule_flow__item {
  position: relative;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item {
    display: flex;
  }
}
.page_schedule .schedule_flow__item::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 40px);
  width: 1px;
  background: #EA434B;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item::after {
    left: 32px;
  }
}
.page_schedule .schedule_flow__item:first-of-type::after {
  height: 100%;
  top: 0;
  transform: translateY(0);
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item:first-of-type::after {
    height: calc((100% - 0.5em) / 2 + 20px);
    top: calc((100% - 0.5em) / 2);
  }
}
.page_schedule .schedule_flow__item:last-of-type::after {
  height: 100%;
  top: 0;
  transform: translateY(0);
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item:last-of-type::after {
    height: calc((100% - 0.5em) / 2 + 20px);
  }
}
.page_schedule .schedule_flow__item.mt_m {
  margin-top: 15px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item.mt_m {
    margin-top: 30px;
  }
}
.page_schedule .schedule_flow__item.mt_m::after {
  height: calc(100% + 70px);
}
.page_schedule .schedule_flow__item.mt_m:last-of-type::after {
  top: -15px;
  height: calc(100% + 15px);
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item.mt_m:last-of-type::after {
    top: -30px;
    height: calc((100% - 0.5em) / 2 + 50px);
  }
}
.page_schedule .schedule_flow__item .time {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #EA434B;
  flex-shrink: 0;
  background: #FFF;
  padding-block: 10px;
  z-index: 1;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item .time {
    font-size: 2.4rem;
    width: calc(2.8em + 30px);
    padding-right: 30px;
    text-align: center;
  }
}
.page_schedule .schedule_flow__item .time::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #EA434B;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item .time::after {
    width: 17px;
    height: 17px;
    left: auto;
    bottom: auto;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page_schedule .schedule_flow__item .time.none {
  padding: 0;
}
.page_schedule .schedule_flow__item .content {
  width: 100%;
  border-radius: 10px;
  background: #F2F2F2;
  padding: 20px 20px 20px 36px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item .content {
    padding: 20px 20px 20px 32px;
  }
}
.page_schedule .schedule_flow__item .content .title {
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_flow__item .content .title {
    font-size: 1.8rem;
  }
}
.page_schedule .schedule_pickup_point {
  padding-top: 50px;
  text-align: center;
}
@media print, screen and (min-width: 1220px) {
  .page_schedule .schedule_pickup_point {
    padding-top: 100px;
  }
}
.page_schedule .schedule_pickup_point__title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  padding-inline: 16px;
  padding-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_schedule .schedule_pickup_point__title {
    padding-inline: 20px;
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_pickup_point__title {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_schedule .schedule_pickup_point__title {
    font-size: 3.2rem;
  }
}
.page_schedule .schedule_pickup_point__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(-90deg, #fb9058 0%, #fa6d73 50%, #e31b23 100%);
}
.page_schedule .schedule_pickup_point__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #fa6d73;
  border-bottom: 0;
}
.page_schedule .schedule_pickup_point__title img {
  width: 38px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_pickup_point__title img {
    width: 51px;
  }
}
.page_schedule .schedule_pickup_point__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
  margin-top: 80px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_pickup_point__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    margin-top: 120px;
  }
}
.page_schedule .schedule_pickup_point__list .card {
  position: relative;
  border: 4px solid #d9dfe5;
  padding: 30px 15px 20px;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_pickup_point__list .card {
    padding: 50px 36px 38px;
  }
}
.page_schedule .schedule_pickup_point__list .number {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_pickup_point__list .number {
    top: -55px;
  }
}
.page_schedule .schedule_pickup_point__list .number span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #e31b23 0%, #fa6d73 40%, #fb9058 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_pickup_point__list .number span {
    font-size: 1.9rem;
  }
}
.page_schedule .schedule_pickup_point__list .number strong {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #e31b23 0%, #fa6d73 40%, #fb9058 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_pickup_point__list .number strong {
    font-size: 6rem;
  }
}
.page_schedule .schedule_pickup_point__list .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.page_schedule .schedule_pickup_point__list .text {
  margin-top: 9px;
  text-align: left;
}
@media print, screen and (min-width: 1000px) {
  .page_schedule .schedule_pickup_point__list .text {
    margin-top: 18px;
  }
}

@media print, screen and (min-width: 1000px) {
  .page_welfare .intro_blk {
    display: flex;
    gap: 50px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_welfare .intro_blk {
    gap: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .intro_blk__content {
    width: 45%;
  }
}
.page_welfare .intro_blk__content .catch01 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 321px) {
  .page_welfare .intro_blk__content .catch01 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .intro_blk__content .catch01 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_welfare .intro_blk__content .catch01 {
    font-size: 3rem;
  }
}
.page_welfare .intro_blk__content .catch02 {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #EA434B;
}
@media print, screen and (min-width: 321px) {
  .page_welfare .intro_blk__content .catch02 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .intro_blk__content .catch02 {
    font-size: 2rem;
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_welfare .intro_blk__content .catch02 {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
.page_welfare .intro_blk__content .text {
  margin-top: 20px;
}
.page_welfare .intro_blk__img {
  margin-top: 20px;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .intro_blk__img {
    margin-top: 0;
    width: 55%;
  }
}
.page_welfare .intro_blk__img img {
  width: 100%;
}
.page_welfare .flow_blk {
  margin-top: 50px;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk {
    margin-top: 84px;
  }
}
.page_welfare .flow_blk .heading_2 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk .heading_2 {
    margin-bottom: 50px;
  }
}
.page_welfare .flow_blk__item {
  display: flex;
  gap: 16px;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item {
    gap: 60px;
    margin-top: 0;
  }
}
.page_welfare .flow_blk__item:nth-of-type(1) .step::before {
  background: #fb9058;
}
.page_welfare .flow_blk__item:nth-of-type(1) .step strong {
  color: #fb9058;
}
.page_welfare .flow_blk__item:nth-of-type(2) .step::before {
  background: #fa6d73;
}
.page_welfare .flow_blk__item:nth-of-type(2) .step strong {
  color: #fa6d73;
}
.page_welfare .flow_blk__item:nth-of-type(3) .step::before {
  background: #e9424b;
}
.page_welfare .flow_blk__item:nth-of-type(3) .step strong {
  color: #e9424b;
}
.page_welfare .flow_blk__item:nth-of-type(4) .step::before {
  background: #a70505;
}
.page_welfare .flow_blk__item:nth-of-type(4) .step strong {
  color: #a70505;
}
.page_welfare .flow_blk__item:last-of-type .content {
  border-bottom: 1px solid #707070;
}
.page_welfare .flow_blk__item .step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Lato", sans-serif;
  line-height: 1;
  flex-shrink: 0;
  border-right: 2px solid #d0d2d5;
  padding-right: 10px;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .step {
    padding-right: 40px;
  }
}
.page_welfare .flow_blk__item .step::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  height: 30px;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .step::before {
    height: 50px;
  }
}
.page_welfare .flow_blk__item .step span {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .step span {
    font-size: 2.3rem;
  }
}
.page_welfare .flow_blk__item .step strong {
  font-size: 3rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .step strong {
    font-size: 6.4rem;
  }
}
.page_welfare .flow_blk__item .content {
  width: 100%;
  border-top: 1px solid #707070;
  padding-block: 16px 40px;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .content {
    padding-block: 30px 70px;
  }
}
.page_welfare .flow_blk__item .title {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .title {
    flex-direction: row;
    align-items: center;
    font-size: 2.9rem;
    gap: 24px;
  }
}
.page_welfare .flow_blk__item .title span {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  font-size: 1.4rem;
  flex-shrink: 0;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .title span {
    padding-top: 0;
    padding-left: 24px;
    border-left: 2px dotted #000;
    font-size: 1.6rem;
  }
}
.page_welfare .flow_blk__item .title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 1px;
  border-bottom: 1px dotted #000;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .title span::before {
    content: none;
  }
}
.page_welfare .flow_blk__item .text {
  margin-top: 20px;
}
.page_welfare .flow_blk__item .schedule {
  display: flex;
  flex-direction: column;
}
.page_welfare .flow_blk__item .schedule_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page_welfare .flow_blk__item .schedule_item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d2d5;
}
.page_welfare .flow_blk__item .schedule_item dt {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 1.6;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .schedule_item dt {
    gap: 15px;
    font-size: 1.8rem;
  }
}
.page_welfare .flow_blk__item .schedule_item dt span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  background: #EA434B;
  color: #FFF;
  padding: 3px 10px 5px;
  border-radius: 100px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk__item .schedule_item dt span {
    top: 1px;
    font-size: 1.5rem;
    padding: 3px 13px 5px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_welfare .flow_blk__item .schedule_item dd {
    font-size: 1.5rem;
  }
}
.page_welfare .flow_blk_notes {
  margin-top: 60px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #EA434B;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .page_welfare .flow_blk_notes {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .flow_blk_notes {
    font-size: 2.4rem;
  }
}
.page_welfare .benefits_blk {
  margin-top: 50px;
  padding-block: 50px;
  background: #F2F2F2;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .benefits_blk {
    margin-top: 120px;
    padding-block: 100px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .benefits_blk__group {
    display: flex;
    gap: 50px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_welfare .benefits_blk__group {
    gap: 120px;
  }
}
.page_welfare .benefits_blk__content {
  width: 100%;
}
.page_welfare .benefits_blk__img {
  flex-shrink: 0;
  margin-top: 30px;
}
@media print, screen and (min-width: 1000px) {
  .page_welfare .benefits_blk__img {
    margin-top: 0;
    width: 320px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_welfare .benefits_blk__img {
    width: 430px;
  }
}
.page_welfare .benefits_blk__img img {
  width: 100%;
}

.page_faq .content__blk:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .page_faq .content__blk:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_faq .content__blk:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_faq .content__blk:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_faq .content__blk:not(:last-child) {
    margin-bottom: 100px;
  }
}

.page_entry .mt_s {
  margin-top: 40px;
}
@media print, screen and (min-width: 1000px) {
  .page_entry .mt_s {
    margin-top: 60px;
  }
}
.page_entry .mt_m {
  margin-top: 45px;
}
@media print, screen and (min-width: 1000px) {
  .page_entry .mt_m {
    margin-top: 75px;
  }
}
.page_entry .content__blk:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .page_entry .content__blk:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_entry .content__blk:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_entry .content__blk:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_entry .content__blk:not(:last-child) {
    margin-bottom: 100px;
  }
}
.page_entry .catch_copy {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 321px) {
  .page_entry .catch_copy {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_entry .catch_copy {
    font-size: 2.2rem;
    margin-bottom: 30px !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_entry .catch_copy {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_entry .catch_copy {
    font-size: 3rem;
  }
}
.page_entry .faq_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 20px;
}
@media print, screen and (min-width: 768px) {
  .page_entry .faq_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1000px) {
  .page_entry .faq_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_entry .faq_list {
    gap: 25px;
  }
}
.page_entry .faq_list .card {
  position: relative;
  border: 1px solid #EA434B;
  padding: 20px 15px;
}
.page_entry .faq_list .card::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  height: 36px;
  background: url(../img/entry/faq_list_card_bottom.png) no-repeat center center;
  background-size: auto 36px;
}
.page_entry .faq_list .card .title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media print, screen and (min-width: 1000px) {
  .page_entry .faq_list .card .title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_entry .faq_list .card .title {
    font-size: 1.7rem;
  }
}
.page_entry .faq_list .card p {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1220px) {
  .page_entry .faq_list .card p {
    font-size: 1.4rem;
  }
}
.page_entry .faq_list .card p + p {
  margin-top: 6px;
}
.page_entry .entry_flow_blk {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media print, screen and (min-width: 768px) {
  .page_entry .entry_flow_blk {
    gap: 35px;
  }
}
.page_entry .entry_flow_blk__item {
  position: relative;
  background: #f2f2f2;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .page_entry .entry_flow_blk__item {
    padding: 24px 40px;
  }
}
.page_entry .entry_flow_blk__item:last-of-type::after {
  content: none;
}
.page_entry .entry_flow_blk__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 12px solid #d0d2d5;
  border-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .page_entry .entry_flow_blk__item::after {
    border-right: 46px solid transparent;
    border-left: 46px solid transparent;
    border-top: 16px solid #d0d2d5;
    bottom: -27px;
  }
}
.page_entry .entry_flow_blk__item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #EA434B;
}
@media print, screen and (min-width: 768px) {
  .page_entry .entry_flow_blk__item .title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_entry .entry_flow_blk__item .title {
    font-size: 2.4rem;
  }
}
.page_entry .entry_flow_blk__item .title span {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .page_entry .entry_flow_blk__item .title span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_entry .entry_flow_blk__item .title span {
    font-size: 2.1rem;
  }
}
.page_entry .contact_blk {
  position: relative;
  background: linear-gradient(90deg, #5f6a79 0%, #3e4d60 100%);
  color: #fff;
  padding-block: 60px 50px;
}
@media print, screen and (min-width: 1000px) {
  .page_entry .contact_blk {
    padding-block: 120px 75px;
  }
}
.page_entry .contact_blk .contact_blk__bg {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 40px;
  font-family: "Lato", sans-serif;
  font-size: 76px;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page_entry .contact_blk .contact_blk__bg {
    top: 38px;
    font-size: 100px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_entry .contact_blk .contact_blk__bg {
    top: 84px;
    font-size: 150px;
  }
}
@media print, screen and (min-width: 1220px) {
  .page_entry .contact_blk .contact_blk__bg {
    top: 80px;
    font-size: 200px;
  }
}
.page_entry .contact_blk .contact_blk__title {
  position: relative;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 321px) {
  .page_entry .contact_blk .contact_blk__title {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_entry .contact_blk .contact_blk__title {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_entry .contact_blk .contact_blk__title {
    font-size: 8.6rem;
  }
}
.page_entry .contact_blk .contact_blk__text {
  position: relative;
  text-align: center;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media print, screen and (min-width: 321px) {
  .page_entry .contact_blk .contact_blk__text {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_entry .contact_blk .contact_blk__text {
    font-size: 1.8rem;
  }
}
.page_entry .contact_blk .btn_wrap {
  position: relative;
  text-align: center;
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .page_entry .contact_blk .btn_wrap {
    margin-top: 30px;
  }
}
.page_entry .contact_blk .btn {
  display: inline-block;
  background: linear-gradient(-45deg, rgb(251, 144, 88), rgb(250, 109, 115), rgb(227, 27, 35), rgb(250, 109, 115), rgb(251, 144, 88)) 0 50%/200% 100%;
  background-position: 100% 50%;
  transition: background-position 0.3s;
  padding: 15px 15px 17px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .page_entry .contact_blk .btn {
    width: auto;
    padding: 20px;
    min-width: 570px;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .page_entry .contact_blk .btn:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-position: 0% 50%;
  }
}
.page_entry .contact_blk .btn span {
  display: block;
  position: relative;
  padding-inline: 20px;
}
.page_entry .contact_blk .btn span::before, .page_entry .contact_blk .btn span::after {
  transition: background 0.3s, transform 0.3s;
}
.page_entry .contact_blk .btn span::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .page_entry .contact_blk .btn span::before {
    width: 24px;
    height: 24px;
    right: 0;
  }
}
.page_entry .contact_blk .btn span::after {
  width: 5px;
  height: 6px;
  display: block;
  background-color: #EA434B;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .page_entry .contact_blk .btn span::after {
    right: 9px;
  }
}
.page_entry .contact_blk .tel_list_blk {
  border: 1px solid #b8c1ce;
  margin-top: 40px;
  padding: 30px 20px;
}
@media print, screen and (min-width: 1000px) {
  .page_entry .contact_blk .tel_list_blk {
    padding: 32px 86px 40px;
    margin-top: 50px;
  }
}
.page_entry .contact_blk .tel_list_blk .text {
  text-align: center;
}
@media print, screen and (min-width: 1220px) {
  .page_entry .contact_blk .tel_list_blk .text {
    font-size: 1.6rem;
  }
}
.page_entry .contact_blk .tel_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media print, screen and (min-width: 1000px) {
  .page_entry .contact_blk .tel_list {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.page_entry .contact_blk .tel_list li {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .page_entry .contact_blk .tel_list li {
    width: calc((100% - 40px) / 3);
  }
}
@media print, screen and (min-width: 1320px) {
  .page_entry .contact_blk .tel_list li {
    width: calc((100% - 40px) / 3);
  }
}
.page_entry .contact_blk .tel_list li > a,
.page_entry .contact_blk .tel_list li > span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #596b81;
  padding: 15px 10px;
}
.page_entry .contact_blk .tel_list li > a > span,
.page_entry .contact_blk .tel_list li > span > span {
  display: block;
  line-height: 1.4;
  font-size: 1.3rem;
}
.page_entry .contact_blk .tel_list li > a > span strong,
.page_entry .contact_blk .tel_list li > span > span strong {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}
@media print, screen and (min-width: 1000px) {
  .page_entry .contact_blk .tel_list li > a > span strong,
  .page_entry .contact_blk .tel_list li > span > span strong {
    font-size: 1.65rem;
  }
}
.page_entry .contact_blk .tel_list li > a > strong,
.page_entry .contact_blk .tel_list li > span > strong {
  display: block;
  margin-top: 4px;
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page_entry .contact_blk .tel_list li > a > strong,
  .page_entry .contact_blk .tel_list li > span > strong {
    margin-top: 8px;
    font-size: 3.3rem;
  }
}
.page_entry .contact_blk .tel_list li > a a,
.page_entry .contact_blk .tel_list li > span a {
  text-decoration: underline;
}

.page_requirements .note_blk {
  padding-block: 50px 0;
}
@media print, screen and (min-width: 768px) {
  .page_requirements .note_blk {
    padding-block: 80px 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .page_requirements .note_blk {
    padding-block: 100px 0;
  }
}
.page_requirements .note_blk .note__modal_open {
  margin-left: 0;
}

a.text_link {
  color: #66f;
}
a.text_link[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  a.text_link:hover {
    text-decoration: none;
  }
}

.text_red {
  color: #CA2020;
}

.form_contents h2 {
  background: #f8f8f8;
  font-size: 2rem;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form_template_header {
  height: 120px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../img/common/bg_border.png) center center;
  background-size: 45px 45px;
}
.form_template_header .inner_medium {
  margin: 0;
}
.form_template_header .logo {
  display: inline-block;
  width: 120px;
  margin-bottom: 15px;
}
.form_template_header .title {
  font-size: 2.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .form_template_header {
    height: 240px;
    text-align: center;
    background: url(../img/common/bg_border.png) center center;
    background-size: 45px 45px;
  }
  .form_template_header .logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .form_template_header .title {
    font-size: 3.6rem;
  }
}

.form_template_catch {
  margin-top: 50px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .form_template_catch {
    margin-top: 70px;
    font-size: 2.1rem;
  }
}

.form_template_flow {
  margin-top: 70px;
}
.form_template_flow .notice {
  margin-top: 10px;
  font-size: 1.3rem;
}

.form_flow_area {
  position: relative;
  padding: 40px 20px 30px;
  border: 5px solid #f66;
}
.form_flow_area .title {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 50%;
  padding: 0 15px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.form_flow_list_item {
  position: relative;
  text-align: center;
}
.form_flow_list_item:not(:first-child) {
  padding-top: 40px;
}
.form_flow_list_item:not(:first-child):before {
  width: 16px;
  height: 36px;
  top: 10px;
  left: calc(50% - 8px);
  transform: rotate(90deg);
  background: url(../img/preregister/arrow.png) center center no-repeat;
  background-size: contain;
}
.form_flow_list_item .img {
  display: inline-block;
}
.form_flow_list_item .img img {
  width: 100%;
}

.form_flow_point {
  max-width: 306px;
  text-align: center;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 768px) {
  .form_flow_point {
    width: 176px;
  }
}

@media print, screen and (min-width: 768px) {
  .form_template_flow {
    margin-top: 110px;
  }
  .form_template_flow .notice {
    font-size: 1.4rem;
    text-align: right;
  }
  .form_flow_area {
    padding: 80px 10px 50px;
  }
  .form_flow_area .title {
    top: -5px;
    font-size: 2.5rem;
    padding: 0 35px;
  }
  .form_flow_list {
    display: flex;
  }
  .form_flow_list_item {
    padding: 0 10px;
  }
  .form_flow_list_item:not(:first-child) {
    padding-top: 0;
  }
  .form_flow_list_item:not(:first-child):before {
    top: 24px;
    left: -4px;
    transform: rotate(0);
  }
  .column2 .form_flow_list_item {
    width: 50%;
  }
  .column3 .form_flow_list_item {
    width: 33.3333333333%;
  }
  .column4 .form_flow_list_item {
    width: 25%;
  }
  .form_flow_point {
    position: absolute;
    top: 0;
    right: 0;
    width: 16.4814814815%;
    max-width: 176px;
    margin: 0;
    transform: translate(30%, -50%);
  }
}
.document_flow .form_flow_list_item .img {
  max-width: 307px;
}
@media print, screen and (min-width: 768px) {
  .document_flow .form_flow_list_item {
    padding: 0 20px;
  }
  .document_flow .form_flow_list_item:not(:first-child):before {
    top: calc(50% - 18px);
    left: -15px;
    width: 60px;
    height: 36px;
    background-image: url(../img/document/arrow.png);
  }
}

.preregister_flow .form_flow_list_item .img {
  max-width: 182px;
  margin-bottom: 5px;
}

.form_template_notice {
  padding: 50px 0 30px;
}
.form_template_notice p {
  font-size: 1.3rem;
}
.form_template_notice p a {
  color: #66f;
}
.form_template_notice p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_template_notice {
    padding: 90px 0;
  }
  .form_template_notice p {
    font-size: 1.4rem;
    text-align: center;
  }
  .form_template_notice p a:hover {
    text-decoration: none;
  }
}

.form_template_footer {
  text-align: center;
  padding: 45px 0;
}
.form_template_footer .logo {
  display: inline-block;
  width: 190px;
}
.form_template_footer .copyright {
  margin-top: 15px;
  font-size: 1.3rem;
}

.form_intro_text {
  margin: 40px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .form_intro_text {
    margin: 70px 0 20px;
    font-size: 2.1rem;
  }
}

.form_note_box,
.form_error_box {
  margin-top: 40px;
  padding: 20px 30px;
  color: #363636;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #363636;
}
@media print, screen and (min-width: 1000px) {
  .form_note_box,
  .form_error_box {
    font-size: 1.8rem;
    margin-top: 75px;
  }
}

.form_error_box {
  color: #ca143a;
  border-color: #ca143a;
}

.form_error {
  margin-top: 5px;
  color: #ca143a;
  font-weight: bold;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .form_contents.confirm {
    margin-top: 40px;
  }
}
.form_contents.thanks {
  margin-top: 0;
}

.form_contents_item {
  padding: 20px 0;
  border-top: 1px solid #dcdddd;
}
.form_contents_item:first-child {
  border-top: none;
}
@media print, screen and (min-width: 1000px) {
  .form_contents_item {
    display: flex;
    padding: 30px 0;
  }
}

.form_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .form_title {
    width: 260px;
    padding-top: 10px;
    padding-right: 50px;
    font-size: 1.6rem;
  }
}
.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #b7b7b7;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}
@media print, screen and (min-width: 1000px) {
  .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 1.2rem;
  }
}
.form_title .require {
  background: #ca143a;
}

.form_box {
  margin-top: 3px;
}
@media print, screen and (min-width: 1000px) {
  .form_box {
    width: calc(100% - 260px);
    padding-left: 40px;
    margin-top: 0;
  }
}

.form_box_in_text + .form_box_in_text {
  margin-top: 25px;
}
@media print, screen and (min-width: 1000px) {
  .form_box_in_text {
    display: flex;
  }
}
.form_box_in_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1000px) {
  .form_box_in_text .in_text {
    padding-top: 10px;
    text-align: right;
    width: 125px;
  }
}
@media print, screen and (min-width: 1000px) {
  .form_box_in_text .in_box {
    width: calc(100% - 125px);
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .form_box_colm2_text {
    display: flex;
  }
}
.form_box_colm2_text .in_item {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media print, screen and (min-width: 1000px) {
  .form_box_colm2_text .in_item {
    display: flex;
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
  }
}
.form_box_colm2_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-top: 10px;
  width: 30px;
}
.form_box_colm2_text .in_box {
  width: calc(100% - 30px);
}

.form_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1320px) {
  .form_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .form_list.colm2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .form_list.colm2 li {
    width: 50%;
    padding: 0 10px;
  }
}

.dokode_other {
  display: none;
  margin-top: 15px;
}
.dokode_other .dokode_other_text {
  margin-bottom: 5px;
}

.form_contents_privacy {
  margin-top: 20px;
}
@media print, screen and (min-width: 1000px) {
  .form_contents_privacy {
    margin-top: 50px;
  }
}
.form_contents_privacy .privacy_checkbox {
  margin: 15px auto 0;
  max-width: 280px;
  width: 100%;
}
.form_contents_privacy .privacy_checkbox span {
  white-space: nowrap;
  background-color: #fff2f2;
  border: 1px solid #e04749;
}
.form_contents_privacy .privacy_checkbox span:before {
  border-color: #e04749;
}
@media print, screen and (min-width: 1000px) {
  .form_contents_privacy .privacy_checkbox {
    margin-top: 20px;
  }
}

.privacy_text {
  text-align: center;
  font-size: 1.3rem;
}
.privacy_text a {
  color: #66f;
}
.privacy_text a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 1000px) {
  .privacy_text {
    font-size: 1.5rem;
  }
  .privacy_text a:hover {
    text-decoration: none;
  }
}

.submit_area {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 1000px) {
  .submit_area {
    display: flex;
    justify-content: center;
    max-width: 680px;
    margin: 60px auto 0;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 1000px) {
  .submit_btn,
  .back_btn {
    width: 100%;
    padding: 0 20px;
  }
}
.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 21px 30px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #f66;
  border-radius: 30px;
}
.submit_btn .btn:after,
.back_btn .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1000px) {
  .submit_btn .btn,
  .back_btn .btn {
    transition: background-color 0.3s ease;
  }
  .submit_btn .btn:hover,
  .back_btn .btn:hover {
    background-color: #66f;
  }
}

.submit_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 1000px) {
  .submit_btn {
    margin-top: 0;
  }
}
.submit_btn .btn {
  height: 60px;
  width: 600px;
}
@media print, screen and (min-width: 1000px) {
  .submit_btn .btn {
    width: 100%;
    max-width: 600px;
    font-size: 1.7rem;
  }
}

.back_btn .btn {
  height: 60px;
  width: 600px;
  background: #aab1bf;
}
@media print, screen and (min-width: 1000px) {
  .back_btn .btn {
    width: 100%;
    max-width: 600px;
    font-size: 1.7rem;
  }
}

.form_notes {
  text-align: center;
}
.submit-btn + .form_notes {
  padding-top: 30px;
}
@media print, screen and (min-width: 1000px) {
  .submit-btn + .form_notes {
    padding-top: 60px;
  }
}
.form_notes .text {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1000px) {
  .form_notes .text {
    font-size: 1.6rem;
  }
}
.form_notes .text a {
  color: #fd504f;
}
@media print, screen and (min-width: 1000px) {
  .form_notes .text a:hover {
    text-decoration: none;
  }
}
.form_notes .info {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 1000px) {
  .form_notes .info {
    font-size: 1.4rem;
  }
}

.form_radio {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + span {
  background-color: #fff2f2;
  border-color: #fd504f;
  color: #fd504f;
}
.form_radio input:checked + span:before {
  border-color: #fd504f;
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 10px 20px 10px 38px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
.form_radio span:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_radio span:after {
  display: block;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background-color: #fd504f;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0);
  transition: all 0.2s;
}

.form_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_checkbox input {
  display: none;
}
.form_checkbox input:checked + span {
  background-color: #fff2f2;
  border-color: #e04749;
}
.form_checkbox input:checked + span:before {
  border-color: #e04749;
}
.form_checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}
.form_checkbox span {
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 11px 15px 10px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1000px) {
  .form_checkbox span {
    font-size: 1.5rem;
  }
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_checkbox span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #e04749;
  border-left: 2px solid #e04749;
  top: -3px;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  min-height: 180px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 1000px) {
  .form_textarea {
    padding: 12px 20px;
    font-size: 1.5rem;
  }
}
.form_textarea::placeholder {
  color: #8b8b8b;
}
.form_textarea::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_textarea:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_input {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1000px) {
  .form_input {
    padding: 12px 20px 11px;
    font-size: 1.5rem;
  }
}
.form_input[type=tel] {
  max-width: 260px;
}
.form_input::placeholder {
  color: #8b8b8b;
}
.form_input::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_input:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 46px;
  padding: 0 56px 0 20px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1000px) {
  .form_select select {
    font-size: 1.5rem;
  }
}
.form_select select::-ms-expand {
  display: none;
}
.form_select:before {
  display: block;
  content: "";
  position: absolute;
  width: 46px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #dbdbdb;
  border-radius: 0 4px 4px 0;
  background-color: #f7f7f7;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 9px solid #363636;
  top: 19px;
  right: 16px;
  pointer-events: none;
}

@media print, screen and (min-width: 1000px) {
  .form_file {
    display: flex;
    padding-top: 10px;
  }
}

.form_file_select span {
  display: block;
}
.form_file_select span + span {
  margin-top: 10px;
}

.form_file_add {
  margin-top: 10px;
}
@media print, screen and (min-width: 1000px) {
  .form_file_add {
    margin-top: -2px;
    width: 140px;
  }
}
.form_file_add button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #8d979d;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .form_file_add button {
    padding: 5px 0;
    border-radius: 30px;
  }
}
.form_file_add button span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media print, screen and (min-width: 1000px) {
  .form_file_add button span {
    padding: 0 0 0 15px;
  }
}
.form_file_add button span:before, .form_file_add button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: #363636;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1000px) {
  .form_file_add button span:before, .form_file_add button span:after {
    width: 8px;
  }
}
.form_file_add button span:after {
  transform: translateY(-50%) rotate(90deg);
}

.form_file_text {
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .form_file_text {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.form_thanks {
  padding: 20px 0 50px;
}
.form_thanks strong {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  color: #f66;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .form_thanks strong {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form_thanks p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.form_thanks p a {
  color: #66f;
}
.form_thanks p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_thanks p a:hover {
    text-decoration: none;
  }
}

.confirm .form_box {
  margin-top: 8px;
  font-size: 1.6rem;
}

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 5 !important;
}
@media print, screen and (min-width: 1000px) {
  .grecaptcha-badge {
    bottom: 135px !important;
  }
}