@charset "UTF-8";
html {
  font-size: 1.0666666667vw;
}
@media (min-width: 1250px) and (max-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1250px) {
  html {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 390px) and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 389.98px) {
  html {
    font-size: 3.5897435897vw;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

:target {
  scroll-margin-top: 6.25rem;
}
@media (max-width: 1300px) {
  :target {
    scroll-margin-top: 6.25rem;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 4.2857142857rem;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  a.fax[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  width: 100%;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  margin: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 42.8571428571rem;
    padding: 0 1.1428571429rem;
  }
}

.btn {
  display: inline-block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0, #0057D1);
  width: 100%;
  max-width: 18.75rem;
  padding: 1.4375rem 1.5625rem;
  text-align: left;
}
@media (max-width: 768px) {
  .btn {
    max-width: 19.2857142857rem;
    padding: 1.4285714286rem 1.4285714286rem;
  }
}

.btn.btn_white {
  color: #07459C;
  background: #fff;
}

@media (min-width: 768px) {
  .btn.btn_white:hover {
    background: #CCE7F5;
  }
}

.btn::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .btn:hover::after {
    opacity: 1;
  }
}

.btn.btn_white::after {
  display: none;
}

.btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 1.25rem;
  z-index: 1;
}

.btn span::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.btn.btn_bottom span::after {
  width: 0.875rem;
  height: 0.4375rem;
  background: url(../images/common/icon_arrow_bottom_white.png) no-repeat center center/contain;
}

.btn.btn_white span::after {
  background: url(../images/common/icon_arrow_right_blue_base.png) no-repeat center center/contain;
}

.section_title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .section_title {
    font-size: 1.7142857143rem;
  }
}

.section_title_wrapper {
  position: relative;
  display: inline-block;
  padding: 0 1.4375rem 0.5625rem;
}
@media (max-width: 768px) {
  .section_title_wrapper {
    padding: 0 1.0714285714rem 0.7142857143rem;
  }
}

.section_title_wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.9375rem;
  background-color: #CCE7F5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0.375rem 0, 100% 0, calc(100% - 0.375rem) 100%, 0 100%);
}
@media (max-width: 768px) {
  .section_title_wrapper::after {
    clip-path: polygon(1.0714285714rem 0, 100% 0, calc(100% - 1.0714285714rem) 100%, 0 100%);
  }
}

.section_title_blue {
  color: #0A54BB;
}

.body.is_open {
  overflow: hidden;
}

/* Header
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  height: 11.875rem;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .header {
    height: 6.25rem;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header {
    height: 4.2857142857rem;
  }
}

.header.header_fixed {
  height: 5rem;
}
@media (max-width: 1300px) {
  .header.header_fixed {
    height: 6.25rem;
  }
}
@media (max-width: 768px) {
  .header.header_fixed {
    height: 4.2857142857rem;
  }
}

.header_fixed {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.customize-support .header {
  top: 32px;
}

.header_inner {
  height: inherit;
}

.header_lead {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media (max-width: 1300px) {
  .header_lead {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .header_lead {
    display: none;
  }
}

.header_fixed .header_lead {
  display: none;
}
@media (max-width: 1300px) {
  .header_fixed .header_lead {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_fixed .header_lead {
    display: none;
  }
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 0.0625rem;
}
@media (max-width: 1300px) {
  .header_wrapper {
    margin-top: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .header_wrapper {
    height: inherit;
    margin-top: 0;
  }
}

.header_fixed .header_wrapper {
  display: none;
}
@media (max-width: 1300px) {
  .header_fixed .header_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header_left {
  width: 100%;
  max-width: 33rem;
  margin-top: 0.5625rem;
}
@media (max-width: 1300px) {
  .header_left {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .header_left {
    display: grid;
    width: calc(100% - 4.375rem);
    max-width: 15.625rem;
    margin-top: 0;
  }
}

.header_logo_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
@media (max-width: 1300px) {
  .header_logo_unit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header_logo {
  width: 100%;
  max-width: 25.4375rem;
}
@media (max-width: 1300px) {
  .header_logo {
    max-width: 18.75rem;
  }
}
@media (max-width: 768px) {
  .header_logo {
    max-width: 14.2857142857rem;
  }
}

.header_logo_anniversary {
  width: 100%;
  max-width: 5.75rem;
}
@media (max-width: 1300px) {
  .header_logo_anniversary {
    max-width: 3.75rem;
  }
}
@media (max-width: 768px) {
  .header_logo_anniversary {
    max-width: 2.8571428571rem;
  }
}

.header_right {
  width: 100%;
  max-width: 36.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 1300px) {
  .header_right {
    max-width: 24.375rem;
    padding-right: 6.875rem;
  }
}
@media (max-width: 768px) {
  .header_right {
    display: none;
  }
}

.header_tel_unit {
  width: 100%;
  max-width: 19.9375rem;
}
@media (max-width: 1300px) {
  .header_tel_unit {
    max-width: 17.5rem;
  }
}

.header_tel {
  width: 100%;
  max-width: 19.9375rem;
}
@media (max-width: 1300px) {
  .header_tel {
    max-width: 17.5rem;
  }
}

.header_tel_text {
  font-size: 0.875rem;
  line-height: 130%;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 0.5rem;
}

.header_contact {
  width: 100%;
  max-width: 14.4375rem;
  text-align: center;
}
@media (max-width: 1300px) {
  .header_contact {
    display: none;
  }
}

.header_contact a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  width: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0, #0057D1);
  padding: 1rem 1.375rem 1.0625rem 1.75rem;
}

.header_contact a::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .header_contact a:hover::after {
    opacity: 1;
  }
}

.header_contact a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0.9375rem 0 3.3125rem;
  z-index: 1;
}

.header_contact a span::before {
  position: absolute;
  content: "";
  width: 1.6875rem;
  height: 1.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_contact a span::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_nav {
  margin-top: 1.375rem;
}
@media (max-width: 1300px) {
  .header_nav {
    display: none;
  }
}

.header_fixed .header_nav {
  margin-top: 0;
  height: inherit;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_lists {
  display: grid;
  grid-template-columns: repeat(8, auto);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.875rem;
}

.header_fixed .header_lists {
  grid-template-columns: repeat(9, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  .header_fixed .header_lists {
    display: none;
  }
}

.header_fixed .header_list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_list_contact {
  display: none;
}

.header_fixed .header_list_contact {
  display: grid;
}

.header_list_link {
  display: inline-block;
  position: relative;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
}

.header_list_contact .header_list_link {
  color: #fff;
  background-color: #0057D1;
  border: 1px solid #0057D1;
  padding: 0.625rem 1.25rem;
}

@media (min-width: 768px) {
  .header_list_link:hover {
    color: #0057D1;
  }
}

.header_list_contact .header_list_link:hover {
  color: #0057D1;
  background-color: #fff;
}

.header_fixed .header_list_link_top_title {
  display: none;
}

.header_list_link_top_logo {
  display: none;
}

.header_fixed .header_list_link_top_logo {
  display: block;
  max-width: 13.75rem;
}

.header_list_link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #0057D1;
}

@media (min-width: 768px) {
  .header_list_link:hover::before {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .header_fixed .header_list_top .header_list_link:hover::before {
    width: 0;
  }
}

@media (min-width: 768px) {
  .header_list_contact .header_list_link:hover::before {
    width: 0;
  }
}

.header_list_modal_wrap {
  position: relative;
}

.header_list_modal_wrap .header_list_link {
  padding-right: 1.25rem;
}

.header_list_modal_wrap .header_list_link::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_bottom_blue_primary.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .header_list_modal_wrap:hover > .header_list_modal {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

.header_list_modal {
  position: absolute;
  top: 1.75rem;
  left: 50%;
  width: 12.5rem;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.header_fixed .header_list_modal {
  top: 2.5rem;
}

.header_list_modal_item a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  color: #fff;
  background-color: #0057D1;
  text-align: center;
  padding: 0.9375rem 0.625rem;
}

@media (min-width: 768px) {
  .header_list_modal_item a:hover {
    color: #0057D1;
    background-color: #fff;
  }
}

.header_hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #0262CA;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 1300px) {
  .header_hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_hamburger {
    width: 4.2857142857rem;
    height: 4.2857142857rem;
    color: #fff;
  }
}

.header_hamburger.is_open {
  background-color: transparent;
}

.header_hamburger_bar {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.125rem;
  height: 0.1875rem;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .header_hamburger_bar {
    width: 1.7857142857rem;
    height: 0.1428571429rem;
  }
}

.header_hamburger_bar:nth-of-type(1) {
  top: -1.5rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(1) {
    top: -0.8571428571rem;
  }
}

.header_hamburger_bar:nth-of-type(2) {
  top: -0.625rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(2) {
    top: -0.3571428571rem;
  }
}

.header_hamburger_bar:nth-of-type(3) {
  top: 0.25rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(3) {
    top: 0.2142857143rem;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: -0.3125rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #0262CA;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(2) {
  opacity: 0;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
  top: -0.5625rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #0262CA;
}

.header_hamburger_title {
  position: absolute;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 0.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header_hamburger_title {
    font-size: 0.8571428571rem;
    letter-spacing: 0;
    bottom: 0.1428571429rem;
  }
}

.header_hamburger.is_open .header_hamburger_title {
  color: #0262CA;
}

.header_drawer {
  padding: 4.375rem 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header_drawer::-webkit-scrollbar {
  display: none;
}

.header_drawer_nav {
  padding: 0 1.5625rem;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .header_drawer_nav {
    padding: 0 1.1428571429rem 7.1428571429rem;
  }
}

.header_drawer_list {
  border-bottom: 1px solid #0262CA;
}

.header_drawer_list_title {
  position: relative;
  font-weight: 700;
  line-height: 1;
  color: #0262CA;
  padding: 0.9375rem 1.875rem 0.9375rem 0;
}
@media (max-width: 768px) {
  .header_drawer_list_title {
    font-size: 1.0714285714rem;
  }
}

.header_drawer_list_title::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.75rem;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_blue_primary.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_drawer_list_title.is_open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.header_drawer_list_link {
  padding: 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #0262CA;
}
@media (max-width: 768px) {
  .header_drawer_list_link {
    font-size: 1.0714285714rem;
  }
}

.header_drawer_list_menu {
  display: none;
}

.header_drawer_list_menu a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  padding: 0.5rem 0.625rem;
  color: #0262CA;
}
@media (max-width: 768px) {
  .header_drawer_list_menu a {
    font-size: 1rem;
  }
}

.header_drawer_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .header_drawer_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.4285714286rem;
    gap: 1.0714285714rem;
  }
}

.header_drawer_button {
  width: 100%;
  max-width: 18.75rem;
  text-align: center;
}

.header_drawer_button_contact a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  max-width: 18.75rem;
  padding: 1.25rem 1.3125rem;
  color: #fff;
  background: linear-gradient(135deg, #0086CD, #07459C);
}
@media (max-width: 768px) {
  .header_drawer_button_contact a {
    max-width: 17.8571428571rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.header_drawer_button_contact a::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .header_drawer_button_contact a:hover::after {
    opacity: 1;
  }
}

.header_drawer_button_contact a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 1.25rem 0 2.5625rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .header_drawer_button_contact a span {
    padding: 0 1.4285714286rem 0 2.1428571429rem;
  }
}

.header_drawer_button_contact a span::before {
  position: absolute;
  content: "";
  width: 1.6875rem;
  height: 1.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .header_drawer_button_contact a span::before {
    width: 1.4285714286rem;
    height: 1rem;
  }
}

.header_drawer_button_contact a span::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.header_drawer_button_line a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 18.75rem;
  padding: 1.25rem 1.3125rem;
  color: #fff;
  background-color: #06C755;
  text-align: right;
}
@media (max-width: 768px) {
  .header_drawer_button_line a {
    max-width: 17.8571428571rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

@media (min-width: 768px) {
  .header_drawer_button_line a:hover {
    background-color: #0086CD;
  }
}

.header_drawer_button_line a span {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 14.4375rem;
  text-align: left;
  padding: 0 1.25rem 0 3.0625rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .header_drawer_button_line a span {
    padding: 0 1.4285714286rem 0 2.8571428571rem;
  }
}

.header_drawer_button_line a span::before {
  position: absolute;
  content: "";
  width: 2.3125rem;
  height: 2.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_line_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .header_drawer_button_line a span::before {
    width: 2.1428571429rem;
  }
}

.header_drawer_button_line a span::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.main {
  margin-top: 11.875rem;
}
@media (max-width: 1300px) {
  .main {
    margin-top: 6.25rem;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 4.2857142857rem;
  }
}

/* top - top_mw
------------------------------ */
.top_mw_inner {
  position: relative;
}

.top_mw_btn {
  position: absolute;
  width: 100%;
  max-width: 19.9333333333vw;
  top: 20vw;
  left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .top_mw_btn {
    max-width: 50.6666666667vw;
    top: 40.2666666667vw;
    left: 4.8vw;
  }
}

.top_mw_btn a {
  position: relative;
  display: inline-block;
  font-size: 1.0666666667vw;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 1.6666666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-box-shadow: 0.2vw 0.2vw 0.3333333333vw rgba(0, 0, 0, 0.25);
          box-shadow: 0.2vw 0.2vw 0.3333333333vw rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .top_mw_btn a {
    font-size: 2.6666666667vw;
    padding: 2.9333333333vw 3.2vw;
  }
}

.top_mw_btn a::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#04357A), to(#0262CA));
  background: linear-gradient(90deg, #04357A, #0262CA);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .top_mw_btn a:hover::after {
    opacity: 1;
  }
}

.top_mw_btn a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 1.3333333333vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_mw_btn a span {
    padding-right: 2.6666666667vw;
  }
}

.top_mw_btn a span::after {
  position: absolute;
  content: "";
  width: 0.4666666667vw;
  height: 0.9333333333vw;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_mw_btn a span::after {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
}

/* top - top_works
------------------------------ */
.top_works {
  position: relative;
  overflow: hidden;
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .top_works {
    margin-top: 3.5714285714rem;
  }
}

.top_works_cards {
  margin: 3.5rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media (max-width: 768px) {
  .top_works_cards {
    width: 100%;
    margin: 2.1428571429rem auto 0;
  }
}

.top_works_cards .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
}

.top_works_cards .slick-slide {
  height: auto !important;
}

.top_works_cards .slick-slide > div {
  height: 100%;
}

.top_works_card {
  height: 100%;
}

.top_works_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #EAF2FA;
  padding-bottom: 1.1875rem;
}

@media (min-width: 768px) {
  .top_works_card a:hover {
    background-color: rgba(0, 180, 200, 0.25);
  }
}

.top_works_card_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/212;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_works_card_unit {
  margin-top: 0.9375rem;
  padding: 0 1.25rem;
}

.top_works_card_date {
  font-size: 0.875rem;
  color: #595959;
}

.top_works_card_title {
  font-size: 1.25rem;
  font-weight: 700;
}

.top_works_card_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  margin-top: 0.4375rem;
  padding: 0 1.25rem 0.5625rem;
}

.top_works_card_list {
  font-size: 0.8125rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3.125rem;
  color: #fff;
  background-color: #07459C;
  text-align: center;
  padding: 0.3125rem 0.9375rem;
}

.top_works_card_area {
  font-size: 0.875rem;
  font-weight: 700;
  color: #07459C;
  margin-top: auto;
  padding: 0 1.25rem;
}

.top_works_btn {
  text-align: center;
  margin-top: 4.3125rem;
}
@media (max-width: 768px) {
  .top_works_btn {
    margin-top: 2.1428571429rem;
  }
}

/* top - top_company
------------------------------ */
.top_company {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#008CD0), to(#07459C));
  background: linear-gradient(180deg, #008CD0, #07459C);
  padding: 7.6875rem 0 7.5rem;
  margin-top: 8rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_company {
    padding: 3.5714285714rem 0;
    margin-top: 3.5714285714rem;
  }
}

.top_company::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 13rem;
  bottom: 0;
  background-color: rgba(32, 101, 192, 0.25);
  z-index: -1;
  clip-path: polygon(80% 0, 0 0, 20% 100%, 100% 100%);
}

.top_company::after {
  position: absolute;
  content: "";
  background-color: #07459C;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
  background: linear-gradient(-77deg, rgba(2, 112, 196, 0) 0%, rgba(2, 112, 196, 0) 27.8%, rgba(2, 112, 196, 0.27) 27.8%, rgba(2, 112, 196, 0.27) 41.7%, rgba(2, 112, 196, 0.48) 41.7%, rgba(2, 112, 196, 0.48) 58.6%, rgba(2, 112, 196, 0.29) 58.6%, rgba(2, 112, 196, 0.29) 72.8%, rgba(2, 112, 196, 0) 72.8%, rgba(2, 112, 196, 0) 100%);
}

.top_company_title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .top_company_title {
    font-size: 1.7142857143rem;
  }
}

.top_company_title span {
  color: #FEDC5E;
}

.top_company_text {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .top_company_text {
    font-size: 1.1428571429rem;
    margin-top: 1.4285714286rem;
  }
}

.top_company_lists {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1875rem 3.125rem;
  margin-top: 4.4375rem;
  padding-bottom: 7.3125rem;
}
@media (max-width: 768px) {
  .top_company_lists {
    grid-template-columns: 1fr;
    margin-top: 2.1428571429rem;
    padding-bottom: 5.7142857143rem;
  }
}

.top_company_lists::after {
  position: absolute;
  content: "";
  width: 6.25rem;
  height: 3.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../images/common/icon_big_arrow_bottom_yellow.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_company_lists::after {
    width: 4.2857142857rem;
    height: 2.7142857143rem;
  }
}

.top_company_list {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  background-color: #fff;
  padding: 1.0625rem 1.25rem;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .top_company_list {
    font-size: 1.1428571429rem;
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.top_company_list::after {
  position: absolute;
  content: "";
  top: 0.4375rem;
  right: -0.4375rem;
  bottom: -0.4375rem;
  left: 0.4375rem;
  background-color: #074090;
  border-radius: 1.875rem;
  z-index: -1;
}

.top_company_subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.8125rem;
}
@media (max-width: 768px) {
  .top_company_subtitle {
    font-size: 1.7142857143rem;
    margin-top: 1.4285714286rem;
  }
}

.top_company_subtitle_name {
  font-size: 3.75rem;
  color: #FEDC5E;
}
@media (max-width: 768px) {
  .top_company_subtitle_name {
    font-size: 2rem;
  }
}

.top_company_subtitle_yellow {
  color: #FEDC5E;
}

.top_company_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 2.6875rem;
}
@media (max-width: 768px) {
  .top_company_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.4285714286rem;
  }
}

.top_company_content {
  width: 100%;
  max-width: 59.25rem;
  line-height: 2.5;
}

.top_company_content span {
  color: #FEDC5E;
}

.top_company_president {
  width: 100%;
  max-width: 16rem;
  margin-top: 0.6875rem;
}
@media (max-width: 768px) {
  .top_company_president {
    max-width: 27.1428571429rem;
    margin-top: 0;
    margin-inline: auto;
  }
}

.top_company_president img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.35);
}

.top_company_president_name_wrapper {
  margin-top: 0.875rem;
}
@media (max-width: 768px) {
  .top_company_president_name_wrapper {
    margin-top: 0.7142857143rem;
  }
}

.top_company_president_company_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.top_company_president_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 0.125rem;
}

.top_company_president_name span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.top_company_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0625rem;
  counter-reset: cnt;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .top_company_items {
    grid-template-columns: 1fr;
    gap: 1.0714285714rem;
    margin-top: 2.1428571429rem;
  }
}

.top_company_item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 0 1.625rem 2.4375rem;
}

.top_company_item::before {
  display: block;
  position: relative;
  content: counter(cnt, decimal);
  counter-increment: cnt;
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top_company_item::before {
    font-size: 2.8571428571rem;
  }
}

.top_company_item::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 2.1875rem;
  left: 0;
  bottom: 0;
  background-color: #0094CA;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.top_company_item_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.3461538462;
  color: #FEDC5E;
  text-align: center;
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .top_company_item_title {
    font-size: 1.2857142857rem;
    margin-top: 0.3571428571rem;
  }
}

.top_company_item_text {
  line-height: 1.875;
  color: #fff;
  margin-top: 1.6875rem;
}
@media (max-width: 768px) {
  .top_company_item_text {
    margin-top: 0.3571428571rem;
  }
}

.top_company_btn {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .top_company_btn {
    margin-top: 2.1428571429rem;
  }
}

/* top - top_renovation
------------------------------ */
.top_renovation {
  position: relative;
  background-color: #EAF2FA;
  padding: 7.25rem 0 7.6875rem;
  z-index: 0;
}
@media (max-width: 768px) {
  .top_renovation {
    padding: 3.5714285714rem 0;
  }
}

.top_renovation_main {
  counter-reset: renovation;
  margin-top: 4.4375rem;
}
@media (max-width: 768px) {
  .top_renovation_main {
    margin-top: 2.1428571429rem;
  }
}

.top_renovation_main_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .top_renovation_main_cards {
    grid-template-columns: 1fr;
    gap: 1.4285714286rem;
  }
}

.top_renovation_main_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #fff;
  counter-increment: renovation;
  padding-bottom: 1.6875rem;
}
@media (max-width: 768px) {
  .top_renovation_main_card {
    padding-bottom: 0.7142857143rem;
  }
}

.top_renovation_main_card_head {
  display: grid;
  grid-template-columns: 7.125rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #07459C;
}
@media (max-width: 768px) {
  .top_renovation_main_card_head {
    grid-template-columns: 5rem 1fr;
  }
}

.top_renovation_main_card_left {
  background-color: #04357A;
  clip-path: polygon(0% 0, 100% 0, calc(100% - 1.8125rem) 100%, 0 100%);
}
@media (max-width: 768px) {
  .top_renovation_main_card_left {
    clip-path: polygon(0% 0, 100% 0, calc(100% - 1.0714285714rem) 100%, 0 100%);
  }
}

.top_renovation_main_card_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 1.1875rem 1.5rem 1.3125rem 0.625rem;
}
@media (max-width: 768px) {
  .top_renovation_main_card_menu {
    padding: 1.0714285714rem 0.7142857143rem;
  }
}

.top_renovation_main_card_menu::after {
  font-size: 2.5rem;
  line-height: 100%;
  content: counter(renovation, decimal-leading-zero) " ";
}
@media (max-width: 768px) {
  .top_renovation_main_card_menu::after {
    font-size: 1.5714285714rem;
  }
}

.top_renovation_main_card_right {
  padding: 1.0625rem 1.5rem 1.3125rem 1.25rem;
  min-height: 8.0625rem;
}
@media (max-width: 768px) {
  .top_renovation_main_card_right {
    padding: 0.7142857143rem 1.0714285714rem;
    min-height: auto;
  }
}

.top_renovation_main_card_title {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #FEDC5E;
}
@media (max-width: 768px) {
  .top_renovation_main_card_title {
    font-size: 1.2857142857rem;
  }
}

.top_renovation_main_card_subtitle {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .top_renovation_main_card_subtitle {
    font-size: 1.0714285714rem;
    margin-top: 0.3571428571rem;
  }
}

.top_renovation_main_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 605/350;
}

.top_renovation_main_card_text {
  line-height: 1.875;
  margin-top: 1.375rem;
  padding: 0 1.5625rem;
}
@media (max-width: 768px) {
  .top_renovation_main_card_text {
    margin-top: 0.7142857143rem;
    padding: 0 1.0714285714rem;
  }
}

.top_renovation_sub_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .top_renovation_sub_cards {
    grid-template-columns: 1fr;
    gap: 1.4285714286rem;
  }
}

.top_renovation_sub_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #fff;
  counter-increment: renovation;
  padding-bottom: 1.125rem;
}

.top_renovation_sub_card_head {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #07459C;
}
@media (max-width: 768px) {
  .top_renovation_sub_card_head {
    grid-template-columns: 5rem 1fr;
  }
}

.top_renovation_sub_card_left {
  background-color: #04357A;
  clip-path: polygon(0% 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
}
@media (max-width: 768px) {
  .top_renovation_sub_card_left {
    clip-path: polygon(0% 0, 100% 0, calc(100% - 1.0714285714rem) 100%, 0 100%);
  }
}

.top_renovation_sub_card_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0.75rem 1.0625rem 0.3125rem 0.4375rem;
}

.top_renovation_sub_card_menu::after {
  font-size: 2.125rem;
  line-height: 100%;
  content: counter(renovation, decimal-leading-zero) " ";
}
@media (max-width: 768px) {
  .top_renovation_sub_card_menu::after {
    font-size: 1.5714285714rem;
  }
}

.top_renovation_sub_card_right {
  padding: 0.9375rem 1.0625rem 1.25rem 0.625rem;
}
@media (max-width: 768px) {
  .top_renovation_sub_card_right {
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.top_renovation_sub_card_title {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #FEDC5E;
}
@media (max-width: 768px) {
  .top_renovation_sub_card_title {
    font-size: 1.2857142857rem;
  }
}

.top_renovation_sub_card_subtitle {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  margin-top: 0.0625rem;
}
@media (max-width: 768px) {
  .top_renovation_sub_card_subtitle {
    font-size: 1.0714285714rem;
    margin-top: 0.3571428571rem;
  }
}

.top_renovation_sub_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/226;
}

.top_renovation_sub_card_text {
  margin-top: 0.875rem;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .top_renovation_sub_card_text {
    margin-top: 0.7142857143rem;
    padding: 0 1.0714285714rem;
  }
}

.top_renovation_btn {
  text-align: center;
  margin-top: 4.8125rem;
}
@media (max-width: 768px) {
  .top_renovation_btn {
    margin-top: 2.1428571429rem;
  }
}

/* top - top_area
------------------------------ */
.top_area {
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .top_area {
    margin-top: 3.5714285714rem;
  }
}

.top_area_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 4.4375rem;
}
@media (max-width: 768px) {
  .top_area_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1428571429rem;
    margin-top: 2.1428571429rem;
  }
}

.top_area_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 37.8125rem;
}

.top_area_service_text {
  line-height: 1.875;
  padding-bottom: 1.1875rem;
}
@media (max-width: 768px) {
  .top_area_service_text {
    padding-bottom: 0;
  }
}

.top_area_service_img {
  margin-top: auto;
}
@media (max-width: 768px) {
  .top_area_service_img {
    margin-top: 0.7142857143rem;
  }
}

.top_area_service_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 605/400;
}

.top_area_map_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 37.8125rem;
}

.top_area_map_info {
  padding-bottom: 1.1875rem;
}
@media (max-width: 768px) {
  .top_area_map_info {
    padding-bottom: 0;
  }
}

.top_area_map_info_title {
  font-weight: 700;
  color: #07459C;
}

.top_area_map {
  margin-top: auto;
}
@media (max-width: 768px) {
  .top_area_map {
    margin-top: 0.7142857143rem;
  }
}

.top_area_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 605/400;
}

/* top - top_flow
------------------------------ */
.top_flow {
  background-color: #07459C;
  padding: 6.9375rem 0 7.5rem;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .top_flow {
    padding: 3.5714285714rem 0;
    margin-top: 3.5714285714rem;
  }
}

.top_flow_title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .top_flow_title {
    font-size: 1.7142857143rem;
  }
}

.top_flow_lists {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1rem;
  counter-reset: cnt;
  margin-top: 3.8125rem;
}
@media (max-width: 768px) {
  .top_flow_lists {
    grid-template-columns: 1fr;
    gap: 0.7142857143rem;
    margin-top: 2.1428571429rem;
  }
}

.top_flow_list {
  position: relative;
  background: linear-gradient(155deg, #fff, #D9D9D9);
  padding: 1.75rem 0.625rem 2rem;
}
@media (max-width: 768px) {
  .top_flow_list {
    display: grid;
    grid-template-columns: 50px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.7142857143rem;
    padding: 0.7142857143rem 0.7142857143rem;
  }
}

.top_flow_list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  right: -2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_circle_triangle_blue_yellow_right.png) no-repeat center center/contain;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_flow_list:not(:last-of-type)::after {
    width: 2.1428571429rem;
    height: 2.1428571429rem;
    top: auto;
    right: auto;
    bottom: -1.2857142857rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/common/icon_circle_triangle_blue_yellow_bottom.png) no-repeat center center/contain;
  }
}

.top_flow_list_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #07459C;
}

.top_flow_list_step::after {
  font-size: 2.5rem;
  line-height: 100%;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
}
@media (max-width: 768px) {
  .top_flow_list_step::after {
    font-size: 1.7142857143rem;
  }
}

.top_flow_list_text {
  font-size: 1.75rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
  .top_flow_list_text {
    font-size: 1.0714285714rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 0;
  }
}

.top_flow_btn {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .top_flow_btn {
    margin-top: 2.1428571429rem;
  }
}

/* cta
------------------------------ */
.cta {
  position: relative;
  padding: 6.25rem 1.5625rem 6.5rem;
  background: linear-gradient(135deg, #0086CD, #07459C);
  z-index: 1;
}
@media (max-width: 768px) {
  .cta {
    padding: 3.5714285714rem 1.1428571429rem;
  }
}

.cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 38.0666666667%;
  bottom: 0;
  width: 32.6666666667%;
  background-color: rgba(13, 80, 167, 0.34);
  z-index: -1;
  clip-path: polygon(80% 0, 0 0, 20% 100%, 100% 100%);
}

.cta::after {
  position: absolute;
  content: "";
  background-color: #07459C;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
  background: linear-gradient(-77deg, rgba(2, 107, 188, 0) 0%, rgba(2, 107, 188, 0) 22.7%, rgba(2, 107, 188, 0.75) 22.7%, rgba(2, 107, 188, 0.75) 42.9%, rgba(2, 107, 188, 0) 42.9%, rgba(2, 107, 188, 0) 69.2%, rgba(2, 112, 196, 0.27) 69.2%, rgba(2, 112, 196, 0.27) 81.4%, rgba(2, 107, 188, 0) 81.4%, rgba(2, 107, 188, 0) 100%);
}

.cta_inner {
  width: 100%;
  max-width: 78.125rem;
  margin-inline: auto;
}

.cta_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem 2.4375rem;
}
@media (max-width: 768px) {
  .cta_items {
    grid-template-columns: 1fr;
    gap: 1.4285714286rem;
  }
}

.cta_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #fff;
  padding: 1.125rem 1.6875rem 2.1875rem;
}

.cta_item_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #07459C;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.375rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cta_item_title {
    font-size: 1.2142857143rem;
    min-height: auto;
  }
}

.cta_item_tel_link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 19.9375rem;
  margin: auto;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .cta_item_tel_link {
    max-width: 17.8571428571rem;
    margin: 0.7142857143rem auto 0;
    padding-bottom: 0.7142857143rem;
  }
}

.cta_item_mail_btn {
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cta_item_mail_btn {
    margin-top: 0.7142857143rem;
  }
}

.cta_item_mail_btn a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 20.0625rem;
  padding: 1.25rem 1.3125rem;
  color: #fff;
  background: linear-gradient(135deg, #0086CD, #07459C);
}
@media (max-width: 768px) {
  .cta_item_mail_btn a {
    max-width: 17.8571428571rem;
    padding: 1.4285714286rem 0.6428571429rem;
  }
}

.cta_item_mail_btn a::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .cta_item_mail_btn a:hover::after {
    opacity: 1;
  }
}

.cta_item_mail_btn a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 1.25rem 0 2.5625rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_item_mail_btn a span {
    padding: 0 1.4285714286rem 0 1.7857142857rem;
  }
}

.cta_item_mail_btn a span::before {
  position: absolute;
  content: "";
  width: 1.6875rem;
  height: 1.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .cta_item_mail_btn a span::before {
    width: 1.4285714286rem;
    height: 1rem;
  }
}

.cta_item_mail_btn a span::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.cta_item_line_btn {
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cta_item_line_btn {
    margin-top: 0.7142857143rem;
  }
}

.cta_item_line_btn a {
  position: relative;
  display: inline-block;
  font-size: clamp(13px, 1.0666666667vw, 16px);
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 20.0625rem;
  padding: 1.25rem 1.3125rem;
  color: #fff;
  background-color: #06C755;
  text-align: right;
}
@media (max-width: 768px) {
  .cta_item_line_btn a {
    max-width: 17.8571428571rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

@media (min-width: 768px) {
  .cta_item_line_btn a:hover {
    background-color: #0086CD;
  }
}

.cta_item_line_btn a span {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 14.4375rem;
  text-align: left;
  padding: 0 1.25rem 0 3.0625rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_item_line_btn a span {
    padding: 0 0.7142857143rem 0 2.8571428571rem;
  }
}

.cta_item_line_btn a span::before {
  position: absolute;
  content: "";
  width: 2.3125rem;
  height: 2.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_line_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .cta_item_line_btn a span::before {
    width: 2.1428571429rem;
  }
}

.cta_item_line_btn a span::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.cta_item_text {
  text-align: center;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .cta_item_text {
    margin-top: 0.7142857143rem;
  }
}

.cta_content {
  margin-top: 1.8125rem;
}
@media (max-width: 768px) {
  .cta_content {
    margin-top: 2.1428571429rem;
  }
}

.cta_title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .cta_title {
    font-size: 1.7142857143rem;
  }
}

.cta_title_name {
  font-size: 3.625rem;
  color: #FEDC5E;
}
@media (max-width: 768px) {
  .cta_title_name {
    font-size: 2rem;
  }
}

.cta_title_color {
  color: #FEDC5E;
}

.cta_message {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-top: 0.4375rem;
  padding-top: 1.375rem;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .cta_message {
    font-size: 1.7142857143rem;
    margin-top: 0.7142857143rem;
    padding-top: 0.7142857143rem;
  }
}

.cta_figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.75rem auto 0;
}
@media (max-width: 768px) {
  .cta_figure {
    margin: 0.7142857143rem auto 0;
  }
}

.cta_figure dl {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 768px) {
  .cta_figure dl {
    grid-template-columns: 6.4285714286rem 1fr;
  }
}

.cta_figure dt {
  white-space: nowrap;
}

/* sub
------------------------------ */
.sub_main {
  position: relative;
  margin-top: 11.875rem;
}
@media (max-width: 1300px) {
  .sub_main {
    margin-top: 6.25rem;
  }
}
@media (max-width: 768px) {
  .sub_main {
    margin-top: 4.2857142857rem;
  }
}

.sub_mv {
  min-height: 18.75rem;
  background-color: #07459C;
}
@media (max-width: 768px) {
  .sub_mv {
    min-height: auto;
  }
}

.sub_mv_inner {
  position: relative;
  min-height: inherit;
}
@media (max-width: 768px) {
  .sub_mv_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sub_mv_content_wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(50% + 4.5625rem);
  min-width: 37.5rem;
  min-height: inherit;
  padding: 1.875rem 0.625rem 1.875rem 0;
}
@media (max-width: 768px) {
  .sub_mv_content_wrapper {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 0;
  }
}

.sub_mv_content_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(67deg, rgba(2, 107, 188, 0) 0%, rgba(2, 107, 188, 0) 9.3%, rgba(2, 107, 188, 0.51) 9.3%, rgba(2, 107, 188, 0.51) 48.6%, rgba(2, 107, 188, 0) 48.6%, rgba(2, 107, 188, 0) 100%);
}
@media (max-width: 768px) {
  .sub_mv_content_wrapper::before {
    display: none;
  }
}

.sub_mv_content_wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(105deg, rgba(2, 112, 196, 0.76) 0%, rgba(2, 112, 196, 0.76) 10.4%, rgba(2, 112, 196, 0.84) 10.4%, rgba(2, 112, 196, 0.84) 26.4%, rgba(2, 112, 196, 0.32) 26.4%, rgba(2, 112, 196, 0.32) 64.6%, rgba(2, 112, 196, 0) 64.6%, rgba(2, 112, 196, 0) 100%);
}
@media (max-width: 768px) {
  .sub_mv_content_wrapper::after {
    display: none;
  }
}

.sub_mv_content {
  position: relative;
  padding: 2.3125rem 1.875rem 3.125rem 1.5625rem;
}
@media (max-width: 768px) {
  .sub_mv_content {
    padding: 1.9285714286rem 1.2857142857rem;
  }
}

.sub_mv_content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #04357A;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.125rem) 100%, 0 100%);
}
@media (max-width: 768px) {
  .sub_mv_content::before {
    clip-path: none;
  }
}

.sub_mv_title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0.1875rem 0.1875rem 0.625rem black;
  width: 100%;
  max-width: 41.1875rem;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .sub_mv_title {
    font-size: 1.8571428571rem;
  }
}

.sub_mv_img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 6.25rem);
  height: 100%;
}
@media (max-width: 768px) {
  .sub_mv_img {
    position: relative;
    width: 100%;
  }
}

.sub_mv_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(2.625rem 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  .sub_mv_img img {
    min-height: 8.5714285714rem;
    clip-path: none;
  }
}

.breadcrumb {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 1.3125rem 0;
  background-color: #EAF2FA;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 1.0714285714rem 0;
  }
}

.breadcrumb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .breadcrumb_inner {
    gap: 0.3571428571rem 0.7142857143rem;
  }
}

.breadcrumb_inner span .current-item {
  font-weight: 700;
}

.breadcrumb_arrow {
  display: block;
  position: relative;
  width: 0.3125rem;
}

.breadcrumb_arrow::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_blue_base.png) no-repeat center center/contain;
}

.subsection_title {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-left: 2.5625rem;
}
@media (max-width: 768px) {
  .subsection_title {
    font-size: 1.4285714286rem;
    padding-left: 1.4285714286rem;
  }
}

.subsection_title::before {
  position: absolute;
  content: "";
  width: 0.5625rem;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #0057D1;
}
@media (max-width: 768px) {
  .subsection_title::before {
    width: 0.3571428571rem;
  }
}

.works_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.works_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}

.works_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  background-color: #EAF2FA;
}

.works_card_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/212;
  -o-object-fit: cover;
     object-fit: cover;
}

/* reform - reform_protect
------------------------------ */
.reform_protect {
  margin-top: 4.5625rem;
}
@media (max-width: 768px) {
  .reform_protect {
    margin-top: 3.5714285714rem;
  }
}

.reform_protect_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 4.1875rem;
}
@media (max-width: 768px) {
  .reform_protect_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.1428571429rem;
  }
}

.reform_protect_content {
  width: 100%;
  max-width: 55rem;
  line-height: 200%;
  letter-spacing: 0.04em;
}

.reform_protect_img {
  width: 100%;
  max-width: 19.125rem;
}
@media (max-width: 768px) {
  .reform_protect_img {
    max-width: 100%;
  }
}

.reform_protect_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 306/216;
}

/* reform - reform_menu
------------------------------ */
.reform_menu {
  position: relative;
  margin-top: 7.5rem;
  padding: 7.125rem 0 7.5rem;
  background-color: #EAF2FA;
  z-index: 0;
}
@media (max-width: 768px) {
  .reform_menu {
    margin-top: 3.5714285714rem;
    padding: 3.5714285714rem 0;
  }
}

.reform_menu_main {
  counter-reset: renovation;
  margin-top: 4.1875rem;
}
@media (max-width: 768px) {
  .reform_menu_main {
    margin-top: 2.1428571429rem;
  }
}

.reform_menu_main_item {
  counter-increment: renovation;
}

.reform_menu_main_item + .reform_menu_main_item {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .reform_menu_main_item + .reform_menu_main_item {
    margin-top: 2.1428571429rem;
  }
}

.reform_menu_main_item_head {
  display: grid;
  grid-template-columns: 7.125rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #07459C;
}
@media (max-width: 768px) {
  .reform_menu_main_item_head {
    grid-template-columns: 5rem 1fr;
  }
}

.reform_menu_main_item_left {
  background-color: #04357A;
  clip-path: polygon(0% 0, 100% 0, calc(100% - 1.8125rem) 100%, 0 100%);
}
@media (max-width: 768px) {
  .reform_menu_main_item_left {
    clip-path: polygon(0% 0, 100% 0, calc(100% - 1.0714285714rem) 100%, 0 100%);
  }
}

.reform_menu_main_item_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 1.1875rem 1.375rem 1.3125rem 0.4375rem;
}
@media (max-width: 768px) {
  .reform_menu_main_item_menu {
    padding: 1.0714285714rem 0.7142857143rem;
  }
}

.reform_menu_main_item_menu::after {
  font-size: 2.5rem;
  line-height: 100%;
  content: counter(renovation, decimal-leading-zero) " ";
}
@media (max-width: 768px) {
  .reform_menu_main_item_menu::after {
    font-size: 1.5714285714rem;
  }
}

.reform_menu_main_item_right {
  padding: 1rem 1.5rem 1rem 1.25rem;
  min-height: 8.125rem;
}
@media (max-width: 768px) {
  .reform_menu_main_item_right {
    padding: 0.7142857143rem 1.0714285714rem;
    min-height: auto;
  }
}

.reform_menu_main_item_title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FEDC5E;
}
@media (max-width: 768px) {
  .reform_menu_main_item_title {
    font-size: 1.2857142857rem;
  }
}

.reform_menu_main_item_subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .reform_menu_main_item_subtitle {
    font-size: 1.0714285714rem;
    margin-top: 0.3571428571rem;
  }
}

.reform_menu_main_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .reform_menu_main_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7142857143rem;
    margin-top: 0;
  }
}

.reform_menu_main_item_img {
  width: 100%;
  max-width: 37.8125rem;
}

.reform_menu_main_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 605/410;
}

.reform_menu_main_item_content {
  width: 100%;
  max-width: 36.8125rem;
}

.reform_menu_main_item_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.reform_menu_main_item_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 0.75rem;
  color: #fff;
  background-color: #07459C;
}
@media (max-width: 768px) {
  .reform_menu_main_item_list {
    padding: 0.3571428571rem 0.7142857143rem;
  }
}

.reform_menu_main_item_text {
  letter-spacing: 0.03em;
  line-height: 180%;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .reform_menu_main_item_text {
    margin-top: 0.7142857143rem;
  }
}

.reform_menu_main_item_btn {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .reform_menu_main_item_btn {
    text-align: center;
    margin-top: 1.0714285714rem;
  }
}

.reform_menu_sub_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5rem;
  margin-top: 5.0625rem;
}
@media (max-width: 768px) {
  .reform_menu_sub_items {
    grid-template-columns: 1fr;
    gap: 2.1428571429rem;
    margin-top: 2.1428571429rem;
  }
}

.reform_menu_sub_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  counter-increment: renovation;
}

.reform_menu_sub_item:nth-last-of-type(n+3) {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .reform_menu_sub_item:nth-last-of-type(n+3) {
    padding-bottom: 0;
  }
}

.reform_menu_sub_item_head {
  display: grid;
  grid-template-columns: 7.125rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #07459C;
}
@media (max-width: 768px) {
  .reform_menu_sub_item_head {
    grid-template-columns: 5rem 1fr;
  }
}

.reform_menu_sub_item_left {
  background-color: #04357A;
  clip-path: polygon(0% 0, 100% 0, calc(100% - 1.8125rem) 100%, 0 100%);
}
@media (max-width: 768px) {
  .reform_menu_sub_item_left {
    clip-path: polygon(0% 0, 100% 0, calc(100% - 1.0714285714rem) 100%, 0 100%);
  }
}

.reform_menu_sub_item_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 1.25rem 1.4375rem 1.3125rem 0.5rem;
}
@media (max-width: 768px) {
  .reform_menu_sub_item_menu {
    padding: 1.0714285714rem 0.7142857143rem;
  }
}

.reform_menu_sub_item_menu::after {
  font-size: 2.5rem;
  line-height: 100%;
  content: counter(renovation, decimal-leading-zero) " ";
}

.reform_menu_sub_item_right {
  padding: 1.0625rem 1.5rem 1.0625rem 1.25rem;
  min-height: 104px;
}
@media (max-width: 768px) {
  .reform_menu_sub_item_right {
    padding: 0.7142857143rem 1.0714285714rem;
    min-height: auto;
  }
}

.reform_menu_sub_item_title {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #FEDC5E;
}
@media (max-width: 768px) {
  .reform_menu_sub_item_title {
    font-size: 1.2857142857rem;
  }
}

.reform_menu_sub_item_subtitle {
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .reform_menu_sub_item_subtitle {
    font-size: 1.0714285714rem;
    margin-top: 0.2142857143rem;
  }
}

.reform_menu_sub_item_img {
  width: 100%;
  max-width: 37.8125rem;
}

.reform_menu_sub_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 605/280;
}

.reform_menu_sub_item_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .reform_menu_sub_item_lists {
    margin-top: 0.7142857143rem;
  }
}

.reform_menu_sub_item_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.75rem;
  color: #fff;
  background-color: #07459C;
}

.reform_menu_sub_text {
  line-height: 180%;
  letter-spacing: 0.03em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .reform_menu_sub_text {
    margin-top: 0.7142857143rem;
  }
}

.reform_menu_sub_btn {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .reform_menu_sub_btn {
    text-align: center;
    margin-top: 1.0714285714rem;
  }
}

/* reform - reform_choose
------------------------------ */
.reform_choose {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .reform_choose {
    margin-top: 3.5714285714rem;
  }
}

.reform_choose_subtitle {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #07459C;
  border-radius: 1.5rem;
  padding: 0.4375rem 4.0625rem;
  margin: 3.125rem auto 0;
}
@media (max-width: 768px) {
  .reform_choose_subtitle {
    font-size: 1.1428571429rem;
    padding: 0.3571428571rem 1.4285714286rem;
    margin: 2.1428571429rem auto 0;
  }
}

.reform_choose_cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5rem;
  margin-top: 5rem;
  counter-reset: cnt;
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .reform_choose_cards {
    grid-template-columns: 1fr;
    gap: 1.4285714286rem;
    margin-top: 2.1428571429rem;
    padding-bottom: 3.5714285714rem;
  }
}

.reform_choose_cards::after {
  position: absolute;
  content: "";
  width: 6.25rem;
  height: 3.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../images/common/icon_big_arrow_bottom_yellow.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .reform_choose_cards::after {
    width: 3.9285714286rem;
    height: 2.4285714286rem;
  }
}

.reform_choose_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.reform_choose_card:nth-last-of-type(n+4) {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .reform_choose_card:nth-last-of-type(n+4) {
    padding-bottom: 0;
  }
}

.reform_choose_card_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #07459C;
  background: linear-gradient(0deg, #EAF2FA 0, #EAF2FA 20px, transparent 20px, transparent 100%);
}

.reform_choose_card_point::after {
  font-size: 2.5rem;
  line-height: 100%;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
}
@media (max-width: 768px) {
  .reform_choose_card_point::after {
    font-size: 1.8571428571rem;
  }
}

.reform_choose_card_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem 1.25rem 1.25rem;
  background-color: #EAF2FA;
}
@media (max-width: 768px) {
  .reform_choose_card_title {
    font-size: 1.1428571429rem;
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.reform_choose_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/280;
}

.reform_choose_card_text {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .reform_choose_card_text {
    margin-top: 0.7142857143rem;
  }
}

.reform_choose_food {
  background: url(../images/reform/reform_choose_food_bg.jpg) no-repeat center center/cover;
  margin-top: 6rem;
  padding: 0.25rem 0 8.0625rem;
}
@media (max-width: 768px) {
  .reform_choose_food {
    margin-top: 1.4285714286rem;
    padding: 1.4285714286rem 0 3.5714285714rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#ECECEC));
    background: linear-gradient(180deg, #fff 0, #ECECEC 100%);
  }
}

.reform_choose_food_texts {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .reform_choose_food_texts {
    font-size: 1.2857142857rem;
  }
}

.reform_choose_food_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.625rem;
}
@media (max-width: 768px) {
  .reform_choose_food_text {
    gap: 0.2142857143rem 0.3571428571rem;
  }
}

.reform_choose_food_text + .reform_choose_food_text {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .reform_choose_food_text + .reform_choose_food_text {
    margin-top: 0.3571428571rem;
  }
}

.reform_choose_food_text_large {
  font-size: 3.0625rem;
  display: inline-block;
  padding: 0.1875rem 1.625rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0 0, #0057D1 100%);
  clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}
@media (max-width: 768px) {
  .reform_choose_food_text_large {
    font-size: 1.5714285714rem;
    padding: 0.2142857143rem 1.2857142857rem;
  }
}

.reform_choose_food_text_middle {
  font-size: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0 0, #0057D1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .reform_choose_food_text_middle {
    font-size: 1.4285714286rem;
  }
}

/* work共通
------------------------------ */
.work_rec_message {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 180%;
  text-align: center;
}

.work_rec_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .work_rec_cards {
    grid-template-columns: 1fr;
    gap: 1.4285714286rem;
  }
}

.work_rec_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.work_rec_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/226;
}

.work_rec_card_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #07459C;
  text-align: center;
  padding: 1.25rem 0.9375rem;
}
@media (max-width: 768px) {
  .work_rec_card_title {
    font-size: 1rem;
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.work_rec_card_text {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .work_rec_card_text {
    margin-top: 0.7142857143rem;
  }
}

.work_plan_subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0 0, #0057D1 100%);
  text-align: center;
  padding: 1.125rem 1.25rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .work_plan_subtitle {
    font-size: 1.1428571429rem;
    padding: 0.7142857143rem 1.0714285714rem;
    margin-top: 2.1428571429rem;
  }
}

.work_plan_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .work_plan_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.4285714286rem;
  }
}

.work_plan_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}

.work_plan_image {
  width: 100%;
  max-width: 19.125rem;
}

.work_plan_image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.work_plan_content {
  width: 100%;
  max-width: 35.25rem;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .work_plan_content {
    margin-top: 0;
  }
}

.work_plan_considering {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .work_plan_considering {
    font-size: 1.1428571429rem;
  }
}

.work_plan_price {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 100%;
  margin-top: 1.3125rem;
}
@media (max-width: 768px) {
  .work_plan_price {
    font-size: 1.0714285714rem;
    margin-top: 0.7142857143rem;
  }
}

.work_plan_price_red {
  color: #D30000;
}

.work_plan_price_main {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .work_plan_price_main {
    font-size: 1.8571428571rem;
  }
}

.work_plan_price_yen {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .work_plan_price_yen {
    font-size: 1.1428571429rem;
  }
}

.work_plan_example {
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #07459C;
  padding: 0.375rem 0.75rem;
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .work_plan_example {
    margin-top: 0.7142857143rem;
  }
}

.work_plan_text {
  letter-spacing: 0.04em;
  line-height: 180%;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .work_plan_text {
    margin-top: 0.3571428571rem;
  }
}

.work_flow {
  position: relative;
  padding: 7.125rem 0 7.5rem;
  background-color: #EAF2FA;
  z-index: 1;
}
@media (max-width: 768px) {
  .work_flow {
    padding: 3.5714285714rem 0;
  }
}

.work_flow_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem 2.8125rem;
  counter-reset: cnt;
  margin-top: 4.625rem;
}
@media (max-width: 768px) {
  .work_flow_cards {
    grid-template-columns: 1fr;
    gap: 2.1428571429rem;
    margin-top: 2.1428571429rem;
  }
}

.work_flow_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.work_flow_card_num {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1.25rem, #fff), color-stop(1.25rem, transparent), to(transparent));
  background: linear-gradient(0deg, #fff 0, #fff 1.25rem, transparent 1.25rem, transparent 100%);
}
@media (max-width: 768px) {
  .work_flow_card_num {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.9285714286rem, #fff), color-stop(0.9285714286rem, transparent), to(transparent));
    background: linear-gradient(0deg, #fff 0, #fff 0.9285714286rem, transparent 0.9285714286rem, transparent 100%);
  }
}

.work_flow_card_num::after {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  color: #07459C;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
}
@media (max-width: 768px) {
  .work_flow_card_num::after {
    font-size: 1.8571428571rem;
  }
}

.work_flow_card_title_wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 0.625rem 1.125rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .work_flow_card_title_wrapper {
    padding: 0.3571428571rem 1.0714285714rem;
  }
}

.work_flow_card_title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .work_flow_card_title {
    font-size: 1.1428571429rem;
  }
}

.work_flow_card_title span {
  font-size: 1.1428571429rem;
}
@media (max-width: 768px) {
  .work_flow_card_title span {
    font-size: 1rem;
  }
}

.work_flow_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/280;
}

.work_flow_card_text {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 1.1875rem;
}
@media (max-width: 768px) {
  .work_flow_card_text {
    top: 0.7142857143rem;
  }
}

.work_case_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem 2.5rem;
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .work_case_cards {
    grid-template-columns: 1fr;
    gap: 2.1428571429rem;
    margin-top: 2.1428571429rem;
  }
}

.work_case_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.work_case_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background-color: #EAF2FA;
  padding-bottom: 1.6875rem;
}
@media (max-width: 768px) {
  .work_case_card a {
    padding-bottom: 1.4285714286rem;
  }
}

@media (min-width: 768px) {
  .work_case_card a:hover {
    background-color: rgba(0, 180, 200, 0.25);
  }
}

.work_case_card_img {
  overflow: hidden;
}

.work_case_card_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/212;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .work_case_card a:hover .work_case_card_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.work_case_card_unit {
  margin-top: 1.125rem;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .work_case_card_unit {
    margin-top: 0.7142857143rem;
    padding: 0 0.7142857143rem;
  }
}

.work_case_card_date {
  font-size: 0.875rem;
  color: #595959;
}
@media (max-width: 768px) {
  .work_case_card_date {
    font-size: 0.9285714286rem;
  }
}

.work_case_card_title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.0625rem;
}
@media (max-width: 768px) {
  .work_case_card_title {
    font-size: 1.1428571429rem;
  }
}

.work_case_card_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  margin-top: 0.5625rem;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .work_case_card_lists {
    margin-top: 0.3571428571rem;
    padding: 0 0.3571428571rem;
  }
}

.work_case_card_list {
  font-size: 0.8125rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3.125rem;
  color: #fff;
  background-color: #07459C;
  text-align: center;
  padding: 0.25rem 0.9375rem;
}
@media (max-width: 768px) {
  .work_case_card_list {
    padding: 0.2142857143rem 0.8571428571rem;
  }
}

.work_case_card_area {
  font-size: 0.875rem;
  font-weight: 700;
  color: #07459C;
  margin-top: 0.5625rem;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .work_case_card_area {
    font-size: 0.9285714286rem;
    padding: 0 0.7142857143rem;
  }
}

.work_case_btn {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .work_case_btn {
    margin-top: 2.1428571429rem;
  }
}

.work_renovation_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2.5rem;
  margin-top: 4.125rem;
  counter-reset: cnt;
}
@media (max-width: 768px) {
  .work_renovation_cards {
    grid-template-columns: 1fr;
    gap: 2.1428571429rem;
    margin-top: 2.1428571429rem;
  }
}

.work_renovation_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #fff;
  counter-increment: renovation;
}

.work_renovation_card:nth-last-of-type(n+4) {
  padding-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .work_renovation_card:nth-last-of-type(n+4) {
    padding-bottom: 0;
  }
}

.work_renovation_card_head {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #07459C;
}
@media (max-width: 768px) {
  .work_renovation_card_head {
    grid-template-columns: 5rem 1fr;
  }
}

.work_renovation_card_left {
  background-color: #04357A;
  clip-path: polygon(0% 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
}
@media (max-width: 768px) {
  .work_renovation_card_left {
    clip-path: polygon(0% 0, 100% 0, calc(100% - 1.0714285714rem) 100%, 0 100%);
  }
}

.work_renovation_card_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  padding: 0.8125rem 1.1875rem 0.4375rem 0.5625rem;
}

.work_renovation_card_menu::after {
  font-size: 2.125rem;
  line-height: 100%;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
}

.work_renovation_card_right {
  padding: 0.8125rem 1.0625rem 1.25rem 0.625rem;
  min-height: 5.9375rem;
}
@media (max-width: 768px) {
  .work_renovation_card_right {
    padding: 0.7142857143rem 1.0714285714rem;
    min-height: auto;
  }
}

.work_renovation_card_title {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FEDC5E;
}
@media (max-width: 768px) {
  .work_renovation_card_title {
    font-size: 1.2857142857rem;
  }
}

.work_renovation_card_subtitle {
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  margin-top: 0.5rem;
}

.work_renovation_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/226;
}

.work_renovation_card_text {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .work_renovation_card_text {
    margin-top: 0.7142857143rem;
  }
}

.work_renovation_btn {
  text-align: center;
  margin-top: 4.9375rem;
}
@media (max-width: 768px) {
  .work_renovation_btn {
    margin-top: 2.1428571429rem;
  }
}

/* roof - roof-work_rec
------------------------------ */
.roof-work_rec {
  background-color: #EAF2FA;
  padding: 4.5rem 0 5rem;
}
@media (max-width: 768px) {
  .roof-work_rec {
    padding: 3.5714285714rem 0;
  }
}

.roof-work_rec_cards {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .roof-work_rec_cards {
    margin-top: 2.1428571429rem;
  }
}

.roof-work_rec_content {
  position: relative;
  background-color: #fff;
  margin-top: 4rem;
  padding: 4rem 1.25rem 4.1875rem;
}
@media (max-width: 768px) {
  .roof-work_rec_content {
    margin-top: 2.1428571429rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.roof-work_rec_content::before {
  position: absolute;
  content: "";
  width: 7.5rem;
  height: 2.5625rem;
  top: -0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EAF2FA;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width: 768px) {
  .roof-work_rec_content::before {
    width: 5rem;
    height: 1.4285714286rem;
  }
}

.roof-work_rec_message {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .roof-work_rec_message {
    font-size: 1.1428571429rem;
  }
}

.roof-work_rec_unit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5625rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .roof-work_rec_unit {
    font-size: 16px;
    gap: 0.1428571429rem 0.3571428571rem;
    margin-top: 0.7142857143rem;
  }
}

.roof-work_rec_unit span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #07459C;
  padding: 0.4375rem 1.625rem;
}
@media (max-width: 768px) {
  .roof-work_rec_unit span {
    font-size: 1.2857142857rem;
    padding: 0.2142857143rem 0.7142857143rem;
  }
}

.roof-work_rec_text {
  font-size: 1.25rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 60rem;
  margin: 0.8125rem auto 0;
}
@media (max-width: 768px) {
  .roof-work_rec_text {
    font-size: 1.1428571429rem;
    margin-top: 0.7142857143rem;
    text-align: left;
  }
}

.roof-work_rec_lists {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.125rem auto 0;
}
@media (max-width: 768px) {
  .roof-work_rec_lists {
    margin: 0.7142857143rem auto 0;
  }
}

.roof-work_rec_list {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .roof-work_rec_list {
    padding-left: 1rem;
  }
}

.roof-work_rec_list + .roof-work_rec_list {
  margin-top: 0.3125rem;
}

.roof-work_rec_list::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.roof-work_rec_list a {
  position: relative;
  display: inline-block;
}

.roof-work_rec_list a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .roof-work_rec_list a:hover::after {
    width: 0;
  }
}

/* roof-work - roof-work_about
------------------------------ */
.roof-work_about {
  margin-top: 7.125rem;
}
@media (max-width: 768px) {
  .roof-work_about {
    margin-top: 3.5714285714rem;
  }
}

.roof-work_about_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .roof-work_about_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.1428571429rem;
  }
}

.roof-work_about_img {
  width: 100%;
  max-width: 34.375rem;
}
@media (max-width: 768px) {
  .roof-work_about_img {
    max-width: 100%;
  }
}

.roof-work_about_content {
  width: 100%;
  max-width: 40.75rem;
  margin-top: 3.1875rem;
}
@media (max-width: 768px) {
  .roof-work_about_content {
    max-width: 100%;
    margin-top: 0;
  }
}

.roof-work_about_text {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 180%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .roof-work_about_text {
    font-size: 1.0714285714rem;
  }
}

.roof-work_about_text p + p {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .roof-work_about_text p + p {
    margin-top: 0.3571428571rem;
  }
}

.roof-work_about_text span {
  color: #07459C;
}

/* roof-work - roof-work_benefits
------------------------------ */
.roof-work_benefits {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .roof-work_benefits {
    margin-top: 3.5714285714rem;
  }
}

.roof-work_benefits_items {
  counter-reset: cnt;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_items {
    margin-top: 2.1428571429rem;
  }
}

.roof-work_benefits_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.roof-work_benefits_item + .roof-work_benefits_item {
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_item + .roof-work_benefits_item {
    margin-top: 2.1428571429rem;
  }
}

.roof-work_benefits_item_img {
  width: 100%;
  max-width: 20rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_item_img {
    max-width: 12.8571428571rem;
    margin-inline: auto;
  }
}

.roof-work_benefits_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.roof-work_benefits_item_content {
  width: 100%;
  max-width: 54.125rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_item_content {
    max-width: 100%;
  }
}

.roof-work_benefits_item_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #07459C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.875rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_item_num {
    font-size: 1.1428571429rem;
  }
}

.roof-work_benefits_item_num::after {
  content: counter(cnt, decimal);
  counter-increment: cnt;
}

.roof-work_benefits_item_title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.75rem;
  padding-bottom: 0.1875rem;
  border-bottom: 0.1875rem solid #07459C;
}
@media (max-width: 768px) {
  .roof-work_benefits_item_title {
    font-size: 1.5714285714rem;
  }
}

.roof-work_benefits_item_text {
  letter-spacing: 0.05em;
  line-height: 180%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_item_text {
    margin-top: 0.7142857143rem;
  }
}

.roof-work_benefits_caution {
  border: 0.25rem solid #07459C;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution {
    margin-top: 2.1428571429rem;
  }
}

.roof-work_benefits_caution_title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #07459C;
  text-align: center;
  padding: 0.9375rem 1.25rem 1.125rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_title {
    font-size: 1.2857142857rem;
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.roof-work_benefits_caution_title span {
  display: inline-block;
  position: relative;
  padding: 0 4.3125rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_title span {
    padding: 0 0 0 2.1428571429rem;
  }
}

.roof-work_benefits_caution_title span::before {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 2.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_caution_blue_base.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_title span::before {
    width: 1.4285714286rem;
    height: 1.2857142857rem;
  }
}

.roof-work_benefits_caution_main {
  padding: 1.25rem 2.5rem 2.1875rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_main {
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.roof-work_benefits_caution_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.roof-work_benefits_caution_lists {
  width: 100%;
  max-width: 46.375rem;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_lists {
    margin-top: 0;
  }
}

.roof-work_benefits_caution_list {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #07459C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_list {
    padding-left: 1.0714285714rem;
    padding-bottom: 0.7142857143rem;
  }
}

.roof-work_benefits_caution_list + .roof-work_benefits_caution_list {
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_list + .roof-work_benefits_caution_list {
    margin-top: 0.3571428571rem;
  }
}

.roof-work_benefits_caution_list::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
  color: #07459C;
}

.roof-work_benefits_caution_img {
  width: 100%;
  max-width: 19rem;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_img {
    max-width: 100%;
  }
}

.roof-work_benefits_caution_text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
  background-color: #EAF2FA;
  margin-top: 2.125rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .roof-work_benefits_caution_text {
    font-size: 1.1428571429rem;
    margin-top: 1.4285714286rem;
    padding: 1.4285714286rem 1.0714285714rem;
    text-align: left;
  }
}

.roof-work_benefits_caution_text span {
  color: #07459C;
}

/* roof-work - roof-work_cta01
------------------------------ */
.roof-work_cta01 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .roof-work_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* roof-work - roof-work_plan
------------------------------ */
.roof-work_plan {
  margin-top: 7.375rem;
}
@media (max-width: 768px) {
  .roof-work_plan {
    margin-top: 3.5714285714rem;
  }
}

/* roof-work - roof-work_flow
------------------------------ */
.roof-work_flow {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .roof-work_flow {
    margin-top: 3.5714285714rem;
  }
}

/* roof-work - roof-work_case
------------------------------ */
.roof-work_case {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .roof-work_case {
    margin-top: 3.5714285714rem;
  }
}

/* roof-work - roof-work_cta02
------------------------------ */
.roof-work_cta02 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .roof-work_cta02 {
    margin-top: 3.5714285714rem;
  }
}

/* roof-paint - roof-paint_rec
------------------------------ */
.roof-paint_rec {
  margin-top: 4.625rem;
}
@media (max-width: 768px) {
  .roof-paint_rec {
    margin-top: 3.5714285714rem;
  }
}

.roof-paint_rec_message {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .roof-paint_rec_message {
    margin-top: 2.1428571429rem;
  }
}

.roof-paint_rec_cards {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .roof-paint_rec_cards {
    margin-top: 1.4285714286rem;
  }
}

/* roof-paint - roof-paint_plan
------------------------------ */
.roof-paint_plan {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .roof-paint_plan {
    margin-top: 3.5714285714rem;
  }
}

/* roof-paint - roof-paint_cta01
------------------------------ */
.roof-paint_cta01 {
  margin-top: 7.6875rem;
}
@media (max-width: 768px) {
  .roof-paint_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* roof-paint - roof-paint_renovation
------------------------------ */
.roof-paint_renovation {
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .roof-paint_renovation {
    margin-top: 3.5714285714rem;
  }
}

/* roof-paint - roof-paint_flow
------------------------------ */
.roof-paint_flow {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .roof-paint_flow {
    margin-top: 3.5714285714rem;
  }
}

/* roof-paint - roof-paint_case
------------------------------ */
.roof-paint_case {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .roof-paint_case {
    margin-top: 3.5714285714rem;
  }
}

/* roof-paint - roof-paint_cta02
------------------------------ */
.roof-paint_cta02 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .roof-paint_cta02 {
    margin-top: 3.5714285714rem;
  }
}

/* wall-paint - wall-paint_rec
------------------------------ */
.wall-paint_rec {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .wall-paint_rec {
    margin-top: 3.5714285714rem;
  }
}

.wall-paint_rec_message {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .wall-paint_rec_message {
    margin-top: 2.1428571429rem;
  }
}

.wall-paint_rec_cards {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .wall-paint_rec_cards {
    margin-top: 1.4285714286rem;
  }
}

/* wall-paint - wall-paint_plan
------------------------------ */
.wall-paint_plan {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .wall-paint_plan {
    margin-top: 3.5714285714rem;
  }
}

/* wall-paint - wall-paint_cta01
------------------------------ */
.wall-paint_cta01 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .wall-paint_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* wall-paint - wall-paint_renovation
------------------------------ */
.wall-paint_renovation {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .wall-paint_renovation {
    margin-top: 3.5714285714rem;
  }
}

/* wall-paint - wall-paint_flow
------------------------------ */
.wall-paint_flow {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .wall-paint_flow {
    margin-top: 3.5714285714rem;
  }
}

/* wall-paint - wall-paint_case
------------------------------ */
.wall-paint_case {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .wall-paint_case {
    margin-top: 3.5714285714rem;
  }
}

/* wall-paint - wall-paint_cta02
------------------------------ */
.wall-paint_cta02 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .wall-paint_cta02 {
    margin-top: 3.5714285714rem;
  }
}

/* company - company_greetings
------------------------------ */
.company_greetings {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .company_greetings {
    margin-top: 3.5714285714rem;
  }
}

.company_greetings_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .company_greetings_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.1428571429rem;
  }
}

.company_greetings_content {
  width: 100%;
  max-width: 58.0625rem;
}

.company_greetings_subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .company_greetings_subtitle {
    font-size: 1.1428571429rem;
  }
}

.company_greetings_message {
  line-height: 200%;
  letter-spacing: 0.04em;
  margin-top: 1.625rem;
}
@media (max-width: 768px) {
  .company_greetings_message {
    margin-top: 0.7142857143rem;
  }
}

.company_greetings_name_unit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 1.375rem;
}
@media (max-width: 768px) {
  .company_greetings_name_unit {
    width: 100%;
    max-width: 21.4285714286rem;
    margin: 0.7142857143rem auto 0;
  }
}

.company_greetings_company_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 768px) {
  .company_greetings_name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.company_greetings_name span {
  font-size: 1.5rem;
  font-weight: 700;
}

.company_greetings_avatar {
  width: 100%;
  max-width: 16rem;
}
@media (max-width: 768px) {
  .company_greetings_avatar {
    max-width: 21.4285714286rem;
    margin-inline: auto;
  }
}

/* company - company_features
------------------------------ */
.company_features {
  margin-top: 9.0625rem;
}
@media (max-width: 768px) {
  .company_features {
    margin-top: 3.5714285714rem;
  }
}

.company_features_lists {
  counter-reset: cnt;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .company_features_lists {
    margin-top: 2.1428571429rem;
  }
}

.company_features_list {
  display: grid;
  grid-template-columns: 11.5rem 1fr;
}
@media (max-width: 768px) {
  .company_features_list {
    grid-template-columns: 1fr;
    gap: 0.7142857143rem;
  }
}

.company_features_list + .company_features_list {
  margin-top: 3.8125rem;
}
@media (max-width: 768px) {
  .company_features_list + .company_features_list {
    margin-top: 2.8571428571rem;
  }
}

.company_features_list::before {
  font-size: 3.75rem;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  background: -webkit-gradient(linear, left top, left bottom, from(#07459C), to(#0086CD));
  background: linear-gradient(180deg, #07459C 0%, #0086CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-inline: auto;
}

.company_features_list_title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .company_features_list_title {
    font-size: 1.4285714286rem;
    padding-bottom: 0.2142857143rem;
  }
}

.company_features_list_text {
  line-height: 180%;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .company_features_list_text {
    margin-top: 1.0714285714rem;
  }
}

.company_features_list_text p + p {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .company_features_list_text p + p {
    margin-top: 0.5714285714rem;
  }
}

.company_features_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .company_features_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0714285714rem;
    margin-top: 1.4285714286rem;
  }
}

.company_features_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/300;
}

.company_features_item_text {
  letter-spacing: 0.03em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .company_features_item_text {
    margin-top: 0.3571428571rem;
  }
}

/* company - company_fees
------------------------------ */
.company_fees {
  margin-top: 9.125rem;
}
@media (max-width: 768px) {
  .company_fees {
    margin-top: 3.5714285714rem;
  }
}

.company_fees_text {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-weight: 700;
  text-align: center;
  max-width: 64.125rem;
  margin: 4.25rem auto 0;
}
@media (max-width: 768px) {
  .company_fees_text {
    font-size: 1.1428571429rem;
    text-align: left;
    margin: 2.1428571429rem auto 0;
  }
}

.company_fees_items {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .company_fees_items {
    margin-top: 2.1428571429rem;
  }
}

.company_fees_item + .company_fees_item {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .company_fees_item + .company_fees_item {
    margin-top: 2.1428571429rem;
  }
}

.company_fees_item_title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1.0625rem 1.5rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0 0, #0057D1 100%);
}
@media (max-width: 768px) {
  .company_fees_item_title {
    font-size: 1.1428571429rem;
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.company_fees_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  max-width: 76.625rem;
  margin-top: 2.25rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .company_fees_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.4285714286rem;
  }
}

.company_fees_item_content {
  width: 100%;
  max-width: 43.75rem;
}

.company_fees_item_lists_title {
  letter-spacing: 0.08em;
}

.company_fees_item_lists {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .company_fees_item_lists {
    margin-top: 1.0714285714rem;
  }
}

.company_fees_item_list {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2857142857rem;
  padding-left: 1.3571428571rem;
}

.company_fees_item_list + .company_fees_item_list {
  margin-top: 1.0714285714rem;
}
@media (max-width: 768px) {
  .company_fees_item_list + .company_fees_item_list {
    margin-top: 0.7142857143rem;
  }
}

.company_fees_item_list::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.2142857143rem;
  border: 1px solid #000;
  border-radius: 50%;
}

.company_fees_item_img {
  width: 100%;
  max-width: 31.25rem;
}
@media (max-width: 768px) {
  .company_fees_item_img {
    max-width: 100%;
  }
}

.company_fees_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/140;
}

.company_fees_item_plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3.8125rem;
}
@media (max-width: 768px) {
  .company_fees_item_plans {
    grid-template-columns: 1fr;
    gap: 1.4285714286rem;
    margin-top: 1.4285714286rem;
  }
}

.company_fees_item_plan {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #EAF2FA;
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .company_fees_item_plan {
    padding-bottom: 1.0714285714rem;
  }
}

.company_fees_item_plan_title_wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #07459C;
  text-align: center;
}

.company_fees_item_plan_title {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1rem 1.25rem;
}
@media (max-width: 768px) {
  .company_fees_item_plan_title {
    font-size: 1.1428571429rem;
    padding: 0.3571428571rem 1.0714285714rem;
  }
}

.company_fees_item_plan_title span {
  font-size: 1.1428571429rem;
}
@media (max-width: 768px) {
  .company_fees_item_plan_title span {
    font-size: 1rem;
  }
}

.company_fees_item_plan_text {
  letter-spacing: 0.03em;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .company_fees_item_plan_text {
    margin-top: 1.0714285714rem;
    padding: 0 1.0714285714rem;
  }
}

.company_fees_item_plan_fees_wrapper {
  padding: 0 1.5rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .company_fees_item_plan_fees_wrapper {
    margin-top: 1.0714285714rem;
    padding: 0 1.0714285714rem;
  }
}

.company_fees_item_plan_fees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8571428571rem;
  padding-top: 1.125rem;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .company_fees_item_plan_fees {
    padding-top: 0.7142857143rem;
  }
}

.company_fees_item_plan_fees_title {
  font-weight: 700;
  width: 100%;
  max-width: 3.0625rem;
  color: #fff;
  background-color: #07459C;
  text-align: center;
  padding: 0.125rem;
}

.company_fees_item_plan_fees_price {
  font-weight: 700;
}

.company_fees_item_plan_fees_price_red {
  color: #D30000;
}

.company_fees_item_plan_fees_price_main {
  font-size: 1.25rem;
}

.company_fees_item_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  margin-top: 3.9375rem;
}
@media (max-width: 768px) {
  .company_fees_item_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0714285714rem;
    margin-top: 1.7857142857rem;
  }
}

.company_fees_item_button {
  width: 100%;
  max-width: 18.75rem;
}

/* company - company_cta01
------------------------------ */
.company_cta01 {
  margin-top: 9.625rem;
}
@media (max-width: 768px) {
  .company_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* company - company_overview
------------------------------ */
.company_overview {
  margin-top: 7.0625rem;
}
@media (max-width: 768px) {
  .company_overview {
    margin-top: 3.5714285714rem;
  }
}

.company_overview_figure {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .company_overview_figure {
    margin-top: 2.1428571429rem;
  }
}

.company_overview_figure dl {
  display: grid;
  grid-template-columns: 15.625rem 1fr;
  gap: 0.375rem 0;
}
@media (max-width: 768px) {
  .company_overview_figure dl {
    grid-template-columns: 1fr;
  }
}

.company_overview_figure dt {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #07459C;
  padding: 1.5625rem 1.5rem;
}
@media (max-width: 768px) {
  .company_overview_figure dt {
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.company_overview_figure dd {
  letter-spacing: 0.05em;
  background-color: #EAF2FA;
  padding: 1.5625rem 1.5rem;
}
@media (max-width: 768px) {
  .company_overview_figure dd {
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.company_overview_figure_lists + .company_overview_figure_lists {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .company_overview_figure_lists + .company_overview_figure_lists {
    margin-top: 0.3571428571rem;
  }
}

.company_overview_figure_list {
  position: relative;
  padding-left: 1rem;
}

.company_overview_figure_list + .company_overview_figure_list {
  margin-top: 0.2142857143rem;
}
@media (max-width: 768px) {
  .company_overview_figure_list + .company_overview_figure_list {
    margin-top: 0.1428571429rem;
  }
}

.company_overview_figure_list::before {
  position: absolute;
  content: "";
  width: 0.2142857143rem;
  height: 0.2142857143rem;
  left: 0.2142857143rem;
  top: 0.7857142857rem;
  background-color: #000;
  border-radius: 50%;
}

/* company - company_access
------------------------------ */
.company_access {
  margin-top: 9.125rem;
}
@media (max-width: 768px) {
  .company_access {
    margin-top: 3.5714285714rem;
  }
}

.company_access_map {
  margin-top: 4.3125rem;
}
@media (max-width: 768px) {
  .company_access_map {
    margin-top: 2.1428571429rem;
  }
}

.company_access_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1250/505;
}

.company_access_lists {
  margin-top: 1.6875rem;
}
@media (max-width: 768px) {
  .company_access_lists {
    margin-top: 1.4285714286rem;
  }
}

.company_access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
}
@media (max-width: 768px) {
  .company_access_list {
    gap: 1.0714285714rem;
  }
}

.company_access_list + .company_access_list {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .company_access_list + .company_access_list {
    margin-top: 1.0714285714rem;
  }
}

.company_access_list_icon {
  width: 100%;
  max-width: 2.125rem;
}
@media (max-width: 768px) {
  .company_access_list_icon {
    max-width: 2.1428571429rem;
  }
}

.company_access_list_content {
  width: calc(100% - 2.125rem + 1.0625rem);
}
@media (max-width: 768px) {
  .company_access_list_content {
    width: calc(100% - 2.1428571429rem + 1.0714285714rem);
  }
}

.company_access_list_title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #07459C;
}
@media (max-width: 768px) {
  .company_access_list_title {
    font-size: 1.1428571429rem;
  }
}

.company_access_list_text {
  letter-spacing: 0.05em;
  margin-top: 0.1428571429rem;
}

/* company - company_cta02
------------------------------ */
.company_cta02 {
  margin-top: 9.5rem;
}
@media (max-width: 768px) {
  .company_cta02 {
    margin-top: 3.5714285714rem;
  }
}

/* company - company_history
------------------------------ */
.company_history {
  margin-top: 9.5rem;
}
@media (max-width: 768px) {
  .company_history {
    margin-top: 3.5714285714rem;
  }
}

.company_history_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  max-width: 71.25rem;
  margin-left: auto;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .company_history_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.1428571429rem;
  }
}

.company_history_lists {
  width: 100%;
  max-width: 43.75rem;
}

.company_history_list {
  position: relative;
  display: grid;
  grid-template-columns: 240fr 373fr;
  gap: 1.25rem;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .company_history_list {
    grid-template-columns: 1fr;
    gap: 0.3571428571rem;
    padding-left: 2.1428571429rem;
  }
}

.company_history_list:not(:last-of-type) {
  padding-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .company_history_list:not(:last-of-type) {
    padding-bottom: 2.1428571429rem;
  }
}

.company_history_list::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0.1428571429rem;
  background-color: #07459C;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .company_history_list::before {
    width: 1.2857142857rem;
    height: 1.2857142857rem;
  }
}

.company_history_list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 0.125rem;
  bottom: -0.125rem;
  left: 0.75rem;
  background-color: #07459C;
}
@media (max-width: 768px) {
  .company_history_list:not(:last-of-type)::after {
    left: 0.6428571429rem;
  }
}

.company_history_list_year {
  color: #07459C;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.company_history_list_year span {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .company_history_list_year span {
    font-size: 1.1428571429rem;
  }
}

.company_history_list_month {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #07459C;
}

.company_history_list_text {
  letter-spacing: 0.05em;
  line-height: 160%;
  margin-top: 1.0625rem;
}

.company_history_images {
  width: 100%;
  max-width: 20.625rem;
}
@media (max-width: 768px) {
  .company_history_images {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.company_history_image + .company_history_image {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .company_history_image + .company_history_image {
    margin-top: 0;
  }
}

.company_history_image img {
  aspect-ratio: 330/230;
  -o-object-fit: cover;
     object-fit: cover;
}

/* company - company_various
------------------------------ */
.company_various {
  margin-top: 9.0625rem;
}
@media (max-width: 768px) {
  .company_various {
    margin-top: 3.5714285714rem;
  }
}

.company_various_text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 180%;
  text-align: center;
  margin-top: 4.3125rem;
}
@media (max-width: 768px) {
  .company_various_text {
    font-size: 1.1428571429rem;
    text-align: left;
    margin-top: 2.1428571429rem;
  }
}

.company_various_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .company_various_cards {
    grid-template-columns: 1fr;
    gap: 2.1428571429rem;
    margin-top: 1.4285714286rem;
  }
}

.company_various_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.company_various_card:nth-last-of-type(n+4) {
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .company_various_card:nth-last-of-type(n+4) {
    padding-bottom: 0;
  }
}

.company_various_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/300;
}

.company_various_card_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .company_various_card_title {
    font-size: 1.1428571429rem;
    margin-top: 0.7142857143rem;
  }
}

.company_various_card_text {
  letter-spacing: 0.06em;
  line-height: 180%;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .company_various_card_text {
    margin-top: 0.7142857143rem;
  }
}

/* company - company_cta03
------------------------------ */
.company_cta03 {
  margin-top: 7.625rem;
}
@media (max-width: 768px) {
  .company_cta03 {
    margin-top: 3.5714285714rem;
  }
}

/* works - works_archive_main
------------------------------ */
.works_archive_main {
  margin-top: 6.625rem;
}
@media (max-width: 768px) {
  .works_archive_main {
    margin-top: 2.1428571429rem;
  }
}

.works_nav_title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .works_nav_title {
    font-size: 1.1428571429rem;
  }
}

.works_nav_wrapper {
  max-width: 62.5rem;
  background-color: #EAF2FA;
  padding: 3rem 3.4375rem 3rem 5.4375rem;
  margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
  .works_nav_wrapper {
    padding: 1.4285714286rem 1.1428571429rem;
    margin: 0.7142857143rem auto 0;
  }
}

.works_nav_subtitle {
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .works_nav_subtitle {
    margin-top: 0;
  }
}

.works_nav_unit {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .works_nav_unit {
    grid-template-columns: 1fr;
    gap: 0.3571428571rem;
  }
}

.works_nav_unit + .works_nav_unit {
  margin-top: 2.4375rem;
}
@media (max-width: 768px) {
  .works_nav_unit + .works_nav_unit {
    margin-top: 1.4285714286rem;
  }
}

.works_nav_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}

.works_nav_lists_type.works_nav_lists {
  gap: 0.5rem;
}

.works_nav_list_link {
  display: inline-block;
  color: #07459C;
  background-color: #fff;
  border: 1px solid #07459C;
  text-align: center;
  padding: 0.21875rem 0.5rem;
}

@media (min-width: 768px) {
  .works_nav_list_link:hover {
    color: #fff;
    background-color: #07459C;
  }
}

.works_nav_lists_type .works_nav_list_link {
  padding: 0.21875rem 0.75rem;
  border-radius: 2rem;
}

.works_archive_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .works_archive_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0714285714rem;
    margin-top: 2.1428571429rem;
  }
}

.works_archive_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}

.works_archive_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  background-color: #EAF2FA;
  height: 100%;
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .works_archive_card a {
    padding-bottom: 1.0714285714rem;
  }
}

.works_archive_card a:nth-last-of-type(n+3) {
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .works_archive_card a:hover {
    background-color: rgba(198, 236, 255, 0.5);
  }
}

.works_archive_card_img_wrapper {
  position: relative;
}

.works_archive_card_img {
  overflow: hidden;
}

.works_archive_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/240;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.works_archive_card_area {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #07459C;
  background-color: #fff;
  padding: 0.28125rem 0.875rem;
}
@media (max-width: 768px) {
  .works_archive_card_area {
    font-size: 0.9285714286rem;
    padding: 0.1428571429rem 0.7142857143rem;
  }
}

@media (min-width: 768px) {
  .works_archive_card a:hover .works_archive_card_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.works_archive_card_unit {
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .works_archive_card_unit {
    margin-top: 0.7142857143rem;
    padding: 0 0.7142857143rem;
  }
}

.works_archive_card_date {
  font-size: 0.875rem;
  color: #595959;
}
@media (max-width: 768px) {
  .works_archive_card_date {
    font-size: 0.9285714286rem;
  }
}

.works_archive_card_title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .works_archive_card_title {
    font-size: 1.1428571429rem;
  }
}

.works_archive_card_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  margin-top: 0.75rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .works_archive_card_lists {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-top: 0.7142857143rem;
    padding: 0 0.7142857143rem;
  }
}

.works_archive_card_list {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background-color: #07459C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1875rem 0.625rem;
  border-radius: 3.125rem;
}

.works_archive_card_text_wrapper {
  margin-top: 1.25rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .works_archive_card_text_wrapper {
    margin-top: 0.7142857143rem;
    padding: 0 0.7142857143rem;
  }
}

.works_archive_card_btn_wrapper {
  margin-top: 1.25rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .works_archive_card_btn_wrapper {
    margin-top: 0.7142857143rem;
    padding: 0 0.7142857143rem;
  }
}

.works_archive_card_btn {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  color: #07459C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 1.4375rem;
}

.works_archive_card_btn::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_blue_base.png) no-repeat center center/contain;
}

.works_archive_card_btn span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
}

.works_archive_card_btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #07459C;
}

.works_archive_cards_none {
  margin-top: 1.25rem;
}

.works_archive_main_page_navigation {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .works_archive_main_page_navigation {
    margin-top: 2.1428571429rem;
  }
}

.works_cta01 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .works_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* works - works_single_main
------------------------------ */
.works_single_main {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .works_single_main {
    margin-top: 2.1428571429rem;
  }
}

.works_article_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.0625rem 0.625rem 0.625rem 2.1875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .works_article_title {
    font-size: 1.2857142857rem;
    padding: 0.0714285714rem 0.3571428571rem 0.3571428571rem 1.0714285714rem;
  }
}

.works_article_title::before {
  position: absolute;
  content: "";
  width: 1.1875rem;
  top: 0;
  bottom: 0.5rem;
  left: 0;
  background-color: #FEDC5E;
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
}
@media (max-width: 768px) {
  .works_article_title::before {
    width: 0.3571428571rem;
  }
}

.works_article_subtitle {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #07459C;
  padding: 0.6875rem 1rem;
}
@media (max-width: 768px) {
  .works_article_subtitle {
    font-size: 1.1428571429rem;
    padding: 0.3571428571rem 0.7142857143rem;
  }
}

.works_article_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .works_article_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.4285714286rem;
  }
}

.works_article_slick {
  width: 50.96%;
}
@media (max-width: 768px) {
  .works_article_slick {
    width: 100%;
  }
}

.works_article_slick_main_img img {
  width: 100%;
  aspect-ratio: 637/392;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_article_slick_thumbnail {
  margin-top: 0.875rem;
}
@media (max-width: 768px) {
  .works_article_slick_thumbnail {
    margin-top: 0.7142857143rem;
  }
}

.works_article_slick_thumbnail .slick-prev,
.works_article_slick_thumbnail .slick-next {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3.125rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .works_article_slick_thumbnail .slick-prev,
  .works_article_slick_thumbnail .slick-next {
    width: 2.1428571429rem;
    height: 2.1428571429rem;
  }
}

@media (min-width: 768px) {
  .works_article_slick_thumbnail .slick-prev:hover,
  .works_article_slick_thumbnail .slick-next:hover {
    background-color: rgba(0, 134, 205, 0.7);
  }
}

.works_article_slick_thumbnail .slick-prev {
  left: 0.9375rem;
}

.works_article_slick_thumbnail .slick-next {
  right: 0.9375rem;
}

.works_article_slick_thumbnail .slick-prev:before,
.works_article_slick_thumbnail .slick-next:before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 1.0625rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0086CD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .works_article_slick_thumbnail .slick-prev:before,
  .works_article_slick_thumbnail .slick-next:before {
    width: 0.5714285714rem;
    height: 1rem;
  }
}

.works_article_slick_thumbnail .slick-prev:before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.works_article_slick_thumbnail .slick-next:before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media (min-width: 768px) {
  .works_article_slick_thumbnail .slick-prev:hover:before,
  .works_article_slick_thumbnail .slick-next:hover:before {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.works_article_slick_thumbnail .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}
@media (max-width: 768px) {
  .works_article_slick_thumbnail .slick-track {
    gap: 0.7142857143rem;
  }
}

.works_article_slick_thumbnail .slick-slide {
  height: auto !important;
}

.works_article_slick_thumbnail_img {
  position: relative;
  cursor: pointer;
}

.works_article_slick_thumbnail_img img {
  width: 100%;
  aspect-ratio: 203/125;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_article_content {
  width: 43.92%;
}
@media (max-width: 768px) {
  .works_article_content {
    width: 100%;
  }
}

.works_article_list + .works_article_list {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .works_article_list + .works_article_list {
    margin-top: 1.4285714286rem;
  }
}

.works_article_list_text {
  margin-top: 1.5rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .works_article_list_text {
    margin-top: 0.7142857143rem;
    padding: 0 0.7142857143rem;
  }
}

.works_article_before {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .works_article_before {
    margin-top: 2.1428571429rem;
  }
}

.works_article_before_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.375rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .works_article_before_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0714285714rem;
    margin-top: 1.4285714286rem;
  }
}

.works_article_before_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 296/220;
  width: 100%;
  height: auto;
}

.works_article_before_card_text {
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .works_article_before_card_text {
    margin-top: 0.2142857143rem;
  }
}

.works_article_after {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .works_article_after {
    margin-top: 2.1428571429rem;
  }
}

.works_article_after_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4375rem 1.375rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .works_article_after_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0714285714rem;
    margin-top: 1.4285714286rem;
  }
}

.works_article_after_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 402/300;
  width: 100%;
  height: auto;
}

.works_article_after_card_text {
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .works_article_after_card_text {
    margin-top: 0.2142857143rem;
  }
}

.works_article_person {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .works_article_person {
    margin-top: 2.1428571429rem;
  }
}

.works_article_person_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .works_article_person_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1428571429rem;
    margin-top: 1.4285714286rem;
  }
}

.works_article_person_comments {
  position: relative;
  width: 100%;
  max-width: 51.375rem;
  background-color: #EAF2FA;
  padding: 3.25rem 3.5rem 3.25rem;
}
@media (max-width: 768px) {
  .works_article_person_comments {
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.works_article_person_comments::after {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 2.1875rem;
  right: -2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #EAF2FA;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 768px) {
  .works_article_person_comments::after {
    width: 3.5714285714rem;
    height: 1.4285714286rem;
    top: auto;
    right: auto;
    bottom: -1.3571428571rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}

.works_article_person_img {
  width: 100%;
  max-width: 21.25rem;
}
@media (max-width: 768px) {
  .works_article_person_img {
    max-width: 21.4285714286rem;
    margin-inline: auto;
  }
}

.works_single_main_article_btn {
  margin-top: 7.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .works_single_main_article_btn {
    margin-top: 2.1428571429rem;
  }
}

.works_single_main_article_btn a {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  max-width: 17rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 1.375rem 1.25rem;
}

@media (min-width: 768px) {
  .works_single_main_article_btn a:hover {
    color: #000;
    background-color: #fff;
  }
}

.works_single_main_article_buttons {
  width: 100%;
  max-width: 977px;
  margin: 7.5rem auto 0;
}
@media (max-width: 768px) {
  .works_single_main_article_buttons {
    margin: 2.1428571429rem auto 0;
  }
}

.works_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .works_article_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0714285714rem;
    margin-top: 1.4285714286rem;
  }
}

.works_article_button {
  width: 100%;
  max-width: 17.5rem;
}
@media (max-width: 768px) {
  .works_article_button {
    max-width: 17.8571428571rem;
  }
}

.works_article_button_previous {
  text-align: right;
}

.works_article_button_all {
  text-align: center;
}

.works_article_button a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0, #0057D1);
  padding: 1.4375rem 1.5625rem;
}
@media (max-width: 768px) {
  .works_article_button a {
    font-size: 1.1428571429rem;
    padding: 1.6428571429rem 1.7857142857rem;
  }
}

.works_article_button a::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .works_article_button a:hover::after {
    opacity: 1;
  }
}

.works_article_button a span {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}

.works_article_button_previous a span {
  padding-left: 1.25rem;
}

.works_article_button_previous a span::before {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
}

.works_article_button_next a span {
  padding-right: 1.25rem;
}

.works_article_button_next a span::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.works_single_main_article_nav {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .works_single_main_article_nav {
    margin-top: 2.1428571429rem;
  }
}

/* news - news_archive_main
------------------------------ */
.news_archive_main {
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .news_archive_main {
    margin-top: 2.2857142857rem;
  }
}

.news_archive_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news_archive_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5714285714rem;
  }
}

.news_archive_main_group {
  width: 100%;
  max-width: 56.625rem;
}

.news_archive_main_item + .news_archive_main_item {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news_archive_main_item + .news_archive_main_item {
    margin-top: 2.1428571429rem;
  }
}

.news_archive_main_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 2rem 2rem 2rem 1.5rem;
  background-color: #EAF2FA;
}
@media (max-width: 768px) {
  .news_archive_main_item_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7142857143rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

@media (min-width: 768px) {
  .news_archive_main_item a:hover {
    background-color: #C6ECFF;
  }
}

.news_archive_main_item_img {
  width: 100%;
  max-width: 13.75rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_img {
    max-width: 100%;
  }
}

.news_archive_main_item_img {
  overflow: hidden;
  border: 1px solid #000;
}

.news_archive_main_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 220/164;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_archive_main_item a:hover .news_archive_main_item_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.news_archive_main_item_content {
  width: 100%;
  max-width: 598px;
}
@media (max-width: 768px) {
  .news_archive_main_item_content {
    max-width: 100%;
  }
}

.news_archive_main_item_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_unit {
    gap: 0.7142857143rem;
  }
}

.news_archive_main_item_date {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.news_archive_main_item_cat {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #07459C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1875rem 0.75rem;
}

.news_archive_main_item_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.08em;
  color: #07459C;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_title {
    font-size: 1.2857142857rem;
    margin-top: 0.7142857143rem;
  }
}

.news_archive_main_item_text {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_text {
    margin-top: 0.7142857143rem;
  }
}

.news_archive_main_item_btn {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  color: #07459C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 1.1875rem;
  padding-right: 1.4375rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_btn {
    margin-top: 0.7142857143rem;
    padding-right: 1.4285714286rem;
  }
}

.news_archive_main_item_btn::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_blue_base.png) no-repeat center center/contain;
}

.news_archive_main_item_btn span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
}

.news_archive_main_item_btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #07459C;
}

.news_archive_main_side {
  width: 100%;
  max-width: 17.5rem;
}
@media (max-width: 768px) {
  .news_archive_main_side {
    max-width: 100%;
  }
}

.news_archive_main_side_title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #07459C;
  padding: 1.0625rem 0.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .news_archive_main_side_title {
    font-size: 1.4285714286rem;
    padding: 0.7142857143rem 0.3571428571rem;
  }
}

.news_archive_main_side_list {
  border-bottom: 1px solid #000;
}

.news_archive_main_side_list_link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  padding: 1.25rem 1.25rem;
}
@media (max-width: 768px) {
  .news_archive_main_side_list_link {
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

@media (min-width: 768px) {
  .news_archive_main_side_list_link:hover {
    color: #07459C;
  }
}

.news_archive_main_page_navigation {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .news_archive_main_page_navigation {
    margin-top: 1.4285714286rem;
  }
}

.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6875rem;
}

.page-numbers {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #EAF2FA;
  border: 1px solid #EAF2FA;
  width: 2.1875rem;
  height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-numbers:hover {
    color: #fff;
    background-color: #07459C;
    border-color: #07459C;
  }
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
}

.prev.page-numbers::before,
.next.page-numbers::before {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prev.page-numbers::before {
  background: url(../images/common/icon_arrow_left_blue_base.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .prev.page-numbers:hover::before {
    background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
  }
}

.next.page-numbers::before {
  background: url(../images/common/icon_arrow_right_blue_base.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .next.page-numbers:hover::before {
    background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  }
}

.page-numbers.dots {
  pointer-events: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #07459C;
  border: 1px solid #07459C;
}

.cta.news_cta01 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .cta.news_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* news - news_single_main
------------------------------ */
.news_single_main {
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .news_single_main {
    margin-top: 2.2857142857rem;
  }
}

.news_single_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5714285714rem;
  }
}

.news_single_main_article {
  width: 100%;
  max-width: 56.625rem;
}

.news_article {
  background-color: #EAF2FA;
  padding: 3rem 3rem 6rem;
}
@media (max-width: 768px) {
  .news_article {
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .news_article_unit {
    gap: 0.7142857143rem;
  }
}

.news_article_date {
  font-size: 0.875rem;
}

.news_article_cat {
  font-size: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #07459C;
  padding: 0.1875rem 0.75rem;
}

.news_article_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.0625rem 0.625rem 0.625rem 2.1875rem;
  margin-top: 26px;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .news_article_title {
    font-size: 1.2857142857rem;
    padding: 0.0714285714rem 0.7142857143rem 0.7142857143rem 0.7142857143rem;
    margin-top: 0.7142857143rem;
  }
}

.news_article_title::before {
  position: absolute;
  content: "";
  width: 1.1875rem;
  top: 0;
  bottom: 0.5rem;
  left: 0;
  background-color: #FEDC5E;
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
}
@media (max-width: 768px) {
  .news_article_title::before {
    width: 0.3571428571rem;
  }
}

.news_article_content {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .news_article_content {
    margin-top: 1.4285714286rem;
  }
}

.news_article_content h2 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #07459C;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news_article_content h2 {
    font-size: 1.4285714286rem;
    margin-top: 1.7142857143rem;
  }
}

.news_article_content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .news_article_content h3 {
    font-size: 1.2857142857rem;
    margin-top: 1.7142857143rem;
  }
}

.news_article_content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news_article_content h4 {
    font-size: 1.0714285714rem;
    margin-top: 1.7142857143rem;
  }
}

.news_article_content p {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news_article_content p {
    margin-top: 1.1428571429rem;
  }
}

.news_article_content .wp-block-image {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news_article_content .wp-block-image {
    margin-top: 1.1428571429rem;
  }
}

.news_article_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news_article_images {
    gap: 1.0714285714rem;
    margin-top: 1.4285714286rem;
  }
}

.news_article_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 453/302;
}

.news_article_image.news_article_vertical_image img {
  aspect-ratio: 453/500;
}

.news_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .news_article_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0714285714rem;
    margin-top: 1.4285714286rem;
  }
}

.news_article_button {
  width: 100%;
  max-width: 17.5rem;
}
@media (max-width: 768px) {
  .news_article_button {
    max-width: 17.8571428571rem;
  }
}

.news_article_button_previous {
  text-align: right;
}

.news_article_button_all {
  text-align: center;
}

.news_article_button a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0, #0057D1);
  padding: 1.4375rem 1.5625rem;
}

.news_article_button a::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .news_article_button a:hover::after {
    opacity: 1;
  }
}

.news_article_button a span {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}

.news_article_button_previous a span {
  padding-left: 1.25rem;
}

.news_article_button_previous a span::before {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
}

.news_article_button_next a span {
  padding-right: 1.25rem;
}

.news_article_button_next a span::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

/* contact - contact_flow
------------------------------ */
.contact_flow {
  background-color: #07459C;
  padding: 7.5rem 0 7.5rem;
}
@media (max-width: 768px) {
  .contact_flow {
    padding: 50px 0;
  }
}

.contact_flow_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_flow_title {
    font-size: 1.7142857143rem;
  }
}

.contact_flow_lists {
  counter-reset: cnt;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .contact_flow_lists {
    margin-top: 2.1428571429rem;
  }
}

.contact_flow_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  background-color: #fff;
  padding: 1.75rem 3rem 1.75rem 3.5rem;
}
@media (max-width: 768px) {
  .contact_flow_list {
    gap: 0.7142857143rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.contact_flow_list + .contact_flow_list {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .contact_flow_list + .contact_flow_list {
    margin-top: 1.0714285714rem;
  }
}

.contact_flow_list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.8125rem;
  background: url(../images/common/icon_circle_triangle_blue_yellow_bottom.png) no-repeat center center/contain;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact_flow_list:not(:last-of-type)::after {
    width: 2.5714285714rem;
    height: 2.5714285714rem;
    bottom: -1.9285714286rem;
  }
}

.contact_flow_list_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #07459C;
  width: 100%;
  max-width: 3.75rem;
}

.contact_flow_list_step::after {
  font-size: 2.5rem;
  line-height: 100%;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
}
@media (max-width: 768px) {
  .contact_flow_list_step::after {
    font-style: 1.7142857143rem;
  }
}

.contact_flow_list_content {
  width: calc(100% - 6.875rem);
}
@media (max-width: 768px) {
  .contact_flow_list_content {
    width: calc(100% - 5rem);
  }
}

.contact_flow_list_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #07459C;
}
@media (max-width: 768px) {
  .contact_flow_list_title {
    font-size: 1.1428571429rem;
  }
}

.contact_flow_list_text {
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .contact_flow_list_text {
    margin-top: 0.3571428571rem;
  }
}

.contact_flow_list_figure {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .contact_flow_list_figure {
    margin-top: 0.7142857143rem;
  }
}

.contact_flow_list_figure dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 0.875rem;
}
@media (max-width: 768px) {
  .contact_flow_list_figure dl {
    grid-template-columns: 1fr;
    gap: 0.2142857143rem;
  }
}

.contact_flow_list_figure dt {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #07459C;
  text-align: center;
  padding: 0.125rem 1.75rem;
}

.contact_flow_btn {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .contact_flow_btn {
    margin-top: 2.1428571429rem;
  }
}

/* contact - contact_faq
------------------------------ */
.contact_faq {
  margin-top: 9.5rem;
}
@media (max-width: 768px) {
  .contact_faq {
    margin-top: 3.5714285714rem;
  }
}

.contact_faq_inner.inner {
  max-width: 61.875rem;
}
@media (max-width: 768px) {
  .contact_faq_inner.inner {
    max-width: 42.8571428571rem;
  }
}

.contact_faq_lists {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .contact_faq_lists {
    margin-top: 2.1428571429rem;
  }
}

.faq_list + .faq_list {
  margin-top: 1.5rem;
}

.faq_list_q {
  position: relative;
  letter-spacing: 0.02em;
  font-weight: 700;
  background-color: #F0F0F0;
  cursor: pointer;
  padding: 1.5rem 1.5rem 1.5rem 4.3125rem;
}
@media (max-width: 768px) {
  .faq_list_q {
    padding: 1.0714285714rem 1.0714285714rem 1.0714285714rem 2.8571428571rem;
  }
}

.faq_list_q::before {
  position: absolute;
  content: "Q";
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  left: 1.5rem;
  top: 0.625rem;
  color: #07459C;
}
@media (max-width: 768px) {
  .faq_list_q::before {
    font-size: 1.7142857143rem;
    left: 1rem;
    top: 0.5714285714rem;
  }
}

.faq_list_q span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 1.4375rem;
}
@media (max-width: 768px) {
  .faq_list_q span {
    padding-right: 1.4285714286rem;
  }
}

.faq_list_q span::before,
.faq_list_q span::after {
  position: absolute;
  content: "";
  width: 1.1875rem;
  height: 0.25rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq_list_q span::before,
  .faq_list_q span::after {
    width: 1.0714285714rem;
    height: 0.2142857143rem;
  }
}

.faq_list_q span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq_list_q.is_open span::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.faq_list_a {
  display: none;
  position: relative;
  letter-spacing: 0.02em;
  padding: 1rem 3.125rem 1rem 4.3125rem;
}
@media (max-width: 768px) {
  .faq_list_a {
    padding: 0.7142857143rem 2.5rem 0.7142857143rem 2.8571428571rem;
  }
}

.faq_list_a::before {
  position: absolute;
  content: "A";
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FEDC5E;
}
@media (max-width: 768px) {
  .faq_list_a::before {
    font-size: 1.7142857143rem;
    left: 1rem;
  }
}

.contact_faq_btn {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .contact_faq_btn {
    margin-top: 2.1428571429rem;
  }
}

/* contact - contact_inquiries
------------------------------ */
.contact_inquiries {
  margin-top: 9.8125rem;
}
@media (max-width: 768px) {
  .contact_inquiries {
    margin-top: 3.5714285714rem;
  }
}

.contact_inquiries_title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.contact_inquiries_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .contact_inquiries_wrapper {
    grid-template-columns: 1fr;
    gap: 3.5714285714rem;
  }
}

.contact_inquiries_tel {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .contact_inquiries_tel {
    padding: 0;
  }
}

.contact_inquiries_tel_text {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 35.8125rem;
  margin: 2rem auto 0;
}
@media (max-width: 768px) {
  .contact_inquiries_tel_text {
    max-width: 100%;
    margin: 2.1428571429rem auto 0;
  }
}

.contact_inquiries_tel_unit {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  max-width: 32.125rem;
  background-color: #EAF2FA;
  padding: 2.8125rem 1.25rem 3.0625rem;
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .contact_inquiries_tel_unit {
    max-width: 100%;
    padding: 1.4285714286rem 1.0714285714rem;
    margin: 1.4285714286rem auto 0;
  }
}

.contact_inquiries_tel_link {
  max-width: 23.125rem;
  margin-inline: auto;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #9FA0A0;
}
@media (max-width: 768px) {
  .contact_inquiries_tel_link {
    max-width: 22.8571428571rem;
    padding-bottom: 0.7142857143rem;
  }
}

.contact_inquiries_tel_time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 0;
}
@media (max-width: 768px) {
  .contact_inquiries_tel_time {
    margin: 0.7142857143rem auto 0;
  }
}

.contact_inquiries_line {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .contact_inquiries_line {
    padding: 0;
  }
}

.contact_inquiries_line_message_wrapper {
  width: 100%;
  max-width: 28.625rem;
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0 0.875rem 1.125rem 0.875rem;
  border-bottom: 0.1875rem solid #07459C;
}
@media (max-width: 768px) {
  .contact_inquiries_line_message_wrapper {
    max-width: 100%;
    gap: 1.0714285714rem;
    margin: 2.1428571429rem auto 0;
    padding: 0 0.7142857143rem 0.7142857143rem;
  }
}

.contact_inquiries_line_icon {
  width: 100%;
  max-width: 4.5rem;
}
@media (max-width: 768px) {
  .contact_inquiries_line_icon {
    max-width: 4.2857142857rem;
  }
}

.contact_inquiries_line_message {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  max-width: 20.625rem;
}
@media (max-width: 768px) {
  .contact_inquiries_line_message {
    font-size: 1.1428571429rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.contact_inquiries_line_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.625rem;
  width: 100%;
  max-width: 32.125rem;
  background-color: #EAF2FA;
  padding: 2.25rem 1.25rem 2.25rem;
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .contact_inquiries_line_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    padding: 1.4285714286rem 1.0714285714rem;
    margin: 1.4285714286rem auto 0;
  }
}

.contact_inquiries_line_qr {
  width: 100%;
  max-width: 7.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_inquiries_line_unit {
  width: 100%;
  max-width: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .contact_inquiries_line_unit {
    gap: 0.3571428571rem;
  }
}

.contact_inquiries_line_text {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 1.0625rem;
}
@media (max-width: 768px) {
  .contact_inquiries_line_text {
    font-size: 1.1428571429rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-left: 1.0714285714rem;
  }
}

.contact_inquiries_line_text::before {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #07459C;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (max-width: 768px) {
  .contact_inquiries_line_text::before {
    width: 1rem;
    height: 1rem;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
}

.contact_inquiries_line_btn {
  margin-top: auto;
}

.contact_inquiries_line_btn a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  max-width: 18.75rem;
  color: #fff;
  background-color: #06C755;
  padding: 1rem 1.5625rem;
}

@media (min-width: 768px) {
  .contact_inquiries_line_btn a:hover {
    background-color: #0086CD;
  }
}

.contact_inquiries_line_btn a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0.9375rem 0 3.0625rem;
}

.contact_inquiries_line_btn a span::before {
  position: absolute;
  content: "";
  width: 2.3125rem;
  height: 2.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_line_white.png) no-repeat center center/contain;
}

.contact_inquiries_line_btn a span::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

/* contact - contact_tel
------------------------------ */
.contact_tel {
  margin-top: 6.375rem;
}
@media (max-width: 768px) {
  .contact_tel {
    margin-top: 2.2857142857rem;
  }
}

.contact_tel_unit {
  width: 100%;
  max-width: 36.25rem;
  background-color: #0057D1;
  border-radius: 0.5rem;
  padding: 3.875rem 1.25rem 3.6875rem;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .contact_tel_unit {
    padding: 2.1428571429rem 1.4285714286rem;
    margin-top: 1.7142857143rem;
  }
}

.contact_tel_link {
  width: 100%;
  max-width: 25.125rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact_tel_link {
    max-width: 19.2857142857rem;
  }
}

.contact_tel_time {
  letter-spacing: 0;
  margin-top: 0.625rem;
  text-align: center;
}

/* contact - contact_mail
------------------------------ */
.contact_mail {
  padding: 7.5rem 0 7.5rem;
  margin-top: 9.5rem;
  background-color: #EAF2FA;
}
@media (max-width: 768px) {
  .contact_mail {
    padding: 3.5714285714rem 0;
    margin-top: 3.5714285714rem;
  }
}

.contact_mail_inner.inner {
  max-width: 69.375rem;
}
@media (max-width: 768px) {
  .contact_mail_inner.inner {
    max-width: 42.8571428571rem;
  }
}

.contact_mail_text {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .contact_mail_text {
    text-align: left;
    margin-top: 1.4285714286rem;
  }
}

.contact_mail_form {
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .contact_mail_form {
    margin-top: 1.4285714286rem;
  }
}

.footer.contact_footer {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .footer.contact_footer {
    margin-top: 3.5714285714rem;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .page_top.contact_page_top {
    bottom: 1.4285714286rem;
  }
}

/* form
------------------------------ */
.form_head_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #07459C;
  padding-bottom: 1rem;
  border-bottom: 0.1875rem solid #07459C;
}
@media (max-width: 768px) {
  .form_head_title {
    font-size: 1.1428571429rem;
    padding-bottom: 0.3571428571rem;
    border-bottom: 0.1428571429rem solid #07459C;
  }
}

.form_input_wrapper {
  width: 100%;
  background-color: #fff;
}

.form_radio .form_input_wrapper {
  padding: 1.5625rem 1.5625rem;
}
@media (max-width: 768px) {
  .form_radio .form_input_wrapper {
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.form_checkbox .form_input_wrapper {
  padding: 1.5625rem 1.5625rem;
}
@media (max-width: 768px) {
  .form_checkbox .form_input_wrapper {
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.form_input_calendar .form_input_wrapper {
  width: 100%;
  max-width: 11.875rem;
}
@media (max-width: 768px) {
  .form_input_calendar .form_input_wrapper {
    max-width: 100%;
    min-width: 0;
  }
}

.form_input_select_wrapper {
  padding: 2rem 2rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_input_select_wrapper {
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.form_customer {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .form_customer {
    margin-top: 2.8571428571rem;
  }
}

.form_contact_inquiry {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .form_contact_inquiry {
    margin-top: 1.0714285714rem;
  }
}

.form_contact_customer {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .form_contact_customer {
    margin-top: 1.0714285714rem;
  }
}

.form_recruit_partner {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .form_recruit_partner {
    margin-top: 1.0714285714rem;
  }
}

.form_recruit_staff {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .form_recruit_staff {
    margin-top: 1.0714285714rem;
  }
}

.form_recruit_inquiry {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .form_recruit_inquiry {
    margin-top: 1.0714285714rem;
  }
}

.form_row {
  display: grid;
  grid-template-columns: 13.5625rem 1fr;
  gap: 1.5rem 2.6875rem;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
    gap: 1.0714285714rem;
  }
}

.form_title {
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .form_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form_title.form_title_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_title_must,
.form_title_any {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  background-color: #FEDC5E;
  width: 100%;
  max-width: 2.875rem;
  text-align: center;
  padding: 0.3125rem 0.3125rem;
  margin-top: 0.1875rem;
}
@media (max-width: 768px) {
  .form_title_must,
  .form_title_any {
    font-size: 0.9285714286rem;
    padding: 0.1428571429rem 0.3125rem;
  }
}

.form_input {
  letter-spacing: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_input_example {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #999999;
  margin-top: 0.0625rem;
}

.form_input_request {
  padding: 1.5625rem 1.5rem;
}

.form_input_about {
  padding: 1.1875rem 1.5rem 1.4375rem;
}

.form_input_years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5625rem;
}

.form_input input[type=text],
.form_input input[type=tel],
.form_input input[type=email],
.form_input input[type=date] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 1.4375rem 0.9375rem;
}
@media (max-width: 768px) {
  .form_input input[type=text],
  .form_input input[type=tel],
  .form_input input[type=email],
  .form_input input[type=date] {
    padding: 0.4285714286rem 0.7142857143rem;
    font-size: 1.1428571429rem;
    min-height: 3.1428571429rem;
  }
}

.form_input_years input[type=text] {
  max-width: 3.4375rem;
}

.form_input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 3.5rem;
}

.form_input_name_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.4375rem;
  width: 100%;
}

.form_address_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem 1.875rem;
}

.form_input_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 0.75rem;
}

.form_input_post_mark {
  font-weight: 700;
  color: #000;
}

.form_input .form_input_post input[type=text] {
  width: 100%;
  max-width: 17.5rem;
}

.form_input_prefectures_wrapper {
  position: relative;
  color: #000;
  background-color: #fff;
  width: 14.8125rem;
  max-width: 100%;
}

.form_input_prefectures_wrapper::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.5rem;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form_input_prefectures {
  width: 100%;
  height: 100%;
  padding: 0.46875rem 0.9375rem;
}

.form_input_address {
  margin-top: 0.6875rem;
}

.form_input_textarea textarea {
  width: 100% !important;
  max-width: 50rem;
  height: 16.25rem !important;
  background-color: #fff;
  padding: 0.625rem 0.9375rem;
}
@media (max-width: 768px) {
  .form_input_textarea textarea {
    height: 10.7142857143rem !important;
  }
}

.form_input_text {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  padding-left: 0.9375rem;
}

.form_input_text::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.form_radio_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 0.625rem 1.4375rem;
}
@media (max-width: 768px) {
  .form_radio_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form_radio_button {
  letter-spacing: 0.05em;
}

.form_radio_button input[type=radio] {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  max-width: 100%;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  outline: none;
  border-radius: 50%;
}

.form_radio_button input[type=radio]:before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.form_radio_button input[type=radio]:checked:before {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  background-color: #0057D1;
}

.form_radio_button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}

.form .mfp_err {
  display: none;
}

.form_input_select_preferred {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 2.5rem;
}
@media (max-width: 768px) {
  .form_input_select_preferred {
    gap: 0.3571428571rem;
  }
}

.form_input_select_preferred + .form_input_select_preferred {
  margin-top: 1.0625rem;
}

.form_input_select_preferred_title {
  white-space: nowrap;
}

.form_input_select_preferred_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  width: 100%;
  max-width: 34rem;
}
@media (max-width: 768px) {
  .form_input_select_preferred_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form_input_select_preferred_calendar {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 17.125rem;
  padding: 0.3125rem 2.25rem 0.3125rem 0.875rem;
  border: 1px solid #9FA0A0;
}
@media (max-width: 768px) {
  .form_input_select_preferred_calendar {
    max-width: 100%;
  }
}

.form_input_select_preferred_calendar::after {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.3125rem;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_bottom_gray_muted.png) no-repeat center center/contain;
}

.form_input_select_preferred_calendar select {
  font-size: 1rem;
  width: 100%;
}

.form_input_select_preferred_time {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 17.125rem;
  padding: 0.3125rem 2.25rem 0.3125rem 0.875rem;
  border: 1px solid #9FA0A0;
}
@media (max-width: 768px) {
  .form_input_select_preferred_time {
    max-width: 100%;
  }
}

.form_input_select_preferred_time::after {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.3125rem;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_bottom_gray_muted.png) no-repeat center center/contain;
}

.form_input_select_preferred_time select {
  font-size: 1rem;
}

.form_input_construction_address {
  margin-top: 0.625rem;
}

.form_file .mfp_element_file {
  font-size: 1rem;
  max-width: 100%;
  padding: 0.4375rem 0.5rem;
}

.form_privacy {
  height: 17.1875rem;
  overflow: scroll;
  padding: 2.0625rem 2.5625rem;
  margin-top: 2.0625rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_privacy {
    height: 10.7142857143rem;
    padding: 1.0714285714rem 1.4285714286rem;
    margin-top: 1.0714285714rem;
  }
}

.form_privacy_title {
  font-size: 1.2857142857rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form_privacy_title {
    font-size: 1.1428571429rem;
  }
}

.form_privacy_text {
  line-height: 180%;
  margin-top: 2.0625rem;
}
@media (max-width: 768px) {
  .form_privacy_text {
    margin-top: 0.7142857143rem;
  }
}

.form_privacy_text p + p {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .form_privacy_text p + p {
    margin-top: 0.7142857143rem;
  }
}

.form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.form_checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem 2rem;
}
@media (max-width: 768px) {
  .form_checkbox_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7142857143rem;
  }
}

.form_checkbox_confirmation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  margin-top: 4.3125rem;
}
@media (max-width: 768px) {
  .form_checkbox_confirmation {
    margin-top: 1.4285714286rem;
  }
}

.form_checkbox_label.form_checkbox_label_none {
  display: none;
}

.form_checkbox_parts {
  position: relative;
  display: inline-block;
  padding-left: 2.25rem;
}

.form_checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}

.form_checkbox_input {
  display: none;
}

.form_checkbox_input:checked + .form_checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.375rem;
  width: 0.5625rem;
  height: 1.0625rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 0.1875rem solid #0057D1;
  border-right: 0.1875rem solid #0057D1;
}

.checkbox_err .mfp_err {
  width: 14.25rem;
  max-width: 100%;
  margin: auto;
  padding: 0.3125rem 0;
}

.form_btn {
  position: relative;
  width: 100%;
  max-width: 18.6875rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#008CD0), to(#0057D1));
  background: linear-gradient(90deg, #008CD0, #0057D1);
  margin: 5.0625rem auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form_btn {
    max-width: 18.7857142857rem;
    margin: 1.4285714286rem auto 0;
  }
}

.form_btn::before {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5625rem;
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.form_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .form_btn:hover::after {
    opacity: 1;
  }
}

.form_btn span {
  position: relative;
  z-index: 1;
}

.form_btn button {
  display: inline-block;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 18.6875rem;
  padding: 1.5625rem 1.5625rem;
  z-index: 1;
  text-align: left;
}

.mfp_element_button {
  background-color: #07459C;
}

.form_main_title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .form_main_title {
    font-size: 1.2857142857rem;
  }
}

.form_guest {
  margin-top: 2.125rem;
}

.form_wish_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .form_wish_lists {
    gap: 0.7142857143rem;
  }
}

.form_wish_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .form_wish_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.3571428571rem;
  }
}

.form_wish_list_title {
  white-space: nowrap;
}

.form_wish_list_input {
  position: relative;
  width: 100%;
  max-width: 17rem;
}

.form_wish_list_input select {
  font-size: 1rem;
  letter-spacing: 0.05em;
  width: 100%;
  border: 1px solid #CDCDCD;
  padding: 0.5rem 2.5rem 0.3125rem 0.5625rem;
}

.form_tel_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.5rem;
  margin-top: 0.5rem;
}

.form_tel_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .form_tel_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.3571428571rem;
  }
}

.form_tel_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
}

.form_tel_text span {
  display: inline-block;
  color: #fff;
  background-color: #FEDC5E;
  font-size: 0.8571428571rem;
  line-height: 110%;
  width: 100%;
  max-width: 2.8125rem;
  min-width: 2.8125rem;
  text-align: center;
  border-radius: 3.125rem;
  padding: 0.1875rem;
}
@media (max-width: 768px) {
  .form_tel_text span {
    font-size: 0.8571428571rem;
    max-width: 2.8571428571rem;
    padding: 0.2142857143rem 0.3571428571rem;
    margin-top: 0.1428571429rem;
  }
}

.form_tel_unit input[type=tel] {
  max-width: 12.5rem;
  padding: 0.0625rem 0.9375rem;
}

.form_mail_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .form_mail_unit {
    gap: 0.3571428571rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.7142857143rem;
  }
}

.form_mail_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 10.75rem;
  white-space: nowrap;
}

.form_mail_text span {
  display: inline-block;
  color: #fff;
  background-color: #FEDC5E;
  font-size: 1.0714285714rem;
  line-height: 100%;
  width: 100%;
  max-width: 3.125rem;
  text-align: center;
  border-radius: 3.125rem;
  padding: 0.25rem;
}
@media (max-width: 768px) {
  .form_mail_text span {
    font-size: 0.8571428571rem;
    max-width: 2.8571428571rem;
    padding: 0.2142857143rem 0.3571428571rem;
    margin-top: 0.1428571429rem;
  }
}

.form_guest_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.0625rem 1.5rem;
  line-height: 120%;
}

.form_guest_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  letter-spacing: 0.05em;
  gap: 0.3125rem 0.625rem;
}

.form_guest_list_land_area {
  max-width: 18.75rem;
}

.form_guest_list_building_area {
  max-width: 18.75rem;
}

.form_guest_list_building_type {
  max-width: 23.25rem;
}

.form_guest_list_building_structure {
  max-width: 23.25rem;
}

.form_guest_list_when_built {
  max-width: 28.4375rem;
}

.form_guest_list input[type=text] {
  max-width: 12.5rem;
  padding: 0.375rem 0.9375rem;
}

.form_guest_list_select {
  position: relative;
  width: 100%;
  max-width: 17rem;
}

.form_guest_list select {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
  width: 100%;
  border: 1px solid #CDCDCD;
  padding: 0.5625rem 1.3125rem 0.25rem 0.5625rem;
}

.form_checkbox_label_other {
  margin-top: 1.25rem;
}

.form_checkbox_label_other textarea {
  width: 100% !important;
  height: 3.125rem !important;
  padding: 0.625rem;
  border: 1px solid #CDCDCD;
  margin-top: 0.3125rem;
}

/* contact_thanks_main
------------------------------ */
.contact_thanks_main {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .contact_thanks_main {
    margin-top: 3.5714285714rem;
  }
}

.contact_thanks_main_text {
  text-align: center;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .contact_thanks_main_text {
    margin-top: 1.4285714286rem;
  }
}

.contact_thanks_main_btn {
  text-align: center;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .contact_thanks_main_btn {
    margin-top: 1.4285714286rem;
  }
}

.cta.contact-thanks_cta01 {
  margin-top: 9.375rem;
}
@media (max-width: 768px) {
  .cta.contact-thanks_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* recruit - recruit_lead
------------------------------ */
.recruit_lead {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .recruit_lead {
    margin-top: 3.5714285714rem;
  }
}

.recruit_lead_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit_lead_title {
    font-size: 1.4285714286rem;
  }
}

.recruit_lead_text {
  line-height: 200%;
  margin: 4rem auto 0;
  width: 100%;
  max-width: 50rem;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit_lead_text {
    margin: 1.4285714286rem auto 0;
    text-align: left;
  }
}

.recruit_lead_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
  background: linear-gradient(180deg, transparent 0 50px, #EAF2FA 50px 100%);
  padding: 0 3.75rem 1.875rem 2.5625rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .recruit_lead_wrapper {
    position: relative;
    background: #EAF2FA;
    padding: 1.4285714286rem 2.1428571429rem;
    margin-top: 2.1428571429rem;
  }
}

.recruit_lead_illust_left {
  width: 100%;
  max-width: 6.3125rem;
}
@media (max-width: 768px) {
  .recruit_lead_illust_left {
    position: absolute;
    left: -0.9285714286rem;
    bottom: 0.7142857143rem;
    max-width: 2.5rem;
  }
}

.recruit_lead_content {
  width: 100%;
  max-width: 43.75rem;
  padding-bottom: 2.125rem;
}
@media (max-width: 768px) {
  .recruit_lead_content {
    padding-bottom: 0;
  }
}

.recruit_lead_content_title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #07459C;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit_lead_content_title {
    font-size: 1.4285714286rem;
  }
}

.recruit_lead_content_text {
  line-height: 200%;
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .recruit_lead_content_text {
    text-align: left;
    margin-top: 0.7142857143rem;
  }
}

.recruit_lead_illust_right {
  width: 100%;
  max-width: 5.0625rem;
}
@media (max-width: 768px) {
  .recruit_lead_illust_right {
    position: absolute;
    right: -0.5rem;
    bottom: 0.7142857143rem;
    max-width: 2.0714285714rem;
  }
}

/* recruit - recruit_requirements
------------------------------ */
.recruit_requirements {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .recruit_requirements {
    margin-top: 3.5714285714rem;
  }
}

.recruit_requirements_figure {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .recruit_requirements_figure {
    margin-top: 2.1428571429rem;
  }
}

.recruit_figure dl {
  display: grid;
  grid-template-columns: 250fr 1000fr;
}
@media (max-width: 768px) {
  .recruit_figure dl {
    grid-template-columns: 1fr;
  }
}

.recruit_figure dt {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #07459C;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .recruit_figure dt {
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.recruit_figure dt:nth-of-type(n+2) {
  margin-top: 0.3125rem;
}

.recruit_figure dd {
  background-color: #EAF2FA;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .recruit_figure dd {
    padding: 0.7142857143rem 1.0714285714rem;
  }
}

.recruit_figure dd:nth-of-type(n+2) {
  margin-top: 0.3125rem;
}

.recruit_figure_list {
  position: relative;
  padding-left: 1rem;
}

.recruit_figure_list::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  left: 0;
  top: 0.6875rem;
  background-color: #000;
  border-radius: 50%;
}

.recruit_figure_reference_list {
  position: relative;
  padding-left: 1rem;
}

.recruit_figure_reference_list::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.recruit_requirements_btn {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .recruit_requirements_btn {
    margin-top: 2.1428571429rem;
  }
}

.recruit_btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 31.25rem;
  padding: 1.25rem 1.5625rem;
  color: #fff;
  background: linear-gradient(135deg, #0086CD, #07459C);
}
@media (max-width: 768px) {
  .recruit_btn {
    max-width: 20rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.recruit_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .recruit_btn:hover::after {
    opacity: 1;
  }
}

.recruit_btn span {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0 1.25rem 0 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .recruit_btn span {
    padding: 0 1.4285714286rem 0 0;
  }
}

.recruit_btn span::after {
  position: absolute;
  content: "";
  width: 0.875rem;
  height: 0.4375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_bottom_white.png) no-repeat center center/contain;
}

/* recruit - recruit_necessary
------------------------------ */
.recruit_necessary {
  margin-top: 12.5rem;
}
@media (max-width: 768px) {
  .recruit_necessary {
    margin-top: 3.5714285714rem;
  }
}

.recruit_necessary_title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit_necessary_title {
    font-size: 1.7142857143rem;
  }
}

.recruit_necessary_text {
  line-height: 200%;
  margin: 4rem auto 0;
  width: 100%;
  max-width: 50rem;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit_necessary_text {
    margin: 1.4285714286rem auto 0;
    text-align: left;
  }
}

/* recruit - recruit_news
------------------------------ */
.recruit_news {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .recruit_news {
    margin-top: 3.5714285714rem;
  }
}

.recruit_news_figure {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .recruit_news_figure {
    margin-top: 2.1428571429rem;
  }
}

.recruit_news_btn {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .recruit_news_btn {
    margin-top: 2.1428571429rem;
  }
}

/* recruit - recruit_form
------------------------------ */
.recruit_form {
  position: relative;
  margin-top: 9.5rem;
  padding: 7.5rem 0 7.5rem;
  background-color: #EAF2FA;
  z-index: 0;
}
@media (max-width: 768px) {
  .recruit_form {
    padding: 3.5714285714rem 0;
    margin-top: 3.5714285714rem;
  }
}

.recruit_form_inner.inner {
  max-width: 69.375rem;
}
@media (max-width: 768px) {
  .recruit_form_inner.inner {
    max-width: 42.8571428571rem;
  }
}

.recruit_form_text {
  line-height: 180%;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .recruit_form_text {
    text-align: left;
    margin-top: 1.4285714286rem;
  }
}

.recruit_form_form {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .recruit_form_form {
    margin-top: 2.1428571429rem;
  }
}

/* recruit-thanks - recruit-thanks
------------------------------ */
.cta.recruit-thanks_cta01 {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .cta.recruit-thanks_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* 404
------------------------------ */
.not_found {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .not_found {
    margin-top: 3.5714285714rem;
  }
}

.not_found_text {
  text-align: center;
}

.not_found_btn {
  text-align: center;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .not_found_btn {
    margin-top: 2.1428571429rem;
  }
}

.other-page_cta01 {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .other-page_cta01 {
    margin-top: 3.5714285714rem;
  }
}

/* footer
------------------------------ */
.footer {
  margin-top: 7.5625rem;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 3.5714285714rem;
    padding-bottom: 5.5714285714rem;
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.footer_left {
  width: 100%;
  max-width: 33rem;
}
@media (max-width: 768px) {
  .footer_left {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
}

.footer_logo_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media (max-width: 768px) {
  .footer_logo_unit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer_logo {
  width: 100%;
  max-width: 25.4375rem;
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 14.2857142857rem;
  }
}

.footer_logo_anniversary {
  width: 100%;
  max-width: 5.75rem;
}
@media (max-width: 768px) {
  .footer_logo_anniversary {
    max-width: 3.5714285714rem;
  }
}

.footer_address {
  font-size: 0.9375rem;
  margin-top: 1.8125rem;
}
@media (max-width: 768px) {
  .footer_address {
    margin-top: 0.7142857143rem;
  }
}

.footer_information {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5625rem;
}

.footer_btn {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .footer_btn {
    margin-top: 1.0714285714rem;
  }
}

.footer_btn a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 22.8125rem;
  padding: 1.1875rem 1.5625rem 1.3125rem;
  color: #fff;
  background: linear-gradient(135deg, #0086CD, #07459C);
}
@media (max-width: 768px) {
  .footer_btn a {
    max-width: 20rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.footer_btn a::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12B460), to(#00B4C8));
  background: linear-gradient(90deg, #12B460, #00B4C8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .footer_btn a:hover::after {
    opacity: 1;
  }
}

.footer_btn a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 1.25rem 0 2.375rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer_btn a span {
    padding: 0 1.4285714286rem 0 2.5rem;
  }
}

.footer_btn a span::before {
  position: absolute;
  content: "";
  width: 1.6875rem;
  height: 1.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
}

.footer_btn a span::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.9375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.footer_right {
  width: 100%;
  max-width: 32.75rem;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .footer_right {
    display: none;
  }
}

.footer_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer_lists {
    display: none;
  }
}

.footer_list_parent:not(:first-of-type) {
  margin-top: 0.9375rem;
}

.footer_list_parent a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #07459C;
}

.footer_list_parent a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #0057D1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer_list_parent a:hover::after {
    width: 100%;
  }
}

.footer_list_child {
  padding-left: 1.875rem;
  margin-top: 1.0625rem;
}

.footer_list_child_item + .footer_list_child_item {
  margin-top: 0.6875rem;
}

@media (min-width: 768px) {
  .footer_list_child_item a:hover {
    color: #0057D1;
  }
}

.footer_copyright {
  margin-top: 8rem;
  padding: 2.3125rem 1.25rem 2.75rem;
  color: #fff;
  background-color: #07459C;
  text-align: center;
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 3.5714285714rem;
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.footer_copyright small {
  font-size: 0.75rem;
  letter-spacing: 0;
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  background-color: #FEDC5E;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .page_top {
    right: 1.1428571429rem;
    bottom: 8.2142857143rem;
  }
}

@media (min-width: 768px) {
  .page_top:hover {
    color: #FEDC5E;
    background-color: #fff;
  }
}

.page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .page_top:hover::before {
    border-color: #FEDC5E;
  }
}

/* foot_menu
------------------------------ */
.foot_menu {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0px -0.1875rem 0.3125rem rgba(255, 255, 255, 0.5);
          box-shadow: 0px -0.1875rem 0.3125rem rgba(255, 255, 255, 0.5);
  background-color: #fff;
}

.foot_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foot_menu_tel {
  width: 33.3333%;
}

.foot_menu_tel_link {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  color: #0086CD;
  background-color: #fff;
  padding: 2.375rem 0.3125rem 0.375rem;
  text-align: center;
}

.foot_menu_tel_link span::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.625rem;
  background: url(../images/common/icon_tel_blue_gradient.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot_menu_mail {
  width: 33.3333%;
}

.foot_menu_mail_link {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  background: linear-gradient(135deg, #0086CD, #07459C);
  padding: 2.375rem 0.3125rem 0.375rem;
  text-align: center;
}

.foot_menu_mail_link span::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.625rem;
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot_menu_line {
  width: 33.3333%;
}

.foot_menu_line_link {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  background-color: #06C755;
  padding: 2.375rem 0.3125rem 0.375rem;
  text-align: center;
}

.foot_menu_line_link span::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.3125rem;
  background: url(../images/common/icon_line_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}