@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*--------------------
/ common
/--------------------*/
/*ふわっと表示*/
body {
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*共通設定*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  color: #0b0f1f;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

strong {
  font-weight: normal;
}

small {
  font-size: 1rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
  opacity: 1;
}
a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.section_wrap {
  width: 95%;
  margin: 0 auto;
  padding: 2rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .section_wrap {
    max-width: 1200px;
    padding: 4rem 0.5rem;
  }
}

.section_border {
  background: rgb(233, 30, 99);
  width: 100%;
  height: 2.5rem;
}

.bg-gray {
  background-color: rgb(245, 245, 245);
}

/*--------------------
/ header
/--------------------*/
header {
  position: fixed;
  padding: 0.5rem 1.25rem;
  width: 100%;
  height: 54px;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid rgb(165, 165, 165);
}
@media screen and (min-width: 768px) {
  header {
    height: 74px;
  }
}

.header_wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header_logo {
  position: absolute;
  z-index: 100;
}
.header_logo a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header_logo a img {
  width: 1.75rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header_logo a img {
    width: 2.5rem;
  }
}
.header_logo a h1 {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}

.header_nav.pc {
  display: none;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header_nav.pc {
    display: block;
  }
}
.header_nav.pc .header_nav_parent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_nav.pc .header_nav_parent .menu {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.header_nav.pc .header_nav_parent .menu .menu_link-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0;
}
.header_nav.pc .header_nav_parent .menu strong {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.header_nav.pc .header_nav_parent .menu small {
  font-size: 0.6875rem;
}
.header_nav.pc .header_nav_parent .menu .child_menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 2rem 1.5rem;
  color: #333; /* 文字色 */
  background: rgb(255, 220, 240); /* 背景色 */
  border-radius: 1em;
}
.header_nav.pc .header_nav_parent .menu .child_menu_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.header_nav.pc .header_nav_parent .menu .child_menu_list li {
  width: 28.5714285714%;
  text-align: left;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .header_nav.pc .header_nav_parent .menu .child_menu_list li {
    font-size: 1.125rem;
  }
}
.header_nav.pc .header_nav_parent .menu .child_menu_list li a::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 6px;
  margin-bottom: -3.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23e91e63' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512L421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header_nav.sp {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .header_nav.sp {
    display: none;
  }
}

/* ハンバーガーメニュー */
.header_sp-menu {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: -1.2rem;
  background: #fff;
  width: 90%;
  height: 100vh;
  transform: translateX(-120%);
  transition: all 0.6s;
  border-right: 1px solid rgb(245, 245, 245);
  overflow: scroll;
}

.header_sp-menu.active {
  transform: translateX(0%);
}

.header_sp-menu ul {
  padding-top: 48px;
  text-align: center;
}

.header_sp-menu li {
  list-style: none;
  text-align: left;
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(165, 165, 165);
  margin: 1.125rem;
  padding-bottom: 0.75rem;
}

.header_sp-menu li a {
  font-size: 1.125rem;
  color: rgb(233, 30, 99);
  text-decoration: none;
  font-weight: 600;
}
.header_sp-menu li a::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 6px;
  margin-bottom: -3.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23e91e63' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512L421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header_sp-menu li a.no-link:hover {
  opacity: 1;
}
.header_sp-menu li a.no-link::after {
  display: none;
}

.sp-menu_sub {
  padding-top: 0 !important;
}
.sp-menu_sub li {
  margin-top: 0.5rem;
  padding-bottom: 0.375rem;
}
.sp-menu_sub li a {
  font-size: 1rem;
}

/* メニューボタン */
.hamburger {
  border: none;
  position: absolute;
  right: 10px;
  top: -10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
}

.hamburger .line {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  right: 0;
  background: #0b0f1f;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 20px;
}

.hamburger span:nth-child(2) {
  top: 28px;
}

.hamburger span:nth-child(3) {
  top: 36px;
}

/* メニューが開いているときのボタン */
.hamburger.active span:nth-child(1) {
  top: 28px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 28px;
  transform: rotate(45deg);
}

.header-container_01 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-weight: normal;
}

.footer_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .footer_wrap {
    padding-bottom: 2rem;
  }
}

.footer_logo img {
  width: 2.6875rem;
  height: 3.75rem;
}

.footer_text h1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .footer_text h1 {
    font-size: 1.25rem;
  }
}
.footer_text p {
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .footer_text p {
    font-size: 0.875rem;
  }
}

.footer_copy {
  display: block;
  text-align: center;
  font-size: 0.6875rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer_copy {
    padding-bottom: 2rem;
  }
}

.top_lead {
  text-align: center;
}
.top_lead .top_lead_text {
  padding: 4rem 0;
}
.top_lead .top_lead_text p {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2.5;
}
@media screen and (min-width: 576px) {
  .top_lead .top_lead_text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .top_lead .top_lead_text p {
    font-size: 1.25rem;
    line-height: 2.5;
  }
}
.top_lead .top_lead_image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .top_lead .top_lead_image {
    gap: 1.5rem;
  }
}
.top_lead .top_lead_image img {
  border-radius: 1em;
}

.top_service_list {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .top_service_list {
    margin: 4rem 0 0 0;
  }
}
.top_service_list .item {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1em;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  box-shadow: 3px 3px 12px 0px rgba(17, 17, 26, 0.08);
}
@media screen and (min-width: 992px) {
  .top_service_list .item {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.top_service_list .item .top_service_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .top_service_list .item .top_service_img {
    width: 50%;
    margin: 0;
  }
}
.top_service_list .item .top_service_img img {
  max-height: 6.25rem;
  width: 100%;
  border-radius: 1em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 576px) {
  .top_service_list .item .top_service_img img {
    max-height: 12.5rem;
  }
}
@media screen and (min-width: 992px) {
  .top_service_list .item .top_service_img img {
    max-height: 20rem;
    width: 100%;
  }
}
.top_service_list .item .top_service_text {
  text-align: left;
  width: 100%;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .top_service_list .item .top_service_text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .top_service_list .item .top_service_text {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .top_service_list .item .top_service_text {
    width: 50%;
    text-align: right;
    padding-top: 0;
  }
}
.top_service_list .item .top_service_text h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top_service_list .item .top_service_text h3 {
    font-size: 1.9375rem;
  }
}
.top_service_list .item .top_service_text h3 span {
  color: rgb(233, 30, 99);
}
.top_service_list .item .top_service_text p {
  width: 100%;
  padding: 1rem 0 1.5rem 0;
  line-height: 2;
  font-size: 3.4vw;
}
@media screen and (min-width: 768px) {
  .top_service_list .item .top_service_text p {
    padding: 2rem 0;
    font-size: 2vw;
  }
}
@media screen and (min-width: 992px) {
  .top_service_list .item .top_service_text p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_service_list .item .top_service_text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top_service_list .item .top_service_more {
    text-align: center;
  }
}
.top_service_list .item .top_service_more a:hover {
  transition: 0.3s ease;
  color: rgb(233, 30, 99);
  opacity: 1 !important;
}
.top_service_list .item .top_service_more a span {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .top_service_list .item .top_service_more a span {
    font-size: 1.5rem;
  }
}
.top_service_list .item .top_service_more a span::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 8px;
  margin-bottom: -4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23e91e63' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512L421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .top_service_list .item.reverse {
    flex-direction: row-reverse;
  }
}
.top_service_list .item.reverse .top_service_text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top_service_list .item.reverse .top_service_text {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .top_service_list .item.reverse .top_service_text {
    text-align: left;
  }
}
.top_service_list .item.column {
  box-shadow: none;
  flex-direction: column;
  align-items: center;
}
.top_service_list .item.column .top_service_img {
  width: 100%;
}
.top_service_list .item.column .top_service_text {
  text-align: center;
}

/*
.page_bg {
	background-image: url(/assets/img/page/page_bg.png);
	object-fit: cover;
	background-repeat: repeat;
}
	*/
.page_header {
  background-color: rgb(233, 30, 99);
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  padding-top: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media screen and (min-width: 576px) {
  .page_header {
    font-size: 1.5rem;
  }
}

.page_heading-h2 {
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .page_heading-h2 {
    font-size: 1.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .page_heading-h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page_heading-h2 {
    font-size: 3.3125rem;
  }
}
.page_heading-h2 span {
  color: rgb(233, 30, 99);
}

.page_problem_background {
  background-color: #fffdcf;
  margin-top: 4rem;
  margin-bottom: 6rem;
  border-radius: 10%;
}
@media screen and (min-width: 576px) {
  .page_problem_background {
    border-radius: 50%;
  }
}

.page_problem_wrap {
  padding: 2rem;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 576px) {
  .page_problem_wrap {
    padding: 2rem;
    flex-direction: row;
  }
}

.page_problem_text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_problem_text {
    width: auto;
  }
}
.page_problem_text ul li {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2.4;
}
@media screen and (min-width: 576px) {
  .page_problem_text ul li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .page_problem_text ul li {
    font-size: 1.25rem;
  }
}
.page_problem_text ul li::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin-right: 8px;
  margin-bottom: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d92656' d='m10.6 16.2l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.page_problem_img img {
  padding: 1rem;
  max-width: 21.25rem;
  min-width: 15rem;
  height: auto;
}

.triangle {
  position: relative;
  margin-top: -3rem;
}
.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #fff;
}
@media screen and (min-width: 1200px) {
  .triangle:after {
    border-top: 160px solid #fff;
  }
}

.sec02 {
  padding-top: 140px;
  padding-bottom: 3rem;
  background-color: rgb(255, 132, 202);
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding-top: 200px;
  }
}
@media screen and (min-width: 992px) {
  .sec02 {
    padding-top: 240px;
  }
}

.page_solution_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.page_solution_item {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page_solution_item {
    width: 47.619047619%;
  }
}
.page_solution_item .item_title {
  padding-bottom: 0.5rem;
  font-weight: 800;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}
.page_solution_item .item_img {
  padding-bottom: 1.5rem;
  display: block;
  text-align: center;
  width: 10rem;
  max-height: 10rem;
  margin: 0 auto;
}
.page_solution_item .item_text {
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_solution_item .item_text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  .page_solution_item .item_text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .page_solution_item .item_text {
    font-size: 1.125rem;
  }
}

.case_number {
  text-align: center;
  font-weight: 900;
  padding-bottom: 1.5rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .case_number {
    font-size: 3.3125rem;
  }
}
.case_number::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 8px;
  margin-bottom: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23e91e63' d='M21.546 5.111a1.5 1.5 0 0 1 0 2.121L10.303 18.475a1.6 1.6 0 0 1-2.263 0L2.454 12.89a1.5 1.5 0 1 1 2.121-2.121l4.596 4.596L19.424 5.111a1.5 1.5 0 0 1 2.122 0'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.case_number span {
  color: rgb(233, 30, 99);
}

.case_title {
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 3rem;
  font-size: 5vw;
}
@media screen and (min-width: 992px) {
  .case_title {
    font-size: 2.5rem;
  }
}

.case_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .case_contents {
    flex-direction: row;
  }
}
.case_contents .case_text {
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .case_contents .case_text {
    width: 50%;
  }
}
.case_contents .case_text .case_solution {
  font-weight: 900;
  font-size: 1.5rem;
  padding-bottom: 2rem;
  font-size: 4.3vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .case_contents .case_text .case_solution {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .case_contents .case_text .case_solution {
    text-align: left;
  }
}
.case_contents .case_text .case_solution::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 8px;
  margin-bottom: -5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23e91e63' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M17.252 12.49c-.284 2.365-1.833 3.31-2.502 3.996c-.67.688-.55.825-.505 1.834a.916.916 0 0 1-.916.971h-2.658a.92.92 0 0 1-.917-.971c0-.99.092-1.22-.504-1.834c-.76-.76-2.548-1.833-2.548-4.784a5.307 5.307 0 1 1 10.55.788'/%3E%3Cpath d='M10.46 19.236v1.512c0 .413.23.752.513.752h2.053c.285 0 .514-.34.514-.752v-1.512m-2.32-10.54a2.227 2.227 0 0 0-2.226 2.227m10.338.981h1.834m-3.68-6.012l1.301-1.301M18.486 17l1.301 1.3M12 2.377V3.86m-6.76.73l1.292 1.302M4.24 18.3L5.532 17m-.864-5.096H2.835'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.case_contents .case_text .case_solution_text {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .case_contents .case_text .case_solution_text {
    font-size: 1.125rem;
  }
}
.case_contents .case_text .case_solution_text small {
  padding-top: 1rem;
  display: block;
  font-size: 0.875rem;
}
.case_contents .case_img {
  width: 100%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .case_contents .case_img {
    width: 40%;
    padding-bottom: 0;
  }
}
.case_contents .case_img img {
  display: block;
  margin: 0 auto;
  max-width: 14.375rem;
}
@media screen and (min-width: 992px) {
  .case_contents .case_img img {
    max-width: 16.25rem;
    padding: 1.125rem;
  }
}

/*heading*/
.heading_h2 {
  text-align: center;
  display: inline;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.125em;
  font-size: 1.25rem;
}
@media screen and (min-width: 576px) {
  .heading_h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .heading_h2 {
    font-size: 2.5rem;
    letter-spacing: 0.125em;
  }
}
.heading_h2::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 30%;
  width: 20%;
  height: 3px;
  border-bottom: 4.8px solid rgb(233, 30, 99);
  z-index: 10;
}
.heading_h2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 40%;
  height: 3px;
  border-bottom: 4px solid rgb(165, 165, 165);
}

.heading_h2-pink {
  position: relative;
  text-align: center;
  line-height: 1.3;
}
.heading_h2-pink::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 3.75rem;
  height: 3px;
  border-bottom: 4.8px solid rgb(233, 30, 99);
}
.heading_h2-pink strong {
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .heading_h2-pink strong {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .heading_h2-pink strong {
    font-size: 3.3125rem;
  }
}
.heading_h2-pink small {
  display: block;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .heading_h2-pink small {
    font-size: 0.875rem;
  }
}

.display-block {
  display: block;
}

/*--------------------
/ positiohn
/--------------------*/
.relative {
  position: relative;
}

/*--------------------
/ hidden            
/--------------------*/
.md {
  display: block;
}
@media screen and (min-width: 768px) {
  .md {
    display: none;
  }
}

.tablet {
  display: block;
}
@media screen and (min-width: 1200px) {
  .tablet {
    display: none;
  }
}

.sm_hidden {
  display: none;
}
@media screen and (min-width: 576px) {
  .sm_hidden {
    display: block;
  }
}

/*--------------------
/ text-align            
/--------------------*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-initial {
  text-align: initial;
}

.text-white {
  color: #fff !important;
}

.bg_pink {
  background-color: rgb(255, 132, 202);
}

/*--------------------
/ spacing         
/--------------------*/
/* margin */
.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-5 {
  margin: 3rem;
}

/* margin-x(上下)*/
.mx-1 {
  margin: 0.5rem 0;
}

.mx-2 {
  margin: 1rem 0;
}

.mx-3 {
  margin: 1.5rem 0;
}

.mx-4 {
  margin: 2rem 0;
}

.mx-5 {
  margin: 3rem 0;
}

/* margin-y(左右)*/
.my-1 {
  margin: 0 0.5rem;
}

.my-2 {
  margin: 0 1rem;
}

.my-3 {
  margin: 0 1.5rem;
}

.my-4 {
  margin: 0 2rem;
}

.my-5 {
  margin: 0 3rem;
}

/* margin-top */
.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

/* margin-right */
.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mr-5 {
  margin-right: 3rem;
}

/* margin-bottom */
.mb-1 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-top: 1rem;
}

.mb-3 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-top: 2rem;
}

.mb-5 {
  margin-top: 3rem;
}

/* margin-left */
.ml-1 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-right: 1rem;
}

.ml-3 {
  margin-right: 1.5rem;
}

.ml-4 {
  margin-right: 2rem;
}

.ml-5 {
  margin-right: 3rem;
}

/* padding */
.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 3rem;
}

/* padding-y(上下)*/
.py-1 {
  padding: 0.5rem 0;
}

.py-2 {
  padding: 1rem 0;
}

.py-3 {
  padding: 1.5rem 0;
}

.py-4 {
  padding: 2rem 0;
}

.py-5 {
  padding: 3rem 0;
}

/* padding-x(左右)*/
.px-1 {
  padding: 0 0.5rem;
}

.px-2 {
  padding: 0 1rem;
}

.px-3 {
  padding: 0 1.5rem;
}

.px-4 {
  padding: 0 2rem;
}

.px-5 {
  padding: 0 3rem;
}

/* padding-top */
.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 3rem;
}

/* padding-right */
.pr-1 {
  padding-right: 0.5rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pr-5 {
  padding-right: 3rem;
}

/* padding-bottom */
.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

/* padding-left */
.pl-1 {
  padding-left: 0.5rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pl-5 {
  padding-left: 3rem;
}