@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", "sans-serif";
  max-width: 100%;
}

.wrapper {
  position: relative;
  box-shadow: 0 0 8px #707070;
  margin: 0 auto;
  max-width: 464px;
  min-width: 320px;
  background-color: #F2F2F2;
  padding-bottom: 3vw;
  width: 22vw;
}

header {
  background-color: #fff;
  box-sizing: border-box;
}
header img {
  width: 10rem;
  margin-left: 1.7rem;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}

h1 {
  font-size: 3rem;
}

.kv {
  display: flex;
  justify-content: center;
}
.kv img {
  max-width: 100%;
}
.kv .main_catch_copy {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: 500;
  line-height: 4rem;
}
.kv .speech_bubble {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
.kv .speech_bubble img {
  margin: 0;
}
.kv .speech_bubble p {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.kv .sub_catch_copy {
  text-align: center;
  margin-bottom: 4.5rem;
  font-size: 2rem;
  font-weight: 500;
}

.anchor_link_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: white;
  width: 750px;
  padding: 10px 0;
}

.anchor-link {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-left: 2px solid #e2e2e2;
  text-decoration: none;
  color: black;
}
.anchor-link .under {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anchor-link .under img {
  padding-right: 1rem;
  max-width: 100%;
  height: 1rem;
}
.anchor-link .under:before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.5rem;
  background-image: url(http://aiful5f.xsrv.jp/LIFECARD_LPtemplate_SP/assets/img/lower_triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: 0.7rem;
}
.anchor-link.button1 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.anchor-link.button2 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.anchor-link.button3 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.anchor-link.button4 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.anchor-link:nth-child(odd) {
  border-left: none;
}

.anchor-link:nth-child(3),
.anchor-link:nth-child(4) {
  border-top: 2px solid #e2e2e2;
}

section {
  margin: 0 1.6rem;
}

.row_of_buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1.3rem;
  margin-top: 4.5rem;
}

.button_A,
.button_B {
  text-align: center;
  text-decoration: none;
  width: 50%;
  padding: 1rem;
  background-color: #454545;
  color: white;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 2rem;
}

.button_A:hover,
.button_B:hover {
  background-color: #e2e2e2;
}

.big_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 5.5rem;
}
.big_button .button_C {
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 1rem;
  background-color: #454545;
  color: white;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 2rem;
}

.button_C:hover {
  background-color: #e2e2e2;
}

.point_space {
  justify-content: space-between;
}
.point_space .point_box {
  text-align: center;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 3.5rem;
}
.point_space .point_box .point_top_cover {
  background-color: #ADADAD;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 1.5rem 2rem;
}
.point_space .point_box .point_top_cover p {
  font-size: 1.8rem;
  font-weight: 500;
}
.point_space .point_box .point_text_title {
  font-size: 1.8rem;
  padding: 1.7rem 3.2rem 0 3.2rem;
  font-weight: 500;
}
.point_space .point_box .point_text {
  padding: 1.7rem 3.2rem;
  font-size: 1.4rem;
}

.plain_type_A .plain_type_A_title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 3.8rem;
}
.plain_type_A .plain_box_A {
  display: flex;
}
.plain_type_A .plain_box_A .plain_image_type_A {
  padding-right: 2.7rem;
  padding-left: 3rem;
}
.plain_type_A .plain_box_A .plain_image_type_A img {
  width: 8.4rem;
}
.plain_type_A .content_box {
  padding-bottom: 4rem;
}
.plain_type_A .content_box .plain_A_title {
  background-color: #454545;
  color: white;
  display: inline-block;
  border-radius: 13px;
  padding: 0.7rem 1.3rem;
  font-size: 1.2rem;
  max-width: calc(100% - 2rem);
  overflow: hidden;
  text-overflow: ellipsis;
}
.plain_type_A .content_box .plain_A_maintext .plain_A_text {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}

.plain_type_B .plain_type_B_title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 3.8rem;
  margin-top: 6.7rem;
}
.plain_type_B .type_B_01 {
  display: flex;
  margin-bottom: 4.7rem;
}
.plain_type_B .type_B_01 .type_B_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plain_type_B .type_B_01 .type_B_box .plain_image_type_B {
  text-align: center;
}
.plain_type_B .type_B_01 .type_B_box .plain_image_type_B img {
  width: 12rem;
  display: block;
}
.plain_type_B .type_B_01 .type_B_box .type_B_text_box .type_B_text {
  font-size: 1.4rem;
  padding-top: 1.3rem;
  line-height: 1.8rem;
}
.plain_type_B .type_B_02 {
  display: flex;
  margin-bottom: 6.7rem;
}
.plain_type_B .type_B_02 .type_B_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plain_type_B .type_B_02 .type_B_box .plain_image_type_B {
  text-align: center;
}
.plain_type_B .type_B_02 .type_B_box .plain_image_type_B img {
  width: 12rem;
  display: block;
}
.plain_type_B .type_B_02 .type_B_box .type_B_text_box .type_B_text {
  font-size: 1.4rem;
  padding-top: 1.3rem;
  line-height: 2rem;
  text-align: left;
}

.question_type_A {
  margin-bottom: 6rem;
}
.question_type_A .question_title_A {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 3rem;
}
.question_type_A .question_box_A .q_text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 1rem;
}
.question_type_A .a_text {
  display: flex;
  font-size: 1.4rem;
  line-height: 2rem;
}
.question_type_A .a_text span {
  font-weight: 500;
}
.question_type_A .separator {
  background-color: #707070;
  width: 100%;
  height: 0.1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.question_type_B {
  margin-bottom: 6.7rem;
}
.question_type_B .question_title_B {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 3rem;
}
.question_type_B .accordion-area li {
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 1.6rem;
}
.question_type_B .accordion-area li .accordion_box {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.question_type_B .accordion-area li .accordion_box .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question_type_B .accordion-area li .accordion_box .title {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
}
.question_type_B .accordion-area li .accordion_box .title span {
  font-size: 3.3rem;
  font-weight: 500;
  margin-right: 1.5rem;
  margin-left: 10rem;
}
.question_type_B .accordion-area li .accordion_box .line_wrap {
  position: relative;
  width: 2rem;
  padding-right: 1.4rem;
}
.question_type_B .accordion-area li .accordion_box .line_wrap .line_1,
.question_type_B .accordion-area li .accordion_box .line_wrap .line_2 {
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #707070;
  border-radius: 20px;
}
.question_type_B .accordion-area li .accordion_box .line_wrap .line_2 {
  transform: rotate(90deg);
}
.question_type_B .accordion-area li .accordion_box .line_wrap .line_minus {
  transform: rotate(0deg);
}
.question_type_B .accordion-area li .accordion_box .accordion {
  display: none;
}
.question_type_B .accordion-area li .accordion_box .accordion .separator {
  background-color: #454545;
  width: 100%;
  height: 0.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.question_type_B .accordion-area li .accordion_box .accordion .box p {
  display: flex;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.5;
}
.question_type_B .accordion-area li .accordion_box .accordion .box p span {
  margin-top: -0.5rem;
  font-weight: 500;
  font-size: 3.3rem;
  padding-right: 1.5rem;
}
.question_type_B .accordion-area li .accordion_box .accordion_active {
  display: block;
}

.table_A {
  max-width: 100%;
  margin-top: 35px;
  margin-bottom: 4rem;
}
.table_A table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 1px solid #454545;
}
.table_A table tr .no_border_left {
  border-left: none;
}
.table_A table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}
.table_A table tr .radius_top_right {
  border-top-right-radius: 1.45rem;
}
.table_A table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}
.table_A table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}
.table_A table th,
.table_A table td {
  word-break: break-all;
  font-size: 1.4rem;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 2rem 1.6rem 2rem 1.6rem;
}
.table_A table th {
  background-color: #E2E2E2;
  font-weight: 500;
  border-left: 1px solid #454545;
}
.table_A table tr:first-child th {
  border-top: 1px solid #454545;
}
.table_A table tr:first-child th:child-nth(2) {
  border-left: none;
}
.table_A .attention {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.table_B {
  max-width: 100%;
  margin-bottom: 6.7rem;
}
.table_B table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 1px solid #454545;
}
.table_B table tr .no_border_left {
  border-left: none;
}
.table_B table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}
.table_B table tr .radius_top_right {
  border-top-right-radius: 1.45rem;
}
.table_B table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}
.table_B table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}
.table_B table th,
.table_B table td {
  font-size: 1.4rem;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 2rem 1.6rem 2rem 1.6rem;
  word-break: break-all;
  line-height: 1.7rem;
}
.table_B table th {
  background-color: #E2E2E2;
  font-weight: 500;
  border-left: 1px solid #454545;
}
.table_B table tr:first-child th {
  border-top: 1px solid #454545;
}
.table_B table tr:first-child th:child-nth(2) {
  border-left: none;
}
.table_B .attention {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.step_flow {
  text-align: center;
}
.step_flow .step {
  position: relative;
}
.step_flow .step .step_top {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ADADAD;
  height: 3rem;
  width: 10.5rem;
  border-radius: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step_flow .step .step_top .step_top_text {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.step_flow .step .step_area {
  position: relative;
  background-color: #fff;
  align-items: center;
  margin-top: 1.5rem;
  border-radius: 1.6rem;
  margin-bottom: 3rem;
}
.step_flow .step .step_area .step_box {
  padding-top: 3.5rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-bottom: 2rem;
}
.step_flow .step .step_area .step_box .step_title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
.step_flow .step .step_area .step_box .step_text {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.step_flow .arrow_image {
  padding-bottom: 1.5rem;
}
.step_flow .arrow_image img {
  width: 4.6rem;
}

.button_area {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
.button_area .button {
  background-color: #ADADAD;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 6rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button_area .button .button_text p {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.conditions_box {
  padding-top: 6.7rem;
}
.conditions_box .conditions_base {
  background-color: #fff;
  border-radius: 1.6rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.conditions_box .conditions_base .conditions_main_title .conditions_title_txt {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap .wrap_text {
  padding-top: 2rem;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap .wrap_text .conditions_sub_title {
  background-color: #E2E2E2;
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.4rem;
}
.conditions_box .conditions_base .conditions_area .conditions_wrap .text_detail {
  padding-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.conditions_box .detail_area {
  padding-top: 1rem;
}
.conditions_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
}
.conditions_box .detail_area a .detail {
  padding-left: 1.8rem;
  padding-right: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: right;
}
.conditions_box .detail:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.5rem;
  background-image: url(http://aiful5f.xsrv.jp/LIFECARD_LPtemplate_SP/assets/img/right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-left: 0.5rem;
}

.notes_box {
  padding-bottom: 4.3rem;
}
.notes_box .notes_area {
  margin-top: 4.3rem;
  background-color: #fff;
  border-radius: 1.6rem;
}
.notes_box .notes_area .notes_title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.notes_box .notes_area .notes_title .notes_title_txt {
  font-size: 1.4rem;
  font-weight: 500;
}
.notes_box .notes_area .notes_txt {
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.notes_box .notes_area .notes_txt ul {
  padding-left: 1.6rem;
}
.notes_box .notes_area .notes_txt ul li {
  line-height: 2rem;
  padding-bottom: 2rem;
  list-style-type: disc;
}
.notes_box .detail_area {
  padding-top: 1rem;
  text-align: right;
}
.notes_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
}
.notes_box .detail_area a .detail {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: right;
  justify-content: right;
}
.notes_box .detail:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.5rem;
  background-image: url(http://aiful5f.xsrv.jp/LIFECARD_LPtemplate_SP/assets/img/right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-left: 0.5rem;
}

.modal_area {
  display: none;
}
.modal_area .modal_contents {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.431372549);
  padding: 6vw;
  overflow: auto;
  transition: 0.3s;
  box-sizing: border-box;
}
.modal_area .modal_contents .modal {
  position: relative;
  margin: 0 auto;
  max-width: 335px;
  background-color: #fff;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.6rem;
}
.modal_area .modal_contents .modal .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -45%);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.modal_area .modal_contents .modal .modal_copy {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2.6rem;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 3rem;
}
.modal_area .modal_contents .modal .modal_box .modal_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_area .modal_contents .modal .modal_box .modal_img img {
  width: 23rem;
}
.modal_area .modal_contents .modal .modal_box .modal_txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 2.6rem 2.5rem;
}
.modal_area .modal_contents .modal .modal_box .apply_button {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 2rem 3rem;
  font-size: 1.7rem;
  text-align: center;
  background-color: #E2E2E2;
  color: #000;
  border-radius: 3.4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.modal_active {
  display: block;
}

footer {
  background-color: #454545;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
  width: 100%;
  height: 229px;
}
footer .wrap {
  margin-left: 3.4rem;
  margin-right: 3.4rem;
}
footer .wrap .notes {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
footer .wrap .company {
  padding-top: 20px;
  padding-bottom: 5px;
}
footer .wrap .company img {
  width: 70%;
}
footer .wrap .note {
  line-height: 2rem;
  text-decoration: none;
}
footer .logo {
  padding-top: 1rem;
  padding-bottom: 5rem;
  padding-left: 2.6rem;
}
footer .logo img {
  width: 8rem;
}

/* 以下、森川記入分 */
.wrapper {
  background-color: #000;
}
.wrapper section .button_ghost_wrapper {
  display: flex;
  justify-content: center;
}
.wrapper section .button_ghost_wrapper .button_ghost {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1.5px solid #D4B572;
  color: #D4B572;
  background-color: #000;
  border-radius: 40px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  height: 5.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  width: 80%;
  position: relative;
  justify-content: center;
  margin-bottom: 2.2rem;
}
.wrapper section .button_ghost_wrapper .button_ghost p {
  text-decoration: none;
  color: #D4B572;
}
.wrapper section .button_ghost_wrapper .button_ghost span {
  position: absolute;
  width: 2rem;
  right: 1rem;
  bottom: 1.6rem;
}
.wrapper section .button_ghost_wrapper .button_ghost span img {
  max-width: 100%;
}
.wrapper section .button_ghost:hover {
  background-color: #D4B572;
  color: black;
}
.wrapper section .button_ghost a {
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: center;
}
.wrapper section .button_ghost:hover a {
  color: #000;
}
.wrapper section .wrapper {
  background-color: #000;
  height: 100vh;
}
.wrapper section .banner_A img {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}
.wrapper section .sub_copy {
  font-size: 2rem;
  font-weight: bold;
  color: #D4B572;
  text-align: center;
  padding-bottom: 3.8rem;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1.5px solid #D4B572;
  border-bottom: 1.5px solid #D4B572;
}
.wrapper section .sub_copy .sp_br {
  display: none;
}
.wrapper section .container {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.wrapper section .text {
  color: white;
  margin-left: 30px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.wrapper section .title {
  text-align: center;
  color: black;
  font-size: 2rem;
  font-weight: bold;
}
.wrapper section .table_A table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #E6E6E6;
  border-radius: 1.6rem;
  border: 1px solid #454545;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.wrapper section .table_A table tr .no_border_left {
  border-left: none;
}
.wrapper section .table_A table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}
.wrapper section .table_A table tr .radius_top_right {
  background-color: #E6E6E6;
  border-top-right-radius: 1.45rem;
}
.wrapper section .table_A table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}
.wrapper section .table_A table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}
.wrapper section .table_A table th {
  word-break: break-all;
  font-size: 1.4rem;
  font-weight: 700;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 2rem 1.6rem;
  vertical-align: middle;
}
.wrapper section .table_A table td {
  word-break: break-all;
  font-size: 1.4rem;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: left;
  padding: 2rem 1.6rem;
  vertical-align: middle;
  line-height: 1.5;
}
.wrapper section .table_A table th {
  background-color: #CCBF9C;
  font-weight: 600;
  border-left: 1px solid #454545;
  align-items: center;
}
.wrapper section .table_A table tr:first-child th:nth-child(2) {
  border-left: none;
}
.wrapper section .table_A .attention {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.wrapper section .vicon {
  width: 10%;
  max-width: 30%;
  height: auto;
  display: flex;
  align-items: center;
}
.wrapper section .floating_box {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
}
.wrapper section .floating_box .floating_area {
  text-decoration: none;
  margin: 2rem 2rem;
  background: #D4B572;
  padding: 2.3rem;
  border-radius: 3.4rem;
  font-size: 2rem;
  font-weight: 600;
  width: 35rem;
  color: #000;
  display: flex;
  justify-content: center;
}
.wrapper section .floating_box .floating_area .apply_txt {
  text-decoration: none;
  display: flex;
  color: #000;
}
.wrapper section .floating_box .floating_area .apply_txt p {
  text-decoration: none;
  display: flex;
  text-align: center;
  color: #000;
  font-weight: bolder;
}
.wrapper section .company img {
  margin-top: 3rem;
}
.wrapper section .copy {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.wrapper .obi {
  background-color: #D4B572;
  width: 100%;
  height: 60px;
  text-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.wrapper .obi_t {
  color: black;
  font-size: 21px;
  font-weight: bold;
  padding-top: 1.8rem;
}

.image_background .bg {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
}
.image_background .overlay-image {
  position: absolute;
  padding-left: 3rem;
  padding-top: 3rem;
}
.image_background .overlay-image img {
  width: 15.5vw;
  max-width: 15.5rem;
  position: fixed;
  right: 1%;
  bottom: 9vw;
}
.image_background .backimage {
  position: absolute;
  left: 2%;
  top: 13%;
}
.image_background .backimage img {
  max-width: 20vw;
  position: fixed;
  bottom: 11.5vw;
  right: 72%;
}
.image_background .right_image {
  left: 75%;
  position: absolute;
  bottom: 45vw;
}
.image_background .right_image img {
  max-width: 20vw;
  position: fixed;
}
.btn_apply {
  pointer-events: none;
}

@media screen and (max-width: 1366px) {
  .image_background .right_image {
    bottom: 45vw;
    left: 75%;
    position: absolute;
  }
  .image_background .backimage {
    bottom: 23vw;
    left: 3%;
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper {
    width: 77vw;
  }
  .image_background img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper section .sub_copy .sp_br {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */