/*!
 * ress.css v1.0.0
 * MIT License
 * top_original reset
 */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  margin: 0;
  padding: 0
}

:focus {
  outline: none
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0;
  font-weight: 400;
  text-align: left
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden],
template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

button,
select {
  text-transform: none
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

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

select::-ms-value {
  color: currentColor
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio,
canvas,
progress,
video {
  display: inline-block
}

iframe {
  border: 0
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all
}

html {
  font-size: 100%
}

.wrapper {
  width: 80vw;
  margin: 0 auto
}

@media (max-width:768px) {
  .wrapper {
    width: 90vw
  }
}

@media (max-width:480px) {
  .wrapper {
    width: calc(100% - 20px)
  }
}

.wrapper_in {
  width: 1000px;
  margin: 0 auto
}

@media (max-width:768px) {
  .wrapper_in {
    width: 90%
  }
}

body {
  min-width: 1000px;
  letter-spacing: .1em
}

@media (max-width:768px) {
  body {
    width: 100%;
    min-width: auto
  }
}

.boxer {
  display: block;
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: #fff
}

.boxer:before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #4b3a37;
  font-family: Font Awesome\ 5 free;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  content: "\f00e";
  opacity: 0
}

.boxer:before,
.boxer>img {
  -webkit-transition: all .3s ease;
  z-index: 1;
  transition: all .3s ease
}

.boxer>img {
  -o-object-fit: cover;
  -webkit-transform: scale(1);
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  font-family: "object-fit: cover;"
}

.boxer:hover,
.boxer:hover:before {
  opacity: 1
}

@media (max-width:768px) {
  .boxer:hover:before {
    opacity: 0
  }
}

.boxer:hover>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6
}

@media (max-width:768px) {
  .boxer:hover>img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.frame {
  display: block;
  z-index: 0;
  overflow: hidden
}

.frame>img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.pc_only {
  display: block
}

@media (max-width:768px) {
  .pc_only {
    display: none
  }
}

.sp_only {
  display: none
}

@media (max-width:768px) {
  .sp_only {
    display: block
  }
}

.cmn_title_01 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center
}

@media (max-width:768px) {
  .cmn_title_01 {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.cmn_title_01.is-white_bg {
  width: 1000px;
  margin: 0 auto
}

@media (max-width:768px) {
  .cmn_title_01.is-white_bg {
    width: 100%;
    font-size: 16px;
    font-size: 1rem
  }
}

.cmn_title_01.is-white_bg span {
  display: inline-block;
  padding: 2px 20px;
  background: #fff
}

@media (max-width:768px) {
  .cmn_title_01.is-white_bg span {
    padding: 2px 10px
  }
}

.cmn_title_01.is-white_bg span:nth-of-type(n+2) {
  margin-top: 14px
}

.cmn_title_01.is-white_bg span.pc_only {
  display: inline-block
}

@media (max-width:768px) {
  .cmn_title_01.is-white_bg span.pc_only {
    display: none
  }
}

.cmn_title_01.is-white_bg span.sp_only {
  display: none
}

@media (max-width:768px) {
  .cmn_title_01.is-white_bg span.sp_only {
    display: inline-block
  }
}

.cmn_title_02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  width: 33.3%;
  padding: 94px 100px 90px 0;
  border-radius: 0 50px 50px 0;
  background: #f5b5b5
}

@media (max-width:768px) {
  .cmn_title_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95%;
    margin-bottom: 30px;
    padding: 30px 50px 30px 5%;
    border-radius: 0 30px 30px 0
  }
}

.cmn_title_02 span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-family: Zen Maru Gothic, sans-serif;
  line-height: 1;
  writing-mode: vertical-rl
}

@media (max-width:768px) {
  .cmn_title_02 span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb
  }
}

.cmn_title_02 span:first-of-type {
  width: 54px;
  padding-left: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: .2em
}

@media (max-width:768px) {
  .cmn_title_02 span:first-of-type {
    width: auto;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .2em
  }
}

.cmn_title_02 span:last-of-type {
  width: 90px;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: .1em
}

@media (max-width:768px) {
  .cmn_title_02 span:last-of-type {
    width: auto;
    font-size: 32px;
    font-size: 2rem
  }
}

.cmn_list {
  width: 500px
}

@media (max-width:768px) {
  .cmn_list {
    width: 100%;
    font-size: 13px;
    font-size: .8125rem
  }
}

.cmn_list dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .05em
}

.cmn_list dl dt {
  width: 130px;
  padding: 17px 0 13px;
  border-bottom: 2px solid #eeded1;
  font-weight: 700
}

.cmn_list dl dd {
  width: 330px;
  padding: 17px 0 13px;
  border-bottom: 1px solid #eeded1
}

@media (max-width:768px) {
  .cmn_list dl dd {
    width: calc(100% - 140px)
  }
}

.cmn_list dl:first-of-type dt {
  border-top: 2px solid #eeded1
}

.cmn_list dl:first-of-type dd {
  border-top: 1px solid #eeded1
}

.cmn_office {
  width: 500px
}

@media (max-width:768px) {
  .cmn_office {
    width: 100%;
    margin-top: 40px
  }
}

.cmn_office>p {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .2em
}

.cmn_office>p:after {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: calc(100% - 90px);
  height: 1px;
  background: #fff;
  content: "";
  opacity: .5
}

.cmn_office .cmn_office_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 12px
}

@media (max-width:768px) {
  .cmn_office .cmn_office_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cmn_office .cmn_office_inner .cmn_btn_01.nursing_link,
.cmn_office .cmn_office_inner .index_link.cmn_btn_01 {
  margin-bottom: 20px
}

@media (max-width:768px) {

  .cmn_office .cmn_office_inner .cmn_btn_01.nursing_link,
  .cmn_office .cmn_office_inner .index_link.cmn_btn_01 {
    margin-bottom: 10px
  }
}

.cmn_office .cmn_office_inner li {
  margin-bottom: 10px
}

.cmn_office .cmn_office_inner li:first-of-type {
  margin-right: 30px
}

@media (max-width:768px) {
  .cmn_office .cmn_office_inner li:first-of-type {
    margin-right: 0
  }
}

.header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 25px 20px 12px 60px
}

@media (max-width:768px) {
  .header {
    padding: 20px 5%
  }
}

.header:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 128px;
  background: url(../images/brush_pink_01.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .header:before {
    width: 175px;
    height: 90px
  }
}

.logo_rin {
  margin-top: 5px
}

.logo_rin img {
  width: 169px;
}

.logo_lime {
  margin-top: 10px
}

@media (max-width:768px) {
  .logo_lime {
    margin-top: 0
  }
}

.logo_lime img {
  width: 326px;
  height: 24px
}

@media (max-width:768px) {
  .logo_lime img {
    width: 228px;
    height: 17px
  }
}

.logo_momoyume {
  display: block;
  width: 118px;
  height: 130px
}

@media (max-width:768px) {
  .logo_momoyume {
    width: 70px;
    height: 80px
  }
}

.logo_momoyume:hover {
  opacity: 1
}

.logo_momoyume>img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hd_block_01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

@media (max-width:768px) {
  .hd_block_01 {
    display: none
  }
}

.hd_block_01 li {
  margin-right: 10px
}

.hd_block_01 li:last-of-type {
  margin-right: 0
}

.cmn_btn_01 {
  display: block;
  height: 60px;
  border: 5px solid #f3e7d8;
  border-radius: 20px;
  background: #fbf1e4
}

.cmn_btn_01:hover {
  background: #f3e7d8;
  opacity: 1
}

@media (max-width:768px) {
  .cmn_btn_01:hover {
    background: #fbf1e4
  }
}

.tel_link_01 {
  width: 225px;
  padding: 5px 16px 5px 20px;
  text-align: right;
  pointer-events: none
}

@media (max-width:768px) {
  .tel_link_01 {
    width: 260px;
    padding: 5px 16px 5px 24px;
    text-align: center;
    pointer-events: auto
  }
}

.tel_link_01 p:first-of-type {
  padding-bottom: 2px;
  color: #b29671;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: .05em;
  line-height: 1
}

.tel_link_01 p:last-of-type {
  position: relative;
  color: #575757;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: .025em;
  letter-spacing: .01em;
  line-height: 1;
  white-space: nowrap
}

.tel_link_01 p:last-of-type:before {
  display: block;
  position: absolute;
  top: 6px;
  left: -4px;
  font-family: Font Awesome\ 5 free;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  content: "\f879"
}

@media (max-width:768px) {
  .tel_link_01 p:last-of-type:before {
    top: 3px;
    font-size: 24px;
    font-size: 1.5rem
  }
}

.tel_link_01:hover {
  opacity: 1
}

.mail_link {
  width: 60px;
  line-height: 58px;
  text-align: center
}

.mail_link .fa-envelope {
  -webkit-transition: all .3s ease;
  color: #d4b394;
  font-size: 27px;
  font-size: 1.6875rem;
  transition: all .3s ease
}

.mail_link:hover .fa-envelope {
  -webkit-animation: swing .8s;
  animation: swing .8s
}

@media (max-width:768px) {
  .mail_link:hover .fa-envelope {
    -webkit-animation: none;
    animation: none
  }
}

.index_link {
  position: relative;
  width: 189px;
  padding-left: 53px;
  border: 5px solid #d28282;
  background: #e19292;
  color: #fff;
  font-weight: 700;
  line-height: 50px
}

@media (max-width:768px) {
  .index_link {
    width: 260px;
    padding-left: 76px
  }
}

.index_link:before {
  display: block;
  position: absolute;
  top: 14px;
  left: 22px;
  width: 22px;
  height: 22px;
  background: url(../images/icon_suzu.svg) no-repeat 50%/contain;
  content: ""
}

.index_link:hover {
  background: #d28282
}

@media (max-width:768px) {
  .index_link:hover {
    background: #e19292
  }
}

.index_link:hover:before {
  -webkit-animation: swing .8s;
  animation: swing .8s
}

@media (max-width:768px) {
  .index_link:hover:before {
    -webkit-animation: none;
    animation: none
  }
}

.helper_link {
  position: relative;
  width: 281px;
  height: auto;
  padding: 20px 10px;
  border: 5px solid #b3dba5;
  background: #c4e9b7;
  color: #5f8752;
  font-weight: 700;
  line-height: 1.8
}

@media (max-width:768px) {
  .helper_link {
    width: 260px;
    padding: 10px;
    font-size: 14px;
    font-size: .875rem
  }
}

.helper_link:hover {
  background: #b3dba5
}

@media (max-width:768px) {
  .helper_link:hover {
    background: #c4e9b7
  }
}

.helper_link:hover:before {
  -webkit-animation: swing .8s;
  animation: swing .8s
}

@media (max-width:768px) {
  .helper_link:hover:before {
    -webkit-animation: none;
    animation: none
  }
}

.helper_link02 {
  position: relative;
  width: 281px;
  height: auto;
  padding: 14px 12px;
  border: 5px solid #b3dba5;
  background: #c4e9b7;
  color: #5f8752;
  font-weight: 700;
  line-height: 1.6
}

@media (max-width:768px) {
  .helper_link02 {
    width: 260px;
    font-size: 14px;
    font-size: .875rem
  }
}

.helper_link02:hover {
  background: #b3dba5
}

@media (max-width:768px) {
  .helper_link02:hover {
    background: #c4e9b7
  }
}

.nursing_link {
  position: relative;
  width: 150px;
  padding-left: 48px;
  border: 5px solid #add390;
  background: #fffbbf;
  color: #81625d;
  font-weight: 700;
  line-height: 50px
}

@media (max-width:768px) {
  .nursing_link {
    width: 260px;
    padding-left: 90px
  }
}

.nursing_link:before {
  display: block;
  position: absolute;
  top: 12px;
  left: 14px;
  width: 28px;
  height: 28px;
  background: url(../images/momo_flower.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .nursing_link:before {
    left: 22px
  }
}

.nursing_link:hover {
  background: #add390
}

@media (max-width:768px) {
  .nursing_link:hover {
    background: #add390
  }
}

.nursing_link:hover:before {
  -webkit-animation: swing .8s;
  animation: swing .8s
}

@media (max-width:768px) {
  .nursing_link:hover:before {
    -webkit-animation: none;
    animation: none
  }
}

.mainimg {
  position: relative;
  height: 685px;
  margin: 0 20px;
  border-radius: 50px;
  background: url(../images/mainimg.jpg) no-repeat 50%/cover
}

@media (max-width:768px) {
  .mainimg {
    height: 62vh;
    min-height: 400px;
    background: url(../images/mainimg.jpg) no-repeat 61% 0/cover
  }
}

.mainimg .mainimg_text_01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: block;
  z-index: 1;
  position: absolute;
  position: relative;
  top: 97px;
  left: 32%;
  width: 199px;
  height: 365px;
  color: #fff;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.5;
  writing-mode: vertical-rl
}

@media (max-width:768px) {
  .mainimg .mainimg_text_01 {
    top: 12%;
    left: 10%;
    width: 135px;
    height: 222px;
    font-size: 24px;
    font-size: 1.5rem
  }
}

.mainimg .mainimg_text_01:after {
  display: block;
  z-index: -1;
  position: absolute;
  right: -76px;
  bottom: 36px;
  width: 141px;
  height: 115px;
  background: url(../images/copy_01.svg) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .mainimg .mainimg_text_01:after {
    right: -38px;
    bottom: -90px
  }
}

.btn-trigger {
  -webkit-transform: translateY(-50%);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all .5s;
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: -120px;
  width: 120px;
  height: 180px;
  transform: translateY(-50%);
  border-radius: 50px 0 0 50px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  cursor: pointer;
  transition: all .5s
}

@media (max-width:768px) {
  .btn-trigger {
    display: none
  }
}

.btn-trigger .btn-trigger_inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%
}

.btn-trigger .btn-trigger_inner .line {
  -webkit-transform: translate(-50%) rotate(0);
  -webkit-transition: all .5s;
  position: absolute;
  top: 60px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%) rotate(0);
  transition: all .5s
}

.btn-trigger .btn-trigger_inner .line span {
  -webkit-transition: all .4s;
  -webkit-transition: all .3s ease;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 8px;
  background: #e6e2dd;
  transition: all .4s;
  transition: all .3s ease
}

.btn-trigger .btn-trigger_inner .line span:first-of-type {
  top: 0
}

.btn-trigger .btn-trigger_inner .line span:nth-of-type(2) {
  top: 15px
}

.btn-trigger .btn-trigger_inner .line span:nth-of-type(3) {
  top: 30px
}

.btn-trigger .btn-trigger_inner p {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #e19292;
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap
}

.btn-trigger .btn-trigger_inner p.menu {
  display: block
}

.btn-trigger .btn-trigger_inner p.close {
  display: none
}

.btn-trigger:hover .btn-trigger_inner .line span {
  background: #e19292
}

.btn-trigger.is-active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
}

.btn-trigger.is-active .btn-trigger_inner .line {
  -webkit-transform: translate(-50%) rotate(-90deg);
  transform: translate(-50%) rotate(-90deg)
}

.btn-trigger.is-active .btn-trigger_inner p.menu {
  display: none
}

.btn-trigger.is-active .btn-trigger_inner p.close {
  display: block
}

.btn-trigger_sp {
  display: none
}

@media (max-width:768px) {
  .btn-trigger_sp {
    -webkit-transition: all .5s;
    display: block;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 90px;
    transition: all .5s
  }

  .btn-trigger_sp .btn-trigger_inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
  }

  .btn-trigger_sp .btn-trigger_inner .line {
    -webkit-transform: translate(-50%) rotate(0);
    -webkit-transition: all .5s;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%) rotate(0);
    transition: all .5s
  }

  .btn-trigger_sp .btn-trigger_inner .line span {
    -webkit-transition: all .4s;
    -webkit-transition: all .3s ease;
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 8px;
    background: #8d8479;
    transition: all .4s;
    transition: all .3s ease
  }

  .btn-trigger_sp .btn-trigger_inner .line span:first-of-type {
    top: 0
  }

  .btn-trigger_sp .btn-trigger_inner .line span:nth-of-type(2) {
    top: 15px
  }

  .btn-trigger_sp .btn-trigger_inner .line span:nth-of-type(3) {
    top: 30px
  }

  .btn-trigger_sp .btn-trigger_inner p {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    color: #e19292;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    white-space: nowrap
  }

  .btn-trigger_sp .btn-trigger_inner p.menu {
    display: block
  }

  .btn-trigger_sp .btn-trigger_inner p.close {
    display: none
  }

  .btn-trigger_sp.is-active .btn-trigger_inner .line {
    -webkit-transform: translate(-50%) rotate(-90deg);
    transform: translate(-50%) rotate(-90deg)
  }

  .btn-trigger_sp.is-active .btn-trigger_inner p.menu {
    display: none
  }

  .btn-trigger_sp.is-active .btn-trigger_inner p.close {
    display: block
  }
}

.nav {
  -webkit-transform: translate(100%, -50%);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all .5s;
  display: block;
  z-index: 90;
  position: fixed;
  top: 50%;
  right: 0;
  width: 500px;
  padding: 80px 58px 70px 77px;
  transform: translate(100%, -50%);
  border-radius: 50px 0 0 50px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  transition: all .5s
}

@media (max-width:768px) {
  .nav {
    -webkit-transform: translate(100%);
    top: 0;
    width: 91%;
    height: 100%;
    padding: 90px 5% 30px;
    overflow-y: scroll;
    transform: translate(100%);
    border-radius: 0;
    background: hsla(0, 0%, 100%, .9)
  }
}

.nav.is-active {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:768px) {
  .nav.is-active {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@media (max-width:768px) {
  .nav .nav_hd {
    width: 260px;
    margin: 0 auto
  }
}

.nav .nav_hd .nav_hd_inner_01 .nav_block_01 {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (max-width:768px) {
  .nav .nav_hd .nav_hd_inner_01 .nav_block_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.nav .nav_hd .nav_hd_inner_01 .nav_block_01 li {
  width: 158px;
  margin-bottom: 10px;
  white-space: nowrap
}

.nav .nav_hd .nav_hd_inner_01 .nav_block_01 li a {
  display: block;
  color: #333;
  font-weight: 700
}

@media (max-width:768px) {
  .nav .nav_hd .nav_hd_inner_01 .nav_block_01 li a {
    width: 260px;
    font-size: 14px;
    font-size: .875rem
  }
}

.nav .nav_hd .nav_hd_inner_01 .nav_block_01 li a span {
  display: block;
  color: #e19292;
  font-family: Ubuntu, sans-serif;
  font-size: 10px;
  font-size: .625rem;
  text-transform: uppercase
}

@media (max-width:768px) {
  .nav .nav_hd .nav_hd_inner_01 .nav_block_01 li a span {
    display: none
  }
}

.nav .nav_hd .nav_hd_inner_02 .nav_block_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 15px;
  padding-top: 30px
}

@media (max-width:768px) {
  .nav .nav_hd .nav_hd_inner_02 .nav_block_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0
  }
}

.nav .nav_hd .nav_hd_inner_02 .nav_block_02:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fde6e4;
  content: ""
}

@media (max-width:768px) {
  .nav .nav_hd .nav_hd_inner_02 .nav_block_02:before {
    display: none
  }
}

.nav .nav_hd .nav_hd_inner_02 .nav_block_02>li {
  margin-right: 20px
}

@media (max-width:768px) {
  .nav .nav_hd .nav_hd_inner_02 .nav_block_02>li {
    margin-right: 0
  }
}

@media (max-width:768px) {
  .nav .nav_hd .nav_hd_inner_02 .nav_block_02 li {
    margin-top: 10px
  }
}

.nav .nav_hd .nav_hd_inner_02 .nav_block_02 .nav_block_02_inner li:nth-of-type(n+2) {
  margin-top: 10px
}

.cmn_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -175px;
  left: 0;
  width: 500px;
  height: 175px;
  padding: 20px 20px 20px 24px;
  border-radius: 0 20px 0 0;
  background: #fff
}

@media (max-width:768px) {
  .cmn_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    position: relative;
    top: 0;
    flex-direction: column;
    width: 100%;
    height: 200px
  }
}

.cmn_news .cmn_news_title {
  width: 52px;
  margin-right: 38px;
  padding-top: 20px;
  color: #e19292;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap
}

@media (max-width:768px) {
  .cmn_news .cmn_news_title {
    margin-right: 0;
    padding-top: 0
  }
}

.cmn_news .cmn_news_list {
  width: 366px;
  height: 135px;
  padding: 20px 33px 20px 0;
  overflow-y: scroll
}

@media (max-width:768px) {
  .cmn_news .cmn_news_list {
    width: 100%
  }
}

.cmn_news .cmn_news_list dl {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: .875rem
}

.cmn_news .cmn_news_list dl dt {
  color: #b5b5b5;
  font-family: Ubuntu, sans-serif;
  font-weight: 500
}

.cmn_news .cmn_news_list::-webkit-scrollbar-button {
  display: none
}

.cmn_news .cmn_news_list::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px
}

.cmn_news .cmn_news_list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e19292
}

.cmn_news .cmn_news_list::-webkit-scrollbar-track {
  background: #f1eeec
}

.cmn_content_01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 100px
}

@media (max-width:768px) {
  .cmn_content_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px
  }
}

.cmn_content_01_list {
  width: 60.4%;
  margin-top: 88px
}

@media (max-width:768px) {
  .cmn_content_01_list {
    width: 90%;
    margin: 0 auto
  }
}

.cmn_content_01_list li .frame {
  width: 100%;
  height: 246px;
  border-radius: 20px 0 0 20px
}

@media (max-width:768px) {
  .cmn_content_01_list li .frame {
    border-radius: 20px
  }
}

.cmn_content_01_list li .cmn_content_01_list_inner {
  width: 540px;
  padding-left: 80px
}

@media (max-width:768px) {
  .cmn_content_01_list li .cmn_content_01_list_inner {
    width: 100%;
    padding-left: 0
  }
}

.cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-end;
  padding: 60px 0 0 47px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.43
}

@media (max-width:768px) {
  .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 47px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title:before {
  position: absolute;
  top: 108px;
  left: 3px;
  color: #e19292;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  content: "point"
}

@media (max-width:768px) {
  .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title:before {
    top: 34px;
    left: 0
  }
}

.cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 45px;
  left: -82px;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  background: #fdf8f4;
  content: ""
}

@media (max-width:768px) {
  .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title:after {
    top: 8px;
    left: 0;
    width: 60px;
    height: 60px
  }
}

.cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title .number {
  display: inline-block;
  width: 82px;
  height: 53px;
  margin-top: 5px;
  background: url(../images/zebrra_01.svg) no-repeat 50%/contain
}

@media (max-width:768px) {
  .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title .number {
    width: 53px;
    height: 37px;
    margin-top: 20px
  }
}

.cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title>p {
  padding-left: 32px
}

@media (max-width:768px) {
  .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title>p {
    padding: 26px 0 0 30px
  }
}

.cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_text {
  padding: 64px 0 105px
}

@media (max-width:768px) {
  .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_text {
    padding: 20px 0 30px
  }
}

.cmn_content_01_list li:nth-of-type(2) .cmn_content_01_list_inner .cmn_content_01_title .number {
  background: url(../images/zebrra_02.svg) no-repeat 50%/contain
}

.cmn_content_01_list li:nth-of-type(3) .cmn_content_01_list_inner .cmn_content_01_title .number {
  background: url(../images/zebrra_03.svg) no-repeat 50%/contain
}

.cmn_content_02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 100px 0
}

@media (max-width:768px) {
  .cmn_content_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0
  }
}

.cmn_content_02 .cmn_title_02 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 94px 0 90px 67px;
  border-radius: 50px 0 0 50px;
  background: #f2c097
}

@media (max-width:768px) {
  .cmn_content_02 .cmn_title_02 {
    margin-right: 0;
    margin-left: auto;
    padding: 30px 5% 30px 50px;
    border-radius: 30px 0 0 30px
  }
}

.cmn_content_02_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 55.7%;
  margin-left: 5%;
  padding: 88px 0 112px
}

@media (max-width:768px) {
  .cmn_content_02_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px
  }
}

.cmn_content_02_list>li {
  width: 48%
}

@media (max-width:768px) {
  .cmn_content_02_list>li {
    width: 100%
  }
}

.cmn_content_02_list>li .frame {
  z-index: 1;
  position: relative;
  height: 246px;
  border-radius: 20px
}

.cmn_content_02_list>li .frame:before {
  -webkit-transform: translateX(-50%);
  z-index: 3;
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  color: #f5b5b5;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05em;
  content: "step"
}

@media (max-width:768px) {
  .cmn_content_02_list>li .frame:before {
    bottom: 34px
  }
}

.cmn_content_02_list>li .frame:after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -74px;
  left: 50%;
  width: 194px;
  height: 159px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  content: ""
}

@media (max-width:768px) {
  .cmn_content_02_list>li .frame:after {
    bottom: -70px;
    width: 140px;
    height: 140px
  }
}

.cmn_content_02_list>li .cmn_content_02_list_inner .cmn_content_02_title {
  z-index: 1;
  position: relative;
  padding: 32px 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  text-align: center
}

@media (max-width:768px) {
  .cmn_content_02_list>li .cmn_content_02_list_inner .cmn_content_02_title {
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.cmn_content_02_list>li .cmn_content_02_list_inner .cmn_content_02_title .number {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  top: -44px;
  left: 50%;
  width: 64px;
  height: 40px;
  transform: translateX(-50%);
  background: url(../images/zebrra_01.svg) no-repeat 50%/contain
}

@media (max-width:768px) {
  .cmn_content_02_list>li .cmn_content_02_list_inner .cmn_content_02_title .number {
    top: -35px;
    width: 45px;
    height: 28px
  }
}

.cmn_content_02_list>li .cmn_content_02_list_inner .cmn_content_02_title:after {
  -webkit-transform: translateX(-55%);
  display: block;
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 42px;
  height: 2px;
  transform: translateX(-55%);
  background: #e19292;
  content: ""
}

.cmn_content_02_list>li:nth-of-type(2n) {
  margin-left: 4%
}

@media (max-width:768px) {
  .cmn_content_02_list>li:nth-of-type(2n) {
    margin-left: 0
  }
}

.cmn_content_02_list>li:nth-of-type(n+3) {
  margin-top: 40px
}

@media (max-width:768px) {
  .cmn_content_02_list>li:nth-of-type(2) {
    margin-top: 40px
  }
}

.cmn_content_02_list>li:nth-of-type(2) .cmn_content_02_list_inner .cmn_content_02_title .number {
  background: url(../images/zebrra_02.svg) no-repeat 50%/contain
}

@media (max-width:768px) {
  .cmn_content_02_list>li:nth-of-type(3) {
    margin-top: 40px
  }
}

.cmn_content_02_list>li:nth-of-type(3) .cmn_content_02_list_inner .cmn_content_02_title .number {
  background: url(../images/zebrra_03.svg) no-repeat 50%/contain
}

@media (max-width:768px) {
  .cmn_content_02_list>li:nth-of-type(4) {
    margin-top: 40px
  }
}

.cmn_content_02_list>li:nth-of-type(4) .cmn_content_02_list_inner .cmn_content_02_title .number {
  background: url(../images/zebrra_04.svg) no-repeat 50%/contain
}

@media (max-width:768px) {
  .cmn_content_02_list>li:nth-of-type(5) {
    margin-top: 40px
  }
}

.cmn_content_02_list>li:nth-of-type(5) .cmn_content_02_list_inner .cmn_content_02_title .number {
  background: url(../images/zebrra_05.svg) no-repeat 50%/contain
}

@media (max-width:768px) {
  .cmn_content_02_list>li:nth-of-type(6) {
    margin-top: 40px
  }
}

.cmn_content_02_list>li:nth-of-type(6) .cmn_content_02_list_inner .cmn_content_02_title .number {
  background: url(../images/zebrra_06.svg) no-repeat 50%/contain
}

.cmn_staff {
  padding: 100px 0 150px;
  background: #fdf8f4
}

@media (max-width:768px) {
  .cmn_staff {
    padding: 50px 0 60px
  }
}

.cmn_staff .cmn_staff_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  margin-top: 55px
}

@media (max-width:768px) {
  .cmn_staff .cmn_staff_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
  }
}

.cmn_staff .cmn_staff_list:before {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -97px;
  left: 50%;
  width: 1283px;
  height: 324px;
  transform: translateX(-50%);
  /*background: url(../images/brush_pink_02.png) no-repeat 50%/contain;*/
  content: ""
}

@media (max-width:768px) {
  .cmn_staff .cmn_staff_list:before {
    display: none
  }
}
ul.cmn_staff_list {
    margin-bottom:55px;
}
.cmn_staff .cmn_staff_list li {
  width: 310px;
  margin-right: 35px
}

@media (max-width:768px) {
  .cmn_staff .cmn_staff_list li {
    width: 100%;
    margin-right: 0
  }
}

.cmn_staff .cmn_staff_list li:nth-of-type(3n) {
  margin-right: 0
}

.cmn_staff .cmn_staff_list li:nth-of-type(n+4) {
  margin-top: 30px
}

@media (max-width:768px) {
  .cmn_staff .cmn_staff_list li:nth-of-type(n+2) {
    margin-top: 30px
  }
}

.cmn_staff .cmn_staff_list li .frame {
  width: 100%;
  height: 420px;
  border-radius: 0 20px 0 0
}

.cmn_staff .cmn_staff_list li .cmn_staff_list_inner {
  padding: 25px 30px 43px;
  border-radius: 0 0 0 20px;
  background: hsla(0, 0%, 100%, .8)
}

.cmn_staff .cmn_staff_list li .cmn_staff_list_inner .cmn_staff_name {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700
}

.cmn_staff .cmn_staff_list li .cmn_staff_list_inner .cmn_staff_name:before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/icon_flower.svg) no-repeat 50%/contain;
  content: ""
}

.cmn_staff .cmn_staff_list li .cmn_staff_list_inner .cmn_staff_year {
  color: #9a9a9a;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .05em
}

.cmn_staff .cmn_staff_list li .cmn_staff_list_inner .cmn_staff_text {
  padding-top: 20px;
  letter-spacing: .05em;
  line-height: 1.81
}

.cmn_overview {
  padding: 95px 0;
  background: #fff
}

@media (max-width:768px) {
  .cmn_overview {
    padding: 50px 0
  }
}

.cmn_overview .cmn_overview_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 38px
}

@media (max-width:768px) {
  .cmn_overview .cmn_overview_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cmn_overview .cmn_overview_inner .cmn_list {
  width: 500px
}

@media (max-width:768px) {
  .cmn_overview .cmn_overview_inner .cmn_list {
    width: 100%
  }
}

.cmn_overview .cmn_overview_inner .cmn_overview_map {
  width: 450px
}

@media (max-width:768px) {
  .cmn_overview .cmn_overview_inner .cmn_overview_map {
    width: 100%;
    margin-top: 20px
  }
}

.cmn_overview .cmn_overview_inner .cmn_overview_map .boxer {
  display: block;
  height: 270px
}

@media (max-width:768px) {
  .cmn_overview .cmn_overview_inner .cmn_overview_map .boxer {
    height: 200px
  }
}

.cmn_overview .cmn_overview_inner .cmn_overview_map .boxer:nth-of-type(n+2) {
  display: none
}

.cmn_overview .cmn_overview_inner .cmn_overview_map .maps-outer {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 270px;
  margin-top: 37px;
  padding-top: 60%
}

@media (max-width:768px) {
  .cmn_overview .cmn_overview_inner .cmn_overview_map .maps-outer {
    max-width: unset;
    margin-top: 20px
  }
}

.cmn_overview .cmn_overview_inner .cmn_overview_map .maps-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.cmn_overview .cmn_map_desc {
  margin-top: 50px;
  padding: 35px;
  border-radius: 0 20px;
  background: #fde6e4;
  text-align: center
}

@media (max-width:768px) {
  .cmn_overview .cmn_map_desc {
    margin-top: 20px;
    text-align: left
  }
}

.cmn_overview .cmn_map_desc p {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #4b3a37;
  font-weight: 700;
  letter-spacing: .05em
}

.cmn_overview .cmn_map_desc p:before {
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  font-family: Font Awesome\ 5 free;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  content: "\f239"
}

.cmn_faq {
  margin: 0 66px 100px;
  padding: 90px 0 100px;
  border-radius: 0 20px;
  background: #fdf8f4
}

@media (max-width:768px) {
  .cmn_faq {
    margin: 0 0 50px;
    padding: 50px 0
  }
}

.cmn_faq .cmn_faq_list {
  margin-top: 65px
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list {
    margin-top: 20px
  }
}

.cmn_faq .cmn_faq_list li {
  -webkit-transition: all .3s ease;
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 60px 16px 20px;
  border: 5px solid #f7efe7;
  border-radius: 20px;
  background: #fbf4eb;
  cursor: pointer;
  transition: all .3s ease
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li {
    padding: 10px 5%
  }
}

.cmn_faq .cmn_faq_list li:nth-of-type(n+2) {
  margin-top: 20px
}

.cmn_faq .cmn_faq_list li .plus {
  -webkit-transition: all .3s ease;
  display: block;
  position: absolute;
  top: 29px;
  right: 23px;
  width: 28px;
  height: 28px;
  transition: all .3s ease
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li .plus {
    top: 22px;
    right: 14px;
    width: 16px;
    height: 16px
  }
}

.cmn_faq .cmn_faq_list li .plus span {
  -webkit-transform: translate(0) rotate(0);
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  transform: translate(0) rotate(0);
  border-radius: 2px;
  background: #e19292
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li .plus span {
    height: 2px
  }
}

.cmn_faq .cmn_faq_list li .plus span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.cmn_faq .cmn_faq_list li .plus.is-active {
  -webkit-transform: translate(-9px, -2px) rotate(45deg);
  transform: translate(-9px, -2px) rotate(45deg)
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li .plus.is-active {
    -webkit-transform: translate(-5px, -3px) rotate(45deg);
    transform: translate(-5px, -3px) rotate(45deg)
  }
}

.cmn_faq .cmn_faq_list li .question {
  -webkit-transition: all .3s ease;
  position: relative;
  padding-left: 42px;
  color: #4b3a37;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em;
  transition: all .3s ease
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li .question {
    padding-right: 20px;
    padding-left: 30px;
    font-size: 14px;
    font-size: .875rem
  }
}

.cmn_faq .cmn_faq_list li .question:before {
  -webkit-transition: all .3s ease;
  position: absolute;
  top: 0;
  left: 0;
  color: #e19292;
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  content: "Q";
  transition: all .3s ease
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li .question:before {
    font-size: 22px;
    font-size: 1.375rem
  }
}

.cmn_faq .cmn_faq_list li .answer_wrapper {
  display: none
}

.cmn_faq .cmn_faq_list li .answer {
  -webkit-transition: all .3s ease;
  position: relative;
  margin: 53px 0 10px 50px;
  padding: 20px 12px 40px;
  border-radius: 0 20px 20px 20px;
  background: #fff;
  transition: all .3s ease
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li .answer {
    margin: 10px 0 10px 35px;
    padding: 10px 5% 20px;
    border-radius: 0 10px 10px 10px;
    font-size: 13px;
    font-size: .8125rem
  }
}

.cmn_faq .cmn_faq_list li .answer:before {
  display: block;
  position: absolute;
  top: -37px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f7efe7;
  line-height: 1;
  content: ""
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li .answer:before {
    display: none
  }
}

.cmn_faq .cmn_faq_list li .answer:after {
  display: block;
  position: absolute;
  top: 0;
  left: -48px;
  width: 50px;
  height: 60px;
  border-radius: 20px 0 0 20px;
  background: #fff;
  color: #e19292;
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  content: "A"
}

@media (max-width:768px) {
  .cmn_faq .cmn_faq_list li .answer:after {
    left: -33px;
    width: 35px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 40px
  }
}

.cmn_faq .cmn_faq_list li .answer.is-active {
  -webkit-animation: fadein .2s .3s both;
  animation: fadein .2s .3s both
}

.cmn_faq .cmn_faq_list li:hover {
  background: #f7efe7
}

.cmn_bg {
  width: 100%;
  height: 250px;
  background: url(../images/index_recruit_01.jpg) no-repeat 50%/cover
}

@media (max-width:768px) {
  .cmn_bg {
    height: 100px
  }
}

.cmn_recruit {
  padding: 90px 0 150px;
  background: #fff
}

@media (max-width:768px) {
  .cmn_recruit {
    padding: 50px 0 60px
  }
}

.cmn_recruit .cmn_recruit_inner {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px
}

@media (max-width:768px) {
  .cmn_recruit .cmn_recruit_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
  }
}

.cmn_recruit .cmn_recruit_inner .no-contents {
  display: inline-block;
  margin: 0 auto;
  color: #968882;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700
}

@media (max-width:768px) {
  .cmn_recruit .cmn_recruit_inner .no-contents {
    font-size: 14px;
    font-size: .875rem
  }
}

.cmn_recruit .cmn_recruit_inner .cmn_list {
  width: 700px;
  margin: 0 auto
}

@media (max-width:768px) {
  .cmn_recruit .cmn_recruit_inner .cmn_list {
    width: 100%
  }
}

@media (max-width:768px) {
  .cmn_recruit .cmn_recruit_inner .cmn_list dl dt {
    width: 100px
  }
}

.cmn_recruit .cmn_recruit_inner .cmn_list dl dd {
  width: 560px
}

@media (max-width:768px) {
  .cmn_recruit .cmn_recruit_inner .cmn_list dl dd {
    width: calc(100% - 110px)
  }
}

.cmn_recruit .cmn_recruit_inner .cmn_list .cmn_recruit_title {
  z-index: 1;
  position: relative;
  padding-bottom: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4
}

@media (max-width:768px) {
  .cmn_recruit .cmn_recruit_inner .cmn_list .cmn_recruit_title {
    padding-bottom: 30px;
    font-size: 16px;
    font-size: 1rem
  }
}

.cmn_recruit .cmn_recruit_inner .cmn_list .cmn_recruit_title:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 59px;
  background: url(../images/brush_pink_04.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .cmn_recruit .cmn_recruit_inner .cmn_list .cmn_recruit_title:before {
    width: 112px;
    height: 48px
  }
}

.cmn_recruit .cmn_recruit_inner .cmn_list:nth-of-type(n+2) {
  margin-top: 80px
}

@media (max-width:768px) {
  .cmn_recruit .cmn_recruit_inner .cmn_list:nth-of-type(n+2) {
    margin-top: 50px
  }
}

.cmn_contact {
  padding: 95px 0 100px;
  background: #fdf8f4
}

@media (max-width:768px) {
  .cmn_contact {
    padding: 50px 0 60px
  }
}

.cmn_contact .cmn_title_01 span {
  padding-bottom: 5px;
  background: #e19292;
  color: #fff
}

.cmn_contact .cmn_contact_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 50px
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
  }
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 {
  width: 360px;
  padding-left: 35px
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_inner .cmn_contact_block_01 {
    width: 100%;
    padding-left: 0
  }
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 {
  display: block;
  padding: 20px;
  border-radius: 20px;
  background: #e19292;
  color: #fff;
  pointer-events: none
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 {
    pointer-events: auto
  }
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02:hover {
  opacity: 1
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 p {
  line-height: 1;
  text-align: center
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 p:first-of-type {
  position: relative;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: .05em;
  white-space: nowrap
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 p:first-of-type {
    font-size: 35px;
    font-size: 2.1875rem
  }
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 p:first-of-type:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  font-family: Font Awesome\ 5 free;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  content: "\f879"
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 p:last-of-type {
  position: relative;
  padding: 10px 0 5px;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .2em
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 p:last-of-type:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c57272;
  content: ""
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact {
  display: block;
  height: 60px;
  margin-top: 27px;
  border: 5px solid #0aaa4b;
  border-radius: 20px;
  background: #06c755;
  line-height: 50px
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p {
  position: relative;
  padding-left: 48px;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p {
    padding-left: 10%
  }
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p:before {
  display: block;
  position: absolute;
  top: 0;
  left: 48px;
  font-family: Font Awesome\ 5 brands;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  content: "\f3c0"
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p:before {
    left: calc(28% - 48px)
  }
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact:hover {
  background: #0aaa4b;
  opacity: 1
}

.cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact:hover p:before {
  -webkit-animation: swing .8s;
  animation: swing .8s
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact:hover p:before {
    -webkit-animation: none;
    animation: none
  }
}

.cmn_contact .cmn_contact_block_02 {
  padding-top: 50px;
  text-align: center
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_block_02 {
    padding: 30px 5% 0;
    text-align: left
  }
}

.cmn_contact .cmn_contact_flow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  height: 70px;
  margin-top: 50px;
  line-height: 70px;
  white-space: nowrap
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_flow {
    margin-top: 30px
  }
}

.cmn_contact .cmn_contact_flow:before {
  left: 0;
  background: #e19292
}

.cmn_contact .cmn_contact_flow:after,
.cmn_contact .cmn_contact_flow:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  content: ""
}

.cmn_contact .cmn_contact_flow:after {
  right: 0;
  background: #f1e8e2
}

.cmn_contact .cmn_contact_flow li {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_flow li {
    font-size: 14px;
    font-size: .875rem
  }
}

.cmn_contact .cmn_contact_flow li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #e19292;
  border-style: solid;
  border-width: 35px 0 35px 57px;
  content: ""
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_flow li:before {
    border-width: 35px 0 35px 14px
  }
}

.cmn_contact .cmn_contact_flow li:first-of-type {
  width: 328px;
  padding-right: 100px;
  background: #e19292;
  color: #fff;
  text-align: right
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_flow li:first-of-type {
    width: 32%;
    padding: 0 10px 0 20px;
    text-align: center
  }
}

.cmn_contact .cmn_contact_flow li:first-of-type:before {
  display: none
}

.cmn_contact .cmn_contact_flow li:nth-of-type(2) {
  width: 344px;
  padding-left: 20px;
  background: #e1d6cd;
  color: #968882;
  text-align: center
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_flow li:nth-of-type(2) {
    width: 36%;
    padding: 0 10px 0 20px
  }
}

.cmn_contact .cmn_contact_flow li:nth-of-type(3) {
  width: 328px;
  padding-left: 148px;
  background: #f1e8e2;
  color: #968882;
  text-align: left
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_flow li:nth-of-type(3) {
    width: 32%;
    padding: 0 10px 0 20px;
    text-align: center
  }
}

.cmn_contact .cmn_contact_flow li:nth-of-type(3):before {
  border-color: transparent transparent transparent #e1d6cd
}

.cmn_contact .cmn_contact_flow li span,
.cmn_contact .cmn_contact_flow li span.pc_only {
  display: inline-block
}

@media (max-width:768px) {
  .cmn_contact .cmn_contact_flow li span.pc_only {
    display: none
  }
}

.index .main {
  position: relative;
  background: url(../images/bg.png) repeat 0
}

.index .index_about {
  padding-top: 99px
}

@media (max-width:768px) {
  .index .index_about {
    padding-top: 40px
  }
}

.index .index_about .index_about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  margin-top: 40px
}

@media (max-width:768px) {
  .index .index_about .index_about_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center
  }
}

.index .index_about .index_about_list:before {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 0;
  position: absolute;
  top: -24px;
  left: 50%;
  width: 1283px;
  height: 324px;
  transform: translateX(-50%);
  background: url(../images/brush_pink_02.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .index .index_about .index_about_list:before {
    display: none
  }
}

.index .index_about .index_about_list li {
  z-index: 1;
  position: relative;
  width: 290px;
  margin-right: 62px
}

@media (max-width:768px) {
  .index .index_about .index_about_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px
  }
}

.index .index_about .index_about_list li .frame {
  width: 290px;
  height: 290px;
  border: 5px solid #fbf1e4;
  border-radius: 50%
}

@media (max-width:768px) {
  .index .index_about .index_about_list li .frame {
    width: 90%;
    height: 90%;
    margin: 0 auto
  }
}

.index .index_about .index_about_list li .index_about_title {
  position: relative;
  padding: 27px 0 22px;
  color: #4b3a37;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center
}

@media (max-width:768px) {
  .index .index_about .index_about_list li .index_about_title {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1rem
  }
}

.index .index_about .index_about_list li .index_about_title:after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 58px;
  height: 1px;
  transform: translateX(-50%);
  background: #e19292;
  content: ""
}

.index .index_about .index_about_list li .index_about_text {
  padding-top: 20px;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 2
}

@media (max-width:768px) {
  .index .index_about .index_about_list li .index_about_text {
    text-align: center
  }
}

.index .index_about .index_about_list li:first-of-type:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 88px;
  background: url(../images/flower_pink.png) no-repeat 50%/contain;
  content: ""
}

.index .index_about .index_about_list li:last-of-type {
  margin-right: 0
}

@media (max-width:768px) {
  .index .index_about .index_about_list li:last-of-type {
    margin-bottom: 0
  }
}

.index .index_about .index_about_list li:last-of-type:before {
  display: block;
  position: absolute;
  top: 250px;
  right: 0;
  width: 75px;
  height: 70px;
  background: url(../images/flower_yellow.png) no-repeat 50%/contain;
  content: ""
}

.index .index_support {
  display: block;
  position: relative;
  margin: 147px 66px 0;
  padding: 90px 0 100px 10px;
  border-radius: 0 20px 0 20px;
  background: #fdf8f4
}

@media (max-width:768px) {
  .index .index_support {
    margin: 117px 0 0;
    padding: 30px 0 50px;
    border-radius: 0
  }
}

.index .index_support:before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  width: 96px;
  height: 162px;
  transform: translateX(-50%);
  background: url(../images/dot_light.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .index .index_support:before {
    width: 67px;
    height: 113px
  }
}

.index .index_support .index_support_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 53px
}

@media (max-width:768px) {
  .index .index_support .index_support_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 30px auto 0
  }
}

.index .index_support .index_support_inner .frame {
  width: 545px;
  height: 297px;
  margin-right: 47px;
  border-radius: 20px
}

@media (max-width:768px) {
  .index .index_support .index_support_inner .frame {
    width: 100%;
    height: 200px
  }
}

.index .index_support .index_support_inner .index_support_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em
}

@media (max-width:768px) {
  .index .index_support .index_support_inner .index_support_ttl {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center
  }
}

.index .index_support .index_support_inner .index_support_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 560px
}

@media (max-width:768px) {
  .index .index_support .index_support_inner .index_support_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}

.index .index_support .index_support_inner .index_support_list li {
  width: 267px;
  padding: 18px 0;
  border-bottom: 1px solid #eeded1;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .05em
}

@media (max-width:768px) {
  .index .index_support .index_support_inner .index_support_list li {
    width: 100%
  }
}

.index .index_support .index_support_inner .index_support_list li:first-of-type,
.index .index_support .index_support_inner .index_support_list li:nth-of-type(2) {
  border-top: 1px solid #eeded1
}

@media (max-width:768px) {
  .index .index_support .index_support_inner .index_support_list li:nth-of-type(2) {
    border-top: 0
  }
}

.index .index_support .index_support_inner .index_support_list li:nth-of-type(2n) {
  margin-left: 14px
}

@media (max-width:768px) {
  .index .index_support .index_support_inner .index_support_list li:nth-of-type(2n) {
    margin-left: 0
  }
}

.index .index_policy {
  padding: 100px 0 90px
}

@media (max-width:768px) {
  .index .index_policy {
    padding: 50px 0
  }
}

.index .index_policy .index_policy_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 40px
}

@media (max-width:768px) {
  .index .index_policy .index_policy_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.index .index_policy .index_policy_list:before {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1222px;
  height: 298px;
  transform: translateX(-50%);
  background: url(../images/brush_pink_03.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .index .index_policy .index_policy_list:before {
    display: none
  }
}

.index .index_policy .index_policy_list li {
  width: 311px;
  margin-right: 33px;
  margin-bottom: 20px;
  border-top: 1px solid #e19292;
  border-bottom: 1px solid #e19292;
  counter-increment: count
}

@media (max-width:768px) {
  .index .index_policy .index_policy_list li {
    width: 100%;
    margin-right: 0
  }
}

.index .index_policy .index_policy_list li:nth-of-type(3n) {
  margin-right: 0
}

.index .index_policy .index_policy_list li p {
  position: relative;
  padding: 115px 0 45px;
  color: #4b3a37;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 2
}

.index .index_policy .index_policy_list li p:before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #4b3a37;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: .05em;
  content: counter(count, decimal-leading-zero)
}

.form_unit_01_inner {
  width: 930px;
  margin: 70px auto 0
}

@media (max-width:768px) {
  .form_unit_01_inner {
    width: 90%;
    margin-top: 50px
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl:first-of-type dt {
  padding-top: 0
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl:first-of-type dt .attached-text {
  top: 3px
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 216px;
  padding-top: 10px;
  padding-right: 30px;
  font-weight: 700
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dt {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: .875rem
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dt .attached-text {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  width: 47px;
  height: 23px;
  background: #af4242;
  color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 22px;
  text-align: center
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dt .attached-text {
    top: 5px;
    right: -60px;
    width: 40px;
    height: 18px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 17px
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd {
  width: 670px;
  padding: 0;
  border: 0;
  font-weight: 400
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd {
    width: 100%;
    font-size: 14px;
    font-size: .875rem
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd .radio-area {
  display: block
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd .radio-area {
    width: 100%
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd label {
  display: inline-block;
  width: 250px
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd label {
    display: block
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd label input[type=radio] {
  display: none;
  width: auto;
  background: none
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd label input[type=radio]+span {
  display: inline-block;
  position: relative;
  min-width: 148px;
  margin-right: 40px;
  padding-left: 30px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 2;
  cursor: pointer
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd label input[type=radio]+span {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    line-height: 2.5
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd label input[type=radio]+span:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background-color: #f6ede6;
  content: ""
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd label input[type=radio]+span:after {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e8dbd0;
  content: "";
  transition: all .3s ease
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd label input[type=radio]:checked+span:after {
  -webkit-transition: all .3s ease;
  background: #e19292;
  transition: all .3s ease
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input {
  width: 670px;
  padding: 8px 20px;
  border: 0;
  border-radius: 5px;
  background: #f6f0eb
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input {
    width: 100%;
    padding: 8px 5%
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input::-webkit-input-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input::-moz-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input:-ms-input-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input::-ms-input-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input::placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input::-webkit-input-placeholder {
    font-size: 13px;
    font-size: .8125rem
  }

  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input::-moz-placeholder {
    font-size: 13px;
    font-size: .8125rem
  }

  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input:-ms-input-placeholder {
    font-size: 13px;
    font-size: .8125rem
  }

  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input::-ms-input-placeholder {
    font-size: 13px;
    font-size: .8125rem
  }

  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd input::placeholder {
    font-size: 13px;
    font-size: .8125rem
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea {
  width: 670px;
  height: 250px;
  padding: 8px 20px;
  border: 0;
  border-radius: 5px;
  background: #f6f0eb;
  resize: none
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea::-webkit-input-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea::-moz-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea:-ms-input-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea::-ms-input-placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea::placeholder {
  color: #757575;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1em
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea::-webkit-input-placeholder {
    font-size: 13px;
    font-size: .8125rem
  }

  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea::-moz-placeholder {
    font-size: 13px;
    font-size: .8125rem
  }

  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea:-ms-input-placeholder {
    font-size: 13px;
    font-size: .8125rem
  }

  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea::-ms-input-placeholder {
    font-size: 13px;
    font-size: .8125rem
  }

  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea::placeholder {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .form-table dl dd textarea {
    width: 100%;
    padding: 8px 5%;
    font-size: 13px;
    font-size: .8125rem
  }
}

.form_unit_01_inner .form-wrapper .form-inner .form-table dl dd p.val-err {
  padding: 0 0 0 10px
}

.form_unit_01_inner .form-wrapper .form-inner .unit-privacy {
  margin-top: 70px;
  padding: 20px 40px 20px 0;
  background: #f6f0eb
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .unit-privacy {
    margin-top: 30px;
    padding: 10px 10px 10px 0
  }
}

.form_unit_01_inner .form-wrapper .form-inner .unit-privacy .privacy-title {
  display: none
}

.form_unit_01_inner .form-wrapper .form-inner .unit-privacy .privacy-contents {
  height: 250px;
  padding: 0 46px 20px 34px;
  overflow-y: scroll;
  border-radius: 5px;
  background: #f6f0eb;
  line-height: 1.78
}

@media (max-width:768px) {
  .form_unit_01_inner .form-wrapper .form-inner .unit-privacy .privacy-contents {
    width: 100%;
    height: 300px;
    padding: 10px 5%;
    font-size: 14px;
    font-size: .875rem
  }
}

.form_unit_01_inner .form-wrapper .form-inner .unit-privacy .privacy-contents::-webkit-scrollbar-button {
  display: none
}

.form_unit_01_inner .form-wrapper .form-inner .unit-privacy .privacy-contents::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px
}

.form_unit_01_inner .form-wrapper .form-inner .unit-privacy .privacy-contents::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e19292
}

.form_unit_01_inner .form-wrapper .form-inner .unit-privacy .privacy-contents::-webkit-scrollbar-track {
  background: #f6f0eb
}

.form_unit_01_inner .form-wrapper .form-inner .unit-privacy .privacy-contents .text-highlight01 {
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 700
}

.form_unit_01_inner .box_cmn_form_no-input {
  display: block
}

.form_unit_01_inner .box_cmn_form_no-input span {
  display: block;
  width: 300px;
  height: 65px;
  margin: 50px auto 0;
  border-radius: 20px;
  background: grey;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  text-align: center
}

@media (max-width:768px) {
  .form_unit_01_inner .box_cmn_form_no-input span {
    width: 250px;
    font-size: 14px;
    font-size: .875rem
  }
}

.form_unit_01_inner .contact_btn {
  -webkit-transition: all .3s ease;
  display: block;
  width: 300px;
  height: 65px;
  margin: 50px auto 0;
  border: 5px solid #c27575;
  border-radius: 20px;
  background: #e19292;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease
}

@media (max-width:768px) {
  .form_unit_01_inner .contact_btn {
    width: 250px;
    font-size: 14px;
    font-size: .875rem
  }
}

.form_unit_01_inner .contact_btn:hover {
  background: #c27575;
  opacity: 1
}

@media (max-width:768px) {
  .form_unit_01_inner .contact_btn:hover {
    background: #e19292
  }
}

.form_unit_01_inner .contact_btn.is-back {
  border: 5px solid #aaa;
  background: grey
}

.form_unit_01_inner .contact_btn.is-back:after {
  -webkit-transform: rotate(-180deg);
  right: auto;
  left: 11px;
  transform: rotate(-180deg)
}

.form_unit_01_inner .contact_btn.is-back:hover {
  background: #aaa
}

@media (max-width:768px) {
  .form_unit_01_inner .contact_btn.is-back:hover {
    background: grey
  }
}

.form_unit_01_inner .contact_btn.is-back:hover:after {
  left: 5px
}

@media (max-width:768px) {
  .form_unit_01_inner .contact_btn.is-back:hover:after {
    left: 11px
  }
}

.form_unit_01_inner .contact_btn.is-send {
  margin: 20px auto 0
}

.phase-confirm .form_unit_01_inner .form-wrapper .form-inner .form-table dl dt {
  padding-top: 0
}

.phase-confirm .form_unit_01_inner .form-wrapper .form-inner .form-table dl dt .attached-text {
  top: 3px
}

@media (max-width:768px) {
  .phase-confirm .form_unit_01_inner .form-wrapper .form-inner .form-table dl {
    padding-bottom: 5px;
    border-bottom: 1px solid #f5b5b5
  }
}

.phase-complete .form-compleat_unit {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
  text-align: center
}

@media (max-width:768px) {
  .phase-complete .form-compleat_unit {
    font-size: 14px;
    font-size: .875rem;
    text-align: left
  }
}

.phase-complete .form-compleat_unit .form_title {
  padding-bottom: 20px;
  color: #4b3a37;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700
}

@media (max-width:768px) {
  .phase-complete .form-compleat_unit .form_title {
    font-size: 16px;
    font-size: 1rem
  }
}

.helper .main {
  position: relative;
  background: url(../images/bg_02.png) repeat 0
}

.helper .header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 30px 20px 16px 60px
}

@media (max-width:768px) {
  .helper .header {
    padding: 30px 5% 40px
  }
}

.helper .header:before {
  width: 518px;
  height: 380px;
  background: url(../images/brush_green_01.png) no-repeat 50%/contain
}

@media (max-width:768px) {
  .helper .header:before {
    width: 259px;
    height: 190px
  }
}

.helper .mainimg {
  background: url(../images/mainimg_02.jpg) no-repeat 50%/cover
}

.helper .mainimg .mainimg_text_01 {
  top: 39px;
  left: 27%;
  height: 477px;
  line-height: 1.6
}

@media (max-width:768px) {
  .helper .mainimg .mainimg_text_01 {
    top: 12%;
    left: 10%;
    height: 316px
  }
}

.helper .mainimg .mainimg_text_01:after {
  right: -88px;
  bottom: 141px;
  width: 168px;
  height: 124px;
  background: url(../images/copy_02.svg) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .helper .mainimg .mainimg_text_01:after {
    right: -69px;
    bottom: -39px
  }
}

@media (max-width:768px) {
  .helper .btn-trigger_sp .btn-trigger_inner p {
    color: #add390
  }
}

.helper .btn-trigger .btn-trigger_inner p {
  color: #add390
}

.helper .btn-trigger:hover .btn-trigger_inner .line span {
  background: #add390
}

@media (max-width:768px) {
  .helper .btn-trigger:hover .btn-trigger_inner .line span {
    background: #e6e2dd
  }
}

.helper .nav .nav_hd .nav_hd_inner_01 .nav_block_01 li a span {
  color: #add390
}

.helper .cmn_news {
  position: absolute;
  top: -175px;
  right: 0;
  left: auto;
  padding: 20px 0 20px 38px;
  border-radius: 20px 0 0 0
}

@media (max-width:768px) {
  .helper .cmn_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    position: relative;
    top: 0;
    flex-direction: column;
    width: 100%;
    height: 200px;
    padding: 20px 20px 20px 24px
  }
}

.helper .cmn_news .cmn_news_title {
  margin-right: 20px;
  color: #6ba241
}

@media (max-width:768px) {
  .helper .cmn_news .cmn_news_title {
    margin-right: 0;
    padding-top: 0
  }
}

.helper .cmn_news .cmn_news_list {
  padding: 14px 34px 20px 20px
}

@media (max-width:768px) {
  .helper .cmn_news .cmn_news_list {
    padding: 20px 33px 20px 0
  }
}

.helper .cmn_news .cmn_news_list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #add390
}

.helper .cmn_news .cmn_news_list::-webkit-scrollbar-track {
  background: #f1eeec
}

.helper .helper_about {
  z-index: 1;
  position: relative;
  padding: 100px 0;
  background: #fff
}

@media (max-width:768px) {
  .helper .helper_about {
    padding: 50px 0
  }
}

.helper .helper_about:after {
  display: block;
  z-index: 0;
  z-index: -1;
  position: absolute;
  top: 24%;
  right: 0;
  width: 57%;
  height: 100%;
  background: url(../images/brush_green_02.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .helper .helper_about:after {
    top: auto;
    bottom: -200px;
    width: 100%;
    height: 50%
  }
}

.helper .helper_about .cmn_title_01 {
  position: relative;
  padding-bottom: 27px
}

.helper .helper_about .cmn_title_01:after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 7px;
  transform: translateX(-50%);
  border-radius: 3px;
  background: #add390;
  content: ""
}

@media (max-width:768px) {
  .helper .helper_about .cmn_title_01:after {
    width: 50px;
    height: 4px
  }
}

.helper .helper_about .helper_about_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px
}

@media (max-width:768px) {
  .helper .helper_about .helper_about_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
  }
}

.helper .helper_about .helper_about_inner:before {
  display: block;
  z-index: 0;
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left: -24px;
  width: 152px;
  height: 150px;
  background: url(../images/lime.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .helper .helper_about .helper_about_inner:before {
    top: 200px;
    bottom: auto;
    width: 106px;
    height: 105px
  }
}

.helper .helper_about .helper_about_inner .frame {
  position: relative;
  width: 44%;
  height: 520px;
  margin-top: 50px;
  border-radius: 0 50px 50px 0
}

@media (max-width:768px) {
  .helper .helper_about .helper_about_inner .frame {
    width: 90%;
    height: 200px;
    margin: 0 auto;
    border-radius: 20px
  }
}

.helper .helper_about .helper_about_inner .index_about_text {
  width: 500px;
  margin-left: 88px
}

@media (max-width:768px) {
  .helper .helper_about .helper_about_inner .index_about_text {
    width: 90%;
    margin: 20px auto 0
  }
}

.helper .helper_about .helper_about_inner .index_about_text p:first-of-type {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2
}

@media (max-width:768px) {
  .helper .helper_about .helper_about_inner .index_about_text p:first-of-type {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center
  }
}

.helper .helper_about .helper_about_inner .index_about_text p:last-of-type {
  margin-top: 16px;
  line-height: 2.5
}

.helper .helper_service {
  padding-bottom: 0
}

.helper .helper_service .cmn_title_02 {
  background: #add390
}

.helper .helper_service .cmn_content_02_list {
  padding-bottom: 88px
}

@media (max-width:768px) {
  .helper .helper_service .cmn_content_02_list {
    padding-bottom: 0
  }
}

.helper .helper_service .cmn_content_02_list li {
  border-radius: 20px;
  background: #fcfcf5
}

.helper .helper_service .cmn_content_02_list li .frame {
  height: 302px;
  border-bottom: 2px solid #add390;
  border-radius: 20px 20px 0 0
}

@media (max-width:768px) {
  .helper .helper_service .cmn_content_02_list li .frame {
    height: 246px
  }
}

.helper .helper_service .cmn_content_02_list li .frame:after,
.helper .helper_service .cmn_content_02_list li .frame:before {
  display: none
}

.helper .helper_service .cmn_content_02_list li .cmn_content_02_list_inner {
  position: relative;
  padding: 56px 5% 30px
}

.helper .helper_service .cmn_content_02_list li .cmn_content_02_list_inner .cmn_content_02_title {
  -webkit-transform: translate(-50%, calc(-100% + 1px));
  position: absolute;
  top: 0;
  left: 50%;
  padding: 13px 30px 0;
  transform: translate(-50%, calc(-100% + 1px));
  border: 2px solid #add390;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: #fcfcf5;
  line-height: 1;
  white-space: nowrap
}

.helper .helper_service .cmn_content_02_list li .cmn_content_02_list_inner .cmn_content_02_title:after {
  display: none
}

.helper .helper_service .cmn_content_02_list li .cmn_content_02_list_inner .cmn_content_02_title:before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  background: url(../images/circle.png) no-repeat 50%/contain;
  content: ""
}

.helper .helper_service .helper_service_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.helper .helper_service .helper_service_list li {
  width: 48%;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 5px;
  background: #f2e397;
  color: #4b3a37;
  font-weight: 700;
  text-align: center
}

.helper .helper_service .helper_service_list li:nth-of-type(2n) {
  margin-left: 4%
}

.helper .helper_flow .cmn_title_02 {
  background: #f3f8ba
}

.helper .helper_flow .cmn_title_02 span {
  height: 577px;
  color: #4b3a37
}

@media (max-width:768px) {
  .helper .helper_flow .cmn_title_02 span {
    height: auto
  }
}

.helper .helper_flow li .cmn_content_01_list_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 650px;
  padding-left: 0
}

@media (max-width:768px) {
  .helper .helper_flow li .cmn_content_01_list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title {
  width: 330px;
  padding: 85px 0 0 66px
}

@media (max-width:768px) {
  .helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title {
    width: 100%;
    padding: 0 0 0 47px
  }
}

.helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title.no_content {
  width: 100%
}

.helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title:before {
  display: none
}

.helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title:after {
  left: 0
}

.helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title>p {
  padding-left: 0
}

@media (max-width:768px) {
  .helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title>p {
    padding: 30px 0
  }
}

.helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title .line {
  -webkit-transform: translateX(157px);
  display: block;
  position: absolute;
  top: 100px;
  width: 95%;
  height: 1px;
  transform: translateX(157px);
  background: #add390
}

@media (max-width:768px) {
  .helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_title .line {
    -webkit-transform: translateX(120px);
    top: 42px;
    width: 25%;
    transform: translateX(120px)
  }
}

.helper .helper_flow li .cmn_content_01_list_inner .cmn_content_01_text {
  width: 331px
}

.helper .helper_flow .cmn_content_02_list {
  width: 95%;
  margin-left: 0
}

@media (max-width:768px) {
  .helper .helper_flow .cmn_content_02_list {
    width: 100%
  }
}

.helper .helper_flow .cmn_content_02_list>li .frame:before {
  color: #add390
}

.helper .helper_flow .cmn_content_02_list>li .cmn_content_02_list_inner .cmn_content_02_title:after {
  background: #add390
}

.helper .helper_flow .cmn_content_02_list>li:nth-of-type(n+3) {
  margin-top: 50px
}

.helper .helper_staff {
  margin-top: 100px;
  background: #fdfbf4
}

@media (max-width:768px) {
  .helper .helper_staff {
    margin-top: 0
  }
}

.helper .helper_staff .cmn_staff_list:before {
  -webkit-transform: translateX(-50%);
  bottom: -97px;
  left: 50%;
  width: 1272px;
  height: 368px;
  transform: translateX(-50%);
  background: url(../images/brush_green_03.png) no-repeat 50%/contain
}

.helper .helper_staff .cmn_staff_list li .cmn_staff_list_inner .cmn_staff_name:before {
  background: url(../images/icon_leaf.svg) no-repeat 50%/contain
}

.helper .helper_price {
  padding: 120px 0;
  background: #fff
}

@media (max-width:768px) {
  .helper .helper_price {
    padding: 60px 0
  }
}

.helper .helper_price .cmn_title_01 {
  position: relative;
  margin-bottom: 45px;
  padding: 100px 0 27px
}

@media (max-width:768px) {
  .helper .helper_price .cmn_title_01 {
    margin-bottom: 30px
  }
}

.helper .helper_price .cmn_title_01:before {
  top: -20px;
  height: 96px;
  background: url(../images/light_green.png) no-repeat 50%/contain
}

.helper .helper_price .cmn_title_01:after,
.helper .helper_price .cmn_title_01:before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
  width: 96px;
  transform: translateX(-50%);
  content: ""
}

.helper .helper_price .cmn_title_01:after {
  bottom: 0;
  height: 7px;
  border-radius: 3px;
  background: #add390
}

@media (max-width:768px) {
  .helper .helper_price .cmn_title_01:after {
    width: 50px;
    height: 4px
  }
}

.helper .helper_price>p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center
}

@media (max-width:768px) {
  .helper .helper_price>p {
    font-size: 16px;
    font-size: 1rem;
    text-align: left
  }
}

.helper .helper_price .helper_price_list {
  margin-top: 57px;
  padding: 0 66px
}

@media (max-width:1132px) {
  .helper .helper_price .helper_price_list {
    margin-top: 30px;
    padding: 0
  }
}

.helper .helper_price .helper_price_list li {
  position: relative;
  background: #f9fff5
}

.helper .helper_price .helper_price_list li .wrapper_in {
  position: relative;
  padding: 38px 0 70px
}

.helper .helper_price .helper_price_list li .wrapper_in .helper_price_ttl {
  padding-bottom: 23px
}

.helper .helper_price .helper_price_list li .wrapper_in .helper_price_ttl span {
  font-weight: 700;
  letter-spacing: .05em
}

@media (max-width:768px) {
  .helper .helper_price .helper_price_list li .wrapper_in .helper_price_ttl span {
    display: block
  }
}

.helper .helper_price .helper_price_list li .wrapper_in .helper_price_ttl span:first-of-type {
  font-size: 20px;
  font-size: 1.25rem
}

@media (max-width:768px) {
  .helper .helper_price .helper_price_list li .wrapper_in .helper_price_ttl span:first-of-type {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.helper .helper_price .helper_price_list li .wrapper_in .helper_price_ttl span:nth-of-type(2) {
  padding-left: 20px;
  color: #add390;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-size: 1.125rem
}

@media (max-width:768px) {
  .helper .helper_price .helper_price_list li .wrapper_in .helper_price_ttl span:nth-of-type(2) {
    padding-left: 0;
    font-size: 14px;
    font-size: .875rem
  }
}

.helper .helper_price .helper_price_list li .wrapper_in .leaf {
  display: block;
  position: absolute;
  top: -33px;
  right: -96px;
  width: 122px;
  height: 147px
}

@media (max-width:768px) {
  .helper .helper_price .helper_price_list li .wrapper_in .leaf {
    display: none
  }
}

.helper .helper_price .helper_price_list li .wrapper_in .price_table {
  display: block;
  width: 1000px;
  border-top: 1px solid #e2eedb;
  letter-spacing: .05em
}

@media (max-width:768px) {
  .helper .helper_price .helper_price_list li .wrapper_in .price_table.is_single_table {
    width: 100%
  }
}

.helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_hd {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  white-space: nowrap
}

.helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_hd p {
  width: 160px;
  padding: 15px 0;
  border-bottom: 1px solid #e2eedb
}

.helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_hd p:first-of-type {
  width: 420px
}

.helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_row p {
  width: 160px;
  padding: 15px 0;
  border-bottom: 1px solid #e7f2e1;
  font-size: 14px;
  font-size: .875rem
}

.helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_row p:first-of-type {
  width: 420px;
  border-bottom: 1px solid #e2eedb;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700
}

@media (max-width:768px) {
  .helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_row p.is_single_title {
    width: 130px
  }
}

.helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_row p.is_single_content {
  width: 540px
}

@media (max-width:768px) {
  .helper .helper_price .helper_price_list li .wrapper_in .price_table .price_table_row p.is_single_content {
    width: calc(100% - 140px)
  }
}

.helper .helper_price .helper_price_list li:nth-of-type(n+2) {
  margin-top: 20px
}

.helper .helper_price .helper_price_list li:nth-of-type(2n) .wrapper_in .leaf {
  -webkit-transform: rotate(-90deg);
  top: -30px;
  right: auto;
  left: -90px;
  transform: rotate(-90deg)
}

.helper .helper_price .helper_price_list li:nth-of-type(3n) .wrapper_in .leaf {
  -webkit-transform: rotate(90deg);
  top: auto;
  bottom: -30px;
  transform: rotate(90deg)
}

.helper .helper_area .helper_area_inner {
  width: 60.4%
}

@media (max-width:768px) {
  .helper .helper_area .helper_area_inner {
    width: 90%;
    margin: 0 auto
  }
}

.helper .helper_area .helper_area_inner .frame {
  width: 100%;
  height: 322px;
  margin-top: 88px;
  border-radius: 0 20px 20px 0
}

@media (max-width:768px) {
  .helper .helper_area .helper_area_inner .frame {
    height: 200px;
    margin-top: 0;
    border-radius: 20px
  }
}

.helper .helper_area .helper_area_inner .helper_area_text {
  padding-left: 25%
}

@media (max-width:768px) {
  .helper .helper_area .helper_area_inner .helper_area_text {
    padding-left: 0
  }
}

.helper .helper_area .helper_area_inner .helper_area_text p {
  display: block;
  z-index: 1;
  position: relative;
  padding: 50px 0 0 80px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: .05em
}

@media (max-width:768px) {
  .helper .helper_area .helper_area_inner .helper_area_text p {
    padding: 30px 0 0 40px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.helper .helper_area .helper_area_inner .helper_area_text p:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 17px;
  left: 0;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  background: #fdf8f4;
  content: ""
}

@media (max-width:768px) {
  .helper .helper_area .helper_area_inner .helper_area_text p:after {
    width: 60px;
    height: 60px
  }
}

.helper .cmn_map_desc {
  background: #edf8d3
}

.helper .helper_faq {
  margin-top: 100px;
  background: #f9fff5
}

@media (max-width:768px) {
  .helper .helper_faq {
    margin-top: 50px
  }
}

.helper .helper_faq .cmn_faq_list li {
  border: 5px solid #dcebb9;
  background: #edf8d3
}

.helper .helper_faq .cmn_faq_list li .plus span {
  background: #add390
}

.helper .helper_faq .cmn_faq_list li .question:before {
  color: #6ba241
}

.helper .helper_faq .cmn_faq_list li .answer:before {
  background: #dcebb9
}

.helper .helper_faq .cmn_faq_list li .answer:after {
  color: #6ba241
}

.helper .helper_faq .cmn_faq_list li:hover {
  background: #dcebb9
}

.helper .cmn_bg {
  background: url(../images/helper_recruit_01.jpg) no-repeat 50%/cover
}

.helper .helper_recruit .cmn_recruit_inner .cmn_list .cmn_recruit_title:before {
  background: url(../images/brush_green_04.png) no-repeat 50%/contain
}

.helper .helper_contact {
  background: #f9fff5
}

.helper .helper_contact .cmn_title_01 span {
  background: #add390
}

.helper .helper_contact .cmn_contact_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 {
  padding-left: 0
}

.helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #add390
}

.helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 p:last-of-type:before {
  background: #81a467
}

.helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact {
  border: 5px solid #c27575;
  background: #e19292
}

.helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p {
  padding-left: 36px
}

@media (max-width:768px) {
  .helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p {
    padding-left: 10%
  }
}

.helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p:before {
  -webkit-transition: all .3s ease;
  display: block;
  position: absolute;
  left: 70px;
  font-family: Font Awesome\ 5 free;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  content: "\f0e0";
  transition: all .3s ease
}

@media (max-width:768px) {
  .helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p:before {
    left: calc(28% - 30px)
  }
}

.helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact:hover {
  background: #c27575
}

@media (max-width:768px) {
  .helper .helper_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact:hover {
    background: #e19292
  }
}

.cmn_contact_block_03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 588px;
  padding: 35px;
  border: 5px solid #0aaa4b;
  border-radius: 20px;
  background: #06c755
}

.cmn_contact_block_03:hover {
  background: #0aaa4b;
  opacity: 1
}

@media (max-width:768px) {
  .cmn_contact_block_03:hover {
    background: #06c755
  }
}

@media (max-width:768px) {
  .cmn_contact_block_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 5%;
    pointer-events: auto
  }
}

@media (max-width:768px) {
  .cmn_contact_block_03.is-index {
    margin-top: 20px
  }
}

.cmn_contact_block_03 .cmn_contact_block_03_inner {
  color: #fff
}

.cmn_contact_block_03 .cmn_contact_block_03_inner p:first-of-type {
  z-index: 1;
  position: relative;
  padding: 0 0 10px 40px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700
}

.cmn_contact_block_03 .cmn_contact_block_03_inner p:first-of-type:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #0aaa4b;
  font-family: Font Awesome\ 5 brands;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1;
  content: "\f3c0"
}

.cmn_contact_block_03 .cmn_contact_block_03_inner p:first-of-type:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #fff;
  content: ""
}

.cmn_contact_block_03 .cmn_contact_block_03_inner p:last-of-type {
  letter-spacing: .05em
}

.cmn_contact_block_03 .frame {
  width: 130px;
  height: 130px;
  border: 3px solid #0aaa4b;
  border-radius: 5px
}

@media (max-width:768px) {
  .cmn_contact_block_03 .frame {
    margin-top: 20px
  }
}

.cmn_contact_block_04 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 588px;
  margin-top: 20px;
  padding: 10px 35px;
  border: 5px solid #d4b394;
  border-radius: 20px;
  background: #ffe5d1
}

.cmn_contact_block_04:hover {
  -webkit-transition: .3s;
  background: #d4b394;
  opacity: 1;
  transition: .3s
}

@media (max-width:768px) {
  .cmn_contact_block_04:hover {
    background: #ffe5d1
  }
}

.cmn_contact_block_04:hover .cmn_contact_block_04_inner p:first-of-type:before {
  -webkit-transition: .3s;
  background: #d4b394;
  transition: .3s
}

@media (max-width:768px) {
  .cmn_contact_block_04:hover .cmn_contact_block_04_inner p:first-of-type:before {
    background: #ffe5d1
  }
}

@media (max-width:768px) {
  .cmn_contact_block_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 5%;
    pointer-events: auto
  }
}

@media (max-width:768px) {
  .cmn_contact_block_04.is-index {
    margin-top: 20px
  }
}

.cmn_contact_block_04 .cmn_contact_block_04_inner {
  color: #81625d
}

.cmn_contact_block_04 .cmn_contact_block_04_inner p:first-of-type {
  z-index: 1;
  position: relative;
  padding: 0 0 10px 40px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700
}

.cmn_contact_block_04 .cmn_contact_block_04_inner p:first-of-type:before {
  -webkit-transition: .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffe5d1;
  color: #81625d;
  font-family: Font Awesome\ 5 brands;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1;
  content: "\f16d";
  transition: .3s
}

.cmn_contact_block_04 .cmn_contact_block_04_inner p:first-of-type:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #fff;
  content: ""
}

.cmn_contact_block_04 .cmn_contact_block_04_inner p:last-of-type {
  letter-spacing: .05em
}

.cmn_contact_block_04 .frame {
  width: 130px;
  height: 130px;
  border: 3px solid #d4b394;
  border-radius: 5px
}

@media (max-width:768px) {
  .cmn_contact_block_04 .frame {
    margin-top: 20px
  }
}

.helper_preparation {
  margin: 93px 5% 80px;
  line-height: 2.25;
  text-align: center
}

@media (max-width:768px) {
  .helper_preparation {
    margin: 50px 5% 60px
  }
}

.nursinghome .main {
  position: relative;
  background: url(../images/bg_02.png) repeat 0
}

.nursinghome .header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 16px
}

@media (max-width:768px) {
  .nursinghome .header {
    padding: 0 0 0 20px
  }
}

.nursinghome .header:before {
  display: none
}

.nursinghome .hd_block_01 .tel_link_01 {
  position: relative
}

.nursinghome .hd_block_01 .tel_link_01:before {
  position: absolute;
  top: -47px;
  left: 0;
  width: 220px;
  height: 100%;
  background: url(../images/fukidasi.png) no-repeat 50%/contain;
  content: ""
}

.nursinghome .hd_block_01 .tel_link_01:after {
  -webkit-transform: translate(-50%);
  position: absolute;
  top: -40px;
  left: 50%;
  width: 190px;
  transform: translate(-50%);
  color: #575757;
  font-size: 15px;
  font-weight: 700;
  content: "ご見学は随時受付中です"
}

.nursinghome .nav_block_02 .sp_only .tel_link_01 {
  position: relative;
  margin-top: 30px;
  font-size: 15px;
  font-size: .9375rem;
  text-align: center
}

.nursinghome .nav_block_02 .sp_only .tel_link_01:before {
  -webkit-transform: translate(-50%);
  position: absolute;
  top: -45px;
  left: 50%;
  width: 220px;
  height: 100%;
  transform: translate(-50%);
  background: url(../images/fukidasi.png) no-repeat 50%/contain;
  content: ""
}

.nursinghome .nav_block_02 .sp_only .tel_link_01:after {
  -webkit-transform: translate(-50%);
  position: absolute;
  top: -40px;
  left: 50%;
  width: 190px;
  transform: translate(-50%);
  color: #575757;
  font-size: 15px;
  font-weight: 700;
  content: "ご見学は随時受付中です"
}

.nursinghome .mainimg {
  background: url(../images/mainimg_03.jpg) no-repeat 50%/cover
}

.nursinghome .mainimg .mainimg_text_01 {
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  top: 110px;
  left: 55%;
  width: 100%;
  max-width: 570px;
  height: auto;
  line-height: 1.6;
  writing-mode: none
}

@media (max-width:768px) {
  .nursinghome .mainimg .mainimg_text_01 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    top: 12%;
    right: 0;
    left: none;
    width: auto;
    max-width: unset;
    writing-mode: vertical-rl
  }
}

.nursinghome .mainimg .mainimg_text_01:after {
  display: none
}

.nursinghome .nursing_news {
  position: absolute;
  top: -175px;
  right: auto;
  left: 0;
  min-width: 250px;
  height: 175px;
  padding: 20px 100px;
  border-radius: 0 20px 0 0;
  background: #fff
}

@media (max-width:768px) {
  .nursinghome .nursing_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    position: relative;
    top: 0;
    flex-direction: column;
    width: 100%;
    height: 180px;
    padding: 20px 20px 20px 24px
  }
}

.nursinghome .nursing_news .leaf_box {
  position: relative
}

.nursinghome .nursing_news .leaf_box:before {
  position: absolute;
  top: 80px;
  left: -130px;
  width: 140px;
  height: 90px;
  background: url(../images/leaf02.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .nursinghome .nursing_news .leaf_box:before {
    -webkit-transform: rotate(-15deg);
    top: 70px;
    left: -67px;
    height: 70px;
    transform: rotate(-15deg)
  }
}

.nursinghome .nursing_news .leaf_box:after {
  position: absolute;
  top: -45px;
  right: -145px;
  width: 150px;
  height: 116px;
  background: url(../images/leaf.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .nursinghome .nursing_news .leaf_box:after {
    top: -40px;
    right: -60px;
    height: 85px
  }
}

.nursinghome .nursing_news .vacancy_box {
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  color: #6ba241;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.3
}

@media (max-width:768px) {
  .nursinghome .nursing_news .vacancy_box {
    padding-top: 20px;
    letter-spacing: .05em
  }
}

.nursinghome .nursing_news .vacancy_box>span {
  display: inline-block;
  text-align: center
}

.nursinghome .nursing_news .vacancy_box .vacancy_ttl {
  font-size: 20px;
  font-size: 1.25rem
}

@media (max-width:768px) {
  .nursinghome .nursing_news .vacancy_box .vacancy_ttl {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.nursinghome .nursing_news .vacancy_box .vacancy_txt {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center
}

@media (max-width:768px) {
  .nursinghome .nursing_news .vacancy_box .vacancy_txt {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.nursinghome .nursing_news .vacancy_box .vacancy_number {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700
}

@media (max-width:768px) {
  .nursinghome .nursing_news .vacancy_box .vacancy_number {
    font-size: 26px;
    font-size: 1.625rem
  }
}

.nursinghome .nursing_news .cmn_news_list {
  padding: 14px 34px 20px 20px
}

@media (max-width:768px) {
  .nursinghome .nursing_news .cmn_news_list {
    padding: 20px 33px 20px 0
  }
}

.nursinghome .nursing_news .cmn_news_list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #add390
}

.nursinghome .nursing_news .cmn_news_list::-webkit-scrollbar-track {
  background: #f1eeec
}

.nursinghome .nursing_greeting {
  width: 100%;
  margin: 0 auto;
  padding: 110px 0 130px
}

@media (max-width:768px) {
  .nursinghome .nursing_greeting {
    padding: 50px 0 80px
  }
}

.nursinghome .nursing_greeting .cmn_title_01 {
  position: relative
}

.nursinghome .nursing_greeting .cmn_title_01:before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  width: 50px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #add390;
  content: ""
}

.nursinghome .nursing_greeting .greeting_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1em;
  text-align: left
}

@media (max-width:768px) {
  .nursinghome .nursing_greeting .greeting_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    row-gap: 60px;
    flex-direction: column-reverse;
    width: 90%;
    padding-top: 30px
  }
}

.nursinghome .nursing_greeting .greeting_wrap:before {
  z-index: -1;
  position: absolute;
  top: 70px;
  left: -90px;
  width: 120%;
  height: 100%;
  background: url(../images/brush_green_03.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .nursinghome .nursing_greeting .greeting_wrap:before {
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px
  }
}

.nursinghome .nursing_greeting .greeting_wrap .frame {
  -o-object-fit: cover;
  display: block;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%
}

@media (max-width:768px) {
  .nursinghome .nursing_greeting .greeting_wrap .frame {
    width: 280px;
    height: 280px
  }
}

.nursinghome .nursing_greeting .greeting_wrap .greeting_name {
  display: block;
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: end
}

.nursinghome .nursing_greeting .greet_right_item {
  max-width: 600px
}

.nursinghome .nursing_greeting .greet_right_item .greeting_txt {
  line-height: 2.2
}

.nursinghome .nursing_price {
  background: #fdfbf4
}

.nursinghome .nursing_price .cmn_title_02 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 40%;
  padding: 94px 0 90px 67px;
  border-radius: 50px 0 0 50px;
  background: #add390
}

@media (max-width:768px) {
  .nursinghome .nursing_price .cmn_title_02 {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
    padding: 30px 5% 30px 50px;
    border-radius: 30px 0 0 30px
  }
}

.nursinghome .nursing_price_wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 75%;
  margin-left: auto;
  padding: 100px 0
}

@media (max-width:768px) {
  .nursinghome .nursing_price_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 50px 0
  }
}

.nursinghome .cost_name {
  margin-bottom: 20px;
  color: #e19292;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em
}

@media (max-width:768px) {
  .nursinghome .cost_name {
    margin-bottom: 10px
  }
}

@media (max-width:768px) {
  .nursinghome .nursing_price_left_item {
    width: 90%;
    margin: 0 auto
  }
}

.nursinghome .nursing_price_left_item .mounth_cost {
  padding-top: 80px
}

.nursinghome .nursing_price_left_item dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.nursinghome .nursing_price_left_item dl:first-of-type dt {
  border-bottom: unset;
  background: #eeded1
}

.nursinghome .nursing_price_left_item dl:first-of-type dd {
  border-top: 1px solid #eeded1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700
}

.nursinghome .nursing_price_left_item dl dt {
  width: 205px;
  padding: 20px;
  border-bottom: 2px solid #eeded1;
  font-weight: 700
}

@media (max-width:768px) {
  .nursinghome .nursing_price_left_item dl dt {
    padding: 20px 10px
  }
}

.nursinghome .nursing_price_left_item dl dd {
  width: 450px;
  padding: 20px;
  border-bottom: 1px solid #eeded1
}

@media (max-width:768px) {
  .nursinghome .nursing_price_left_item dl dd {
    padding: 20px 10px
  }
}

.nursinghome .own_cost_box {
  margin-top: 40px;
  padding: 30px;
  border: 3px solid #e19292;
  border-radius: 20px
}

@media (max-width:768px) {
  .nursinghome .own_cost_box {
    padding: 20px
  }
}

.nursinghome .own_cost_box p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em
}

.nursinghome .own_cost_box span {
  font-size: 14px;
  font-size: .875rem
}

.nursinghome .own_cost_box span br:nth-child(n+2) {
  display: none
}

@media (max-width:768px) {
  .nursinghome .own_cost_box span br:nth-child(n+2) {
    display: block
  }
}

.nursinghome .price_attention {
  width: 350px;
  margin-top: 10px;
  margin-left: auto;
  font-size: 14px;
  font-size: .875rem
}

@media (max-width:768px) {
  .nursinghome .price_attention {
    width: 100%;
    text-align: left
  }
}

.nursinghome .nursing_content .nursing_title {
  padding: 40px 5% 30px;
  background: #fdf8f4;
  text-align: center
}

.nursinghome .nursing_content .nursing_title>img {
  width: 391px;
  height: 24px;
  margin: 0 auto
}

@media (max-width:768px) {
  .nursinghome .nursing_content .nursing_title>img {
    width: 194px;
    height: 50px
  }
}

.nursinghome .nursing_content .nursing_text {
  margin: 93px 5% 80px;
  line-height: 2.25;
  text-align: center
}

@media (max-width:768px) {
  .nursinghome .nursing_content .nursing_text {
    margin: 50px 5% 60px;
    text-align: left
  }
}

.nursinghome .nursing_content .nursing_recruit {
  margin-bottom: 100px;
  padding: 40px 50px;
  border-radius: 20px;
  background: #fdf8f4;
  line-height: 2.25
}

@media (max-width:768px) {
  .nursinghome .nursing_content .nursing_recruit {
    margin-bottom: 60px;
    padding: 30px 5%
  }
}

.nursinghome .nursing_property {
  padding-bottom: 60px
}

@media (max-width:768px) {
  .nursinghome .nursing_property {
    padding-bottom: 30px
  }
}

.nursinghome .nursing_property .cmn_content_01 {
  width: 95%
}

@media (max-width:768px) {
  .nursinghome .nursing_property .cmn_content_01 {
    width: 100%
  }
}

.nursinghome .nursing_property .cmn_title_02 {
  background: #f3f8ba
}

.nursinghome .nursing_property .cmn_title_02 span {
  color: #4b3a37
}

.nursinghome .nursing_property .cmn_content_02_list li .frame:before {
  color: #add390;
  content: "point"
}

@media (max-width:768px) {
  .nursinghome .nursing_property .cmn_content_02_list li .frame:before {
    bottom: 34px
  }
}

.nursinghome .nursing_property .cmn_content_02_list_inner .cmn_content_02_title:after {
  background: #add390
}

.nursinghome .nursing_reason {
  padding-top: 95px;
  background: #f9fff5
}

@media (max-width:768px) {
  .nursinghome .nursing_reason {
    padding-top: 60px
  }
}

.nursinghome .nursing_reason .cmn_title_01 {
  position: relative;
  margin-bottom: 45px;
  padding: 100px 0 27px
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_title_01 {
    margin-bottom: 30px
  }
}

.nursinghome .nursing_reason .cmn_title_01:before {
  top: 0;
  width: 96px;
  height: 96px;
  background: url(../images/light_green.png) no-repeat 50%/contain
}

.nursinghome .nursing_reason .cmn_title_01:after,
.nursinghome .nursing_reason .cmn_title_01:before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: ""
}

.nursinghome .nursing_reason .cmn_title_01:after {
  bottom: 10px;
  width: 50px;
  height: 4px;
  border-radius: 10px;
  background: #add390
}

.nursinghome .nursing_reason .cmn_content_01_list {
  width: 100%;
  margin-top: 60px
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list {
    margin-top: 0
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding-bottom: 80px
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95%;
    padding-bottom: 50px
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li:nth-child(2n) .frame {
  border-radius: 20px 0 0 20px
}

.nursinghome .nursing_reason .cmn_content_01_list li:nth-child(2n) .cmn_content_01_list_inner {
  padding-right: 54px;
  padding-left: 0
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li:nth-child(2n) .cmn_content_01_list_inner {
    padding-right: 24px
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li .frame {
  width: 56%;
  height: 320px;
  border-radius: 0 20px 20px 0
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li .frame {
    -o-object-fit: cover;
    width: 100%;
    height: 235px;
    object-fit: cover
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner {
  width: 56%;
  padding-left: 54px
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner {
    width: 100%;
    padding-left: 24px
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title {
  display: inline-block;
  padding: 60px 0 0 90px
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title {
    padding: 30px 0 0 90px
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title:before {
  top: 100px;
  left: 40px;
  content: "reason"
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title:before {
    top: 70px;
    left: 30px
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title:after {
  top: 30px;
  left: -20px;
  background: #add390;
  opacity: .3
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_title:after {
    top: 40px;
    left: 0;
    width: 60px;
    height: 60px
  }
}

.nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .reason_content_01_title {
  padding-top: 20px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.43
}

.nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_text {
  padding: 35px 0 60px
}

@media (max-width:768px) {
  .nursinghome .nursing_reason .cmn_content_01_list li .cmn_content_01_list_inner .cmn_content_01_text {
    padding: 20px 0 30px
  }
}

.nursinghome .nursing_about {
  padding-top: 100px;
  background: #fff
}

@media (max-width:768px) {
  .nursinghome .nursing_about {
    padding-top: 50px
  }
}

.nursinghome .nursing_about .wrapper_in {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 80px
}

@media (max-width:768px) {
  .nursinghome .nursing_about .wrapper_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px
  }
}

.nursinghome .nursing_about .wrapper_in .cmn_overview_map .boxer {
  display: block;
  width: 450px;
  height: 270px
}

@media (max-width:768px) {
  .nursinghome .nursing_about .wrapper_in .cmn_overview_map .boxer {
    width: 100%;
    height: 220px;
    margin-top: 20px
  }
}

.nursinghome .nursing_about .wrapper_in .cmn_overview_map .maps-outer {
  margin-top: 37px
}

.nursinghome .nursing_about .wrapper_in .cmn_overview_map .maps-outer iframe {
  width: 450px;
  height: 270px
}

@media (max-width:768px) {
  .nursinghome .nursing_about .wrapper_in .cmn_overview_map .maps-outer iframe {
    width: 100%;
    height: 220px
  }
}

.nursinghome .nursing_about .cmn_map_desc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 35px;
  border-radius: 0 20px;
  background: #edf8d3;
  text-align: center
}

@media (max-width:768px) {
  .nursinghome .nursing_about .cmn_map_desc {
    width: 90%;
    margin: 20px auto 0
  }
}

.nursinghome .nursing_about .cmn_map_desc p {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #4b3a37;
  font-weight: 700;
  letter-spacing: .05em
}

.nursinghome .nursing_about .cmn_map_desc p:before {
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  font-family: Font Awesome\ 5 free;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  content: "\f239"
}

.nursinghome .nursing_about .nursing_about_img_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  gap: 3vw 5%;
  row-gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: calc(1000px - 2%);
  margin: 0 auto;
  padding: 80px 0 100px
}

.nursinghome .nursing_about .nursing_about_img_list:before {
  position: absolute;
  bottom: 25px;
  left: -90px;
  width: 150px;
  height: 116px;
  background: url(../images/leaf02.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .nursinghome .nursing_about .nursing_about_img_list:before {
    -webkit-transform: rotate(-35deg);
    bottom: 0;
    left: -20px;
    transform: rotate(-35deg)
  }
}

.nursinghome .nursing_about .nursing_about_img_list:after {
  position: absolute;
  top: 0;
  right: -85px;
  width: 150px;
  height: 116px;
  background: url(../images/leaf.png) no-repeat 50%/contain;
  content: ""
}

@media (max-width:768px) {
  .nursinghome .nursing_about .nursing_about_img_list:after {
    -webkit-transform: rotate(-20deg);
    top: 0;
    right: -26px;
    transform: rotate(-20deg)
  }
}

.nursinghome .nursing_about .nursing_about_img_list li {
  width: 45%
}

@media (max-width:768px) {
  .nursinghome .nursing_about .nursing_about_img_list li {
    width: 90%;
    margin: 0 auto
  }
}

.nursinghome .nursing_about .nursing_about_img_list li .about_img {
  width: 100%;
  height: 280px
}

@media (max-width:768px) {
  .nursinghome .nursing_about .nursing_about_img_list li .about_img {
    height: 240px
  }
}

.nursinghome .nursing_about .nursing_about_img_list li .about_img>img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px
}

.nursinghome .nursing_about .nursing_about_img_list li .about_txt {
  padding-top: 20px
}

@media (max-width:768px) {
  .nursinghome .nursing_about .nursing_about_img_list li .about_txt {
    padding-top: 10px
  }
}

.nursinghome .nursing_recruit_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 160px
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    padding: 50px 0 80px
  }
}

.nursinghome .nursing_recruit_block .recruit_txt_box {
  padding: 40px;
  border-radius: 20px 0 0 20px;
  background: #f2c097;
  color: #fff;
  letter-spacing: .1em
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block .recruit_txt_box {
    padding: 40px 20px 20px;
    border-radius: 20px 20px 0 0
  }
}

.nursinghome .nursing_recruit_block .recruit_txt_box .recruit_ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block .recruit_txt_box .recruit_ttl {
    font-size: 20px;
    font-size: 1.25rem
  }
}

.nursinghome .nursing_recruit_block .recruit_txt_box .recruit_text {
  letter-spacing: .05em
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block .recruit_txt_box .recruit_text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
  }
}

.nursinghome .nursing_recruit_block .recruit_img {
  width: 450px;
  height: 338px;
  border-radius: 0 20px 20px 0
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block .recruit_img {
    -o-object-fit: cover;
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 0 0 20px 20px
  }
}

.nursinghome .nursing_recruit_block .tel_link {
  display: block;
  position: relative;
  padding-left: 45px;
  color: #fff;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: .05em;
  pointer-events: none
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block .tel_link {
    font-size: 35px;
    font-size: 2.1875rem;
    pointer-events: all
  }
}

.nursinghome .nursing_recruit_block .tel_link:hover {
  opacity: 1
}

.nursinghome .nursing_recruit_block .tel_link:before {
  display: block;
  position: absolute;
  top: 16px;
  left: 5px;
  font-family: Font Awesome\ 5 free;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  content: "\f879"
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block .tel_link:before {
    top: 10px
  }
}

.nursinghome .nursing_recruit_block .btn_contact {
  display: block;
  width: 300px;
  border: 5px solid #c27575;
  border-radius: 20px;
  background: #e19292
}

.nursinghome .nursing_recruit_block .btn_contact p {
  position: relative;
  padding: 10px 20px 10px 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center
}

.nursinghome .nursing_recruit_block .btn_contact p:before {
  -webkit-transition: all .3s ease;
  display: block;
  position: absolute;
  top: -3px;
  left: 48px;
  color: #fff;
  font-family: Font Awesome\ 5 free;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  content: "\f0e0";
  transition: all .3s ease
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block .btn_contact p:before {
    left: calc(28% - 30px)
  }
}

.nursinghome .nursing_recruit_block .btn_contact:hover {
  opacity: 1
}

.nursinghome .nursing_recruit_block .btn_contact:hover p:before {
  -webkit-animation: swing .8s;
  animation: swing .8s
}

@media (max-width:768px) {
  .nursinghome .nursing_recruit_block .btn_contact:hover p:before {
    -webkit-animation: none;
    animation: none
  }
}

.nursinghome .nursing_contact {
  position: relative;
  padding-bottom: 145px;
  background: #f9fff5
}

@media (max-width:768px) {
  .nursinghome .nursing_contact {
    padding-bottom: 100px
  }
}

.nursinghome .nursing_contact .cmn_title_01 span {
  background: #add390
}

.nursinghome .nursing_contact .cmn_contact_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 {
  padding-left: 0
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 {
  position: relative;
  background: #add390
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02:before {
  -webkit-transform: translate(-50%);
  position: absolute;
  top: -80px;
  left: 49%;
  width: 220px;
  height: 100%;
  transform: translate(-50%);
  background: url(../images/fukidasi.png) no-repeat 50%/contain;
  content: ""
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02:after {
  -webkit-transform: translate(-50%);
  position: absolute;
  top: -40px;
  left: 50%;
  width: 190px;
  transform: translate(-50%);
  color: #575757;
  font-size: 15px;
  font-weight: 700;
  content: "ご見学は随時受付中です"
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 p:last-of-type:before {
  background: #81a467
}

@media (max-width:768px) {
  .nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .tel_link_02 {
    margin-top: 30px
  }
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact {
  border: 5px solid #c27575;
  background: #e19292
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p {
  position: relative
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p:before {
  -webkit-transition: all .3s ease;
  display: block;
  position: absolute;
  left: 70px;
  color: #fff;
  font-family: Font Awesome\ 5 free;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  content: "\f0e0";
  transition: all .3s ease
}

@media (max-width:768px) {
  .nursinghome .nursing_contact .cmn_contact_inner .cmn_contact_block_01 .btn_contact p:before {
    left: calc(28% - 30px)
  }
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_office>p {
  color: #333
}

.nursinghome .nursing_contact .cmn_contact_inner .cmn_office>p:after {
  background: #d8cabe
}

.nursinghome .footer .nav_ft {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.nursinghome .footer .helper_link {
  height: auto;
  padding: 20px 10px;
  line-height: 1.8
}

.nursinghome .footer .helper_link:before {
  display: none;
  padding: 10px
}

.footer {
  padding: 91px 0 100px;
  background: url(../images/footer_bg.jpg) no-repeat 50%/cover
}

@media (max-width:768px) {
  .footer {
    padding: 50px 0
  }
}

.footer .nav_ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .footer .nav_ft {
    display: none
  }
}

.footer .nav_ft li {
  margin-right: 23px
}

.footer .nav_ft li a {
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  white-space: nowrap
}

.footer .nav_ft li:last-of-type {
  margin-right: 0
}

.footer .ft_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 95px
}

@media (max-width:768px) {
  .footer .ft_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0
  }
}

.footer .ft_inner .ft_block_01 .logo_rin_02>img {
  width: 343px;
  height: 23px
}

@media (max-width:768px) {
  .footer .ft_inner .ft_block_01 .logo_rin_02>img {
    width: 274px;
    height: 18px
  }
}

.footer .ft_inner .ft_block_01 .logo_lime_02>img {
  width: 325px;
  height: 24px
}

@media (max-width:768px) {
  .footer .ft_inner .ft_block_01 .logo_lime_02>img {
    width: 260px;
    height: 19px
  }
}

.footer .ft_inner .ft_block_01 .logo_momoyume {
  display: block;
  width: 145px;
  height: 160px
}

@media (max-width:768px) {
  .footer .ft_inner .ft_block_01 .logo_momoyume {
    width: 105px;
    height: 120px
  }
}

.footer .ft_inner .ft_block_01 .logo_momoyume>img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.footer .ft_inner .ft_block_01 .momoyume_insta {
  position: relative
}

.footer .ft_inner .ft_block_01 .momoyume_insta:hover {
  opacity: 1
}

.footer .ft_inner .ft_block_01 .momoyume_insta:before {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  color: #fff;
  font-family: Font Awesome\ 5 brands;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1;
  content: "\f16d"
}

@media (max-width:768px) {
  .footer .ft_inner .ft_block_01 .momoyume_insta:before {
    top: 62px
  }
}

.footer .ft_inner .ft_block_01 .ft_adress {
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  font-size: .875rem
}

.footer .ft_copyright {
  margin-top: 50px;
  color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  white-space: nowrap;
  opacity: .5
}

.footer #page-top {
  -webkit-transition: none;
  -webkit-transform: translateX(120px);
  -webkit-transition: all .3s ease;
  display: block;
  z-index: 10;
  position: fixed;
  right: 1%;
  bottom: 90px;
  width: 74px;
  height: 74px;
  transform: translateX(120px);
  border: 5px solid #575757;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  transition: none;
  transition: all .3s ease
}

@media (max-width:768px) {
  .footer #page-top {
    right: 5%;
    bottom: 3%;
    width: 50px;
    height: 50px
  }
}

.footer #page-top.LeftMove {
  -webkit-animation: LeftAnime .5s forwards;
  animation: LeftAnime .5s forwards
}

.footer #page-top.RightMove {
  -webkit-animation: RightAnime .5s forwards;
  animation: RightAnime .5s forwards
}

.footer #page-top .page-top_inner {
  -webkit-transition: all .3s ease;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .3s ease
}

.footer #page-top .page-top_inner span {
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 65px
}

@media (max-width:768px) {
  .footer #page-top .page-top_inner span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px
  }
}

.footer #page-top:hover {
  background: #575757;
  opacity: 1
}

@media (max-width:768px) {
  .footer #page-top:hover {
    background: #333
  }
}

.footer #page-top:hover .page-top_inner {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

@media (max-width:768px) {
  .footer #page-top:hover .page-top_inner {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes LeftAnime {
  0% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes LeftAnime {
  0% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes RightAnime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}

@keyframes RightAnime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.vacant_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%
}

.small_txt {
  font-size: 20px
}

.helper .header:before {
  top: -40px;
  left: -73px;
  width: 596px;
  height: 151px;
  background: url(../images/brush_green_03.png) no-repeat 10%/contain
}

.helper .mainimg {
  overflow: hidden;
  background: url(../images/mainimg_04.jpg) no-repeat 50%/cover
}

@media (max-width:768px) {
  .helper .mainimg {
    position: relative;
    background-position: 64%
  }
}

.helper .mainimg:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#93ad74));
  background: -webkit-linear-gradient(right, transparent, #93ad74);
  background: linear-gradient(-90deg, transparent, #93ad74);
  content: ""
}

@media (max-width:768px) {
  .helper .mainimg:before {
    right: 0;
    left: auto;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#93ad74));
    background: -webkit-linear-gradient(top, transparent, #93ad74);
    background: linear-gradient(180deg, transparent, #93ad74)
  }
}

.helper .mainimg .mainimg_text_01 {
  top: 20%;
  left: 10%
}

@media (max-width:768px) {
  .helper .mainimg .mainimg_text_01 {
    position: absolute;
    top: auto;
    right: 16%;
    bottom: -6%;
    left: auto
  }
}

.helper .mainimg .mainimg_text_01:after {
  right: -92px;
  bottom: -10px
}

@media (max-width:768px) {
  .helper .mainimg .mainimg_text_01:after {
    right: auto;
    bottom: 39px;
    left: 31px
  }
}

.helper .helper_hd-tel_wrap {
  display: block;
  width: 211px;
  padding: 11px 20px;
  border: 5px solid #8fb574;
  border-radius: 20px;
  background-color: #add390;
  color: #fff;
  font-weight: 700
}

.helper .nav_block_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.helper .cmn_content_01:first-of-type {
  padding-top: 30px
}

.logo_helper {
  color: #333;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500
}

@media (max-width:768px) {
  .logo_helper {
    font-size: 16px;
    font-size: 1rem
  }
}

.logo_helper>span {
  display: block
}

.helper-service_sec {
  padding-top: 100px
}

.helper-service_ttl {
  padding: 120px 0;
  background-image: url(../images/brush_green_03.png);
  background-position: 50%;
  background-size: contain
}

@media (max-width:768px) {
  .helper-service_ttl {
    padding: 50px 0
  }
}

.helper .cmn_title_02.is_grren_01 {
  background-color: #d2dd9b
}

.helper .cmn_title_02.is_grren_02 {
  background-color: #add390
}

.helper .cmn_title_02.is_green_03 {
  background-color: #93bc7e
}

.helper_content_1 .helper-cmn_tbl dd,
.helper_content_1 .helper-cmn_tbl dt {
  border-color: #d2dd9b
}

.helper_content_1 .helper-cmn_lists>li {
  background-color: #f4f7e7
}

.helper_content_1 .helper-cmn_staff_lists p:before {
  background-color: #d2dd9b
}

.helper_content_2 .helper-cmn_tbl dd,
.helper_content_2 .helper-cmn_tbl dt {
  border-color: #add390
}

.helper_content_2 .helper-cmn_lists>li {
  background-color: #e3f0d9
}

.helper_content_2 .helper-cmn_staff_lists p:before {
  background-color: #add390
}

.helper_content_3 .helper-cmn_tbl dd,
.helper_content_3 .helper-cmn_tbl dt {
  border-color: #93bc7e
}

.helper_content_3 .helper-cmn_lists>li {
  background-color: #e7f0e3
}

.helper_content_3 .helper-cmn_staff_lists p:before {
  background-color: #93bc7e
}

.helper-cmn_unit {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  gap: 50px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 5%
}

.helper-cmn_tbl {
  width: 100%
}

.helper-cmn_tbl dl {
  gap: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:1024px) {
  .helper-cmn_tbl dl {
    gap: 0 10px
  }
}

.helper-cmn_tbl dl dt {
  width: 30%;
  padding: 20px;
  border-bottom: 1px solid #add390;
  background: transparent;
  font-weight: 700
}

@media (max-width:768px) {
  .helper-cmn_tbl dl dt {
    padding: 10px
  }
}

.helper-cmn_tbl dl dd {
  width: 70%;
  padding: 20px;
  border-bottom: 1px solid #add390
}

@media (max-width:768px) {
  .helper-cmn_tbl dl dd {
    padding: 10px
  }
}

.helper-cmn_business {
  width: 100%
}

.helper-cmn_business .cmn_title_01 {
  text-align: left
}

.helper-cmn_business .helper-cmn_lists {
  margin-top: 15px
}

.helper-cmn_lists {
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 30px 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%
}

.helper-cmn_lists>li {
  width: 48%;
  padding: 20px;
  border: 1px solid #add390;
  border-radius: 10px;
  background-color: #f7fff0
}

@media (max-width:768px) {
  .helper-cmn_lists>li {
    width: 100%;
    font-size: 15px;
    font-size: .9375rem
  }
}

.helper-cmn_staff {
  width: 100%
}

.helper-cmn_staff .cmn_title_01 {
  width: 100%;
  margin: 0 auto;
  text-align: left
}

.helper-cmn_staff_lists {
  -ms-flex-wrap: wrap;
  gap: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}

@media (max-width:768px) {
  .helper-cmn_staff_lists {
    gap: 20px 4%
  }
}

.helper-cmn_staff_lists>li {
  width: 30%;
  max-width: 250px
}

@media (max-width:1024px) {
  .helper-cmn_staff_lists>li {
    width: 48%;
    max-width: 48%
  }
}

.helper-cmn_staff_lists>li img {
  aspect-ratio: 12/13;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
  border-radius: 0 20px 0 0
}

.helper-cmn_staff_lists>li p {
  position: relative;
  margin-top: 5px;
  padding-left: 1.3rem
}

.helper-cmn_staff_lists>li p:before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #add390;
  content: ""
}

.helper-cmn_gallery {
  width: 100%;
  padding-bottom: 35px;
  background-image: url(../images/brush_green_03.png);
  background-position: bottom;
  background-size: contain
}

.helper-cmn_gallery .cmn_title_01 {
  text-align: left
}

.helper-cmn_gallery .helper-cmn_gallery_lists {
  -ms-flex-wrap: wrap;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px
}

@media (max-width:768px) {
  .helper-cmn_gallery .helper-cmn_gallery_lists {
    gap: 10px 5%
  }
}

.helper-cmn_gallery .helper-cmn_gallery_lists>li {
  aspect-ratio: 3/2;
  width: 30%;
  max-width: 300px;
  overflow: hidden
}

@media (max-width:768px) {
  .helper-cmn_gallery .helper-cmn_gallery_lists>li {
    max-width: 30%
  }
}

.helper-cmn_gallery .helper-cmn_gallery_lists>li .boxer {
  display: block;
  width: 100%;
  height: 100%
}

.helper-cmn_gallery .helper-cmn_gallery_lists>li img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.helper-map {
  aspect-ratio: 16/9;
  position: relative;
  width: 60%;
  margin: 40px auto 0
}

@media (max-width:768px) {
  .helper-map {
    width: 95%;
    margin: 20px auto 0
  }
}

.helper-map iframe {
  width: 100%;
  height: 100%
}

.helper-map+p {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 3rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500
}

@media (max-width:768px) {
  .helper-map+p {
    width: 100%;
    padding: 20px 5% 0 54px;
    font-size: 15px;
    font-size: .9375rem
  }
}

.helper-map+p:before {
  -webkit-transition: all .3s ease;
  position: absolute;
  top: 15px;
  left: 70px;
  left: 0;
  color: #add390;
  font-family: Font Awesome\ 5 Free;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  content: "\f3c5";
  transition: all .3s ease
}

@media (max-width:768px) {
  .helper-map+p:before {
    left: 10px
  }
}

.helper-map:before {
  display: block;
  position: absolute;
  top: -100px;
  right: -96px;
  width: 122px;
  height: 147px;
  background-image: url(../images/leaf.png);
  content: ""
}

@media (max-width:768px) {
  .helper-map:before {
    top: -127px;
    right: 10px;
    width: 84px;
    height: 102px;
    background-size: contain
  }
}

.helper-map:after {
  -webkit-transform: rotate(-170deg);
  display: block;
  position: absolute;
  bottom: -100px;
  left: -135px;
  width: 122px;
  height: 147px;
  transform: rotate(-170deg);
  background-image: url(../images/leaf.png);
  content: ""
}

@media (max-width:768px) {
  .helper-map:after {
    display: none
  }
}

.helper-access_sec {
  padding: 50px 0
}

.helper-tel_wrap {
  padding: 11px 20px;
  border: 5px solid #8fb574;
  border-radius: 20px;
  background-color: #add390
}

.helper-tel_links dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 12px
}

.helper-tel_links dl dt {
  position: relative;
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700
}

.helper-tel_links a {
  position: relative;
  padding: 0 0 0 2rem;
  color: #fff;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1
}

@media (max-width:768px) {
  .helper-tel_links a {
    font-size: 27px;
    font-size: 1.6875rem
  }
}

.helper-tel_links a:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  font-family: Font Awesome\ 5 free;
  font-size: 30px;
  font-size: 1.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  content: "\f879"
}

.helper-tel_links a[href^="tel:"] {
  display: inline-block
}

@media (min-width:769px) {
  .helper-tel_links a[href^="tel:"] {
    pointer-events: none
  }
}

.helper-tel_txt {
  margin-top: 19px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  text-align: center
}

.helper_contact_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.helper_symbol img {
  width: 70px;
  padding-right: 5px
}

@media (max-width:768px) {
  .helper_symbol img {
    width: 40px
  }
}

.helper_ft_logo-txt {
  width: 315px;
  color: #fff;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 20px;
  font-size: 1.25rem
}

.helper_nav_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 11px 20px 24px;
  border: 5px solid #8fb574;
  border-radius: 20px;
  background-color: #add390
}

.helper_nav_link a {
  margin-top: 10px;
  color: #fff;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 20px;
  font-size: 1.25rem
}

.helper_nav_link a p {
  line-height: 1.2
}

.helper_nav_link a p:first-of-type {
  font-size: 13px;
  font-size: .8125rem;
  text-align: left
}

.helper_nav_link a p:nth-of-type(2) {
  position: relative;
  padding-left: 1.8rem;
  font-size: 24px;
  font-size: 1.5rem
}

.helper_nav_link a p:nth-of-type(2):before {
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  font-family: Font Awesome\ 5 free;
  font-size: 30px;
  font-size: 1.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  content: "\f879"
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all .3s;
  display: inline-block;
  padding: 10px 2em;
  border-radius: 5px;
  background: #fdf8f4;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  transition: all .3s
}

@media (max-width:480px) {

  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 5px 2em
  }
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: .6
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: .2rem .4rem;
  border: 1px solid #fdf8f4;
  font-size: 16px;
  font-size: 1rem
}

input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4b3a37
}

input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4b3a37
}

input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4b3a37
}

input[type=email]::-ms-input-placeholder,
input[type=file]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #4b3a37
}

input[type=email]::placeholder,
input[type=file]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #4b3a37
}

.select-form {
  position: relative;
  overflow: hidden;
  border: 1px solid #fdf8f4;
  outline: none;
  text-align: center
}

.select-form:before {
  position: absolute;
  top: .9rem;
  right: .9rem;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 8px solid #999;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  pointer-events: none
}

.select-form:after {
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #fdf8f4;
  content: ""
}

.select-form select {
  width: 100%;
  padding: .2rem 2.9rem .2rem .4rem;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
  text-indent: .01px;
  cursor: pointer
}

.select-form select::-ms-expand {
  display: none
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle
}

@media (max-width:480px) {
  img {
    width: 100%;
    height: auto
  }
}

a {
  -webkit-transition: all .3s;
  color: currentColor;
  color: #f5b5b5;
  text-decoration: none;
  transition: all .3s
}

a:hover {
  opacity: .6
}

table {
  width: 100%
}

table th {
  background: #fdf8f4;
  font-weight: 700
}

table td,
table th {
  padding: 10px 20px;
  border: 1px solid #fdf8f4;
  line-height: 1.4
}

@media (max-width:480px) {

  table td,
  table th {
    padding: 5px 10px
  }
}

b,
strong {
  font-weight: 700
}

em {
  font-style: italic
}

code,
kbd,
pre,
samp,
textarea {
  font-family: Noto Sans JP, sans-serif
}

* *

/* 最低限 ― 自前の CSS がある場合は調整してください */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .6);
  align-items: center;
  justify-content: center;
}

.modal.open {
  display: flex;
}

.modal-inner {
  background: #fff;
  padding: 2rem;
  max-width: 500px;
  width: 90%;
  border-radius: 4px;
}

.modal-list {
  margin: 1rem 0;
}

.modal-list dt {
  font-weight: 700;
  margin-top: .5rem;
}

.modal-list dd {
  margin-left: 0;
}

.modal-btns {
  display: flex;
  gap: .5rem;
  justify-content: flex-end;
  margin-top: 1rem;
}

.modal-done {
  color: #009245;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}