@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=M+PLUS+1p:wght@400;700&display=swap');

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: normal;
}

img {
    vertical-align: bottom;
}

a,
a:visited {
    color: #333;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
}

.pagination li {}

.pagination a {}

span.page-numbers {
    background: rgb(254 86 33 / 50%);
}

span.page-numbers {
    display: block;
    background: #dadada;
    padding: 10px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 35px;
    font-size: 9px;
}

.page-numbers a {
    display: block;
    background: #9f9f9f;
    padding: 10px;
    color: #fff;
    width: 40px;
    height: 35px;
    font-size: 9px;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

.breadcrumb-area {
    background: #42a5f5;
    padding: 0.5rem 0;
}

.breadcrumb-area ul {
    display: flex;
    font-size: 11px;
    color: #fff;
}

.breadcrumb-area li {}

.breadcrumb-area a {
    color: #fff;
}

.breadcrumb-area li::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin: 0 10px;
}

.breadcrumb-area li:last-child::after {
    display: none;
}

.post,
.page {
    margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 2rem 0;
}

.page-inner {
    width: 95%;
    margin: 0 auto;
}


.post-main h1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.entry-meta {
    display: flex;
    gap: 2rem;
}

.post-main .pagination {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.post-main .pagination a {
    background: #47a48f;
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    padding: 10px;
    background: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    line-height: normal;
    padding: 1rem;
    margin: 2rem auto 0;
    display: block;
    width: 200px;
    text-align: center;
    background: #fff462;
}

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

select::-ms-expand {
    display: block;
}

.entry-area table {}

.entry-area th,
.entry-area td {
    padding: 1rem;
    border-bottom: 5px solid #ccc;
    position: relative;
    width: 70%;
}

.entry-area th {
    width: 30%;
    border-color: #fff362;
}

.entry-area th span {
    position: absolute;
    display: block;
    right: 1rem;
    top: 1rem;
    padding: 5px 10px;
    background: #f44336;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    border-radius: 1rem;
}

.entry-area th span.nini {
    background: #3f51b5;
}

.entry-area td dl {}

.entry-area td dt {
    margin-bottom: 0.5rem;
}

.error-404 {
    margin-top: 3rem;
}

.error-404 h1 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.error-404 p {
    text-align: center;
}

.error-404 a {
    display: block;
    width: 200px;
    margin: 2rem auto 0;
    background: #080f57;
    text-align: center;
    color: #fff;
    padding: 10px;
}

/* bottom */

.pc-header {
    position: absolute;
    width: 100%;
    background: rgb(255 255 255 / 70%);
    padding: 1rem 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.admin-bar .pc-header{
    top: 30px;
}

.hd-pc {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.hd-logo {
    width: 25%;
}

.hd-logo img {
    width: 100%;
}

.logo-menu {
    width: 75%;
}

ul#pc-menu {
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
}

ul#pc-menu>li {}

ul#pc-menu>li>a {}

ul#pc-menu>li>a::after {
    content: "";
    display: block;
    background: #ef6293;
    width: 15px;
    height: 2px;
    margin: 0.5rem auto 0;
    transition: .5s;
}

ul#pc-menu>li>a:hover::after {
    background: #ffeb3b;
}


.main-key {
    position: relative;
}

.main-key img {
    width: 100%;
}

.maiy-catch {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: rgb(240 98 146 / 60%);
    padding: 2rem;
}

p.main-eng {
    font-family: 'Jost', sans-serif;
    font-size: 3rem;
    color: #fff;
}

p.main-jp {
    color: #fff;
    margin-top: 1rem;
    font-size: 1.2rem;
}

.site-main {
    background: #fff4f4;
    padding: 2rem 0;
}

.contents-box {
    display: flex;
    background: #fff;
    padding: 2rem;
}

.main-area {
    width: 75%;
}

.main-area section {
    margin-top: 4rem;
}

.main-area section:first-child {
    margin-top: 0;
}

.main-area section h2 {
    border-top: 1px solid #f06292;
    border-bottom: 1px solid #f06292;
    color: #f06292;
    padding: 1rem 0;
    font-size: 1.2rem;
    letter-spacing: 3px;
}

.main-area section h2 i {
    margin-right: .5rem;
}

.job-a {
    margin-top: 2rem;
    display: flex;
    gap: 2rem 1rem;
    flex-wrap: wrap;
}

.job-a>li {
    width: calc(100%/4 - 0.75rem);
}

.front-job-txt {
    margin: 1rem 0;
}

.front-job-txt h3 {
    display: flex;
    gap: 1rem;
}

.front-job-txt span {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.front-job-txt span::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #ef6293;
}

.front-job-txt strong {
    font-weight: 500;
}

.front-job-txt p {
    margin-top: 1rem;
    font-size: 80%;
}

.front-job-tag {}

.front-job-tag ul {
    display: flex;
    gap: 0.5rem;
    font-size: 70%;
    flex-wrap: wrap;
}

.front-job-tag li {
    background: #fdd835;
    padding: 3px 8px;
    border-radius: 10px;
}

a.more-link {
    display: block;
    width: 200px;
    background: #e91e63;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 90%;
    margin: 3rem auto 0;
    border-radius: 2rem;
    border-bottom: 5px solid #ad1457;
    position: relative;
}

a.more-link::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


i.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 2rem;
}

i.prev-arrow {
    left: -1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

i.next-arrow {
    right: -1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.front-news {
    margin-top: 2rem;
}

.front-news li {
    padding: 0 1rem;
}

.front-post-img {
    position: relative;
}

.front-post-img span {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffeb3b;
    font-size: 90%;
    padding: 5px 10px;
}
}

.front-post-txt {
    margin-top: 1rem;
}

.front-post-txt h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
}

.front-post-txt p {
    margin-top: 1rem;
    text-align: right;
    font-size: 90%;
}

.tab-area {
    display: flex;
    cursor: pointer;
    margin: 2rem 0 0;
    border-radius: 3rem;
    background: #fce4ec;
}

.tab {
    width: calc(100%/3);
    padding: 5px;
    text-align: center;
}

.tab:nth-child(n+2) {}

.tab.active {
    background-color: #ec407a;
    color: #fff;
    border-radius: 2rem;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
}

.panel ul {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 2rem;
    background: #fff4f4;
    border-radius: 1rem;
}

.panel ul li {
    width: calc(100%/8 - 0.89rem);
    font-size: 80%;
    text-align: left;
}

.panel ul li a {
    display: block;
    position: relative;
}

.panel ul li a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.front-post {
    margin-top: 2rem;
}

.front-post li {
    margin-bottom: 1rem;
    padding: 0 2rem;
    border-bottom: 3px dotted #ffc107;
    padding-bottom: 1rem;
}

.front-post span {
    margin-right: 2rem;
}

.front-post strong {}

.front-post a {
    display: block;
    position: relative;
}

.front-post a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.side-area {
    width: 25%;
    position: relative;
    padding-left: 2rem;
}

.side-box {
    background: #fff4f4;
    padding: 2rem;
    position: sticky;
    top: 0;
    left: 0;
}


.ft-menu {
    background: #fff4f4;
    padding-bottom: 2rem;
}

.ft-menu-box {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.ft-menu-logo {
    width: 10%;
}

.ft-menu-area {
    width: 90%;
}

.ft-menu-area ul {
    font-size: 90%;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.ft-menu-area li {}

.ft-menu-area a {}

#colophon {
    padding: 1rem;
    text-align: center;
    font-size: 70%;
    line-height: 25px;
}

#colophon p a {
    text-decoration: underline;
}

.side-menu ul {
    font-size: 90%;
}

.side-menu li {
    margin-bottom: 1rem;
}

.side-menu a {
    margin-bottom: 0.5rem;
    border-bottom: 3px dotted #f06292;
    padding-bottom: 0.5rem;
    display: block;
    position: relative;
}

.side-menu a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.side-link {
    margin-top: 2rem;
}

.side-link ul {}

.side-link li {
    margin-bottom: 1rem;
    text-align: center;
}

.side-link span {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 1.3rem;
}

.side-link strong {
    font-size: 60%;
    font-weight: 300;
    background: #ffc107;
    display: block;
    margin-top: 0.5rem;
    padding: 0.5rem;
}

.side-link a {
    display: block;
    background: #fff;
    padding: 1rem;
}

.side-link li:last-child {
    margin-bottom: 0;
}

.page-hd {
    background: url(../img/hd-right.png), url(../img/hd-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center, left center;
    padding: 10rem 0;
}

.page-hd div {
    text-align: center;
}

.page-hd div .page-hd-eng {
    font-family: 'Jost', sans-serif;
    font-size: 4rem;
}

.page-hd div .page-hd-txt {
    font-size: 1.3rem;
    letter-spacing: 5px;
}

.page-hd div .page-hd-txt span{
    display: block;
    font-size: 90%;
    margin-top: 0.5rem;
}

.job-header {
    margin-bottom: 2rem;
}

.job-header h1 {
    font-size: 1.5rem;
    color: #e91e63;
}

.job-header p {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.job-header ul {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 80%;
}

.job-header li {
    color: #fff;
    background: #66bb6a;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}

.job-img{
    margin-top: 2rem;
}

.job-img li{
    padding: 0 1rem;
}

p.hikoukai {
    background: #ffeb3b;
    padding: 1rem;
    text-align: center;
    font-size: 90%;
}

.job-txt{
        margin-top: 2rem;
}

.job-txt p{
    margin-top: 1rem;
    line-height: 30px;
}

.job-txt h2{
        border-top: 1px solid #e91e63;
    border-bottom: 1px solid #e91e63;
    color: #e91e63;
    padding: 1rem 0;
    font-size: 1.2rem;
    margin: 2rem 0 1rem;
}

.job-txt table{
        margin-top: 2rem;
    width: 100%;
}

.job-txt th,
.job-txt td{
        padding: 1rem;
    border-bottom: 5px solid #ccc;
    width: 70%;
}

.job-txt td p:first-child{
    margin-top: 0;
}

.job-txt th{
        width: 30%;
    border-color: #ffeb3b;
    font-weight: 400;
}

.balloon1-left {
    position: relative;
    display: inline-block;
    padding: 1.5rem;
    min-width: 120px;
    max-width: 100%;
    color: #333;
    background: #fff4f4;
    border-radius: 1rem;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff4f4;
}

.talk{
        display: flex;
    gap: 2rem;
    align-items: center;
}

.talk-img{
        width: 20%;
}


.talk-area{
        width: 80%;
}

.balloon1-left p:first-child{
    margin-top: 0;
}

.map-area{
    margin-top: 1rem;
}

.map-area iframe{
    width: 100%;
}

.entry-box th{
        position: relative;
}

.entry-box th span{
        position: absolute;
    top: 1rem;
    right: 0;
    background: #f44336;
    color: #fff;
    font-size: 80%;
    padding: 3px 5px;
}

.entry-box th span.nini{
        background: #2196f3;
}

.other-job-list{
    margin-top: 2rem;
}

.other-job-list li{
    padding: 0 1rem;

}

.other-job-img{
        position: relative;
}

.other-job-img span{
        position: absolute;
    top: 0;
    left: 0;
    background: #ff7ca3;
    color: #fff;
    font-size: 90%;
    padding: 5px 10px;
}

.other-job-txt{
    margin-top: 1rem;
}

.other-job-txt h3{}

.jobtag{
        margin: 1rem 0 0 0;
    font-size: 80%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.jobtag li{
        background: #ffeb3b;
    padding: 5px 10px;
    border-radius: 1rem;
}

.kamoku{
        display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 90%;
}

.kamoku li{
        padding: 5px 10px;
    background: #fff4f4;
    border-radius: 10px;
}

.a-job-area{
    display: flex;
    gap: 2rem 1rem;
    flex-wrap: wrap;
}

.a-job-area article{
        width: calc(100%/3 - 0.67rem);
}

.page-navi-box{
    margin-top: 2rem;
}

.a-box-post{
    display: flex;
    gap: 2rem 1rem;
    flex-wrap: wrap;
}

.a-box-post article{
    width: calc(100%/3 - 0.7rem);
}

.entry-header-post h1{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.entry-header-post h1 span{
    margin-right: 1rem;
}

.meta-box{
    display: flex;
    gap: 2rem;
    align-items: center;
}

.meta-cate{
        display: flex;
    align-items: center;
    gap: 1rem;
}

.meta-tag{
        display: flex;
    align-items: center;
    gap: 1rem;
}

.meta-cate ul,
.meta-tag ul{
        display: flex;
    align-items: center;
    gap: 1rem;
}

.type-post p{
        margin-top: 1rem;
}

.tab-page{
    margin-top: 0;
}

.form-area{
    margin-top: 2rem;
}

.contact-txt p{
    text-align: center;
}

.pp h2{
        margin: 1rem 0;
}

.pp p{
        font-size: 80%;
    margin-top: 1rem;
}

.site-map #ft-menu{}


.site-map #ft-menu li{
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.not-found{
        width: 100%;
}

.holi-li{
    display: flex;
    gap: 1rem;
    font-size: 90%;
    flex-wrap: wrap;
}

.holi-li li{
	    padding: 5px 10px;
    background: #eee;
}