@charset "UTF-8";
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, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  line-height: 140%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3D3D3D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #3D3D3D;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

.color01 {
  color: #E65F7A;
}
.color01 img {
  transform: translateY(3px);
}

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

input[type=submit], input[type=button],
button[type=submit],
button[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus,
button[type=submit]::focus,
button[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.no-padding {
  padding: 0 !important;
}

.bg-yellow {
  background-color: #fff8eb;
}

.feature_interview_pt {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .feature_interview_pt {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  header img {
    display: block !important;
  }
}
header {
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  header {
    height: 100px;
  }
}
header.active {
  background-color: #fff;
}
header #navDrawer {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
header #navDrawer .navToggle_button {
  border: none;
  background: #FFF5F7;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  padding-top: 4px;
}
header #navDrawer .navToggle_button span {
  display: flex;
  width: 21px;
  height: 3px;
  position: relative;
  background-color: #E65F7A;
  border-radius: 3px;
  transition: 0.3s;
}
header #navDrawer .navToggle_button span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  background-color: #E65F7A;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  transition: 0.3s;
}
header #navDrawer .navToggle_button span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #E65F7A;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  transition: 0.3s;
}
header #navDrawer .navToggle_button::after {
  content: "menu";
  text-transform: uppercase;
  font-family: Outfit;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #E65F7A;
  transform: translateY(7px);
  margin-top: 6px;
}
header #navDrawer .navToggle_button.active::after {
  content: "close";
}
header #navDrawer .navToggle_button.active span {
  background-color: transparent;
}
header #navDrawer .navToggle_button.active span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  background-color: #E65F7A;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  transform: translateY(6px) rotate(45deg);
}
header #navDrawer .navToggle_button.active span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #E65F7A;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  transform: translateY(-6px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  header #navDrawer .navToggle {
    display: none;
  }
}
header #navDrawer .headerLogo {
  height: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  header #navDrawer .headerLogo {
    margin-left: 15px;
  }
}
header #navDrawer .headerLogo_link {
  max-height: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  header #navDrawer .headerLogo_link {
    gap: 10px;
    max-height: 30px;
  }
}
header #navDrawer .headerLogo_link span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  header #navDrawer .headerLogo_link span {
    font-size: 10.667px;
    letter-spacing: 0.533px;
  }
}
header #navDrawer .headerLogo_link img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  header #navDrawer .headerLogo_link img {
    max-height: 30px;
  }
}
header #navDrawer .mail {
  background: #E65F7A;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-right: 0;
  margin-left: auto;
}
header #navDrawer .mail_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}
header #navDrawer .mail_button span {
  display: block;
  position: relative;
  background-color: #E65F7A;
  border-radius: 3px;
  width: 24px;
  height: 18px;
  background-image: url(../images/icon_mail01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header #navDrawer .mail_button::after {
  content: "contact";
  text-transform: uppercase;
  font-family: Outfit;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  header #navDrawer .mail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header #navContent {
    position: absolute;
    left: 101vw;
    top: 60px;
    transition: left 0.3s ease;
    min-height: calc(100vh - 60px);
    background-color: #FFF5F7;
    padding: 40px;
    width: 100vw;
  }
  header #navContent.active {
    left: 0;
  }
}
header #navContent .gnavList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  header #navContent .gnavList {
    flex-direction: column;
    gap: 16px;
  }
}
header #navContent .gnavList_item {
  box-sizing: border-box;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  header #navContent .gnavList_item {
    width: 100%;
  }
}
header #navContent .gnavList_link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  header #navContent .gnavList_link {
    padding: 12px 20px;
    border-radius: 8px;
    background: #FFF;
    gap: 2px;
    position: relative;
    align-items: start;
  }
  header #navContent .gnavList_link::after {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    background-image: url(../images/icon_arrowRight06.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
header #navContent .gnavList_link .en {
  color: #E65F7A;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
}
header #navContent .gnavList_item.contactItem {
  background: #E65F7A;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  header #navContent .gnavList_item.contactItem {
    padding: 30px;
    border-radius: 0px 0px 0px 10px;
  }
}
header #navContent .gnavList_item.contactItem a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  header #navContent .gnavList_item.contactItem a {
    position: relative;
  }
  header #navContent .gnavList_item.contactItem a::after {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    background-image: url(../images/icon_arrowRight04.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
header #navContent .gnavList_item.contactItem a .en {
  color: #fff;
}
header #navContent .gnavList_item.lineItem {
  background: #06C755;
  border-radius: 10px;
  margin-top: 20px;
}
header #navContent .gnavList_item.lineItem a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  min-height: 59px;
}
@media screen and (max-width: 767px) {
  header #navContent .gnavList_item.lineItem a {
    position: relative;
  }
  header #navContent .gnavList_item.lineItem a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../images/icon_link03.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
header #navContent .gnavList .diveOfroBanner {
  background-image: url(../images/bg_diveOfroBanner.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  width: 100%;
  border: 2px solid #6D553D;
  box-sizing: border-box;
}
header #navContent .gnavList .diveOfroBanner_link {
  display: flex;
  padding: 12px 20px;
  align-items: center;
  position: relative;
}
header #navContent .gnavList .diveOfroBanner_link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_link02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .fixedBanner {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  header .fixedBanner {
    display: none;
  }
}
header .fixedBanner.hide {
  opacity: 0;
  pointer-events: none;
}
header .fixedBanner_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  flex-direction: column;
  position: relative;
}
header .fixedBanner_link.banner01 {
  background-color: #1DB7C5;
}
header .fixedBanner_link.banner02 {
  background-color: #E65F7A;
}
header .fixedBanner_link::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
}
header .fixedBanner_link .jp {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}
header .fixedBanner_link .en {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
header .fixedBanner_link .en::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/icon_arrowRight05.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 6px;
}

.link {
  display: flex;
  justify-content: center;
}
.link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px 68px 27px 42px;
  box-sizing: border-box;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #fff;
  border-radius: 99px;
  background: #E65F7A;
  position: relative;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .link_button {
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.link_button::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../images/icon_arrowRight04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
}
.link.oubo {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .link.oubo {
    margin-top: 40px;
  }
}
.link.oubo a {
  max-width: 500px;
  padding-left: 135px;
  letter-spacing: 0.9px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link.oubo a {
    padding: 14px 52px 14px 107px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
  }
}
.link.oubo a::before {
  content: "";
  display: block;
  position: absolute;
  left: 36px;
  bottom: 0;
  width: 99.272px;
  height: 121px;
  background-image: url(../images/image_oubo01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .link.oubo a::before {
    width: 72.198px;
    height: 88px;
  }
}
.link.external {
  justify-content: flex-start;
}
.link.external a {
  max-width: 450px;
  text-align: center;
  letter-spacing: 0.9px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link.external a {
    padding: 22px 65px 25px 35px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
  }
}
.link.external a::after {
  background-image: url(../images/icon_link03.svg);
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .link.external a::after {
    width: 14px;
    height: 14px;
  }
}

.blockTitle01 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 32px;
}
.blockTitle01::before {
  content: "＼";
  color: #E65F7A;
}
.blockTitle01::after {
  content: "／";
  color: #E65F7A;
}
@media screen and (max-width: 767px) {
  .blockTitle01 {
    font-size: 22px;
    letter-spacing: 0.9px;
    margin-bottom: 24px;
  }
  .blockTitle01.line01 {
    position: relative;
    padding: 0 15px;
  }
  .blockTitle01.line01::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/icon_lineLeft01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .blockTitle01.line01::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../images/icon_lineRight01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
}

.blockTitle02 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .blockTitle02 {
    font-size: 22px;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  main.top {
    margin-top: 60px;
  }
}
main.noPageHead {
  margin-top: 100px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  main.noPageHead {
    margin-top: 84px;
  }
}
main.noPageHead .breadcrumb {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.noPageHead .breadcrumb {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
  padding-top: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  color: #7F7F7F;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 24px;
  }
}
.breadcrumb a {
  color: #E65F7A;
  display: flex;
  align-items: center;
}
.breadcrumb a::after {
  content: "";
  width: 5.262px;
  height: 9.012px;
  display: block;
  margin-left: 5px;
  background-image: url(../images/icon_arrowRight7.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(2px);
}
.breadcrumb .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}

.contentContainer {
  max-width: 1140px;
  margin: auto;
}
.contentContainer_title {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentContainer_title {
    margin-bottom: 24px;
  }
}
.contentContainer_title .en {
  color: #E65F7A;
  font-family: Outfit;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.7px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .contentContainer_title .en {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.contentContainer_title .jp {
  color: #3D3D3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentContainer_title .jp {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.contentContainer_title .jp::before {
  color: #E65F7A;
  content: "●";
  margin-right: 10px;
}
.contentContainer_title .link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contentContainer_title .link {
    display: none;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contentSection.fvSection {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  background-image: url(../images/bg_fvTop01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 90px;
}
@media screen and (max-width: 767px) {
  .contentSection.fvSection {
    min-height: 500px;
    height: calc(100vh - 60px);
    padding: 30px 0;
  }
}
.contentSection.fvSection .contentContainer_title {
  margin-bottom: 0;
}
.contentSection .diveOfroBanner {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contentSection .diveOfroBanner {
    margin-bottom: 64px;
  }
}
.contentSection .diveOfroBanner_link {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.contentSection .diveOfroBanner_link img {
  display: block;
  width: 100%;
}
.contentSection.aboutTopSection {
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.aboutTopSection {
    padding: 64px 20px;
  }
}
.contentSection.aboutTopSection .about_title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .contentSection.aboutTopSection .about_title {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.contentSection.aboutTopSection .about p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.aboutTopSection .about p {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.aboutTopSection .about .flex {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.contentSection.aboutTopSection .about_text {
  width: 57%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .contentSection.aboutTopSection .about_text {
    width: 100%;
    gap: 24px;
  }
}
.contentSection.aboutTopSection .about_image {
  width: 47%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .contentSection.aboutTopSection .about_image {
    width: 100%;
  }
}
.contentSection.aboutTopSection .about_image img {
  display: block;
}
.contentSection.supportTopSection {
  padding: 120px 20px;
  background: linear-gradient(251deg, rgba(212, 245, 255, 0.5) 13.04%, rgba(252, 255, 178, 0.5) 87.94%), #FFF;
}
@media screen and (max-width: 767px) {
  .contentSection.supportTopSection {
    background: linear-gradient(261deg, rgba(212, 245, 255, 0.5) 13.04%, rgba(252, 255, 178, 0.5) 87.94%), #FFF;
    padding: 64px 20px;
  }
}
.contentSection.supportTopSection .step .blockTitle01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.supportTopSection .step .blockTitle01 {
    margin-bottom: 24px;
  }
}
.contentSection.supportTopSection .stepList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .contentSection.supportTopSection .stepList {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.contentSection.supportTopSection .stepList::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 3px;
  background: #E65F7A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .contentSection.supportTopSection .stepList::after {
    width: 3px;
    height: 90%;
  }
}
.contentSection.supportTopSection .stepList_item {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background-color: #FFF;
  padding: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contentSection.supportTopSection .stepList_item {
    width: 100%;
    padding: 20px;
  }
}
.contentSection.supportTopSection .stepList_title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contentSection.supportTopSection .stepList_title .jp {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .contentSection.supportTopSection .stepList_title .jp {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.contentSection.supportTopSection .stepList_title .en {
  color: #E65F7A;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .contentSection.supportTopSection .stepList_title .en {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.contentSection.supportTopSection .stepList p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.supportTopSection .stepList p {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection .supportContents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportContents {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 12px;
  }
}
.contentSection .supportContents_item {
  width: 46%;
  border-radius: 20px;
  background: #FFF;
  padding: 34px 0 32px 34px;
  background-repeat: no-repeat;
  background-position: 91% bottom;
  background-size: 36% auto;
}
@media screen and (max-width: 767px) {
  .contentSection .supportContents_item {
    width: 100%;
    padding: 20px;
    background-position: 91% center;
  }
}
.contentSection .supportContents_item.item01 {
  background-image: url(../images/image_support01.svg);
}
.contentSection .supportContents_item.item02 {
  background-image: url(../images/image_support02.svg);
}
.contentSection .supportContents_item h3 {
  margin-bottom: 16px;
  width: 54%;
}
@media screen and (max-width: 767px) {
  .contentSection .supportContents_item h3 {
    width: 57%;
    margin-bottom: 10px;
  }
}
.contentSection .supportContents_item h3 .jp {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportContents_item h3 .jp {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.contentSection .supportContents_item h3 .en {
  color: #E65F7A;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contentSection .supportContents_item h3 .en {
    font-size: 11px;
    letter-spacing: 1.76px;
  }
}
.contentSection .supportContents_item p {
  width: 54%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportContents_item p {
    width: 57%;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.contentSection .supportStep {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  margin-bottom: 80px;
}
.contentSection .supportStep::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 95%;
  background-color: #E65F7A;
  left: 66px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.contentSection .supportStep_item {
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contentSection .supportStep_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px;
  }
}
.contentSection .supportStep_item .stepNumber {
  color: #E65F7A;
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  width: 85px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contentSection .supportStep_item .stepNumber {
    width: 100%;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.1px;
  }
}
.contentSection .supportStep_item .text {
  width: calc(100% - 109px);
}
@media screen and (max-width: 767px) {
  .contentSection .supportStep_item .text {
    width: 100%;
  }
}
.contentSection .supportStep_item .text .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportStep_item .text .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
  }
}
.contentSection .supportStep_item .text .title + p {
  margin-top: 8px;
}
.contentSection .supportStep_item .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportStep_item .text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection .supportCovering {
  border-radius: 20px;
  background: #FFF;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering {
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
  }
}
.contentSection .supportCovering + .note02 {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering + .note02 {
    text-align: left;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 40px;
  }
}
.contentSection .supportCovering .text {
  width: 75.5%;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering .text {
    width: 100%;
  }
}
.contentSection .supportCovering .text .title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 167%;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering .text .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
  }
}
.contentSection .supportCovering .text .title div {
  display: flex;
  align-items: center;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering .text .title div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contentSection .supportCovering .text .title div img {
  display: block;
  transform: translateY(-5px);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering .text .title div img {
    width: 178px;
    transform: translateY(0px);
    margin-top: 8px;
  }
}
.contentSection .supportCovering .text .note01 {
  padding: 20px 30px;
  border-radius: 20px;
  background: #FFF5F7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering .text .note01 {
    padding: 20px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    position: relative;
    z-index: 2;
    margin-top: 16px;
  }
}
.contentSection .supportCovering .text .note01 p {
  line-height: 160%;
}
.contentSection .supportCovering .text .note01 p span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering .text .note01 p span {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 160%;
  }
}
.contentSection .supportCovering .image {
  width: 17.5%;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCovering .image {
    position: absolute;
    z-index: 1;
    width: 52%;
    right: -4%;
    bottom: -13%;
  }
}
@media screen and (max-width: 430px) {
  .contentSection .supportCovering .image {
    width: 52%;
    right: -1%;
    bottom: -23%;
  }
}
@media screen and (max-width: 390px) {
  .contentSection .supportCovering .image {
    bottom: -13%;
  }
}
.contentSection .supportCovering .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.contentSection .supportAmount {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportAmount {
    margin-bottom: 40px;
  }
}
.contentSection .supportAmount_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.contentSection .supportAmount_item {
  border-radius: 8px;
  overflow: hidden;
}
.contentSection .supportAmount_item + * {
  margin-top: 20px;
}
.contentSection .supportAmount_item .title {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #E65F7A;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  cursor: pointer;
  position: relative;
}
.contentSection .supportAmount_item .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 12.016px;
  height: 7.016px;
  background-image: url(../images/icon_arrowTop02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform 0.3s ease;
}
.contentSection .supportAmount_item .title.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.contentSection .supportAmount_item .text {
  padding: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  background-color: #fff;
}
.contentSection .supportCommunication {
  padding: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCommunication {
    padding: 20px;
  }
}
.contentSection .supportCommunication .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 66.5%;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCommunication .text {
    width: 100%;
  }
}
.contentSection .supportCommunication .image {
  width: 25.5%;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCommunication .image {
    display: none;
  }
}
.contentSection .supportCommunication_title {
  padding-left: 32px;
  position: relative;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCommunication_title {
    padding-left: 26px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.1px;
  }
}
.contentSection .supportCommunication_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  border-radius: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #E65F7A 0%, #E65F7A 50%, #FF7C96 50%, #FF7C96 100%);
}
@media screen and (min-width: 768px) {
  .contentSection .supportCommunication .imageSp {
    display: none;
  }
}
.contentSection .supportCommunication .imageSp img {
  display: block;
  width: 100%;
}
.contentSection .supportCommunication p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCommunication p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection .supportCommunication span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .contentSection .supportCommunication span {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.55px;
  }
}
.contentSection.advisorTopSection {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection {
    padding: 64px 0;
  }
}
.contentSection.advisorTopSection .contentContainer {
  max-width: 100%;
}
.contentSection.advisorTopSection .contentContainer_title {
  max-width: 1140px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .contentContainer_title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contentSection.advisorTopSection .AdviserList {
  width: 100%;
  position: relative;
}
.contentSection.advisorTopSection .AdviserList .slick-prev,
.contentSection.advisorTopSection .AdviserList .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList .slick-prev,
  .contentSection.advisorTopSection .AdviserList .slick-next {
    width: 40px;
    height: 40px;
  }
}
.contentSection.advisorTopSection .AdviserList .slick-prev::before,
.contentSection.advisorTopSection .AdviserList .slick-next::before {
  content: none;
}
.contentSection.advisorTopSection .AdviserList .slick-prev {
  left: 12%;
  background-image: url(../images/icon_arrowLeft01.svg);
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList .slick-prev {
    left: 20px;
  }
}
.contentSection.advisorTopSection .AdviserList .slick-next {
  right: 12%;
  background-image: url(../images/icon_arrowRight01.svg);
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList .slick-next {
    right: 20px;
  }
}
.contentSection.advisorTopSection .AdviserList .slick-track {
  display: flex;
  gap: 60px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList .slick-track {
    gap: 20px;
  }
}
.contentSection.advisorTopSection .AdviserList_item {
  width: 450px;
  float: none;
  border-radius: 20px;
  border: 3px solid #E65F7A;
  background: #FFF;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item {
    width: 295px;
  }
}
.contentSection.advisorTopSection .AdviserList_item .prof {
  width: 100%;
  height: 248px;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item .prof {
    height: 162.578px;
  }
}
.contentSection.advisorTopSection .AdviserList_item .prof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.contentSection.advisorTopSection .AdviserList_item .text {
  padding: 25px 30px 30px;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item .text {
    padding: 20px;
  }
}
.contentSection.advisorTopSection .AdviserList_item .text .com {
  color: #E65F7A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item .text .com {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
  }
}
.contentSection.advisorTopSection .AdviserList_item .text .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item .text .name {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
.contentSection.advisorTopSection .AdviserList_item .text .name span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item .text .name span {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.contentSection.advisorTopSection .AdviserList_item .text .tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item .text .tag {
    margin-bottom: 8px;
  }
}
.contentSection.advisorTopSection .AdviserList_item .text .tag div {
  color: #E65F7A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item .text .tag div {
    font-size: 11px;
    letter-spacing: 0.55px;
  }
}
.contentSection.advisorTopSection .AdviserList_item .text .tag div::after {
  content: "／";
}
.contentSection.advisorTopSection .AdviserList_item .text .tag div:last-of-type::after {
  content: none;
}
.contentSection.advisorTopSection .AdviserList_item .text > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.advisorTopSection .AdviserList_item .text > p {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .contentContainer_title {
    padding: 0 20px;
  }
}
.contentSection.resultTopSection .result {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .result .blockTitle01 {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contentSection.resultTopSection .resultBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: #FFF5F7;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox {
    padding: 20px;
    gap: 16px;
  }
}
.contentSection.resultTopSection .resultBox .note {
  margin-left: auto;
  margin-right: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
}
.contentSection.resultTopSection .resultBox_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-radius: 20px;
  background-color: #FFF;
  padding: 24px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item {
    padding: 16px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.contentSection.resultTopSection .resultBox_item.half {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item.half {
    width: calc((100% - 16px) / 2);
  }
  .contentSection.resultTopSection .resultBox_item.half .flex {
    flex-direction: column;
    align-items: center;
  }
}
.contentSection.resultTopSection .resultBox_item.full {
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item.full {
    gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item.full .flex {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.resultTopSection .resultBox_item.full .flex {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item.full {
    flex-direction: column;
    align-items: center;
  }
}
.contentSection.resultTopSection .resultBox_item .flex {
  justify-content: center;
}
.contentSection.resultTopSection .resultBox_item .flex .num01 {
  color: #E65F7A;
  font-family: Outfit;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 16px;
  transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item .flex .num01 {
    font-size: 22px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.contentSection.resultTopSection .resultBox_item .flex .num01 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item .flex .num01 span {
    font-size: 18px;
  }
}
.contentSection.resultTopSection .resultBox_item .flex .num02 {
  color: #E65F7A;
  font-family: Outfit;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item .flex .num02 {
    font-size: 48px;
  }
}
.contentSection.resultTopSection .resultBox_item .flex .num02 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultBox_item .flex .num02 span {
    font-size: 32px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultList {
    padding-bottom: 20px;
  }
}
.contentSection.resultTopSection .resultList_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultList_item {
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.contentSection.resultTopSection .resultList_image {
  border-radius: 20px;
  background: #FFF5F7;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultList_image {
    width: 100px;
    height: 100px;
  }
}
.contentSection.resultTopSection .resultList_text {
  width: calc(100% - 187px);
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultList_text {
    width: calc(100% - 116px);
  }
}
.contentSection.resultTopSection .resultList_title {
  color: #E65F7A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultList_title {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-bottom: 8px;
  }
}
.contentSection.resultTopSection .resultList p {
  color: #3D3D3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.resultTopSection .resultList p {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection.resultTopSection .resultList p a {
  color: #E65F7A;
}
.contentSection.resultTopSection .resultList p a::after {
  content: "";
  background-image: url(../images/icon_link01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 4px;
  transform: translateY(2px);
}
.contentSection.resultTopSection .result .youtube {
  position: relative;
  width: 100%;
}
.contentSection.resultTopSection .result .youtube:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.contentSection.resultTopSection .result .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentSection.interviewTopSection {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection {
    padding: 64px 0;
  }
}
.contentSection.interviewTopSection .contentContainer {
  max-width: 100%;
}
.contentSection.interviewTopSection .contentContainer_title {
  max-width: 1140px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer_title {
    padding: 0 20px;
  }
}
.contentSection.interviewTopSection .contentContainer_title.comInterviewTitle .en {
  color: #1DB7C5;
}
.contentSection.interviewTopSection .contentContainer_title.comInterviewTitle .jp::before {
  color: #1DB7C5;
  content: "●";
}
.contentSection.interviewTopSection .contentContainer_title.comInterviewTitle .link_button {
  background: #E65F7A;
}
.contentSection.interviewTopSection .contentContainer .interview .special_bn {
  margin-top: 60px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer .interview .special_bn {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
}
.contentSection.interviewTopSection .contentContainer .interview .special_bn img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer .interview .link {
    padding: 24px 20px 0;
  }
}
.contentSection.interviewTopSection .contentContainer .interviewList {
  width: 100%;
  position: relative;
}
.contentSection.interviewTopSection .contentContainer .interviewList .slick-prev,
.contentSection.interviewTopSection .contentContainer .interviewList .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer .interviewList .slick-prev,
  .contentSection.interviewTopSection .contentContainer .interviewList .slick-next {
    width: 40px;
    height: 40px;
  }
}
.contentSection.interviewTopSection .contentContainer .interviewList .slick-prev::before,
.contentSection.interviewTopSection .contentContainer .interviewList .slick-next::before {
  content: none;
}
.contentSection.interviewTopSection .contentContainer .interviewList .slick-prev {
  left: 12%;
  background-image: url(../images/icon_arrowLeft01.svg);
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer .interviewList .slick-prev {
    left: 20px;
  }
}
.contentSection.interviewTopSection .contentContainer .interviewList .slick-next {
  right: 12%;
  background-image: url(../images/icon_arrowRight01.svg);
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer .interviewList .slick-next {
    right: 20px;
  }
}
.contentSection.interviewTopSection .contentContainer .interviewList .slick-track {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer .interviewList .slick-track {
    gap: 20px;
  }
}
.contentSection.interviewTopSection .contentContainer .interviewList_item {
  width: 335px;
  float: none;
  border-radius: 20px;
  border: 3px solid #E65F7A;
  background: #FFF;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer .interviewList_item {
    width: 295px;
  }
}
.contentSection.interviewTopSection .contentContainer .interviewList_item a > span {
  display: block;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .prof {
  width: 100%;
  height: 207px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .prof .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 20px 0px 0px;
  background: #FFF;
  padding: 10px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .prof .logo img {
  display: block;
  max-width: 136px;
  max-height: 27px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .prof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text {
  padding: 16px 24px 24px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text .category {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  border-radius: 99px;
  background: #E65F7A;
  padding: 2px 10px 4px 10px;
  display: inline-block;
  margin-bottom: 6px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text .name {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text .name span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin-left: 4px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text .archive_position {
  color: #E65F7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 6px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.8px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text .ijyuList_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text .ijyuList_item + * {
  border-top: 1px dashed #BBE9EE;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text .ijyuList_item .position {
  color: #1DB7C5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.8px;
}
.contentSection.interviewTopSection .contentContainer .interviewList_item .text .ijyuList_item .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.contentSection.interviewTopSection .contentContainer .interviewList.comInterview + .link a {
  background-color: #1DB7C5;
}
.contentSection.interviewTopSection .contentContainer .interviewList.comInterview .slick-prev {
  background-image: url(../images/icon_arrowLeft02.svg);
}
.contentSection.interviewTopSection .contentContainer .interviewList.comInterview .slick-next {
  background-image: url(../images/icon_arrowRight02.svg);
}
.contentSection.interviewTopSection .contentContainer .interviewList.comInterview .interviewList_item {
  border: 3px solid #1DB7C5;
}
.contentSection.interviewTopSection .contentContainer .interviewList.comInterview .interviewList_item .text .category {
  background-color: #1DB7C5;
}
.contentSection.interviewTopSection .contentContainer .interviewList.comInterview .interviewList_item .text .job {
  color: #1DB7C5;
}
.contentSection.interviewTopSection .contentContainer .interviewList.comInterview .interviewList_link {
  position: relative;
}
.contentSection.interviewTopSection .contentContainer .interviewList.comInterview .interviewList_link .com {
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0px 0px 0px 20px;
  background: #1DB7C5;
  padding: 10px 20px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.9px;
  z-index: 1;
}
.contentSection.interviewTopSection .contentContainer .comInterviewTitle {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .contentSection.interviewTopSection .contentContainer .comInterviewTitle {
    margin-top: 64px;
  }
}
.contentSection.interviewTopSection .contentContainer .comInterviewTitle .link_button {
  background: #1DB7C5;
}
.contentSection.bannerTopSection {
  padding: 120px 20px;
  background: linear-gradient(251deg, rgba(212, 245, 255, 0.5) 13.04%, rgba(252, 255, 178, 0.5) 87.94%), #FFF;
}
@media screen and (max-width: 767px) {
  .contentSection.bannerTopSection {
    padding: 64px 20px;
  }
}
.contentSection.bannerTopSection .contentContainer {
  max-width: 1140px;
  margin: auto;
}
.contentSection.bannerTopSection .contentContainer .banner .blockTitle01 {
  margin-bottom: 40px;
}
.contentSection.bannerTopSection .contentContainer .bannerList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.bannerTopSection .contentContainer .bannerList {
    justify-content: space-between;
    gap: 19px;
  }
}
.contentSection.bannerTopSection .contentContainer .bannerList_item {
  border-radius: 20px;
  border: 3px solid #E65F7A;
  background: #FFF;
  width: 245.25px;
  height: 128px;
  padding: 7px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contentSection.bannerTopSection .contentContainer .bannerList_item {
    width: calc((100% - 20px) / 2);
    height: 22vw;
    border-radius: 8px;
  }
}
.contentSection.bannerTopSection .contentContainer .bannerList_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contentSection.bannerTopSection .contentContainer .bannerList_link img {
  display: block;
  max-width: 186px;
  max-height: 113px;
}
@media screen and (max-width: 767px) {
  .contentSection.bannerTopSection .contentContainer .bannerList_link img {
    max-width: 29.867vw;
    max-height: 18.133vw;
  }
}
.contentSection.pageHeadSection {
  padding: 124px 20px 80px;
  background: linear-gradient(251deg, rgba(212, 245, 255, 0.5) 13.04%, rgba(252, 255, 178, 0.5) 87.94%), #FFF;
}
@media screen and (max-width: 767px) {
  .contentSection.pageHeadSection {
    padding: 60px 20px 40px;
  }
}
.contentSection.pageHeadSection p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.pageHeadSection p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection.pageHeadSection.section404 {
  background: #fff;
  padding: 200px 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.pageHeadSection.section404 {
    padding: 124px 20px 80px;
  }
}
.contentSection.pageHeadSection.section404 .topback {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.pageHeadSection.section404 .topback {
    margin-top: 24px;
  }
}
.contentSection.pageHeadSection.section404 .topback a {
  padding: 27px 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  border-radius: 99px;
  background: #E65F7A;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contentSection.pageHeadSection.section404 .topback a {
    font-size: 16px;
    width: 100%;
  }
}
.contentSection.supportSection {
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.supportSection {
    padding: 64px 20px;
  }
}
.contentSection.supportSection .supportContents_item {
  background-color: #FFF5F7;
}
.contentSection.supportSection .diveOfroBanner {
  max-width: 780px;
  margin: 0 auto;
}
.contentSection.requirementsSection {
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.requirementsSection {
    padding: 64px 20px;
  }
}
.contentSection.requirementsSection .requirements_item {
  overflow: hidden;
  border-radius: 20px;
  background: #FFF5F7;
}
.contentSection.requirementsSection .requirements_item + * {
  margin-top: 24px;
}
.contentSection.requirementsSection .requirements_item.note {
  margin-top: 80px;
}
.contentSection.requirementsSection .requirements_item.note .text {
  padding-bottom: 0;
}
.contentSection.requirementsSection .requirements_item.note ul {
  margin-bottom: 16px;
}
.contentSection.requirementsSection .requirements_item.note .box01 {
  padding: 16px;
  border-radius: 10px;
  background: #FFFDFE;
  margin-bottom: 24px;
  position: relative;
}
.contentSection.requirementsSection .requirements_item.note .box01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFE1E7;
  bottom: -24px;
  left: 0;
}
.contentSection.requirementsSection .requirements_item.note .title02 {
  color: #E65F7A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  padding: 32px 24px 0;
}
.contentSection.requirementsSection .requirements_item.note .title02 span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-top: 8px;
  border-bottom: 1px solid #FFE1E7;
  padding-bottom: 24px;
}
.contentSection.requirementsSection .requirements_item.note .title02.bottom span {
  border-bottom: none;
  padding-bottom: 32px;
}
.contentSection.requirementsSection .requirements_item .title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  padding: 16px 24px;
  background: #E65F7A;
}
@media screen and (max-width: 767px) {
  .contentSection.requirementsSection .requirements_item .title {
    padding: 8px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
  }
}
.contentSection.requirementsSection .requirements_item .text {
  padding: 16px 24px 24px 24px;
}
.contentSection.requirementsSection .requirements_item .text * {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.requirementsSection .requirements_item .text * {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 160%;
  }
}
.contentSection.requirementsSection .requirements_item .text b {
  font-weight: bolder;
}
.contentSection.requirementsSection .requirements_item .text h2 {
  color: #E65F7A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contentSection.requirementsSection .requirements_item .text h2 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.contentSection.requirementsSection .requirements_item .text h3 {
  color: #E65F7A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.requirementsSection .requirements_item .text h3 {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection.requirementsSection .requirements_item .text ul li {
  padding-left: 20px;
  position: relative;
}
.contentSection.requirementsSection .requirements_item .text ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 1px;
}
.contentSection.requirementsSection .requirements_item .text span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
}
.contentSection.pointSection {
  padding: 120px 20px;
  background: linear-gradient(251deg, rgba(212, 245, 255, 0.5) 13.04%, rgba(252, 255, 178, 0.5) 87.94%), #FFF;
}
@media screen and (max-width: 767px) {
  .contentSection.pointSection {
    padding: 64px 20px;
  }
}
.contentSection.pointSection .point * {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.pointSection .point * {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection.pointSection .point * + * {
  margin-top: 24px;
}
.contentSection.pointSection .point h2 {
  color: #E65F7A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contentSection.pointSection .point h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
}
.contentSection.pointSection .point h2 + p {
  margin-top: 8px;
}
.contentSection.pointSection .point h2 + ul {
  margin-top: 8px;
}
.contentSection.pointSection .point ul li {
  padding-left: 20px;
  position: relative;
}
.contentSection.pointSection .point ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 1px;
}
.contentSection.pointSection .point .note {
  padding: 24px;
  border-radius: 10px;
  background: #FFFDFE;
  text-align: center;
}
.contentSection.pointSection .point .note * + * {
  margin-top: 10px;
}
.contentSection.pointSection .point .note .title {
  color: #E65F7A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
}
.contentSection.pointSection .point + h2 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .contentSection.pointSection .point + h2 {
    margin-top: 40px;
  }
}
.contentSection.archiveSection {
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection {
    padding: 64px 20px;
  }
}
.contentSection.archiveSection .archive .interview_cat {
  margin-bottom: 47px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .archive .interview_cat {
    gap: 8px;
  }
}
.contentSection.archiveSection .archive .interview_cat .list_link {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  padding: 4px 16px 6px 16px;
  border-radius: 99px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .archive .interview_cat .list_link {
    padding: 4px 15px 6px 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    white-space: nowrap;
  }
}
.contentSection.archiveSection .archive .interview_cat .list_item a {
  border: 3px solid #3D3D3D;
  color: #3D3D3D;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .archive .interview_cat .list_item a {
    border: 2px solid #3D3D3D;
  }
}
.contentSection.archiveSection .archive .interview_cat .list_item.current a {
  background: #3D3D3D;
  color: #fff;
}
.contentSection.archiveSection .archive .interview_cat .list_item.cat01 a {
  border: 3px solid #E65F7A;
  color: #E65F7A;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .archive .interview_cat .list_item.cat01 a {
    border: 2px solid #E65F7A;
  }
}
.contentSection.archiveSection .archive .interview_cat .list_item.cat01.current a {
  background-color: #E65F7A;
  color: #fff;
}
.contentSection.archiveSection .archive .interview_cat .list_item.cat02 a {
  border: 3px solid #1DB7C5;
  color: #1DB7C5;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .archive .interview_cat .list_item.cat02 a {
    border: 2px solid #1DB7C5;
  }
}
.contentSection.archiveSection .archive .interview_cat .list_item.cat02.current a {
  background-color: #1DB7C5;
  color: #fff;
}
.contentSection.archiveSection .archive_title {
  color: #E65F7A;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .archive_title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.1px;
    margin-bottom: 24px;
  }
}
.contentSection.archiveSection .archive > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.contentSection.archiveSection .archive .link {
  margin-top: 40px;
}
.contentSection.archiveSection .entry + .archive_title {
  margin-top: 120px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry + .archive_title {
    margin-top: 64px;
    margin-bottom: 24px;
  }
}
.contentSection.archiveSection .entryList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entryList {
    gap: 16px;
  }
}
.contentSection.archiveSection .entryList_item {
  width: calc((100% - 80px) / 3);
  position: relative;
}
.contentSection.archiveSection .entryList_item .eventStatus_past {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 245, 247, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #E65F7A;
  z-index: 2;
  pointer-events: none;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entryList_item {
    width: 100%;
  }
}
.contentSection.archiveSection .entryList_link {
  display: block;
  border-radius: 20px;
  border: 3px solid #E65F7A;
  padding: 24px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entryList_link {
    padding: 20px;
  }
}
.contentSection.archiveSection .entryList_link span {
  display: block;
}
.contentSection.archiveSection .entryList_link .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.contentSection.archiveSection .entryList_link .cat_item {
  border-radius: 99px;
  background: #FFF;
  padding: 2px 10px 4px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
.contentSection.archiveSection .entryList_link .cat_item.cat01 {
  color: #1DB7C5;
  border: 1px solid #1DB7C5;
}
.contentSection.archiveSection .entryList_link .cat_item.cat02 {
  color: #E65F7A;
  border: 1px solid #E65F7A;
}
.contentSection.archiveSection .entryList_link .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entryList_link .title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;
    margin-bottom: 4px;
  }
}
.contentSection.archiveSection .entryList_link .date-time {
  color: #E65F7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entryList_link .date-time {
    color: #E65F7A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.9px;
    margin-bottom: 4px;
  }
}
.contentSection.archiveSection .entryList_link .address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
}
.contentSection.archiveSection .entryList_link .address::before {
  content: "場所";
  color: #E65F7A;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  padding: 2px 10px 4px 10px;
  border-radius: 99px;
  background: #FFF5F7;
}
.contentSection.archiveSection .entryList_link .link {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entryList_link .link {
    margin-top: 8px;
  }
}
.contentSection.archiveSection .entryList_link .link_button {
  padding: 16px 30px;
  text-align: center;
  font-size: 16px;
}
.contentSection.archiveSection .entry.interview .interviewList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.contentSection.archiveSection .entry.interview .interviewList_item {
  width: 30.6666666667%;
  margin-right: 4%;
  margin-bottom: 4%;
  float: none;
  border-radius: 20px;
  border: 3px solid #E65F7A;
  background: #FFF;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contentSection.archiveSection .entry.interview .interviewList_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry.interview .interviewList_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.contentSection.archiveSection .entry.interview .interviewList_item a > span {
  display: block;
}
.contentSection.archiveSection .entry.interview .interviewList_item .prof {
  width: 100%;
  height: 207px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentSection.archiveSection .entry.interview .interviewList_item .prof .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 20px 0px 0px;
  background: #FFF;
  padding: 10px;
}
.contentSection.archiveSection .entry.interview .interviewList_item .prof .logo img {
  display: block;
  max-width: 136px;
  max-height: 27px;
}
.contentSection.archiveSection .entry.interview .interviewList_item .prof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.contentSection.archiveSection .entry.interview .interviewList_item .text {
  padding: 16px 24px 24px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry.interview .interviewList_item .text {
    padding: 16px 20px 20px;
  }
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .archive_position {
  color: #E65F7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 6px;
}
.contentSection.archiveSection .entry.interview .interviewList_item .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.8px;
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .category {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  border-radius: 99px;
  background: #E65F7A;
  padding: 2px 10px 4px 10px;
  display: inline-block;
  margin-bottom: 6px;
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .name {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry.interview .interviewList_item .text .name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
  }
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .name span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry.interview .interviewList_item .text .name span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
  }
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .archive_position {
  color: #E65F7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry.interview .interviewList_item .text .archive_position {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
  }
}
.contentSection.archiveSection .entry.interview .interviewList_item .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry.interview .interviewList_item .text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.7px;
  }
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .ijyuList_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .ijyuList_item + * {
  border-top: 1px dashed #BBE9EE;
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .ijyuList_item .position {
  color: #1DB7C5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry.interview .interviewList_item .text .ijyuList_item .position {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.7px;
  }
}
.contentSection.archiveSection .entry.interview .interviewList_item .text .ijyuList_item .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contentSection.archiveSection .entry.interview .interviewList_item .text .ijyuList_item .name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.7px;
  }
}
.contentSection.archiveSection .entry.interview .interviewList_item.company {
  border: 3px solid #1DB7C5;
}
.contentSection.archiveSection .entry.interview .interviewList_item.company .text .category {
  background-color: #1DB7C5;
}
.contentSection.archiveSection .entry.interview .interviewList_item.company .interviewList_link {
  background-color: #1DB7C5;
  position: relative;
}
.contentSection.archiveSection .entry.interview .interviewList_item.company .com {
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0px 0px 0px 20px;
  background: #1DB7C5;
  padding: 10px 20px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.9px;
  z-index: 1;
}
.contentSection.archiveSection .entryList_pagenavi {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.contentSection.archiveSection .entryList_pagenavi .naviWrapper {
  border: 1px solid #E65F7A;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.contentSection.archiveSection .entryList_pagenavi a, .contentSection.archiveSection .entryList_pagenavi span {
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  position: relative;
  color: #E65F7A;
}
.contentSection.archiveSection .entryList_pagenavi a + *, .contentSection.archiveSection .entryList_pagenavi span + * {
  border-left: 1px solid #E65F7A;
}
.contentSection.archiveSection .entryList_pagenavi a.current, .contentSection.archiveSection .entryList_pagenavi span.current {
  background-color: #E65F7A;
  color: #FFF;
}
.contentSection.archiveSection .entryList_pagenavi a.prev, .contentSection.archiveSection .entryList_pagenavi span.prev {
  background-color: #FFF5F7;
}
.contentSection.archiveSection .entryList_pagenavi a.prev::before, .contentSection.archiveSection .entryList_pagenavi span.prev::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(../images/angle-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.contentSection.archiveSection .entryList_pagenavi a.next, .contentSection.archiveSection .entryList_pagenavi span.next {
  background-color: #FFF5F7;
}
.contentSection.archiveSection .entryList_pagenavi a.next::before, .contentSection.archiveSection .entryList_pagenavi span.next::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(../images/angle-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.contentSection.entrySection .singleContainer {
  padding: 0 20px;
}
.contentSection.entrySection .singleContainer .singleHead .entryTitle {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleHead .entryTitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.2px;
  }
}
.contentSection.entrySection .singleContainer .singleHead_title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  color: #3d3d3d;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleHead_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.2px;
  }
}
.contentSection.entrySection .singleContainer .singleHead .eyecatch {
  margin: 0 auto 56px;
}
.contentSection.entrySection .singleContainer .singleHead .eyecatch img {
  display: block;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}
.contentSection.entrySection .singleContainer .singleHead .eyecatch .profText {
  color: #7F7F7F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
  margin-top: 16px;
}
.contentSection.entrySection .singleContainer .singleHead_info {
  padding: 24px 16px;
  border-radius: 20px;
  background: #FFF5F7;
  text-align: center;
  margin: 32px auto;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleHead_info {
    padding: 16px;
  }
}
.contentSection.entrySection .singleContainer .singleHead_info .date {
  color: #E65F7A;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleHead_info .date {
    flex-direction: column;
    font-size: 22px;
  }
  .contentSection.entrySection .singleContainer .singleHead_info .date * {
    line-height: 160%;
    font-weight: 700;
  }
}
.contentSection.entrySection .singleContainer .singleHead_info .date + * {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleHead_info .date + * {
    margin-top: 8px;
  }
}
.contentSection.entrySection .singleContainer .singleHead_info .address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
}
.contentSection.entrySection .singleContainer .singleHead_info .address::before {
  content: "場所";
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  padding: 2px 10px 4px 10px;
  border-radius: 99px;
  background: #E65F7A;
}
.contentSection.entrySection .singleContainer .singleBody * {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleBody * {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection.entrySection .singleContainer .singleBody * + * {
  margin-top: 32px;
}
.contentSection.entrySection .singleContainer .singleBody h2 {
  padding-left: 32px;
  position: relative;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.4px;
  color: #3D3D3D;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleBody h2 {
    padding-left: 26px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.1px;
  }
}
.contentSection.entrySection .singleContainer .singleBody h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  border-radius: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #E65F7A 0%, #E65F7A 50%, #FF7C96 50%, #FF7C96 100%);
}
.contentSection.entrySection .singleContainer .singleBody h3 {
  color: #E65F7A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleBody h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
}
.contentSection.entrySection .singleContainer .singleBody h4 {
  padding-left: 26px;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.9px;
}
.contentSection.entrySection .singleContainer .singleBody h4::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
  color: #E65F7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.9px;
}
.contentSection.entrySection .singleContainer .singleBody h2 + p, .contentSection.entrySection .singleContainer .singleBody h3 + p, .contentSection.entrySection .singleContainer .singleBody h4 + p {
  margin-top: 8px;
}
.contentSection.entrySection .singleContainer .singleBody a {
  color: #E65F7A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
}
.contentSection.entrySection .singleContainer .singleBody code {
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
}
.contentSection.entrySection .singleContainer .singleBody blockquote {
  padding: 16px 16px 16px 32px;
  border-radius: 8px;
  background: #FFF5F7;
  position: relative;
}
.contentSection.entrySection .singleContainer .singleBody blockquote::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 99px;
  background: #FFCAD2;
  height: calc(100% - 32px);
  left: 16px;
  top: 16px;
}
.contentSection.entrySection .singleContainer .singleBody ul li {
  padding-left: 20px;
  position: relative;
}
.contentSection.entrySection .singleContainer .singleBody ul li + li {
  margin-top: 0px;
}
.contentSection.entrySection .singleContainer .singleBody ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 1px;
}
.contentSection.entrySection .singleContainer .singleBody ol {
  counter-reset: count;
}
.contentSection.entrySection .singleContainer .singleBody ol li {
  padding-left: 20px;
  position: relative;
}
.contentSection.entrySection .singleContainer .singleBody ol li + li {
  margin-top: 0px;
}
.contentSection.entrySection .singleContainer .singleBody ol li::before {
  counter-increment: count;
  content: counter(count) ".";
  position: absolute;
  left: 8px;
  top: 1px;
}
.contentSection.entrySection .singleContainer .singleBody .wp-block-image img {
  display: block;
  margin: auto;
  border-radius: 20px;
}
.contentSection.entrySection .singleContainer .singleBody.company h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  border-radius: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #1DB7C5 0%, #1DB7C5 50%, #4DD3DF 50%, #4DD3DF 100%);
}
.contentSection.entrySection .singleContainer .singleBody.company h3 {
  color: #1DB7C5;
}
.contentSection.entrySection .singleContainer .singleBody_info {
  padding: 24px 32px;
  border-radius: 20px;
  background: #F4FEFF;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleBody_info {
    padding: 20px 15px;
  }
}
.contentSection.entrySection .singleContainer .singleBody_info .infoItem {
  display: flex;
}
.contentSection.entrySection .singleContainer .singleBody_info .infoItem + * {
  margin-top: 8px;
}
.contentSection.entrySection .singleContainer .singleBody_info .infoItem * {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleBody_info .infoItem * {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.7px;
  }
}
.contentSection.entrySection .singleContainer .singleBody_info .infoItem .title {
  width: 100px;
  color: #1DB7C5;
  font-weight: 700;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #BBE9EE;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleBody_info .infoItem .title {
    width: 80px;
    font-size: 14px;
    margin-right: 8px;
    padding-right: 8px;
  }
}
.contentSection.entrySection .singleContainer .singleBody_info .infoItem .title + * {
  width: calc(90% - 133px);
  margin-top: 0;
}
.contentSection.entrySection .singleContainer .singleBody_info .infoItem .title + * a {
  color: #1DB7C5;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleBody_info .infoItem .title + * {
    width: calc(100% - 88px);
  }
}
.contentSection.entrySection .singleContainer .singleNav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 160px;
  position: relative;
  min-height: 80px;
}
.contentSection.entrySection .singleContainer .singleNav_item a {
  display: block;
}
.contentSection.entrySection .singleContainer .singleNav_item a .label {
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}
.contentSection.entrySection .singleContainer .singleNav_item a .title {
  color: #3D3D3D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.contentSection.entrySection .singleContainer .singleNav_item.prev {
  margin-left: 0;
  margin-right: auto;
  max-width: 30%;
  margin-top: 0;
}
.contentSection.entrySection .singleContainer .singleNav_item.prev a {
  padding-left: 26px;
  position: relative;
  text-decoration: none;
}
.contentSection.entrySection .singleContainer .singleNav_item.prev a::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/icon_arrowRight06.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.contentSection.entrySection .singleContainer .singleNav_item.next {
  margin-left: auto;
  margin-right: 0;
  max-width: 30%;
  margin-top: 0;
}
.contentSection.entrySection .singleContainer .singleNav_item.next a {
  padding-right: 26px;
  position: relative;
  text-decoration: none;
}
.contentSection.entrySection .singleContainer .singleNav_item.next a::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/icon_arrowRight06.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contentSection.entrySection .singleContainer .singleNav_item.goback {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 30%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleNav_item.goback {
    max-width: 50%;
  }
}
.contentSection.entrySection .singleContainer .singleNav_item.goback a {
  display: block;
  padding: 30px 40px;
  border-radius: 99px;
  background: #E65F7A;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection .singleContainer .singleNav_item.goback a {
    padding: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.contentSection.entrySection .singleContainer .singleNav.company .singleNav_item.next a {
  text-decoration: none;
}
.contentSection.entrySection .singleContainer .singleNav.company .singleNav_item.next a::before {
  background-image: url(../images/icon_arrowRight07.svg);
}
.contentSection.entrySection .singleContainer .singleNav.company .singleNav_item.prev a {
  text-decoration: none;
}
.contentSection.entrySection .singleContainer .singleNav.company .singleNav_item.prev a::before {
  background-image: url(../images/icon_arrowRight07.svg);
  transform: translateY(-50%) rotate(180deg);
}
.contentSection.entrySection .singleContainer .singleNav.company .singleNav_item.goback a {
  text-decoration: none;
  background: #1DB7C5;
}
.contentSection.entrySection.privacySection {
  padding: 120px 20px 160px;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection.privacySection {
    padding: 64px 0px 80px;
  }
}
.contentSection.entrySection.privacySection .singleBody_content {
  counter-reset: count;
}
.contentSection.entrySection.privacySection .singleBody_content h3::before {
  counter-increment: count;
  content: counter(count) ".";
}
.contentSection.entrySection.privacySection .singleBody_content a {
  color: #E65F7A;
  text-decoration: underline;
}
.contentSection.entrySection.privacySection h2 {
  color: #E65F7A;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.entrySection.privacySection h2 {
    margin-bottom: 24px;
  }
}
.contentSection.entrySection.privacySection p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}

.footer {
  border-top: 1px solid #FFCAD2;
  padding: 56px 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 32px 20px;
  }
}
.footer .wrapper {
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
}
.footerLogo_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footerLogo_link img.logo01 {
  max-height: 60px;
  width: auto;
}
.footerLogo_link span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footerNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footerNav .gnavList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 60px;
}
.footerNav .gnavList_item {
  box-sizing: border-box;
  border-bottom: none;
}
.footerNav .gnavList_link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.footerNav .gnavList_link .en {
  color: #E65F7A;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
}
.footerNav .gnavList_item.contactItem {
  border-radius: 0px 0px 0px 10px;
  background: #E65F7A;
  padding: 30px;
}
.footerNav .gnavList_item.contactItem a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.footerNav .gnavList_item.contactItem a .en {
  color: #fff;
}
.footer .scrollTop_link {
  width: 60px;
  height: 60px;
  border-radius: 6.857px;
  background: #E65F7A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  position: relative;
}
.footer .scrollTop_link::before {
  content: "";
  display: block;
  width: 21px;
  height: 27px;
  background-image: url(../images/icon_arrowTop01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footerNavSns {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 32px;
}
.footerNavSns_item {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerNavSns_link {
  display: block;
}
.footerNavSns_link img {
  display: block;
}
.footer .spNavList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .spNavList_item {
  margin-right: 24px;
  margin-bottom: 16px;
}
.footer .spNavList_link {
  color: #E65F7A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
.footerInfo {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #FFF5F7;
  padding: 16px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footerInfo_item {
    min-width: 336px;
  }
  .footerInfo_item + * {
    border-left: 1px dashed #FFCAD2;
    padding-left: 24px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footerInfo_item {
    width: 100%;
  }
  .footerInfo_item + * {
    border-top: 1px dashed #FFCAD2;
    padding-top: 16px;
    margin-top: 16px;
  }
}
.footerInfo_item .title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.footerInfo_item .title .category {
  border-radius: 99px;
  background: #E65F7A;
  padding: 2px 10px 4px 10px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footerInfo_item .title .category {
    font-size: 11px;
    letter-spacing: 0.55px;
  }
}
.footerInfo_item .title .text {
  color: #E65F7A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .footerInfo_item .title .text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.footerInfo_item .address {
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.7px;
}
.footer .footersp_privacy {
  color: #E65F7A;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer .privacy {
    display: none;
  }
}
.footer .privacy_link {
  color: #E65F7A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
}
.footer .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-top: 24px;
  }
}