@charset "UTF-8";
/**
* Foundation
* ========================== */
/* reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/**
* Foundation
* ========================== */
/* variables */
/* 変数のみ格納 */
/* // font // */
/* // color // */
/* // shadow // */
/* // breakpoint // */
/**
* Foundation
* ========================== */
/* mixin */
/* @mixin のみ記述 */
/* // メディアクエリ // */
/* // フォント設定 // */
/**
* Foundation
* ========================== */
/* function */
/* @function のみ記述 */
/**
 * 引数の最大画面サイズから指定されたpx数を元にvwに変換する関数
 * @param maxScreenSize 最大画面サイズ
 * @param px 変換するpx数
 * 
 * 例）変数定義PC幅（$pc）に対して560pxの要素を可変させる
 * width: g.vw(g.$pc, 560px);
 */
/**
* Foundation
* ========================== */
/* base */
/* 基本タグ指定 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.45;
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

li {
  list-style-type: none;
}

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

/**
* Layout
* ========================== */
/* header */
@media (max-width: 767px) {
  .header {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    z-index: 9;
  }
}

.header-pc {
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  height: 80px;
  align-items: center;
}
@media (max-width: 767px) {
  .header-pc {
    display: none;
  }
}

.header-pc_logo {
  display: flex;
  align-items: center;
}
.header-pc_logo img {
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
}
.header-pc_logo h1 {
  font-size: 22px;
  font-weight: bold;
  color: #E34281;
}

.header-pc_menu {
  display: flex;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  font-size: 22px;
  font-weight: bold;
  color: #E34281;
}
@media (max-width: 1399px) {
  .header-pc_menu {
    font-size: 1.4295925661vw;
  }
}
.header-pc_menu a:hover {
  opacity: 1;
}
.header-pc_menu a:not(.header-pc_line) {
  position: relative;
}
.header-pc_menu a:not(.header-pc_line)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 5px;
  background-color: #E34281;
  transition: width 0.3s ease;
}
.header-pc_menu a:not(.header-pc_line):hover::after {
  width: 100%;
}

.header-pc_line {
  padding: 0.1em 0.5em 0.3em;
  background-color: #E34281;
  color: #ffffff;
  border: 2px solid #E34281;
  transition: all 0.3s ease;
}
.header-pc_line:hover {
  background-color: #ffffff;
  color: #E34281;
}

/*hamburger*/
.hamburger {
  display: none;
  position: relative;
  cursor: pointer;
  margin: 10px;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 11px;
  height: 1.5px;
  background: #E34281;
  width: 50%;
}
.hamburger span:nth-of-type(1) {
  top: 14px;
}
.hamburger span:nth-of-type(2) {
  top: 22px;
}
.hamburger span:nth-of-type(3) {
  top: 30px;
}
.hamburger.active span:nth-of-type(1) {
  top: 10px;
  left: 12px;
  transform: translateY(12px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  top: 34px;
  left: 12px;
  transform: translateY(-12px) rotate(45deg);
}
.hamburger:hover {
  opacity: 1;
}

/*SPmenu*/
.nav-sp {
  position: fixed;
  top: -150vh;
  width: 100%;
  height: 100vh;
  background-color: #E34281;
  padding: 70px 15px;
  transition: all 0.5s ease;
  overflow-y: scroll;
}
.nav-sp.active {
  top: 0;
  left: 0;
  z-index: 3;
}

.nav-sp_logo {
  display: block;
  width: 189px;
  margin: 0 auto 24px;
}

.nav-sp_list {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.nav-sp_list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.nav-sp_privacy {
  display: block;
  margin-top: 27px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}

/**
* Layout
* ========================== */
/* main */
.main {
  width: 100%;
}

.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.section_title {
  font-size: 50px;
  font-weight: bold;
  color: #E34281;
  margin-bottom: 30px;
  text-align: center;
}
.section_title span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}
@media (max-width: 767px) {
  .section_title span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section_title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.section_title-w {
  color: #ffffff;
}

.bg_white {
  background-color: #ffffff;
}

/**
* Layout
* ========================== */
/* footer */
.footer {
  background-color: #E34281;
  padding: 1em;
  text-align: center;
  color: #ffffff;
}
.footer a {
  text-decoration: underline;
}

.footer-w {
  background-color: #ffffff;
  color: #E34281;
}

/**
 * Object
 * ========================== */
/* Component ------------ */
/* button */
.btn-w {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  min-width: 300px;
  background-color: #ffffff;
  border: 3px solid #E34281;
  border-radius: 40px;
  color: #E34281;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s ease;
}
.btn-w::after {
  position: absolute;
  display: block;
  width: 1.2em;
  height: 1em;
  background-image: url(../img/svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.btn-w:hover {
  opacity: 1;
  background-color: #E34281;
  border: 3px solid #E34281;
  color: #ffffff;
}
.btn-w:hover::after {
  background-image: url(../img/svg/arrow-w.svg);
}

.btn_r {
  position: relative;
  display: inline-block;
  padding: 1.05em 2em;
  min-width: 400px;
  background-color: #E34281;
  border: 3px solid #E34281;
  border-radius: 40px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .btn_r {
    padding: 0.75em 2em;
    min-width: 300px;
  }
}
.btn_r::after {
  position: absolute;
  display: block;
  width: 1.2em;
  height: 1em;
  background-image: url(../img/svg/open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
}
.btn_r:hover {
  opacity: 1;
  background-color: #ffffff;
  border: 3px solid #E34281;
  color: #E34281;
}
.btn_r:hover::after {
  background-image: url(../img/svg/open-r.svg);
}

/**
* object
* ========================== */
/* page ------------ */
/* common */
.bg-base {
  background-color: #E34281;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .bg-base {
    padding-bottom: 50px;
  }
}

.page_header {
  min-height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page_header {
    min-height: 180px;
  }
}

.page_header_title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .page_header_title {
    font-size: 34px;
    margin-top: 1em;
  }
}
.page_header_title span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page_header_title span {
    font-size: 22px;
  }
}

/**
* object
* ========================== */
/* page ------------ */
/* home */
/*fv*/
.fv {
  height: calc(100vh - 70px);
}
@media (max-width: 767px) {
  .fv {
    height: 100vh;
  }
}
.fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*services*/
.services {
  background-color: #E34281;
  padding: 100px 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .services {
    padding: 70px 0;
  }
}

.services_title {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .services_title {
    margin-bottom: 50px;
  }
}

.services_item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 480px;
}
@media (max-width: 767px) {
  .services_item {
    flex-direction: column;
    align-items: center;
    min-height: unset;
    padding-bottom: 17.9487179487vw;
  }
}

.services_item-1::after {
  position: absolute;
  bottom: 0;
  right: -20%;
  display: block;
  content: "";
  width: 168px;
  height: 142px;
  background-image: url(../img/svg/orenge.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .services_item-1::after {
    display: none;
  }
}

.services_item-2 {
  justify-content: flex-start;
  min-height: 535px;
}
@media (max-width: 767px) {
  .services_item-2 {
    align-items: flex-end;
  }
}
.services_item-2::after {
  position: absolute;
  bottom: 0;
  left: -7%;
  display: block;
  content: "";
  width: 365px;
  height: 285px;
  background-image: url(../img/svg/blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .services_item-2::after {
    display: none;
  }
}

.services_item_imgarea {
  width: 100%;
  max-width: 720px;
  position: absolute;
  top: 0;
  left: -20%;
  z-index: 0;
}
@media (max-width: 767px) {
  .services_item_imgarea {
    max-width: unset;
    width: calc(100% + 30px);
    position: static;
    margin-bottom: 30px;
  }
}

.services_item_imgarea-2 {
  max-width: 620px;
  left: unset;
  right: -20%;
}
@media (max-width: 767px) {
  .services_item_imgarea-2 {
    max-width: unset;
    width: 100%;
    margin-right: -15px;
  }
}

.services_item_textarea {
  width: 55%;
  position: static;
  z-index: 1;
}
@media (max-width: 767px) {
  .services_item_textarea {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .services_item_textarea-1 {
    position: relative;
  }
  .services_item_textarea-1::before {
    position: absolute;
    top: -30.7692307692vw;
    right: -15px;
    display: block;
    content: "";
    width: 29.4871794872vw;
    height: 35.8974358974vw;
    background-image: url(../img/svg/orenge_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
  }
  .services_item_textarea-1::after {
    position: absolute;
    bottom: -33.3333333333vw;
    left: -15px;
    display: block;
    content: "";
    width: 41.5384615385vw;
    height: 45.8974358974vw;
    background-image: url(../img/svg/blue_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.services_item_title {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.25em;
  padding-bottom: 0.5em;
  background-image: url(../img/services_title_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .services_item_title {
    font-size: 24px;
    text-align: center;
    background-image: url(../img/services_title_1_sp.png);
    margin-bottom: 0.5em;
    padding-bottom: 1em;
  }
}

.services_item_title-2 {
  background-image: url(../img/services_title_2.png);
}

.services_text {
  color: #ffffff;
}

.five-region {
  background-color: #ffffff;
  padding: 50px 0;
  border-radius: 50px;
}
@media (max-width: 1399px) {
  .five-region {
    padding: 50px 15px;
  }
}
@media (max-width: 767px) {
  .five-region {
    padding: 40px 15px;
  }
}

.five-region_title {
  position: relative;
  background-color: #E34281;
  color: #ffffff;
  height: 80px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .five-region_title {
    font-size: 28px;
    height: 50px;
    line-height: 1.7;
  }
}
.five-region_title::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: -1px;
  border-width: 40px 0px 40px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
@media (max-width: 767px) {
  .five-region_title::before {
    border-width: 25px 0px 25px 10px;
  }
}
.five-region_title::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: -1px;
  border-width: 40px 15px 40px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media (max-width: 767px) {
  .five-region_title::after {
    border-width: 25px 10px 25px 0px;
  }
}

.five-region_text {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .five-region_text {
    margin-bottom: 20px;
    text-align: left;
  }
}

.five-region_about {
  background-color: #F7ECF0;
  padding: 50px 50px 26px;
  border-radius: 35px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .five-region_about {
    padding: 30px 15px;
  }
}
.five-region_about h3 {
  font-size: 38px;
  font-weight: bold;
  color: #E34281;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .five-region_about h3 span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .five-region_about h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.five-region_about dl {
  display: flex;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .five-region_about dl {
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
    padding: 1em 0;
  }
}
.five-region_about dt {
  flex-shrink: 0;
  width: 10em;
  font-size: 24px;
  font-weight: bold;
  color: #E34281;
}
@media (max-width: 767px) {
  .five-region_about dt {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.five-region_about dd {
  width: calc(100% - 15em);
}
@media (max-width: 767px) {
  .five-region_about dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .five-region_about dd ul {
    margin-top: 0.5em;
  }
}
.five-region_about dd li {
  text-indent: -1em;
  transform: translateX(1em);
}
@media (max-width: 767px) {
  .five-region_about dd li {
    text-indent: unset;
    transform: unset;
  }
}
.five-region_about dd li::before {
  display: inline;
  content: "■";
}

.five-region_pink {
  margin-top: 1.5em;
  font-weight: 500;
  color: #E34281;
  text-align: center;
}
@media (max-width: 767px) {
  .five-region_pink {
    text-align: left;
  }
}

.self-evaluation h3 {
  padding-bottom: 0.4em;
  font-size: 38px;
  font-weight: bold;
  color: #E34281;
  text-align: center;
  border-bottom: 3px dotted #E34281;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .self-evaluation h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.self-evaluation h4 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .self-evaluation h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.self-evaluation_text {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .self-evaluation_text {
    margin-bottom: 30px;
  }
}

/*facilities*/
.facilities {
  padding: 100px 0;
  background-color: #F7ECF0;
}
@media (max-width: 767px) {
  .facilities {
    padding: 70px 0;
  }
}

.facilities_title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .facilities_title {
    margin-bottom: 30px;
  }
}

.facilities_item:not(:last-of-type) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .facilities_item:not(:last-of-type) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #919191;
  }
}

.facilities_imgs {
  display: flex;
  -moz-column-gap: 52px;
       column-gap: 52px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .facilities_imgs {
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}

.facilities_name {
  font-size: 30px;
  font-weight: bold;
  color: #E34281;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .facilities_name {
    font-size: 22px;
  }
}

.facilities_address {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .facilities_address {
    margin-bottom: 20px;
  }
}

/*greeting*/
.greeting {
  padding: 100px 0;
  background-image: url(../img/greeting_1.png);
  background-repeat: no-repeat;
  background-size: 42%;
  background-position: center right;
  border-bottom: 1px solid #919191;
}
@media (max-width: 767px) {
  .greeting {
    padding: 50px 0;
    background: unset;
  }
}

.greeting_textarea {
  width: 55%;
}
@media (max-width: 767px) {
  .greeting_textarea {
    width: 100%;
  }
}

.greeting_imgarea {
  display: none;
}
@media (max-width: 767px) {
  .greeting_imgarea {
    display: block;
  }
}

.greeting_title {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
  color: #E34281;
}
@media (max-width: 767px) {
  .greeting_title {
    font-size: 34px;
    text-align: center;
  }
}

.greeting_catch {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #E34281;
}
@media (max-width: 767px) {
  .greeting_catch {
    font-size: 20px;
    text-align: center;
  }
}

.greeting_name {
  font-weight: 500;
  text-align: right;
}
@media (max-width: 767px) {
  .greeting_name {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
}

/*company*/
.company {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .company {
    padding: 50px 0;
  }
}

.company_title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .company_title {
    margin-bottom: 30px;
  }
}

.company_items {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.company_item {
  display: flex;
  border-bottom: 1px solid #333333;
  padding-bottom: 1.4em;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company_item {
    font-size: 18px;
    flex-direction: column;
    padding-bottom: 0.5em;
  }
}
.company_item:not(:last-of-type) {
  margin-bottom: 1.4em;
}
@media (max-width: 767px) {
  .company_item:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
}
.company_item dt {
  width: 27%;
}
@media (max-width: 767px) {
  .company_item dt {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
.company_item dd {
  width: 73%;
}
@media (max-width: 767px) {
  .company_item dd {
    width: 100%;
  }
}

/*parallax*/
.parallax {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .parallax {
    height: 200px;
  }
}

.parallax_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax_img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../img/parallax.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .parallax_img {
    background-image: url(../img/parallax_sp.jpg);
  }
}

/*recruit*/
.recruit {
  padding: 100px 0;
  background-color: #F7ECF0;
}
@media (max-width: 767px) {
  .recruit {
    padding: 35px 0 70px;
  }
}

.recruit_text {
  margin-bottom: 30px;
}

.recruit_firures {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .recruit_firures {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }
}

.recruit_firure figcaption {
  margin-top: 0.75em;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #E34281;
}
@media (max-width: 767px) {
  .recruit_firure figcaption {
    font-size: 14px;
  }
}

.recruit_items {
  display: flex;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .recruit_items {
    margin-bottom: 30px;
  }
}

.recruit_item {
  width: 440px;
  padding: 30px 50px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 5px 5px 0px rgba(227, 66, 129, 0.16);
}
@media (max-width: 767px) {
  .recruit_item {
    padding: 10px 25px 15px;
    border-radius: 20px;
  }
}

.recruit_item_title {
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: bold;
  color: #E34281;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit_item_title {
    font-size: 18px;
  }
}

.recruit_item_list {
  display: flex;
  flex-direction: column;
}
.recruit_item_list li {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recruit_item_list li {
    font-size: 16px;
  }
}
.recruit_item_list li::before {
  content: "■";
  margin-right: 0.5em;
  color: #E34281;
}

/*instagram*/
.instagram {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .instagram {
    padding: 30px 0;
  }
}

.instagram_inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instagram_img.on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../img/insta_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .instagram_img.on {
    background-image: url(../img/insta_bg_sp.jpg);
  }
}

.instagram_title {
  color: #ffffff;
}

.instagram_text {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .instagram_text {
    margin-bottom: 30px;
  }
}

/*conversion*/
.conversion {
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-position: bottom center;
  padding: 100px 0 300px;
}
@media (max-width: 767px) {
  .conversion {
    background-image: url(../img/footer_bg_sp.jpg);
    padding: 37px 0 48px;
  }
}

.conversion_text {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .conversion_text {
    margin-bottom: 30px;
  }
}

/**
* object
* ========================== */
/* page ------------ */
/* privacy */
.privacy_container {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 100px 15px;
}
@media (max-width: 1399px) {
  .privacy_container {
    margin: 0 15px;
    width: unset;
  }
}
@media (max-width: 767px) {
  .privacy_container {
    border-radius: 30px;
    padding: 20px 15px;
  }
}

/**
* object
* ========================== */
/* utility ------------ */
/* margin */
.mb8 {
  margin-bottom: 8px;
}
@media (max-width: 559px) {
  .mb8 {
    margin-bottom: 4px;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media (max-width: 559px) {
  .mb16 {
    margin-bottom: 8px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 559px) {
  .mb20 {
    margin-bottom: 12px;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media (max-width: 559px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media (max-width: 559px) {
  .mb32 {
    margin-bottom: 16px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 559px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb56 {
  margin-bottom: 56px;
}
@media (max-width: 559px) {
  .mb56 {
    margin-bottom: 28px;
  }
}

.mb72 {
  margin-bottom: 72px;
}
@media (max-width: 559px) {
  .mb72 {
    margin-bottom: 36px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media (max-width: 559px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb96 {
  margin-bottom: 96px;
}
@media (max-width: 559px) {
  .mb96 {
    margin-bottom: 48px;
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media (max-width: 559px) {
  .mb120 {
    margin-bottom: 60px;
  }
}

.mb160 {
  margin-bottom: 150px;
}
@media (max-width: 559px) {
  .mb160 {
    margin-bottom: 80px;
  }
}

/**
* object
* ========================== */
/* utility ------------ */
/* flex */
.flex {
  display: flex;
}

/**
* object
* ========================== */
/* utility ------------ */
/* etc */
.pc_none {
  display: none;
}
@media (max-width: 559px) {
  .pc_none {
    display: inline;
  }
}

.tb_none {
  display: inline;
}
@media (max-width: 767px) {
  .tb_none {
    display: none;
  }
}

.sp_none {
  display: inline;
}
@media (max-width: 559px) {
  .sp_none {
    display: none;
  }
}

.tb_only {
  display: none;
}
@media (max-width: 767px) {
  .tb_only {
    display: inline;
  }
}

.ti1 {
  text-indent: 1em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.noscroll {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */