@charset "UTF-8";
/* カラー */
/* フォント */
/* シャドウ */
/* ホバー */
.hover_opacity {
  transition: 0.2s;
}
.hover_opacity:hover {
  opacity: 0.8;
}

/* border-width */
/* letter-spacing */
/* border-radius */
/* 余白 */
.inner0_20 {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .inner0_20 {
    margin: 0 40px;
  }
}
@media (min-width: 1024px) {
  .inner0_20 {
    margin: 0 60px;
  }
}
@media (min-width: 1280px) {
  .inner0_20 {
    width: 1200px;
    margin: 0 auto;
  }
}

.mblock20_0 {
  margin: 20px 0;
}

.mblock30_0 {
  margin: 30px 0;
}

.mblock40_0 {
  margin: 40px 0;
}

.mblock50_0 {
  margin: 50px 0;
}

.mblock60_0 {
  margin: 60px 0;
}

.mblock70_0 {
  margin: 70px 0;
}

.mblock80_0 {
  margin: 80px 0;
}

.mblock90_0 {
  margin: 90px 0;
}

.mblock100_0 {
  margin: 100px 0;
}

.pblock20_0 {
  padding: 20px 0;
}

.pblock30_0 {
  padding: 30px 0;
}

.pblock40_0 {
  padding: 40px 0;
}

.pblock50_0 {
  padding: 50px 0;
}

.pblock60_0 {
  padding: 60px 0;
}

.pblock70_0 {
  padding: 70px 0;
}

.pblock80_0 {
  padding: 80px 0;
}

.pblock90_0 {
  padding: 90px 0;
}

.pblock100_0 {
  padding: 100px 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.8;
  /* 1 */
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 10px;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
}

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

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

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

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a,
article,
aside,
button,
dd,
div,
dl,
dt,
fieldset,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
label,
li,
main,
nav,
ol,
section,
select,
small,
span,
table,
td,
textarea,
th,
tr,
ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  word-wrap: break-word;
  /*コンテナ内に収まるように折り返す*/
}

li,
ol,
ul {
  list-style: none;
  font-size: 1.8rem;
}

p {
  margin: 10px 0 0;
}

table {
  /* border-collapse: collapse; */
  border-spacing: 0;
  width: 100%;
}

em {
  font-style: normal;
}

strong {
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

a {
  text-decoration: none;
}

/* ヘッダー　ここから */
header .columns {
  margin: 10px 20px;
}
@media (min-width: 1024px) {
  header .columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 20px;
  }
}
header .columns .left {
  margin-right: 50px;
}
@media (min-width: 1024px) {
  header .columns .left {
    width: 450px;
  }
}
header .columns .right {
  pointer-events: none;
}
header .columns .right .btn_arrow_fill {
  margin: 0;
}
@media (min-width: 1024px) {
  header .columns .right {
    margin-right: 20px;
  }
}

/*==================================================
スライダーのためのcss　ここから
===================================*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 60vh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  margin: 0;
}
@media (min-width: 768px) {
  .slider {
    height: 70vh;
  }
}

@media (min-width: 1280px) {
  .slider {
    /* height: 50vh; */
    margin: 0;
  }
}
/*　背景画像設定　*/
.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 60vh;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: 70% 0;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}
@media (min-width: 768px) {
  .slider-item {
    height: 70vh;
  }
}

/* @media (min-width: 1280px) {
   .slider-item{
      height: 50vh;
   }
} */
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  /*border-top: 2px solid #ccc; /*矢印の色*/
  /*border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

/* スライダー　ここまで */
/* mv　ここから */
#mv {
  position: relative;
}
#mv picture img {
  border-radius: 0;
}
#mv .slider_catchcopy {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 5px;
  z-index: 1;
}
#mv .slider_catchcopy .catchcopy_1 {
  color: #C74077;
  background-color: rgba(255, 255, 255, 0.78);
  padding: 10px;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 5px;
}
#mv .slider_points {
  position: absolute;
  content: "";
  right: 10px;
  bottom: -30px;
  z-index: 1;
}
#mv .slider_points .slider_point1,
#mv .slider_points .slider_point2,
#mv .slider_points .slider_point3 {
  color: #D2253C;
  font-size: 1rem;
  line-height: 1.2;
  margin: 5px;
}
#mv .slider_points .slider_point1.circle,
#mv .slider_points .slider_point2.circle,
#mv .slider_points .slider_point3.circle {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #8785C0;
  background: linear-gradient(137deg, rgb(135, 133, 192) 0%, rgb(51, 51, 102) 100%);
  outline: 6px solid white;
  border-radius: 50%;
  outline-offset: 0;
}
#mv .slider_points .circle span {
  font-weight: normal;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
}
#mv .slider_points .circle span img {
  display: inline-block;
  width: 40px;
  margin-bottom: 2px;
}

/*========= PC ナビゲーションドロップダウンメニュー ===============*/
/*==ナビゲーション全体の設定*/
.header_nav {
  text-align: center;
  margin: 20px 0;
  display: none;
}
@media (min-width: 1024px) {
  .header_nav {
    display: block;
  }
}

.header_nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.header_nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.header_nav ul li {
  position: relative;
  border-right: 3px solid #F4C7DA;
  padding: 0 20px;
  transition: all 0.2s;
}

.header_nav ul li:last-of-type {
  border-right: none;
}

/*ナビゲーションのリンク設定*/
.header_nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
}

.header_nav ul li li a {
  padding: 10px 35px;
}

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
.header_nav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
}

@media (min-width: 1024px) {
  .header_nav ul li.has-child::before {
    left: 7px;
    top: 15px;
    display: none;
  }
}
/*3階層目を持つliの矢印の設定*/
/* .header_nav ul ul li.has-child::before {
   content: '';
   position: absolute;
   left: 6px;
   top: 17px;
   width: 6px;
   height: 6px;
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
   transform: rotate(45deg);
} */
/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
.header_nav li.has-child ul {
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background-color: #FFF2EF;
  color: #3B3B3B;
  width: 200px;
  border-radius: 10px;
}

.header_nav li.has-child ul li {
  margin: 0;
  padding: 0;
  border: none;
}

.header_nav li.has-child ul li a {
  padding: 5px 0;
}

/*hoverしたら表示*/
.header_nav li.has-child:hover > ul,
.header_nav li.has-child ul li:hover > ul,
.header_nav li.has-child:active > ul,
.header_nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
.header_nav li.has-child ul li a {
  color: #3B3B3B;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  line-height: 1.6;
}

.header_nav li.has-child ul li a:hover,
.header_nav li.has-child ul li a:active {
  opacity: 0.8;
}

/*==3階層目*/
/*3階層目の位置*/
/* .header_nav li.has-child ul ul {
   top: 0;
   left: 182px;
   background: #66adf5;
}
.header_nav li.has-child ul ul li a:hover,
.header_nav li.has-child ul ul li a:active {
   background: #448ed3;
} */
/*========= PC ナビゲーションドロップダウンメニュー　ここまで ===============*/
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #999;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ナビゲーションのためのCSS ここまで ===============*/
.p_hero_block {
  position: relative;
  margin-top: 10px;
}
.p_hero_block .img img {
  object-fit: cover;
  height: 300px;
  object-position: -170px 0;
}
@media (min-width: 1024px) {
  .p_hero_block .img img {
    object-position: center;
  }
}
.p_hero_block .page_h1 {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .p_hero_block .page_h1 {
    left: 100px;
    transform: translate(0%, -50%);
  }
}

/* パンくずリスト　ここから */
.breadcrumbs {
  margin-left: 10px;
}

/* パンくずリスト　ここまで */
/* 右矢印の塗りボタン　ここから */
.btn_arrow_fill {
  position: relative;
  background-color: #2B4AAF;
  color: #FFFFFF;
  font-size: 2rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 20px 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.btn_arrow_fill:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.btn_arrow_fill:hover:after {
  right: 22px;
}
@media (min-width: 1024px) {
  .btn_arrow_fill {
    width: 250px;
    padding: 15px;
    font-size: 2.4rem;
  }
}

/* 右矢印の塗りボタン　ここまで */
/* 右矢印の線ボタン　ここから */
.btn_arrow_line {
  position: relative;
  background-color: #2B4AAF;
  color: #FFFFFF;
  font-size: 2rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 20px 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border: 2px solid #2B4AAF;
  color: #2B4AAF;
}
.btn_arrow_line:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.btn_arrow_line:hover:after {
  right: 22px;
}
.btn_arrow_line:after {
  border-top: 2px solid #2B4AAF;
  border-right: 2px solid #2B4AAF;
}
@media (min-width: 1024px) {
  .btn_arrow_line {
    width: 250px;
    padding: 15px;
  }
}

/* 右矢印の線ボタン　ここまで */
/* Webボタン　ここから */
.web_btn {
  background-color: #E0B7E6;
  padding: 10px;
  color: #D2253C;
  font-size: 2rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.web_btn img {
  width: 25px;
  margin-right: 5px;
}

/* Webボタン　ここまで */
/* メインボタン ここから */
.main_btn {
  background-color: #E0B7E6;
  padding: 10px;
  color: #D2253C;
  font-size: 2rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.main_btn img {
  width: 20px;
  margin-left: 5px;
}

.mainbtn {
  background-color: #F58D42;
  padding: 16px 25px 16px 12px;
  color: #D2253C;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 10px;
  width: 90%;
  line-height: 1.3;
  transition: all 0.2s;
}
.mainbtn:hover {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .mainbtn {
    width: 300px;
  }
}
.mainbtn img {
  width: 25px;
  margin-right: 5px;
}

/* フッターここから */
footer {
  border-top: 3px solid #C9819E;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  footer .top .columns {
    display: flex;
  }
}
footer .top .columns .left {
  padding: 30px;
}
@media (min-width: 1024px) {
  footer .top .columns .left {
    width: 50%;
    padding: 40px;
  }
}
footer .top .columns .left h2 {
  color: #C9819E;
}
footer .top .columns .left .btn_arrow_fill {
  position: relative;
  background-color: #2B4AAF;
  color: #FFFFFF;
  font-size: 2rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 20px 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  background-color: #C9819E;
  pointer-events: none;
}
footer .top .columns .left .btn_arrow_fill:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  transition: all 0.2s;
}
footer .top .columns .left .btn_arrow_fill:hover:after {
  right: 22px;
}
footer .top .columns .right {
  background-color: #C9819E;
  padding: 30px;
}
@media (min-width: 1024px) {
  footer .top .columns .right {
    width: 50%;
    padding: 40px;
  }
}
footer .top .columns .right h2 {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  footer .top .columns .right .right_columns {
    display: flex;
    gap: 20px;
  }
}
footer .top .columns .right .right_columns .btn_arrow_line {
  position: relative;
  background-color: #2B4AAF;
  color: #FFFFFF;
  font-size: 2rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 20px 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  pointer-events: none;
}
footer .top .columns .right .right_columns .btn_arrow_line:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  transition: all 0.2s;
}
footer .top .columns .right .right_columns .btn_arrow_line:hover:after {
  right: 22px;
}
footer .top .columns .right .right_columns .btn_arrow_line:after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
footer .top .columns .right .btn_arrow_fill {
  pointer-events: none;
}
@media (min-width: 1024px) {
  footer .top .columns .right .btn_arrow_fill {
    width: 100%;
    margin: 10px 0;
  }
}
footer .bottom {
  background-color: #162845;
}
footer .bottom .pointer_events_none {
  pointer-events: none;
}
footer .bottom .inner {
  padding: 50px 20px;
}
@media (min-width: 1024px) {
  footer .bottom .inner {
    padding: 50px;
  }
}
@media (min-width: 1024px) {
  footer .bottom .inner .bottom_top_block {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  footer .bottom .inner .bottom_top_block .columns {
    display: flex;
  }
}
@media (min-width: 1024px) {
  footer .bottom .inner .bottom_top_block .columns .left img {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  footer .bottom .inner .bottom_top_block .columns .right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px;
  }
}
footer .bottom .inner .bottom_top_block .columns .right ul li {
  font-size: 1.8rem;
}
footer .bottom .inner .bottom_top_block .columns .right ul li a {
  color: #FFFFFF;
}
footer .bottom .inner .bottom_under_block ul {
  display: inline-flex;
  flex-wrap: wrap;
}
footer .bottom .inner .bottom_under_block ul li {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 2px 8px;
  margin: 5px;
  font-size: 2rem;
}
footer .bottom .inner .bottom_under_block ul li a {
  font-weight: bold;
}
footer .bottom .copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 10px;
  color: #FFFFFF;
}

/* Topへ戻るボタン　ここから */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 90px;
  text-indent: -9999px;
  margin: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  #pagetop {
    bottom: 30px;
  }
}

#pagetop a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background: #c7c7c7;
  transition: opacity 0.6s ease;
}

#pagetop a:hover {
  opacity: 0.3;
}

#pagetop a::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  transform: rotate(-45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

@media (max-width: 767px) {
  #pagetop a {
    width: 45px;
    height: 45px;
  }
  #pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
}
/* Topへ戻るボタン　ここまで */
/*メニューをページ下部に固定*/
#fixed_menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  opacity: 0.95;
  font-size: 1.2rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  #fixed_menu {
    display: none;
  }
}
#fixed_menu .img {
  display: flex;
  justify-content: center;
}
#fixed_menu .img img {
  width: 20px;
  text-align: center;
}

/*メニューを横並びにする*/
#fixed_menu ul {
  display: flex;
  list-style: none;
  padding-top: 0;
  margin: 0 auto;
  width: 95%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0 0;
}
#fixed_menu ul li {
  width: 25%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}
#fixed_menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fixed_menu ul li a img {
  width: 40px;
}
#fixed_menu ul li small {
  font-weight: bold;
}

/* アーカイブページ　ここから */
#archive article {
  margin: 10px 0;
  border-bottom: 1px solid #DB98B6;
}

/*wp-pagenavi 17*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 20px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #DB98B6;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #DB98B6;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #DB98B6;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #DB98B6;
}

/* アーカイブページ　ここまで */
#p_education .educational_philosophy_block {
  border: 3px solid #F6DEE7;
  padding: 0 30px 30px;
}
#p_education .educational_philosophy_block .page_h2 {
  position: relative;
  color: #C74077;
  background-color: #FFFFFF;
  padding: 10px;
  top: -30px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
#p_education .three_pillar_block h3 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
#p_education .three_pillar_block .columns {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  #p_education .three_pillar_block .columns {
    flex-direction: row;
    gap: 15px;
  }
}
#p_education .three_pillar_block .columns .img img {
  width: 100px;
}
#p_education .three_pillar_block .columns .center {
  border-top: 1px solid #C74077;
  border-bottom: 1px solid #C74077;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  #p_education .three_pillar_block .columns .center {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #C74077;
    border-right: 1px solid #C74077;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  #p_education .features_education_block .columns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
#p_education .features_education_block .columns .img {
  width: 200px;
  margin: 30px auto 20px;
}
@media (min-width: 1024px) {
  #p_education .features_education_block .columns .img {
    width: 220px;
    margin: 50px auto 20px;
  }
}
#p_education .features_education_block .columns .img img {
  width: 200px;
}
@media (min-width: 1024px) {
  #p_education .features_education_block .columns .img img {
    width: 220px;
  }
}
#p_education .features_education_block .columns .right {
  text-decoration: #D7E246 wavy underline;
}
@media (min-width: 1024px) {
  #p_education .features_education_block .columns .right p {
    font-size: 2.6rem;
  }
}
#p_education .features_education_block .img {
  width: 60px;
  margin: 40px auto 80px;
}
@media (min-width: 1024px) {
  #p_education .features_education_block .img {
    margin: 0 auto 80px;
  }
}
#p_education .features_education_block .light span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #E0B7E6;
  position: relative;
}
@media (min-width: 1024px) {
  #p_education .features_education_block .light span {
    font-size: 3rem;
  }
}
#p_education .features_education_block .light span:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_education_icon_5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 60px;
  top: -65px;
  left: -20px;
  rotate: -10deg;
}
@media (min-width: 1024px) {
  #p_education .growth_steps_block .columns {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  #p_education .growth_steps_block .columns .left img {
    width: 500px;
  }
}
#p_education .growth_steps_block .columns .right {
  margin: 30px 0;
}
#p_education .growth_steps_block .columns .right .columns_1,
#p_education .growth_steps_block .columns .right .columns_2 {
  border-top: 2px solid #B92151;
  padding: 30px 0;
}
#p_education .growth_steps_block .columns .right .columns_1 .notice,
#p_education .growth_steps_block .columns .right .columns_2 .notice {
  color: #C74077;
  font-weight: bold;
  font-size: 2rem;
}
#p_education .growth_steps_block .columns .right .columns_3 {
  border-top: 2px solid #B92151;
  border-bottom: 2px solid #B92151;
  padding: 30px 0;
}
#p_education .growth_steps_block .columns .right .columns_3 .notice {
  color: #C74077;
  font-weight: bold;
  font-size: 2rem;
}
#p_education .support_system_block .columns {
  margin: 60px 0;
}
#p_education .support_system_block .columns .columns_1,
#p_education .support_system_block .columns .columns_2,
#p_education .support_system_block .columns .columns_3 {
  margin: 40px 0;
}
#p_education .support_system_block .columns .columns_1 .columns,
#p_education .support_system_block .columns .columns_2 .columns,
#p_education .support_system_block .columns .columns_3 .columns {
  margin: 40px 0;
}
@media (min-width: 1024px) {
  #p_education .support_system_block .columns .columns_1 .columns,
  #p_education .support_system_block .columns .columns_2 .columns,
  #p_education .support_system_block .columns .columns_3 .columns {
    display: flex;
    gap: 30px;
  }
}
#p_education .support_system_block .columns .columns_1 .columns .line_box_pink,
#p_education .support_system_block .columns .columns_2 .columns .line_box_pink,
#p_education .support_system_block .columns .columns_3 .columns .line_box_pink {
  padding: 8px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 20px 20px 0 0 #feddea;
}
@media (min-width: 1024px) {
  #p_education .support_system_block .columns .columns_1 .columns .line_box_pink,
  #p_education .support_system_block .columns .columns_2 .columns .line_box_pink,
  #p_education .support_system_block .columns .columns_3 .columns .line_box_pink {
    width: 30%;
  }
}
#p_education .support_system_block .columns .columns_1 .columns p,
#p_education .support_system_block .columns .columns_2 .columns p,
#p_education .support_system_block .columns .columns_3 .columns p {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #p_education .support_system_block .columns .columns_1 .columns p,
  #p_education .support_system_block .columns .columns_2 .columns p,
  #p_education .support_system_block .columns .columns_3 .columns p {
    width: 70%;
  }
}
#p_education .road_map_block {
  background: #FDF7F9;
  background: linear-gradient(115deg, rgb(253, 247, 249) 0%, rgb(250, 220, 224) 100%);
}
#p_education .road_map_block .arrow_down {
  position: relative;
  width: 43.8px;
  height: 20.7px;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  #p_education .road_map_block .arrow_down {
    display: none;
  }
}
#p_education .road_map_block .arrow_down::before,
#p_education .road_map_block .arrow_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 30px;
  border-radius: 9999px;
  background-color: #B1B1B1;
  transform-origin: 50% calc(100% - 2px);
}
#p_education .road_map_block .arrow_down::before {
  transform: rotate(50deg);
}
#p_education .road_map_block .arrow_down::after {
  transform: rotate(-50deg);
}
#p_education .road_map_block .columns {
  padding: 30px;
}
@media (min-width: 1024px) {
  #p_education .road_map_block .columns {
    display: flex;
    gap: 40px;
  }
}
#p_education .road_map_block .columns .img {
  position: relative;
  margin: 20px auto 10px;
}
#p_education .road_map_block .columns .img .ribbon_1 {
  display: inline-block;
  position: absolute;
  content: "";
  padding: 2px 15px;
  font-size: 18px;
  /*フォントサイズ*/
  color: #FFF;
  /*フォントカラー*/
  background: #DB98B6;
  /*リボンの色*/
  top: 10px;
  left: -20px;
}
#p_education .road_map_block .columns .img .ribbon_1:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 20px rgb(149, 158, 155);
  /*折り返し部分*/
}
#p_education .road_map_block .columns .img img {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
#p_education .road_map_block .columns .page_h4 {
  text-align: center;
}
#p_education .tell_me_block {
  position: relative;
}
@media (min-width: 1024px) {
  #p_education .tell_me_block {
    margin-top: 120px;
  }
}
#p_education .tell_me_block:before {
  position: absolute;
  content: "";
  background: #FAECF2;
  width: 100%;
  height: 60%;
  top: 50%;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_education .tell_me_block:before {
    top: 15%;
    height: 70%;
  }
}
#p_education .tell_me_block .page_h2 {
  position: relative;
}
#p_education .tell_me_block .page_h2:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_education_icon_6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 330px;
  height: 170px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_education .tell_me_block .page_h2:before {
    width: 400px;
    height: 210px;
    top: -70px;
    transform: translateX(-30%);
  }
}
@media (min-width: 1024px) {
  #p_education .tell_me_block .columns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#p_education .tell_me_block .columns .img {
  margin: 60px 0 30px;
}
#p_education .full_support_block {
  padding-top: 160px;
}
@media (min-width: 1024px) {
  #p_education .full_support_block {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #p_education .full_support_block .inner0_20 {
    width: 550px;
    margin: 0 auto;
  }
}
#p_education .full_support_block .page_h2 span {
  position: relative;
  font-weight: bold;
}
#p_education .full_support_block .page_h2 span:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_introduce_icon_10.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 90px;
  height: 70px;
  top: -65px;
  left: 0;
  rotate: -8deg;
}
#p_education .full_support_block ul {
  margin: 30px 0;
  font-size: 1.8rem;
}
#p_education .full_support_block ul li {
  text-indent: -2em;
  padding-left: 2em;
  margin: 5px 0;
}
#p_education .full_support_block ul li img {
  width: 30px;
  margin-right: 5px;
}

#p_introduce {
  overflow: clip;
}
#p_introduce .message_block .page_h2_circle_purple {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
  font-weight: bold;
  color: #C74077;
}
#p_introduce .message_block .page_h2_circle_purple:before {
  position: absolute;
  content: "";
  background-image: url(../img/circle_purple_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 84px;
  height: 28px;
  top: 50px;
}
#p_introduce .message_block .columns .left img {
  box-shadow: 20px 20px 0 0 #feddea;
}
@media (min-width: 1024px) {
  #p_introduce .message_block .columns .left img {
    width: 300px;
  }
}
#p_introduce .message_block .columns .right {
  margin: 50px 0;
}
@media (min-width: 1024px) {
  #p_introduce .message_block .columns .right {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #p_introduce .message_block .columns {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
}
#p_introduce .philosophy_block {
  margin: 2em 0;
  position: relative;
  padding: 1em 2em;
  border-top: solid 3px #C74077;
  border-bottom: solid 3px #C74077;
}
#p_introduce .philosophy_block:before, #p_introduce .philosophy_block:after {
  content: "";
  position: absolute;
  top: -25px;
  width: 2px;
  height: calc(100% + 50px);
  background-color: #C74077;
}
#p_introduce .philosophy_block:before {
  left: 10px;
}
#p_introduce .philosophy_block:after {
  right: 10px;
}
#p_introduce .philosophy_block .page_h2 {
  color: #C74077;
  margin-bottom: 20px;
}
#p_introduce .policy_block .policy_block_1 {
  position: relative;
}
#p_introduce .policy_block .policy_block_1:before {
  position: absolute;
  content: "";
  background: #FDF7F9;
  background-repeat: no-repeat;
  width: 80%;
  height: 80%;
  bottom: -60px;
  right: 0px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_1 {
    margin-top: 120px;
  }
}
#p_introduce .policy_block .policy_block_1 .page_h3 {
  font-weight: bold;
  color: #C9819E;
  margin: 30px 0;
  position: relative;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_1 .page_h3 {
    font-size: 3rem;
  }
}
#p_introduce .policy_block .policy_block_1 .page_h3:before {
  position: absolute;
  content: "";
  background-image: url(../img/num1_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 240px;
  top: 0;
  left: -70px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_1 .page_h3:before {
    width: 350px;
    height: 460px;
    top: -130px;
    left: -70px;
  }
}
#p_introduce .policy_block .policy_block_1 .columns {
  position: relative;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_1 .columns {
    margin-left: 120px;
  }
}
#p_introduce .policy_block .policy_block_1 .columns_1,
#p_introduce .policy_block .policy_block_1 .columns_2,
#p_introduce .policy_block .policy_block_1 .columns_3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_1 .columns_1,
  #p_introduce .policy_block .policy_block_1 .columns_2,
  #p_introduce .policy_block .policy_block_1 .columns_3 {
    align-items: baseline;
    flex-direction: row;
    gap: 30px;
    margin: 20px;
  }
}
#p_introduce .policy_block .policy_block_1 .columns_1 .left img,
#p_introduce .policy_block .policy_block_1 .columns_2 .left img,
#p_introduce .policy_block .policy_block_1 .columns_3 .left img {
  width: 100px;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_1 .columns_1 .left img,
  #p_introduce .policy_block .policy_block_1 .columns_2 .left img,
  #p_introduce .policy_block .policy_block_1 .columns_3 .left img {
    width: 120px;
  }
}
#p_introduce .policy_block .policy_block_1 .columns_1 .left p,
#p_introduce .policy_block .policy_block_1 .columns_2 .left p,
#p_introduce .policy_block .policy_block_1 .columns_3 .left p {
  line-height: 1.5;
  margin-top: 5px;
}
#p_introduce .policy_block .policy_block_2 {
  position: relative;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_2 {
    margin-top: 250px;
  }
}
#p_introduce .policy_block .policy_block_2:before {
  position: absolute;
  content: "";
  background: #FDF7F9;
  background-repeat: no-repeat;
  width: 80%;
  height: 80%;
  bottom: -60px;
  left: 0px;
  z-index: -1;
}
#p_introduce .policy_block .policy_block_2 .page_h3 {
  font-weight: bold;
  color: #C9819E;
  margin: 30px 0;
  position: relative;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_2 .page_h3 {
    font-size: 3rem;
  }
}
#p_introduce .policy_block .policy_block_2 .page_h3:before {
  position: absolute;
  content: "";
  background-image: url(../img/num2_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 240px;
  top: -70px;
  right: -60px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_2 .page_h3:before {
    width: 350px;
    height: 460px;
    top: -180px;
    right: -60px;
  }
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_2 .columns {
    margin-left: 120px;
  }
}
#p_introduce .policy_block .policy_block_2 .columns_1,
#p_introduce .policy_block .policy_block_2 .columns_2,
#p_introduce .policy_block .policy_block_2 .columns_3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_2 .columns_1,
  #p_introduce .policy_block .policy_block_2 .columns_2,
  #p_introduce .policy_block .policy_block_2 .columns_3 {
    flex-direction: row;
    align-items: baseline;
    flex-direction: row;
    gap: 30px;
    margin: 20px;
  }
}
#p_introduce .policy_block .policy_block_2 .columns_1 .left img,
#p_introduce .policy_block .policy_block_2 .columns_2 .left img,
#p_introduce .policy_block .policy_block_2 .columns_3 .left img {
  width: 100px;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_2 .columns_1 .left img,
  #p_introduce .policy_block .policy_block_2 .columns_2 .left img,
  #p_introduce .policy_block .policy_block_2 .columns_3 .left img {
    width: 120px;
  }
}
#p_introduce .policy_block .policy_block_2 .columns_1 .left p,
#p_introduce .policy_block .policy_block_2 .columns_2 .left p,
#p_introduce .policy_block .policy_block_2 .columns_3 .left p {
  line-height: 1.5;
  margin-top: 5px;
}
#p_introduce .policy_block .policy_block_3 {
  position: relative;
}
#p_introduce .policy_block .policy_block_3:before {
  position: absolute;
  content: "";
  background: #FDF7F9;
  background-repeat: no-repeat;
  width: 80%;
  height: 80%;
  bottom: -60px;
  right: 0px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_3 {
    margin-top: 250px;
  }
}
#p_introduce .policy_block .policy_block_3 .page_h3 {
  font-weight: bold;
  color: #C9819E;
  margin: 30px 0;
  position: relative;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_3 .page_h3 {
    font-size: 3rem;
  }
}
#p_introduce .policy_block .policy_block_3 .page_h3:before {
  position: absolute;
  content: "";
  background-image: url(../img/num3_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 240px;
  top: 0;
  left: -70px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_3 .page_h3:before {
    width: 350px;
    height: 460px;
    top: -130px;
    left: -70px;
  }
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_3 .columns {
    margin-left: 120px;
  }
}
#p_introduce .policy_block .policy_block_3 .columns_1,
#p_introduce .policy_block .policy_block_3 .columns_2,
#p_introduce .policy_block .policy_block_3 .columns_3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_3 .columns_1,
  #p_introduce .policy_block .policy_block_3 .columns_2,
  #p_introduce .policy_block .policy_block_3 .columns_3 {
    align-items: baseline;
    flex-direction: row;
    gap: 30px;
    margin: 20px;
  }
}
#p_introduce .policy_block .policy_block_3 .columns_1 .left img,
#p_introduce .policy_block .policy_block_3 .columns_2 .left img,
#p_introduce .policy_block .policy_block_3 .columns_3 .left img {
  width: 100px;
}
@media (min-width: 1024px) {
  #p_introduce .policy_block .policy_block_3 .columns_1 .left img,
  #p_introduce .policy_block .policy_block_3 .columns_2 .left img,
  #p_introduce .policy_block .policy_block_3 .columns_3 .left img {
    width: 120px;
  }
}
#p_introduce .policy_block .policy_block_3 .columns_1 .left p,
#p_introduce .policy_block .policy_block_3 .columns_2 .left p,
#p_introduce .policy_block .policy_block_3 .columns_3 .left p {
  line-height: 1.5;
  margin-top: 5px;
}
#p_introduce .effort_block {
  margin-top: 200px;
}
#p_introduce .effort_block .page_h2 {
  position: relative;
  padding: 1rem 2rem;
  border-radius: 10px;
  background-color: #C74077;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}
#p_introduce .effort_block .page_h2:before {
  position: absolute;
  content: "";
  border: 2px solid #C74077;
  border-radius: 10px;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#p_introduce .effort_block .columns_1 {
  border-top: 3px solid #C74077;
  border-bottom: 3px solid #C74077;
  padding: 30px;
}
@media (min-width: 1024px) {
  #p_introduce .effort_block .columns_1 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
}
#p_introduce .effort_block .columns_1 .columns_block_1 {
  border-bottom: 1px solid #C74077;
}
@media (min-width: 1024px) {
  #p_introduce .effort_block .columns_1 .columns_block_1 {
    width: 40%;
    border-bottom: none;
    border-right: 1px solid #C74077;
    padding-right: 30px;
  }
}
#p_introduce .effort_block .columns_1 .columns_block_1 h2 {
  color: #C74077;
  background: #F6DEE7;
  background: linear-gradient(115deg, rgb(246, 222, 231) 0%, rgb(255, 255, 255) 100%);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #p_introduce .effort_block .columns_1 .columns_block_1 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #p_introduce .effort_block .columns_1 .columns_block_2 {
    width: 30%;
  }
}
#p_introduce .effort_block .columns_2 {
  border-bottom: 3px solid #C74077;
  padding: 30px;
}
@media (min-width: 1024px) {
  #p_introduce .effort_block .columns_2 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
}
#p_introduce .effort_block .columns_2 .columns_block_1 {
  border-bottom: 1px solid #C74077;
}
@media (min-width: 1024px) {
  #p_introduce .effort_block .columns_2 .columns_block_1 {
    width: 40%;
    border-bottom: none;
    border-right: 1px solid #C74077;
    padding-right: 30px;
  }
}
#p_introduce .effort_block .columns_2 .columns_block_1 h2 {
  color: #C74077;
  background: #F6DEE7;
  background: linear-gradient(115deg, rgb(246, 222, 231) 0%, rgb(255, 255, 255) 100%);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #p_introduce .effort_block .columns_2 .columns_block_1 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #p_introduce .effort_block .columns_2 .columns_block_2 {
    width: 30%;
  }
}
#p_introduce .good_block {
  margin-top: 140px;
}
@media (min-width: 1024px) {
  #p_introduce .good_block img {
    width: 400px;
  }
}
#p_introduce .good_block .page_h2 {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #C74077;
  position: relative;
}
#p_introduce .good_block .page_h2:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_introduce_icon_10.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 135px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -120%);
  z-index: -1;
}
#p_introduce .good_block .columns_1 {
  position: relative;
  margin-top: 200px;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
#p_introduce .good_block .columns_1:before {
  position: absolute;
  content: "";
  background: #FFF2EF;
  width: 90%;
  height: 115%;
  top: -90px;
  left: 0;
  z-index: -2;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_1:before {
    width: 90%;
    height: 90%;
    top: -60px;
  }
}
#p_introduce .good_block .columns_1:after {
  position: absolute;
  content: "";
  background-image: url(../img/merit1_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 120px;
  top: -50px;
  left: -30px;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_1:after {
    width: 650px;
    height: 220px;
    top: -130px;
    left: -60px;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_1 .inner0_20 {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
#p_introduce .good_block .columns_1 .inner0_20 .left img {
  border-radius: 0;
}
#p_introduce .good_block .columns_1 .inner0_20 .right h3 {
  color: #C74077;
  font-weight: bold;
}
#p_introduce .good_block .columns_1 .inner0_20 .right ul {
  border: 2px solid #C74077;
  background-color: #FFFFFF;
  padding: 20px 30px 20px 50px;
  margin: 20px 0;
}
#p_introduce .good_block .columns_1 .inner0_20 .right ul li {
  position: relative;
  margin: 10px 0;
}
#p_introduce .good_block .columns_1 .inner0_20 .right ul li:before {
  position: absolute;
  content: "●";
  font-size: 1.4rem;
  color: #C9819E;
  top: 2px;
  left: -20px;
}
#p_introduce .good_block .columns_2 {
  position: relative;
  margin-top: 200px;
}
#p_introduce .good_block .columns_2:before {
  position: absolute;
  content: "";
  background: #FFF2EF;
  width: 90%;
  height: 115%;
  top: -90px;
  right: 0;
  z-index: -2;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_2:before {
    width: 90%;
    height: 90%;
    top: -60px;
  }
}
#p_introduce .good_block .columns_2:after {
  position: absolute;
  content: "";
  background-image: url(../img/merit2_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 120px;
  top: -50px;
  right: -30px;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_2:after {
    width: 650px;
    height: 220px;
    top: -130px;
    right: -50px;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_2 .inner0_20 {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: row-reverse;
  }
}
#p_introduce .good_block .columns_2 .inner0_20 .left img {
  border-radius: 0;
}
#p_introduce .good_block .columns_2 .inner0_20 .right h3 {
  color: #C74077;
  font-weight: bold;
}
#p_introduce .good_block .columns_3 {
  position: relative;
  margin-top: 200px;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
#p_introduce .good_block .columns_3:before {
  position: absolute;
  content: "";
  background: #FFF2EF;
  width: 90%;
  height: 115%;
  top: -90px;
  left: 0;
  z-index: -2;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_3:before {
    width: 90%;
    height: 90%;
    top: -60px;
  }
}
#p_introduce .good_block .columns_3:after {
  position: absolute;
  content: "";
  background-image: url(../img/merit3_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 120px;
  top: -50px;
  left: -30px;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_3:after {
    width: 650px;
    height: 220px;
    top: -130px;
    left: -60px;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_3 .inner0_20 {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
#p_introduce .good_block .columns_3 .inner0_20 .left img {
  border-radius: 0;
}
#p_introduce .good_block .columns_3 .inner0_20 .right h3 {
  color: #C74077;
  font-weight: bold;
}
#p_introduce .good_block .columns_4 {
  position: relative;
  margin-top: 200px;
}
#p_introduce .good_block .columns_4:before {
  position: absolute;
  content: "";
  background: #FFF2EF;
  width: 90%;
  height: 115%;
  top: -90px;
  right: 0;
  z-index: -2;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_4:before {
    width: 90%;
    height: 90%;
    top: -60px;
  }
}
#p_introduce .good_block .columns_4:after {
  position: absolute;
  content: "";
  background-image: url(../img/merit4_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 120px;
  top: -50px;
  right: -30px;
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_4:after {
    width: 650px;
    height: 220px;
    top: -130px;
    right: -50px;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  #p_introduce .good_block .columns_4 .inner0_20 {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: row-reverse;
  }
}
#p_introduce .good_block .columns_4 .inner0_20 .left img {
  border-radius: 0;
}
#p_introduce .good_block .columns_4 .inner0_20 .right h3 {
  color: #C74077;
  font-weight: bold;
}

.lead_block {
  position: relative;
  margin-top: 160px;
}
.lead_block:before {
  position: absolute;
  content: "";
  background-image: url(../img/lead_bg_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 90%;
  height: 50%;
  top: -20px;
  right: 0px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .lead_block:before {
    width: 100%;
    height: 100%;
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .lead_block:before {
    background-position: left;
  }
}
.lead_block .page_h2 {
  color: #C9819E;
}
@media (min-width: 1024px) {
  .lead_block .left {
    width: 60%;
  }
}
.lead_block .left ul {
  border: 3px solid #F4C7DA;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 50px;
  margin: 20px 30px;
}
.lead_block .left ul li {
  position: relative;
  margin: 5px 0;
}
.lead_block .left ul li:before {
  position: absolute;
  content: "●";
  color: #C9819E;
  top: 0;
  left: -20px;
}

.cv_block {
  background-color: #FAECF2;
  padding: 50px;
  margin: 60px 0 0;
}
.cv_block .inner {
  border: 5px solid;
  border-image: linear-gradient(to bottom, #06C755, #98EBBA) 1;
  margin-inline: auto;
  padding: 30px;
}
@media (min-width: 1024px) {
  .cv_block .inner {
    padding: 50px;
  }
}
.cv_block .inner h2 {
  color: #06C755;
  margin-bottom: 30px;
}
.cv_block .inner .columns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .cv_block .inner .columns {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cv_block .inner .columns img {
  border-radius: 0;
}
@media (min-width: 1024px) {
  .cv_block .inner .columns img {
    max-width: 350px;
  }
}
.cv_block .inner .columns p {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .cv_block .inner .columns p {
    font-size: 2.2rem;
  }
}
.cv_block .inner .columns p img {
  width: 30px;
  margin-right: 2px;
}
.cv_block .inner .center p {
  position: relative;
}
.cv_block .inner .center p:before {
  position: absolute;
  content: "";
  background-image: url(../img/easy_apply_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 55px;
  top: -25px;
  right: -30px;
  rotate: 8deg;
}

#p_message {
  overflow: clip;
}
#p_message .message_block {
  position: relative;
}
#p_message .message_block:after {
  position: absolute;
  content: "";
  background: #F6DEE7;
  background: radial-gradient(circle, rgb(246, 222, 231) 0%, rgb(255, 255, 255) 50%);
  width: 100%;
  height: 330%;
  top: -200px;
  left: -100px;
  z-index: -2;
}
@media (min-width: 1024px) {
  #p_message .message_block:after {
    height: 250%;
    top: -160px;
  }
}
#p_message .message_block:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_message_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 230px;
  height: 120px;
  bottom: -100px;
  right: -30px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_message .message_block:before {
    width: 330px;
    height: 220px;
    bottom: -160px;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  #p_message .message_block .inner0_20 {
    width: 750px;
    margin: 0 auto;
  }
}
#p_message .message_block .inner0_20 .page_h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
}
#p_message .message_block .inner0_20 .page_h2:before {
  position: absolute;
  content: "message";
  font-family: "Pacifico", cursive;
  color: white;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #F4C7DA;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_message .message_block .inner0_20 .page_h2:before {
    font-size: 8rem;
  }
}
@media (min-width: 1024px) {
  #p_message .message_block .inner0_20 p {
    margin-top: 120px;
  }
}
@media (min-width: 1024px) {
  #p_message .message_block .inner0_20 .notice {
    margin-top: 70px;
  }
}
#p_message .nurse_block {
  margin-top: 180px;
  background-color: #FEFCFD;
  padding: 60px 0;
}
#p_message .nurse_block .twenty_block {
  background-color: #fdf2f8;
  padding: 30px;
  border-top: 5px solid #C74077;
}
#p_message .nurse_block .thirty_block {
  background-color: #FFF5FA;
  padding: 30px;
  border-top: 5px solid #C74077;
}
#p_message .nurse_block .fourty_block {
  background-color: #FFF1F8;
  padding: 30px;
  border-top: 5px solid #C74077;
}
#p_message .nurse_block .fifty_block {
  background-color: #FFEEF7;
  padding: 30px;
  border-top: 5px solid #C74077;
}
#p_message .nurse_block .sixty_block {
  background-color: #FFEBF5;
  padding: 30px;
  border-top: 5px solid #C74077;
  border-bottom: 5px solid #C74077;
}
@media (min-width: 1024px) {
  #p_message .nurse_block .columns {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
}
#p_message .nurse_block .columns .left .img {
  position: relative;
}
@media (min-width: 1024px) {
  #p_message .nurse_block .columns .left .img {
    width: 350px;
  }
}
#p_message .nurse_block .columns .left .img:before {
  position: absolute;
  content: "";
  border: 2px solid #C9819E;
  border-radius: 10px;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#p_message .nurse_block .columns .right {
  margin: 60px 0;
}
#p_message .nurse_block .columns .right .columns_1,
#p_message .nurse_block .columns .right .columns_2,
#p_message .nurse_block .columns .right .columns_3 {
  margin: 30px 0;
}
#p_message .care_staff_block {
  margin-top: 60px;
  background-color: #FCFDFE;
  padding: 60px 0;
}
#p_message .care_staff_block .page_h2_fill_line {
  background-color: #3B77D2;
}
#p_message .care_staff_block .page_h2_fill_line:before {
  border-color: #3B77D2;
}
#p_message .care_staff_block .page_h3_circle_gradient_border {
  color: #3B77D2;
  background: linear-gradient(120deg, #4052C7 0%, #A2CCF9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
#p_message .care_staff_block .page_h4_border_left {
  color: #3B77D2;
}
#p_message .care_staff_block .page_h4_border_left:before {
  background-color: #82A8E2;
}
#p_message .care_staff_block .twenty_block {
  background-color: #f6f8fd;
  padding: 30px;
  border-top: 5px solid #3B77D2;
}
#p_message .care_staff_block .thirty_block {
  background-color: #F5F7FD;
  padding: 30px;
  border-top: 5px solid #3B77D2;
}
#p_message .care_staff_block .fourty_block {
  background-color: #eef3fd;
  padding: 30px;
  border-top: 5px solid #3B77D2;
}
#p_message .care_staff_block .fifty_block {
  background-color: #EBF2FE;
  padding: 30px;
  border-top: 5px solid #3B77D2;
}
#p_message .care_staff_block .sixty_block {
  background-color: #E6EFFE;
  padding: 30px;
  border-top: 5px solid #3B77D2;
  border-bottom: 5px solid #3B77D2;
}
@media (min-width: 1024px) {
  #p_message .care_staff_block .columns {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
}
#p_message .care_staff_block .columns .left .img {
  position: relative;
}
@media (min-width: 1024px) {
  #p_message .care_staff_block .columns .left .img {
    width: 350px;
  }
}
#p_message .care_staff_block .columns .left .img:before {
  position: absolute;
  content: "";
  border: 2px solid #5181CA;
  border-radius: 10px;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#p_message .care_staff_block .columns .right {
  margin: 60px 0;
}
#p_message .care_staff_block .columns .right .columns_1,
#p_message .care_staff_block .columns .right .columns_2,
#p_message .care_staff_block .columns .right .columns_3 {
  margin: 30px 0;
}

#p_qa {
  overflow-x: clip;
  position: relative;
  background-image: url(../img/index_qa_bg_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 30px;
}
#p_qa:before {
  position: absolute;
  content: "";
  background-image: url(../img/index_qa_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 290px;
  height: 200px;
  top: -60px;
  right: -20px;
}
@media (min-width: 1024px) {
  #p_qa:before {
    width: 450px;
    height: 350px;
    top: -170px;
    right: 10px;
  }
}
#p_qa .qa_block {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px 20px 80px;
  border: 1px solid #D4D4D4;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#p_qa .qa_block .question {
  position: relative;
  margin-bottom: 20px;
}
#p_qa .qa_block .question:before {
  position: absolute;
  content: "Q";
  font-family: "Pacifico", cursive;
  background-color: #C74077;
  border-radius: 50px;
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
#p_qa .qa_block .answer {
  position: relative;
  padding-left: 20px;
}
#p_qa .qa_block .answer:before {
  position: absolute;
  content: "A";
  font-family: "Pacifico", cursive;
  background-color: #2B4AAF;
  border-radius: 50px;
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
#p_qa .qa_nurse_block {
  margin: 80px 0 60px;
}

#p_recruitment_requirement .columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  #p_recruitment_requirement .columns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}
#p_recruitment_requirement .banner {
  position: relative;
  display: flex;
  pointer-events: none;
}
@media (min-width: 1024px) {
  #p_recruitment_requirement .banner {
    width: 47.619047619%;
  }
}
#p_recruitment_requirement .banner img {
  border-radius: 0;
}
#p_recruitment_requirement .banner p {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #C74077;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0;
}
@media (min-width: 1024px) {
  #p_recruitment_requirement .banner p {
    font-size: 2.6rem;
  }
}
#p_recruitment_requirement .banner p span {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #C74077;
  border-radius: 100px;
  padding: 0px 10px;
  margin-right: 5px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #p_recruitment_requirement .banner p span {
    font-size: 2rem;
  }
}
#p_recruitment_requirement .outpatient_nurse_block {
  margin: 60px 0;
}

/* シングルページ　ここから */
.post_block {
  position: relative;
}
@media (min-width: 1280px) {
  .post_block .columns {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .post_block .columns main {
    width: 900px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .post_block .columns #sidebar {
    width: 300px;
  }
}
.post_block .columns #sidebar #new_article .title_list li {
  margin: 5px 0;
}

.previous_next_post {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.previous_next_post .post_link {
  text-decoration: underline;
}

/* シングルページ　ここまで */
#p_walfare {
  overflow: clip;
  position: relative;
}
#p_walfare:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_walfare_bg_img_1.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  height: 900px;
  top: 100px;
  z-index: -2;
}
#p_walfare .work_life_block {
  margin-top: 100px;
}
#p_walfare .work_life_block .page_h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
}
#p_walfare .work_life_block .page_h2:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_walfare_icon_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -220%);
  rotate: -10deg;
  z-index: -1;
}
#p_walfare .work_life_block .columns .left {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  border-radius: 10px;
  z-index: 2;
}
#p_walfare .work_life_block .columns .left .page_h3 {
  font-weight: bold;
}
@media (min-width: 1024px) {
  #p_walfare .work_life_block .columns .left {
    width: 600px;
  }
}
#p_walfare .work_life_block .columns .right .img {
  position: relative;
}
#p_walfare .work_life_block .columns .right .img:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_walfare_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 400px;
  height: 280px;
  bottom: -190px;
  right: -70px;
  rotate: -2deg;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_walfare .work_life_block .columns .right .img:before {
    width: 870px;
    height: 560px;
    bottom: -180px;
    right: -100px;
  }
}
#p_walfare .good_benefits_block {
  margin-top: 200px;
}
#p_walfare .good_benefits_block .page_h3 {
  text-align: center;
}
#p_walfare .good_benefits_block .columns {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  #p_walfare .good_benefits_block .columns {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #p_walfare .good_benefits_block .columns .columns_1,
  #p_walfare .good_benefits_block .columns .columns_2,
  #p_walfare .good_benefits_block .columns .columns_3 {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
  }
}
#p_walfare .good_benefits_block .columns .columns_1 .page_h4,
#p_walfare .good_benefits_block .columns .columns_2 .page_h4,
#p_walfare .good_benefits_block .columns .columns_3 .page_h4 {
  text-align: center;
  background-color: #F4C7DA;
  color: #3B3B3B;
  border-left: 2px solid #FADCE0;
  margin-bottom: 0;
  border-top: 2px solid #FADCE0;
  margin-bottom: 0;
  border-right: 2px solid #FADCE0;
  margin-bottom: 0;
  padding: 5px;
}
#p_walfare .good_benefits_block .columns ul {
  background-color: #FDF7F9;
  border: 2px solid #FADCE0;
  padding: 20px 20px 20px 40px;
}
@media (min-width: 1024px) {
  #p_walfare .good_benefits_block .columns ul {
    flex-grow: 1;
  }
}
#p_walfare .good_benefits_block .columns ul li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  margin: 2px 0;
}
#p_walfare .good_benefits_block .columns ul li:before {
  position: absolute;
  content: "●";
  color: #E0B7E6;
  left: -3px;
}
#p_walfare .good_benefits_block p {
  margin: 20px 0;
}
#p_walfare .good_benefits_block p .other {
  background-color: #FAECF2;
  border-left: 3px solid #C9819E;
  padding: 2px 10px;
  margin-right: 5px;
}
#p_walfare .new_life_block {
  margin-top: 100px;
  background-image: url(../img/p_walfare_bg_img_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#p_walfare .new_life_block .page_h2 span {
  position: relative;
  font-weight: bold;
}
#p_walfare .new_life_block .page_h2 span:before {
  position: absolute;
  content: "";
  background-image: url(../img/circle_pink_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 20px;
  top: 25%;
  left: -70px;
}
#p_walfare .new_life_block .page_h2 span:after {
  position: absolute;
  content: "";
  background-image: url(../img/circle_pink_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 20px;
  top: 25%;
  right: -70px;
  transform: scale(-1, 1);
}
@media (min-width: 1024px) {
  #p_walfare .new_life_block .img {
    width: 700px;
    margin: 0 auto;
  }
}
#p_walfare .new_life_block ul {
  border: 2px solid #C9819E;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin: 10px 0 40px;
  box-shadow: 20px 20px 0 0 #feddea;
}
#p_walfare .new_life_block ul li {
  position: relative;
  padding: 0px 0px 0px 1em;
  margin: 5px 0;
}
#p_walfare .new_life_block ul li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0px;
  rotate: 45deg;
  width: 0.6em;
  height: 0.6em;
  background-color: #E0B7E6;
}
#p_walfare .new_life_block small {
  color: #D2253C;
}
#p_walfare .childcare_support_block .page_h3 {
  text-align: center;
}
#p_walfare .childcare_support_block .columns {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0;
  /* ラベルの背景 */
  /* 右上角のめくれ */
}
@media (min-width: 1024px) {
  #p_walfare .childcare_support_block .columns {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #p_walfare .childcare_support_block .columns .left,
  #p_walfare .childcare_support_block .columns .center,
  #p_walfare .childcare_support_block .columns .right {
    width: 33.3333333333%;
  }
}
#p_walfare .childcare_support_block .columns .label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
#p_walfare .childcare_support_block .columns .label::before,
#p_walfare .childcare_support_block .columns .label::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#p_walfare .childcare_support_block .columns .label::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FAECF2;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}
#p_walfare .childcare_support_block .columns .label::after {
  top: 0%;
  right: 0%;
  height: 30px;
  width: 30px;
  background-color: #F4C7DA;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#p_walfare .childcare_support_block .columns .page_h4 {
  margin-bottom: 10px;
}
#p_walfare .childcare_support_block .mama_papa_block .mama {
  color: #DB98B6;
  font-weight: bold;
  font-size: 2.8rem;
}
#p_walfare .childcare_support_block .mama_papa_block .papa {
  color: #86A7E4;
  font-weight: bold;
  font-size: 2.8rem;
}
#p_walfare .childcare_support_block .mama_papa_block ul {
  background-color: #FFFFFF;
  border: 3px solid #C9819E;
  border-radius: 10px;
  padding: 40px 40px 40px 50px;
  margin: 30px 0;
}
#p_walfare .childcare_support_block .mama_papa_block ul li {
  position: relative;
  margin: 5px 0;
}
#p_walfare .childcare_support_block .mama_papa_block ul li:before {
  position: absolute;
  content: "●";
  color: #C9819E;
  left: -22px;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block {
    margin-bottom: 460px;
  }
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns {
    display: flex;
    position: relative;
  }
}
#p_walfare .staff_voice_block .columns .left img {
  border-radius: 0;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns .left img {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns .right {
    position: absolute;
    content: "";
    bottom: -290px;
    left: 370px;
  }
}
#p_walfare .staff_voice_block .columns .right .right_block_1,
#p_walfare .staff_voice_block .columns .right .right_block_2 {
  margin: 30px 0;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns .right .right_block_1,
  #p_walfare .staff_voice_block .columns .right .right_block_2 {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
#p_walfare .staff_voice_block .columns .right dl {
  position: relative;
  padding: 20px;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns .right dl {
    padding: 0;
  }
}
#p_walfare .staff_voice_block .columns .right dl dt {
  color: #C74077;
  margin-bottom: 10px;
  position: relative;
  font-size: 2.2rem;
}
#p_walfare .staff_voice_block .columns .right dl dt:before {
  position: absolute;
  content: "";
  width: 5px;
  background-color: #C74077;
  height: 3px;
  width: 80px;
  top: 40px;
  left: 0;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns .right dl dt:before {
    height: 18px;
    width: 3px;
    top: 26px;
    left: 163px;
  }
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns .right dl dt {
    padding: 15px;
    margin: 0;
  }
}
#p_walfare .staff_voice_block .columns .right dl dd {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns .right dl dd {
    padding: 15px;
  }
}
#p_walfare .staff_voice_block .columns .right .question_block {
  margin: 30px 0;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .columns .right .question_block {
    margin: 60px 0;
  }
}
#p_walfare .staff_voice_block .columns .right .question_block .question_block_1,
#p_walfare .staff_voice_block .columns .right .question_block .question_block_2 {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .sp_only {
    display: none;
  }
}
#p_walfare .staff_voice_block .kakko {
  position: relative;
  padding: 0.5rem 1rem;
  margin: 120px 0 30px 0;
  color: #C74077;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .kakko {
    margin-top: 170px;
  }
}
#p_walfare .staff_voice_block .kakko::before,
#p_walfare .staff_voice_block .kakko::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px;
  border-bottom: solid 3px;
  color: #DB98B6;
}
#p_walfare .staff_voice_block .kakko::before {
  border-left: solid 3px;
  left: 0;
}
#p_walfare .staff_voice_block .kakko::after {
  border-right: solid 3px;
  right: 0;
}
#p_walfare .staff_voice_block .case01_block .page_h3 {
  position: relative;
  font-size: 2.6rem;
  margin-top: 100px;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case01_block .page_h3 {
    font-size: 3rem;
  }
}
#p_walfare .staff_voice_block .case01_block .page_h3:before {
  position: absolute;
  content: "";
  background-color: #FADCE0;
  width: 80%;
  height: 180px;
  border-radius: 0 0 300px 0;
  top: -50%;
  z-index: -2;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case01_block .page_h3:before {
    width: 70%;
    height: 200px;
  }
}
#p_walfare .staff_voice_block .case01_block .page_h3 span {
  position: relative;
  display: block;
  font-weight: bold;
  color: #C74077;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case01_block .page_h3 span {
    padding-left: 50px;
    font-size: 3.4rem;
  }
}
#p_walfare .staff_voice_block .case01_block .page_h3 span:before {
  position: absolute;
  content: "CASE 01";
  font-size: 8rem;
  color: #E0B7E6;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  top: 60px;
  left: 50px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case01_block .page_h3 span:before {
    font-size: 10rem;
    top: 20px;
  }
}
#p_walfare .staff_voice_block .case01_block .case_01_inner_block {
  position: relative;
}
#p_walfare .staff_voice_block .case01_block .case_01_inner_block:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_walfare_bg_img_3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 440px;
  height: 440px;
  right: -60px;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case01_block .case_01_inner_block:before {
    width: 650px;
    height: 650px;
    bottom: -350px;
  }
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case02_block {
    margin-top: 400px;
  }
}
#p_walfare .staff_voice_block .case02_block .page_h3 {
  position: relative;
  font-size: 2.6rem;
  margin-top: 100px;
  display: flex;
  justify-content: right;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case02_block .page_h3 {
    font-size: 3rem;
  }
}
#p_walfare .staff_voice_block .case02_block .page_h3:before {
  position: absolute;
  content: "";
  background-color: #FADCE0;
  width: 80%;
  height: 180px;
  border-radius: 0 0 0 300px;
  top: -50%;
  z-index: -2;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case02_block .page_h3:before {
    width: 70%;
    height: 200px;
  }
}
#p_walfare .staff_voice_block .case02_block .page_h3 span {
  position: relative;
  display: block;
  font-weight: bold;
  color: #C74077;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case02_block .page_h3 span {
    padding-right: 50px;
    font-size: 3.4rem;
  }
}
#p_walfare .staff_voice_block .case02_block .page_h3 span:before {
  position: absolute;
  content: "CASE 02";
  font-size: 8rem;
  color: #E0B7E6;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  top: 60px;
  right: 30px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case02_block .page_h3 span:before {
    font-size: 10rem;
    top: 20px;
    right: 50px;
  }
}
#p_walfare .staff_voice_block .case02_block .case_02_inner_block {
  position: relative;
}
#p_walfare .staff_voice_block .case02_block .case_02_inner_block:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_walfare_bg_img_4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 440px;
  height: 440px;
  left: -80px;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case02_block .case_02_inner_block:before {
    width: 760px;
    height: 760px;
    left: -180px;
    bottom: -400px;
  }
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case02_block .case_02_inner_block .columns {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case02_block .case_02_inner_block .columns .right {
    left: 0px;
    bottom: -290px;
  }
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case03_block {
    margin-top: 400px;
  }
}
#p_walfare .staff_voice_block .case03_block .page_h3 {
  position: relative;
  font-size: 2.6rem;
  margin-top: 100px;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case03_block .page_h3 {
    font-size: 3rem;
  }
}
#p_walfare .staff_voice_block .case03_block .page_h3:before {
  position: absolute;
  content: "";
  background-color: #FADCE0;
  width: 80%;
  height: 180px;
  border-radius: 0 0 300px 0;
  top: -50%;
  z-index: -2;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case03_block .page_h3:before {
    width: 70%;
    height: 200px;
  }
}
#p_walfare .staff_voice_block .case03_block .page_h3 span {
  position: relative;
  display: block;
  font-weight: bold;
  color: #C74077;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case03_block .page_h3 span {
    padding-left: 50px;
    font-size: 3.4rem;
  }
}
#p_walfare .staff_voice_block .case03_block .page_h3 span:before {
  position: absolute;
  content: "CASE 03";
  font-size: 8rem;
  color: #E0B7E6;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  top: 60px;
  left: 50px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case03_block .page_h3 span:before {
    font-size: 10rem;
    top: 20px;
  }
}
#p_walfare .staff_voice_block .case03_block .case_03_inner_block {
  position: relative;
}
#p_walfare .staff_voice_block .case03_block .case_03_inner_block:before {
  position: absolute;
  content: "";
  background-image: url(../img/p_walfare_bg_img_5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 440px;
  height: 440px;
  right: -60px;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  #p_walfare .staff_voice_block .case03_block .case_03_inner_block:before {
    width: 760px;
    height: 760px;
    right: -180px;
    bottom: -400px;
  }
}

.menu-toggle {
  cursor: pointer;
  display: none;
  /* Initially hidden */
  padding: 10px;
  position: fixed;
  top: 4px;
  right: 10px;
  z-index: 5;
}

.menu-toggle span {
  display: block;
  width: 35px;
  height: 3px;
  margin: 7px 0;
  background-color: #3B3B3B;
  transition: 0.4s;
}

.menu-toggle.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: rotate(45deg) translate(-8px, -8px);
}

.menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -100%;
  /* Initially hidden off-screen */
  width: 250px;
  height: 100%;
  background-color: #FFFFFF;
  /* Blue background */
  border-left: 1px solid #ccc;
  transition: right 0.4s ease;
  z-index: 4;
  margin: 0;
  text-align: left;
  overflow-y: auto;
}

.menu img {
  width: 20px;
  margin-right: 5px;
}

.menu.open {
  right: 0;
  /* Slide in from the right */
}

.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
  display: block;
}

.menu li {
  border-bottom: 1px solid #3B3B3B;
  border-left: none;
  border-right: none !important;
  padding: 0 5px;
  position: relative;
}
.menu li .pointer_events_none {
  pointer-events: none;
}

.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #3B3B3B;
  transition: 0.2s;
}

.submenu {
  display: none;
  padding-left: 20px;
  margin-top: 0 !important;
}

.submenu li {
  border: none;
}

.accordion-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-icon {
  font-size: 1.8rem;
  transition: transform 0.4s;
  color: #3B3B3B;
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0 10px;
  border: 1px solid #3B3B3B;
  z-index: 1;
}

.menu .tel_btn {
  display: flex;
  align-items: center;
}
.menu .tel_btn img {
  margin-right: 5px;
}
.menu .firstreservebtn {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  line-height: 1.2;
  background: none;
  box-shadow: none;
  font-size: 1.8rem;
  color: #F58D42;
}
.menu .firstreservebtn img {
  margin-right: 5px;
}
.menu .firstreservebtn small {
  font-weight: bold;
}
.menu .web_btn_ul {
  margin-top: 0;
  font-size: 1.6rem;
}
.menu .web_btn_ul .web_btn {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.menu .web_btn_ul .web_btn img {
  margin-right: 5px;
}
.menu .web_btn_ul .web_btn small {
  font-weight: bold;
}
.menu .web_btn_ul .web_btn.rework {
  color: #50BC2F;
}
.menu .web_btn_ul .web_btn.bunin {
  color: #FDF7F9;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  z-index: 3;
  display: none;
  transition: opacity 0.4s;
}

.overlay.open {
  display: block;
  opacity: 1;
}

.accordion-toggle.active .accordion-icon {
  transform: rotate(0deg);
}

.global-menu {
  display: none;
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
    /* Hide on larger screens */
  }
  .global-menu {
    display: block;
    /* Show on larger screens */
  }
  .menu {
    display: none;
    /* Hide mobile menu on larger screens */
  }
}
@media (max-width: 1025px) {
  .menu-toggle {
    display: block;
    /* Show on smaller screens */
  }
}
/* HTML_css */
html {
  font-family: "Yu Gothic", YuGothic, 游ゴシック, 游ゴシック体, sans-serif;
  text-align: justify;
  color: #3B3B3B;
  scroll-behavior: smooth;
  word-break: break-word;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #3B3B3B;
}

/* 各パーツ */
/* 見出し */
.page_h1 {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #C74077;
}

.page_h2 {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #C74077;
  margin-bottom: 30px;
}

.page_h2_fill_line {
  position: relative;
  padding: 1rem 2rem;
  border-radius: 10px;
  background-color: #C74077;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.page_h2_fill_line:before {
  position: absolute;
  content: "";
  border: 2px solid #C74077;
  border-radius: 10px;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
}

.page_h2_kakko {
  position: relative;
  padding: 1.5rem 1rem;
  font-weight: bold;
  color: #C74077;
  text-align: center;
  margin-bottom: 30px;
}
.page_h2_kakko:before, .page_h2_kakko:after {
  position: absolute;
  width: 95%;
  height: 20px;
  content: "";
}
.page_h2_kakko:before {
  border-left: #C74077 solid 3px;
  border-top: #C74077 solid 3px;
  top: 0;
  left: 0;
}
.page_h2_kakko:after {
  border-right: #C74077 solid 3px;
  border-bottom: #C74077 solid 3px;
  bottom: 0;
  right: 0;
}

.page_h3 {
  color: #C9819E;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}

.page_h3_circle_gradient_border {
  position: relative;
  padding: 0.8rem 0;
  color: #C74077;
  background: linear-gradient(120deg, #C74077 0%, #ee9dbf 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 20px;
}
.page_h3_circle_gradient_border:before {
  position: absolute;
  content: "●";
  color: #B1B1B1;
  left: 5px;
}

.page_h4 {
  color: #C9819E;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.page_h4_border_left {
  position: relative;
  padding-left: 10px;
  color: #C74077;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.page_h4_border_left:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 70%;
  background-color: #DB98B6;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
}

.index_h2 {
  display: flex;
  justify-content: center;
  color: #C74077;
  font-weight: bold;
  margin-bottom: 30px;
}

.index_h3 {
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.index_h4 {
  display: flex;
  justify-content: left;
  font-weight: bold;
  margin-bottom: 15px;
}

/* ピンクの線ボックス ここから */
.line_box_pink {
  border: 2px solid #C74077;
  padding: 0px 10px;
  color: #C9819E;
  display: inline-block;
  font-weight: bold;
}

/* ピンクの線ボックス ここまで */
/* ※や注意の時の色 */
.caution {
  color: #e71313;
}

/* 黄色い下線 */
.border_under {
  border-bottom: 4px solid #D7E246;
}

/* 下線にマーカーを引く */
.marker_under_1 {
  font-weight: bold;
  font-size: 1.8rem;
  background: linear-gradient(transparent 70%, #f3f025 0%);
  display: inline;
  padding: 0 1px 0px;
}

/* 下線リンク */
.underline_link {
  text-decoration: underline;
}

/* 文字を左寄せ　ここから */
.txt_left {
  text-align: left;
}

/* 文字を左寄せ　ここまで */
/* 文字を中央寄せ　ここから */
.txt_center {
  text-align: center;
}

/* 文字を中央寄せ　ここまで */
/* 文字を右寄せ　ここから */
.txt_right {
  text-align: right;
}

/* 文字を右寄せ　ここまで */
/* 太文字　ここから */
.fontweight_bold {
  font-weight: bold;
}

/* 太文字　ここまで */
/* フォントサイズ　ここから */
.fontsize_big {
  font-size: 2rem;
}

.fontsize_bigger {
  font-size: 2.4rem;
}

.fontsize_biggest {
  font-size: 2.8rem;
}

/* フォントサイズ　ここまで */
/* リスト */
/* リスト　ここから */
.circle_ul_purple {
  margin: 20px 0;
  font-size: 2rem;
  background-color: #FFFFFF;
  padding: 20px 20px 20px 50px;
  border: 2px solid #DB98B6;
  border-radius: 10px;
}
.circle_ul_purple li {
  position: relative;
  margin: 2px 0;
}
.circle_ul_purple li:before {
  position: absolute;
  content: "●";
  color: #E0B7E6;
  left: -25px;
}

/* リスト　ここまで */
/* 番号リスト　ここから */
.number_ol {
  background-color: #D2253C;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  /* カウントしたい要素の親要素で、カウンターをリセットさせる。
  値は任意の名前をつける（ここでは「sample」）。 */
  counter-reset: counter_reset;
}
.number_ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 10px 0;
}
.number_ol .list_1 {
  font-weight: bold;
}

.number_ol li::before {
  /* 先ほど名前をつけたカウンター（ここでは「sample」）のカウントを開始 */
  counter-increment: counter_reset;
  /* カウンターの番号を表示させる */
  content: counter(counter_reset);
  /* 以下、番号のスタイル */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  background-color: #85C338;
  color: #D2253C;
  border-radius: 100%;
  margin-right: 5px;
  text-indent: 0em;
}

/* 番号リスト　ここまで */
/* dlリスト1 */
.description_li .description_term {
  text-align: center;
  margin-top: 1em;
  padding: 5px;
  background-color: #85C338;
}
.description_li .definition_descri {
  padding: 10px;
  margin-left: 0;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: #85C338;
  background-color: #D2253C;
}

/* dlリスト2 */
.description_li_2 {
  font-size: 1.8rem;
  background-color: #D2253C;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}
.description_li_2 .block {
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .description_li_2 .block {
    display: flex;
    padding-left: 0;
  }
}
.description_li_2 .block .description_term_2 {
  border-left: 3px solid #85C338;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .description_li_2 .block .description_term_2 {
    margin-right: 15px;
    border-right: 3px solid #85C338;
    border-left: none;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}

/* acf_block テーブル */
.acf_block table {
  margin: 40px 0;
  border: 1px solid #F4C7DA;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.acf_block table th,
.acf_block table td {
  display: block;
  padding: 15px 20px;
  text-align: left;
}
.acf_block table th {
  background-color: #FAECF2;
  color: #C74077;
  font-weight: bold;
}
.acf_block table td {
  color: #3B3B3B;
  line-height: 1.8;
  border-bottom: 1px solid #F4C7DA;
}
.acf_block table tr:last-child td {
  border-bottom: none;
}
@media (min-width: 768px) {
  .acf_block table th,
  .acf_block table td {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #F4C7DA;
  }
  .acf_block table th {
    width: 25%;
    text-align: center;
    border-right: 1px solid #F4C7DA;
  }
  .acf_block table td {
    width: 75%;
  }
  .acf_block table tr:last-child th,
  .acf_block table tr:last-child td {
    border-bottom: none;
  }
}

/* トップのミッション　ここから　*/
#index_mission {
  background: #F6DEE7;
  background: linear-gradient(115deg, rgb(246, 222, 231) 0%, rgb(255, 255, 255) 100%);
}
@media (min-width: 1024px) {
  #index_mission .columns {
    display: flex;
    gap: 30px;
  }
}
#index_mission .columns .left h2 {
  position: relative;
  z-index: 1;
}
#index_mission .columns .left h2:before {
  position: absolute;
  content: "Mission";
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  letter-spacing: 0.04em;
  z-index: -1;
  top: -80px;
  left: -30px;
}
@media (min-width: 1024px) {
  #index_mission .columns .left h2:before {
    font-size: 13rem;
    top: -130px;
    left: -90px;
  }
}
@media (min-width: 1024px) {
  #index_mission .columns .right .img {
    margin: 0;
  }
}
#index_mission .columns .right .img img {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  #index_mission .columns .right .img img {
    width: 400px;
  }
}

/* トップのミッション　ここまで　*/
/* トップの看護部紹介　ここから　*/
#index_introduce {
  position: relative;
  overflow-x: clip;
  background-image: url(../img/index_introduce_bg_img_1.webp);
  background-repeat: no-repeat;
  background-position: 70% 0px;
  background-size: cover;
  background-attachment: fixed;
}
#index_introduce:before {
  position: absolute;
  content: "";
  background-image: url(../img/index_introduce_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 240px;
  height: 180px;
  top: -70px;
  left: -30px;
}
@media (min-width: 1024px) {
  #index_introduce:before {
    width: 340px;
    height: 280px;
  }
}
@media (min-width: 1280px) {
  #index_introduce:before {
    left: 70px;
  }
}
#index_introduce:after {
  position: absolute;
  content: "";
  background-image: url(../img/index_introduce_img_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 240px;
  height: 180px;
  bottom: -90px;
  right: -50px;
}
@media (min-width: 1024px) {
  #index_introduce:after {
    width: 340px;
    height: 280px;
  }
}
@media (min-width: 1280px) {
  #index_introduce:after {
    right: 100px;
  }
}
@media (min-width: 1024px) {
  #index_introduce .inner0_20 {
    margin: 0 20%;
  }
}
@media (min-width: 1024px) {
  #index_introduce .inner0_20 {
    width: 700px;
    margin: 0 auto;
  }
}
#index_introduce .inner0_20 .index_h2 span {
  position: relative;
}
#index_introduce .inner0_20 .index_h2 span:before {
  position: absolute;
  content: "";
  background-image: url(../img/circle_pink_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 20px;
  top: 25%;
  left: -70px;
}
#index_introduce .inner0_20 .index_h2 span:after {
  position: absolute;
  content: "";
  background-image: url(../img/circle_pink_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 20px;
  top: 25%;
  right: -70px;
  transform: scale(-1, 1);
}
#index_introduce .inner0_20 .btn_arrow_fill {
  margin: 20px auto;
}

/* トップの看護部紹介　ここまで　*/
/* トップの教育体制　ここから　*/
#index_education .index_h2 {
  padding: 15px;
  border-top: 3px solid #B92151;
  border-bottom: 3px solid #B92151;
}
#index_education .index_h2 img {
  width: 30px;
  margin-right: 5px;
}
#index_education .columns {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  #index_education .columns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
#index_education .columns .right .img img {
  box-shadow: 20px 20px 0 0 #feddea;
}
@media (min-width: 1024px) {
  #index_education .columns .right .img img {
    width: 400px;
  }
}

/* トップの教育体制　ここまで　*/
/* トップのスタッフメッセージ　ここから　*/
#index_message .dots {
  background-color: #FDF7F9;
  background-image: radial-gradient(circle, #FFFFFF 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 15px 15px;
  border-radius: 10px;
}
#index_message .inner_nallow {
  margin: 0 30px;
}
#index_message .index_h2 {
  position: relative;
  margin-bottom: 70px;
}
#index_message .index_h2:before {
  position: absolute;
  content: "Message";
  color: #F4C7DA;
  font-family: "Pacifico", cursive;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
#index_message .index_h2 .fuchidori {
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 #C74077;
  -webkit-text-stroke: 0.1px #888;
  text-stroke: 0.1px #888;
  padding: 0 0 10px;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  z-index: 1;
}
#index_message .columns .img {
  max-width: 250px;
  margin: 40px auto;
}
@media (min-width: 1024px) {
  #index_message .columns {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
#index_message .columns .columns_1 .age_20 {
  background: #FFF7FA;
  background: linear-gradient(115deg, rgb(255, 247, 250) 0%, rgb(255, 219, 233) 100%);
  padding: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -40px;
}
@media (min-width: 1024px) {
  #index_message .columns .columns_2 .img {
    margin-top: 90px;
  }
}
#index_message .columns .columns_2 .age_30 {
  background: #FFF7FA;
  background: linear-gradient(115deg, rgb(255, 247, 250) 0%, rgb(244, 199, 218) 100%);
  padding: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -40px;
}
#index_message .columns .columns_3 .age_40 {
  background: #FFF7FA;
  background: linear-gradient(115deg, rgb(255, 247, 250) 0%, rgb(240, 169, 201) 100%);
  padding: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -40px;
}
@media (min-width: 1024px) {
  #index_message .columns .columns_4 .img {
    margin-top: 90px;
  }
}
#index_message .columns .columns_4 .age_50 {
  background: #FFF7FA;
  background: linear-gradient(115deg, rgb(255, 247, 250) 0%, rgb(219, 152, 182) 100%);
  padding: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -40px;
}
#index_message .btn_arrow_fill {
  margin: 100px auto 0;
}

/* トップのスタッフメッセージ　ここまで　*/
/* トップの募集要項　ここから　*/
#index_recruitment_requirement .index_h2 {
  background-color: #C74077;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 10px;
}
#index_recruitment_requirement .index_h2 img {
  width: 30px;
  margin-right: 5px;
}
#index_recruitment_requirement .columns {
  background-image: url(../img/index_recruitment_requirement_bg_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  #index_recruitment_requirement .columns {
    background-size: 140%;
  }
}
#index_recruitment_requirement .columns .img_block {
  width: 45.4545454545%;
}
@media (min-width: 1024px) {
  #index_recruitment_requirement .columns .img_block {
    width: 29.4117647059%;
  }
}
#index_recruitment_requirement .columns .img_block img {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
#index_recruitment_requirement .columns .img_block a {
  pointer-events: none;
}

/* トップの募集要項　ここまで　*/
/* トップの福利厚生　ここから　*/
#index_welfare {
  background-image: url(../img/index_welfare_bg_img_1.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 350%;
}
@media (min-width: 1024px) {
  #index_welfare {
    background-position: bottom;
    background-size: cover;
  }
}
#index_welfare .columns {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  #index_welfare .columns {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  #index_welfare .columns .img {
    margin-top: 20px;
  }
}
#index_welfare .columns .img img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1024px) {
  #index_welfare .columns .img img {
    width: 400px;
  }
}

/* トップの福利厚生　ここまで　*/
/* トップのよくあるご質問　ここから　*/
#index_qa {
  overflow-x: clip;
}
#index_qa .inner0_20 .inner_bg {
  position: relative;
  background-image: url(../img/index_qa_bg_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  padding: 60px 30px;
}
#index_qa .inner0_20 .inner_bg:before {
  position: absolute;
  content: "";
  background-image: url(../img/index_qa_img_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 290px;
  height: 180px;
  top: -160px;
  right: -20px;
}
@media (min-width: 1024px) {
  #index_qa .inner0_20 .inner_bg:before {
    width: 450px;
    height: 350px;
    top: -170px;
    right: -90px;
  }
}
#index_qa .inner0_20 .inner_bg .qa_block {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px 20px 80px;
  border: 1px solid #D4D4D4;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#index_qa .inner0_20 .inner_bg .qa_block .question {
  position: relative;
  margin-bottom: 20px;
}
#index_qa .inner0_20 .inner_bg .qa_block .question:before {
  position: absolute;
  content: "Q";
  font-family: "Pacifico", cursive;
  background-color: #C74077;
  border-radius: 50px;
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
#index_qa .inner0_20 .inner_bg .qa_block .answer {
  position: relative;
  padding-left: 20px;
}
#index_qa .inner0_20 .inner_bg .qa_block .answer:before {
  position: absolute;
  content: "A";
  font-family: "Pacifico", cursive;
  background-color: #2B4AAF;
  border-radius: 50px;
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
#index_qa .inner0_20 .inner_bg .btn_arrow_line {
  margin: 20px auto;
}

/* トップのよくあるご質問　ここまで　*/
/* トップのお知らせ　ここから　*/
#index_news .inner_bg {
  position: relative;
  background-color: #FAECF2;
  padding: 30px;
  border-radius: 10px;
}
#index_news .inner_bg:before {
  position: absolute;
  content: "";
  border: 2px dashed #DB98B6;
  border-radius: 10px;
  top: 20px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  #index_news .inner_bg .columns {
    display: flex;
    align-items: center;
  }
}
#index_news .inner_bg .columns .left .index_h2 img {
  width: 300px;
}
@media (min-width: 1024px) {
  #index_news .inner_bg .columns .left {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  #index_news .inner_bg .right {
    width: 60%;
  }
}
#index_news .inner_bg .right .date_title {
  border-bottom: 1px solid #3B3B3B;
  margin-bottom: 20px;
}
#index_news .inner_bg .right .date_title .datetitle {
  margin-top: 5px;
}

/* トップのお知らせ　ここまで　*/
/* トップの特徴　ここから　*/
#index_feature {
  background-color: #D4D4D4;
}
#index_feature .index_h2 {
  position: relative;
  color: #E0B7E6;
  margin-bottom: 80px;
}
#index_feature .index_h2:after {
  position: absolute;
  content: "";
  background-image: url(../img/dot_line_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  width: 100px;
  height: 40px;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}
#index_feature .index_feature_block1 {
  position: relative;
}
#index_feature .index_feature_block1 .img:before {
  position: absolute;
  content: "01";
  border-radius: 50%;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/circle_purple_img_1.svg);
  width: 60px;
  height: 60px;
  color: #E0B7E6;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
#index_feature .index_feature_block1 .img img {
  border-radius: 50% 50% 10px 10px;
  object-fit: cover;
  height: 300px;
}
#index_feature .index_feature_block2 {
  position: relative;
}
#index_feature .index_feature_block2 .img:before {
  position: absolute;
  content: "02";
  border-radius: 50%;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/circle_purple_img_2.svg);
  width: 60px;
  height: 60px;
  color: #E0B7E6;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
#index_feature .index_feature_block2 .img img {
  border-radius: 50% 50% 10px 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  height: 300px;
}
#index_feature .index_feature_block3 {
  position: relative;
}
#index_feature .index_feature_block3 .img:before {
  position: absolute;
  content: "03";
  border-radius: 50%;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/circle_purple_img_3.svg);
  width: 60px;
  height: 60px;
  color: #E0B7E6;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
#index_feature .index_feature_block3 .img img {
  border-radius: 50% 50% 10px 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  height: 300px;
}

/* トップの特徴　ここまで　*/
/* トップの症状一覧　ここから　*/
#index_symptoms {
  background-image: url(../img/bg_symptoms.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#index_symptoms .index_h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#index_symptoms .index_h2 img {
  width: 30px;
  margin: 0 0 5px;
}
#index_symptoms .columns .card {
  background-color: #D2253C;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
#index_symptoms .columns .card .img {
  margin: 0 auto;
  width: 120px;
}
#index_symptoms .columns .card .img img {
  width: 120px;
}
#index_symptoms .check_list {
  margin: 10px 0 0;
  font-size: 1.8rem;
}
#index_symptoms .check_list li {
  margin: 2px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#index_symptoms .check_list li img {
  width: 20px;
  margin-right: 5px;
}
#index_symptoms .main_btn {
  background-color: #E0B7E6;
  padding: 10px;
  color: #D2253C;
  font-size: 2rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
#index_symptoms .main_btn img {
  width: 20px;
  margin-left: 5px;
}

/* トップの症状一覧　ここまで　*/
/* トップの睡眠外来セクション　ここから　*/
#index_sleep {
  background-image: url(../img/bg_sleep.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#index_sleep .index_h2 {
  display: block;
}
#index_sleep .check_list {
  margin: 20px 0;
  font-size: 1.8rem;
}
#index_sleep .check_list li {
  margin: 2px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#index_sleep .check_list li img {
  width: 20px;
}

/* トップの睡眠外来セクション　ここまで　*/
/* トップの診療時間　ここから　*/
/* トップの診療時間　ここまで　*/
.table_block table {
  border: 1px solid #F1FF31;
  border-radius: 5px;
  text-align: center;
}
.table_block table th {
  background-color: #C9819E;
  border-right: 1px solid #D2253C;
  color: white;
  padding: 5px;
}
.table_block table .trfirst .thlast {
  border-right: none;
}
.table_block table td {
  border-right: 1px solid #F1FF31;
  border-bottom: 1px solid #F1FF31;
  background-color: #D2253C;
  padding: 5px;
}
.table_block table .trsecond .tdfirst {
  white-space: nowrap;
}
.table_block table .trsecond .tdlast {
  border-right: none;
}
.table_block table .trlast td {
  border-bottom: none;
}
.table_block table .trlast .tdfirst {
  white-space: nowrap;
}
.table_block table .trlast .tdlast {
  border-right: none;
}
.table_block .holiday {
  background-color: #C74077;
  border-radius: 5px;
  color: white;
  padding: 2px 5px;
}

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