/*

追加用CSS　PC表示
base：白 #fff
      薄い茶 #fffaf5
main：ピンク #f27179
txt：#313131

*/

/*------------------------------------------
 * Common
 * ---------------------------------------*/

html {
  font-family: "Noto Sans JP", sans-serif;
}

body {

  color: #313131;
  background-color: #fff;
}

.spnone770 {
  display: block;
}

.pcnone770 {
  display: none;
}

.spnone600 {
  display: block;
}

.pcnone600 {
  display: none;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

p,
a,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td,
span,
dt,
dd {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

h3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

p,
a,
li,
dt,
dd {
  font-size: 17px;
  line-height: 2em;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  color: #313131;
  overflow: 0.7;
}

.font-en {
  font-family: "Roboto", sans-serif !important;
}

.background-page {
  height: 15vw;
}

.background-page .border {
  display: none;
}

.background-page .title {
  display: none;
}

.background-page .title h2 {
  display: none;
}

img {
  display: block;
}

.pcnone959 {
  display: none;
}

/*------------------------------------------
 * Layout
 * ---------------------------------------*/

.mb0 {
  margin-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.w-box {
  background-color: #ffffff;
  padding: 30px;
}

.y-box {
  background-color: #fffdea;
  padding: 30px;
  border-radius: 10px;
}

.border-box01 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border: 2px solid #fcf1f1;
  border-radius: 20px;
}

.flex-turn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.half {
  width: 48%;
}

.box01.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box01-txt {
  width: 65%;
}

.box01-img {
  width: 30%;
}

.fa,
.far,
.fas {
  margin-right: 5px;
}

/*------------------------------------------
 * Parts
 * ---------------------------------------*/

.title h2 {
  color: #313131;
	text-align:center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 80px;
  font-size: 30px;
  position: relative;
}

.title h2::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #f27179;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
}

.title h2::after {
  content: "NEWS";
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -70px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

#message .title h2::after {
  content: "MESSAGE";
}

#policy .title h2::after {
  content: "POLICY";
}

#staff .title h2::after {
  content: "STAFF INTERVIEW";
}

#flow .title h2::after {
  content: "FLOW・Q＆A";
}

#recruit .title h2::after {
  content: "RECRUIT";
}

#overview .title h2::after {
  content: "OVERVIEW";
}

#entry .title h2::after {
  content: "ENTRY";
}

.width1300{max-width:1300px;
width:90%;
	margin:0 auto;
}
.border {
  border-bottom: dotted 10px #f37279;
}

.home .border {
  display: none;
}

.state-ttl01 {
  background-color: #f27179;
  color: #fff;
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 40px;
}

.parts-head01 {
  color: #313131;
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 4px solid #f27179;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

.parts-head01 i {
  color: #f27179;
  margin-right: 10px;
}

.head-txt01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.marker01 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #f5ed80)
  );
  background: linear-gradient(transparent 60%, #f5ed80 60%);
}

.br-15 img {
  border-radius: 15px;
}

.btn01 {
  display: block;
  max-width: 350px;
  width: 100%;
  text-align: center;
  background-color: #bbab98;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold !important;
  margin: 0 auto;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  color: #fffcfd;
  transition-duration: 0.3s;
  background-image: url(/wp-content/uploads/2023/10/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  background-size: 10px auto;
  transition-duration: 0.3s;
  border-radius: 30px;
}

.btn01:hover {
  color: #fff;
  background-position: top 50% right 15px;
  background-color: #dac8b2;
}

.btn01:visited {
  color: #fff;
}

.btn02 {
  display: block;
  max-width: 250px;
  width: 100%;
  text-align: center;
  background-color: #bbab98;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold !important;
  margin-left: auto;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  color: #fffcfd;
  transition-duration: 0.3s;
  background-image: url(/wp-content/uploads/2023/10/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  background-size: 10px auto;
  transition-duration: 0.3s;
  border-radius: 30px;
}

.btn02:hover {
  color: #fff;
  background-position: top 50% right 15px;
  background-color: #dac8b2;
}

.btn02:visited {
  color: #fff;
}

.br-10 img {
  border-radius: 10px;
}

/*------------------------------------------
 * Animation
 * ---------------------------------------*/

.o-hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.o-hover:hover {
  opacity: 0.7;
}

.underline:hover {
  text-decoration: underline;
}

/*--------------------------------------------
 * Nav
 * -----------------------------------------*/
.g-nav-tel-pc{display:flex;
align-items:center;}
.header-box01 .g-nav-tel-pc .icon02 img{
	max-width:60px;
	margin-left:10px;
}
nav.row2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  background-color: #fff;
}

nav.row2 .logo-box {
  padding: 25px 0;
}

nav.row2 .logo .logo-img {
  max-width: 400px;
  width: 100%;
}

nav.row2 .logo .logo-img img {
  width: 100%;
}

nav.row2 .logo .logo-img h1 {
  margin-bottom: 0;
}

nav.row2 .logo .logo-img img:hover {
  opacity: 0.7;
}

nav.row2 .logo .logo-contact {
  width: calc(100% - 620px);
}

nav.row2 .logo .logo-contact .locon.flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav.row2 .logo .logo-contact .locon_item {
  width: 240px;
}

.locon_item {
  margin-right: 15px;
}

.locon_item02 {
  max-width: 50px;
}

nav.row2 .logo .logo-contact img:hover {
  opacity: 0.8;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0px;
  width: 100%;
  margin-right: 0;
}

.navigation ul.nav li a:after {
  content: "";
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  border-right: dotted 3px #f27179;
  padding-left: 20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.navigation ul.nav li:last-of-type a:after {
  content: "";
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  border-right: none;
  padding-left: 20px;
}

.navigation .nav-content li {
  padding: 0;
  margin: 0;
}

.navigation .nav-content li a {
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #313131;
  line-height: 2.5em;
  margin: 0;
  font-size: 16px;
  padding: 5px 0 5px 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.navigation .nav-content a:hover,
.navigation .nav-content a.active {
  color: #f27179;
}

.header-menu{
	background-color:transparent;
}
.header-menu > li a{
	color:#313131;
	border-color:#f27179;
}
.header-box01 .logo {
  max-width: 450px;
  width: 100%;
}
/*--------------------------------------------
 * Mobile nav
 * -----------------------------------------*/
#hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
	background-color: #f37279!important;
}
.sp-header-icon-list li a{
	background:transparent!important;
}
.sp-header-inner h1 img{
	width:100%!important;
}
.sp-header-icon-list li a span{
	padding:0!important;
}
#mobile-nav {
  position: fixed;
  top: 0;
  width: 100%;
	background-color:#f37279!important;
}
.mobile-nav-wrap .mobile-menu-list > li > a {
  display: block;
  text-align: center;
  padding: 10px 15px;
	color: #f37279!important;
	border-color:#f37279!important;
}

.icon-bar {
  display: block;
  float: left;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  background: #f37279;
}

.mobile.navigation .nav-content a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  padding: 2px 0 !important;
  width: 100%;
}

.mobile.navigation .nav-content li {
  margin: 0;
  border-top: 1px dashed #ffffff;
  padding: 0;
}

.mobile.navigation {
  display: none;
  width: 100%;
  margin: 0;
  background-color: #f47379;
  float: left;
  border-bottom: none;
}

.mobile.navigation .nav > li {
  padding: 5px 0 !important;
}

/*--------------------------------------------
 * Sub header
 * -----------------------------------------*/

.sub-header {
  background-position: center !important;
}

.sub-header {
  width: 100%;
  background-size: cover !important;
  height: 300px;
}

.sub-header h2 {
  color: #f27179;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1.75em;
  font-size: 34px !important;
}

/*--------------------------------------------
 * Splash
 * -----------------------------------------*/

#splash {
  background-color: rgba(255, 255, 255, 0.95);
}

#splash_logo {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

#splash_logo img {
  width: 100%;
}

/*--------------------------------------------
 * Slider
 * -----------------------------------------*/

.slider-txt01 {
  margin-left: 105px !important;
  margin-bottom: 20px !important;
}

.slider-txt02 {
  margin-left: 100px !important;
  margin-bottom: 100px !important;
}

/*--------------------------------------------
 * Parallax
 * -----------------------------------------*/

section.parallax {
  height: 400px;
  background-position: center center !important;
}

/*------------------------------------------
 * Pagetop
 * ---------------------------------------*/
.lb-back-to-top {
  right: 50px;
  bottom: 50px;
  background: url(/wp-content/uploads/2023/11/top-link.png);
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}

.lb-back-to-top:hover {
  background-color: rgba(120, 120, 120, 0);
  color: #fff;
  opacity: 0.8;
}

/*------------------------------------------
 * Tablepress
 * ---------------------------------------*/


.tablepress {
  width: 100%!important;
  border-collapse: collapse!important;
  table-layout: fixed!important;
  border-top: 1px solid #fce0e0!important;
  margin-bottom: 0!important;
}

.tablepress tr {
  border-bottom: 1px solid #f27179!important;
}

.tablepress tr:first-of-type {
  border-top: 1px solid #f27179!important;
}

.tablepress td {
  padding: 20px 10px!important;
  text-align: left!important;
  vertical-align: middle!important;
}

.tablepress td.column-1 {
  padding: 20px 10px!important;
  text-align: left!important;
  vertical-align: top!important;
  color: #f27179!important;
  font-weight: bold!important;
  width: 30%!important;
  box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  -webkit-box-sizing: border-box!important;
  -o-box-sizing: border-box!important;
  -ms-box-sizing: border-box!important;
  font-weight: bold!important;
  font-size: 16px!important;
  border-top: none!important;
	background-color:transparent!important;
}

.tablepress td.column-2 {
  font-weight: 500!important;
  font-size: 16px!important;
  border-top: none!important;
}

.tablepress-table-description {
  text-align: center!important;
  margin-top: 20px!important;
  font-size: 14px!important;
  padding: 20px!important;
  background-color: #fffdea!important;
  border-radius: 10px!important;
  line-height: 1.9em!important;
}
/*------------------------------------------
 * Tab
 * ---------------------------------------*/

.tab-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tab {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 10px 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 31%;
  font-weight: bold;
  font-size: 16px;
  background: #fffaf4;
  border-radius: 0;
  border: none;
  letter-spacing: 2px;
  color: #87755f;
  margin: 0 0 20px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-group::after {
  content: "";
  display: block;
  width: 31%;
}

.tab.is-active,
.tab:hover {
  background: #bbab98;
  color: #fff;
}

/*------------------------------------------
 * 募集要項・要項シングル
 * ---------------------------------------*/

.recruit-list.flex-st {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

dl.recruit-box {
  width: 47% !important;
  margin: 0 1.5% 40px !important;
  padding: 30px !important;
  border: none !important;
  background: #fffaf4 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  padding: 25px !important;
  border: none !important;
}

dl.recruit-box dt span.cat {
  display: none;
}

dl.recruit-box dt p {
  color: #313131;
  font-weight: bold;
  margin-top: 20px;
}

dl.recruit-box dt span {
  background: #f27179;
  padding: 7px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

dl.recruit-box dd.custum-feeld span {
  background: #f27179;
  padding: 2px 5px;
  margin: 5px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
}

section#recruit-single {
  padding-top: 60px;
  padding-bottom: 80px;
}

section#recruit-single .title.grid-full {
  margin: 0 auto;
}

section#recruit-single h3 {
  font-size: 24px;
  font-weight: bold !important;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.17em;
  margin: 0 0 5px;
  background: none;
  padding: 5px 5px 0 5px;
  margin-bottom: 20px;
  color: #313131;
  line-height: 1.5em;
}

section#recruit-single .border {
  margin-bottom: 60px;
}

.job-table {
  margin-top: 40px;
}

.job-table tr th,
.job-table tr td {
  display: table-cell;
}

.job-table tr th {
  background-color: #fbedee;
  color: #f37279;
  text-align: center;
  margin-top: 15px;
  border-radius: 0;
  font-size: 16px;
  width: 25% !important;
  border-bottom: 1px solid #fff;
}

.job-table tr:last-of-type th {
  border-bottom: 1px solid #dbdbdb;
}

.job-table tr td {
  background: #fff;
  line-height: 1.7;
  font-size: 16px;
  border-radius: 0;
  vertical-align: middle;
  word-break: break-all;
  padding: 20px;
}

.job-table td p {
  font-size: 16px;
  word-break: break-all;
}

.job-table td p:last-of-type {
  margin-bottom: 0;
}

.job-table tr,
.job-table td {
  border: 1px solid #dbdbdb;
}

section#recruit-single dl.recruit-box.category01 {
  width: 29%;
}

.recruit-list p.title {
  margin-top: 2em;
  border-top: 2px solid #f27179;
  border-bottom: 2px solid #f27179;
}

.entry-btn a {
  border-color: #f27179;
  background: #f27179;
  color: #ffffff !important;
  display: block;
  padding: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 900;
  font-size: 22px;
}

.entry-btn a:hover {
  background: #ffffff;
  color: #f27179 !important;
  border-bottom: none;
  -webkit-box-shadow: 0px 0px 0px 10px #f27179;
  box-shadow: 0px 0px 0px 10px #f27179;
}

.single-recruit .custum-feeld {
  margin-bottom: 0px;
}

/*------------------------------------------
 * お知らせ
 * ---------------------------------------*/

#news {
  background-size: auto auto;
  background-color: rgba(255, 245, 245, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(255, 249, 249, 1) 5px,
    rgba(255, 249, 249, 1) 10px
  );
}

.news-content p:last-of-type {
  margin-bottom: 0;
}

.news-box {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 15px;
}

.news-ttl {
  text-align: center;
  font-size: 22px;
  color: #f27179;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  margin-bottom: 30px;
}

/*------------------------------------------
 * メッセージ
 * ---------------------------------------*/

#about {
  background-color: #fffaf5;
  padding-top: 160px;
}

.message-img {
  width: 35%;
}

.message-img img {
  border-radius: 15px;
}

.message-content {
  width: 60%;
}

.message-caption {
  text-align: center;
  font-size: 13px;
  color: #6b6b6b;
  margin-top: 20px;
}

/*------------------------------------------
 * 教育方針
 * ---------------------------------------*/

.st-box {
  margin-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-block01 .st-box:last-of-type {
  margin-bottom: 60px;
}

.st-box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.st-img {
  width: 60%;
  position: relative;
}

.st-img img {
  border-radius: 10px;
}

.st-img::before {
  top: -25px;
  left: -25px;
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background-color: #fdd5d8;
  z-index: -1;
  border-radius: 10px;
}

.st-box:nth-of-type(2n) .st-img::before {
  right: -25px;
  left: auto;
}

.st-img::after {
  position: absolute;
  content: "";
  bottom: -25px;
  right: -25px;
  width: 75px;
  height: 75px;
  background-color: #f27179;
  z-index: -1;
  border-radius: 10px;
}

.st-box:nth-of-type(2n) .st-img::after {
  left: -25px;
}

.st-content {
  width: 40%;
}

.st-tit {
  max-width: 100px;
  margin-bottom: 30px;
}

.st-box:nth-of-type(2n) .st-tit {
  margin-left: auto;
}

.st-txt-box {
  position: relative;
  width: 140%;
  z-index: 1;
}

.st-box:nth-of-type(2n) .st-txt-box {
  margin-left: -40%;
}

.st-ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #f27179;
  font-size: 30px;
  line-height: 1.75em;
  position: relative;
  margin-bottom: 60px;
  text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px,
    white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px,
    white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px,
    white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px,
    white -1px -1px 0px;
}

.st-box:nth-of-type(2n) .st-ttl {
  text-align: right;
}

.st-ttl::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #f27179;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.st-box:nth-of-type(2n) .st-ttl::after {
  left: auto;
  right: 0;
}

.st-txt {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 20px 0;
  margin-bottom: 0;
}

.st-box:nth-of-type(2n) .st-txt {
  padding: 20px 0 20px 20px;
}

/*------------------------------------------
 * スタッフインタビュー
 * ---------------------------------------*/

#staff {
  background-color: #fff4f4;
  padding-bottom: 60px;
}

.voice-list > li {
  width: 31%;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.voice-list::after {
  content: "";
  display: block;
  width: 31%;
}

.voice-head {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #f27179;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.voice-icon {
  max-width: 150px;
  margin: 0 auto 15px;
}

.faq-q {
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2024/11/q-icon.png);
  background-size: auto 30px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 10px 40px;
  text-align: left;
  line-height: 1.75em;
  font-weight: bold;
  border-bottom: dashed 2px #a1a1a1;
}


.faq-q:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*
.faq-q:after {

  font-family: "Font Awesome 5 Pro";
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
  color: #f27179;
  vertical-align: bottom;
	display:none;
}
*/

.faq-a {
	

	
	height: 0;
  overflow: hidden;
  transition: all 0.5s;
  padding-left: 35px;
  background-image: url(/wp-content/uploads/2024/11/a-icon.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 1.6rem;
  margin-bottom: 0;
	
	
	
	
	
	
	
}

/*------------------------------------------
 * 採用の流れ・Q＆A
 * ---------------------------------------*/

.guide-flow li {
  background-color: #fffaf4;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}

.guide-flow li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #fffaf4;
}

.guide-flow li:last-of-type {
  margin-bottom: 0;
}

.guide-flow li:last-of-type::after {
  display: none;
}

.flow-icon {
  width: 200px;
}

.flow-content {
  width: calc(100% - 220px);
}

.flow-ttl {
  font-weight: bold;
  color: #f27179;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #f27179;
  font-size: 20px;
}

.flow-ttl span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #f27179;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.faq-block {
  margin-top: 60px;
}
/*
#accordion dt {
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2023/11/q-icon.png);
  background-size: auto 30px;
  background-position: top 2px left;
  background-repeat: no-repeat;
  padding: 0 0 10px 40px;
  text-align: left;
  line-height: 1.75em;
  font-weight: bold;
  border: none;
  border-bottom: dashed 2px #a1a1a1;
  font-size: 16px;
}

#accordion dt:hover {
  opacity: 0.8;
}

#accordion dt:after {
  color: #f27179;
  margin-left: 5px;
}

#accordion dd {
  background-image: url(/wp-content/uploads/2023/11/a-icon.png);
  background-size: auto 30px;
  background-position: top 2px left;
  padding: 0 0 0 40px;
  background-repeat: no-repeat;
  margin-top: 20px;
  line-height: 1.75em;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
  font-size: 16px;
}

#accordion dd p:last-of-type {
  margin-bottom: 0;
}
*/
/*------------------------------------------
 * 園の概要
 * ---------------------------------------*/

#overview {
  background-color: #fff4f4;
}

.overview-box {
  width: 48%;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 80%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*--------------------------------------------
 * 募集要項
 * -----------------------------------------*/
.recruit-feed01 > li {
  width: 100%;
  padding: 40px;
	background-color: #fffaf4 !important;
}
.recruit-feed01 h3 {
  font-size: 2.4rem;
  color: #f27179;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 3px solid #f27179;
}
.recruit-feed01 .recruit-sub.flex span {
  color: #fff;
  background-color:#f27179;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  margin-right: 5px;
  font-size: 1.4rem;
}
.sub-header-txt{
	color: #f27179;
}
.recruit-single-title {
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 20px;
  background-color: transparent!important;
  font-weight: 700;
  color: #f27179;
  margin-bottom: 25px;
}
/*--------------------------------------------
 * エントリー
 * -----------------------------------------*/

.tel-block a {
  display: block;
  max-width: 400px;
  margin: 0 auto 50px;
}

.tel-block a img {
  width: 100%;
}

.tel-block a:hover {
  opacity: 0.7;
}
input[type="submit"]:hover, input[type="button"]:hover {
  color: #f27179;
  background: #fff;
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afafaf;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #afafaf;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afafaf;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #afafaf;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afafaf;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #afafaf;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afafaf;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #afafaf;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afafaf;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #afafaf;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afafaf;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #afafaf;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afafaf;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #afafaf;
}

input::placeholder,
textarea::placeholder {
  color: #afafaf;
}

table.defTable01 tr {
  border-top: 1px solid #ffc7c8;
}

table.defTable01 th {
  padding: 20px 10px;
  text-align: left;
  color: #f27179;
  font-weight: bold;
  width: 30%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  border: none !important;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
}

table.defTable01 th a {
  color: #f27179;
  font-weight: bold;
  font-size: 18px;
}

table.defTable01 th a:hover {
  text-decoration: underline;
  color: #f27179;
}

table.defTable01 th span {
  font-size: 12px;
  background: #f27179;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: bold;
  border-radius: 50px;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
}

table.defTable01 td {
  padding: 20px 10px;
  border: none !important;
}

table.defTable01 input[type="text"],
table.defTable01 input[type="email"],
table.defTable01 textarea {
  border: none;
  padding: 20px;
  background-color: #f9f5f0;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 17px;
  color: #272222;
  font-weight: 500;
}

table.defTable01 textarea {
  height: 200px;
}

table.defTable01 td.tel_area input {
  width: 30%;
}

table.defTable01 td.cen.last {
  background: none;
}

table.defTable01 td.cen input {
  padding: 1.25rem 2rem;
  color: #fff;
  width: 300px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.035rem;
  background: #f27179;
  cursor: pointer;
  border: none;
  border-radius: 40px;
  margin-top: 30px;
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
}

table.defTable01 td.cen input.wpcf7-confirm,
table.defTable01 td.cen input.wpcf7-submit {
  margin-right: -70px;
}

.wpcf7c-conf {
  background-color: #e3f6ff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f27179;
  border-radius: 30px;
  color: #313131;
  font-size: 18px;
  padding: 15px;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.more {
  position: relative;
  z-index: 1;
}

.more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

#thanks {
  padding-top: 0;
}

#thanks p {
  text-align: center;
}

/*------------------------------------------
 * フォーム
 * ---------------------------------------*/
table.tablepress{
	border:none;
}
.contact-form01 tbody{
	border:none;
}
input[type="submit"], input[type="button"]{
  padding: 1.25rem 2rem;
  color: #fff;
  width: 300px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.035rem;
  background: #f27179;
  cursor: pointer;
  border: none;
  border-radius: 40px;
  margin-top: 30px;
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------
 * プライバシーポリシー
 * ---------------------------------------*/

.privacyBox {
  padding: 70px 0;
}

.privacyBox section {
  text-align: left;
  padding: 60px 0 60px;
}

.privacyBox p {
  line-height: 180%;
}

.privacyBox ul.ullist01 {
  margin: 10px 0px;
}

.privacyBox ul.ullist01 li {
  margin: 0px 0px 0px 1.5em;
  line-height: 200%;
  list-style: disc;
}

.privacyBox .ttl-01 {
  margin: 60px 0 20px;
  padding: 10px 0 10px 0;
  color: #313131;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 4px solid #e8e8e8;
  line-height: 180%;
  position: relative;
  letter-spacing: 0.05em;
}

.privacyBox .ttl-01::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #f27179;
  bottom: -4px;
  width: 10%;
  display: block;
  left: 0;
}

.privacyBox .ttl-01 span {
  color: #f27179;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-left: 10px;
  display: inline;
  text-transform: uppercase;
}

.privacyBox .ttl-01.ttl_top {
  margin: 0 0 20px;
}

.privacyBox .wc_h3_01 {
  text-align: center;
  line-height: 150%;
}

.privacyBox .wc_h3_01 span {
  text-transform: uppercase;
  letter-spacing: 0;
}

/*--------------------------------------------
 * Footer
 * -----------------------------------------*/

footer#footer {
  background-color: #ffdfe1;
  padding: 30px 0;
}

footer#footer .content {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
}

.footer-nav {
  background: rgba(0, 0, 0, 0);
}

.footer-nav .nav li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
}

.footer-nav .nav li img {
  display: none;
}

.footer-nav .nav li a:hover {
  text-decoration: underline;
}

.footer-nav .nav li:after {
  content: "|";
  margin: 20px;
  color: #f27179;
}

.f-logo {
  max-width: 400px;
  margin: 25px auto;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
}

.f-logo img {
  margin: 0 auto;
}

.f-logo:hover {
  opacity: 0.8;
}

.footer_box {
  margin: 2em 0 0;
}

.footer_address {
  margin-bottom: 30px;
}

.footer_address a {
  color: #313131 !important;
  font-size: 16px;
  font-weight: 500;
}

.footer_address a:hover {
  text-decoration: underline;
}

.fa-map-marked-alt:before {
  content: "\f5a0";
  color: #313131;
  font-size: 16px;
}

.fa-phone-alt:before {
  content: "\f879";
  color: #313131;
  font-size: 16px;
}
.footer-menu > li > a {
  border-bottom: 1px dashed #333;
}
.footer-address p, .footer-address a {
  color: #333;
}
.footer-menu a {
	color: #333;
}
.footer-menu-title{
	display:none;
}
.copyright {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-top: 15px;
}
.copyright p{
	color:#333;
}
.copyright a {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
}

.copyright h6 {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
}
