@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Zen Maru Gothic", sans-serif;
  color: #4b3a45;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Zen Maru Gothic", sans-serif;
}

a {
  text-decoration: none;
  color: #4b3a45;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

::-moz-selection {
  background-color: #fff800;
  color: #4b3a45;
}

::selection {
  background-color: #fff800;
  color: #4b3a45;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 8%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner_600 {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_600 {
    padding: 0 8%;
  }
}
.inner_600::after {
  content: "";
  display: block;
  clear: both;
}

.inner_1280 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_1280 {
    padding: 0 8%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  header {
    background: #fff;
  }
}

header.is-scrolled {
  background: #fff;
}

.header_box {
  padding-right: 40px;
  display: flex;
  width: 100%;
  height: 84px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 10px 8px 10px 0px;
    height: 56px;
  }
}

#header_left {
  width: 312px;
  height: 84px;
  background: #fff;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  #header_left {
    width: 170px;
    height: 25.25px;
  }
}
@media screen and (max-width: 767px) {
  #header_left .header_ttl {
    height: auto;
  }
}
#header_left .header_ttl a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#header_left .header_ttl a img.logo {
  width: 240px;
  display: block;
  margin: 0 auto;
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  #header_left .header_ttl a img.logo {
    width: 150px;
    padding: 0;
  }
}

#header_right .header_navi {
  display: flex;
  align-items: center;
}
#header_right .header_navi li {
  width: 166px;
  height: 48px;
  margin-right: 8px;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  #header_right .header_navi li {
    width: 95px;
    height: 35px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  #header_right .header_navi li:has(.recruit_btn) a {
    font-size: 0.75rem;
  }
}
#header_right .header_navi li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  background: #eb8090;
  color: #fff;
  font-weight: bold;
  border-radius: 128px;
  line-height: 45px;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  #header_right .header_navi li a {
    font-weight: 500;
    line-height: 35px;
    font-size: 0.8em;
  }
}
#header_right .header_navi li a.recruit_btn {
  background-color: #FFEFF0;
  color: #eb8090;
}
#header_right .header_navi li:last-child {
  margin-right: 0;
}
#header_right .header_navi li:last-child a {
  border: 2px solid #eb8090;
  background: #fff;
  color: #eb8090;
  line-height: 41px;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #header_right .header_navi li:last-child a {
    border: 1px solid #eb8090;
    line-height: 32px;
    font-size: 0.85em;
  }
}
#header_right .header_navi li:hover {
  transform: scale(1.05);
}

#footer {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#footer a {
  color: #fff;
}

.f_img {
  margin-bottom: -1px;
}

.footer_box {
  width: 100%;
  overflow: hidden;
  background: #f8bfc6;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer_box {
    padding: 40px 20px 60px 20px;
  }
}

.txt_area .txt01 {
  font-size: 0.875em;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt_area .txt01 {
    font-size: 0.933em;
  }
}
.txt_area .txt02 {
  font-size: 0.625em;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt_area .txt02 {
    font-size: 0.667em;
  }
}
.txt_area .txt03 {
  font-size: 0.75em;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .txt_area .txt03 {
    font-size: 0.8em;
  }
}

.f_logo {
  max-width: 240px;
  margin: 0 auto 20px;
}

.tel_area {
  font-size: 0.875em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 357px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tel_area {
    font-size: 0.933em;
  }
}
.tel_area li {
  width: 50%;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tel_area li {
    margin-bottom: 5px;
  }
}
.tel_area li:first-child {
  border-right: 1px solid #fff;
}
.tel_area li:last-child {
  margin-top: 10px;
  width: 100%;
}
.tel_area li .fa-phone:before {
  content: "\f095";
}
.tel_area li .fax:before {
  content: "\f1ac";
}
.tel_area li .mail:before {
  content: "\f0e0";
}

.copy {
  padding: 24px 0px;
  text-align: center;
  background: #eb8090;
}
.copy .list_copy {
  max-width: 215px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .copy .list_copy {
    margin-bottom: 10px;
  }
}
.copy .list_copy li {
  font-size: 0.75em;
}
.copy .list_copy li:first-child {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid;
}
.copy p {
  font-size: 0.75em;
}

.main_img {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main_img {
    height: 90vh;
  }
}
@media screen and (max-width: 767px) {
  .main_img {
    height: 95vh;
    display: block;
  }
}
.main_img::before {
  position: absolute;
  content: "";
  background: url(../images/main_img.png) no-repeat center bottom/cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .main_img::before {
    background: url(../images/main_img_sp.png) no-repeat center bottom/cover;
  }
}

.text-animate span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1px);
  animation: fadeUp 1.5s ease forwards;
  letter-spacing: 0.09em;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main_txt_area {
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0px 0px 120px;
  max-width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .main_txt_area {
    text-align: center;
    margin: 0 auto;
    padding: 85px 0;
    max-width: none;
  }
}
.main_txt_area h2 {
  font-size: 4.5em;
  font-weight: 500;
  color: #eb8090;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main_txt_area h2 {
    font-size: 2.4em;
  }
}
.main_txt_area .txt_block {
  background: #fff;
  border-radius: 6px;
  padding: 10px 16px 12px 16px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main_txt_area .txt_block {
    padding: 8px 14px 10px 14px;
    margin-bottom: 10px;
  }
}
.main_txt_area .txt_block p {
  color: #eb8090;
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .main_txt_area .txt_block p {
    font-size: 0.933em;
  }
}

.line_box {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 120px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 28px rgba(235, 128, 144, 0.16);
  height: 200px;
  width: 200px;
  padding: 28px 0px 0px 0px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .line_box {
    bottom: 80px;
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .line_box {
    height: 136px;
    width: 136px;
    padding: 30px 0px 0px 0px;
    bottom: 30px;
    right: 10px;
  }
}
.line_box img {
  width: 32px;
  height: auto;
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
  .line_box img {
    display: none;
  }
}
.line_box .txt {
  font-size: 1.875em;
}
@media screen and (max-width: 767px) {
  .line_box .txt {
    font-size: 1.467em;
  }
}
.line_box .txt span {
  display: block;
  font-size: 0.677em;
  font-weight: 700;
}
.line_box .txt02 {
  border-top: 1px solid;
  padding-top: 10px;
  width: 136px;
  margin: 10px auto 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .line_box .txt02 {
    font-size: 0.733em;
    width: 100px;
    padding-top: 8px;
    margin: 8px auto 0;
  }
}

.line_box02 {
  right: 140px;
  z-index: -1;
}

.sec01 {
  padding: 60px 20px 150px 20px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 70px 20px 100px 20px;
  }
}
.sec01:before {
  position: absolute;
  content: "";
  background: url(../images/sec01_arrow.png) no-repeat center/contain;
  width: 150px;
  height: 53px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -53px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec01:before {
    width: 80px;
    height: 52px;
    bottom: -39px;
  }
}

.sec02 {
  padding: 165px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 85px 0 0;
  }
}
.sec02::before {
  position: absolute;
  content: "";
  background: url(../images/sakura_bg.png) no-repeat right/contain;
  width: 1000px;
  height: 421px;
  bottom: 128px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec02::before {
    width: 362px;
    height: 216px;
    bottom: 175px;
    right: -80px;
  }
}
.sec02 .inner {
  max-width: 1340px;
}

.sec03 {
  position: relative;
  margin-top: -220px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-top: -180px;
  }
}
.sec03 .inner {
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner {
    padding: 0 4%;
  }
}
.sec03 .sec03_box {
  background: #eb8090;
  color: #fff;
  text-align: center;
  padding: 60px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03_box {
    padding: 45px 25px;
  }
}
.sec03 .sec03_box:before {
  position: absolute;
  content: "";
  background: url(../images/contact_bg.png) no-repeat left/contain;
  width: 350px;
  height: 211px;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03_box:before {
    width: 315px;
  }
}
.sec03 .sec03_box .ttl {
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03_box .ttl {
    font-size: 1.33em;
  }
}
.sec03 .sec03_box .btn {
  background: #fff;
  width: 267px;
  line-height: 68px;
  margin: 30px auto 0;
  border-radius: 128px;
  transition: 0.3s;
}
.sec03 .sec03_box .btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #eb8090;
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
}
.sec03 .sec03_box .btn a:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
}
.sec03 .sec03_box .btn:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.sec04 {
  padding: 84px 0px 144px 0px;
}
.sec04 .inner {
  max-width: 1460px;
  position: relative;
}
.sec04 .inner .img_left {
  position: absolute;
  content: "";
  width: 320px;
  height: 240px;
  left: 0;
  bottom: -50px;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .img_left {
    width: 270px;
  }
}
.sec04 .inner .img_left_bg {
  position: absolute;
  content: "";
  width: 653px;
  height: 601px;
  left: -198px;
  top: -200px;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .img_left_bg {
    width: 289px;
    height: auto;
    left: -127px;
    top: -207px;
  }
}
.sec04 .inner .img_right {
  position: absolute;
  content: "";
  width: 280px;
  height: 400px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .sec04 .inner .img_right {
    width: 270px;
  }
}
.sec04 .inner .img_right_bg {
  position: absolute;
  content: "";
  width: 662px;
  height: 602px;
  right: -130px;
  bottom: -260px;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .img_right_bg {
    width: 229px;
    height: 206px;
    right: -36px;
    bottom: -210px;
  }
}

.sec05 {
  padding: 96px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 60px 0px;
  }
}
.sec05:before {
  position: absolute;
  content: "";
  background: url(../images/entry_bg_left.png) no-repeat center/contain;
  width: 115px;
  height: 144px;
  left: 80px;
  bottom: -33px;
}
@media screen and (max-width: 767px) {
  .sec05:before {
    height: 79px;
    left: 20px;
    width: 64px;
  }
}
.sec05:after {
  position: absolute;
  content: "";
  background: url(../images/entry_bg_right.png) no-repeat center/contain;
  width: 141px;
  height: 131px;
  top: -20px;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .sec05:after {
    height: 66px;
    right: 16px;
    width: 72px;
  }
}
.sec05 .inner {
  max-width: 660px;
}
.sec05_txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: -44px 0 56px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec05_txt {
    margin: -20px 0 20px;
    font-size: 0.933em;
  }
}

.sec06 {
  padding: 144px 0px 96px 0px;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 100px 0px 60px 0px;
  }
}
.sec06 .inner {
  max-width: 860px;
}
.sec06 .ttl_qa {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec06 .ttl_qa {
    font-size: 1.2em;
  }
}
.sec06 .ttl_qa img {
  width: 28px;
  height: 32px;
  margin-right: 12px;
}

.section_wrap {
  padding: 84px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 56px 0 0 0;
  }
}

.post-type-archive-recruit {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-recruit {
    margin-top: 100px;
  }
}

.search_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  background-color: #F7EDE2;
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .search_wrap {
    padding: 40px 15px;
  }
}
.search_wrap__item {
  width: 440px;
  max-width: 100%;
}
.search_wrap__item:nth-child(2) dt::before {
  -webkit-mask-image: url(../images/icon_map.svg);
          mask-image: url(../images/icon_map.svg);
  width: 24px;
  aspect-ratio: 1/1;
}
.search_wrap__item dt {
  position: relative;
  padding-left: 28px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .search_wrap__item dt {
    font-size: 1.125rem;
  }
}
.search_wrap__item dt::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon_sakura.png) no-repeat center/contain;
          mask: url(../images/icon_sakura.png) no-repeat center/contain;
  background-color: #eb8090;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search_wrap__item dd select {
  padding: 0 45px 0 32px;
  border-radius: 10px;
  height: 64px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/icon_select.svg) no-repeat right 24px center/14px auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .search_wrap__item dd select {
    padding: 0 40px 0 25px;
    background-position: right 15px center;
  }
}
.search_wrap__input {
  width: 100%;
}
.search_wrap__input button {
  display: block;
  position: relative;
  width: 280px;
  max-width: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #eb8090;
  border-radius: 25px;
  border: 0 none;
  outline: none;
  margin: 0 auto;
  transition: 0.3s;
}
.search_wrap__input button:hover {
  transform: scale(1.05);
}
.search_wrap__input button::after {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon_search.svg) no-repeat center/contain;
          mask: url(../images/icon_search.svg) no-repeat center/contain;
  background-color: #fff;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.sec_recruit {
  padding-bottom: 1px;
}

.recruit_wrap {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 60px min(4.8vw, 70px);
  align-items: center;
  width: 1160px;
  max-width: 100%;
  margin: 120px auto 160px;
  background-color: #fff;
  padding: 100px min(6.66vw, 100px);
}
@media screen and (max-width: 767px) {
  .recruit_wrap {
    grid-template-columns: minmax(0, 1fr);
    padding: 30px 15px;
    gap: 30px;
  }
}
.recruit_wrap__img {
  width: 100%;
  aspect-ratio: 480/321;
}
.recruit_wrap__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.recruit_wrap h1 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
  .recruit_wrap h1 {
    font-size: 1.5rem;
  }
}
.recruit_wrap__type, .recruit_wrap__address {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .recruit_wrap__type, .recruit_wrap__address {
    font-size: 0.875rem;
  }
}
.recruit_wrap__type::before, .recruit_wrap__address::before {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon_type.svg) no-repeat center/contain;
          mask: url(../images/icon_type.svg) no-repeat center/contain;
  background-color: #eb8090;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruit_wrap__address {
  margin-bottom: 8px;
}
.recruit_wrap__address::before {
  -webkit-mask-image: url(../images/icon_map.svg);
          mask-image: url(../images/icon_map.svg);
}
.recruit_wrap__salary {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 2px 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.recruit_wrap__salary dt {
  position: relative;
}
.recruit_wrap__salary dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: #4b3a45;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruit_wrap__salary dd span {
  font-size: 1.25rem;
  color: #eb8090;
}
.recruit_wrap__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.recruit_wrap__tag li {
  background-color: #FFEFF0;
  color: #eb8090;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 15px;
}
.recruit_wrap__guide {
  grid-column: 1/-1;
}
.recruit_wrap__guide h2 {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .recruit_wrap__guide h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.recruit_wrap__guide h2::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #eb8090;
  left: 0;
  bottom: 0;
}
.recruit_wrap__guide_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_wrap__guide_list {
    margin-bottom: 30px;
  }
}
.recruit_wrap__guide_list .item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 2px 24px;
  border-bottom: 1px solid rgba(75, 58, 69, 0.1);
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_wrap__guide_list .item {
    grid-template-columns: 1fr;
  }
}
.recruit_wrap__guide_list .item dt {
  font-weight: 700;
}
.recruit_wrap__guide_list .item dd {
  font-weight: 500;
}

.c-line-btn {
  display: block;
  position: relative;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 56px;
  background-color: #06C755;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 7px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-line-btn {
    font-size: 1rem;
  }
}
.c-line-btn::after {
  content: "";
  position: absolute;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../images/icon_line.svg) no-repeat center/contain;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn-pink {
  background: #eb8090;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  width: 170px;
  border-radius: 128px;
  display: block;
  margin: 0 auto;
  line-height: 48px;
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: 0.3s;
}
.c-btn-pink:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.sec_top_recruit {
  padding: 120px 0;
}

.list_sec01 {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .list_sec01 {
    display: block;
  }
}
.list_sec01 li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_sec01 li {
    max-width: 225px;
    margin: 0 auto 60px;
  }
}
.list_sec01 li .img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .list_sec01 li .img {
    margin-bottom: 16px;
  }
}
.list_sec01 li .img img {
  width: 100%;
}
.list_sec01 li .ttl {
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list_sec01 li .ttl {
    font-size: 1.2em;
  }
}
.list_sec01 li:last-child {
  margin-bottom: 0;
}

.list_sec02 {
  display: flex;
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .list_sec02 {
    display: block;
    margin-bottom: 250px;
  }
}
.list_sec02 li {
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-right: 5%;
  width: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_sec02 li {
    width: 100%;
    margin-bottom: 60px;
    padding: 30px 22px;
  }
}
.list_sec02 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_sec02 li:last-child {
    margin-bottom: 0;
  }
}
.list_sec02_num {
  position: absolute;
  content: "";
  width: 72px;
  height: auto;
  top: -26px;
  left: -23px;
}
.list_sec02_ttl {
  font-size: 1.25em;
  color: #eb8090;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_sec02_ttl {
    font-size: 1.2em;
  }
}
.list_sec02_img {
  width: 100%;
  margin-bottom: 20px;
}
.list_sec02_txt {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .list_sec02_txt {
    font-size: 0.933em;
  }
}

.list_flow {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.list_flow li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.list_flow li:last-child {
  margin-bottom: 0;
}
.list_flow li:last-child .num::before {
  content: none;
}
.list_flow li .num {
  width: 54px;
  height: 60px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_flow li .num {
    height: 53px;
    width: 47px;
  }
}
.list_flow li .num::before {
  position: absolute;
  content: "";
  border-left: 2px solid #f7ede2;
  width: 2px;
  height: 16px;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_flow li .num::before {
    bottom: -23px;
  }
}
.list_flow li .icon {
  width: 50px;
  height: 48px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .list_flow li .icon {
    height: 42px;
    width: 44px;
  }
}
.list_flow li .txt {
  font-size: 1.25em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_flow li .txt {
    font-size: 1.2em;
  }
}

.list_qa {
  font-family: "Noto Sans", sans-serif;
  margin: 18px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .list_qa {
    margin: 0px 0 60px 0;
  }
}
.list_qa li {
  border-bottom: 1px solid #f7ede2;
}
.list_qa li .q_area {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 30px 12px 30px 0px;
  justify-content: space-between;
}
.list_qa li .q_area .txt {
  color: #eb8090;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .list_qa li .q_area .txt {
    font-size: 1.067em;
  }
}
.list_qa li .q_area .txt span {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 1.25em;
}
.list_qa li .a_area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.list_qa li .a_area .txt {
  margin: 0px 0px 0px 15px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: 0.875em;
  padding: 0 12px 32px 12px;
}
@media screen and (max-width: 767px) {
  .list_qa li .a_area .txt {
    font-size: 0.933em;
  }
}
.list_qa li .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-right: 2px solid #4b3a45;
  border-bottom: 2px solid #4b3a45;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .list_qa li .arrow {
    width: 7px;
    height: 7px;
    margin-left: 3px;
  }
}
.list_qa li.is-open .a_area {
  max-height: 500px;
}
.list_qa li.is-open .arrow {
  transform: rotate(225deg);
}

.m0 {
  margin-bottom: 0;
}

.list_contact_nav {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 550px;
  margin: 0 auto 60px;
  font-size: 0.9375em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_contact_nav {
    max-width: 250px;
    font-size: 0.8em;
    margin: 0 auto 10vw;
  }
}
.list_contact_nav:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 480px;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  background: #2b87cb;
}
@media screen and (max-width: 767px) {
  .list_contact_nav:before {
    width: 200px;
    top: 7px;
  }
}
.list_contact_nav li span {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: block;
  margin: 0 auto 10px;
  background: #eee;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_contact_nav li span {
    width: 15px;
    height: 15px;
  }
}
.list_contact_nav li.current span {
  background: #4b3a45;
}

.list_recruit {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 56px min(2vw, 30px);
  margin-bottom: 60px;
}
.list_recruit__link_wrap {
  display: block;
  background-color: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.list_recruit__link_wrap:hover img {
  transform: scale(1.05);
}
.list_recruit__img {
  aspect-ratio: 406/271;
  overflow: hidden;
}
.list_recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_recruit__desc {
  padding: 25px 32px 30px;
}
@media screen and (max-width: 767px) {
  .list_recruit__desc {
    padding: 25px 15px;
  }
}
.list_recruit__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .list_recruit__ttl {
    font-size: 1.25rem;
  }
}
.list_recruit__type, .list_recruit__address {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .list_recruit__type, .list_recruit__address {
    font-size: 0.875rem;
  }
}
.list_recruit__type::before, .list_recruit__address::before {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon_type.svg) no-repeat center/contain;
          mask: url(../images/icon_type.svg) no-repeat center/contain;
  background-color: #eb8090;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_recruit__address {
  margin-bottom: 8px;
}
.list_recruit__address::before {
  -webkit-mask-image: url(../images/icon_map.svg);
          mask-image: url(../images/icon_map.svg);
}
.list_recruit__salary {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 2px 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.list_recruit__salary dt {
  position: relative;
}
.list_recruit__salary dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: #4b3a45;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_recruit__salary dd span {
  font-size: 1.25rem;
  color: #eb8090;
}
.list_recruit__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list_recruit__tag li {
  background-color: #FFEFF0;
  color: #eb8090;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 15px;
}
.list_recruit__link_text {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #eb8090;
  line-height: 48px;
}
.list_recruit__link_text::after {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 8/14;
  -webkit-mask: url(../images/arrow.png) no-repeat center/contain;
          mask: url(../images/arrow.png) no-repeat center/contain;
  background-color: #fff;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.dlist_policy {
  border-top: 1px solid #4b3a45;
  border-bottom: 1px solid #4b3a45;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.ttl_cmn {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
}
.ttl_cmn.center {
  text-align: center;
}

.hero_ttl {
  text-align: center;
  color: #EB8090;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .hero_ttl {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}

.bg_pink {
  background-image: linear-gradient(135deg, #f6dad3, #f7ede2);
}
.bg_beige {
  background: rgba(247, 237, 226, 0.7490196078);
}

.txt_pink {
  color: #eb8090;
}
.txt_noto {
  font-family: "Noto Sans", sans-serif;
}
.txt_gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.txt_center {
  text-align: center;
}

#topcontrol {
  width: 35px;
  height: 35px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%;
}

a.btn {
  display: inline-block;
  text-align: center;
  color: #eb8090;
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  background: #fff;
  width: 267px;
  line-height: 68px;
  margin: 30px auto 0;
  border-radius: 128px;
  transition: 0.3s;
}
a.btn:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
}
a.btn:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

#list_breadcrumb {
  font-size: 0.87em;
  padding: 1em 0;
  margin: 0;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  font-weight: bold;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #4b3a45;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #2b87cb;
}
.wp-pagenavi .current {
  background: #2b87cb;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

/*.contactform {
	margin-bottom: 2em;
	width: 100%;
	@include mq(md) {
		margin-bottom: 1em;
	}
	tr {
		th {
			padding: 20px 1em 10px 0;
			display: block;
			width: 100%;
			@include mq(md) {
				width: 100%;
				display: block;
				padding: 0 0 1em;
				font-size: 1em;
			}
		}
		td {
			width: 100%;
			padding: 10px 0;
			text-align: left;
			font-size: 1.0625em;
			@include mq(md) {
				width: 100%;
				display: block;
				padding: 0 0 2em;
				font-size: 1em;
			}
		}
	}
}
input, textarea, select {
	width: 100%;
	padding: 1em;
	border-radius: 10px;
	border: none;
	background: #f7f7f7;
	font-family: $maru;
	outline: none;
}
input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
select {
    width: 70%;
	@include mq(md) {
		width: 100%;
	}
}
textarea {
	height: 250px;
}
input#zip, input#zip1 {
	width: 25%;
	@include mq(md) {
		width: 35% !important;
	}
}
span.mwform-tel-field input {
    width: 25% !important;
	@include mq(md) {
		width: 28% !important;
	}
}
.submit, .backBtn {
	max-width: 345px;
    width: 90%;
    margin: 0 auto;
    padding: 1.5em;
    display: block;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border: none;
    font-weight: bold;
    background: $mainColor;
    transition: .3s;
    border-radius: 0;
	font-size: 1.3125em;
	@include mq(md) {
		font-size: 1.1em;
	}
	&:hover {
		opacity: .8;
	}
}
.backBtn {
	background: #2b87cb;
	margin-top: 1.5em;
}
.required {
	font-size: .6em;
	display: inline-block;
	margin-left: 2em;
	line-height: 1;
	background: $mainColor;
	color: #fff;
	padding: .5em 1em;
	vertical-align: middle;
}
.policy_p {
    text-align: center;
    font-size: .9375em;
    margin-bottom: 50px;
	input[type=checkbox] {
		width: 38px;
		height: 35px;
		border-radius: 10px;
		vertical-align: middle;
	}
}*/
.contact_form {
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_form {
    margin-bottom: 1em;
  }
}
.contact_form tr {
  display: block;
}
.contact_form tr th {
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact_form tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contact_form tr td {
  width: 100%;
  text-align: left;
  font-size: 1em;
  display: block;
  margin-bottom: 20px;
  transition: 0.3s;
}
.contact_form tr td input:hover {
  background: #EEEEEE;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact_form tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 0.7em 1em;
  border: none;
  background: #fff;
  font-family: "Noto Sans", sans-serif;
  outline: none;
}

.required {
  font-size: 0.625em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  color: #eb8090;
  font-family: "Noto Sans", sans-serif;
  padding: 0.5em 1em;
  vertical-align: middle;
  border: 1px solid #eb8090;
}

.wpcf7-textarea {
  width: 100%;
  color: #4b3a45;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.wpcf7-textarea::-moz-placeholder {
  color: #e5e5e5;
}

.wpcf7-textarea::placeholder {
  color: #e5e5e5;
}

.wpcf7-text {
  width: 100%;
  color: #4b3a45;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.wpcf7-text::-moz-placeholder {
  color: #e5e5e5;
}

.wpcf7-text::placeholder {
  color: #e5e5e5;
}

.zip1 {
  width: 60px;
}

.zip2 {
  width: 100px;
}

.formtel {
  width: 100px;
  height: 16px;
}

.wpcf7-form-control wpcf7-text zip {
  width: 30%;
}

.addr {
  width: 90%;
}

.contactformsubmit {
  text-align: center;
  height: 60px;
  margin-top: 30px;
}

.wpcf7-submit {
  background: #eb8090;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  width: 148px;
  border-radius: 128px;
  display: block;
  margin: 0 auto;
  padding: 12.5px 30px;
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.wpcf7-submit:hover {
  text-decoration: none;
  opacity: 0.8;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
  margin: 1em 0.5em 1em;
}

.wpcf7-spinner {
  display: none !important;
}

.m0 {
  margin-bottom: 0;
}

.m20 {
  margin-bottom: 20px;
}

.m60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .m60 {
    margin-bottom: 30px;
  }
}

.p100 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p100 {
    padding: 80px 0;
  }
}

.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #4b3a45;
  border-bottom: 1px solid #4b3a45;
  font-size: 0.875em;
  padding: 2em 0;
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 20px;
}
.list_pagination li.prev a:before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
  background: url(../images/right_b.svg) no-repeat center;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}