@charset "UTF-8";
@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;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

:target {
  scroll-margin-top: 76px;
}
@media (max-width: 1300px) {
  :target {
    scroll-margin-top: 60px;
  }
}

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: 1300px;
  padding: 0 25px;
  margin: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 600px;
    padding: 0 16px;
  }
}

.btn {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #D64612;
  border: 1px solid #D64612;
  width: 100%;
  max-width: 280px;
  padding: 18px 24px 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .btn:hover {
    color: #D64612;
    background-color: #fff;
  }
}

.btn.btn_blue {
  background-color: #002351;
  border: 1px solid #002351;
}

@media (min-width: 768px) {
  .btn.btn_blue:hover {
    color: #002351;
    background-color: #fff;
  }
}

.btn span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 20px;
}

.btn span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_right_bold_white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .btn:hover span::after {
    background: url(../images/common/icon_triangle_right_bold_orange.svg) no-repeat center center/contain;
  }
}

@media (min-width: 768px) {
  .btn.btn_blue:hover span::after {
    background: url(../images/common/icon_triangle_right_bold_blue.svg) no-repeat center center/contain;
  }
}

.body.is_open {
  overflow: hidden;
}

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

.header.header_fixed {
  padding: 0;
  height: 76px;
}
@media (max-width: 1300px) {
  .header.header_fixed {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .header.header_fixed {
    height: 60px;
    padding: 0;
  }
}

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

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

@media (max-width: 1300px) {
  .header_inner {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    height: inherit;
  }
}

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

.header_lead {
  font-size: clamp(10px, 0.9333333333vw, 14px);
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .header_wrapper {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .header_wrapper {
    margin-top: 0;
  }
}

.header_left {
  width: 100%;
  max-width: 319px;
}
@media (max-width: 1300px) {
  .header_left {
    max-width: 260px;
  }
}

.header_logo {
  width: 100%;
  max-width: 319px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header_logo {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  .header_logo {
    max-width: 213px;
  }
}

.header_right {
  width: 100%;
  max-width: 563px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 1300px) {
  .header_right {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .header_right {
    display: none;
  }
}

.header_tel_unit {
  width: 100%;
  max-width: 339px;
}
@media (max-width: 1300px) {
  .header_tel_unit {
    max-width: 260px;
  }
}

.header_tel {
  width: 100%;
  max-width: 339px;
}

.header_tel_text {
  font-size: 14px;
  line-height: 130%;
  margin-top: 10px;
}
@media (max-width: 1300px) {
  .header_tel_text {
    font-size: 13px;
    margin-top: 3px;
  }
}

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

.header_contact a {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  background-color: #D64612;
  border: 1px solid #D64612;
  padding: 27px 20px;
}

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

.header_contact a span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-left: 30px;
}

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

@media (min-width: 768px) {
  .header_contact a:hover span::before {
    background: url(../images/common/icon_mail_orange.svg) no-repeat center center/contain;
  }
}

.header_nav {
  background-color: #002351;
  margin-top: 24px;
}
@media (max-width: 1300px) {
  .header_nav {
    display: none;
  }
}

.header_fixed .header_nav {
  display: none;
}

.header_lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.header_list {
  text-align: center;
  border-left: 1px solid #fff;
}

.header_list:last-of-type {
  border-right: 1px solid #fff;
}

.header_list_link {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  padding: 18px 10px;
}

@media (min-width: 768px) {
  .header_list_link:hover {
    color: #002351;
    background-color: #fff;
  }
}

.header_list_link::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_fixation {
  display: none;
  background-color: #002351;
  height: inherit;
}

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

.header_fixation_inner {
  height: inherit;
}

.header_fixation_wrapper {
  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: 20px;
  height: inherit;
}

.header_fixation_logo {
  width: 100%;
  max-width: 160px;
}

.header_fixation_nav {
  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: 32px;
  width: 100%;
  max-width: 780px;
}

.header_fixation_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.header_fixation_list a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
}

.header_fixation_list a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .header_fixation_list a:hover:after {
    width: 100%;
  }
}

.header_fixation_btn {
  width: 100%;
  max-width: 154px;
}

.header_fixation_btn a {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #D64612;
  border: 1px solid #D64612;
  padding: 11px 10px 11px;
  border-radius: 4px;
}

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

.header_fixation_btn a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 30px;
}

.header_fixation_btn a span::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .header_fixation_btn a:hover span::before {
    background: url(../images/common/icon_mail_orange.svg) no-repeat center center/contain;
  }
}

.header_list_modal_wrap {
  position: relative;
}

@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: 60px;
  left: 50%;
  width: 100%;
  color: #fff;
  background-color: #002351;
  -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_list_modal_item a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}

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

.header_hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100px;
  height: 100px;
  background-color: #002351;
  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: 60px;
    height: 60px;
    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: 50px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .header_hamburger_bar {
    width: 25px;
    height: 2px;
  }
}

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

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

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

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.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: -9px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

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

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

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

.header_drawer_nav {
  padding: 0 5%;
  height: 100%;
  overflow-y: scroll;
}

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

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

.header_drawer_list_menu a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .header_drawer_list_menu a {
    font-size: 14px;
  }
}

.main {
  margin-top: 267px;
}
@media (max-width: 1300px) {
  .main {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 60px;
  }
}

/* top - top_mw
------------------------------ */
/* top - top_problem
------------------------------ */
.top_problem {
  background: linear-gradient(180deg, transparent 0% 60px, #fff 60px 100%), linear-gradient(90deg, transparent 0% 50%, #002351 50% 100%);
}

.top_problem_wrapper {
  position: relative;
  border: 5px solid #002351;
  border-radius: 5px;
  background-color: #fff;
  padding: 75px 20px 97px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_problem_wrapper {
    padding: 40px 12px 20px;
  }
}

.top_problem_wrapper::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -74px;
  background-color: #002351;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width: 768px) {
  .top_problem_wrapper::before {
    width: 100px;
    height: 40px;
    bottom: -40px;
  }
}

.top_problem_wrapper::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -67px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width: 768px) {
  .top_problem_wrapper::after {
    width: 100px;
    height: 40px;
    bottom: -39px;
  }
}

.top_problem_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top_problem_head {
    gap: 6px;
  }
}

.top_problem_head::before {
  position: absolute;
  content: "";
  width: clamp(105px, 9.6666666667vw, 145px);
  height: 158px;
  left: -220px;
  top: -113px;
  background: url(../images/top/top_problem_illust01.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_problem_head::before {
    width: 71px;
    height: 78px;
    left: -66px;
    top: -50px;
  }
}

.top_problem_head_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  color: #fff;
  background-color: #002351;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 20px;
}
@media (max-width: 768px) {
  .top_problem_head_title {
    font-size: 16px;
    padding: 4px 12px;
  }
}

.top_problem_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  text-align: center;
  line-height: 120%;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .top_problem_title {
    font-size: 28px;
  }
}

.top_problem_title span {
  font-size: clamp(42px, 3.7333333333vw, 56px);
  font-weight: 900;
  line-height: 150%;
  color: #D64612;
  letter-spacing: 0.03em;
  margin: 0 8px;
}
@media (max-width: 768px) {
  .top_problem_title span {
    font-size: 40px;
  }
}

.top_problem_lists {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 46px auto 0;
}
@media (max-width: 768px) {
  .top_problem_lists {
    margin: 30px auto 0;
  }
}

.top_problem_list {
  position: relative;
  font-size: clamp(20px, 1.6vw, 24px);
  letter-spacing: 0.03em;
  line-height: 130%;
  font-weight: 700;
  padding: 9px 16px 10px 69px;
}
@media (max-width: 768px) {
  .top_problem_list {
    font-size: 14px;
    padding: 9px 16px 10px 40px;
  }
}

.top_problem_list + .top_problem_list {
  margin-top: 19px;
}
@media (max-width: 768px) {
  .top_problem_list + .top_problem_list {
    margin-top: 8px;
  }
}

.top_problem_list::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_circle_check_blue.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_problem_list::before {
    width: 32px;
    height: 32px;
  }
}

.top_problem_list span {
  color: #D64612;
}

.top_problem_img {
  position: absolute;
  content: "";
  width: clamp(187px, 24.8666666667vw, 373px);
  right: clamp(20px, 4.7333333333vw, 71px);
  bottom: 115px;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_problem_img {
    position: relative;
    width: 100%;
    max-width: 127px;
    right: auto;
    bottom: auto;
    margin-top: 7px;
    margin-left: auto;
  }
}

/* top - top_solution
------------------------------ */
.top_solution {
  background: url(../images/top/top_solution_bg.jpg) no-repeat center center/cover;
  padding: 256px 0 152px;
  margin-top: -130px;
}
@media (max-width: 768px) {
  .top_solution {
    padding: 210px 0 64px;
    margin-top: -150px;
    overflow: hidden;
  }
}

.top_solution_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .top_solution_title {
    font-size: clamp(18px, 6.4vw, 24px);
    text-align: left;
  }
}

.top_solution_title_medium {
  font-size: clamp(42px, 3.7333333333vw, 56px);
  line-height: 130%;
}
@media (max-width: 768px) {
  .top_solution_title_medium {
    font-size: clamp(24px, 8.5333333333vw, 32px);
  }
}

.top_solution_title_gold {
  font-size: clamp(64px, 5.3333333333vw, 80px);
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  text-shadow: 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, 3px 0px 1px #fff, -3px 0px 1px #fff, 0px 3px 1px #fff, 0px -3px 1px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff, 4px 4px 3px #000, -3px -3px 3px #000, -3px 3px 1px #000, 3px -3px 1px #000;
}
@media (max-width: 768px) {
  .top_solution_title_gold {
    font-size: clamp(36px, 13.8666666667vw, 52px);
  }
}

.top_solution_title_gold::after {
  position: absolute;
  content: "解決";
  display: inline-block;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#B07B0F), color-stop(53%, #FFE45B), color-stop(53%, #FFE45B), to(#B07B0F));
  background: linear-gradient(180deg, #B07B0F 0%, #FFE45B 53%, #FFE45B 53%, #B07B0F 100%);
  -webkit-background-clip: text;
  text-shadow: none;
  font-size: clamp(64px, 5.3333333333vw, 80px);
}
@media (max-width: 768px) {
  .top_solution_title_gold::after {
    font-size: clamp(36px, 13.8666666667vw, 52px);
  }
}

.top_solution_title_large {
  font-size: clamp(56px, 4.2666666667vw, 64px);
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .top_solution_title_large {
    font-size: clamp(28px, 10.6666666667vw, 40px);
  }
}

.top_solution_items {
  position: relative;
  counter-reset: cnt;
  margin-top: 87px;
}
@media (max-width: 768px) {
  .top_solution_items {
    margin-top: 35px;
  }
}

.top_solution_items::before {
  position: absolute;
  content: "";
  width: clamp(158px, 21.1333333333vw, 317px);
  height: 337px;
  top: -337px;
  right: -7px;
  background: url(../images/top/top_solution_human01.png) no-repeat center bottom/contain;
}
@media (max-width: 768px) {
  .top_solution_items::before {
    width: clamp(90px, 35.7333333333vw, 134px);
  }
}

.top_solution_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: #fff;
  padding: 42px 48px 48px 70px;
}
@media (max-width: 768px) {
  .top_solution_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 24px 16px 24px;
  }
}

.top_solution_item + .top_solution_item {
  margin-top: 31.5px;
}

.top_solution_item_num_unit {
  width: 100%;
  max-width: 100px;
}
@media (max-width: 768px) {
  .top_solution_item_num_unit {
    margin-inline: auto;
    text-align: center;
  }
}

.top_solution_item_num_text {
  font-size: clamp(24px, 2.1333333333vw, 32px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #002351;
}
@media (max-width: 768px) {
  .top_solution_item_num_text {
    font-size: clamp(22px, 6.4vw, 24px);
  }
}

.top_solution_item_num {
  display: inline-block;
  font-size: clamp(70px, 6.4vw, 96px);
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  font-weight: 700;
  color: #D64612;
}
@media (max-width: 768px) {
  .top_solution_item_num {
    font-size: clamp(66px, 19.2vw, 72px);
  }
}

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

.top_solution_item_content {
  width: 100%;
  max-width: 982px;
}

.top_solution_item_title {
  font-size: clamp(24px, 2.1333333333vw, 32px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .top_solution_item_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.top_solution_item_title span {
  color: #D64612;
}

.top_solution_item_text {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  line-height: 170%;
  letter-spacing: 0.02em;
  margin-top: 14px;
  padding-top: 27px;
  background-image: radial-gradient(circle, #000 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 9px 4px;
}
@media (max-width: 768px) {
  .top_solution_item_text {
    font-size: 14px;
    margin-top: 12px;
    padding-top: 16px;
  }
}

/* top - top_product
------------------------------ */
.top_product {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .top_product {
    margin-top: 80px;
  }
}

.top_product_subtitle {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #002351;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 6px 30px;
}
@media (max-width: 768px) {
  .top_product_subtitle {
    font-size: 16px;
    padding: 4px 10px;
    width: 100%;
    max-width: 327px;
  }
}

.top_product_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .top_product_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.top_product_title span {
  display: inline-block;
  font-size: clamp(42px, 3.7333333333vw, 56px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #ECECEC));
  background: linear-gradient(transparent 68%, #ECECEC 68%);
  padding: 0 15px 14px;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .top_product_title span {
    line-height: 120%;
    font-size: clamp(26px, 8.5333333333vw, 32px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ECECEC));
    background: linear-gradient(transparent 80%, #ECECEC 80%);
    padding: 0 15px 5px;
    margin-top: 0;
  }
}

.top_product_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px 22px;
  margin-top: 96px;
}
@media (max-width: 768px) {
  .top_product_cards {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}

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

.top_product_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 296/210;
}

.top_product_card_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .top_product_card_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    margin-top: 10px;
  }
}

.top_product_card_text {
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .top_product_card_text {
    text-align: center;
  }
}

/* top - top_flow
------------------------------ */
.top_flow {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .top_flow {
    margin-top: 80px;
  }
}

.top_flow_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-color: #002351;
  padding: 24px 20px;
}
@media (max-width: 768px) {
  .top_flow_title {
    font-size: 24px;
    padding: 26px 20px;
  }
}

.top_flow_inner {
  margin-top: 136px;
}
@media (max-width: 768px) {
  .top_flow_inner {
    margin-top: 64px;
  }
}

.top_flow_items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(15px, 1.3333333333vw, 20px);
  counter-reset: cnt;
}
@media (max-width: 768px) {
  .top_flow_items {
    grid-template-columns: 1fr;
    gap: 68px;
  }
}

.top_flow_item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background-color: #CDE6FF;
  padding: 46px clamp(15px, 1.3333333333vw, 20px) 40px;
}
@media (max-width: 768px) {
  .top_flow_item {
    padding: 48px 24px 48px;
  }
}

.top_flow_item::before {
  position: absolute;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  line-height: 100%;
  font-weight: 700;
  color: #002351;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}

.top_flow_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: clamp(16px, 1.6vw, 24px);
  height: 40px;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_right_bold_blue.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_flow_item:not(:last-of-type)::after {
    width: 40px;
    height: 24px;
    right: auto;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10px;
    background: url(../images/common/icon_triangle_bottom_bold_blue.svg) no-repeat center center/contain;
  }
}

.top_flow_item_title {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002351;
  text-align: center;
}
@media (max-width: 768px) {
  .top_flow_item_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.top_flow_item_text {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.07em;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .top_flow_item_text {
    margin-top: 16px;
  }
}

/* top - top_faq
------------------------------ */
.top_faq {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .top_faq {
    margin-top: 80px;
  }
}

.top_faq_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-color: #002351;
  padding: 24px 20px;
}
@media (max-width: 768px) {
  .top_faq_title {
    font-size: 24px;
    padding: 26px 20px;
  }
}

.top_faq_inner {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .top_faq_inner {
    margin-top: 56px;
  }
}

.top_faq_list {
  background-color: #ECECEC;
  padding: 32px 32px 32px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top_faq_list {
    padding: 16px 11px 16px 16px;
  }
}

.top_faq_list + .top_faq_list {
  margin-top: 19px;
}

.top_faq_list_q {
  position: relative;
  font-size: clamp(18px, 1.3333333333vw, 20px);
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 6px 0 10px 58px;
}
@media (max-width: 768px) {
  .top_faq_list_q {
    font-size: 14px;
    padding: 0 0 0 31px;
  }
}

.top_faq_list_q::before {
  position: absolute;
  content: "Q.";
  font-size: clamp(32px, 2.6666666667vw, 40px);
  line-height: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #D64612;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .top_faq_list_q::before {
    font-size: 24px;
  }
}

.top_faq_list_q span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .top_faq_list_q span {
    padding-right: 34px;
  }
}

.top_faq_list_q span::before,
.top_faq_list_q span::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 3px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #002351;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 768px) {
  .top_faq_list_q span::before,
  .top_faq_list_q span::after {
    width: 18px;
    height: 2px;
    top: 16px;
  }
}

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

.top_faq_list_q.is_open span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.top_faq_list_a {
  display: none;
  letter-spacing: 0.05em;
  max-width: 1115px;
  padding-right: 50px;
  padding-left: 58px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .top_faq_list_a {
    padding-right: 24px;
    padding-left: 37px;
    margin-top: 12px;
  }
}

/* top - top_works
------------------------------ */
.top_works {
  background: url(../images/top/top_works_bg.jpg) no-repeat center center/cover;
  padding: 108px 0 120px;
  margin-top: 149px;
}
@media (max-width: 768px) {
  .top_works {
    padding: 64px 0 80px;
    margin-top: 80px;
  }
}

.top_works_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .top_works_title {
    font-size: 32px;
  }
}

.top_works_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 87px;
}
@media (max-width: 768px) {
  .top_works_cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
}

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

.top_works_card a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background-color: #fff;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .top_works_card a {
    padding-bottom: 49px;
  }
}

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

.top_works_card a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  right: 24px;
  bottom: 24px;
  background: url(../images/common/icon_triangle_right_bold_blue.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .top_works_card a:hover::after {
    background: url(../images/common/icon_triangle_right_bold_white.svg) no-repeat center center/contain;
  }
}

.top_works_card_img {
  overflow: hidden;
}

.top_works_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/280;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

.top_works_card_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.05em;
  margin-top: 24px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .top_works_card_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

@media (min-width: 768px) {
  .top_works_card a:hover .top_works_card_title {
    color: #002351;
  }
}

.top_works_card_text {
  letter-spacing: 0.05em;
  margin-top: 15px;
  padding: 0 24px;
}

.top_works_card_cat_wrapper {
  margin-top: 16px;
  padding: 0 24px;
}

.top_works_card_cat {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ECECEC;
  text-align: center;
  padding: 6px 8px;
}

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

.top_works_card_none {
  color: #fff;
}

/* top - top_about
------------------------------ */
.top_about {
  background: url(../images/top/top_about_bg.jpg) no-repeat center center/cover;
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .top_about {
    padding: 64px 0 0;
  }
}

.top_about_inner {
  position: relative;
}

.top_about_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  letter-spacing: 0.03em;
  font-weight: 700;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .top_about_title {
    font-size: clamp(20px, 6.4vw, 24px);
  }
}

.top_about_text {
  position: relative;
  line-height: 180%;
  letter-spacing: 0.03em;
  max-width: 750px;
  margin-top: 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_about_text {
    font-size: 16px;
    margin-top: 24px;
  }
}

.top_about_btn {
  position: relative;
  z-index: 1;
  margin-top: 66px;
}
@media (max-width: 768px) {
  .top_about_btn {
    margin-top: 32px;
  }
}

.top_about_img {
  position: absolute;
  max-width: 579px;
  right: 30px;
  bottom: -139px;
}
@media (max-width: 768px) {
  .top_about_img {
    position: relative;
    max-width: 250px;
    margin-left: auto;
    right: 15px;
    bottom: -50px;
  }
}

/* cta
------------------------------ */
.cta {
  padding: 0 25px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta {
    padding: 0 16px;
    margin-top: 80px;
  }
}

.cta_inner {
  width: 100%;
  max-width: 1250px;
  background-color: #002351;
  margin-inline: auto;
  padding: 64px 20px 72px 0;
}
@media (max-width: 768px) {
  .cta_inner {
    padding: 40px 0 40px;
  }
}

.cta_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1123px;
}
@media (max-width: 768px) {
  .cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta_title {
  width: 100%;
  max-width: 518px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .cta_title {
    max-width: 100%;
    margin-top: 0;
  }
}

.cta_title_en_wrapper {
  background-color: #fff;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cta_title_en_wrapper {
    width: calc(100% - 16px);
    padding-left: 16px;
  }
}

.cta_title_en {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #D64612;
  width: 100%;
  max-width: 391px;
  margin-left: auto;
  padding: 9px 0;
}
@media (max-width: 768px) {
  .cta_title_en {
    font-size: clamp(20px, 6.4vw, 24px);
  }
}

.cta_title_ja {
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: center;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .cta_title_ja {
    margin: 20px auto 0;
    padding: 0 20px;
    text-align: left;
  }
}

.cta_title_ja_middle {
  font-size: clamp(32px, 3.7333333333vw, 56px);
  line-height: 125%;
}
@media (max-width: 768px) {
  .cta_title_ja_middle {
    font-size: clamp(32px, 10.6666666667vw, 40px);
    padding-left: 20px;
  }
}

.cta_title_ja_large {
  font-size: clamp(46px, 4.2666666667vw, 64px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D64612));
  background: linear-gradient(transparent 60%, #D64612 60%);
  padding: 0 26px 4px;
}
@media (max-width: 768px) {
  .cta_title_ja_large {
    font-size: clamp(38px, 12.8vw, 48px);
    padding: 0 15px 4px 15px;
  }
}

.cta_title_ja_large span {
  letter-spacing: -0.4em;
}

.cta_contact {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .cta_contact {
    max-width: 450px;
    padding: 0 16px;
    margin-inline: auto;
  }
}

.cta_contact_tel_title {
  font-size: clamp(22px, 2.1333333333vw, 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 768px) {
  .cta_contact_tel_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.cta_contact_tel_link {
  margin-top: 17px;
}

.cta_contact_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 17px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .cta_contact_unit {
    gap: 8px;
  }
}

.cta_contact_day {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  width: 100%;
  max-width: 117px;
  color: #fff;
  background-color: #D64612;
  text-align: center;
  padding: 3px 3px;
}
@media (max-width: 768px) {
  .cta_contact_day {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    max-width: 97px;
  }
}

.cta_contact_time {
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #fff;
}
@media (max-width: 768px) {
  .cta_contact_time {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}

.cta_contact_btn {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .cta_contact_btn {
    margin-top: 24px;
  }
}

.cta_contact_btn a {
  display: inline-block;
  position: relative;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 500px;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#FFCF1D), to(#D64612));
  background: linear-gradient(90deg, #FFCF1D 0%, #D64612 100%);
  padding: 27px clamp(15px, 2.1333333333vw, 32px) 30px clamp(15px, 2.6666666667vw, 40px);
}
@media (max-width: 768px) {
  .cta_contact_btn a {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    padding: 20px 16px 19px;
  }
}

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

.cta_contact_btn a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 32px 0 clamp(65px, 6.2666666667vw, 94px);
}
@media (max-width: 768px) {
  .cta_contact_btn a span {
    padding: 0 16px 0 clamp(45px, 15.2vw, 57px);
  }
}

.cta_contact_btn a span::before {
  position: absolute;
  content: "";
  width: clamp(40px, 4.2vw, 63px);
  height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_blue.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta_contact_btn a span::before {
    width: clamp(36px, 11.4666666667vw, 43px);
  }
}

@media (min-width: 768px) {
  .cta_contact_btn a:hover span::before {
    background: url(../images/common/icon_mail_white.svg) no-repeat center center/contain;
  }
}

.cta_contact_btn a span::after {
  position: absolute;
  content: "";
  width: clamp(18px, 1.8vw, 27px);
  height: 48px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_right_blue.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta_contact_btn a span::after {
    width: 9px;
    height: 16px;
  }
}

@media (min-width: 768px) {
  .cta_contact_btn a:hover span::after {
    background: url(../images/common/icon_triangle_right_white.svg) no-repeat center center/contain;
  }
}

/* sub
------------------------------ */
.sub_main {
  margin-top: 219px;
}
@media (max-width: 1300px) {
  .sub_main {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .sub_main {
    margin-top: 82px;
  }
}

.sub_mv {
  min-height: 280px;
  overflow: hidden;
  background-color: #ECECEC;
}
@media (max-width: 768px) {
  .sub_mv {
    min-height: 200px;
  }
}

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

.sub_mv_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sub_mv_title_left {
  width: calc(50% - 625px);
  background: #fff;
}

.sub_mv_title {
  position: relative;
  padding: 16px 30px 16px 34px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1000px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sub_mv_title {
    width: 100%;
    padding: 15px 16px;
  }
}

.sub_mv_title_ja {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
}
@media (max-width: 768px) {
  .sub_mv_title_ja {
    font-size: clamp(18px, 1.3333333333vw, 20px);
  }
}

.sub_mv_img {
  position: absolute;
  width: 53.3333333333%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .sub_mv_img {
    position: relative;
    width: 100%;
  }
}

.sub_mv_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .sub_mv_img img {
    min-height: 150px;
  }
}

.breadcrumb {
  background-color: #ECECEC;
  padding: 21px 0;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 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: 12px;
}
@media (max-width: 768px) {
  .breadcrumb_inner {
    gap: 5px 10px;
  }
}

.breadcrumb_inner a {
  font-weight: 700;
  color: #D64612;
}

.breadcrumb_arrow {
  display: block;
  position: relative;
  width: 5px;
}

.breadcrumb_arrow::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_right_black.svg) no-repeat center center/contain;
}

.section_title {
  position: relative;
  font-size: clamp(28px, 2.1333333333vw, 32px);
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 12px 32px 12px;
}
@media (max-width: 768px) {
  .section_title {
    font-size: clamp(20px, 6.4vw, 24px);
    padding: 6px 0 6px 20px;
  }
}

.section_title::before {
  position: absolute;
  content: "";
  width: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #D64612;
}
@media (max-width: 768px) {
  .section_title::before {
    width: 8px;
  }
}

.section_underline_title {
  font-size: clamp(24px, 2.1333333333vw, 32px);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .section_underline_title {
    font-size: clamp(20px, 6.4vw, 24px);
  }
}

.section_underline_title.section_underline_title_white {
  color: #fff;
}

.section_underline_title span {
  display: inline-block;
  border-bottom: 8px solid #D64612;
  padding: 0 40px 15px;
}
@media (max-width: 768px) {
  .section_underline_title span {
    border-bottom: 5px solid #D64612;
    padding: 0 20px 10px;
  }
}

/* about - about_concrete
------------------------------ */
.about_concrete {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .about_concrete {
    margin-top: 50px;
  }
}

.about_concrete_text {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .about_concrete_text {
    margin-top: 20px;
  }
}

.about_concrete_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .about_concrete_items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}

.about_concrete_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 402/284;
}

/* about - about_special
------------------------------ */
.about_special {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .about_special {
    margin-top: 50px;
  }
}

.about_special_text {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .about_special_text {
    margin-top: 20px;
  }
}

.about_special_text p + p {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .about_special_text p + p {
    margin-top: 10px;
  }
}

.about_special_main {
  background: url(../images/about/about_special_bg.jpg) no-repeat center center/cover;
  padding: 95px 20px 95px;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .about_special_main {
    padding: 20px 20px;
    margin-top: 20px;
  }
}

.about_special_lists_wrapper {
  width: 100%;
  max-width: 898px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 28px 0 48px;
}
@media (max-width: 768px) {
  .about_special_lists_wrapper {
    padding: 20px 0;
  }
}

.about_special_lists_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 3px solid #002351;
  padding: 0 10px 28px;
}
@media (max-width: 768px) {
  .about_special_lists_title {
    padding: 0 15px 20px;
  }
}

.about_special_lists_title span {
  font-size: clamp(24px, 2.1333333333vw, 32px);
  font-weight: 900;
  color: #D64612;
}
@media (max-width: 768px) {
  .about_special_lists_title span {
    font-size: clamp(20px, 6.4vw, 24px);
  }
}

.about_special_lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 7px;
  width: 100%;
  max-width: 651px;
  margin: 49px auto 0;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .about_special_lists {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 20px auto 0;
    padding: 0 20px;
  }
}

.about_special_list {
  position: relative;
  font-size: clamp(18px, 1.3333333333vw, 20px);
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-left: 56px;
}
@media (max-width: 768px) {
  .about_special_list {
    font-size: clamp(15px, 4.8vw, 18px);
    padding-left: 40px;
  }
}

.about_special_list::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_circle_check_blue.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .about_special_list::before {
    width: 30px;
    height: 30px;
  }
}

/* about - about_benefits
------------------------------ */
.about_benefits {
  background: url(../images/about/about_benefits_bg.jpg) no-repeat center center/cover;
  padding: 120px 10px 120px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .about_benefits {
    padding: 50px 0;
    margin-top: 50px;
  }
}

.about_benefits_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 81px;
}
@media (max-width: 768px) {
  .about_benefits_items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}

.about_benefits_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #fff;
  padding: 72px 24px 40px;
}
@media (max-width: 768px) {
  .about_benefits_item {
    padding: 20px 15px 20px;
  }
}

.about_benefits_item_img {
  width: 100%;
  max-width: 180px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .about_benefits_item_img {
    max-width: 115px;
  }
}

.about_benefits_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 180/157;
}

.about_benefits_item_title_wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .about_benefits_item_title_wrapper {
    margin-top: 20px;
  }
}

.about_benefits_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 768px) {
  .about_benefits_item_title {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.about_benefits_item_title span {
  color: #D64612;
}

.about_benefits_item_text {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .about_benefits_item_text {
    margin-top: 10px;
  }
}

/* about - about_caution
------------------------------ */
.about_caution {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .about_caution {
    margin-top: 50px;
  }
}

.about_caution_lists {
  counter-reset: cnt;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .about_caution_lists {
    margin-top: 20px;
  }
}

.about_caution_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_caution_list + .about_caution_list {
  margin-top: 15px;
}

.about_caution_list_num {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(42px, 3.7333333333vw, 56px);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #002351;
  width: 100%;
  max-width: 161px;
}
@media (max-width: 768px) {
  .about_caution_list_num {
    max-width: 70px;
  }
}

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

.about_caution_list_content {
  background-color: #ECECEC;
  width: calc(100% - 161px);
  padding: 28px 38px 24px 32px;
}
@media (max-width: 768px) {
  .about_caution_list_content {
    width: calc(100% - 70px);
    padding: 20px 15px;
  }
}

.about_caution_list_title {
  font-size: clamp(20px, 1.6vw, 24px);
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about_caution_list_title {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.about_caution_list_text {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .about_caution_list_text {
    margin-top: 10px;
  }
}

.about_caution_slick {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .about_caution_slick {
    margin-top: 20px;
  }
}

.about_caution_slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

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

.about_caution_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 398/290;
}

/* about - about_choice
------------------------------ */
.about_choice {
  background-color: #ECECEC;
  padding: 120px 0 120px;
  margin-top: 116px;
}
@media (max-width: 768px) {
  .about_choice {
    padding: 50px 0;
    margin-top: 50px;
  }
}

.about_choice_items {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .about_choice_items {
    margin-top: 20px;
  }
}

.about_choice_item + .about_choice_item {
  margin-top: 57px;
}
@media (max-width: 768px) {
  .about_choice_item + .about_choice_item {
    margin-top: 20px;
  }
}

.about_choice_item_subtitle {
  position: relative;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #002351;
  border-radius: 50px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 35px 48px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .about_choice_item_subtitle {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 15px 20px;
  }
}

.about_choice_item_subtitle::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
  background-color: #002351;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.about_choice_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}
@media (max-width: 768px) {
  .about_choice_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.about_choice_item_img {
  width: 100%;
  max-width: 398px;
}

.about_choice_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 398/290;
}

.about_choice_item_content {
  position: relative;
  width: 100%;
  max-width: 852px;
  background-color: #fff;
  padding: 65px 48px 48px;
}
@media (max-width: 768px) {
  .about_choice_item_content {
    padding: 20px;
  }
}

.about_choice_item_content::before {
  position: absolute;
  content: "";
  width: 73px;
  height: 57px;
  left: -21px;
  top: 12px;
  background: url(../images/common/icon_check_orange.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .about_choice_item_content::before {
    width: 40px;
    height: 32px;
    left: -10px;
    top: -1px;
  }
}

.about_choice_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  letter-spacing: 0.05em;
  font-weight: 700;
}

.about_choice_item_title span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.about_choice_item_title span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #D64612;
}

.about_choice_item_text {
  line-height: 180%;
  letter-spacing: 0.03em;
  margin-top: 24px;
}

.about_choice_food {
  position: relative;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  max-width: 838px;
  background-color: #fff;
  border-radius: 16px;
  border: 3px solid #D64612;
  padding: 32px 20px 28px;
  margin: 129px auto 0;
}
@media (max-width: 768px) {
  .about_choice_food {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 20px;
    margin: 80px auto 0;
  }
}

.about_choice_food span {
  font-size: clamp(24px, 2.1333333333vw, 32px);
  line-height: 200%;
  font-weight: 900;
  color: #D64612;
}
@media (max-width: 768px) {
  .about_choice_food span {
    font-size: clamp(20px, 6.4vw, 24px);
    line-height: 130%;
  }
}

.about_choice_food::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 65px;
  top: -99px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/icon_triangle_bottom_bold_double_orange.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .about_choice_food::before {
    width: 40px;
    height: 41px;
    top: -65px;
  }
}

/* about - about_cta
------------------------------ */
.about_cta02 {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .about_cta02 {
    margin-top: 50px;
  }
}

/* proposal - proposal_nav
------------------------------ */
.proposal_nav {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .proposal_nav {
    margin-top: 50px;
  }
}

.proposal_nav_links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(25px, 2.6666666667vw, 40px);
}
@media (max-width: 768px) {
  .proposal_nav_links {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.proposal_nav_link a {
  position: relative;
  display: block;
}

.proposal_nav_link_img {
  overflow: hidden;
}

.proposal_nav_link_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/390;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

.proposal_nav_link_title {
  position: absolute;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .proposal_nav_link_title {
    font-size: clamp(15px, 4.8vw, 18px);
  }
}

/* proposal - proposal_examples
------------------------------ */
.proposal_examples_main {
  background-color: #ECECEC;
  padding: 88px 80px 120px;
}
@media (max-width: 768px) {
  .proposal_examples_main {
    padding: 20px 15px;
  }
}

.proposal_examples_consultation {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .proposal_examples_consultation {
    margin-top: 20px;
  }
}

.proposal_examples_consultation_title {
  font-size: clamp(24px, 2.1333333333vw, 32px);
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #002351;
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .proposal_examples_consultation_title {
    font-size: clamp(20px, 6.4vw, 24px);
    padding: 15px 15px;
  }
}

.proposal_examples_consultation_title span {
  position: relative;
  display: inline-block;
  padding: 0 clamp(65px, 5.4666666667vw, 82px);
}
@media (max-width: 768px) {
  .proposal_examples_consultation_title span {
    padding: 0 50px;
  }
}

.proposal_examples_consultation_title span::after {
  position: absolute;
  content: "";
  width: clamp(35px, 2.8666666667vw, 43px);
  height: 70px;
  right: 0;
  top: -26px;
  background: url(../images/common/icon_question_orange.svg) no-repeat center center/contain;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media (max-width: 768px) {
  .proposal_examples_consultation_title span::after {
    width: 25px;
    height: 41px;
    top: -24px;
  }
}

.proposal_examples_consultation_text {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 40px 40px;
}
@media (max-width: 768px) {
  .proposal_examples_consultation_text {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 20px;
  }
}

.proposal_examples_suggestion {
  position: relative;
  margin-top: 68px;
}
@media (max-width: 768px) {
  .proposal_examples_suggestion {
    margin-top: 45px;
  }
}

.proposal_examples_suggestion::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -55px;
  background: url(../images/common/icon_triangle_bottom_bold_double_orange.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .proposal_examples_suggestion::before {
    width: 30px;
    height: 30px;
    top: -38px;
  }
}

.proposal_examples_suggestion_title {
  font-size: clamp(24px, 2.1333333333vw, 32px);
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #D64612;
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .proposal_examples_suggestion_title {
    font-size: clamp(20px, 6.4vw, 24px);
    padding: 15px 15px;
  }
}

.proposal_examples_suggestion_title span {
  position: relative;
  display: inline-block;
  padding: 0 clamp(65px, 6.2vw, 93px);
}
@media (max-width: 768px) {
  .proposal_examples_suggestion_title span {
    padding: 0 50px;
  }
}

.proposal_examples_suggestion_title span::before {
  position: absolute;
  content: "";
  width: clamp(45px, 4.2vw, 63px);
  height: 70px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_light_bulb_white.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .proposal_examples_suggestion_title span::before {
    width: 34px;
    height: 38px;
  }
}

.proposal_examples_suggestion_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 40px 40px;
}
@media (max-width: 768px) {
  .proposal_examples_suggestion_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
  }
}

.proposal_examples_suggestion_text {
  line-height: 200%;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 740px;
}

.proposal_examples_suggestion_img {
  width: 100%;
  max-width: 214px;
}
@media (max-width: 768px) {
  .proposal_examples_suggestion_img {
    max-width: 300px;
    margin-inline: auto;
  }
}

.proposal_examples_suggestion_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 214/151;
}

/* proposal - proposal_examples_a
------------------------------ */
.proposal_examples_a {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .proposal_examples_a {
    margin-top: 50px;
  }
}

/* proposal - proposal_examples_b
------------------------------ */
.proposal_examples_b {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .proposal_examples_b {
    margin-top: 50px;
  }
}

/* proposal - proposal_examples_c
------------------------------ */
.proposal_examples_c {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .proposal_examples_c {
    margin-top: 50px;
  }
}

/* company - company_greeting
------------------------------ */
.company_greeting {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .company_greeting {
    margin-top: 50px;
  }
}

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

.company_greeting_content {
  width: 100%;
  max-width: 830px;
  line-height: 170%;
  letter-spacing: 0.05em;
}

.company_greeting_content p + p {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .company_greeting_content p + p {
    margin-top: 10px;
  }
}

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

.company_greeting_avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 340/230;
}

/* company - company_overview
------------------------------ */
.company_overview {
  background-color: #ECECEC;
  padding: 120px 0 120px;
  margin-top: 118px;
}
@media (max-width: 768px) {
  .company_overview {
    padding: 50px 0;
    margin-top: 50px;
  }
}

.company_overview_text {
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .company_overview_text {
    margin-top: 20px;
  }
}

.company_overview_figure {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .company_overview_figure {
    margin-top: 20px;
  }
}

.company_overview_figure dl {
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media (max-width: 768px) {
  .company_overview_figure dl {
    grid-template-columns: 1fr;
  }
}

.company_overview_figure dt {
  line-height: 170%;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #002351;
  padding: 32px 24px;
}
@media (max-width: 768px) {
  .company_overview_figure dt {
    padding: 20px 15px;
  }
}

.company_overview_figure dt:nth-of-type(n + 2) {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .company_overview_figure dt:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.company_overview_figure dd {
  line-height: 170%;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 32px 32px;
}
@media (max-width: 768px) {
  .company_overview_figure dd {
    padding: 20px 15px;
  }
}

.company_overview_figure dd:nth-of-type(n + 2) {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .company_overview_figure dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.company_overview_items {
  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;
  gap: 38px 20px;
  max-width: 963px;
}
@media (max-width: 768px) {
  .company_overview_items {
    gap: 15px;
  }
}

.company_overview_item {
  width: 100%;
}

.company_overview_item:nth-of-type(odd) {
  max-width: 411px;
}
@media (max-width: 768px) {
  .company_overview_item:nth-of-type(odd) {
    max-width: 264px;
  }
}

.company_overview_item:nth-of-type(even) {
  max-width: 512px;
}
@media (max-width: 768px) {
  .company_overview_item:nth-of-type(even) {
    max-width: 264px;
  }
}

.company_overview_item_title {
  font-weight: 700;
}

/* company - company_introduction
------------------------------ */
.company_introduction {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company_introduction {
    margin-top: 50px;
  }
}

.company_introduction_banners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .company_introduction_banners {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
  }
}

.company_introduction_banner a {
  display: block;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.company_introduction_banner a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

/* contact_tel
------------------------------ */
.contact_tel {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact_tel {
    margin-top: 50px;
  }
}

.contact_tel_text {
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contact_tel_text {
    margin-top: 20px;
  }
}

.contact_tel_main {
  width: 100%;
  max-width: 632px;
  background-color: #002351;
  padding: 64px 64px 64px;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .contact_tel_main {
    padding: 20px;
    margin-top: 20px;
  }
}

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

.contact_tel_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .contact_tel_wrapper {
    gap: 10px;
    margin-top: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact_tel_support {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  line-height: 130%;
  width: 100%;
  max-width: 136px;
  color: #D64612;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px;
}
@media (max-width: 768px) {
  .contact_tel_support {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    white-space: nowrap;
    max-width: 110px;
    text-align: center;
  }
}

.contact_tel_unit {
  color: #fff;
}

.contact_tel_time {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 768px) {
  .contact_tel_time {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

.contact_tel_day {
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .contact_tel_day {
    font-size: 13px;
  }
}

/* contact_mail
------------------------------ */
.contact_mail {
  background-color: #ECECEC;
  padding: 127px 0 176px;
  margin-top: 152px;
}
@media (max-width: 768px) {
  .contact_mail {
    padding: 50px 0;
    margin-top: 50px;
  }
}

.contact_mail_text {
  line-height: 170%;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 48px auto 0;
}
@media (max-width: 768px) {
  .contact_mail_text {
    margin: 20px auto 0;
  }
}

.contact_mail_form {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact_mail_form {
    margin-top: 30px;
  }
}

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

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

/* form
------------------------------ */
.form_row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 23px 40px;
  max-width: 1060px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.form_row_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_title {
  position: relative;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .form_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form_title_center {
  margin-top: 21px;
}
@media (max-width: 768px) {
  .form_title_center {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .form_title:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.form_title_small {
  font-size: 14px;
  font-weight: 400;
}

.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: 12px;
  line-height: 110%;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #D64612;
  width: 100%;
  max-width: 50px;
  text-align: center;
  padding: 5px 5px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .form_title_must,
  .form_title_any {
    font-size: 13px;
    padding: 2px 5px;
  }
}

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

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

.form_input_request {
  padding: 25px 24px;
}

.form_input_about {
  padding: 19px 24px 23px;
}

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

.form_input input[type=text],
.form_input input[type=tel],
.form_input input[type=email] {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .form_input input[type=text],
  .form_input input[type=tel],
  .form_input input[type=email] {
    padding: 10px 10px;
  }
}

.form_input_years input[type=text] {
  max-width: 55px;
}

.form_input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 56px;
}

.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 23px;
  width: 100%;
}

.form_address_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}

.form_input_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 12px;
}

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

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

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

.form_input_prefectures_wrapper::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_bottom_blue.svg) no-repeat center center/contain;
}

.form_input_prefectures {
  width: 100%;
  height: 100%;
  padding: 7.5px 15px;
}

.form_input_content textarea {
  height: 220px !important;
  background-color: #fff;
}

.form_input_address {
  margin-top: 8px;
}

.form_input_textarea textarea {
  width: 100% !important;
  max-width: 800px;
  height: 260px !important;
  padding: 10px 15px;
  background-color: #fff;
}

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

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

.form_input_lot {
  padding: 25px 24px 22px;
}

.form_radio {
  padding: 11px 24px;
}

.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: 10px 23px;
}
@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: 16px;
  height: 16px;
  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: 8px;
  height: 8px;
  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: #D64612;
}

.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 8px;
}

.form .mfp_err {
  display: none;
}

.form_file .mfp_element_file {
  font-size: 14px;
  max-width: 100%;
  padding: 7px 8px;
}

.form_privacy {
  height: 275px;
  overflow: scroll;
  background-color: #fff;
  padding: 51px 50px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .form_privacy {
    height: 150px;
    padding: 15px 20px;
    margin-top: 15px;
  }
}

.form_privacy_title {
  font-size: 18px;
  font-weight: 700;
}

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

.form_privacy_text p + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form_privacy_text p + p {
    margin-top: 10px;
  }
}

.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 {
  gap: 15px 40px;
}

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

.form_checkbox_label.form_checkbox_label_none {
  display: none;
}

.form_checkbox_parts {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}

.form_checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 22px;
  border: none;
  background-color: #000;
}

.form_checkbox_input {
  display: none;
}

.form_checkbox_input:checked + .form_checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 9px;
  height: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.checkbox_err .mfp_err {
  width: 228px;
  max-width: 100%;
  margin: auto;
  padding: 5px 0;
}

.form_btn {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 65px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form_btn {
    max-width: 263px;
    margin: 20px auto 0;
  }
}

.form_btn::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  background: url(../images/common/icon_triangle_right_bold_white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .form_btn:hover:before {
    background: url(../images/common/icon_triangle_right_bold_blue.svg) no-repeat center center/contain;
  }
}

.form_btn button {
  display: inline-block;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06em;
  width: 100%;
  max-width: 280px;
  color: #fff;
  background-color: #002351;
  border: 1px solid #002351;
  z-index: 1;
  text-align: left;
  padding: 19px 40px 20px 23px;
}
@media (max-width: 768px) {
  .form_btn button {
    max-width: 263px;
    padding: 19px 40px 20px 23px;
  }
}

@media (min-width: 768px) {
  .form_btn:hover button {
    color: #002351;
    background-color: #fff;
  }
}

.mfp_element_button {
  background-color: #D64612;
}

.form_main_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .form_main_title {
    font-size: clamp(18px, 1.3333333333vw, 20px);
  }
}

.form_guest {
  margin-top: 34px;
}

.form_wish_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
}
@media (max-width: 768px) {
  .form_wish_lists {
    gap: 10px;
  }
}

.form_wish_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  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: 5px;
  }
}

.form_wish_list_title {
  white-space: nowrap;
}

.form_wish_list_input {
  position: relative;
  width: 100%;
  max-width: 272px;
}

.form_wish_list_input select {
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  border: 1px solid #CDCDCD;
  padding: 8px 40px 5px 9px;
}

.form_tel_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 8px;
}

.form_tel_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -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: 5px;
  }
}

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

.form_tel_text span {
  display: inline-block;
  color: #fff;
  background-color: #D64612;
  font-size: 12px;
  line-height: 110%;
  width: 100%;
  max-width: 45px;
  min-width: 45px;
  text-align: center;
  border-radius: 50px;
  padding: 3px;
}
@media (max-width: 768px) {
  .form_tel_text span {
    font-size: 12px;
    max-width: 40px;
    padding: 3px 5px;
    margin-top: 2px;
  }
}

.form_tel_unit input[type=tel] {
  max-width: 200px;
  padding: 1px 15px;
}

.form_mail_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .form_mail_unit {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}

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

.form_mail_text span {
  display: inline-block;
  color: #fff;
  background-color: #D64612;
  font-size: 15px;
  line-height: 100%;
  width: 100%;
  max-width: 50px;
  text-align: center;
  border-radius: 50px;
  padding: 4px;
}
@media (max-width: 768px) {
  .form_mail_text span {
    font-size: 12px;
    max-width: 40px;
    padding: 3px 5px;
    margin-top: 2px;
  }
}

.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: 17px 24px;
  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: 5px 10px;
}

.form_guest_list_land_area {
  max-width: 300px;
}

.form_guest_list_building_area {
  max-width: 300px;
}

.form_guest_list_building_type {
  max-width: 372px;
}

.form_guest_list_building_structure {
  max-width: 372px;
}

.form_guest_list_when_built {
  max-width: 455px;
}

.form_guest_list input[type=text] {
  max-width: 200px;
  padding: 6px 15px;
}

.form_guest_list_select {
  position: relative;
  width: 100%;
  max-width: 272px;
}

.form_guest_list select {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  border: 1px solid #CDCDCD;
  padding: 9px 21px 4px 9px;
}

/* contact_thanks_main
------------------------------ */
.contact_thanks_main {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .contact_thanks_main {
    margin-top: 50px;
  }
}

.contact_thanks_main_text {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_thanks_main_text {
    margin-top: 20px;
  }
}

.contact_thanks_main_btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_thanks_main_btn {
    margin-top: 20px;
  }
}

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

.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: 20px;
}
@media (max-width: 768px) {
  .news_archive_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.news_archive_main_group {
  width: 100%;
  max-width: 906px;
}

.news_archive_main_item + .news_archive_main_item {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .news_archive_main_item + .news_archive_main_item {
    margin-top: 20px;
  }
}

.news_archive_main_item a {
  display: block;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  padding: clamp(20px, 2.6666666667vw, 40px) clamp(20px, 2.6666666667vw, 40px) clamp(20px, 3.2vw, 48px);
}
@media (max-width: 768px) {
  .news_archive_main_item a {
    padding: 20px 15px;
  }
}

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

.news_archive_main_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 760px;
}
@media (max-width: 768px) {
  .news_archive_main_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.news_archive_main_item_img {
  width: 100%;
  max-width: clamp(140px, 14.4666666667vw, 217px);
}
@media (max-width: 768px) {
  .news_archive_main_item_img {
    max-width: 100%;
  }
}

.news_archive_main_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 217/155;
}

.news_archive_main_item_content {
  width: 100%;
  max-width: 511px;
}
@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: 15px;
}

.news_archive_main_item_date {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #002351;
}

.news_archive_main_item_cat {
  font-size: 14px;
  color: #fff;
  background-color: #002351;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 15px;
}

.news_archive_main_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.1em;
  margin-top: 19px;
}
@media (max-width: 768px) {
  .news_archive_main_item_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    margin-top: 10px;
  }
}

.news_archive_main_item_text {
  line-height: 160%;
  letter-spacing: 0.05em;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .news_archive_main_item_text {
    margin-top: 10px;
  }
}

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

.news_archive_main_side_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #002351;
  border-bottom: 8px solid #D64612;
  padding: 0 10px 8px 8px;
}
@media (max-width: 768px) {
  .news_archive_main_side_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    border-bottom: 5px solid #D64612;
  }
}

.news_archive_main_side_lists {
  margin-top: 15px;
}

.news_archive_main_side_list_link {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #002351;
  width: 100%;
  padding: 16px 50px 16px 8px;
  border-bottom: 1px solid #9f9f9f;
}
@media (max-width: 768px) {
  .news_archive_main_side_list_link {
    padding: 10px 40px 10px 10px;
  }
}

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

.news_archive_main_side_list_link::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_right_blue.svg) no-repeat center center/contain;
}

.news_archive_main_page_navigation {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .news_archive_main_page_navigation {
    margin-top: 20px;
  }
}

.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: 11px;
}

.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;
  font-family: 600;
  font-family: "Oswald", sans-serif;
  color: #002351;
  background-color: #CDE6FF;
  border: 1px solid #CDE6FF;
  width: 40px;
  height: 40px;
}

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

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

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

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

.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: 20px;
}
@media (max-width: 768px) {
  .news_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.news_single_main_article {
  width: 100%;
  max-width: 906px;
}

.news_article {
  background-color: #ECECEC;
  padding: clamp(20px, 3.3333333333vw, 50px) clamp(20px, 3.2vw, 48px) clamp(20px, 4.8vw, 72px);
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.news_article_date {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: #002351;
}

.news_article_cat {
  font-size: 14px;
  color: #fff;
  background-color: #002351;
  padding: 2px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news_article_title {
  font-size: clamp(20px, 1.6vw, 24px);
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #002351;
  margin-top: 19px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .news_article_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    margin-top: 10px;
    padding-bottom: 5px;
  }
}

.news_article_content {
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .news_article_content {
    margin-top: 20px;
  }
}

.news_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 51px;
}
@media (max-width: 768px) {
  .news_article_buttons {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

.news_article_button_previous {
  width: 100%;
  max-width: 116px;
}
@media (max-width: 768px) {
  .news_article_button_previous {
    max-width: 90px;
  }
}

.news_article_button_all {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news_article_button_next {
  width: 100%;
  max-width: 116px;
}
@media (max-width: 768px) {
  .news_article_button_next {
    max-width: 90px;
  }
}

.news_article_button a {
  display: inline-block;
  position: relative;
  width: 100%;
  letter-spacing: 0.05em;
  color: #002351;
}

@media (min-width: 768px) {
  .news_article_button a:hover {
    color: #D64612;
  }
}

.news_article_button_previous a {
  padding-left: 32px;
}
@media (max-width: 768px) {
  .news_article_button_previous a {
    padding-left: 15px;
  }
}

.news_article_button_previous a::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_left_blue.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .news_article_button_previous a::before {
    height: 10px;
  }
}

@media (min-width: 768px) {
  .news_article_button_previous a:hover:before {
    background: url(../images/common/icon_triangle_left_orange.svg) no-repeat center center/contain;
  }
}

.news_article_button_next a {
  padding-right: 32px;
}
@media (max-width: 768px) {
  .news_article_button_next a {
    padding-right: 15px;
  }
}

.news_article_button_next a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 30px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_right_blue.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .news_article_button_next a::after {
    height: 10px;
  }
}

@media (min-width: 768px) {
  .news_article_button_next a:hover:after {
    background: url(../images/common/icon_triangle_right_orange.svg) no-repeat center center/contain;
  }
}

.news_article_button a span {
  border-bottom: 1px solid #002351;
  padding-bottom: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_article_button a:hover span {
    border-color: #D64612;
  }
}

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

.works_archive_main_head {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.works_archive_main_title {
  font-size: clamp(20px, 1.6vw, 24px);
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 180%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .works_archive_main_title {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.works_archive_main_img {
  width: 100%;
  max-width: clamp(270px, 29.8vw, 447px);
}

.works_archive_main_wrapper {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .works_archive_main_wrapper {
    margin-top: 30px;
  }
}

.works_archive_item + .works_archive_item {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .works_archive_item + .works_archive_item {
    margin-top: 50px;
  }
}

.works_archive_item_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .works_archive_item_title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works_archive_item_headword {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(24px, 1.8666666667vw, 28px);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #D64612;
  width: 100%;
  max-width: 165px;
  text-align: center;
  padding: 16px 10px;
}
@media (max-width: 768px) {
  .works_archive_item_headword {
    font-size: clamp(20px, 6.4vw, 24px);
    max-width: 100%;
    padding: 10px 10px;
  }
}

.works_archive_item_title {
  font-size: clamp(24px, 1.8666666667vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #FFEEE5;
  width: calc(100% - 165px);
  padding: 14px 24px;
}
@media (max-width: 768px) {
  .works_archive_item_title {
    font-size: clamp(20px, 6.4vw, 24px);
    width: 100%;
    padding: 10px 10px;
  }
}

.works_archive_item_img {
  max-width: 850px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .works_archive_item_img {
    margin: 30px auto 0;
  }
}

.works_archive_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 850/601;
}

.works_archive_item_figure {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .works_archive_item_figure {
    margin-top: 20px;
  }
}

.works_archive_item_figure dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .works_archive_item_figure dl {
    grid-template-columns: 1fr;
  }
}

.works_archive_item_figure dt {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #002351;
  padding: 33px 20px 34px 25px;
}
@media (max-width: 768px) {
  .works_archive_item_figure dt {
    padding: 20px 15px;
  }
}

.works_archive_item_figure dt:nth-of-type(n + 2) {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .works_archive_item_figure dt:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.works_archive_item_figure dd {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 32px;
}
@media (max-width: 768px) {
  .works_archive_item_figure dd {
    padding: 20px 15px;
  }
}

.works_archive_item_figure dd:nth-of-type(n + 2) {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .works_archive_item_figure dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.works_archive_item_images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .works_archive_item_images {
    gap: 20px;
    margin-top: 20px;
  }
}

.works_archive_item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 613/434;
}

.works_archive_item_charge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: #ECECEC;
  padding: 64px 64px 80px 64px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .works_archive_item_charge {
    -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;
    padding: 20px;
    margin-top: 20px;
  }
}

.works_archive_item_charge_img {
  width: 100%;
  max-width: 252px;
}
@media (max-width: 768px) {
  .works_archive_item_charge_img {
    max-width: 180px;
  }
}

.works_archive_item_charge_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 252/252;
  border-radius: 50%;
}

.works_archive_item_charge_content {
  width: 100%;
  max-width: 808px;
}

.works_archive_item_charge_name {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 170%;
  padding-bottom: 12px;
  border-bottom: 4px solid #D64612;
}
@media (max-width: 768px) {
  .works_archive_item_charge_name {
    font-size: clamp(16px, 4.8vw, 18px);
    padding-bottom: 5px;
  }
}

.works_archive_item_charge_message {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .works_archive_item_charge_message {
    margin-top: 10px;
  }
}

/* works - works_single_main
------------------------------ */
.works_single_main {
  margin-top: 80px;
}

.works_single_item_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.works_single_item_headword {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(24px, 1.8666666667vw, 28px);
  font-weight: 700;
  color: #fff;
  background-color: #D64612;
  width: 100%;
  max-width: 165px;
  text-align: center;
  padding: 16px 10px;
}

.works_single_item_title {
  font-size: clamp(24px, 1.8666666667vw, 28px);
  font-weight: 700;
  background-color: #FFEEE5;
  width: calc(100% - 165px);
  padding: 14px 24px;
}

.works_single_card_main_img {
  max-width: 850px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .works_single_card_main_img {
    margin: 20px auto 0;
  }
}

.works_single_card_main_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 850/601;
}

.works_single_item_figure {
  margin-top: 56px;
}

.works_single_item_figure dl {
  display: grid;
  grid-template-columns: 200px 1fr;
}

.works_single_item_figure dt {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #002351;
  padding: 32px 25px;
}

.works_single_item_figure dt:nth-of-type(n + 2) {
  margin-top: 5px;
}

.works_single_item_figure dd {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 32px;
}

.works_single_item_figure dd:nth-of-type(n + 2) {
  margin-top: 5px;
}

.works_single_item_images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 80px;
}

.works_single_item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 613/434;
}

.works_single_item_charge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: #ECECEC;
  padding: 64px 64px 80px 64px;
  margin-top: 24px;
}

.works_single_item_charge_img {
  width: 100%;
  max-width: 252px;
}

.works_single_item_charge_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 252/252;
  border-radius: 50%;
}

.works_single_item_charge_content {
  width: 100%;
  max-width: 808px;
}

.works_single_item_charge_name {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 16px;
  border-bottom: 4px solid #D64612;
}

.works_single_item_charge_message {
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

/* 404
------------------------------ */
.not_found {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .not_found {
    margin-top: 50px;
  }
}

.not_found_text {
  text-align: center;
}

.not_found_btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .not_found_btn {
    margin-top: 30px;
  }
}

.other-page_cta01 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .other-page_cta01 {
    margin-top: 50px;
  }
}

/* footer
------------------------------ */
.footer {
  background: url(../images/common/footer_bg.jpg) no-repeat center center/cover;
  padding: 59px 0 56px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .footer {
    padding: 24px 0 150px;
    margin-top: 56px;
  }
}

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

.footer_logo {
  width: 100%;
  max-width: 319px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 213px;
    margin-top: 0;
  }
}

.footer_menu {
  width: 100%;
  max-width: 420px;
}

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

.footer_lists {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px 62px;
}

.footer_list a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #fff;
}

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

@media (min-width: 768px) {
  .footer_list a:hover:after {
    width: 100%;
  }
}

.footer_copyright {
  color: #fff;
  margin-top: 106px;
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 0;
  }
}

.footer_copyright small {
  font-size: 12px;
  font-weight: 500;
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #D64612;
  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: 5%;
    bottom: 80px;
  }
}

@media (min-width: 768px) {
  .page_top:hover {
    color: #D64612;
    background-color: #fff;
  }
}

.page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  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: #D64612;
  }
}

/* foot_menu
------------------------------ */
.foot_menu {
  position: fixed;
  width: 100%;
  max-width: clamp(565px, 40vw, 600px);
  left: 32px;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
  background-color: #fff;
  border: 1px solid #002351;
}
@media (max-width: 768px) {
  .foot_menu {
    max-width: 100%;
    left: 0;
  }
}

.foot_menu_title {
  font-size: clamp(22px, 1.8vw, 27px);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #002351;
  text-align: center;
  padding: 9px 10px;
}
@media (max-width: 768px) {
  .foot_menu_title {
    display: none;
  }
}

.foot_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 22px 24px;
}
@media (max-width: 768px) {
  .foot_menu_wrapper {
    padding: 0;
  }
}

.foot_menu_tel {
  width: 100%;
  max-width: clamp(225px, 17.2666666667vw, 259px);
}
@media (max-width: 768px) {
  .foot_menu_tel {
    max-width: 50%;
  }
}

.foot_menu_tel_title {
  font-size: clamp(15px, 1.1333333333vw, 17px);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #002351;
}
@media (max-width: 768px) {
  .foot_menu_tel_title {
    display: none;
  }
}

.foot_menu_tel_link {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .foot_menu_tel_link {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .foot_menu_tel_link a {
    display: inline-block;
    padding: 10px 20px;
  }
}

.foot_menu_mail {
  width: 100%;
  max-width: 270px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .foot_menu_mail {
    max-width: 50%;
    margin: 0;
  }
}

.foot_menu_mail_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media (max-width: 768px) {
  .foot_menu_mail_unit {
    display: none;
  }
}

.foot_menu_mail_day {
  font-size: 14px;
  font-weight: 700;
  color: #D64612;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 3px;
  border: 1px solid #D64612;
}
@media (max-width: 768px) {
  .foot_menu_mail_day {
    font-size: 12px;
    width: 100%;
    max-width: 70px;
  }
}

.foot_menu_mail_time {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #002351;
}
@media (max-width: 768px) {
  .foot_menu_mail_time {
    font-size: 12px;
  }
}

.foot_menu_mail_btn {
  margin-top: 11px;
}
@media (max-width: 768px) {
  .foot_menu_mail_btn {
    height: 100%;
    margin-top: 0;
  }
}

.foot_menu_mail_btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 306px;
  font-size: 14px;
  font-weight: 700;
  color: #002351;
  background: -webkit-gradient(linear, left top, right top, from(#FFCF1D), to(#D64612));
  background: linear-gradient(90deg, #FFCF1D 0%, #D64612 100%);
  padding: 7px 15px 6px 13px;
}
@media (max-width: 768px) {
  .foot_menu_mail_btn a {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2vw;
    line-height: 120%;
    color: #fff;
    background: #002351;
    height: inherit;
    max-width: 100%;
    padding: 10px 10px;
  }
}

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

.foot_menu_mail_btn a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 20px 0 0;
}
@media (max-width: 768px) {
  .foot_menu_mail_btn a span {
    padding: 0 4vw 0 6.93vw;
  }
}

@media (max-width: 768px) {
  .foot_menu_mail_btn a span::before {
    position: absolute;
    content: "";
    width: 4.8vw;
    height: 2.93vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/icon_mail_white.svg) no-repeat center center/contain;
  }
}

.foot_menu_mail_btn a span::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_right_bold_blue.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .foot_menu_mail_btn a span::after {
    width: 1.87vw;
    height: 2.93vw;
    background: url(../images/common/icon_triangle_right_bold_white.svg) no-repeat center center/contain;
  }
}

@media (min-width: 768px) {
  .foot_menu_mail_btn a:hover span::after {
    background: url(../images/common/icon_triangle_right_bold_white.svg) no-repeat center center/contain;
  }
}