@charset "UTF-8";

/*
Theme Name: Fyneat_LP
Author: Fyneat
Description: Fyneat株式会社のLPです。
version: 1.0
*/

html {
    font-size: 16px;
}

body {
    font-family: "Noto sans", sans-serif;
    position: relative;
}

a {
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.7;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.contents__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .contents__inner {
        padding: 0 20px;
    }
}

.contents__inner--small {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .contents__inner--small {
        padding: 0 20px;
    }
}

.contents__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .contents__inner {
        padding: 0 20px;
    }
}

.contents__inner--small {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .contents__inner--small {
        padding: 0 20px;
    }
}

.header {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
}

.header .contents__inner {
    position: relative;
    height: 100px;
    padding: 20px;
}

.header-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contents .site_logo img {
    height: 60px;
}

@media (max-width: 960px) {
    .g-nav {
        background: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: 0;
        top: 0;
        position: fixed;
        z-index: 9999;
        height: 100%;
        overflow-y: scroll;
    }

    .g-nav.open {
        right: -180%;
    }

    .g-nav ul li a {
        list-style: none;
        color: #fff;
    }

    .g-nav.open.active {
        right: 0px;
        transition: 0.5s ease;
    }

    .g-nav.open.active ul {
        margin-left: 20%;
        padding-top: 100px;
        width: 200px;
    }

    .g-nav.open.active ul li {
        padding: 15px 0;
    }
}

.g-nav ul {
    display: flex;
    align-items: center;
}

@media (max-width: 960px) {
    .g-nav ul {
        display: block;
    }
}

.g-nav ul li {
    border-radius: 30px;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .g-nav ul li {
        text-align: left;
    }
}

.g-nav ul li p {
    max-width: 300px;
    width: 100%;
}

.g-nav ul li p small {
    font-size: 12px;
}

.g-nav ul li:nth-of-type(1) {
    border: 3px solid #8259B6;
    margin-right: 30px;
}

@media (max-width: 960px) {
    .g-nav ul li:nth-of-type(1) {
        border: none;
    }
}

.g-nav ul li:nth-of-type(1) a {
    display: block;
    padding: 10px 30px;
    color: #8259B6;
}

@media (max-width: 960px) {
    .g-nav ul li:nth-of-type(1) a {
        color: #fff;
        padding: 0;
        margin: 0;
    }
}

.g-nav ul li:nth-of-type(2) {
    border: 3px solid #8259B6;
    background: #8259B6;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 960px) {
    .g-nav ul li:nth-of-type(2) {
        border: none;
        background: transparent;
    }
}

.g-nav ul li:nth-of-type(2) a {
    color: #fff;
    padding: 20px 70px;
    display: block;
}

@media (max-width: 960px) {
    .g-nav ul li:nth-of-type(2) a {
        padding: 0;
        margin: 0;
    }
}

.humburger-menu {
    display: none;
    position: relative;
    background: #8c93c8;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 999999;
}

.humburger-menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.humburger-menu span:nth-of-type(1) {
    top: 15px;
}

.humburger-menu span:nth-of-type(2) {
    top: 23px;
}

.humburger-menu span:nth-of-type(3) {
    top: 31px;
}

.humburger-menu.change span:nth-of-type(1) {
    top: 18px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}

.humburger-menu.change span:nth-of-type(2) {
    opacity: 0;
}

.humburger-menu.change span:nth-of-type(3) {
    top: 30px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

@media (max-width: 960px) {
    .humburger-menu {
        display: block;
    }
}

.footer {
    margin-top: 100px;
    padding-top: 100px;
    background: #F4F4F4;
    text-align: center;
    color: #000;
}

.footer .contents__inner {
    padding: 50px 0;
}

.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .footer ul {
        display: block;
    }
}

.footer ul li:not(:nth-of-type(3)) {
    margin-right: 100px;
}

@media (max-width: 600px) {
    .footer ul li:not(:nth-of-type(3)) {
        margin: 0;
    }
}

.footer ul li {
    position: relative;
    display: inline-block;
}

@media (max-width: 600px) {
    .footer ul li {
        display: block;
    }
}

@media (max-width: 600px) {
    .footer ul li:not(:nth-of-type(1)) {
        margin-top: 30px;
    }
}

.footer ul li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    transform: rotate(25deg);
}

@media (max-width: 600px) {
    .footer ul li:nth-of-type(1)::after {
        display: none;
    }
}

.footer ul li:nth-of-type(2)::after {
    content: "";
    position: absolute;
    right: -40%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    transform: rotate(25deg);
}

@media (max-width: 600px) {
    .footer ul li:nth-of-type(2)::after {
        display: none;
    }
}

.footer ul li a {
    color: #000;
}

.footer .footer-logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

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

.footer .copyright {
    margin-top: 50px;
    font-size: 12px;
}

.main_view {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

main span{
	display:inline-block;
}

main p {
	line-height:2;
}

.main_view img {
    width: 100%;
}

.main_view .contents__inner {
    display: flex;
}

.main_view .contents__inner h1 {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: clamp(16px, 2.5vw, 36px);
}

.main_view .contents__inner h1:nth-of-type(2) {
    margin-top: 10px;
}

.main_view .contents__inner ul {
    margin-top: 50px;
}

.main_view .contents__inner ul li p {
    color: #fff;
    line-height: 2;
    font-size: clamp(12px, 2vw, 20px);
}

.main_view-item img {
    width: 100%;
}

.three-business {
    text-align: center;
    padding: 0 25px;
}

@media (max-width: 600px) {
    .three-business {
        padding: 0 20px;
    }
}

.three-business .contents__inner {
    border-top: 30px solid #D5D5D5;
    border-left: 25px solid #D5D5D5;
    border-right: 25px solid #D5D5D5;
    border-bottom: 30px solid #D5D5D5;
    border-radius: 10px;
    padding: 0;
}

.three-business .contents__inner--small {
	padding: clamp(20px, 5vh,100px) 0;
}

.three-business .SubTitle {
    font-size: clamp(12px, 3vw, 24px);
    font-weight: bold;
    padding: 0 25px;
}

.gray-underline {
    font-size: clamp(20px, 4vw, 32px);
    font-weight: bold;
    background: linear-gradient(transparent 95%, #D5D5D5 0%);
}

.three-business-contents {
    margin-top: 50px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 50px;
    flex: 1;
}

@media (max-width: 960px) {
    .three-business-contents {
        display: block;
    }
}

@media (max-width: 960px) {
    .three-business-contents .item {
        margin-top: 50px;
        padding: 0 20px;
        text-align: center;
    }
}

.three-business-contents .item img {
    width: 100%;
}

@media (max-width: 960px) {
    .three-business-contents .item img {
        width: 50%;
    }
}

.three-business-contents li:nth-of-type(1) {
    background: #8259B6;
    color: #fff;
    width: 80%;
    height: 30px;
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    margin: 30px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 960px) {
    .three-business-contents li:nth-of-type(1) {
        width: 60%;
        height: 60px;
    }
}

@media (max-width: 600px) {
    .three-business-contents li:nth-of-type(1) {
        width: 80%;
    }
}

.three-business-contents li:nth-of-type(2) {
    font-size: clamp(16px,2vw,20px);
    margin-top: 30px;
    font-weight: bold;
}

.three-business-contents li:nth-of-type(3) {
    font-size: 12px;
    margin-top: 30px;
    line-height: 2;
}

.SectionTitle {
    text-align: center;
    color: #fff;
    background: #8259B6;
    padding: 30px 0;
    font-size: clamp(16px, 5vw, 32px);
}

.SectionSubTitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 30px 0;
}

.section-contents {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap-reverse;
}

.section-contents ul {
    width: 50%;
    margin-right: 50px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .section-contents ul {
        width: 100%;
        margin: 0;
    }
}

.section-contents li {
    border-bottom: 1px dashed #000;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .section-contents li {
        justify-content: center;
    }
}

.section-contents li::before {
    content: url(img/tangled-up.png);
    vertical-align: middle;
    transform: scale(0.5);
}

.line-top,
.line-bottom {
    width: 100%;
}

.line-top {
    margin-top: 50px;
}

.image {
    width: calc(50% - 50px);
}

@media (max-width: 600px) {
    .image {
        width: 100%;
    }
}

.image img {
    width: 100%;
}

.arrow-bottom {
    margin-top: 50px;
    width: 100%;
}

.business1 {
    margin-top: 100px;
}

.business1 .section-contents2 ul {
    margin-top: 50px;
    padding: 50px;
    background: #F4F4F4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
}

@media (max-width: 600px) {
    .business1 .section-contents2 ul {
        display: inline-block;
    }
	
	.business1 .section-contents2 ul li:nth-of-type(1) {
    padding:10px;
	box-sizing:border-box;
}
}

.business1 .section-contents2 ul li {
    background: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
}

.business1 .section-contents2 ul li:nth-of-type(1) {
    grid-column: 1/4;
    text-align: left;
}

.business1 .section-contents2 ul li:nth-of-type(1)::before {
    content: "";
    background-image: url(img/icon.png);
    height: 30px;
    width: 30px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 20px;
    z-index: 10000;
}

.business1 .section-contents2 ul li:not(:nth-of-type(1))::before {
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    border: 15px solid transparent;
    border-left: 15px solid #8259B6;
    display: inline-block;
    transform: rotate(-135deg);
}

@media (max-width: 600px) {
    .business1 .section-contents2 ul li:not(:nth-of-type(1)) {
        margin-top: 30px;
    }
	.business1 .section-contents2 ul li:nth-of-type(1)::before,.business2 .section-contents2 ul li:nth-of-type(1)::before,.business3 .section-contents2 ul li:nth-of-type(1)::before{
		display: none;
	}
}

.business2 {
    margin-top: 100px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap-reverse;
}

@media (max-width: 600px) {
    .business2 ul {
        width: 100%;
        box-sizing: border-box;
    }
}

.business2 .image {
    width: calc(50% - 50px);
    text-align: center;
}

@media (max-width: 600px) {
    .business2 .image {
        width: 100%;
    }
}

.business2 .image img {
    width: 20%;
}

.business2 .section-contents2 ul {
    margin-top: 50px;
    padding: 50px;
    background: #F4F4F4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 10px;
}

@media (max-width: 600px) {
    .business2 .section-contents2 ul {
        display: inline-block;
    }
	.business2 .section-contents2 ul li:nth-of-type(1) {
    padding: 10px;
}
}

.business2 .section-contents2 ul li {
    background: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
}

.business2 .section-contents2 ul li:nth-of-type(1) {
    grid-column: 1/5;
    text-align: left;
}

.business2 .section-contents2 ul li:nth-of-type(1)::before {
    content: "";
    background-image: url(img/icon.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 20px;
}

.business2 .section-contents2 ul li:not(:nth-of-type(1))::before {
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    border: 15px solid transparent;
    border-left: 15px solid #8259B6;
    display: inline-block;
    transform: rotate(-135deg);
}

@media (max-width: 600px) {
    .business2 .section-contents2 ul li:not(:nth-of-type(1)) {
        margin-top: 30px;
    }
}

.business3 {
    margin-top: 100px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap-reverse;
}

@media (max-width: 600px) {
    .business3 ul {
        width: 100%;
        box-sizing: border-box;
    }
}

.business3 .section-contents {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.business3 .section-contents .image {
    width: calc(50% - 50px);
    text-align: center;
}

@media (max-width: 600px) {
    .business3 .section-contents .image {
        width: 100%;
    }
}

.business3 .section-contents .image img {
    width: 50%;
}

@media (max-width: 600px) {
    .business3 .section-contents .image img {
        width: 30%;
    }
}

.business3 .section-contents2 ul {
    margin-top: 50px;
    padding: 50px;
    background: #F4F4F4;
    display: grid;
    grid-template-columns: repeat(6, 0.5fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
}

@media (max-width: 600px) {
    .business3 .section-contents2 ul {
        display: inline-block;
    }
	.business3 .section-contents2 ul li:nth-of-type(1) {
    padding: 10px;
}
}

.business3 .section-contents2 ul li {
    background: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
}

.business3 .section-contents2 ul li:nth-of-type(1) {
    grid-column: 1/7;
    text-align: left;
}

.business3 .section-contents2 ul li:nth-of-type(1)::before {
    content: "";
    background-image: url(img/icon.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 20px;
}

.business3 .section-contents2 ul li:nth-of-type(2) {
    grid-column: 1/3;
}

.business3 .section-contents2 ul li:nth-of-type(3) {
    grid-column: 3/5;
}

.business3 .section-contents2 ul li:nth-of-type(4) {
    grid-column: 5/7;
}

.business3 .section-contents2 ul li:nth-of-type(5) {
    grid-column: 2/4;
}

.business3 .section-contents2 ul li:nth-of-type(6) {
    grid-column: 4/6;
}

.business3 .section-contents2 ul li:not(:nth-of-type(1))::before {
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    border: 15px solid transparent;
    border-left: 15px solid #8259B6;
    display: inline-block;
    transform: rotate(-135deg);
}

@media (max-width: 600px) {
    .business3 .section-contents2 ul li:not(:nth-of-type(1)) {
        margin-top: 30px;
    }
}

.member {
    margin-top: 100px;
}

.member-contents {
    background: #F8F5F9;
    color: #68516C;
    padding: 100px 50px;
}

.member-contents h3 {
    position: relative;
	 font-size:clamp(20px,6vw,32px)
}

.member-contents h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #F7E660;
    position: absolute;
    display: inline-block;
    bottom: -15px;
    left: 0;
}

.member-contents h2 {
    margin-top: 30px;
    color: #68516C;
    font-weight: normal;
	 font-size: clamp(16px,5vw,24px);
	display:inline-block;
	 position:relative;
}

.member-contents h2::after{
	  content: "";
    position: absolute;
    display: inline-block;
    top: calc(50% - 1px);
    left: calc(100% + 10px);
    width: 100px;
    height: 1px;
    background-color: #A291A5;
}

@media(max-width: 600px){
	.member-contents h2::after{
	  content: "";
    position: absolute;
    display: inline-block;
    top: calc(50% - 1px);
    left: calc(100% + 10px);
    width: 20%;
    height: 1px;
    background-color: #A291A5;
}
}

.member-contents p {
    margin-top: 10px;
}

.member-contents .list-of-consultants {
    display: flex;
    margin-top: 30px;
    box-sizing: border-box;
    padding-bottom: 50px;
}

@media (max-width: 600px) {
    .member-contents .list-of-consultants {
        display: block;
        padding-bottom: 50%;
    }
}

.member-contents .list-of-consultants .item {
    width: 100%;
    position: relative;
}

@media (max-width: 600px) {
    .member-contents .list-of-consultants .item:not(:nth-of-type(1)) {
        margin-top: 80%;
    }
}

.member-contents .list-of-consultants .item img {
    width: 100%;
}

.member-contents .list-of-consultants .item .career {
    width: 95%;
    height: 100%;
    background: #fff;
}

.member-contents .item:not(:nth-of-type(3)) {
    margin-right: 40px;
}

.customer-voice {
    margin-top: 100px;
}

.customer-voice .contents__inner {
    display: flex;
}

@media (max-width: 600px) {
    .customer-voice .contents__inner {
        display: block;
    }
}

.customer-voice table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
    margin: 10% 0 0 -25%;
    padding-top: 20vh;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .customer-voice table {
        margin: 0;
        padding-top: 5%;
    }
}

.customer-table tr {
    box-shadow: 0 2px 2px #EBEBEB;
    background: #fff;
}

.customer-table th {
    width: 35%;
    vertical-align: middle;
    padding: 20px 10px;
    box-sizing: border-box;
}

.customer-table td {
    padding: 20px 0;
    box-sizing: border-box;
}

.customer-table td:nth-of-type(1) {
    width: 3%;
}

.customer-table td:nth-of-type(2) {
    width: 60%;
    vertical-align: middle;
    box-sizing: border-box;
}

.customer-table td:nth-of-type(2) p:nth-of-type(1) {
    font-size: 12px;
    color: #8259B6;
    font-weight: bold;
}

.customer-table td:nth-of-type(2) h2 {
    margin-top: 5px;
}

.customer-table td:nth-of-type(2) p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 12px;
}

.customer-voice-left img {
    width: 100%;
}

.customer-voice-left .pc {
    display: block;
}

@media (max-width: 600px) {
    .customer-voice-left .pc {
        display: none;
    }
}

.customer-voice-left .sp {
    display: none;
}

@media (max-width: 600px) {
    .customer-voice-left .sp {
        display: block;
    }
}

@media (max-width: 600px) {
    .customer-voice-left {
        width: 100%;
    }
}

.customer-table tr img {
    width: 80%;
}

@media (max-width: 600px) {
   .customer-table  tr img {
        width: 100%;
    }
}

.inquiry-form {
    margin-top: 100px;
}

.inquiry-form .section__Subtitle {
    text-align: center;
    color: #fff;
    background: #8259B6;
    padding: 30px 0;
    font-size: 32px;
}

.inquiry-form .contents__inner {
    padding-bottom: 100px;
    background: #F4F4F4;
}

.inquiry-form ul {
    text-align: center;
    background: #fff;
    padding: 10%;
    margin: 100px auto 0 auto;
    height: auto;
}

.inquiry-form ul li {
    font-size: clamp(16px, 5vw, 36px);
    font-weight: bold;
    line-height: 3;
}


.member {
    margin-top: 100px;
}

.member .contents__inner--small{
	max-width: 1000px;
}

.member-contents {
    background: #F8F5F9;
    color: #68516C;
    padding: 50px 40px;
}
@media(max-width: 768px){
	.member-contents{
		padding: 50px 20px;
	}
}

.member-contents p{
	line-height:2;
}

.member-contents h3 {
    position: relative;
	 font-size: clamp(20px,6vw,32px);
}

.member-contents h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #F7E660;
    position: absolute;
    display: inline-block;
    bottom: -15px;
    left: 0;
}

.member-contents h2 {
    margin-top: 30px;
    color: #68516C;
    font-weight: normal;
	font-size: clamp(16px,5vw,24px);
}

.member-contents p {
	font-size: clamp(12px,3vw,16px);
}

.member-contents .list-of-consultants {
    display: flex;
    margin-top: 30px;
    box-sizing: border-box;
	 gap:20px;
	　align-items:stretch
}

@media (max-width: 600px) {
    .member-contents .list-of-consultants {
        flex-direction:column;
		gap:50px;
    }
}

.member-contents .list-of-consultants .item {
    width: 100%;
    position: relative;
}

/* @media (max-width: 600px) {
    .top-page .member-contents .list-of-consultants .item:not(:nth-of-type(1)) {
        margin-top: 40px;
    }
}
 */
.member-contents .list-of-consultants .item img {
    width: 100%;
}

.member-contents .list-of-consultants .item .career {
    width: 100%;
    background: #fff;
	padding: 24px 16px;
	box-sizing:border-box;
	height: 350px;
}
@media (max-width: 600px){
	.member-contents .list-of-consultants .item .career{
		height: auto;
	}
}

.member-contents .list-of-consultants .item .career .name{
	text-align:center;
	font-size: 28px;
	border-bottom: 1px solid #68516C;
	font-weight: bold;
}
@media(max-width: 600px){
	.member-contents .list-of-consultants .item .career .name{
		font-size:40px;
	}
}

.member-contents .list-of-consultants .item .career .region{
	padding-top: 12px;
	text-align:center;
	
}

.member-contents .list-of-consultants .item .career .region li:nth-of-type(1) p{
	font-size:20px;
	
}

.member-contents .list-of-consultants .item .career .region li{
	margin-top: 8px;
}

@media(max-width:600px){
	.member-contents .list-of-consultants .item .career .region li:nth-of-type(1) p{
		font-size:28px;
	}
	.member-contents .list-of-consultants .item .career .region li p{
		font-size:20px;
	}
}
