/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

select::-ms-expand {
  display: none;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #121212;
  line-height: 1.6;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  min-width: 960px;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: inherit;
  }
}

.color-pink {
  color: #d680b9;
}

.f_weight-b_4 {
  font-weight: 700;
}

.mainbg_wrapper_info-attention {
  color: #d680b9;
  font-size: 18px;
  font-weight: 500;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .mainbg_wrapper_info-attention {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.registration_wrapper {
    display: inline-block;
    margin: 8px;
}
@media screen and (max-width: 767px) {
  .registration_wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.registration_wrapper-align {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .registration_wrapper-align {
    width: 85%;
    margin-bottom: 60px;
  }
}
.registration_wrapper-align.flow {
  margin-bottom: 0;
}

.btn-registration {
  width: 280px;
  height: 60px;
    display:inline-block;
  border-radius: 6px;
  position: relative;
  margin: 8px;
}
@media screen and (max-width: 767px) {
  .btn-registration {
    width: 100%;
    height: 64px;
  }
}
.btn-registration a {
  box-shadow: 0px 3px 0px 0px #eaeaea;
  justify-content: center;
  font-size: 18px;
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  background: #d680b9;
  color: #FFF;
}
.btn-registration-text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .btn-registration a {
    width: 100%;
    height: 64px;
    font-size: 18px;
    font-weight: 500;
  }
}

.icon_btn-arrow {
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20178%20276%22%20style%3D%22enable-background%3Anew%200%200%20178%20276%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M3.5%2C243.5l28.3%2C28.3c4.7%2C4.7%2C12.3%2C4.7%2C17%2C0l125.7-125.7c4.7-4.7%2C4.7-12.3%2C0-17L48.8%2C3.5%20c-4.7-4.7-12.3-4.7-17%2C0L3.5%2C31.8c-4.7%2C4.7-4.7%2C12.3%2C0%2C17l80.4%2C80.4c4.7%2C4.7%2C4.7%2C12.3%2C0%2C17L3.5%2C226.5%20C-1.2%2C231.2-1.2%2C238.8%2C3.5%2C243.5z%22%2F%3E%3C%2Fsvg%3E");
  width: 10px;
  height: 16px;
  background-size: 10px;
  position: absolute;
  margin-top: -7px;
  margin-right: 30px;
  top: 50%;
  right: 0;
}

.icon_pdf {
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22contents%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20582.1%20654.6%22%20style%3D%22enable-background%3Anew%200%200%20582.1%20654.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23CA7BB0%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M165.4%2C200h-11.7v57.1h11.9c16.2%2C0%2C25.5-10.4%2C25.5-28.5C191.1%2C210.1%2C181.9%2C200%2C165.4%2C200z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M325.8%2C137.3H18.2c-5.5%2C0-10%2C4.5-10%2C10v162.5c0%2C5.5%2C4.5%2C10%2C10%2C10h307.5c5.5%2C0%2C10-4.5%2C10-10V147.3%20C335.8%2C141.8%2C331.3%2C137.3%2C325.8%2C137.3z%20M83.3%2C243.3H69.1v34.8H46.8v-99.8h36.9c19.4%2C0%2C31.7%2C13.6%2C31.7%2C32.3%20C115.4%2C230.8%2C103.3%2C243.3%2C83.3%2C243.3z%20M202.2%2C265.3c-8.5%2C8.8-20.3%2C13.5-34.2%2C13.5h-39.5V178.3h39.2c28.5%2C0%2C47.6%2C20.2%2C47.6%2C50.3%20C215.4%2C243.6%2C210.8%2C256.3%2C202.2%2C265.3z%20M297.3%2C197.7h-41.6v23.3h36.1v19h-36.1v38.2h-25.2v-100h66.8V197.7z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M78.7%2C198.4h-10v24.8h10.1c8%2C0%2C14.3-3.1%2C14.3-12.4C93.1%2C201.4%2C86.8%2C198.4%2C78.7%2C198.4z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20x%3D%22431.2%22%20y%3D%22526.3%22%20transform%3D%22matrix(0.571%20-0.821%200.821%200.571%20-241.2005%20591.052)%22%20class%3D%22st0%22%20width%3D%2227.4%22%20height%3D%220%22%2F%3E%20%3Crect%20x%3D%22275.5%22%20y%3D%22513.5%22%20class%3D%22st0%22%20width%3D%220%22%20height%3D%2226.3%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%22449.4%2C135%20520.2%2C135%20449.4%2C64.2%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M183.8%2C537.5V333.8h-40v213.7c0%2C16.5%2C13.5%2C30%2C30%2C30H274l-27.4-40H183.8z%22%2F%3E%20%3Crect%20x%3D%22423.2%22%20y%3D%22533.2%22%20class%3D%22st0%22%20width%3D%220%22%20height%3D%2248.7%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M449.4%2C7.6L449.4%2C7.6L173.8%2C7.5c-16.5%2C0-30%2C13.5-30%2C30v83.6h40V47.5h225.5V175h127.5v362.5h-63.2l-27.8%2C40h101%20c16.5%2C0%2C30-13.5%2C30-30l0-412.5l0.1-0.1L449.4%2C7.6z%20M449.4%2C135V64.2l70.8%2C70.8H449.4z%22%2F%3E%20%3Crect%20x%3D%22296.6%22%20y%3D%22533.3%22%20class%3D%22st0%22%20width%3D%220%22%20height%3D%2248.5%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%22452.7%2C515.1%20400.6%2C515.1%20400.6%2C515.1%20400.6%2C382.5%20316.8%2C382.5%20316.8%2C515.8%20316.8%2C515.8%20268%2C515.8%20282.9%2C537.5%20310.4%2C577.5%20310.4%2C577.5%20359.5%2C649.1%20409.3%2C577.5%20409.3%2C577.5%20437.1%2C537.5%20%22%2F%3E%20%3Crect%20x%3D%22268%22%20y%3D%22515.8%22%20class%3D%22st0%22%20width%3D%2248.8%22%20height%3D%220%22%2F%3E%20%3Crect%20x%3D%22316.8%22%20y%3D%22382.5%22%20class%3D%22st0%22%20width%3D%2283.8%22%20height%3D%220%22%2F%3E%20%3Crect%20x%3D%22426.6%22%20y%3D%22489%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-239.2401%20452.5437)%22%20class%3D%22st0%22%20width%3D%220%22%20height%3D%2252.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 19px;
  height: 22px;
  background-size: 19px;
  margin-right: 8px;
}

.btn-registration_read {
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn-registration_read {
    justify-content: center;
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}
.btn-registration_read a {
  color: #d680b9;
  border-bottom: 1px solid #d680b9;
}

.icon_nav-arrow {
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20288.4%20203.7%22%20style%3D%22enable-background%3Anew%200%200%20288.4%20203.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333333%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38.3%2C16.4L10%2C44.7c-4.7%2C4.7-4.7%2C12.3%2C0%2C17l125.7%2C125.7c4.7%2C4.7%2C12.3%2C4.7%2C17%2C0L278.3%2C61.7%20c4.7-4.7%2C4.7-12.3%2C0-17L250%2C16.4c-4.7-4.7-12.3-4.7-17%2C0l-80.4%2C80.4c-4.7%2C4.7-12.3%2C4.7-17%2C0L55.3%2C16.4C50.6%2C11.7%2C43%2C11.7%2C38.3%2C16.4z%20%22%2F%3E%3C%2Fsvg%3E");
  width: 13px;
  height: 9px;
  background-size: 13px;
  margin-top: 2px;
  margin-left: 4px;
}

.page_links {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_links {
    width: 94.93%;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 56px;
  }
}
.page_links li {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_links li {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.page_links li a {
  display: flex;
  align-items: center;
}
.page_links li a:hover {
  opacity: 1;
  color: #d680b9;
}
@media screen and (max-width: 767px) {
  .page_links li a:hover {
    opacity: 1;
    color: #333;
  }
}

.bg-gray {
  background: url(../images/bg_gray.png) repeat 0 0;
  width: 100%;
}

.bg-gray_inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bg-gray_inner {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mainbg_wrapper {
  background: url(../images/main_bg_pc.png) no-repeat center bottom #FFF;
  width: 100%;
  height: 740px;
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .mainbg_wrapper {
    background: url(../images/main_bg_sp.png) no-repeat center top;
    background-size: cover;
    background-position: right;
    margin-bottom: 32px;
  }
}
.mainbg_wrapper::after {
  display: block;
  background: url(../images/illust_01.png) no-repeat 0 0;
  content: "";
  width: 225px;
  height: 243px;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .mainbg_wrapper::after {
    display: none;
  }
}

.mainbg_wrapper_inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .mainbg_wrapper_inner {
    width: 90%;
  }
}

.mainbg_logo {
  width: 122px;
  height: 96px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mainbg_logo {
    width: 86px;
    height: 68px;
    margin: 0 auto 24px;
  }
  .mainbg_logo img {
    width: 100%;
    height: auto;
  }
}

.mainbg_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 51px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mainbg_title {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 32px;
    font-weight: 500;
  }
}

.bottom_border {
  position: relative;
  z-index: 2;
}
.bottom_border::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: rgba(185, 184, 243, 0.3);
  height: 5px;
  width: 100%;
  bottom: 5px;
  left: 0;
  z-index: 1;
}

.mainbg_subTitle {
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mainbg_subTitle {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 500;
    margin-bottom: 40px;
  }
}

.mainbg_wrapper_info {
  margin-bottom: 32px;
}
.mainbg_wrapper_info li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mainbg_wrapper_info li {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 500;
  }
}

.mainbg_registration_title {
  font-size: 16px;
  color: #d680b9;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .mainbg_registration_title {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.icon_triangle-arrow {
  position: relative;
  width: 10px;
  height: 13px;
  top: -5px;
}

.mainbg_registration_subTitle {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mainbg_registration_subTitle {
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}

.serviceOverview_wrapper {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .serviceOverview_wrapper {
    width: 100%;
  }
}

.section_title {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 21px;
    font-size: 5.6vw;
    margin-bottom: 32px;
    font-weight: bold;
  }
}

.section_title-inner {
  min-height: 51px;
  position: relative;
}
.section_title-inner::after {
  display: block;
  background: url(../images/title_left.png) no-repeat 0 0;
  content: "";
  width: 33px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -49px;
  margin-top: -26px;
}
.section_title-inner::before {
  display: block;
  background: url(../images/title_right.png) no-repeat 0 0;
  content: "";
  width: 33px;
  height: 51px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -26px;
  margin-right: -49px;
}
@media screen and (max-width: 767px) {
  .section_title-inner.is-br::before {
    margin-right: -82px;
  }
}

.serviceOverview_read {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .serviceOverview_read {
    font-size: 16px;
    font-size: 4.2666666667vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tab_wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tab_wrapper {
    width: 94.93%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tab_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tab_title {
  font-size: 24px;
  font-weight: 400;
  color: #d680b9;
  background: #fcf5fa;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 70px;
  cursor: pointer;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: all 0.2s ease;
}
.tab_title.isActive {
  background: #FFF;
}
.tab_title:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .tab_title:hover {
    opacity: 1;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .tab_title {
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
}

.tab_title-inner {
  position: relative;
}
.tab_title-inner::after {
  display: block;
  background: url(../images/tab_illuat.png) no-repeat 0 0;
  content: "";
  width: 48px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -64px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .tab_title-inner::after {
    width: 15px;
    margin-left: -24px;
  }
}
.tab_title-inner::before {
  display: block;
  background: url(../images/tab_illuat.png) no-repeat 0 0;
  content: "";
  width: 48px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -64px;
}
@media screen and (max-width: 767px) {
  .tab_title-inner::before {
    width: 15px;
    margin-right: -24px;
  }
}

.tab_body {
  display: none;
}
.tab_body.isActive {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 40px 24px;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 767px) {
  .tab_body {
    flex-direction: column-reverse;
  }
}

.tab_img {
  width: 375px;
  height: 270px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tab_img {
    width: 100%;
    margin-bottom: 40px;
  }
}

.tab_text {
  width: 510px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .tab_text {
    width: 100%;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.three_explanations_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .three_explanations_wrapper {
    display: block;
  }
}

.three_explanations_box {
  background: #FFF;
  text-align: center;
  width: 300px;
  height: 200px;
  border-radius: 12px;
  position: relative;
  padding: 40px 24px;
}
@media screen and (max-width: 767px) {
  .three_explanations_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .three_explanations_box:last-child {
    margin-bottom: 0;
  }
}
.three_explanations_box::after {
  display: block;
  background: url(../images/three_explanations_illust_left.png) no-repeat 0 0;
  content: "";
  width: 31px;
  height: 30px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.three_explanations_box::before {
  display: block;
  background: url(../images/three_explanations_illust_right.png) no-repeat 0 0;
  content: "";
  width: 31px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.three_explanations_illust {
  position: absolute;
  top: -20px;
  left: 50%;
}
.three_explanations_illust.is-01 {
  margin-left: -14px;
}

.three_explanations_title {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .three_explanations_title {
    font-size: 21px;
    font-size: 5.6vw;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .three_explanations_body {
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
}

.table_wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .table_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.table_childcare {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table_childcare {
    width: 94.93%;
  }
}
.table_childcare.is-pc {
  display: block;
}
.table_childcare.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .table_childcare.is-pc {
    display: none;
  }
  .table_childcare.is-sp {
    display: block;
  }
}

.table_childcare_header {
  background: #fcf5fa;
  display: flex;
  justify-content: flex-start;
  height: 70px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .table_childcare_header {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.table_childcare_header-col {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 70px;
  width: 410px;
  border-right: 1px solid #e4e4e4;
}
.table_childcare_header-col:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .table_childcare_header-col {
    width: 80%;
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
.table_childcare_header-col_top {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 140px;
  border-right: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .table_childcare_header-col_top {
    width: 20%;
  }
}

.table_childcare_line {
  display: flex;
  justify-content: flex-start;
  height: 70px;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.table_childcare_line + .table_childcare_header {
  border-top: none;
}
.table_childcare_line-col {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 70px;
  width: 410px;
  border-right: 1px solid #e4e4e4;
}
.table_childcare_line-col:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .table_childcare_line-col {
    width: 80%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.table_childcare_line-col.col-combination {
  width: 820px;
}
.table_childcare_line-col_top {
  background: #f0f0fc;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 140px;
  border-right: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .table_childcare_line-col_top {
    width: 20%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
}

.flow_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .flow_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.flow_wrapper_box {
  background: url(../images/flow_box_bg.png) no-repeat center right;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .flow_wrapper_box {
    background: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
.flow_wrapper_box:last-child {
  background: none;
}

.flow_wrapper_title {
  background: url(../images/flow_title.png) no-repeat 0 0;
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow_wrapper_title {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    background: url(../images/flow_title_sp.png) no-repeat 0 0;
    font-size: 21px;
    font-size: 5.6vw;
    font-weight: 500;
  }
}

.flow_wrapper_title_illust {
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -18px;
}
.flow_wrapper_title_illust.is-parent {
  top: -35px;
  margin-left: -22px;
}

.flow_wrapper_inner {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .flow_wrapper_inner {
    padding: 0 12px;
  }
}

.flow_wrapper_body {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .flow_wrapper_body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}

.flow_wrapper_checkpoint {
  padding: 16px;
  border-radius: 12px;
  background: #FFF;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow_wrapper_checkpoint {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow_wrapper_checkpoint-attention {
  font-size: 12px;
  font-weight: 500;
  color: #d680b9;
}
@media screen and (max-width: 767px) {
  .flow_wrapper_checkpoint-attention {
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
}

.baloon_wrapper {
  width: 850px;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .baloon_wrapper {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.baloon_top {
  background: #f0deea;
  position: relative;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .baloon_top {
    width: 94.93%;
    margin-left: auto;
    margin-right: auto;
  }
}
.baloon_top::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -35px;
  border-top: 35px solid #f0deea;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  margin-left: -35px;
  z-index: 1;
}

.baloon_top_inner {
  padding: 32px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .baloon_top_inner {
    display: block;
  }
}
.baloon_top_inner::after {
  display: block;
  background: url(../images/three_explanations_illust_left.png) no-repeat 0 0;
  content: "";
  width: 31px;
  height: 30px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.baloon_top_inner::before {
  display: block;
  background: url(../images/three_explanations_illust_right.png) no-repeat 0 0;
  content: "";
  width: 31px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.baloon_top_illust-01 {
  position: absolute;
  top: -20px;
  left: 32px;
}
@media screen and (max-width: 767px) {
  .baloon_top_illust-01 {
    display: none;
  }
}
.baloon_top_illust-02 {
  position: absolute;
  top: -50px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .baloon_top_illust-02 {
    top: -20px;
    left: 10px;
    right: 0;
  }
}

.baloon_top_list {
  margin-right: 56px;
}
.baloon_top_list li {
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .baloon_top_list li {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.baloon_bottom {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 12px;
  margin-top: 20px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .baloon_bottom {
    width: 94.93%;
    margin-left: auto;
    margin-right: auto;
  }
}
.baloon_bottom::after {
  display: block;
  background: url(../images/three_explanations_illust_left.png) no-repeat 0 0;
  content: "";
  width: 31px;
  height: 30px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.baloon_bottom::before {
  display: block;
  background: url(../images/three_explanations_illust_right.png) no-repeat 0 0;
  content: "";
  width: 31px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.baloon_bottom_title {
  font-size: 21px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 24px;
  color: #d680b9;
}
@media screen and (max-width: 767px) {
  .baloon_bottom_title {
    font-size: 21px;
    font-size: 5.6vw;
    font-weight: bold;
  }
}

.baloon_bottom-inner {
  min-height: 51px;
  position: relative;
}
.baloon_bottom-inner::after {
  display: block;
  background: url(../images/baloon_illust_03.png) no-repeat 0 0;
  content: "";
  width: 35px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -51px;
  margin-top: -35px;
}
.baloon_bottom-inner::before {
  display: block;
  background: url(../images/baloon_illust_03.png) no-repeat 0 0;
  content: "";
  width: 35px;
  height: 55px;
  position: absolute;
  top: 50%;
  right: -51px;
  margin-top: -35px;
}

.baloon_bottom_read {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .baloon_bottom_read {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.personal_effects_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .personal_effects_wrapper {
    display: block;
  }
}

.personal_effects_list li {
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .personal_effects_list li {
    width: 86.66%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.personal_effects_list li::before {
  display: inline-block;
  content: "";
  background: url(../images/personal_effects_check_icon.png) no-repeat 0 0;
  width: 33px;
  height: 23px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.personal_effects_list-sml {
  font-size: 12px;
  display: block;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .personal_effects_list-sml {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.personal_effects_list-attention {
  border-radius: 12px;
  background: #eedde8;
  padding: 24px 24px 0 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .personal_effects_list-attention {
    width: 86.66%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 24px 0 8px 0;
  }
}

.personal_effects_illust {
  position: absolute;
  top: -30px;
  left: -10px;
}

.personal_effects_list_read {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .personal_effects_list_read {
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}

.nursing_homes_wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .nursing_homes_wrapper {
    width: 94.93%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.nursing_homes_wrapper_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .nursing_homes_wrapper_inner {
    display: block;
  }
}

.nursing_homes_img {
  width: 529px;
  height: 311px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nursing_homes_img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .nursing_homes_img img {
    width: 100%;
    height: auto;
  }
}

.nursing_homes_info {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .nursing_homes_info {
    width: 100%;
  }
}

.nursing_homes_name {
  font-size: 18px;
  color: #d680b9;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .nursing_homes_name {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.nursing_homes_detail {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #eee;
  padding-top: 4px;
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.nursing_homes_detail dt {
  font-size: 14px;
  font-weight: 500;
  width: 155px;
}
@media screen and (max-width: 767px) {
  .nursing_homes_detail dt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 35%;
  }
}
.nursing_homes_detail dd {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .nursing_homes_detail dd {
    text-align: left;
    font-size: 12px;
    font-size: 3.2vw;
    width: 65%;
  }
}

.footer {
  background: url(../images/bg_gray.png) repeat 0 0;
  width: 100%;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    width: 94.93%;
    flex-direction: column-reverse;
  }
}

.footer_logo {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    text-align: center;
  }
}

.footer_copy {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    font-size: 9px;
    font-size: 2.4vw;
    text-align: center;
  }
}

.footer_links {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_links {
    display: block;
  }
}
.footer_links li {
  font-size: 12px;
  margin-right: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer_links li {
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.footer_links li:last-child {
  margin-right: 0;
}
.footer_links li::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #d680b9;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .footer_logo_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
  }
}
