@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*レスポンシブブレイクポイント*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  padding-bottom: 90px;
}
@media (max-width: 480px) {
  html {
    padding-bottom: 0;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #444;
  background: #fff;
  font-family: "BIZ UDGothic", "游ゴシック	Medium", "Yu	GothitMedium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo";
}
@media (max-width: 480px) {
  body {
    font-size: 1.6rem;
  }
}
body p {
  margin-bottom: 1.5rem;
}
body p:last-child {
  margin-bottom: 0;
}

.outside-banner_box {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-sizing: border-box;
  z-index: 999;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 769px) {
  .outside-banner_box {
    flex-wrap: wrap;
    height: 200px;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .outside-banner_box {
    position: relative;
    background: rgb(248, 15, 15);
    box-shadow: none;
    height: auto;
  }
}
.outside-banner_box .style-outside_banner {
  transition-duration: 0.2s;
}
@media (max-width: 480px) {
  .outside-banner_box .style-outside_banner {
    width: 32%;
  }
  .outside-banner_box .style-outside_banner img {
    width: 100%;
  }
}
.outside-banner_box .style-outside_banner:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}
.outside-banner_box .style-outside_banner:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .outside-banner_box .style-outside_banner:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media (max-width: 769px) {
  .outside-banner_box .style-outside_banner:nth-child(n+4) {
    margin-top: 10px;
  }
  .outside-banner_box .style-outside_banner:nth-child(3n+1) {
    margin-left: 0;
  }
}

.l-header_toggle {
  display: none;
}

.l-hamburger_box {
  display: none;
}
@media (max-width: 480px) {
  .l-hamburger_box {
    position: absolute;
    cursor: pointer;
    width: 38px;
    height: 32px;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
  }
  .l-hamburger_box .l-hamburger_menu {
    width: 100%;
    height: 4px;
    background: rgb(248, 15, 15);
    border-radius: 2px;
    transition: 0.2s;
  }
  .l-hamburger_box .l-hamburger_menu:nth-of-type(1) {
    top: 0;
    transition-duration: 0.1s;
  }
  .l-hamburger_box .l-hamburger_menu:nth-of-type(2) {
    transform: translateY(8px);
    transition-duration: 0.1s;
  }
  .l-hamburger_box .l-hamburger_menu:nth-of-type(3) {
    transform: translateY(16px);
    transition-duration: 0.1s;
  }
}

#header_toggle:checked ~ .l-hamburger_box {
  transform: translateX(10px);
}
#header_toggle:checked ~ .l-header_bottom_navigatinon {
  transform: translateX(100vw);
  transition: all 0.5s;
}
#header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu {
  transform: rotate(45deg) translateY(13px);
  transition-duration: 0.1s;
}
#header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu:nth-of-type(2) {
  display: none;
}
#header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg) translateY(-3px) translateX(-11px);
  transition-duration: 0.1s;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 998;
}
@media (max-width: 480px) {
  .l-header {
    height: 80px;
  }
}
.l-header .l-header_container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.l-header .l-header_container .l-header_top_wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.l-header .l-header_container .l-header_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1248px;
  height: 100%;
  margin: auto;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_top {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}
.l-header .l-header_container .l-header_top:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 3px;
  background: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
  margin-inline: calc(50% - 50vw);
  bottom: 0;
  left: 0;
}
.l-header .l-header_container .l-header_top .l-header_logo {
  display: flex;
}
.l-header .l-header_container .l-header_top .l-header_operation {
  font-size: 1.3rem;
  margin-left: 12px;
  line-height: 1;
  transform: translateY(8px);
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_top .l-header_operation {
    margin-left: 0;
  }
}
.l-header .l-header_container .l-header_top .l-header_operation .l-operation_link {
  color: #ff0000;
  text-decoration: none;
  transition-duration: 0.3s;
}
.l-header .l-header_container .l-header_top .l-header_operation .l-operation_link:hover {
  color: rgb(229.5, 0, 0);
  text-decoration: underline;
  transition-duration: 0.3s;
}
.l-header .l-header_container .l-header_top .l-header_top_contact {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_top .l-header_top_contact {
    display: none;
  }
}
.l-header .l-header_container .l-header_top .l-header_top_contact .l-contact_tel {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
  color: #555;
}
.l-header .l-header_container .l-header_top .l-header_top_contact .l-contact_tel .l-tel_icon {
  display: flex;
  width: 23px;
  margin-right: 8px;
}
.l-header .l-header_container .l-header_top .l-header_top_contact .l-contact_mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 32px;
  background: rgb(248, 15, 15);
  border: 2px solid rgb(248, 15, 15);
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 1px;
  transition-duration: 0.3s;
}
.l-header .l-header_container .l-header_top .l-header_top_contact .l-contact_mail:hover {
  color: rgb(248, 15, 15);
  background: #f6f6f6;
  transition-duration: 0.3s;
}
.l-header .l-header_container .l-header_bottom_navigatinon {
  position: relative;
  width: 1248px;
  margin: auto;
  height: 40px;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon {
    position: absolute;
    display: block;
    left: -100%;
    top: 80px;
    width: 100%;
    height: auto;
    background: rgb(237.15, 237.15, 237.15);
    box-sizing: border-box;
    transition: all 0.5s;
    overflow: hidden;
    padding-bottom: 40px;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  border-right: 1px solid #eee;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item {
    display: block;
    width: 100%;
    padding-right: 0;
    border-right: 0;
    background: #f3f3f3;
    border-bottom: 1px dashed #ddd;
    padding: 0;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item:nth-of-type(n + 2) {
  padding-left: 10px;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item:nth-of-type(n + 2) {
    padding-left: 0;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item:last-of-type:before {
  display: none;
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item .l-list_link {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #555;
  text-decoration: none;
  padding: 0 10px;
  box-sizing: border-box;
  transition-duration: 0.3s;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item .l-list_link {
    color: rgb(248, 15, 15);
    padding: 12px;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item .l-list_link:hover {
  color: rgb(248, 15, 15);
  transition-duration: 0.3s;
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item .l-list_checkbox {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item .l-item_label {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #555;
  text-decoration: none;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item .l-item_label {
    display: block;
    padding: 12px;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_contact {
  display: none;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_contact {
    display: flex;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_item:hover > .l-list_dropdown {
  visibility: visible;
  opacity: 1;
  transition: 0.2s opacity;
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 100%;
  left: 0;
  width: 1200px;
  height: auto;
  background: rgba(250, 250, 250, 0.98);
  padding: 12px 12px 24px;
  transition: 0.2s opacity;
  visibility: hidden;
  opacity: 0;
  z-index: 998;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    visibility: visible;
    opacity: 1;
    padding: 0 10px;
    background: #eee;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item {
  text-align: center;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d0d0d0;
  }
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item:last-of-type {
    border-bottom: 0;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link {
  color: rgb(207, 63, 245);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  transition-duration: 0.2s;
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link:hover {
  color: #777;
  transition-duration: 0.2s;
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link:hover .l-dropdown_image {
  opacity: 0.75;
}
.l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_image {
  display: block;
  width: 160px;
  margin-bottom: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .l-header .l-header_container .l-header_bottom_navigatinon .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_image {
    display: none;
  }
}

.l-body {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.l-body .l-body_container {
  width: 1044px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 480px) {
  .l-body .l-body_container {
    width: 100%;
  }
}

.l-linkbanner {
  position: relative;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.l-linkbanner .l-linkbanner_container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1044px;
  margin: auto;
}
.l-linkbanner .l-linkbanner_container .l-linkbanner_card {
  display: block;
  width: 251px;
}
.l-linkbanner .l-linkbanner_container .l-linkbanner_card:nth-of-type(n + 2) {
  margin-left: 10px;
}
.l-linkbanner .l-linkbanner_container .l-linkbanner_card .l-linkbanner_image:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}

.l-footer {
  width: 100%;
  background: #f6f6f6;
  padding-top: 60px;
  box-sizing: border-box;
}
.l-footer .l-footer_container {
  width: 1044px;
  padding: 0 24px;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .l-footer .l-footer_container {
    width: 100%;
  }
}
.l-footer .l-footer_container .l-footer_top {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .l-footer .l-footer_container .l-footer_top {
    display: block;
  }
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_left {
  flex: 1;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .l-footer .l-footer_container .l-footer_top .l-footer_top_left {
    margin: 0 0 20px;
  }
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_left .l-footer_left_titlegroup {
  margin-bottom: 20px;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_left .l-footer_left_addressgroup .l-address_text {
  font-size: 1.5rem;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_left .l-footer_left_addressgroup .l-address_text {
  font-size: 1.5rem;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_left .l-footer_left_addressgroup .l-footer_operation {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_left .l-footer_left_addressgroup .l-footer_operation .l-footer_operation_link {
  color: #ff0000;
  transition-duration: 0.3s;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_left .l-footer_left_addressgroup .l-footer_operation .l-footer_operation_link:hover {
  text-decoration: none;
  transition-duration: 0.3s;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right {
  width: 320px;
}
@media (max-width: 480px) {
  .l-footer .l-footer_container .l-footer_top .l-footer_top_right {
    width: 100%;
  }
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_telbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(248, 15, 15);
  width: 320px;
  height: 90px;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_telbox .l-telbox_text {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_telbox .l-telbox_number {
  font-family: "Montserrat", sans-serif;
  display: flex;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 600;
  transform: translateY(4px);
  letter-spacing: 0.3rem;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_telbox .l-telbox_number:before {
  top: 0;
  left: -4px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: #fff;
  -webkit-mask-image: url("../images/common/tel_header_icon.svg");
          mask-image: url("../images/common/tel_header_icon.svg");
  margin-right: 0.5rem;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_mailbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(248, 15, 15);
  color: #fff;
  width: 320px;
  height: 90px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 1px;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid rgb(248, 15, 15);
  transition-duration: 0.3s;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_mailbox .l-mail_en {
  position: relative;
  font-family: "Hind", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 4px;
  font-weight: 400;
  transform: translateX(8px);
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_mailbox .l-mail_en:before {
  position: absolute;
  top: 1px;
  left: -24px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: #fff;
  -webkit-mask-image: url("../images/common/mail_header_icon.svg");
          mask-image: url("../images/common/mail_header_icon.svg");
  margin-right: 0.5rem;
  transition-duration: 0.3s;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_mailbox:hover {
  background: #f6f6f6;
  color: rgb(248, 15, 15);
  transition-duration: 0.3s;
}
.l-footer .l-footer_container .l-footer_top .l-footer_top_right .l-footer_mailbox:hover .l-mail_en:before {
  background: rgb(248, 15, 15);
  transition-duration: 0.3s;
}
@media (max-width: 480px) {
  .l-footer .l-footer_container .l-footer_navigation {
    display: none;
  }
}
.l-footer .l-footer_container .l-footer_navigation .l-navigation_list_parent {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.l-footer .l-footer_container .l-footer_navigation .l-navigation_list_parent .l-list_parent_item {
  font-size: 1.4rem;
  color: #444;
}
.l-footer .l-footer_container .l-footer_navigation .l-navigation_list_parent .l-list_parent_item:nth-of-type(n + 2) {
  margin-left: 20px;
}
.l-footer .l-footer_container .l-footer_navigation .l-navigation_list_parent .l-list_parent_item .l-parent_link {
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
  transition-duration: 0.3s;
}
.l-footer .l-footer_container .l-footer_navigation .l-navigation_list_parent .l-list_parent_item .l-parent_link:hover {
  color: rgb(248, 15, 15);
  transition-duration: 0.3s;
}
.l-footer .l-footer_container .l-footer_navigation .l-navigation_list_child .l-list_child_item .l-child_link {
  position: relative;
  font-size: 1.3rem;
  color: #444;
  text-decoration: none;
  padding-left: 8px;
  box-sizing: border-box;
}
.l-footer .l-footer_container .l-footer_navigation .l-navigation_list_child .l-list_child_item .l-child_link:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent rgb(248, 15, 15);
  transform: translateY(-50%);
}
.l-footer .l-footer_container .l-footer_navigation .l-navigation_list_child .l-list_child_item .l-child_link:hover {
  color: rgb(248, 15, 15);
}
.l-footer .l-footer_container .l-footer_copywrite {
  margin-top: 4px;
  font-size: 1.2rem;
  text-align: right;
  padding-bottom: 8px;
}
@media (max-width: 480px) {
  .l-footer .l-footer_container .l-footer_copywrite {
    text-align: center;
  }
}

.c-table_horizontal {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .c-table_horizontal {
    width: auto;
    overflow-x: scroll;
    padding-bottom: 4px;
    margin-bottom: 20px;
  }
}

.c-table_common {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  counter-reset: table-number;
}
@media (max-width: 480px) {
  .c-table_common {
    width: auto;
    min-width: 100%;
    font-size: 1.5rem;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.c-table_common tr {
  border: 1px solid #ccc;
}
.c-table_common th {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fbfbfb;
}
.c-table_common th:not(:first-of-type) {
  border-left: 0;
}
.c-table_common td {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fdfdfd;
}
.c-table_common td:not(:first-of-type) {
  border-left: 0;
}
.c-table_common thead th {
  vertical-align: middle;
}
.c-table_common .table_bg_deep {
  background: rgb(248, 15, 15);
  color: #fff;
  font-weight: 500;
}
.c-table_common .table_bg_thin {
  background: #f3f3f3;
  color: #333;
  font-weight: 500;
}
.c-table_common .table_bg_gray {
  background: #eee;
}
.c-table_common .table_number_width {
  width: 80px;
}
.c-table_common .table_price_width {
  width: 200px;
}

.c-title {
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
}

.c-title_en {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #666;
}

.c-under_section {
  counter-reset: section_subtitle_number faq_box_title_number;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .c-under_section {
    padding: 40px 0;
  }
}

.c-section_title {
  position: relative;
  display: block;
  font-size: 2.8rem;
  margin-bottom: 20px;
  padding: 0 0 4px 8px;
  box-sizing: border-box;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  .c-section_title {
    font-size: 2rem;
  }
}
.c-section_title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
}

.c-section_subtitle {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 20px;
  padding-left: 44px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .c-section_subtitle {
    font-size: 1.7rem;
    padding-left: 30px;
  }
}
.c-section_subtitle:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 2px;
  background: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
  border-radius: 50%;
}
@media (max-width: 480px) {
  .c-section_subtitle:before {
    width: 22px;
    height: 22px;
  }
}
.c-section_subtitle:after {
  font-family: "Montserrat", sans-serif;
  counter-increment: section_subtitle_number;
  content: counter(section_subtitle_number);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 1px;
  top: 3px;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .c-section_subtitle:after {
    font-size: 1.5rem;
    width: 22px;
    height: 22px;
  }
}

.c-service_box_title {
  font-size: 2rem;
  background: rgb(248, 15, 15);
  color: #fff;
  padding: 12px 24px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .c-service_box_title {
    font-size: 1.7rem;
    padding: 8px 12px;
  }
}

.c-card_title {
  font-size: 1.9rem;
  margin-bottom: 10px;
  color: rgb(248, 15, 15);
  border-left: 6px solid #ccc;
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 700;
}
@media (max-width: 480px) {
  .c-card_title {
    font-size: 1.6rem;
  }
}
.c-card_title:nth-of-type(n + 2) {
  margin-top: 40px;
}

.c-effect_title, .c-problem_title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 6px 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.5rem;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .c-effect_title, .c-problem_title {
    font-size: 1.4rem;
    width: 100px;
    margin-bottom: 10px;
  }
}

.c-problem_title {
  background: rgb(248, 15, 15);
}

.c-effect_title {
  background: rgb(248, 15, 15);
}

.c-problem_clincher_title {
  font-size: 1.9rem;
  margin-bottom: 10px;
  color: rgb(248, 15, 15);
  border-left: 6px solid #ccc;
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 700;
}

.c-under_herospace {
  font-family: "BIZ UDPMincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  height: 160px;
}
@media (max-width: 480px) {
  .c-under_herospace {
    height: 120px;
  }
}
.c-under_herospace .c-under_title {
  font-size: 3rem;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.25rem;
}
@media (max-width: 480px) {
  .c-under_herospace .c-under_title {
    font-size: 2.4rem;
  }
}

.c-section_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .c-section_flex {
    display: block;
  }
}
@media (max-width: 480px) {
  .c-section_flex .c-flex_image {
    display: block;
    margin: 0 auto 20px;
  }
}
.c-section_flex .c-flex_textarea {
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .c-section_flex .c-flex_textarea {
    margin-left: 0;
  }
}

.c-content_flex_center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .c-content_flex_center {
    flex-wrap: wrap;
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .c-content_flex_center .c-flex_center_image {
    max-width: 100%;
  }
}
.c-content_flex_center .c-flex_center_image:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .c-content_flex_center .c-flex_center_image:nth-of-type(n + 2) {
    margin: 20px 0 0 0;
  }
}

.c-section_service_box {
  position: relative;
  margin: 20px 0 40px;
}
@media (max-width: 480px) {
  .c-section_service_box {
    margin: 20px 0;
  }
}
.c-section_service_box .c-service_box_content {
  padding: 24px;
  box-sizing: border-box;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 480px) {
  .c-section_service_box .c-service_box_content {
    padding: 12px 8px;
  }
}
.c-section_service_box .c-service_box_content .c-service_card .c-service_card_child_box {
  background: #f6f6f6;
  padding: 12px 24px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .c-section_service_box .c-service_box_content .c-service_card .c-service_card_child_box {
    padding: 8px 12px;
  }
}
.c-section_service_box .c-service_box_content .c-service_box_list {
  position: relative;
  list-style: none;
}
.c-section_service_box .c-service_box_content .c-service_box_list .c-list_item {
  position: relative;
  padding-left: 14px;
  box-sizing: border-box;
}
.c-section_service_box .c-service_box_content .c-service_box_list .c-list_item:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 2px;
  left: 0;
  top: 13px;
  background: rgb(248, 15, 15);
}
.c-section_service_box .c-service_box_content .c-service_box_list .c-list_item:nth-of-type(n + 2) {
  margin-top: 8px;
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_vertical, .c-section_service_box .c-service_box_content .c-service_box_numberlist_horizontal {
  position: relative;
  list-style: none;
  width: 100%;
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_vertical .c-numberlist_item, .c-section_service_box .c-service_box_content .c-service_box_numberlist_horizontal .c-numberlist_item {
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_vertical .c-numberlist_item:before, .c-section_service_box .c-service_box_content .c-service_box_numberlist_horizontal .c-numberlist_item:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
  background: rgb(248, 15, 15);
  border-radius: 2px;
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_vertical .c-numberlist_item:after, .c-section_service_box .c-service_box_content .c-service_box_numberlist_horizontal .c-numberlist_item:after {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 1px;
  top: 6px;
  width: 18px;
  height: 18px;
  font-size: 1.4rem;
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_vertical .c-numberlist_item:nth-of-type(n + 2), .c-section_service_box .c-service_box_content .c-service_box_numberlist_horizontal .c-numberlist_item:nth-of-type(n + 2) {
  margin-top: 8px;
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_horizontal {
  counter-reset: service_box_numberlist_horizontal_number;
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 480px) {
  .c-section_service_box .c-service_box_content .c-service_box_numberlist_horizontal {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_horizontal .c-numberlist_item:after {
  counter-increment: service_box_numberlist_horizontal_number;
  content: counter(service_box_numberlist_horizontal_number);
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_vertical {
  counter-reset: service_box_numberlist_vertical_number;
}
.c-section_service_box .c-service_box_content .c-service_box_numberlist_vertical .c-numberlist_item:after {
  counter-increment: service_box_numberlist_vertical_number;
  content: counter(service_box_numberlist_vertical_number);
}
.c-section_service_box .c-service_box_content .c-content_card:nth-of-type(n + 2) {
  margin-top: 30px;
}
.c-section_service_box .c-service_box_content .c-card_inner_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .c-section_service_box .c-service_box_content .c-card_inner_flex {
    display: block;
  }
}
.c-section_service_box .c-service_box_content .c-card_inner_flex .c-card_inner_image {
  width: auto;
}
@media (max-width: 480px) {
  .c-section_service_box .c-service_box_content .c-card_inner_flex .c-card_inner_image {
    max-width: 100%;
    display: block;
    width: auto;
    margin: 0 auto 20px;
  }
}
.c-section_service_box .c-service_box_content .c-card_inner_flex .c-card_inner_textarea {
  font-size: 1.6rem;
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .c-section_service_box .c-service_box_content .c-card_inner_flex .c-card_inner_textarea {
    margin-left: 0;
  }
}
.c-section_service_box .c-service_box_content .c-problem_box {
  background: #f6f6f6;
  padding: 12px 24px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .c-section_service_box .c-service_box_content .c-problem_box {
    padding: 8px 12px;
  }
}
.c-section_service_box .c-service_box_content .c-problem_box:nth-of-type(n + 2) {
  margin: 30px 0 0;
}
.c-section_service_box .c-service_box_content .c-problem_box .c-problem_card:nth-of-type(n + 2) {
  margin-top: 30px;
}

.c-problem_box {
  background: #f6f6f6;
  padding: 12px 24px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 30px;
}
.c-problem_box:nth-of-type(n + 2) {
  margin: 30px 0 0;
}
.c-problem_box .c-title_problem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 6px 12px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: rgb(248, 15, 15);
  color: #fff;
  letter-spacing: 0.5rem;
  border-radius: 4px;
}
.c-problem_box .c-title_effect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 6px 12px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: rgb(248, 15, 15);
  color: #fff;
  letter-spacing: 0.5rem;
  border-radius: 4px;
}

.c-problem_clincher_box {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.c-problem_clincher_box .c-problem_clincher_figure {
  position: relative;
  display: block;
  width: 180px;
  height: auto;
}
@media (max-width: 480px) {
  .c-problem_clincher_box .c-problem_clincher_figure {
    width: 50px;
  }
}
.c-problem_clincher_box .c-problem_clincher_figure:before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: calc(100% - 24px);
  background: rgb(248, 15, 15);
}
@media (max-width: 480px) {
  .c-problem_clincher_box .c-problem_clincher_figure:before {
    width: 14px;
    height: calc(100% - 16px);
    left: calc(50% - 7px);
  }
}
.c-problem_clincher_box .c-problem_clincher_figure:after {
  position: absolute;
  content: "";
  left: calc(50% - 24px);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: rgb(248, 15, 15) transparent transparent transparent;
}
@media (max-width: 480px) {
  .c-problem_clincher_box .c-problem_clincher_figure:after {
    left: calc(50% - 16px);
    border-width: 16px 16px 0 16px;
  }
}
.c-problem_clincher_box .c-problem_clincher_textarea {
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .c-problem_clincher_box .c-problem_clincher_textarea {
    margin-left: 0px;
  }
}
.c-problem_clincher_box .c-problem_clincher_textarea .c-problem_clincher_list {
  position: relative;
  list-style: none;
}
.c-problem_clincher_box .c-problem_clincher_textarea .c-problem_clincher_list .c-list_item {
  position: relative;
  margin-left: 10px;
}
.c-problem_clincher_box .c-problem_clincher_textarea .c-problem_clincher_list .c-list_item:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(248, 15, 15);
  top: 10px;
  left: -10px;
}
.c-problem_clincher_box .c-problem_clincher_textarea .c-problem_clincher_list .c-list_item:nth-of-type(n + 2) {
  margin-top: 8px;
}

/*
.c-problem_clincher_box {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	.c-problem_clincher_figure {
		position: relative;
		display: block;
		width: 180px;
		height: auto;
		&:before {
			position: absolute;
			content: '';
			top: 0;
			left: calc(50% - 10px);
			width: 20px;
			height: calc(100% - 24px);
			background: m.$color_main;
		}
		&:after {
			position: absolute;
			content: '';
			left: calc(50% - 24px);
			bottom: 0;
			width:0;
			height:0;
			border-style:solid;
			border-width: 24px 24px 0 24px;
			border-color: m.$color_main transparent transparent transparent;
		}
	}
	.c-problem_clincher_textarea {
		flex:1;
		margin-left: 10px;
	}
}
*/
.p-body_heroimage {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../images/index/bg_test.png) center center/100px auto repeat, url(../images/index/heroimage_bg.jpg) center center/cover no-repeat;
}
@media (max-width: 480px) {
  .p-body_heroimage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
    background: url(../images/index/bg_test.png) center center/100px auto repeat, url(../images/index/heroimage_bg.jpg) center center/auto 100% no-repeat;
  }
}
.p-body_heroimage .p-heroimage_box {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 480px) {
  .p-body_heroimage .p-heroimage_box {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
    padding: 24px;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .p-body_heroimage .p-heroimage_box .p-heroimage_catch .p-catch_image {
    width: 100%;
  }
}
.p-body_heroimage .p-heroimage_box .p-heroimage_subcatchgroup {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 480px) {
  .p-body_heroimage .p-heroimage_box .p-heroimage_subcatchgroup {
    width: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
  }
}
.p-body_heroimage .p-heroimage_box .p-heroimage_subcatchgroup .p-heroimage_subcatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 52px;
  font-size: 1.9rem;
  background: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
  color: #fff;
  border-radius: 26px;
  letter-spacing: 0.3rem;
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.p-body_heroimage .p-heroimage_box .p-heroimage_subcatchgroup .p-heroimage_subcatch:nth-of-type(1) {
  -webkit-animation-name: heroimage_subcatch_animation01;
          animation-name: heroimage_subcatch_animation01;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes heroimage_subcatch_animation01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroimage_subcatch_animation01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-body_heroimage .p-heroimage_box .p-heroimage_subcatchgroup .p-heroimage_subcatch:nth-of-type(2) {
  -webkit-animation-name: heroimage_subcatch_animation02;
          animation-name: heroimage_subcatch_animation02;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes heroimage_subcatch_animation02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroimage_subcatch_animation02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-body_heroimage .p-heroimage_box .p-heroimage_subcatchgroup .p-heroimage_subcatch:nth-of-type(3) {
  -webkit-animation-name: heroimage_subcatch_animation03;
          animation-name: heroimage_subcatch_animation03;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes heroimage_subcatch_animation03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroimage_subcatch_animation03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-body_heroimage .p-contact_banner_wrapper {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  right: 20px;
  top: 50%;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .p-body_heroimage .p-contact_banner_wrapper {
    position: fixed;
    right: 50%;
    top: calc(100% - 444px);
    transform: translateX(50%);
  }
}
.p-body_heroimage .p-contact_banner_wrapper .p-banner_checkbox {
  display: none;
}
.p-body_heroimage .p-contact_banner_wrapper .p-banner_checkbox:checked ~ .p-contact_banner {
  display: block;
}
.p-body_heroimage .p-contact_banner_wrapper .p-contact_banner {
  display: none;
  position: relative;
  width: 300px;
  height: 300px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.p-body_heroimage .p-contact_banner_wrapper .p-contact_banner .p-btn_label {
  position: absolute;
  top: -24px;
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  background: rgb(248, 15, 15);
  border-radius: 50%;
  cursor: pointer;
  z-index: 998;
}
.p-body_heroimage .p-contact_banner_wrapper .p-contact_banner .p-btn_label:hover {
  opacity: 0.95;
}
.p-body_heroimage .p-contact_banner_wrapper .p-contact_banner .p-btn_label:before, .p-body_heroimage .p-contact_banner_wrapper .p-contact_banner .p-btn_label:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  top: 9px;
  left: 4px;
}
.p-body_heroimage .p-contact_banner_wrapper .p-contact_banner .p-btn_label:before {
  transform: rotate(-45deg);
}
.p-body_heroimage .p-contact_banner_wrapper .p-contact_banner .p-btn_label:after {
  transform: rotate(45deg);
}
.p-body_heroimage .p-contact_banner_wrapper .p-contact_banner .p-banner_content .p-banner_link:hover {
  opacity: 0.95;
}

.p-body_service {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 780px;
  margin: auto;
  padding: 60px 0;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .p-body_service {
    width: 100%;
    display: block;
  }
}
@media (max-width: 480px) {
  .p-body_service .p-service_titlegroup {
    margin-bottom: 20px;
  }
}
.p-body_service .p-service_cardgroup {
  counter-reset: card_text_number;
  flex: 1;
  margin-left: 48px;
}
@media (max-width: 480px) {
  .p-body_service .p-service_cardgroup {
    margin-left: 0;
  }
}
.p-body_service .p-service_cardgroup .p-service_card {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  min-height: 220px;
}
@media (max-width: 480px) {
  .p-body_service .p-service_cardgroup .p-service_card {
    display: block;
    min-height: auto;
  }
}
.p-body_service .p-service_cardgroup .p-service_card:nth-of-type(n + 2) {
  margin-top: 50px;
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_figure {
  width: 250px;
  height: 180px;
}
@media (max-width: 480px) {
  .p-body_service .p-service_cardgroup .p-service_card .p-card_figure {
    width: 100%;
    height: auto;
  }
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_figure .p-figure_image {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .p-body_service .p-service_cardgroup .p-service_card .p-card_figure .p-figure_image {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
  }
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup {
    margin-left: 0;
  }
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_number {
  font-family: "Hind", sans-serif;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 700;
  color: rgb(248, 15, 15);
}
@media (max-width: 480px) {
  .p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_number {
    margin-bottom: 0;
  }
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_number:after {
  counter-increment: card_text_number;
  content: "0" counter(card_text_number);
  margin-left: 0.5rem;
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 6px;
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_list {
  position: relative;
  list-style: none;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_list {
    margin-bottom: 10px;
  }
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_list .p-list_item:nth-of-type(n + 2) {
  margin-top: 2px;
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  line-height: 32px;
  background: rgb(248, 15, 15);
  margin: auto 0 0 auto;
  color: #fff;
  border-radius: 32px;
  text-decoration: none;
  font-size: 1.5rem;
  border: 2px solid rgb(248, 15, 15);
  transition-duration: 0.3s;
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_link:before {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 9px;
  content: "";
  background: #fff;
  -webkit-mask-image: url("../images/index/service_link_bg.svg");
          mask-image: url("../images/index/service_link_bg.svg");
  transition-duration: 0.3s;
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_link:hover {
  color: rgb(248, 15, 15);
  background: #f6f6f6;
  transition-duration: 0.3s;
}
.p-body_service .p-service_cardgroup .p-service_card .p-card_textgroup .p-card_text_link:hover:before {
  right: 8px;
  background: rgb(248, 15, 15);
  transition-duration: 0.1s;
}

.p-body_point {
  position: relative;
}
.p-body_point .p-point_top {
  position: relative;
  padding: 60px 0 0;
  box-sizing: border-box;
}
.p-body_point .p-point_top:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: linear-gradient(to bottom, #f1f1f1, #fafafa);
  margin-inline: calc(50% - 50vw);
  top: 0;
  left: 0;
  z-index: -1;
}
.p-body_point .p-point_top .p-top_title {
  position: relative;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .p-body_point .p-point_top .p-top_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-body_point .p-point_top .p-top_title:before {
  position: absolute;
  content: "";
  width: 400px;
  height: 4px;
  left: 50%;
  bottom: 0;
  background-image: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
  transform: translateX(-50.5%);
}
@media (max-width: 480px) {
  .p-body_point .p-point_top .p-top_title:before {
    width: 100%;
  }
}
.p-body_point .p-point_top .p-top_box {
  position: relative;
  width: 780px;
  margin: auto;
  background: url(../images/index/top_box_bg.svg) center left 10%/auto 80% no-repeat, #fff;
  padding: 24px 12px;
  border-radius: 1px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .p-body_point .p-point_top .p-top_box {
    width: 100%;
    background: #fff;
  }
}
.p-body_point .p-point_top .p-top_box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #fff transparent transparent transparent;
}
.p-body_point .p-point_top .p-top_box .p-point_list {
  width: 75%;
  margin-left: auto;
  list-style: none;
}
@media (max-width: 480px) {
  .p-body_point .p-point_top .p-top_box .p-point_list {
    width: 100%;
  }
}
.p-body_point .p-point_top .p-top_box .p-point_list .p-list_item {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.p-body_point .p-point_top .p-top_box .p-point_list .p-list_item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  transform: translateY(-49%);
}
@media (max-width: 480px) {
  .p-body_point .p-point_top .p-top_box .p-point_list .p-list_item:before {
    top: 4px;
    transform: translateY(0);
  }
}
.p-body_point .p-point_top .p-top_box .p-point_list .p-list_item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 6px;
  width: 8px;
  height: 16px;
  border-bottom: 2px solid rgb(248, 15, 15);
  border-right: 2px solid rgb(248, 15, 15);
  transform: rotate(45deg);
}
.p-body_point .p-point_top .p-top_box .p-point_list .p-list_item:nth-of-type(n + 2) {
  margin-top: 6px;
}
.p-body_point .p-point_bottom {
  position: relative;
  padding: 80px 0 60px;
  box-sizing: border-box;
}
.p-body_point .p-point_bottom:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: linear-gradient(to bottom, rgb(250, 250, 250), rgba(250, 250, 250, 0.3)), url(../images/index/img01.jpg) center center/cover no-repeat;
  margin-inline: calc(50% - 50vw);
  top: 0;
  left: 0;
  z-index: -1;
}
.p-body_point .p-point_bottom .p-bottom_title {
  position: relative;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .p-body_point .p-point_bottom .p-bottom_title {
    font-size: 2rem;
  }
}
.p-body_point .p-point_bottom .p-bottom_title:before {
  position: absolute;
  content: "";
  width: 580px;
  height: 4px;
  left: 50%;
  bottom: 0;
  background-image: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
  transform: translateX(-50.5%);
}
@media (max-width: 480px) {
  .p-body_point .p-point_bottom .p-bottom_title:before {
    width: 100%;
  }
}
.p-body_point .p-point_bottom .p-point_report_box {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 40px 0;
}
@media (max-width: 480px) {
  .p-body_point .p-point_bottom .p-point_report_box {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-body_point .p-point_bottom .p-point_report_box .p-report_link {
  width: 18%;
  text-decoration: none;
  color: #444;
  font-size: 1.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  padding: 12px;
  box-sizing: border-box;
  border-radius: 1px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  transition-duration: 0.3s;
}
@media (max-width: 480px) {
  .p-body_point .p-point_bottom .p-point_report_box .p-report_link {
    font-size: 1.3rem;
    width: 48%;
  }
}
.p-body_point .p-point_bottom .p-point_report_box .p-report_link:nth-of-type(n + 2) {
  margin-left: 2.5%;
}
@media (max-width: 480px) {
  .p-body_point .p-point_bottom .p-point_report_box .p-report_link:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .p-body_point .p-point_bottom .p-point_report_box .p-report_link:nth-of-type(2n) {
    margin-left: 4%;
  }
}
@media (max-width: 480px) {
  .p-body_point .p-point_bottom .p-point_report_box .p-report_link:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}
.p-body_point .p-point_bottom .p-point_report_box .p-report_link .p-report_figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  height: 80px;
  transition-duration: 0.3s;
}
.p-body_point .p-point_bottom .p-point_report_box .p-report_link .p-report_figure .p-figure_image {
  height: 76px;
}
.p-body_point .p-point_bottom .p-point_report_box .p-report_link .p-report_figure .p-figure_image02 {
  height: 62px;
}
.p-body_point .p-point_bottom .p-point_report_box .p-report_link .p-report_text {
  margin-right: 12px;
  box-sizing: border-box;
}
.p-body_point .p-point_bottom .p-point_report_box .p-report_link:hover {
  background: rgb(245, 245, 245);
  transition-duration: 0.3s;
  color: rgb(248, 15, 15);
}
.p-body_point .p-point_bottom .p-point_report_box .p-report_link:hover .p-report_figure {
  transform: scale(105%);
  transition-duration: 0.3s;
}
.p-body_point .p-point_bottom .p-point_text_box {
  margin: 60px 0;
}
.p-body_point .p-point_bottom .p-point_text_box .p-report_button {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 52px;
  color: #fff;
  font-size: 2.4rem;
  margin: 40px auto 60px;
  text-decoration: none;
  border-radius: 26px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  letter-spacing: 0.4rem;
  overflow: hidden;
}
.p-body_point .p-point_bottom .p-point_text_box .p-report_button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
  border-radius: 26px;
  transition-duration: 0.5s;
}
.p-body_point .p-point_bottom .p-point_text_box .p-report_button:hover:before {
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, rgb(248, 15, 15), rgb(248, 15, 15));
  transition-duration: 0.7s;
}
.p-body_point .p-point_bottom .p-point_text_box .p-report_button span {
  z-index: 2;
}
.p-body_point .p-point_bottom .p-point_news_box .p-news_title {
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(248, 15, 15);
  letter-spacing: 0.2rem;
}
.p-body_point .p-point_bottom .p-point_news_box .p-news_title .p-news_title_en {
  font-family: "Hind", sans-serif;
  margin-left: 1.5rem;
  font-size: 1.5rem;
  color: #666;
}
.p-body_point .p-point_bottom .p-point_news_box .p-news_iframe {
  width: 100%;
  height: 240px;
}

.p-servicepage .p-servicepage_block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-servicepage .p-servicepage_block .p-servicepage_block_figure {
  width: 36%;
}
.p-servicepage .p-servicepage_block .p-servicepage_block_figure .p-figure_image {
  width: 100%;
}
.p-servicepage .p-servicepage_block .p-servicepage_block_textarea {
  flex: 1;
  margin-left: 24px;
}
.p-servicepage .p-servicepage_block .p-servicepage_block_textarea .p-servicepage_card:nth-of-type(n + 2) {
  margin-top: 40px;
}

.p-improved-managementpage .p-service02_imagebox {
  text-align: center;
}

.p-management-planpage {
  position: relative;
}

.p-service_business-managementpage {
  position: relative;
}

.p-rationalization-managementpage {
  position: relative;
}

.p-faqpage {
  counter-reset: faq_title_q_number faq_title_a_number;
}
.p-faqpage .p-faq_title_a, .p-faqpage .p-faq_title_q {
  position: relative;
  display: block;
  padding-left: 60px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .p-faqpage .p-faq_title_a, .p-faqpage .p-faq_title_q {
    padding-left: 48px;
  }
}
.p-faqpage .p-faq_title_a:before, .p-faqpage .p-faq_title_q:before {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  left: 0;
  top: 2px;
  width: 50px;
  font-weight: 400;
  border-radius: 1px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .p-faqpage .p-faq_title_a:before, .p-faqpage .p-faq_title_q:before {
    font-size: 1.4rem;
    width: 38px;
    margin-top: 2px;
  }
}
.p-faqpage .p-faq_title_q {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .p-faqpage .p-faq_title_q {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
.p-faqpage .p-faq_title_q:before {
  counter-increment: faq_title_q_number;
  content: "Q-" counter(faq_title_q_number);
  color: #fff;
  background: rgb(248, 15, 15);
}
.p-faqpage .p-faq_title_a {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .p-faqpage .p-faq_title_a {
    font-size: 1.7rem;
  }
}
.p-faqpage .p-faq_title_a:before {
  counter-increment: faq_title_a_number;
  content: "A-" counter(faq_title_a_number);
  left: 0;
  top: -1px;
  color: rgb(248, 15, 15);
  border: 1px solid rgb(248, 15, 15);
}
.p-faqpage .p-section_faq_box {
  padding: 24px;
  box-sizing: border-box;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 480px) {
  .p-faqpage .p-section_faq_box {
    padding: 12px;
  }
}
.p-faqpage .p-faq_box_card:nth-of-type(n + 2) {
  margin-top: 40px;
}
.p-faqpage .p-faq_box_title {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 20px;
  padding-left: 44px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .p-faqpage .p-faq_box_title {
    font-size: 1.7rem;
    padding-left: 30px;
  }
}
.p-faqpage .p-faq_box_title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 2px;
  background: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
  border-radius: 50%;
}
@media (max-width: 480px) {
  .p-faqpage .p-faq_box_title:before {
    width: 22px;
    height: 22px;
  }
}
.p-faqpage .p-faq_box_title:after {
  font-family: "Montserrat", sans-serif;
  counter-increment: faq_box_title_number;
  content: counter(faq_box_title_number);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 1px;
  top: 3px;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .p-faqpage .p-faq_box_title:after {
    width: 22px;
    height: 22px;
    font-size: 1.5rem;
  }
}
.p-faqpage .p-faq_box_list {
  position: relative;
  list-style: none;
}
.p-faqpage .p-faq_box_list .p-list_item {
  position: relative;
  margin-left: 10px;
}
.p-faqpage .p-faq_box_list .p-list_item:nth-of-type(n + 2) {
  margin-top: 8px;
}
.p-faqpage .p-faq_box_list .p-list_item:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(248, 15, 15);
  top: 10px;
  left: -10px;
}

.p-companypage .p-table_company {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .p-companypage .p-table_company {
    width: auto;
    min-width: 100%;
    font-size: 1.5rem;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.p-companypage .p-table_company tr {
  border: 1px solid #ccc;
}
.p-companypage .p-table_company th {
  padding: 12px 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: left;
  color: #fff;
  font-weight: 400;
  background: rgb(248, 15, 15);
}
@media (max-width: 480px) {
  .p-companypage .p-table_company th {
    display: block;
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
}
.p-companypage .p-table_company th:not(:first-of-type) {
  border-left: 0;
}
.p-companypage .p-table_company td {
  padding: 12px 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fdfdfd;
  white-space: normal;
}
@media (max-width: 480px) {
  .p-companypage .p-table_company td {
    display: block;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
  }
}
.p-companypage .p-history_heading {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: rgb(248, 15, 15);
}
@media (max-width: 769px) {
  .p-companypage .p-history_heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-companypage .p-history_box {
  margin-bottom: 30px;
}
.p-companypage .p-company_history {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 769px) {
  .p-companypage .p-company_history {
    flex-wrap: wrap;
  }
}
.p-companypage .p-company_history:nth-of-type(n + 2) {
  margin-top: 20px;
}
.p-companypage .p-company_history .p-history_year {
  width: 90px;
  padding: 8px 0;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(248, 15, 15);
}
@media (max-width: 769px) {
  .p-companypage .p-company_history .p-history_year {
    padding-left: 8px;
  }
}
.p-companypage .p-company_history .p-history_month {
  width: 60px;
  padding: 8px 12px 8px 0;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(248, 15, 15);
  text-align: right;
}
@media (max-width: 769px) {
  .p-companypage .p-company_history .p-history_month {
    text-align: left;
    width: calc(100% - 90px);
  }
}
.p-companypage .p-company_history .p-history_content {
  flex: 1;
  padding: 8px 8px 8px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 769px) {
  .p-companypage .p-company_history .p-history_content {
    width: 100%;
    padding: 8px;
  }
}
.p-companypage .p-map_box {
  width: 100%;
}
.p-companypage .p-map_box iframe {
  width: 100%;
  height: 600px;
}

.p-voicepage .p-voice_box:nth-of-type(n + 2) {
  margin-top: 80px;
}
.p-voicepage .p-voice_box .p-voicetitle {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 500;
  color: rgb(248, 15, 15);
}
@media (max-width: 480px) {
  .p-voicepage .p-voice_box .p-voicetitle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-voicepage .p-voice_box .p-voice_inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .p-voicepage .p-voice_box .p-voice_inner {
    display: block;
  }
}
.p-voicepage .p-voice_box .p-voice_inner .p-voice_image {
  width: 140px;
  height: auto;
}
@media (max-width: 480px) {
  .p-voicepage .p-voice_box .p-voice_inner .p-voice_image {
    display: block;
    margin: 0 auto 20px;
  }
}
.p-voicepage .p-voice_box .p-voice_inner .p-voice_textarea {
  margin: 0 0 0 40px;
  background: #fff;
  padding: 0 24px 1px;
  box-sizing: border-box;
  font-size: 2rem;
  border-radius: 4px;
  font-family: "Klee One", cursive;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 4.2rem;
  line-height: 4.2rem;
}
@media (max-width: 480px) {
  .p-voicepage .p-voice_box .p-voice_inner .p-voice_textarea {
    margin: 0;
    font-size: 1.7rem;
    padding: 0 18px 1px;
  }
}
.p-voicepage .p-voice_box:nth-of-type(2n) .p-voice_inner {
  flex-direction: row-reverse;
}
.p-voicepage .p-voice_box:nth-of-type(2n) .p-voice_textarea {
  margin: 0 40px 0 0;
}
@media (max-width: 480px) {
  .p-voicepage .p-voice_box:nth-of-type(2n) .p-voice_textarea {
    margin: 0;
  }
}

.p-contactpage .formTable {
  margin-top: 20px;
}
.p-contactpage .p-contact_present_box .p-present_text {
  margin-bottom: 30px;
}
.p-contactpage .p-contact_present_box .p-text_strong {
  font-weight: 700;
  color: rgb(248, 15, 15);
  font-size: 2rem;
}
@media (max-width: 480px) {
  .p-contactpage .p-contact_present_box .p-text_strong {
    font-size: 1.8rem;
  }
}
.p-contactpage .p-contact_present_box .p-present_contents_module {
  position: relative;
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .p-contactpage .p-contact_present_box .p-present_contents_module {
    padding: 12px;
  }
}
.p-contactpage .p-contact_present_box .p-present_contents_module .p-contents_image_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .p-contactpage .p-contact_present_box .p-present_contents_module .p-contents_image_box {
    display: block;
  }
}
.p-contactpage .p-contact_present_box .p-present_contents_module .p-contents_image_box .p-contents_image {
  display: flex;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  width: 300px;
}
@media (max-width: 480px) {
  .p-contactpage .p-contact_present_box .p-present_contents_module .p-contents_image_box .p-contents_image:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.p-contactpage .p-contact_present_box .p-present_contents_box {
  display: block;
  position: relative;
  width: 600px;
  margin: auto;
  border: 1px solid #eee;
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 480px) {
  .p-contactpage .p-contact_present_box .p-present_contents_box {
    width: 100%;
    padding: 12px;
  }
}
.p-contactpage .p-contact_present_box .p-present_contents_box .p-present_contents_list {
  counter-reset: present_contents_number;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
.p-contactpage .p-contact_present_box .p-present_contents_box .p-present_contents_list .p-list_item {
  position: relative;
  margin-left: 1rem;
  font-size: 1.7rem;
  padding-left: 20px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .p-contactpage .p-contact_present_box .p-present_contents_box .p-present_contents_list .p-list_item {
    font-size: 1.6rem;
  }
}
.p-contactpage .p-contact_present_box .p-present_contents_box .p-present_contents_list .p-list_item:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: rgb(248, 15, 15);
  top: 6px;
  left: 0;
}
@media (max-width: 480px) {
  .p-contactpage .p-contact_present_box .p-present_contents_box .p-present_contents_list .p-list_item:before {
    top: 5px;
  }
}
.p-contactpage .p-contact_present_box .p-present_contents_box .p-present_contents_list .p-list_item:after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: present_contents_number;
  content: counter(present_contents_number);
  color: #fff;
  width: 14px;
  height: 14px;
  font-size: 1.2rem;
  top: 10px;
  top: 6px;
  left: 1px;
  color: #fff;
}
@media (max-width: 480px) {
  .p-contactpage .p-contact_present_box .p-present_contents_box .p-present_contents_list .p-list_item:after {
    top: 5px;
  }
}
.p-contactpage .p-contact_present_box .p-present_contents_box .p-present_contents_list .p-list_item:nth-of-type(n + 2) {
  margin-top: 8px;
}
.p-contactpage .p-contact_present_box .p-present_contents_box .p-contents_title {
  display: block;
  color: #fff;
  background: rgb(248, 15, 15);
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 2px;
}
.p-contactpage .p-contact_present_box .p-present_contents_box .p-contents_pages {
  font-size: 1.4rem;
  text-align: right;
}
.p-contactpage .p-contactform_box {
  margin-bottom: 20px;
}
.p-contactpage .p-contactform_box .p-contactform_table {
  width: 100%;
}
.p-contactpage .p-contactform_box .p-contactform_table tr {
  border-bottom: 1px dashed #ddd;
}
.p-contactpage .p-contactform_box .p-contactform_table tr:last-of-type {
  border-bottom: 0;
}
@media (max-width: 480px) {
  .p-contactpage .p-contactform_box .p-contactform_table tr {
    display: block;
  }
  .p-contactpage .p-contactform_box .p-contactform_table tr:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.p-contactpage .p-contactform_box .p-contactform_table tr th {
  padding: 16px 8px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  width: 200px;
}
@media (max-width: 480px) {
  .p-contactpage .p-contactform_box .p-contactform_table tr th {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
.p-contactpage .p-contactform_box .p-contactform_table tr td {
  position: relative;
  padding: 16px 8px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .p-contactpage .p-contactform_box .p-contactform_table tr td {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
}
.p-contactpage .p-contactform_box .p-contactform_table tr td input,
.p-contactpage .p-contactform_box .p-contactform_table tr td textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 0;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.p-contactpage .p-contactform_box .p-contactform_table tr td input:focus,
.p-contactpage .p-contactform_box .p-contactform_table tr td textarea:focus {
  background: #f5f5f5;
}
.p-contactpage .p-contactform_box .p-contactform_table tr td .input_radio {
  margin-right: 0.5rem;
}
.p-contactpage .p-contactform_box .p-contactform_table tr td .input_short {
  width: 360px;
}
@media (max-width: 480px) {
  .p-contactpage .p-contactform_box .p-contactform_table tr td .input_short {
    width: 100%;
  }
}
.p-contactpage .p-contactform_box .p-contactform_table tr td .input_long {
  width: 100%;
}
.p-contactpage .p-contactform_box .p-contactform_table .table_red {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.p-contactpage .p-contactform_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contactpage .p-contactform_button .p-button_submit,
.p-contactpage .p-contactform_button .p-button_reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  font-size: 1.6rem;
  border-radius: 24px;
  border: 0;
  cursor: pointer;
  transition-duration: 0.1s;
}
.p-contactpage .p-contactform_button .p-button_submit:hover,
.p-contactpage .p-contactform_button .p-button_reset:hover {
  box-shadow: 0 0 0 0;
  transform: translateY(2px);
  transition-duration: 0.1s;
  box-sizing: border-box;
}
.p-contactpage .p-contactform_button .p-button_submit {
  background: rgb(249.4453441296, 64.5546558704, 64.5546558704);
  border: 2px solid rgb(249.4453441296, 64.5546558704, 64.5546558704);
  color: #fff;
  box-shadow: 0 2px 0 rgb(248, 15, 15);
}
.p-contactpage .p-contactform_button .p-button_submit:hover {
  background: #f7f7f7;
  border: 2px solid rgb(249.4453441296, 64.5546558704, 64.5546558704);
  color: rgb(248, 15, 15);
}
.p-contactpage .p-contactform_button .p-button_reset {
  margin-left: 40px;
  background: #ddd;
  box-shadow: 0 2px 0 #ccc;
  border: 2px solid #ddd;
  color: #444;
}
@media (max-width: 480px) {
  .p-contactpage .p-contactform_button .p-button_reset {
    margin-left: 12px;
  }
}
.p-contactpage .p-contactform_button .p-button_reset:hover {
  background: #fff;
  border: 2px solid #ddd;
}

.p-thankspage .p-thanksarea {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .p-thankspage .p-thanksarea {
    text-align: left;
  }
}
.p-thankspage .p-presentarea {
  text-align: center;
  margin-bottom: 40px;
}
.p-thankspage .p-presentarea .p-present_link {
  color: rgb(248, 15, 15);
}
.p-thankspage .p-presentarea .p-present_link:hover {
  text-decoration: none;
  opacity: 0.9;
}
.p-thankspage .p-linkarea {
  text-align: center;
}
.p-thankspage .p-linkarea .p-linkbutton {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 64px;
  line-height: 64px;
  background: linear-gradient(90deg, rgb(248, 15, 15), rgb(207, 63, 245));
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.6rem;
}
.p-thankspage .p-linkarea .p-linkbutton:hover {
  background: rgb(248, 15, 15);
}
.p-thankspage .c-table_common {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  counter-reset: table-number;
}
@media (max-width: 480px) {
  .p-thankspage .c-table_common {
    width: auto;
    min-width: 100%;
    font-size: 1.5rem;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.p-thankspage .c-table_common tr {
  border: 1px solid #ccc;
}
.p-thankspage .c-table_common th {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fbfbfb;
}
.p-thankspage .c-table_common th:not(:first-of-type) {
  border-left: 0;
}
.p-thankspage .c-table_common td {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fdfdfd;
}
.p-thankspage .c-table_common td:not(:first-of-type) {
  border-left: 0;
}
.p-thankspage .c-table_common thead th {
  vertical-align: middle;
}
.p-thankspage .c-table_common .table_bg_deep {
  background: rgb(248, 15, 15);
  color: #fff;
  font-weight: 500;
}
.p-thankspage .c-table_common .table_bg_thin {
  background: #f3f3f3;
  color: #333;
  font-weight: 500;
}
.p-thankspage .c-table_common .table_bg_gray {
  background: #eee;
}
.p-thankspage .c-table_common .table_number_width {
  width: 80px;
}
.p-thankspage .c-table_common .table_price_width {
  width: 200px;
}

.u-text_attention {
  font-weight: 600;
  color: #ff0000;
}

.u-text_red {
  color: #ff0000;
}

.u-text_left {
  text-align: left;
}

.u-text_center {
  text-align: center;
}

.u-text_right {
  text-align: right;
}

.u-br_sp {
  display: none;
}
@media (max-width: 480px) {
  .u-br_sp {
    display: block;
  }
}

.u-br_pc {
  display: block;
}
@media (max-width: 480px) {
  .u-br_pc {
    display: none;
  }
}

.u-external_link {
  position: relative;
}
.u-external_link:before {
  position: absolute;
  content: "";
  right: -18px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.u-external_link:after {
  position: absolute;
  content: "";
  right: -15px;
  top: calc(50% - 2px);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  box-sizing: border-box;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-required {
  color: #ff0000;
  font-size: 1.2rem;
}

/*# sourceMappingURL=style.css.map */