@charset "utf-8";

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;
}

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;
}


ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}


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;
}


hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
    color: #333333;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    line-height: 1.6;
    letter-spacing: 1px;
}
.sp_only {
    display: none;
}
.inner {
    width: 1170px;
    margin: 0 auto;
}
.header {
    position: fixed;
    width: 100%;
    height: 75px;
    background-color: #fff;
    text-align: right;
    z-index: 100;
}
.header .inner {
    position: relative;
    padding: 15px 0;
}
.header .logo {
    position: absolute;
    top: 10px;
    left: 0;
}
.header .logo img {
    position: relative;
    top: 7px;
}
.header .btn_pc {
    display: inline-block;
}
.header .btn_pc a {
    display: block;
    height: 44px;
    padding: 0 40px;
    border-radius: 22px;
    background-color: #da6b64;
    color: #fff;
    line-height: 45px;
    text-decoration: none;
}
.header .btn_pc a:hover {
    background-color: #d94940;
}
.header .btn_sp {
    display: none;
}

.logo img {
    width: 120px;
}
.btn {
    display: inline-block;
}
.btn a {
    display: block;
    height: 44px;
    padding: 0 40px;
    border-radius: 22px;
    background-color: #da6b64;
    color: #fff;
    line-height: 45px;
    text-decoration: none;
}
.btn a:hover {
    background-color: #d94940;
}


.main {
    padding-top: 75px;
}
.key-visual {
    position: relative;
    height: 500px;
    background: url("images/main.jpg") no-repeat center center / cover;
}
.key-visual_ttl {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.key-visual_ttl h2 {
    font-size: 28px;
    line-height: 2em;
}
.key-visual_ttl p {
    font-size: 20px;
    line-height: 1em;
}
.key-visual_logo {
    margin-bottom: 40px;
}
.key-visual_logo img {
    width: 300px;
}
.main {
    background-color: #ccc;
}
.sec01 {
    padding: 35px 0 90px;
    background-color: #EBBA4D;
    color: #fff;
    text-align: center;
}
.sec01 h3 {
    margin-bottom: 20px;
    font-size: 20px;
}
.sec01 ul {
    list-style: none;
    font-size: 21px;
    font-weight: bold;
}
.sec01 li + li {
    margin-top: 35px;
}
.sec01 .notice {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    color: #c7254e;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
}
.sec01 .btn {
    margin: 45px 0 70px;
}
.sec01 .btn a {
    height: 104px;
    padding: 0 300px;
    border-radius: 52px;
    font-size: 28px;
    font-weight: bold;
    line-height: 104px;
}

.line {
    background: linear-gradient(transparent 70%, #EBBA4D 0%);
    font-weight: bold;
}
.ttl_flame {
    position: relative;
    width: 860px;
    padding: 40px 0;
    margin: 0 auto 40px;
    font-size: 28px;
}
.ttl_flame::before, .ttl_flame::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
}
.ttl_flame::before {
    top: 0;
    left: 0;
    border-top: 3px solid #EBBA4D;
    border-left: 3px solid #EBBA4D;
}
.ttl_flame::after {
    right: 0;
    bottom: 0;
    border-right: 3px solid #EBBA4D;
    border-bottom: 3px solid #EBBA4D;
}
.txt_yellow {
    color: #EBBA4D;
}
.txt_white {
    color: #fff;
}
.txt_bold {
    font-weight: bold;
}

.sec02 {
    background: url(images/introbottom.jpg) no-repeat center / cover;
    padding: 40px 0 130px;
    font-size: 20px;
    text-align: center;
}
.sec02 p {
    margin-bottom: 25px;
}
.sec03 {
    position: relative;
    padding: 80px 0 70px;
    background-color: #FDF5E0;
    font-size: 20px;
    text-align: center;
}
.sec03::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: 'ABOUT';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #EBBA4D;
    color: #fff;
    font-size: 14px;
    line-height: 80px;
    transform: translate(-50%, -50%);
}
.sec03_skills {
    padding: 30px 0 40px;
    margin-top: 30px;
    background-color: #fff;
    border: 2px solid #EBBA4D;
    border-radius: 5px;
}
.sec03_skills h4 {
    margin-bottom: 15px;
}
.sec03_skills ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.sec03_skills li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin: 0 15px;
    font-size: 12px;
}

.sec03_skills li p {
    margin-top: 10px;
}
.sec04 {
    font-size: 20px;
    text-align: center;
}
.sec04 .inner {
    padding: 60px 0 40px;
}
.sec04 h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 28px;
}
.sec04 h3 + p {
    margin-bottom: 10px;
}
.sec04 .inner > p {
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
}
.sec04 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    list-style: none;
}
.sec04 li {
    box-sizing: border-box;
    width: calc((100% - 40px) / 3);
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    font-weight: bold;
}
.sec04 li h4 {
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #EBBA4D;
    color: #fff;
    font-size: 16px;
}
.sec04 li p:first-of-type {
    margin-bottom: 10px;
    font-size: 14px;
}
.sec04 li p:last-of-type {
    font-size: 16px;
}
.sec04_upper {
    background: url(images/aboutsecondbg.jpg) no-repeat center / cover;
}
.sec04_lower {
    padding: 40px 0;
    background-color: #056EA9;
    color: #fff;
    font-weight: bold;
}

.sec05 {
    padding: 60px 0 50px;
    background-color: #fff;
    text-align: center;
}
.sec05 h3 {
    margin-bottom: 40px;
    font-size: 28px;
}
.sec05 h3 span {
    font-size: 16px;
}
.sec05 h3 + p {
    font-size: 20px;
    font-weight: normal;
}
.sec05 p {
    font-size: 16px;
    font-weight: bold;
}
.sec05 ul {
    display: flex;
    justify-content: center;
    margin: 35px 0;
    list-style: none;
}
.sec05 li + li {
    margin-left: 40px;
}
.sec05 li img {
    width: 180px;
}
.sec06 {
    padding: 50px 0 40px;
    background-color: #FDF5E0;
    text-align: center;
}
.sec06 h3 span {
    display: block;
    font-size: 20px;
}
.sec06 ul {
    display: flex;
    list-style: none;
}
.sec06 li {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% / 3);
    padding: 15px;
}
.sec06 li h4 {
    margin: 10px 0;
    font-size: 20px;
    color: #EBBA4D;
}
.sec06 li p {
    font-size: 16px;
    text-align: left;
}
.sec06 li .pic {
    width: 100%;
    height: 180px;
    order: -1; 
}
.sec06 li:first-child .pic {
    background: url(images/learnfromfreelancer.jpg) no-repeat center / cover;
}
.sec06 li:nth-child(2) .pic {
    background: url(images/learnfromprojects.jpg) no-repeat center / cover;
}
.sec06 li:last-child .pic {
    background: url(images/actuallyfree.jpg) no-repeat center / cover;
}
.sec06_support {
    padding: 40px 0 50px;
    margin: 30px 0 40px;
    background-color: #fff;
    border: 2px solid #EBBA4D;
    border-radius: 5px;
}
.sec06_support h4 {
    margin-bottom: 15px;
    color: #ebb94d;
    font-size: 28px;
}
.sec06_support p {
    font-weight: bold;
}
.sec06_support p:first-of-type {
    margin-bottom: 10px;
    font-size: 20px;
}
.sec06_support p:last-of-type {
    font-size: 16px;
}
.sec06_support + p {
    padding: 0 70px;
}
.sec07 {
    padding: 80px 0 40px;
    background: url(images/teacherbg.jpg) no-repeat center / cover;
    color: #fff;
    text-align: center;
}
.sec07 h3 {
    margin-bottom: 40px;
    font-size: 28px;
}
.sec07 h3 + p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.sec07_members {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.sec07_members li {
    width: calc((100% - 60px) / 3);
}
.member_pic {
    position: relative;
    bottom: -35px;
}
.member_pic img {
    border-radius: 50%;
}
.member_detail {
    box-sizing: border-box;
    height: 396px;
    padding: 40px 50px 50px;
    border: 3px solid #fff;
    font-size: 16px;
}
.member_detail h4 {
    margin-bottom: 10px;
}
.member_detail h4 span {
    display: block;
    margin-bottom: 15px;
}
.member_detail p {
    text-align: left;
}


.sec08 {
    position: relative;
    background-color: #fff;
    text-align: center;
}
.sec08::before {
    position: absolute;
    top: 40px;
    left: 50%;
    content: 'Q&A';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: #EBBA4D;
    font-size: 14px;
    line-height: 80px;
    transform: translate(-50%, 0);
    z-index: 10;
}
.sec08 .ttl_flame {
    margin-bottom: 0;
    color: #fff;
}
.sec08 .ttl_flame::before, .sec08 .ttl_flame::after {
    border-color: #fff;
}
.sec08_upper {
    position: relative;
    padding: 120px 0 40px;
    background: #EBBA4D;
}
.sec08_upper::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -50px;
    display: inline-block;
    border: 25px solid transparent;
    border-top: 25px solid #EBBA4D;
    transform: translateX(-50%);
}
.sec08_lower {
    padding: 50px 0 60px;
}
.sec08_lower h4 {
    margin-bottom: 40px;
    font-size: 28px;
}
.sec08_lower h4 span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
}
.sec08_lower > p {
    margin-bottom: 30px;
    font-size: 14px;  
}
.sec08_voice {
    width: 800px;
    margin: 0 auto;
    list-style: none;
}
.sec08_voice li {
    display: flex;
}
.sec08_voice li + li {
    margin-top: 40px;
}
.voice_pic {
    box-sizing: border-box;
    width: 240px;
    height: 240px;
    border: 2px solid #EBBA4D;
}
.voice_pic img {
    width: 100%;
    vertical-align: bottom;
}
.voice_txt {
    box-sizing: border-box;
    width: calc(100% - 240px);
    padding: 20px 30px;
    color: #777;
    font-size: 18px;
    text-align: left;
}
.voice_txt .name {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-style: italic;
    text-decoration: underline;
}

.sec09 {
    font-weight: bold;
    text-align: center;
}
.sec09_upper {
    padding: 60px 0 80px;
    background: url(images/classbg.jpg) no-repeat center / cover;
}
.sec09_upper h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 28px;
}
.sec09_upper > p {
    margin-bottom: 45px;
    color: #fff;
    font-size: 16px;
}
.sec09_leaning {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 800px;
    margin: 0 auto;
}
.sec09_leaning > div {
    width: calc(50% - 15px);
    border: 1px solid #056EA9;
    border-radius: 5px;
    background-color: #fff;
}
.sec09_leaning h4 {
    padding: 20px 0;
    background-color: #056EA9;
    color: #fff;
    font-size: 20px;
}
.sec09_leaning ul {
    list-style: none;
    font-size: 16px;
}
.sec09_leaning li {
    padding: 10px 0;
}
.sec09_leaning li + li {
    border-top: 1px dotted #e5e5e5;
}
.sec09_lower {
    padding: 40px 0;
    background-color: #056EA9;
    color: #fff;
    font-size: 20px;
}

.sec10 {
    padding: 60px 0 40px;
    background-color: #fff;
    text-align: center;
}
.sec10 h3 {
    margin-bottom: 45px;
    font-size: 28px;
}
.sec10 h4 {
    margin-bottom: 30px;
}
.sec10_flow {
    list-style: none;
}
.sec10_flow li {
    position: relative;
    display: flex;
    padding: 30px 40px 30px 50px;
    background-color: #FDF5E0;
}
.sec10_flow li + li {
    margin-top: 65px;
}
.sec10_flow li::after {
    content: url(images/flowline1.png);
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
}
.sec10_flow li:nth-child(even)::after {
    content: url(images/flowline2.png);
}
.sec10_flow li:last-child::after {
    content: unset;
}

.sec10_flow h5 {
    width: 160px;
}
.sec10_flow h5 span {
    display: block;
    font-size: 18px;
}
.flow_detail {
    width: calc(100% - 150px);
    padding-left: 20px;
    font-size: 16px;
    text-align: left;
}
.flow_detail p:not(:last-of-type) {
    margin-bottom: 20px;
}

.sec11 {
    padding: 100px 0 90px;
    background: url(images/bangkokbg.jpg) no-repeat center / cover;
    color: #fff;
}
.sec11 ul {
    list-style: none;
}

.sec12 {
    padding: 60px 0 40px;
    background: #EBBA4D;
    text-align: center;
}
.sec12 h4 {
    position: relative;
    top: 20px;
    display: inline-block;
    padding: 0 5px;
    background: #ebbb4c;
    font-size: 28px;
}
.sec12_benefits {
    display: flex;
    box-sizing: border-box;
    padding: 50px 0;
    border: 1px solid #fff;
    list-style: none;
}
.sec12_benefits li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 60px;
    background-color: #fff;
}
.sec12_benefits h5 {
    margin-bottom: 15px;
    color: #EBBA4D;
}
.sec12_benefits p {
    padding: 0 15px;
}
.sec13 {
    padding: 70px 0 60px;
    background: url(images/specialdetail.jpg) no-repeat center / cover;
    color: #fff;
    text-align: center;
}
.sec13 .ttl_flame {
    padding: 15px 0;
}
.sec13 .ttl_flame::before {
    top: 0;
    left: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
.sec13 .ttl_flame::after {
    right: 0;
    bottom: 0;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.sec14 {
    padding: 60px 0 90px;
    background-color: #fff;
}
.sec14 .inner {
    width: 860px;
}
.sec14 h3 {
    margin-bottom: 40px;
    text-align: center;
}
.sec14 h4 {
    margin-bottom: 40px;
    text-align: center;
}
.sec14_message {
    display: flex;
}
.message_pic {
    width: 20%;
}
.message_pic img {
    width: 100%;
    vertical-align: bottom;
}
.message_txt {
    width: 80%;
    padding-left: 30px;
}

.sec15 {
    padding: 60px 0 70px;
    background: #EBBA4D;
    text-align: center;
}
.sec15 .inner {
    width: 860px;
    margin: 0 auto;
}
.sec15 h2 {
    font-size: 28px;
}
.sec15 p {
    margin-bottom: 30px;
    font-size: 16px;
}
.sec15 input, .sec15 textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.sec15 input::placeholder, .sec15 textarea::placeholder {
    color: #aaa;
}
.sec15 input {
    height: 50px;
    margin-bottom: 20px;
}
.sec15 textarea {
    height: 100px;
    margin-bottom: 40px;
}
.sec15 button {
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 40px;
    border: none;
    border-radius: 30px;
    background-color: #da6b64;
    color: #fff;
    font-size: 23px;
    line-height: 45px;
    text-decoration: none;
}



.footer {
    padding: 40px 0 25px;
    background-color: #ececec;
    font-size: 10px;
    text-align: center;
}
.footer p:first-of-type {
    margin-bottom: 60px;
}
.footer a {
    color: #337ab7;
    text-decoration: none;
}
.footer a:hover {
    color: #23527c;
    text-decoration: underline;
}

@media (max-width: 768px){
   
    

    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
    .inner {
        width: 100%;
    }
    .header {
        height: 60px;
    }
    .header .inner {
        height: 100%;
        padding: 0;
    }
    .header .btn_pc {
        display: none;
    }
    .header .btn_sp {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 75px;
        height: 60px;
        background-color: #da6b64;
        text-align: center;
    }
    .header .btn_sp a {
        box-sizing: border-box;
        display: block;
        height: 100%;
        padding: 7px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }
    .header .btn_sp img {
        width: 20px;
        vertical-align: bottom;
    }
    .header .logo {
        top: 8px;
        left: 10px;
        font-size: 10px;
    }
    .header .logo img {
        position: absolute;
        top: 14px;
        width: 90px;
    }
    .main {
        padding-top: 60px;
    }
    .key-visual {
        height: 300px;
        background: url(images/mainsp.jpg) no-repeat center center / cover;
    }
    .key-visual_ttl h2 {
        font-size: 18px;
        line-height: 1.5;
    }
    .key-visual_ttl p {
        font-size: 15px;
    }
    .key-visual_logo {
        margin: 25px 0 30px;
    }
    .sec01 {
        padding: 15px 20px 70px;
    }
    .sec01 h3 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .sec01 .notice {
        font-size: 14px;
    }
    .sec01 ul {
        font-size: 15px;
    }
    .sec01 li + li {
        margin-top: 20px;
    }
    .sec01 .btn {
        display: block;
        margin: 25px 0;
    }
    .sec01 .btn a {
        height: auto;
        padding: 15px 0;
        font-size: 20px;
        line-height: 1.5;
    }

    .ttl_flame {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .ttl_flame::before, .ttl_flame::after {
        width: 30px;
        height: 30px;
    }
    .sec02 {
        padding: 30px 20px 80px;
        background: url(images/introbottom.jpg) no-repeat center bottom / contain #fff;
        font-size: 15px;
    }

    .sec03 {
        padding: 60px 20px 70px;
        font-size: 15px;
    }
    .sec03::before {
        width: 60px;
        height: 60px;
        font-size: 12px;
        line-height: 60px;
    }
    .sec03_skills {
        padding: 10px 0;
    }
    .sec03_skills h4 {
        margin-bottom: 0;
    }
    .sec03_skills ul {
        flex-wrap: wrap;
    }
    .sec03_skills li {
        margin: 15px;
        font-size: 10px;
    }
    .sec03_skills li img {
        height: 30px;
    }

    .sec04_upper {
        background: url(images/aboutsecondbgsp.jpg) no-repeat center / cover;
    }
    .sec04_upper .inner {
        padding: 40px 30px 45px;
        box-sizing: border-box;
    }
    .sec04 h3 {
        font-size: 18px;
    }
    .sec04 .inner > p {
        font-size: 13px;
    }
    .sec04 ul {
        flex-direction: column;
    }
    .sec04 li {
        width: 100%;
        padding: 15px 50px;
    }
    .sec04 li p:first-of-type {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .sec04 li p:last-of-type {
        font-size: 12px;
    }
    .sec04 li + li {
        margin-top: 15px;
    }
    .sec04 li h4 {
        margin-bottom: 15px;
        font-size: 12px;
    }
    .sec04_lower {
        padding: 20px 0;
        font-size: 12px;
    }

    .sec05 {
        padding: 40px 0 30px;
    }
    .sec05 h3 {
        font-size: 18px;
    }
    .sec05 h3 span {
        font-size: 12px;
    }
    .sec05 h3 + p {
        font-size: 15px;
    }
    .sec05 p {
        font-size: 12px;
    }
    .sec05 ul {
        justify-content: space-between;
        padding: 0 50px;
        margin: 5px 0;
    }
    .sec05 li {
        margin: 10px;
    }
    .sec05 li + li {
        margin-left: 0;
    }
    .sec05 li img {
        width: 100%;
        max-width: 120px;
    }

    .sec06 {
        padding: 30px 20px 40px;
    }
    .sec06 h3 span {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .sec06 ul {
        flex-direction: column;
    }
    .sec06 li {
        width: 100%;
        padding: 10px 0;
    }
    .sec06 li h4 {
        width: 100%;
        font-size: 15px;
    }
    .sec06 li p {
        padding: 0 15px;
        font-size: 12px;
    }
    .sec06 li .pic {
        height: 120px;
    }
    .sec06_support {
        padding: 15px;
        margin: 20px 0 10px;
    }
    .sec06_support h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .sec06_support p:first-of-type {
        font-size: 15px;
    }
    .sec06_support p:last-of-type {
        font-size: 10px;
    }
    .sec06_support + p {
        padding: 0;
        font-size: 12px;
    }

    .sec07 {
        padding: 65px 10px 20px;
    }
    .sec07 h3 {
        margin-bottom: 35px;
        font-size: 18px;
    }
    .sec07 h3 + p {
        font-size: 12px;
    }
    .sec07_members {
        flex-direction: column;
    }
    .sec07_members li {
        width: 100%;
    }
    .member_pic {
        bottom: -40px;
        width: 120px;
        margin: 0 auto;
    }
    .member_pic img {
        width: 100%;
    }
    .member_detail {
        height: auto;
        padding: 40px 10px 15px;
        font-size: 12px;
    }
    .member_detail h4 span {
        margin-bottom: 10px;
    }

   
    .sec08::before {
        top: 20px;
        width: 60px;
        height: 60px;
        font-size: 12px;
        line-height: 60px;
    }
    .sec08 .ttl_flame {
        font-size: 14px;
        line-height: 2;
    }
    .sec08_upper {
        padding: 90px 15px 20px;
    }
    .sec08_upper::after {
        bottom: -30px;
        border: 15px solid transparent;
        border-top: 15px solid #EBBA4D;
    }
    .sec08_lower {
        padding: 25px 10px 40px;
    }
    .sec08_lower h4 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .sec08_lower h4 span {
        margin-top: 10px;
        font-size: 12px;
    }
    .sec08_lower > p {
        font-size: 12px;
    }
    .sec08_voice {
        width: 100%;
    }
    .sec08_voice li {
        align-items: flex-start;
    }
    .voice_pic {
        width: 30%;
        height: auto;
    }
    .voice_txt {
        width: 70%;
        padding: 0 0 0 15px;
        font-size: 14px;
    }
    .voice_txt .name {
        font-size: 12px;
    }

    .sec09_upper {
        padding: 50px 10px 40px;
    }
    .sec09_upper h3 {
        font-size: 18px;
    }
    .sec09_upper > p {
        font-size: 12px;
    }
    .sec09_leaning {
        width: 100%;
        flex-direction: column;
    }
    .sec09_leaning > div {
        width: 100%;
    }
    .sec09_leaning > div:first-of-type {
        margin-bottom: 15px;
    }
    .sec09_leaning h4 {
        padding: 15px 0;
        font-size: 15px;
    }
    .sec09_leaning ul {
        font-size: 12px;
    }
    .sec09_lower {
        padding: 20px 15px;
        font-size: 15px;
    }
    
    .sec10 {
        padding: 50px 15px 60px;
    }
    .sec10 h3 {
        margin-bottom: 40px;
        font-size: 18px;
    }
    .sec10 h4 {
        display: none;
    }
    .sec10_flow li {
        flex-direction: column;
        padding: 0;
    }
    .sec10_flow li::after {
        display: none;
    }
    .sec10_flow li + li {
        margin-top: 5px;
    }
    .sec10_flow h5 {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding: 10px 15px;
        text-align: left;
    }
    .sec10_flow h5::after {
        content: '';
        position: absolute;
        top: 18px;
        right: 15px;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 5px solid #000;
        border-bottom: 5px solid #000;
        transform: rotate(45deg);
    }
    .sec10_flow h5.open::after {
        top: 22px;
        transform: rotate(-135deg);
    }
    .sec10_flow h5 img {
        width: 35px;
        height: auto;
        vertical-align: middle;
    }
    .sec10_flow h5 span {
        display: inline-block;
        margin-left: 15px;
        font-size: 15px;
        vertical-align: middle;
    }
    .flow_detail {
        display: none;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 10px;
        font-size: 12px;
    }

    .sec11 {
        padding: 40px 30px 30px;
        background: url(images/bangkokbgsp.jpg) no-repeat center / cover; 
    }
    .sec11 h3 {
        font-size: 24px;
        text-align: center;
    }
    .sec12 {
        padding: 30px 15px 20px;
    }
    .sec12 h3 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .sec12 h4 {
        font-size: 18px;
    }
    .sec12 p {
        margin-bottom: 30px;
    }
    .sec12_benefits {
        flex-direction: column;
        padding: 45px 30px;
    }
    .sec12_benefits li {
        flex-direction: row;
        width: 100%;
        height: auto;
        border-radius: unset;
        margin: 0;
        background-color: unset;
    }
    .sec12_benefits h5 {
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 50%;
        line-height: 60px;
    }
    .sec12_benefits p {
        width: calc(100% - 60px);
        padding-right: 0;
        color: #fff;
        text-align: left;
    }
    .sec13 {
        padding: 40px 15px 60px;
        background: url(images/specialdetailsp.jpg) no-repeat center / cover;
    }
    .sec14 {
        padding: 45px 15px 50px;
    }
    .sec14 .inner {
        width: 100%;
    }
    .sec14_message {
        flex-direction: column;
    }
    .message_pic {
        width: 100%;
    }
    .message_txt {
        width: 100%;
        padding: 0;
    }
    .sec15 {
        padding: 50px 20px;
    }
    .sec15 .inner {
        width: 100%;
    }
    .footer {
        padding: 20px 0 5px;
    }
}
