@charset "UTF-8";
/* コンテンツ */

.branch strong {
    display: flex;
    align-items: center;
}
.branch img {
    height: 1em;
}
.torikumi ul {
    display: flex;
    align-items: center;
    justify-content:flex-start; 
    flex-wrap: wrap;
}
.torikumi li {
    position: relative;
    width: calc((100% / 3) - (100px / 3));
    height: 140px;
    margin-right: 50px;
    margin-bottom: 50px;
    background-color: #37b4e7;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px 0 55px;
    border-radius: 20px;
    line-height: 1.5;
    font-size: 1.32em;
    display: flex;
    align-items:center;
}
.torikumi li span {
    font-size: 1.6em;
    line-height: 50px;
    font-family: 'Ropa Sans', sans-serif;
    position: absolute;
    left: -5px;
    top: -5px;
    background-color: #fff;
    border: 2px solid #37b4e7;
    color: #37b4e7;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items:center;
    justify-content: center;
    box-sizing: border-box;
}
.torikumi li:nth-child(3n) {
    margin-right: 0;
}

.staff ul {
    display: flex;
    align-items: stretch;
    justify-content:flex-start; 
    flex-wrap: wrap;
}
.staff li {
    width: calc((100% / 3) - (100px / 3));
    margin-right: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    line-height: 1.7;
}
.staff li:nth-child(3n) {
    margin-right: 0;
}
.staff img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.staff h4 {

}
.staff p {
    font-size: 0.92em;
}

.swaku {
    padding: 40px;
    background-color: #fbfbf0;
    border-radius: 30px;
    border: 3px dotted #ffcbcb;
    box-sizing: border-box;
}
.tx1 {
    color: #f58080;
    font-size: 1.8em;
    line-height: 1.5;
}
.tx2 {
    color: #f58080;
    font-size: 1.5em;
    text-align: center;
}
.kosodate {
    position: relative;
}
.kosodate img {
    border-radius: 300px;
}
.kosodate span {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 130px;
    height: 130px;
}
.kosodate span img {
    width: 100%;
}
.kosodate2 {
    border-radius: 10px;
}

@media screen and (min-width: 500px) {

.staff li:nth-child(4),.staff li:nth-child(5),.staff li:nth-child(6){
    margin-bottom: 0;
}
}

@media screen and (max-width: 499px) {
.branch img {
    height: 0.85em;
}
.torikumi ul {
    display: block;
}
.torikumi li {
    width: auto;
    margin-right: 0;
    height: 80px;
    margin-bottom: 30px;
    padding: 0 15px 0 30px;
    border-radius: 20px;
    line-height: 1.5;
    font-size: 1.08em;
}
.torikumi li span {
    font-size: 1.16em;
    line-height: 34px;
    left: -10px;
    top: -10px;
    width: 34px;
    height: 34px;
}
.torikumi li:last-child {
    margin-bottom: 40px;
}

.staff ul {
    display: block;
}
.staff li {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}
.staff li:last-child {
    margin-bottom: 0;
}

.swaku {
    padding: 25px;
}
.tx1 {
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
}
.tx2 {
    font-size: 1.08em;
    text-align: left;
}
.kosodate span {
    width: 100px;
    height: 100px;
}

}
