/*

追加用CSS　PC表示

*/

.center {
    text-align: center;
}

.m-top {
    margin-top: 3em;
}

.p-top {
    padding-top: 3em;
}

.m-bottom {
    margin-bottom: 3em;
}

.p-bottom {
    padding-bottom: 5em;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}
body {
    background: #fff;
    color: #424242;
	font-family: 'Kosugi Maru', sans-serif;
}
a, h1, h2, h3, h4, h5, h6 {
	font-family: 'Kosugi Maru', sans-serif;
}
p {
    color: #595656;
	font-size: 16px;
}
@font-face{ 
  font-family: 'uzura';
  src: url('/wp-includes/fonts/uzura.woff') format('woff'),
url('/wp-includes/fonts/uzura.eot') format('eot');
}


.half {
    width: 48%;
}
.left70 {
    width: 68%;
}
.right30 {
    width: 30%;
}
.left30 {
	width: 30%;
}
.right70 {
	width: 68%;
}
.three-flex {
    width: 28%;
    width: -webkit-calc(30% - 1em);
    width: calc(30% - 1em);
}
.flex.column3 .block-card01 img, .flex.column3 .block-card02 img, .flex.column3 .block-card03 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}



/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
.tablepress {
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background: #FFF;
	font-size: 18px;
}
.tablepress tbody td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 15px;
    font-size: 17px;
}
.tablepress tbody td.column-1 {
    background: #fefff1;
    text-align: center;
    color: #ff1493;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    width: 30%;
}
.tablepress tbody td.column-2 {
    line-height:1.7em;
}
.tablepress th, table.defTable01 td {
    vertical-align: middle;
    padding: 24px 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #d9f0f0;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #716a66;
}


/*--------------------------------------------
 * h2
 * -----------------------------------------*/

.title h2 {
    font-size: 2.3em;
    letter-spacing: 0.20em;
    color: #ff1493;
    font-weight: bold;
    line-height: 1.17em;
    margin: 0 0 5px;
}

.border {
    display: block;
    width: 20%;
    height: 7px;
    background: #ffd4d4;
    margin: 0 auto;
    border-radius: 100% 15px 100% 15px/15px 100% 15px 100%;
    padding: 3px;
    border-bottom: 0;
}



/*--------------------------------------------
 * sub-header h2 
 * -----------------------------------------*/
.sub-header h2 {
    font-size: 3em!important;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f39800;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    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;
}
.sub-header {
    background-position: center!important;
}


/*--------------------------------------------
 * h3
 * -----------------------------------------*/
h3.block-h3 {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 4em;
    font-size: 19px;
    font-weight: bold;
    background: #f57a78;
    color: #FFF;
    box-sizing: border-box;
    border-left: 0;
}
h3.block-h3:before, h3.block-h3:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

h3.block-h3:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
h3.block-h3:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}




/*--------------------------------------------
 * nav
 * -----------------------------------------*/

.desktop.navigation .nav-content {
    background: transparent;
    border-bottom: 0;
}

.desktop.navigation .nav-content a {
    color: #FF1493;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    opacity: .9;
    filter: alpha(opacity=90);
    margin-top: 2px;
	font-family: 'Kosugi Maru', sans-serif;
}

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active {
    color: #7b6ba5;
}

nav {
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 1.0;
    border-bottom: 0;
    padding: 7px 0px 0px;
    z-index: 999;
}

.navigation.desktop ul.nav li a:after {
    content: "";
    height: 22px;
    vertical-align: middle;
    display: inline-block;
	border-right: dotted 3px #ff1493;
    padding-left: 40px;
}

.navigation.desktop ul.nav li:last-of-type a:after {
    content: none;
}

.desktop.navigation .nav-content li {
	margin-right: 40px;
    line-height: 40px;
}
.navigation.desktop ul.nav li:last-of-type a:after {
    content: none;
}

.desktop.navigation .nav-content .nav li ul.dropdown-menu li a {
    color: #3a8138;
}

.desktop.navigation .nav-content .nav li ul.dropdown-menu li a:hover {
    color: #f785ad;
}

.navigation.desktop ul.nav .dropdown-menu li a:after {
    content: none;
}



/*--------------------------------------------
 * mobilenav
 * -----------------------------------------*/

.icon-bar {
    display: block;
    float: left;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    background: #ff1493;
}
.mobile.navigation .nav-content a {
    display: block;
    color: #ff1493;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}
.mobile.navigation .nav-content li {
    border-top: solid 1px #ffd4d4;
}

.mobile.navigation .nav-content .dropdown-menu {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px auto !important;
    left: 0;
}

.mobile.navigation .nav-content .dropdown-menu li {
    width: 100%;
    background: #a9d580;
    margin: 6px !important;
    padding: 10px 2px !important;
    border-radius: 4px;
}

.mobile.navigation .nav-content .dropdown-menu li a {
    color: #fff;
    text-align: center;
}

.nav li:hover>ul>li {
    overflow: visible;
    height: 43px;
}

.nav li ul {
	top: 45px;
}


/*--------------------------------------------
 * slider
 * -----------------------------------------*/
.n2-ss-item-content {
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff!important;
}



/*--------------------------------------------
 * greet
 * -----------------------------------------*/
section#greet {
    background: url(/wp-content/uploads/2021/06/greet_bg01.png), url(/wp-content/uploads/2021/06/greet_bg02.png);
    background-repeat: no-repeat;
    background-position: left top, right top;
}
section#greet .flex.Introduction_rimg {
    margin: 0 0 2em;
}
section#greet .intro-img {
    text-align: center;
}

section#greet .intro-img img {
    object-fit: contain;
    width: 250px;
    height: 250px;
}
.greet-rinen .flex.column1 {
    margin-top: 0px;
}
.greet-rinen .flex.column1 .block-card01 p {
    text-align: center;
}

.greet-hoshin .flex.column1 {
    margin-top: 0px;
}

.greet-mokuhyou p.card-ttl {
    color: #ff1493;
}



/*--------------------------------------------
 * news
 * -----------------------------------------*/

dl.topics dd span.news {
    background: #ff1493;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #fff;
    font-weight: 900;
}

dl.topics dd span a {
	color: #fff;
  font-weight: bold;
  font-size: 15px;
}

dl.topics dd span.news a:hover {
  color: #fff!important;
}

dl.topics dd time {
  display: inline-block;
  color: #8a7b6e;
  margin-right: 10px;
  font-size: 15px;
}

dl.topics dd a {
	color: #f57a78;
    font-size: 17px;
}
dl.topics dd a:hover {
  color: #ffd4d4;
}

dl.topics dd {
  margin-left: 0;
  padding: 10px 10px 3px 10px;
  border-bottom: dashed 1px #ffd4d4;
  margin-bottom: 15px;
}

a.Link {
    display: inline-block;
    width: 250px;
    text-align: center;
    background-color: #ff1493;
    font-size: 18px;
    line-height: 50px;
    border: dotted 3px #fff;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold !important;
    -webkit-box-shadow: 0px 0px 0px 5px #ff1493;
    box-shadow: 0px 0px 0px 5px #ff1493;
    margin-top: 10px;
    border-radius: 32px;
}
a.Link02 {
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
a.Link02 {
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.news-more-btn:hover {
  transform: translateY(-10px);
  transition-duration: 0.5s;
}




/*--------------------------------------------
 * postsingle
 * -----------------------------------------*/
.blog .post:first-of-type {
    margin-top: 0px;
}
.sub-header h2 {
    font-size: 3em!important;
    position: absolute;
    color: #ff1493;
    font-weight: bold;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: 'M PLUS Rounded 1c', sans-serif;
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.sidebar h3 {
    text-align: center;
    padding: 10px;
    background: #ff1493;
    border-radius: 2em;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
	font-size: 18px;
}
.widget ul li {
    font-size: 16px;
}
.widget ul li a {
    color: #545143;
}
.cat-item, .recentcomments {
    font-size: 1em;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.cat-item, .recentcomments {
    font-size: 1em;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    color: #ff1493;
}
.cat-item a, .recentcomments a {
    color: #ff85be !important;
    font-weight: 400;
}
.post-title h2, .post-title a {
    color: #ff1493!important;
    font-weight: bold!important;
    font-family: 'Kosugi Maru', sans-serif;
}
ul.pager.flex li a {
    color: #ffa7b8;
}



/*--------------------------------------------
 * onestep
 * -----------------------------------------*/
p.step_txt {
    font-size: 19px;
    text-align: center;
    padding: 1em;
}





/*--------------------------------------------
 * recruit
 * -----------------------------------------*/

dl.recruit-box {
    width: 30%;
    margin: 10px 15px 20px;
    padding: 1.5em;
    border-radius: 10px;
    border: solid 2px #edbdb8;
    background: #fff;
    box-shadow: none;
}
dl.recruit-box.category01 {
    width: 30%;
    margin: 10px 15px 20px;
    padding: 1.5em;
    border-radius: 10px;
    border: solid 2px #edbdb8;
    background: #fff;
    box-shadow: none;
}
dl.recruit-box.category02 {
	width: 30%;
    margin: 10px 15px 20px;
    padding: 1.5em;
    border-radius: 10px;
    border: solid 2px #c7e3f6;
    background: #fff;
    box-shadow: none;
}
dl.recruit-box.category03 {
	width: 30%;
    margin: 10px 15px 20px;
    padding: 1.5em;
    border-radius: 10px;
    border: solid 2px #cee3a1;
    background: #fff;
    box-shadow: none;
}
dl.recruit-box dt span.cat.category01 i {
    color: #f89dc5;
}
dl.recruit-box dt span.cat.category02 i {
    color: #59adca;
}
dl.recruit-box dt span {
    background: #378099;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
}
dl.recruit-box dd.custum-feeld span {
    background: #378099;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 5px;
    color: #fff;
}

/*--------------------------------------------
 * recruitsingle
 * -----------------------------------------*/

section#recruit-single .title.grid-full {
    margin: 0 auto;
}
section#recruit-single h3 {
    font-size: 30px;
    font-family: 'Kosugi Maru';
    font-weight: bold;
    letter-spacing: 1px;
    color: #060606;
    font-style: normal;
    font-weight: 300;
    line-height: 1.17em;
    margin: 0 0 5px;
    background: none;
    padding: 5px 5px 0 5px;
}

.job-table tr, .job-table td {
    border: none;
}
.job-table tr th {
    background: #d9d3ce;
    color: #5f4c3b;
    text-align: center;
    margin-top: 15px;
    border-radius: 0;
    font-size: 15px;
}
.job-table tr td {
    background: #FFF;
    line-height: 1.7;
    font-size: 1.3em;
    border-radius: 0;
}
.job-table tr th, .job-table tr td {
    display: table-cell;
}
.job-table td {
    font-size: 15px;
    background: #fff;
    padding: 1em;
    vertical-align: middle;
}
.job-table th {
    width: 25%!important;
    text-align: center;
}
.job-table tr, .job-table td {
    border: 1px solid #ede8e4;
    line-height: 23px;
}

section#recruit-single dl.recruit-box.category01 {
    width: 29%;
}
.more {
    display: inline-block;
    width: 280px;
    text-align: center;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    border: 2px dotted #ff63a4;
    border-radius: 30px;
    color: #ff63a4!important;
    text-decoration: none;
    font-weight: bold!important;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
    box-shadow: 0px 0px 0px 3px #ffffff;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-family: uzura;
    position: relative;
	font-family: 'Kosugi Maru', sans-serif;
}
.more a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}
.more:hover {
	transform: translateY(-10px);
    transition-duration: 0.5s;
	background-color: #fff2f7;
	-webkit-box-shadow: 0px 0px 0px 3px #fff2f7;
    box-shadow: 0px 0px 0px 3px #fff2f7;
	color: #ff63a4!important;
}

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



/*--------------------------------------------
 * qa
 * -----------------------------------------*/
section#qa #accordion dt {
    display: block;
    line-height: 20px;
    text-align: left;
    border: none;
    cursor: pointer;
    padding-right: 15px;
    background: #d9f0f0;
    margin: 0.5em 0;
    border-radius: 10px;
    padding: 15px;
	font-size: 16px;
	color: #378099;
    font-weight: bold;
}
section#qa #accordion dt:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0fe";
    display: inline-block;
    margin: 0 10px 0 25px;
    font-size: 1.3em;
    color: #378099;
}
section#qa #accordion dt.active:before {
    content: "\f146";
}
section#qa #accordion dt:after, #accordion dt.active:after {
    content: none;
}
section#qa #accordion dd {
    background: #ffffff;
    line-height: 30px;
    text-align: left;
    display: none;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    padding: 0.5em 0.5em 0.5em 3em;
    color: #727171;
    font-weight: bold;
}




/*--------------------------------------------
 * contact
 * -----------------------------------------*/

table.defTable01 th, table.defTable01 td {
    vertical-align: middle;
    padding: 24px 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background: #fff;
}
table.defTable01 th {
    width: 25%;
    background: #d9f0f0;
    color: #378099;
    font-weight: bold;
}
table.defTable01 th span {
    font-size: 0.75rem;
    background: #ff71b0;
    padding: 0.1rem 0.6rem;
    margin-left: 10px;
    font-weight: 300;
    border-radius: 50px;
    color: #fff;
}
table.defTable01 td.tel_area input {
    width: 30%;
}
table.defTable01 td.cen.last {
    background: none;
}
table.defTable01 .privacyBox h4 {
    margin: 20px 0 10px;
    padding: 0 0 0 0.35rem;
    border-left: 4px solid #ff71b0;
    border-bottom: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
}
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: #ff95c1;
    cursor: pointer;
    border: 2px solid #ff95c1;
    border-radius: 6px;
    margin-top: 30px;
    -webkit-appearance: none;
}
.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 .width1400 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.75em;
}

#thanks p {
    font-size: 18px;
    line-height: 1.75em;
}


/*--------------------------------------------
 * footer
 * -----------------------------------------*/
footer#footer {
	background: #fff1f1;
}
footer#footer .content {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
}
.footer-nav {
    background: #ffd4d4;
}
.footer-nav .nav li a {
    color: #ff1493;
}
.footer-nav .nav li a:hover {
    color: #ff71b0;
}
.footer-nav .nav li:after {
    content: "|";
    margin: 10px;
    color: #378099;
}
.f-logo {
    margin: 2em auto;
}
.footer_box {
    margin: 2em 0 0;
}
.footer_address a {
    color: #68534b!important;
}
.fa-map-marked-alt:before {
    content: "\f5a0";
	color: #ff1493;
}
.fa-phone-alt:before {
    content: "\f879";
	color: #ff1493;
}
.copyright {
    background: #ff1493;
    margin-bottom: 0;
	margin-top: 15px;
}
.copyright a {
    color: #fff;
}


/*------------------------------------------
 * pagetop
 * ---------------------------------------*/
.lb-back-to-top {
	position: fixed;
	background: url(/wp-content/uploads/2021/06/pagetop.png)no-repeat;
	text-indent: -9999px;
	width: 60px;
    height: 86px;
	bottom: 3em;
	right: 2em;
	padding: 1em;
	border: none;
	transition: .3s;
}
.lb-back-to-top:hover {
	background-color: transparent;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}










