@charset "utf-8";
/* CSS Document */


/* #join-our-team_list_wrap
----------------------------------------- */
#join-our-team_list_wrap {
}

#join-our-team_list_wrap .inner {
    padding-bottom: 16rem;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team {
    display: flex;
    flex-flow: column;
    grid-gap: 16rem 0;
    margin-top: 10rem;
    position: relative;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/dot_line.svg) repeat-x center center / auto;
    position: absolute;
    bottom: -8rem;
    left: 0;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con {
    position: relative;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/dot_line.svg) repeat-x center center / auto;
    position: absolute;
    top: -8rem;
    left: 0;
}

#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .img_wrap {
    width: 52rem;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .img_wrap img {
    border: 0.8rem solid #FFFFFF;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 520 / 354;
    object-fit: cover;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap {
    width: 52rem;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout.none_img .txt_wrap {
    width: 100%;
}

#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .ttl {
    font-size: 2.4rem;
    line-height: calc(35/24);
    font-weight: 700;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap > .txt {
    margin-top: 2rem;
}

#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .btn_wrap {
    margin-top: 4rem;
    justify-content: flex-start;
}

#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap > .txt .att {
    margin-top: 1rem;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap > .txt .att li {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    font-weight: 400;
    color: #666666;
    padding-left: 1.3em;
    position: relative;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap > .txt .att li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap > .txt .att li a {
    color: #666666;
    text-decoration: underline;
}

#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout.center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout.center .ttl {
    text-align: center;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout.center .btn_wrap {
    justify-content: center;
}

@media only screen and (max-width: 768px) {

#join-our-team_list_wrap .inner {
    padding-bottom: 12rem;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team {
    grid-gap: 12rem 0;
    margin-top: 8rem;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team::after {
    position: absolute;
    bottom: -6rem;
    left: 0;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con::before {
    position: absolute;
    top: -6rem;
    left: 0;
}

#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout {
    flex-flow: column;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .img_wrap {
    width: 100%;
    margin: auto;
    margin-top: 3rem;
    order: 3;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .img_wrap img {
    border: 0.5rem solid #FFFFFF;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 300 / 239;
    object-fit: cover;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap {
    width: 100%;
    
    display: contents;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .ttl {
    font-size: 1.8rem;
    line-height: calc(26/18);
    text-align: center;
    order: 2;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap > .txt {
    margin-top: 2rem;
    order: 4;
}
    
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .btn_wrap {
    margin-top: 4rem;
    order: 5;
}
    
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap > .txt .att {
    margin-top: 1rem;
}
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout .txt_wrap > .txt .att li {
}
    
#join-our-team_list_wrap .post_list_wrap.join-our-team > .con .layout.center .txt_wrap > .txt {
    text-align: left;
}

}




/* #join-our-team_single_wrap
----------------------------------------- */
#join-our-team_single_wrap .post_ttl_wrap .inner {
    padding-top: 8rem;
}
#join-our-team_single_wrap .post_ttl_wrap .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .img_wrap {
    width: 52rem;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .img_wrap img {
    border: 0.8rem solid #FFFFFF;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 520 / 354;
    object-fit: cover;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .txt_wrap {
    width: 52rem;
}
#join-our-team_single_wrap .post_ttl_wrap .layout.none_img .txt_wrap {
    width: 100%;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .txt_wrap .ttl {
    font-size: 3.6rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: calc(58 / 36);
}
#join-our-team_single_wrap .post_ttl_wrap .layout .txt_wrap > .txt {
    margin-top: 2rem;
}

#join-our-team_single_wrap .contents {
}
#join-our-team_single_wrap .contents .inner {
    position: relative;
    padding-top: 12rem;
}
#join-our-team_single_wrap .contents .inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/dot_line.svg) repeat-x center center / auto;
    position: absolute;
    top: 6rem;
    left: 0;
}
#join-our-team_single_wrap .contents .contents_wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 3rem 3rem;
}
#join-our-team_single_wrap .contents .contents_wrap .con {
}
#join-our-team_single_wrap .contents .contents_wrap .con .txt {
    margin-top: 1.5rem;
}

#join-our-team_single_wrap .information {
}
#join-our-team_single_wrap .information .inner {
    position: relative;
    padding-top: 16rem;
    padding-bottom: 8rem;
}
#join-our-team_single_wrap .information .inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/dot_line.svg) repeat-x center center / auto;
    position: absolute;
    top: 8rem;
    left: 0;
}
#join-our-team_single_wrap .information .table_wrap {
    margin-top: 3rem;
}

#join-our-team_single_wrap .entry_form {
    position: relative;
    background-color: #FFFFFF;
}
#join-our-team_single_wrap .entry_form .inner {
    padding-top: 6rem;
    padding-bottom: 3rem;
}
#join-our-team_single_wrap .entry_form .btn_wrap {
    position: relative;
    padding-top: 12rem;
}
#join-our-team_single_wrap .entry_form .btn_wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/dot_line.svg) repeat-x center center / auto;
    position: absolute;
    top: 4rem;
    left: 0;
}

@media screen and (max-width: 768px) {
#join-our-team_single_wrap .post_ttl_wrap .inner {
    padding-top: 6rem;
}
#join-our-team_single_wrap .post_ttl_wrap .layout {
    flex-flow: column;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .img_wrap {
    width: 100%;
    margin: auto;
    margin-top: 3rem;
    order: 3;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .img_wrap img {
    border: 0.5rem solid #FFFFFF;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 300 / 239;
    object-fit: cover;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .txt_wrap {
    width: 100%;
    
    display: contents;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .txt_wrap .ttl {
    font-size: 2.4rem;
    line-height: calc(33 / 24);
    text-align: center;
    order: 2;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .txt_wrap .txt {
    margin-top: 2rem;
    order: 4;
}
#join-our-team_single_wrap .post_ttl_wrap .layout .txt_wrap .btn_wrap {
    margin-top: 4rem;
    order: 5;
}

#join-our-team_single_wrap .contents {
}
#join-our-team_single_wrap .contents .inner {
    padding-top: 10rem;
}
#join-our-team_single_wrap .contents .inner::before {
    top: 5rem;
}
#join-our-team_single_wrap .contents .contents_wrap {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 3rem 3rem;
}
#join-our-team_single_wrap .contents .contents_wrap .con {
}
#join-our-team_single_wrap .contents .contents_wrap .con .txt {
    margin-top: 1.5rem;
}

#join-our-team_single_wrap .information {
}
#join-our-team_single_wrap .information .inner {
    padding-top: 12rem;
    padding-bottom: 8rem;
}
#join-our-team_single_wrap .information .inner::before {
    top: 6rem;
}
#join-our-team_single_wrap .information .table_wrap {
    margin-top: 3rem;
}

#join-our-team_single_wrap .entry_form .inner {
    padding-top: 6rem;
    padding-bottom: 3rem;
}
#join-our-team_single_wrap .entry_form .btn_wrap {
    padding-top: 10rem;
}
#join-our-team_single_wrap .entry_form .btn_wrap::before {
    top: 4rem;
}
}




/* #join-our-team_single_wrap .post_con
----------------------------------------- */
#join-our-team_single_wrap .post_con h2 {
	font-size: 2.4rem;
    line-height: calc(38/24);
    font-weight: 600;
	margin-top: 8rem;
	margin-bottom: 4rem;
    position: relative;
}
#join-our-team_single_wrap .post_con .inner h2:first-child {
    margin-top: 0;
}
#join-our-team_single_wrap .post_con h2::before {
	content: '';
    display: block;
    width: 6rem;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0.9em;
    left: -4rem;
    transform: translate(-100%,-50%);
}

#join-our-team_single_wrap .post_con h3 {
    font-size: 1.8rem;
    line-height: calc(28/18);
    font-weight: 600;
	margin-top: 6rem;
	margin-bottom: 2rem;
    position: relative;
}

#join-our-team_single_wrap .post_con h4 {
    font-weight: 700;
    position: relative;
}
#join-our-team_single_wrap .post_con h4:not(:first-child) {
    margin-top: 1.5rem;
	margin-bottom: 1.0rem;
}

#join-our-team_single_wrap .post_con img {
    overflow: hidden;
    border-radius: 0.5rem;
}

#join-our-team_single_wrap .post_con ul {
    margin: 0 0;
    display: flex;
    flex-flow: column;
    grid-gap: 0.3rem 0;
}
#join-our-team_single_wrap .post_con ul li {
    padding-left: 1.2em;
    position: relative;
}
#join-our-team_single_wrap .post_con ul li::before {
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: calc(1em - 0.35rem);
    left: 0.2rem;
}

#join-our-team_single_wrap .post_con ol {
    margin: 0 0;
    padding-left: 1.2em;
}
#join-our-team_single_wrap .post_con ol li {
    list-style: decimal;
    padding-left: 0.1em;
}

#join-our-team_single_wrap .post_con a {
    text-decoration: underline;
}

#join-our-team_single_wrap .post_con a.btn {
    text-decoration: none;
}

#join-our-team_single_wrap .post_con > p {
    /*text-indent: 1em;*/
}

#join-our-team_single_wrap .post_con .wp-caption {
    width: auto !important;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#join-our-team_single_wrap .post_con .wp-caption img {
    overflow: hidden;
    margin-bottom: 1rem;
}
#join-our-team_single_wrap .post_con .wp-caption .wp-caption-text {
    margin: 0;
    font-size: 1.2rem;
    line-height: calc(24/12);
    color: #666666;
}

#join-our-team_single_wrap .post_con p:not(:first-child) {
    /*margin-bottom: 3rem;*/
    /*margin-top: 2em;*/
}

#join-our-team_single_wrap .post_con .inner > figure:not(:first-child) img {
    margin-top: 2em;
}

#join-our-team_single_wrap .post_con blockquote {
    font-size: 1.4rem;
    line-height: calc(28/14);
    border: 1px solid #000000;
    border-radius: 0.5rem;
    padding: 3rem;
    padding-bottom: 2.5rem;
}


#join-our-team_single_wrap .post_con .wp-caption {
	width: auto !important;
    max-width: 100%;
}

#join-our-team_single_wrap .post_con .wp-block-button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 1.1rem 3.4rem;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 10rem;
    position: relative;
    
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: -0.2em;
    text-decoration: none;
    transition: all .6s;
}
#join-our-team_single_wrap .post_con .wp-block-button__link:hover {
    opacity: 1;
    background-color: #000000;
    color: #FFFFFF;
}

#join-our-team_single_wrap .post_con .info_table th {
    font-weight: 700;
}

@media screen and (max-width: 768px) {

#join-our-team_single_wrap .post_con h3 {
    font-size: 1.6rem;
    margin-top: 3rem;
	margin-bottom: 1.5rem;
}

#join-our-team_single_wrap .post_con h4:not(:first-child) {
    margin-top: 1rem;
	margin-bottom: 0.5rem;
}

#join-our-team_single_wrap .post_con img {
    overflow: hidden;
    border-radius: 0.5rem;
}

#join-our-team_single_wrap .post_con ul {
}
#join-our-team_single_wrap .post_con ul li {
    padding-left: 1.2em;
    position: relative;
}
#join-our-team_single_wrap .post_con ul li::before {
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: calc(1em - 0.35rem);
    left: 0.2rem;
}

#join-our-team_single_wrap .post_con ol {
    padding-left: 1.2em;
}
#join-our-team_single_wrap .post_con ol li {
    list-style: decimal;
    padding-left: 0.1em;
}

#join-our-team_single_wrap .post_con a {
    text-decoration: underline;
}

#join-our-team_single_wrap .post_con a.btn {
    text-decoration: none;
}

#join-our-team_single_wrap .post_con > p {
    /*text-indent: 1em;*/
}


#join-our-team_single_wrap .post_con .wp-caption {
    width: auto !important;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#join-our-team_single_wrap .post_con .wp-caption img {
    overflow: hidden;
    margin-bottom: 1rem;
}
#join-our-team_single_wrap .post_con .wp-caption .wp-caption-text {
    margin: 0;
    font-size: 1.2rem;
    line-height: calc(24/12);
    color: #666666;
}

#join-our-team_single_wrap .post_con p:not(:first-child)  {
    /*margin-bottom: 3rem;*/
    /*margin-top: 2em;*/
}

#join-our-team_single_wrap .post_con blockquote {
    font-size: 1.4rem;
    line-height: calc(28/14);
    border: 1px solid #000000;
    border-radius: 0.5rem;
    padding: 3rem;
    padding-bottom: 2.5rem;
}

#join-our-team_single_wrap .post_con .wp-caption {
	width: auto !important;
    max-width: 100%;
}
  
}
