/* MainVisual */
.mainvisual img {
    object-fit: contain;
    width: 100%;
}


/* merit */
.merit {
    background-color: #E5E8E0;
    padding: 5% 0;
}
.merit .title {
    background-color: #E2B6A3;
    border-radius: 20px;
    margin-bottom: 1%;
    padding: 15px 25px;
}
.merit .item-left .img-wrap {
    text-align: end;
}
.merit .item-right .img-wrap {
    text-align: start;
}
.merit .item-left .content-wrap { 
    padding-right: 10%;
}
.merit .item-right .content-wrap {
    padding-left: 15%;
}
.merit .item {
    padding: 1% 0 3%;
}
.merit .item img {
    width: 70%;
}
.merit .item-title {
    width:fit-content;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
    margin: 0;
    margin-bottom: 2%;
}
.merit .item .discription{
    font-size: 1.2rem;
    text-align: left;
}
.merit .bold{
    font-weight: bold;
}
.merit .last {
    font-size: 1.8rem;
    margin:  3% auto 0;
    text-align: center;
}
@media screen and (max-width:768px) {
    .merit {
        padding: 5% 0 15%;
    }
    .merit .title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        padding: 10px 15px;
        border: none;
    }
    .merit .item {
        width: auto !important;
        text-align: center;
        padding: 0;
        margin: 5% 0 15%;
    }
    .merit .item .img-wrap {
        text-align: center;
    }
    .merit .item img {
        width: 50%;
        text-align: center;
    }
    .merit .item .content-wrap { 
        padding: 0 5%;
    }
    .merit .item-title {
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
    }
    .merit .item .discription {
        font-size: 1rem;
        text-align: center;
    }
    .merit .last {
        font-size: 1.2rem;
        padding: 2% 5%;
    }
}




/* School */
.school {
    position: relative;
    background-image: url('../img/school/back.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を画面いっぱいに拡大 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    background-position: center; /* 中央に配置 */
    padding: 5% 15%;
}
.school .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 250, 240, 0.75);
}
.school .title {
    border-bottom: 3px solid #000;
}
.school .container {
    position: inherit;
    z-index: 1;
}
.school .container .sub-title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin: 5% 0 0;
}
.school .container .description {
    font-size: 1.2rem;
    text-align: center;
}
.school .container .list-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 5% 0 0;
}
.school .container .item {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #141414;
    border-radius: 30px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3); /* 右10px、下10px、ぼかし15px */
    padding: 5% 5%;
    margin: 0 3% 5%;
}
.school .container .name {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.school .container .info {
    font-size: 1.2rem;
    margin: 10px 0;
}
.school .container .info-sub {
    font-size: 1rem;
    margin-left: 20px;
}
.school .esl {
    margin-top: 5%;
}
.school .esl .title {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    border: 0;
}
.school .esl .description{
    width: 80%;
    margin: 0 auto;
    font-size: 1.2rem;
}
.school .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
@media screen and (max-width:768px) {
    .school {
        padding: 15% 2%;
    }
    .school .title {
        font-size: 1.5rem;
        padding: 0;
        border-bottom: 1px solid #000;
    }
    .school .container .sub-title {
        font-size: 1.2rem;
        margin: 7% 0 0;
    }
    .school .container .description {
        font-size: 1rem;
    }
    .school .container .container {
        padding: 0;
    }
    .school .container .col {
        padding: 0;
    }
    .school .container .item {
        height: auto;
        margin: 0 0 7%;
    }
    .school .container .name {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .school .container .info {
        font-size: 1rem;
        margin: 10px 0;
    }
    .school .container .info-sub {
        font-size: 0.8rem;
        margin-left: 20px;
    }
    .school .esl .title {
        font-size: 1.5rem;
    }
    .school .esl .description{
        width: 100%;
    }
    .school .carousel-item img {
        height: 200px;
    }
}




/* Prepare */
.prepare {
    padding: 2% 10%;
}
.prepare .title {
    margin: 3% auto;
}
.prepare .worry-wrap {
    display: inline-block;
}
.prepare .check-img {
    object-fit: contain;
    width: 50px;
}
.prepare .worry-img {
    object-fit: contain;
    width: 60%;
}
.prepare .content{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 3% 0 0 0;
}
@media screen and (max-width:768px) {
    .prepare {
        padding: 10% 2%;
    }
    .prepare .title {
        font-size: 1.3rem;
        margin: 2% auto;
    }
    .prepare .check-img {
        width: 30px;
    }
    .prepare .worry-img {
        width: 50%;
    }
    .prepare .worry-wrap {
        margin: 5% 0;
    }
    .prepare .content {
        font-size: 1rem;
    }
}


/* flow */
.flow {
    position: relative;
    padding: 5% 20% 3%;
}
.flow .title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.flow .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 250, 240, 0.75);
}
.flow .content {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 1.5em 0;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    border: 1px solid #E2B6A3;
    padding: 20px;
    background-color: white;
}
.flow .content:not(:first-child) {
    margin-top: 0;
}
.flow .content:not(:last-child):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #E2B6A3;
}
.flow .content-last:not(:last-child):before {
    border: 0;
}
.flow .content .head {
    font-size: 1.2rem;
    font-weight: bold;
}
.flow .content .discription {
    font-size: 1rem;
}
@media screen and (max-width:768px) {
    .flow {
        padding: 10% 5% 5%;
    }
    .flow .title {
        margin-bottom: 5px;
    }
    .flow .content .head {
        font-size: 1rem;
    }
    .flow .content .discription {
        font-size: 0.8rem;
    }
}


/* Timing */
.timing {
    padding: 7% 5% 3%;
}
.timing .title-wrap {
    padding: 10px 20px;
}
.timing .container {
    position: relative;
    padding: 1% 3% 1%;
    text-align: center;
}
.timing .container .sub-title {
    display: inline-block; /* 文字の長さに応じて幅を自動調整 */
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #000;
}
.timing .container .item {
    margin: 5% 0;
    text-align: center;
    padding: 0 5%;
}
.timing .container .item-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}
.timing .container img {
    width: 70%;
    object-fit: contain;
    border-radius: 50%;
    margin: 0 auto;
}
.timing .container .item-content {
    font-size: 1rem;
}
@media screen and (max-width:768px) {
    .timing {
        padding: 15% 0 5%;
    }
    .timing .title-wrap {
        font-size: 1rem;
        padding: 0;
        margin-bottom: 15px;
    }
    .timing .title {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .timing .container {
        padding: 3% 5% 3%;
    }
    .timing .container .sub-title {
        font-size: 1rem;
    }
    .timing .container .title-wrap {
        line-height: 2rem;
    }
    .timing .container .title-wrap {
        padding: 0 15px;
    }
    .timing .container .item-title {
        font-size: 1rem;
    }
    .timing .container .item-content {
        font-size: 0.8rem;
    }
    .timing .container img {
        width: 50%;
    }
}


/* Early */
.early {
    position: relative;
    background-image: url('../img/early/back.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を画面いっぱいに拡大 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    background-position: center; /* 中央に配置 */
    padding: 5% 20% 2%;
}
.early .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 250, 240, 0.75);
}
.early .container {
    position: inherit;
    z-index: 1;
}
.early .container .sub-title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin: 2% 0;
}
.early .container .examin-wrap {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #141414;
    border-radius: 30px;
    padding: 3% 5%;
    margin-top: 5%;
}
.early .container .examin-wrap .title {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    margin: 20px 0 0 0;
}
.early .container .examin-wrap .content{
    font-size: 1rem;
    margin-left: 20px;
}
.early .container .end-title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin: 5% 0 2%;
}
.early .container .end {
    font-size: 1rem;
    margin-top: 3%;
}
@media screen and (max-width:768px) {
    .early {
        padding: 10% 2%;
    }
    .early .container .sub-title {
        font-size: 1rem;
        margin: 5% 0;
    }
    .early .container .examin-wrap {
        padding: 3%;
    }
    .early .container .examin-wrap .content{
        font-size: 0.8rem;
        margin-left: 20px;
    }
    .early .container .end-title {
        font-size: 1rem;
        margin: 10% 0 2%;
    }
    .early .container .end {
        font-size: 0.9rem;
    }
}


/* Regret */
.regret {
    padding: 5% 10%;
}
.regret .content {
    margin: 2% 0;
}
.regret .balloon4 {
    margin: 5% 0;
}
@media screen and (max-width:768px) {
    .regret {
        padding: 10% 2% 5%;
    }
    .regret .title {
        font-size: 1.2rem;
    }
    .regret .content {
        font-size: 0.8rem;
        margin: 5% 3% 3%;
    }
    .regret .balloon4 {
        margin: 10% 5% 10% auto;
        width: 80%;
        padding: 5%;
    }
}


/* Support */
.support {
    position: relative;
    background-image: url('../img/support/back.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を画面いっぱいに拡大 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    background-position: center; /* 中央に配置 */
    padding: 5% 20% 2%;
}
.support .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 250, 240, 0.75);
}
.support .container {
    position: inherit;
    z-index: 1;
}
.support .container .content-main {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5%;
}
.support .container .content-sub {
    font-size: 1rem;
    margin-top: 1%;
}
.support .container .rec {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #141414;
    border-radius: 30px;
    padding: 2% 3%;
    margin-top: 5%;
}
.support .container .rec .title {
    font-size: 1rem;
    border-bottom: 1px solid #141414;
    text-align: left;
    margin: 0;
    margin-bottom: 1%;
}
@media screen and (max-width:768px) {
    .support {
        padding: 10% 2%;
    }
    .support .container .title {
        font-size: 1.3rem;
    }
    .support .container .content-main {
        font-size: 1rem;
        margin-top: 10%;
    }
    .support .container .content-sub {
        font-size: 0.8rem;
    }
    .support .container .rec {
        margin-top: 10%;
        padding: 5% 3% 0;
    }
    .support .container .rec ul li {
        font-size: 0.8rem;
        margin-top: 4%;
    }
}


/* Plan */
.plan {
    padding: 2% 5% 2%;
}
.plan .sub-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.plan .title {
    border-bottom: 3px solid #000;
    margin-top: 3%;
}
.plan .item-wrap {
    margin: 0.5% 0 3%;
}
.plan .item {
    height: 100%;
    padding: 5% 5%;
    border-radius: 20px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3); /* 右10px、下10px、ぼかし15px */
    margin: 3% 2%;
}
.plan .item1 {
    background-color: #EECFC8;
}
.plan .item2 {
    background-color: #CAE2E8;
}
.plan .item .name-wrap {
    width: 100%;
    background-color: white;
    padding: 1%;
    margin: 0 auto 20px;
}
.plan .item .name-wrap .name {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.plan .item .container {
    margin: 2% 0;
}
.plan .item .container .label {
    width: fit-content;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid #141414;
    margin: 10% 0 2%;
}
.plan .item .container .content {
    font-size: 1rem;
}
.plan .item .sup-wrap {
    background-color: white;
    border: 1px solid #141414;
    border-radius: 10px;
    padding: 2% 5%;
    margin-top: 3%;
}
.plan .item .sup-wrap .title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #141414;
    margin: 0 2% 2%;
}
.plan .item .sub-title {
    font-size: 1rem;
    text-align: left;
    margin: 0 1% 0;
}
.plan .item .sup-item-wrap {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.plan .item .sup-item-wrap li {
    width: 100%;
    list-style-position: inside; /* ドットをテキストの内側に配置 */
    padding-left: 1rem; /* ドットとテキストの間に余白を追加 */
    text-indent: -1rem; /* ドットがずれないように調整 */
}
.plan .item .sup-wrap .sub {
    margin: 20px 0 0;
    font-size: 0.8rem;
}
.plan .opt-wrap {
    margin: 5% 15%;
}
.plan .opt-wrap .title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.plan .opt-wrap .content {
    font-size: 1rem;
}
.plan .opt-wrap ul {
    margin: 1.5% 0;
}
.plan .opt-wrap .attention {
    font-size: 0.8rem;
}
@media screen and (max-width:768px) {
    .plan {
        padding: 10% 2% 2%;
    }
    .plan .sub-title {
        font-size: 1rem;
    }
    .plan .title {
        font-size: 1.3rem;
        margin-top: 10%;
    }
    .plan .item {
        height: fit-content;
        margin: 2% 1% 5%;
        padding: 5% 2%;
    }
    .plan .item .name-wrap {
        margin: 3% auto 5%;
        padding: 2% 3%;
    }
    .plan .item .container {
        padding: 0 3%;
    }
    .plan .item .container .label {
        margin-top: 10%;
    }
    .plan .item .sup-wrap {
        margin-top: 10%;
        padding: 5% 2%;
    }
    .plan .item .sup-wrap .title {
        margin: 0 5% 2%;
    }
    .plan .item .sup-item-wrap {
        padding: 0 5%;
    }
    .plan .item .sup-item-wrap li {
        width: 100%;
        float: none;
        margin: 3% 5% 3% 0;
    }
    .plan .item .sup-wrap .sub {
        margin: 20px 10px 0;
        font-size: 0.8rem;
    }
    .plan .opt-wrap {
        margin: 5% 5%;
    }
    .plan .opt-wrap .title {
        font-size: 1rem;
    }
    .plan .opt-wrap .content {
        font-size: 0.8rem;
    }
    .plan .opt-wrap ul {
        margin: 5% 0;
        padding-left: 5%;
    }
    .plan .opt-wrap .attention {
        font-size: 0.8rem;
    }
}


/* Visa */
.visa {
    padding: 5% 10%;
}
.visa .title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.visa .content-main {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 3%;
}
.visa .content-sub{
    font-size: 1rem;
}
.visa .think-wrap {
    margin: 3% 5%;
}
.visa .think-wrap .think {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    margin: auto;
}
.visa .think-wrap img {
    object-fit: contain;
    width: 100%;
}
.visa .think-wrap .answer-wrap {
    margin: 1% 0 0 10%;
}
.visa .think-wrap .answer-wrap .main {
    font-size: 1.2rem;
    font-weight: bold;
}
.visa .think-wrap .answer-wrap .sub {
    font-size: 1rem;
    margin-top: 10px;
}
.visa .flow {
    background-image: none;
    background-color: transparent;
    padding: 0;
    margin-top: 5%;
}
.visa .flow .head {
    font-size: 1rem;
}
.visa .end {
    font-size: 1.3rem;
    margin-top: 3%;
}
@media screen and (max-width:768px) {
    .visa {
        padding: 10% 2%;
    }
    .visa .title {
        font-size: 1.1rem;
        margin-bottom: 10px;
        padding: 0;
    }
    .visa .content-main {
        font-size: 1rem;
        margin-top: 10%;
    }
    .visa .content-sub{
        font-size: 0.8rem;
    }
    .visa .think-wrap {
        margin: 10% 0;
    }
    .visa .think-wrap .think {
        padding: 5px 10px;
    }
    .visa .think-wrap .answer-wrap {
        margin: 5px 5px 0 5px;
    }
    .visa .think-wrap .answer-wrap .main {
        font-size: 1rem;
    }
    .visa .think-wrap .answer-wrap .sub {
        font-size: 0.8rem;
        margin-top: 10px;
    }
    .visa .flow {
        margin-top: 10%;
    }
    .visa .flow .title {
        margin-bottom: 2px;
    }
    .visa .flow .content {
        padding: 10px;
    }
    .visa .end {
        font-size: 1rem;
        margin-top: 5%;
    }
}




/* merit-list */
.merit-list {
    position: relative;
    background-image: url('../img/merit-list/back.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を画面いっぱいに拡大 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    background-position: center; /* 中央に配置 */
    padding: 4% 10% 3%;
}
.merit-list .title {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}
.merit-list .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 232, 224, 0.65);
}
.merit-list .content {
    position: relative;
    z-index: 1;
    width: 100%;
    border: 1px solid #E2B6A3;
    border-radius: 20px;
    padding: 3% 5%;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3); /* 右10px、下10px、ぼかし15px */
}
.merit-list .content .label {
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0 0;
}
.merit-list .content .description {
    font-size: 1rem;
    margin-left: 20px;
}
@media screen and (max-width:768px) {
    .merit-list {
        padding: 15% 0%;
    }
    .merit-list .title {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
    .merit-list .content {
        width: auto;
        padding: 0 2% 3%;
        margin: 0 3%;
    }
    .merit-list .content .label {
        font-size: 0.8rem;
    }
    .merit-list .content .description{
        font-size: 0.8rem;
    }
}


/* Achive */
.achive {
    padding: 5% 15%;
}
.achive .first {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.achive .second {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 3%;
}
@media screen and (max-width:768px) {
    .achive {
        padding: 10% 2%;
    }
    .achive .first {
        font-size: 1.3rem;
    }
    .achive .second {
        font-size: 1.3rem;
    }
}



/* Parent */
.parent {
    position: relative;
    background-image: url('../img/parent/back.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を画面いっぱいに拡大 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    background-position: center; /* 中央に配置 */
    padding: 5% 20% 2%;
}
.parent .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 250, 240, 0.8);
}
.parent .container {
    position: inherit;
    z-index: 1;
}
.parent .container .worry-wrap {
    width: 80%;
    margin: 3% auto;
}
.parent .container .worry-wrap img {
    object-fit: contain;
    width: 40px;
}
.parent .container .worry-wrap p {
    font-size: 1.1rem;
}
.parent .container .end-title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2%;
}
.parent .container .end {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1%;
}
@media screen and (max-width:768px) {
    .parent {
        padding: 10% 2%;
    }
    .parent .container .worry-wrap {
        width: 100%;
        margin: 5% auto;
    }
    .parent .container .worry-wrap img {
        object-fit: contain;
        width: 30px;
    }
    .parent .container .worry-wrap p {
        font-size: 1rem;
    }
    .parent .container .end-title {
        font-size: 1.2rem;
        margin: 10% 0 2%;
    }
    .parent .container .end {
        font-size: 1rem;
    }
}



/* self */
.self {
    background-color: #E5E8E0;
    padding: 5% 10%;
}
.self .title {
    padding: 15px 25px;
}
.self .sub-title {
    font-size: 1rem;
    margin-bottom: 5%;
}
.self .item-left .img-wrap {
    text-align: end;
}
.self .item-right .img-wrap {
    text-align: start;
}
.self .item-left .content-wrap { 
    padding-right: 10%;
}
.self .item-right .content-wrap {
    padding-left: 15%;
}
.self .item {
    padding: 1% 0 2%;
}
.self .item img {
    width: 70%;
}
.self .item-title {
    width:fit-content;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
    margin: 0;
}
.self .item .discription{
    font-size: 1rem;
    text-align: left;
}
.self .bold{
    font-weight: bold;
}
.self .last {
    font-size: 1.5rem;
    font-weight: bold;
    margin:  3% auto 0;
    text-align: center;
}
.self .last-sub {
    font-size: 1.2rem;
    text-align: center;
    margin:  3% auto 0;
}
@media screen and (max-width:768px) {
    .self {
        padding: 5% 5% 15%;
    }
    .self .title {
        border: none;
    }
    .self .sub-title {
        font-size: 0.8rem;
    }
    .self .item {
        width: auto !important;
        text-align: center;
        padding: 0;
        margin: 5% 0 15%;
    }
    .self .item .img-wrap {
        text-align: center;
    }
    .self .item img {
        width: 50%;
        text-align: center;
    }
    .self .item .content-wrap { 
        padding: 0 5%;
    }
    .self .item-title {
        width: 100%;
        font-size: 1rem;
        text-align: center;
    }
    .self .item .discription {
        font-size: 0.8rem;
        text-align: center;
    }
    .self .last {
        font-size: 1.2rem;
        margin: 15% 0 10%;
    }
    .self .last-sub {
        font-size: 1rem;
    }
}



/* experience */
.experience {
    position: relative;
    background-image: url('../img/experience/back.jpg'); /* 背景画像の指定 */
    background-size: cover; /* 画像を画面いっぱいに拡大 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    background-position: center; /* 中央に配置 */
    padding: 5% 20% 3%;
}
.experience .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 250, 240, 0.6);
}
.experience .container {
    position: inherit;
    z-index: 1;
}
.experience .container .sub-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.experience .container .title {
    border-bottom: 3px solid #000;
    margin: 3% auto 1%;
}
.experience .container .balloon4 {
    padding: 3% 5%;
    margin-top: 0;
}
.experience .user {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.experience .user .icon {
    width: 100px;
    width: 100px;
    border-radius: 50%;
}
.experience .user .name {
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 15px;
}
.experience .label {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 2px solid #000;
    text-align: left;
    margin: 35px 0 7px;
}
.experience .content {
    font-size: 1rem;
    margin-left: 20px;
}
.experience .img-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.experience .img-wrap img {
    object-fit: contain;
    width: 49%;
}
@media screen and (max-width:768px) {
    .experience {
        padding: 10% 1%;
    }
    .experience .container .sub-title {
        font-size: 1rem;
    }
    .experience .container .title {
        font-size: 1.3rem;
        border-bottom: 1px solid #000;
        margin: 5% auto 3%;
    }
    .experience .container .balloon4 {
        padding: 5% 5%;
        font-size: 0.8rem;
        margin-top: 0;
    }
    .experience .user .icon {
        width: 50px;
        width: 50px;
        border-radius: 50%;
    }
    .experience .user .name {
        font-size: 1rem;
        font-weight: bold;
        margin-left: 10px;
    }
    .experience .label {
        font-size: 1em;
        font-weight: bold;
        border-bottom: 1px solid #000;
        margin-top: 20px;
    }
    .experience .content {
        font-size: 0.8rem;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .experience .img-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .experience .img-wrap img {
        object-fit: contain;
        width: 100%;
        margin-top: 5px;
    }
    .toggle-text {
        font-size: 1rem;
    }
}



/* Question */
.option {
    padding: 2% 10%;
}
.option .container {
    position: relative;
    padding: 3% 3% 0;
    border: 3px solid #141414;
    border-radius: 30px;
    background-color: white;
}
.option .container .title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.option .container .sub-title {
    font-size: 1rem;
    text-align: center;
    margin-top: -0.5rem;
}
.option .item {
    margin: 5% 0;
}
.option .item .item-title {
    font-size: 1.2rem;
    font-weight: bold;
    display: inline;
    border-bottom: 1px solid #141414;
}
.option .item .item-content {
    font-size: 1rem;
    margin: 0.5% 0 0 1%;
}
@media screen and (max-width:768px) {
    .option {
        padding: 5% 5%;
    }
    .option .container {
        padding: 7% 5% 2%;
    }
    .option .container .sub-title {
        font-size: 0.8rem;
    }
    .option .item {
        margin: 8% 0;
    }
    .option .item .item-title {
        font-size: 1rem;
        font-weight: bold;
        display: inline;
        border-bottom: 1px solid #141414;
    }
    .option .item .item-content {
        font-size: 0.8rem;
        margin: 0.5% 0 0 1%;
    }
}


/* Contact */
.contact {
    padding: 5% 0;
    background-color: white;
}
.contact form {
    width: 70%;
    margin: 0 auto;
}
/* 各フォームグループのスタイル */
.form-group {
    margin-bottom: 15px;
}
.form-group .must {
    background-color: #DFA598;
    font-size: 0.8rem;
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 5px;
}
/* ラベルのスタイル */
.form-group label {
    display: block;
    font-weight: bold;
    color: #555555;
    margin-bottom: 5px;
}
/* インプットとテキストエリアのスタイル */
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
    background-color: #E5E8E0;
}
/* プルダウン（セレクトボックス）のスタイル */
.form-group select {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
    appearance: none; /* デフォルトの矢印を非表示 */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    cursor: pointer;
    color: #555555;
    background-color: #E5E8E0;
}
/* テキストエリアの高さを設定 */
.form-group textarea {
    resize: none;
}
/* ボタンのスタイル */
.form-group button {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #DFA598;
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* ボタンのホバー効果 */
.form-group button:hover {
    background-color: #DFA598;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}
.spinner-border {
    display: block;
    margin: 0 auto;
}
.vali {
    background-color: red;
    color: white;
    font-size: 1rem;
    padding: 2px 5px;
}
.thx {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
@media screen and (max-width:768px) {
    .contact {
        padding: 10% 0;
    }
    .contact form {
        width: 90%;
    }
    .form-group .must {
        font-size: 0.6rem;
        margin-right: 2px;
    }
    .form-group input,
    .form-group textarea,
    .form-group select{
        font-size: 0.8rem;
        padding: 5px 10px;
    }
    .form-group button {
        font-size: 1rem;
    }
    .vali {
        font-size: 0.8rem;
    }
    .thx {
        font-size: 1rem;
    }
}


/* Question */
.question {
    padding: 5% 0;
    background-color: #EEE;
}
.question .title {
    margin-bottom: 10px;
}
.question .title .sub {
    font-size: 1rem;
}
.question .content {
    width: 60%;
    margin: 0 auto 40px;
    background-color: white;
}
.question .content:not(:first-child) {
    margin-top: 20px;
}
/* 質問内容 */
.query {
    font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
    color: #141414;
    text-align: left;
    width: 100%;
    margin: 0;
}
.contentText {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: black;
}
.qa {
    padding: 5% 0;
}
.qa__box {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.qa__box > dl > dt {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    position: relative;
}
.qa__box > dl > dt .crossBar {
    width: 21px;
    min-width: 21px;
    height: 21px;
    margin-left: 10px;
    margin-top: 2%;
    transform: translateY(-50%);
}
.qa__box > dl > dt .crossBar::before {
    content: "";
    display: inline-block;
    width: 1.6px;
    height: 100%;
    background-color: #E2B6A3;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: center center; /* 中心を基準にtransform */
    transform: translateX(-50%) rotate(0deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dt .crossBar::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1.6px;
    background-color: #E2B6A3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.qa__box > dl > dt > span {
    font-size: 1.3rem;
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    background-color: #E2B6A3;
    color: white;
    border-radius: 10px;
    margin-right: 5%;
    padding: 1px;
}
.qa__box > dl > dd {
    margin: 0;
    background-color: #fff;
    display: flex;
    margin-bottom: 16px;
    padding: 0px 30px; /* paddingの上下を0にする */
    max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
    overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dd > span {
    font-size: 1.3rem;
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    background-color: #CAE2E8;
    color: white;
    border-radius: 10px;
    margin-right: 5%;
    padding: 1px;
}
/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
    max-height: 100%;
    padding: 10px 30px;
}
/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
    transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
}
@media screen and (max-width:768px) {
    .question {
        padding: 10% 0;
    }
    .question .title {
        margin-bottom: 10px;
    }
    .question .content {
        width: 90%;
        margin: 25px auto;
    }
    .contentText {
        font-size: 0.9rem;
    }
    .query {
        font-size: 1rem;
    }
    .qa__box > dl > dt {
        padding: 2%;
    }
    .qa__box > dl > dt > span {
        font-size: 1rem;
        width: 25px;
        min-width: 25px;
        height: 25px;
        padding: 1px;
        border-radius: 5px;
    }
    .qa__box > dl > dd {
        padding: 0px 2%;
    }
    .qa__box > dl > dd.is-open {
        padding: 0px 2%;
    }
    .qa__box > dl > dd > span {
        font-size: 1rem;
        min-width: 25px;
        height: 25px;
        padding: 1px;
        border-radius: 5px;
    }
    .qa__box > dl > dt .crossBar {
        width: 15px;
        min-width: 15px;
        height: 15px;
        right: 10px;
    }
}

/* footer */
footer {
    background-color: #F2E5D8;
    padding: 2% 5%;
}
footer img {
    object-fit: contain;
    display: block;
    margin: 20px 0;
    width: 20%;
}
footer img.sns {
    width: 10%;
}
@media screen and (max-width:768px) {
    footer {
        padding: 5% 10%;
    }
    footer img {
        width: 80%;
    }
    footer img.sns {
        width: 50%;
    }
}