@charset "UTF-8";
/*
Theme Name: newStaffRecruit
*/

/********************
共通部分
********************/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: sans-serif;
    color: #333;
}
p {
    line-height: 1.7;
}
img {
    max-width: 100%;
}
h2 {
    margin-bottom: 2rem;
    font-size: 5rem;
    /*font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    text-align: center;
}
.h2-fixed {
    margin-bottom: 4rem;
    font-size: 4rem;
    font-weight: bold;
    background: linear-gradient(125deg, #20AAD8, #402C86);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
h3 {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #EB5D7E, #F5BC2D);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;	
}
.h3-fixed {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding: .25em 0;
    text-align: left;
    position: relative;
}
.h3-fixed:after {
    content: "";
    height: 4px;
    background: linear-gradient(to right, #EB5D7E, #F5BC2D);
    display: block;
}
h4 {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}
.background {
    background-image: linear-gradient(125deg, #20AAD8, #402C86);
    text-align: center;
}
.container {
    margin: 0 auto;
    padding: 7rem 0;
    max-width: 1200px;
    background-color: #fff;
}
.container-fixed {
    margin: 0 auto;
    padding: 10rem 0 7rem;
    max-width: 1200px;
    background-color: #fff;
}
.wrapper {
    margin: 0 auto 3rem;
    padding: 0 1rem;
    max-width: 800px;
    width: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
.wrapper-btn {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.btn-black a {
    margin: 1rem;
    padding: 1rem;
    width: 300px;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 1s;
}
.btn-black a::after {
    content: '';
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    transition: 1s;
}
.btn-black a:hover {
    color: #fff;
    background-color: #000;
    transition-duration: 1s;
}
.btn-black a:hover::after {
    border-color: #fff #fff transparent transparent;
    transition-duration: 1s;
}
.btn-white a {
    margin: 1rem;
    padding: 1rem;
    width: 300px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 1s;
}
.btn-white a::after {
    content: '';
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    transition: 1s;
}
.btn-white a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    transition-duration: 1s;
}
.btn-white a:hover::after {
    border-color: #fff #fff transparent transparent;
    transition-duration: 1s;
}
.container-entry {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}
.container-entry .btn-entry a {
    margin: 1rem;
    padding: 1rem;
    width: 200px;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 1s;
}
.container-entry .btn-entry a::after {
    content: '';
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    transition: 1s;
}
.container-entry .btn-entry a:hover {
    color: #fff;
    background-color: #000;
    transition-duration: 1s;
}
.container-entry .btn-entry a:hover::after {
    border-color: #fff #fff transparent transparent;
    transition-duration: 1s;
}

/********************
ヘッダー
********************/
header {
    top: 0;
    padding: 0 1rem;
    width: 100%;
    height: 70px;
    color: #000;
    background-color: #fff;
    /*opacity: 0.5; 透明度*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 50;
}
.site-logo {
    height: 40px;
}
.btn-menu {
    padding: .5rem 1rem;
    border: 1px solid #000;
}
.main-nav {
    top: 70px;
    right: 0;
    width: 0;
    color: #fff;
    background-color: #000;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    transition: .5s;
}
.main-nav li {
    margin: 2rem 0;
    text-align: center;
    white-space: nowrap;
}
.main-nav a {
    display: block;
}
.main-nav.open-menu {
    width: 450px;
}

/********************
メインコンテンツ
********************/

/***** メインビジュアル *****/
#main-visual {
    margin-top: 70px;
    line-height: 1.2;
    display: flex;
}
#main-visual .left {
    height: 93vh;
    background-image: url('img/main01.jpg');
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    flex-basis: 50%;
    display: flex;
    justify-content: left;
    align-items: end;
}
#main-visual .left h2{
    left: 2rem;
    color: #fff;
    text-align: left;
    position: relative;
    mix-blend-mode: hard-light;
}
#main-visual .right {
    height: 93vh;
    background-image: url('img/main02.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    flex-basis: 50%;
}
#main-visual .right h2{
    top: 3rem;
    right: 3rem;
    font-family: "Sacramento", "Alex Brush", serif;
    font-style: normal;
    color: #000;
    text-align: right;
    position: relative;
    mix-blend-mode: hard-light;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

/***** Message *****/
#message {
    background-color: #01ffc0;
}
#message h2 {
    color: #01ADFF;
}
#message p {
    margin-bottom: 2rem;
}
#message h5{
    font-size: 3rem;
    color: #000;
    font-family: "Sacramento", "Alex Brush", serif;
    font-style: normal;
    text-align: right;
}

/***** News *****/
#news {
    padding: 7rem 0;
    color: #fff;
    background-image: linear-gradient(125deg, #FFEDBC, #ED4264);
    /* 背景：傾斜
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
    */
}
#news h2 {
    color: #fff;
}
.news-table {
    width: 100%;
    color: #fff;
}
.news-table tr {
    border-bottom: 1px solid #fff;
}
.news-table td {
    line-height: 1.5;
    display: block;
}
.news-date {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: .875rem;
}
.news-content {
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
}
.news-content a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

/***** Business *****/
#business {
    background-color: #A770EF;
}
#business h2 {
    color: #01ADFF;
}
.wrapper-business {
    margin-bottom: 5rem;
    position: relative;
}
.container-btn-business {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.img-business-01 {
    width: 700px;
    border-top: 5px solid #ffd817;
    border-right: 5px solid #ffd817;
    border-bottom: 10px solid #ffd817;
    border-left: 50px solid #ffd817;
    position: relative;
}
.title-business-01 {
    top: 0;
    left: 0;
    padding: .5rem 3rem;
    width: auto;
    font-size: 2rem;
    color: #fff;
    background-color: #ffd817;
    position: absolute;/*重ねたい子要素にabsolute*/
}
.btn-business-01 a{
    right: 0;
    padding: 1rem;
    bottom: -20px;
    width: 400px;
    height: auto;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(125deg, #ffd817, #F7C114);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;/*重ねたい子要素にabsolute*/
    transition: 1s;
}
.btn-business-01 a::before {
	content: '';
    top: 50%;
	right: 20px;
    width: 20px;
	height: 20px;
    background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
    position: absolute;
}
.btn-business-01 a::after {
    content: '';
    top: calc(50% - 1px);
	right: 30px;
    width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ffd817 #ffd817 transparent transparent;
	transform: rotate(45deg) translateY(-50%);
    position: absolute;
}
.img-business-02 {
    width: 700px;
    border-top: 5px solid #ff7e5f;
    border-right: 5px solid #ff7e5f;
    border-bottom: 10px solid #ff7e5f;
    border-left: 50px solid #ff7e5f;
    position: relative;
}
.title-business-02 {
    top: 0;
    left: 0;
    padding: .5rem 3rem;
    width: auto;
    font-size: 2rem;
    color: #fff;
    background-color: #ff7e5f;
    position: absolute;/*重ねたい子要素にabsolute*/
}
.btn-business-02 a{
    right: 0;
    padding: 1rem;
    bottom: -20px;
    width: 400px;
    height: auto;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(125deg, #ff7e5f, #F06467);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;/*重ねたい子要素にabsolute*/
    transition: 1s;
}
.btn-business-02 a::before {
	content: '';
    top: 50%;
	right: 20px;
    width: 20px;
	height: 20px;
    background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
    position: absolute;
}
.btn-business-02 a::after {
    content: '';
    top: calc(50% - 1px);
	right: 30px;
    width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ff7e5f #ff7e5f transparent transparent;
	transform: rotate(45deg) translateY(-50%);
    position: absolute;
}
#business .tab-contena {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    column-gap: .1em; /* タブの隙間 */
}
#business .tab-elem {
    width: 100%; 
    padding: 1rem;
    text-align: center;
    color: #03d8a3;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#business .tab-elem,
#business .tab-elem:hover {
  cursor: pointer;
}
#business .tab-elem.active { /* 表示中のタブのCSS */
    color: #fff;
    background-color: #03d8a3;
    position: relative;
}
#business .tabbody-elem {
    width: auto;
    margin: 0 auto 0 auto;
    padding: 1rem;
    background-color: #fff;
    background-image: url('img//business03.jpg');
    border-top: none;
    border-right: 5px solid #03d8a3;
    border-bottom: 10px solid #03d8a3;
    border-left: 50px solid #03d8a3; 
}
.container-btn-business-03 {
    padding: 1rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.btn-business-03 a {
    padding: 1rem;
    width: 100%;
    height: 80px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(125deg, #03d8a3, #00a87e);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 1s;
}
.btn-business-03 a::before {
	content: '';
    top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
    background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
    position: absolute;
}
.btn-business-03 a::after {
    content: '';
    top: calc(50% - 1px);
	right: 30px;
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #03d8a3 #03d8a3 transparent transparent;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
}

/***** Blog *****/
#blog {
    padding: 7rem 0;
    background-image: linear-gradient(125deg, #396afc, #86fde8);
}
#blog h2 {
    color: #fff;
}
#blog .wrapper {
    padding: 0 3rem;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}
#bloglist .wrapper,
#blogarchive .wrapper {
    max-width: 1200px;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.post-item {
    background-color: #c3a990;
    border-radius: 10px;
    position: relative;
}
.post-item .wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.post-header {
    padding: 1rem;
}
.post-date {
    font-size: .75rem;
    color: #eee;
}
.post-title {
    color: #fff;
    line-height: 1.5;
    word-break: break-word;
}
.post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
.post-categories {
    top: .5rem;
    left: .5rem;
    margin-right: .5rem;
    position: absolute;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.post-categories li {
    padding: .25rem .5rem;
    font-size: .75rem;
    color: #fff;
    background: linear-gradient(125deg, #00b09b, #33d4cf, #ffd900);
    border-radius: 5px;
}

/***** Topics *****/
#topics {
    background-color: #ffd817;
}
#topics h2 {
    color: #01ADFF;
}
.container-topics {
    display: flex;
}
#topics img {
    margin-left: 1rem;
    width: 250px;
    border-radius: 10px;
}
#topics .text-topics {
    margin-top: 1rem;
    margin-left: 1rem;
    flex: 1;
}
#topics p {
    margin-bottom: 1rem;
}
#topics .topics01 .wrapper-btn {
    margin: 0;
    padding: 0;
}
#topics .topics02 .wrapper-btn {
    margin: 0;
    padding: 0;
    align-items: normal;
}
#topics .btn-black a {
    margin: 0;
}
#topics .btn-black a:hover {
    color: #fff;
    background-color: #000;
    transition-duration: 1s;
}

/***** Member *****/
#member {
    padding: 7rem 0;
    background-image: linear-gradient(125deg, #25F4EE, #FFEB7F);
}
#member h2 {
    color: #fff;
}
#member .wrapper {
    padding: 0 3rem;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}
.container-member {
    border-radius: 10px;
    position: relative;
    overflow:hidden;
}
#member img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    transition:1s all;
}
#member img:hover {
    transform:scale(1.2,1.2);
    transition:1s all;
}
.box-member {
    padding: 1rem;
    background-color: #FE2C55;
    position: relative;
    overflow:hidden;
}
#member .position {
    font-size: .75rem;
    color: #fff;
}
#member .name {
    color: #fff;
    line-height: 1.5;
    word-break: break-word;
}

/***** Entry Process *****/
#entry-process {
    background-color: #F4506D;
}
#entry-process .container {
    height: 100%;
}
#entry-process h2 {
    color: #01ADFF;
}
#entry-process .wrapper {
    max-width: 1000px;
}
#tab-v {
    display: flex;
}
#tab-v .tab-elem {
    margin-right: 1rem;
    &:not(:last-child) {
        margin-bottom: 2rem;
    }
    padding: 1rem 3rem 1rem 1rem;
    border-bottom: 2px solid #ffd817;
    border-left: 2px solid #ffd817;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
}
#tab-v .tab-elem,
#tab-v .tab-elem:hover {
    cursor: pointer;
}
@media (min-width: 450px) {
    #tab-v .tab-elem .sp {
        display: none;
    }
}
#tab-v .tab-elem.active { /* 表示中のタブのCSS */
    color: #fff;
    background-color: #ffd817;
}
#tabbody-v { /* タブ内コンテンツの高さを親要素いっぱいにするための指定 */
    display: flex;
    flex: 1;
    flex-direction: column;
}
#tabbody-v .tabbody-elem { 
    padding: 1rem;
    max-width: 100%;
    background-color: #eee;
    border-bottom: 5px solid #ffd817;
    border-left: 5px solid #ffd817;
    flex-grow: 1; /* タブ内コンテンツの高さを親要素いっぱいにするための指定 */
}
#entry-process h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(90deg, #222, #222);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;	
}
.box-tab {
    margin: 1rem 0 0 0;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
}
.title-entry-process {
    margin-bottom: 1rem;
    text-align: center;
}
.box-tab ul {
    line-height: 1.7;
}
.box-tab ul li::before {
    content: '';
    margin: 0 8px 2px 0;
    width: 8px;
    height: 8px;
    background-color: #c3a990;
    border-radius: 50%;
    display: inline-block;
}
#entry-process .img-tab-02 {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
#entry-process .img-tab-02 img {
    text-align: center;
    border-radius: 10px;
}
#entry-process .img-tab-03 {
    display: flex;
    justify-content: center
}
#entry-process .img-tab-03 img {
    margin-top: 2rem;
    width: 70%;
    text-align: center;
    border-radius: 10px;
}
#entry-process .img-tab-04 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
#entry-process .img-tab-04 img {
    margin-top: 5rem;
    border-radius: 10px;
}
#entry-process .img-tab-05 {
    display: flex;
    justify-content: flex-end; 
}
#entry-process .img-tab-05 img {
    margin-top: 1.5rem;
    width: 65%;
    border-radius: 10px;
}

/********************
フッター
********************/
footer {
    padding: 1rem;
    color: #afafaf;
    background-color: #e3e4de;
}
.container-entry-float {
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: fixed;
    z-index: 10;
}
.btn-entry-float {
    margin: 0 1rem 1rem 0;
    width: 80px;
    height: 45px;
}
.btn-entry-float a {
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background-color: #0069b3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-entry-float .line a {
    background-color: #00B900;
    transition-duration: 1s;
}
.container-entry-float .line a:hover {
    background-color: #01ff01;
    transition-duration: 1s;
}
.container-entry-float .form a {
    background-color: #b9003e;
    transition-duration: 1s;
}
.container-entry-float .form a:hover {
    background-color: #ff0055;
    transition-duration: 1s;
}
.container-entry-float .tel a {
    background-color: #0069b3;
    transition-duration: 1s;
}
.container-entry-float .tel a:hover {
    background-color: #0195ff;
    transition-duration: 1s;
}
footer h2 {
    margin-bottom: 1rem;
    font-size: 4rem;
    color: #000;
    text-align: left;
}
footer h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: none;
    background: linear-gradient(#afafaf, #afafaf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: left;
}
@media (min-width: 450px) {
    footer h3.sp {
        display: none;
    }
}
footer .logo {
    height: 55px;
}
footer .container-entry {
    margin-top: 3rem;
}
footer .sns {
    margin-top: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
footer .sns a {
    margin: 0 1rem;
    padding: .9rem 0 0 0;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 2rem;
    color: #000;
    background-color: #afafaf;
    border-radius: 50%;
    display: inline-block;
    transition-duration: 1s;
}
footer .sns a:hover {
    color: #fff;
    background-color: #000;
    transition-duration: 1s;
}
footer .link {
    display: flex;
    justify-content: center;
}
footer .link img {
    margin: 2rem 1rem 1rem;
    width: 8rem;
}
.copyright {
    margin-top: 1rem;
    font-size: .75rem;
    text-align: center;
}

/********************
固定ページ
********************/
/***** グローアップとは（page-about） *****/
#about table {
    width: 600px;
}
#about tr {
    border-bottom: 1px solid #fff;
}
#about th {
    padding: 1rem;
    font-weight: normal;
    color: #fff;
    background-color: #20AAD8;
}
#about td {
    padding: 1rem;
    text-align: left;
    background-color: #eee;
}
#about ul {
    line-height: 1.7;
}
#about ul li::before {
    content: '';
    margin: 0 8px 2px 0;
    width: 8px;
    height: 8px;
    background-color: #c3a990;
    border-radius: 50%;
    display: inline-block;
}

/***** ブランド・店舗 紹介（page-brand-shop） *****/
#brand-shop .accordion_one {
    margin: 1rem auto;
}
#brand-shop .accordion_header {
    padding: 1rem;
    font-size: 12px;
    color: #888;
    text-align: center;
    border: 1px solid #c3a990;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 1s;
}
#brand-shop .accordion_header:hover {
    color: #000;
    border: 1px solid #000;
    transition-duration: 1s;
}
#brand-shop img {
    height: 40px;
}
#brand-shop .accordion_header .i_box {
    top: 55%;
    right: 5%;
    margin-top: -20px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
#brand-shop .accordion_header .i_box .one_i {
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 1s;
    display: block;
    position: relative;
}
#brand-shop .accordion_header.open {
    color: #000;
    border: 1px solid #000;
    transition-duration: 1s;
}
#brand-shop .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition-duration: 1s;
}
#brand-shop .accordion_header .i_box .one_i:before,
#brand-shop .accordion_header .i_box .one_i:after {
    content: '';
    top: 7px;
    left: 0;
    width: 18px;
    height: 4px;
    background-color: #333;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    display: flex;
    position: absolute;
}
#brand-shop .accordion_header .i_box .one_i:before {
    top: 0;
    left: 7px;
    width: 4px;
    height: 18px;
}
#brand-shop .accordion_header.open .i_box .one_i:before {
    content: none;
}
#brand-shop .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#brand-shop .accordion_inner {
    padding: 1rem;
    text-align: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    display: none;
}
#brand-shop .shop-wrapper {
    max-width: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
#brand-shop th {
    padding: 1rem;
    font-weight:normal;
    color: #fff;
    text-align: center;
    background-color: #20AAD8;
    border-radius: 10px 10px 0 0;
}
#brand-shop td {
    padding: 1rem;
    background-color: #eee;
    border-radius: 0 0 10px 10px;
}
#brand-shop ul {
    line-height: 1.7;
}
#brand-shop ul li::before {
    content: '';
    margin: 0 8px 2px 0;
    width: 8px;
    height: 8px;
    background-color: #20AAD8;
    border-radius: 50%;
    display: inline-block;
}

/***** Newsリスト（page-news） *****/
#newslist .wrapper {
    text-align: left
}
#newslist .news-table {
    width: 100%;
    color: #333;
}
#newslist  .news-table tr {
    border-bottom: 1px solid #c3a990;
}

/***** 求める人材（page-recruitment） *****/
#recruitment .wrapper-recruitment {
    margin-bottom: 7rem;
    position: relative;
    text-align: left;
}
#recruitment .img-recruitment {
    width: 300px;
    position: relative;
}
#recruitment .img-recruitment::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    content: '';
    position: absolute;
}
#recruitment .img-recruitment img {
    border-radius: 10px;
}
#recruitment .text-recruitment {
    top: 0;
    left: 1rem;
    font-family: "Sacramento", "Alex Brush", serif;;
    font-size: 3rem;
    color: #fff;
    text-align: left;
    text-shadow: 2px 2px 10px #000, -2px 2px 10px #000, 2px -2px 10px #000, -2px -2px 10px #000;;
    position: absolute; /*重ねたい子要素にabsolute*/
}
#recruitment .box-recruitment {
    top: 100px;
    right: 0;
    padding: 1rem;
    width: 400px;
    height: 250px;
    color: #fff;
    text-align: left;
    /*background-color: #fff;*/
    background: linear-gradient(-90deg, #81e7ff, #00a9eb);
    /*border: 1px solid #000;*/
    border-radius: 10px;
    position: absolute; /*重ねたい子要素にabsolute*/
}
#recruitment h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
    /*color: #20AAD8;*/
    color: #fff;   
}
#recruitment .font {
    color: #F5BC2D;
}
#recruitment .btn-recruitment a {
    right: 0;
    bottom: 0;
    margin: 1rem;
    padding: 1rem;
    width: 300px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    position: absolute; /*重ねたい子要素にabsolute*/
    transition: 1s;
}
#recruitment .btn-recruitment a::after {
    content: '';
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    transition: 1s;
}
#recruitment .btn-recruitment a:hover {
    color: #fff;
    background-color: #000;
    transition-duration: 1s;
}
#recruitment .btn-recruitment a:hover::after {
    border-color: #fff #fff transparent transparent;
    transition-duration: 1s;
}

/***** 店舗スタッフ（page-recruitment-sales） *****/
/***** オペレーター（page-recruitment-operator） *****/
/***** ドライバー（page-recruitment-driver） *****/
/***** マッサージ講師（page-recruitment-masseuse） *****/
/***** 本部スタッフ（page-recruitment-headquarters） *****/
.occupation table {
    width: 100%;
}
.occupation th {
    padding: 1rem;
    font-weight:normal;
    color: #fff;
    text-align: center;
    background-color: #20AAD8;
    border-bottom: 1px solid #fff;
}
.occupation td {
    padding: 1rem;
    text-align: left;
    background-color: #eee;
    border-bottom: 1px solid #fff;
}
.occupation ul {
    line-height: 1.7;
}
.occupation ul li::before {
    content: '';
    margin: 0 8px 2px 0;
    width: 8px;
    height: 8px;
    background-color: #c3a990;
    border-radius: 50%;
    display: inline-block;
}
.occupation table.table {
    width: 100%;
    margin-top: 1rem;
}
.occupation th.th {
    padding: 1rem;
    font-weight:normal;
    color: #fff;
    text-align: left;
    background-color: #c3a990;
    border-bottom: none;
}
.occupation td.td {
    padding: 1rem;
    text-align: left;
    background-color: #fff;
    border-bottom: none;
}
.occupation td.td .money01 {
    font-size: 1.5rem;
    font-weight: bold;
}
.occupation td.td .money02 {
    margin-left: 1rem;
}

/***** 業界未経験ガイド（page-guide） *****/
#guide p {
    margin-bottom: 2rem;
}
#guide h3 {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #000, #000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;	
}
#guide h3.pink {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #FF0099, #FF0099);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;	
}
#guide h4 {
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background: linear-gradient(90deg, #5e468c, #333);
}
#guide .inner {
    margin: 1rem auto;
    max-width: 600px;
    width: 100%;
    text-align: left;
}
#guide ul {
    line-height: 1.7;
}
#guide ul li::before {
    content: '';
    margin: 0 8px 2px 0;
    width: 8px;
    height: 8px;
    background-color: #c3a990;
    border-radius: 50%;
    display: inline-block;
}
#guide .triangle {
    margin-bottom: 1rem;
    width: 100px;
    height: 50px;
    background: linear-gradient(0deg, #f7797d 0%, #FBD786 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    display: inline-block;
}
#guide .hearing {
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background-color: #c3a990;
}
#guide .box-left {
    margin: 1rem 0;
    text-align: left;
    display: flex;
}
#guide .icon {
    width: 50px;
    height: 50px;
}
#guide .speechbubble-left {
    margin-left: 1rem;
    padding: 1rem;
    width: 350px;
    color: #fff;
    text-align: left;
    line-height: 1.7;
    background-color: #5e468c;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}  
#guide .speechbubble-left::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #5e468c transparent transparent;
    translate: -100% calc(-50% - 0.4px);
    transform: skew(0, -10deg);
    transform-origin: right;
}
#guide .box-right {
    margin: 1rem 0;
    display: flex;
    justify-content: flex-end;
}
#guide .speechbubble-right {
    margin-right: 1rem;
    padding: 1rem;
    width: 350px;
    color: #fff;
    text-align: left;
    line-height: 1.7;
    background-color: #e50056;
    border-radius: 10px;    
    position: relative;
    display: inline-block;
}  
#guide .speechbubble-right::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent transparent #e50056;
    translate: 100% calc(-50% - 0.4px);
    transform: skew(0, -10deg);
    transform-origin: left;
}

/***** Blogアーカイブ（archive） *****/
/***** Blogリスト（page-blog） *****/
#blogarchive h3 {
    margin-bottom: 3rem;
    margin-left: 2rem;
    font-size: 2rem;
    text-align: left;
}
#blogarchive .wrapper-display,
#bloglist .wrapper-display {
    margin: 0 auto 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#blogarchive .wrapper-content,
#bloglist .wrapper-content {
    padding: 0 2rem;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
#blogarchive .wrapper-submenu,
#bloglist .wrapper-submenu {
    background-color: #eee;
    flex: 1;
}
#blogarchive .title-search,
#bloglist .title-search {
    margin-bottom: 1rem;
    padding: 1rem;
    color: #fff;
    background-color: #000;
}
#blogarchive #s,
#bloglist #s {
    margin: .5rem 1rem;
    padding: .5rem;
    width: 250px;
    font-size: .75rem;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
}
#blogarchive select,
#bloglist select { /*カテゴリー選択、タグ選択*/
    margin: .5rem 1rem;
    padding: .5rem;
    width: 250px;
    font-size: .75rem;
    color: #000;
    text-decoration: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #000;
}
#blogarchive #submit,
#bloglist #submit { /*検索*/
    margin: .5rem 1rem;
    padding: .5rem;
    width: 150px;
    font-size: .75rem;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
/* ページネーション */
.pnavi {
    text-align: center;
}
.page-numbers { /* 現在開いている以外のページのボタン */
    margin-right: .1rem;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #AFAFAF;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    transition-duration: 1s;
}
.current { /* 現在のページのボタン */
    color: #fff;
    background-color: #20AAD8;
}
.prev,
.next { /* 前へ、次へ */
    background: transparent;
    position: relative;
}
.next {
    margin-right: 0;
}
.dots { /* 数字の間のドット */
    background: transparent;
}
.page-numbers:hover { /* マウスが乗った時の、ボタンの背景の色と文字の色 */
    color: #FFF;
    background-color: #000;
    transition-duration: 1s;
}
.current:hover {
    color: #FFF;
    background-color: #20AAD8;
}
.dots:hover {
    color: #333;
    background: transparent;
}

/***** よくある質問（page-faq） *****/
#faq .accordion_one {
    margin: 1rem auto;
}
#faq .accordion_header {
    padding: 1rem 5rem 1rem 1rem;
    color: #fff;
    text-align: left;
    background-color: #c3a990;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 1s;
}
/* 要素ごとに反映する方法
#faq .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
*/
#faq .accordion_header:hover {
    background-color: #000;
    transition-duration: 1s;
}
#faq .accordion_header .i_box {
    top: 55%;
    right: 5%;
    margin-top: -20px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
#faq .accordion_header .i_box .one_i {
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 1s;
    display: block;
    position: relative;
}
#faq .accordion_header.open {
    background-color: #000;
    transition-duration: 1s;
}
#faq .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition-duration: 1s;
}
#faq .accordion_header .i_box .one_i:before,
#faq .accordion_header .i_box .one_i:after {
    content: '';
    top: 7px;
    left: 0;
    width: 18px;
    height: 4px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    display: flex;
    position: absolute;
}
#faq .accordion_header .i_box .one_i:before {
    top: 0;
    left: 7px;
    width: 4px;
    height: 18px;
}
#faq .accordion_header.open .i_box .one_i:before {
    content: none;
}
#faq .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#faq .accordion_inner {
    padding: 1rem;
    text-align: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    display: none;
}

/***** フォーム *****/
.title-form {
    margin-top: 1rem;
    padding: 1rem;
    color: #fff;
    background-color: #20AAD8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-form .required {
    margin-left: .5rem;
    padding: 0 .5rem;
    font-size: .75rem;
    color: #fff;
    background-color: #FE2C55;
    border-radius: 5px;
}
.input-form {
    padding: 1rem;
    text-align: left;
    background-color: #eee;
}
.input-form input,
.input-form select,
.input-form textarea {
    padding: .5rem 1rem;
    width: 100%;
    background-color: #fff;
    border: 1px solid #333;
    cursor: pointer;
}
.btn-send {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-send p {
    width: 200px;
}
.btn-send input {
    margin-top: 2rem;
    padding: 1rem;
    width: 200px;
    color: #fff;
    background-color: #000;
}

/***** 給与についてページ（page-salary.php） *****/
#salary .title-salary {
    padding: .5rem 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
#salary .color-01 {
    background-color: #5b83c0;
    box-shadow: 7px 7px #afcfff;
}
#salary .color-02 {
    background-color: #ca536f;
    box-shadow: 7px 7px #ff9ab2;
}
#salary .color-03 {
    background-color: #dd9833;
    box-shadow: 7px 7px #ffcb7d;
}
#salary .color-04 {
    background-color: #7aa532;
    box-shadow: 7px 7px #d2ff86;
}
#salary .color-05 {
    background-color: #6e74ca;
    box-shadow: 7px 7px #bfc3ff;
}
#salary .container-salary {
    padding: 1rem;
    text-align: left;
}
#salary .bottom {
    margin-bottom: 2rem;
}
#salary .interval p {
    margin-bottom: 1rem;
}
#salary .salary01 {
    font-size: 1.5rem;
    font-weight: bold;
}
#salary .salary02 {
    margin-left: 1rem;
}
#salary .box-01 {
    padding: 1rem 2rem calc(1rem + 10px);
    color: #000;
    background-color: #fff100;
    position: relative;
}
#salary .box-01:before {
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    border: 4px solid #000;
    content: '';
    position: absolute;
}
#salary .box-02 {
    max-width: auto;
    margin: 1rem 2rem;
    padding: 1rem calc(1.5rem + 9px);
    color: #000;
    text-align: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
}
#salary .box-02::before,
#salary .box-02::after {
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #000;
    content: '';
    position: absolute;
}
#salary .box-02::before {
    left: 9px;
}
#salary .box-02::after {
    right: 9px;
}
#salary .tab-contena {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    column-gap: 1rem; /* タブの隙間 */
}
#salary .tab-elem {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
    color: #20AAD8;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#salary .tab-elem,
#salary .tab-elem:hover {
  cursor: pointer;
}
#salary .tab-elem.active { /* 表示中のタブのCSS */
    color: #fff;
    background-color: #20AAD8;
    position: relative;
}
#salary .tabbody-elem {
    width: auto;
    padding: 0 1rem;
}

/***** スタッフの男女比率について（page-woman.php） *****/
#woman .box-01 {
    padding: 1rem 2rem calc(1rem + 10px);
    color: #fff;
    background-color: #e50056;
    position: relative;
}
#woman .box-01:before {
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    border: 4px solid #000;
    content: '';
    position: absolute;
}
#woman .box-02 {
    max-width: auto;
    margin: 1rem 2rem;
    padding: 1rem calc(1.5rem + 9px);
    color: #000;
    text-align: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
}
#woman .box-02::before,
#woman .box-02::after {
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #000;
    content: '';
    position: absolute;
}
#woman .box-02::before {
    left: 9px;
}
#woman .box-02::after {
    right: 9px;
}
#woman .container-woman {
    padding: 1rem;
    text-align: left;
}
#woman .bottom {
    margin-bottom: 2rem;
}
#woman .interval {
    margin-bottom: 1rem;
}
#woman .title-woman {
    margin-top: 1rem;
    padding-top: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    text-align: left;
    position: relative;
    z-index: 2;
}
#woman .title-woman::before {
    content: attr(data-number);
    bottom: .5rem;
    left: 1rem;
    font-size: 4rem;
    font-weight: bold;
    color: #e6176a;
    opacity: .25;
    line-height: 1;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
#woman .title-woman::after {
    content: "";
    height: 4px;
    background: linear-gradient(to right, #e6176a, #F5BC2D);
    display: block;
}
#woman .container-outside {
    margin-top: 5rem;
}

/***** 勤務エリア紹介（page-area.php） *****/
#area .img-area {
    width: 100%;
}
#area .img-area img {
    border-radius: 10px;
}
#area .container-area {
    margin: 1rem 0;
    text-align: left;
}
#area .container-area p {
    margin-bottom: 1rem;
}
#area .title-area {
    font-weight: bold;
    line-height: 1.7;
} 
#area ul {
    margin-left: 1rem;
    line-height: 1.7;
}
#area ul li::before {
    content: '';
    margin: 0 8px 2px 0;
    width: 8px;
    height: 8px;
    background-color: #c3a990;
    border-radius: 50%;
    display: inline-block;
}

/***** Blog個別ページ（standard.php） *****/
#blogstandard.background {
    text-align: initial;
}
#blogstandard .wrapper {
    max-width: 800px;
}
#blogstandard .category {
    margin: 0 0 .75rem;
}
#blogstandard .category i {
    width: 20px;
    color: #33d4cf;
}
#blogstandard .category a {
    margin-left: .5rem;
    padding: .25rem .5rem;
    font-size: .75rem;
    color: #fff;
    background: linear-gradient(125deg, #00b09b, #33d4cf, #ffd900);
    border-radius: 5px;
}
#blogstandard .tag {
    margin: 0 0 1.5rem;
}
#blogstandard .tag i {
    width: 24px;
    color: #b91d73;
}
#blogstandard .tag a {
    margin-left: .5rem;
    padding: .25rem .5rem;
    font-size: .75rem;
    color: #fff;
    background: linear-gradient(125deg, #ff00cc, #b91d73, #333399);
    border-radius: 5px;
}
.date-standard {
    line-height: 1.7;
    text-align: left;
}
.h3-standard {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: left;
}
.column_content {
    margin-bottom: 1em;
}
.column_content h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0 0 .5em;
    font-size: 1.3em;
    font-family: sans-serif;
    font-weight: bold;
    color: #bc9402;
    border-bottom: 1px solid #666;
}
.column_content h3 {
    margin-top: 2em;
    margin-bottom: .8em;
    font-size: 1.25em;
    font-weight: bold;
}
.column_content h3::before {
    color: #bc9402;
    content: "●";
}
.column_content h4 {
    margin-bottom: .5em;
    font-size: 1.2em;
}
.column_content p {
    margin-bottom: 1.5em;
    line-height: 1.8;
}
.column_content #point {
    border: none;
}
.column_content .index {
    padding: 1.5em 1em;
    background: #F8F8F8;
}
.column_content .index h2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: .8em;
    margin-left: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #bc9402;
    text-align: center;
    background: none;
    border: none;
}
.column_content .img {
    margin: 0 auto 1.5em;
    text-align: center;
}
.wp-block-image img {
    margin: 0 auto 1rem;
    display: block;
}
.column_content strong {
    font-size: 1.15em;
    font-weight: bold;
    color: #ff5077;
}
.column_content mark {
    background: #DFF5F3;
}
.column_content .list li::before {
    color: #bc9402;
}
.column_content .bg {
    margin-bottom: 1.5em;
    padding: 1em;
    background: rgba(5, 191, 219, 0.16);
}
.column_content .bg *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.column_content .bg h2,
.column_content .bg h3,
.column_content .bg h4 {
    margin: 0 0 .5em;
    padding: 0;
    border-bottom: none;
}
.column_content table {
    margin: 0 auto 2em;
    width: 100%;
    max-width: 640px;
    border-top: 1px solid #111;
    border-left: 1px solid #111;
}
.column_content th,
.column_content td {
    padding: .6em .5em;
    line-height: 1.2;
    border: 1px solid #111;
    border-top: none;
    border-left: none;
}
.column_content .img_f {
    margin: 0 3% 0 0;
    width: 47%;
    display: inline-block;
}


.youtube_wrap {
    margin: 0 auto 1.5em;
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.youtube_wrap iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.google_map {
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.google_map iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.column_content .google_map {
    margin-bottom: 1.5em;
}
.column_content .twitter-tweet {
    margin: 0 auto;
}
.column_content .bold {
    font-weight: bold;
}
.column_content .btn {
    text-align: center;
}
.column_content .btn a {
    padding: 1em 1.5em;
    min-width: 240px;
    color: #fff;
    text-decoration: none;
    background: #52C1B7;
    border-radius: .5em;
    display: inline-block;
}
blockquote {
    margin: 1.5em auto;
    padding: 2em;
    max-width: 640px;
    background: #eee;
    position: relative;
}
blockquote *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
blockquote::before {
    top: .5em;
    left: .5em;
    font-size: 1.2em;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    position: absolute;
    content: "\f10d";
}
blockquote::after {
    right: .5em;
    bottom: .5em;
    font-size: 1.2em;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    position: absolute;
    content: "\f10e";
}
ul.abso_no li::before {
    position: static;
}
.post_data {
    margin-bottom: 1.5em;
    font-size: .9em;
    display: flex;
    justify-content: space-between;
}
.page_back a {
    margin-top: 1em;
    color: #333;
    text-decoration: none;
    display: inline-block;
}
.page_back a::before {
    margin-right: .5em;
    display: inline-block;
    content: "≪";
}
.page_back:hover {
    cursor: pointer;
}
.relation_post {
    margin: 2em auto;
    border: 1px solid #FCF0F4;
}
.relation_post h2 {
    padding: .4em .6em;
    font-size: 1.15em;
    background: #FCF0F4;
}
.relation_list {
    padding: 1em;
}
.relation_list .item {
    margin-bottom: .5em;
    padding-left: 1em;
    position: relative;
}
.relation_list .item::before {
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    color: #52C1B7;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    content: "\f0da";
}
.relation_list a {
    color: #000;
}
body.search .page_tit {
    margin-bottom: .5em;
}
body.search .page_tit .search_word {
    font-size: 1.2em;
}
body.search-no-results #search>.wrap {
    min-height: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/***** 404 *****/
.text-404 {
    margin-left: 1rem;
    margin-bottom: 5rem;
    text-align: left;
}


/********************
********************
モバイルサイズ
********************
********************/
@media (max-width: 450px) {
    h2 {
        font-size: 3rem;
        font-weight: bold;
    }
    .h2-fixed {
        margin-bottom: 2rem;
        font-size: 2rem;
        font-weight: bold;
    }
    h3 {
        font-size: 2rem;
    }
    .h3-fixed {
        margin-top: 2rem;
        font-size: 1.75rem;
    }
    h4 {
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }
    .container {
        padding: 5rem 0;
    }
    .container-fixed {
        padding: 5rem 0 7rem;
        max-width: 450px;
    }
    .wrapper {
        max-width: 450px;
    }
    .inner {
        max-width: 450px;
    }
    .wrapper-btn {
        max-width: 450px;
        align-items: center;
    }
    .container-entry {
        margin-top: 2rem;
        margin-bottom: 2rem;
        flex-direction: column;
        align-items: center;
    }
    .container-entry .btn-entry a {
        margin: .5rem;
    }
    header {
        height: 60px;
    }
    .site-logo {
        height: 30px;
    }
    .main-nav {
        top: 60px;
    }
    .main-nav li {
        margin: 1.5rem 0;
    }
    .main-nav.open-menu {
        width: 100%;
    }
    #main-visual {
        margin-top: 60px;
        flex-direction: column-reverse;
    }
    #main-visual .left {
        height: 45vh;
        flex-basis: auto;
        display: flex;
        align-items: center;
    }
    #main-visual .left h2{
        left: 1rem;
        margin-bottom: 0;
        font-size: 2.5rem;
    }
    #main-visual .right {
        height: 45vh;
        flex-basis: auto;
    }
    #main-visual .right h2{
        top: 1rem;
        right: 1rem;
        font-size: 1.75rem;
        font-weight: normal;
    }
    #message h5{
        font-size: 2.5rem;
    }
    #news {
        padding: 5rem 0;
    }
    .wrapper-business {
        margin-bottom: 3rem;
    }
    .img-business-01 {
        width: auto;
    }
    .title-business-01 {
        padding: .3rem .5rem;
        font-size: 1rem;
        font-weight: bold;
    }
    .btn-business-01 a{
        width: 250px;
    }
    .img-business-02 {
        width: auto;
    }
    .title-business-02 {
        padding: .3rem .5rem;
        font-size: 1rem;
        font-weight: bold;
    }
    .btn-business-02 a{
        width: 250px;
    }
    #business .tab-elem {
        font-size: .75rem;
        padding: 1rem .5rem;
    }
    .container-btn-business-03 {
        padding: 0 1rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .btn-business-03 a {
        height: auto;
    }
    #blog {
        padding: 5rem 0;
    }
    #blog .wrapper {
        padding: 0 2rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .container-topics {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #topics img {
        margin: 0 1rem;
        width: 300px;
        border-radius: 10px;
    }
    #topics .text-topics {
        margin: 1rem;
        flex: 1;
    }
    .topics02 .container-topics {
        flex-direction: column-reverse;
    }
    #member {
        padding: 5rem 0;
    }
    #member .wrapper {
        padding: 0 2rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    #tab-v .tab-elem {
        padding: .25rem .5rem;
    }
    #tab-v .tab-elem .pc {
        display: none;
    }
    .title-entry-process {
        text-align: left;
    }
    #entry-process .img-tab-02 {
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem;
    }
    #entry-process .img-tab-03 img {
        margin-top: 1rem;
        width: auto;
    }
    #entry-process .img-tab-04 {
        margin-top: 1rem;
        grid-template-columns: repeat(1, 1fr);
    }
    #entry-process .img-tab-04 img {
        margin: 0;
        width: auto;
    }
    #entry-process .img-tab-05 img {
        margin-top: 1rem;
        width: auto;
    }
    .btn-entry-float {
        margin: 0 .5rem .5rem 0;
        width: 75px;
        height: 35px;
    }
    footer h2 {
        font-size: 3rem;
    }
    footer h3 {
        font-size: 2rem;
    }
    footer h3.pc {
        display: none;
    }
    footer .logo {
        height: 30px;
    }
    footer .sns {
        margin-top: 0;
    }
    .copyright {
        margin-bottom: 2rem;
    }
    #about table {
        width: auto;
    }
    #brand-shop .shop-wrapper {
        max-width: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    #recruitment .box-recruitment {
        margin-left: 2rem;
        width: auto;
    }
    #recruitment .btn-recruitment a {
        width: 200px;
    }
    #guide h3 {
        font-size: 1.75rem;
    }
    #guide h3.pink {
        font-size: 1.75rem;
    }
    #guide h4 {
        padding: .5rem 1rem;
        font-size: 1.5rem;
    }
    #guide .inner {
        padding: 0 1rem;
        max-width: 450px;
    }
    #guide .triangle {
        width: 80px;
        height: 40px;
    }
    #guide .hearing {
        font-size: 1.75rem;
    }
    #blogarchive .wrapper-display,
    #bloglist .wrapper-display {
        flex-direction: column-reverse;
    }
    #blogarchive .wrapper-content,
    #bloglist .wrapper-content {
        grid-template-columns: repeat(2, 1fr);
    }
    #blogarchive .wrapper-submenu,
    #bloglist .wrapper-submenu {
        margin: 0 1rem 2rem;
    }
    .pnavi {
        margin-bottom: 1rem;
    }
    .page-numbers { /* 現在開いている以外のページのボタン */
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    #salary .title-salary {
        font-size: 1.5rem;
        font-weight: normal;
    }
}


