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

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

body {
  font-family: "ヒラキノ 角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  letter-spacing: 1px;
}

.sp_only {
  display: none;
 }

input, select {
    vertical-align:middle;
}

.header {
  height: 75px;
  background-color: #fff;
  text-align: right;
  position: fixed;
  z-index: 100;
  width: 100%;
}

.header .inner {
  position: relative;
  padding: 15px 0;
}

.inner {
  max-width: 1170px;
  width: 100%; 
  margin: 0 auto;
}

.header .logo {
  position: absolute;
  top: 10px;
  left: 0;
}

.header .logo img {
  position: relative;
  top: 7px;
}

.header .btn_sp {
  display: none;
 }


.logo img {
  width: 120px;
}

.btn {
  display: inline-block;
}

.btn a {
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  color: #fff;
  background-color: #da6b64;
  display: block;
  border-radius: 22px;
  text-decoration: none;
}

.header .btn_pc a:hover {
  background-color: #d94940;
}

.header .btn_pc {
  display: inline-block;
}

.header .btn_pc a {
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  color: #fff;
  background-color: #da6b64;
  display: block;
  border-radius: 22px;
  text-decoration: none;
}

.header .btn_pc a:hover {
  background-color: #d94940;
}

.main {
  padding-top: 75px;
}

.key-visiual {
  height: 500px;
  position: relative;
  background: url(../images/main.jpg) no-repeat center center / cover;
}

.key-visual_ttl {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.key-visual_logo {
  margin-bottom: 40px;
}

.key-visual_logo img {
  width: 300px;
}

.key-visual_ttl h2 {
  font-size: 28px;
  line-height: 2em;
}

.key-visual_ttl p {
  font-size: 20px;
  line-height: 1em;
}

.sec01 {
  background-color: #E3A034;
  color: #fff;
  text-align: center;
  padding: 35px 0 90px;
}

.sec01 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.sec01 .notice {
  font-size: 18px;
  color: #c7254e;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4em;
}

.sec01 ul {
  font-size: 21px;
  list-style: none;
}

.sec01 li + li{ 
    margin-top: 35px;
}

.sec01 .btn {
  margin: 45px 50px 70px;
  display: block;
}

.sec01 .btn a {
  font-size: 28px;
  height: 104px;
  line-height: 104px;
  padding: 0 15px;
  font-weight: bold;
  border-radius: 52px;
}

.txt_yellow {
  color: #ebba4d;
}

.sec02 {
  font-size: 20px;
  text-align: center;
  padding: 40px 0 130px;
  background: url(../images/introbottom.jpg) no-repeat center center / cover;
}

.ttl_flame{
  position: relative;
  max-width: 860px;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto 40px;
  font-size: 28px;  
}

.ttl_flame::after,
.ttl_flame::before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
}

.ttl_flame::before {
  top: 0;
  left: 0;
  border-left: 3px #ebba4d solid;
  border-top: 3px #ebba4d solid;
}

.ttl_flame::after {
  right: 0;
  bottom: 0;
  border-right: 3px #ebba4d solid;
  border-bottom: 3px #ebba4d solid;
}
.txt_white {
  color: #fff;
}
.txt_bold {
  font-weight: bold;
}
.sec02 p {
  margin-bottom: 25px;
}

.line {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ebba4d 0%);
}

.sec03 {
  position: relative;
  font-size: 20px;
  background-color: #fdf5e0;
  text-align: center;
  padding: 80px 0 70px;
}

.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 {
  background-color: #fff;
  border: 2px solid #ebba4d;
  border-radius: 5px;
  padding: 30px 0 40px;
  margin-top: 30px;
}

.sec03_skills h4 {
  margin-bottom: 15px;
}

.sec03_skills ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.sec03_skills li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  margin: 0 15px;
}

.sec03_skills li p {
  margin-top: 10px;
}

.sec04 {
  font-size: 20px;
  text-align: center;
  background-color: #999;
}

.sec04 .inner {
  padding: 60px 0 40px;
}

.sec04_lower {
  background-color: #056ea9;
  color: #fff;
  padding: 40px 0;
  font-weight: bold;
}

.sec04 h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.sec04 h3 + p {
  margin-bottom: 10px;
}

.sec04 .inner > p {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.sec04 ul {
  margin-top: 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.sec04 li {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  font-weight: bold;
}

.sec04 li h4 {
  background-color: #ebba4d;
  color: #fff;
  border-radius: 5px;
  font-size: 16pxs;
  margin-bottom: 30px;
}

.sec04 li p:first-of-type {
  font-size: 14px;
  margin-bottom: 10px;
}

.sec04 li p:last-of-type {
  font-size: 16px;
}

.sec04_upper {
  background: url(../images/aboutsecondbgsp.jpg) no-repeat center center / cover;
}


.sec05 {
  background-color: #fff;
  text-align: center;
  padding: 60px 0 50px;
}

.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 {
  list-style: none;
  display: flex;
  margin: 35px 0;
  justify-content: center;
}
.sec05 li {
  width: 180px;
}
.sec05 li img {
  width: 100%;
  vertical-align: bottom;
}

.sec05 li + li {
  margin-left: 40px;
}

.sec06 {
  background-color: #fdf5e0;
  text-align: center;
  padding: 50px 0 40px;
}

.sec06 h3 span {
  display: block;
  font-size: 20px;
}

.sec06 ul {
  list-style: none;
  display: flex;
}

.sec06 li {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  padding:15px;
  width: calc(100% / 3);
  box-sizing: border-box;

}
.sec06 li h4 {
  font-size: 20px;
  color: #ebba4d;
  margin: 10px 0;
}

.sec06 li p {
  font-size: 16px;
  text-align: left;
}
.sec06 li .pic{
  width:100%;
  order: -1;
  height: 180px;
 
}
.sec06 li:first-child .pic{
  background: url(../images/learnfromfreelancer.jpg) no-repeat center center / cover;
}
.sec06 li:nth-child(2) .pic{
  background: url(../images/learnfromprojects.jpg) no-repeat center center / cover;
}
.sec06 li:last-child .pic{
  background: url(../images/actuallyfree.jpg) no-repeat center center / cover;
}
.sec06_support {
  padding: 50px 0 50px;
  margin: 30px 0 40px;
  background-color: #fff;
  border: #E3A034 2px solid;
  border-radius: 5px;
}

.sec06_support h4 {
  font-size: 28px;
  color: #ebb94d;
  margin-bottom: 15px;
}

.sec06_support p {
  font-weight: bold;
}

.sec06_support p:first-of-type {
  font-size: 20px;
  margin-bottom: 10px;
}

.sec06_support p:last-of-type {
  font-size: 16px;
}

.sec06_support + p {
  padding: 0 20px;
}

.sec07 {
  text-align: center;
  padding: 80px 0 40px;
  color: #fff;
  background: url(../images/teacherbg.jpg) no-repeat center center / cover;
}

.sec07 h3 {
  font-size: 28px;
  margin-bottom: 40px;
}

.sec07 h3 + p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec07_member {
   display: flex;
   justify-content: space-between;
   list-style: none;
}

.sec07_member li {
  width: calc((100% - 60px) / 3);
}

.member_pic {
  position: relative;
  bottom: -35px;
}

.member_pic img {
  border-radius: 50%;
}

.member_detail {
  padding: 40px 50px 50px;
  border: 3px solid #fff;
  font-size: 16px;
  height: 396px;
  box-sizing: border-box;
  line-height: 1.6;
}

.member_detail h4 {
  margin-bottom: 10px;
}

.member_detail h4 span {
  display: block;
  margin-bottom: 15px;
}

.member_detail p {
  text-align: left;
}

.sec08 {
  position: relative;
  text-align: center;
  background: #fff;
}
.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::after, .sec08 .ttl_flame::before{
  border-color: #fff;
}
.sec08_upper {
  position: relative;
  background-color: #ebba4d;
  padding: 120px 0 40px;
}
.sec08_upper::after {
  content: '';
  display: inline-block;
  border: 25px solid transparent;
  border-top: 25px solid  #ebba4d;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.sec08_lower {
  padding: 50px 0 60px;
}
.sec08_lower h4{
  font-size: 28px;
  margin-bottom: 40px;
}
.sec08_lower h4 span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
.sec08_lower > p {
  font-size: 14px;
  margin-bottom: 30px;
}
.sec08_voice {
  list-style: none;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.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 {
  width: calc(100% - 240px);
  padding: 20px 30px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #777;
}
.voice_txt .name {
  font-size: 15px;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  font-style: italic;
}

.sec09 {
  text-align: center;
  font-weight: bold;
}
.sec09_upper {
  background: url(../images/classbg.jpg) no-repeat center / cover;
  padding: 60px 0 80px;
}
.sec09_upper h3{
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}
.sec09_upper > p {
  color: #fff;
  margin-bottom: 45px;
  font-size: 16px;
}
.sec09_leaning {
  display: flex;
  max-width: 800px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-start;
}
.sec09_leaning > div {
  background-color: #fff;
  border-radius: 5px;
  width: calc(50% - 15px);
  border: 1px solid #056ea9;  
}
.sec09_leaning h4 {
  padding: 20px;
  font-size: 20px;
  background-color: #056ea9;
  color: #fff;
}
.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 {
  background-color: #056ea9;
  color: #fff;
  padding: 40px 0;
  font-size: 20px;
}

.sec10 {
  text-align: center;
  background: #fff;
  padding: 60px 0 40px;
}
.sec10 h3 {
  margin-bottom: 45px;
  font-size: 28px;
}
.sec10 h4 {
  margin-bottom: 30px;
}
.sec10 h4 img{
  width: 100%;
  vertical-align: bottom;
}
.sec10_flow {
  list-style: none;
}
.sec10_flow li {
  display: flex;
  background-color: #fdf5e0;
  position: relative;
  padding: 30px 40px 30px 50px;
}
.sec10_flow li + li {
  margin-top: 65px;
}
.sec10_flow li::after {
  content: url(../images/flowline1.png);
  position: absolute;
  bottom: -70px;
  left: 50%;
  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{
  text-align: left;
  width: calc(100% - 150px);
  font-size: 16px;
  padding-left: 20px;
}
.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;
}

.sec12 {
  background-color: #ebba4d;
  padding: 60px 0 40px;
  text-align: center;
}
.sec12_benefits h4 {
  position: relative;
  top: 15px;
  font-size: 28px;
  display: inline-block;
  background: #ebba4d;
  padding:  0 5px;
}
.sec12_benefits {
  list-style: none;
  border: 1px solid #fff;
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
}
.sec12_benefits li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: 0 60px;
}
.sec12_benefits h5 {
  color: #ebb94d;
  margin-bottom: 15px;
}
.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 {
  background-color: #fff;
  padding: 60px 0 90px;
}
.sec14 .inner {
  max-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 {
  background-color: #ebba4d;
  text-align: center;
  padding: 60px 0 70px;
}
.sec15 .inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.sec15 h2 {
  font-size: 28px;
}
.sec15 p {
  font-size: 16px;
  margin-bottom: 30px;
}
.sec15 input, .sec15 textarea {
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.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;
  line-height: 45px;
  text-decoration: none;
  font-size: 23px;
  color: #fff;
}
.sec16 {
  padding: 60px 0;
  background-color: #fff;
}
.sec16 h3 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.sec16_faq {
  padding: 0 30px;
}
.sec16_faq dt {
  position: relative;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.sec16_faq dt::before {
  content: "\f059";
  color: #016ea9;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.sec16_faq dt::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 5px solid #E5E5E5;
  border-right: 5px solid #E5E5E5;
  transform: rotate(135deg);
}
.sec16_faq dt.open::after {
  /* content: "\e113"; */
  content: "";
  position: absolute;
  top: 26px;
  right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 5px solid #E5E5E5;
  border-right: 5px solid #E5E5E5;
  transform: rotate(-45deg);
}
.sec16_faq dd {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
.faq dd {
  display: none;
}

.footer {
  background-color: #ececec;
  font-size: 10px;
  text-align: center;
  padding: 40px 0 25px;
}

.footer p:first-of-type {
  margin-bottom: 60px;
}

.footer a {
  color: #337ab7;
  text-decoration: none;
}

.footer a {
  color: #23527c;
  text-decoration: underline;
}

@media(max-width:1190px) {
  .sec16_faq dt {
    font-size: 16px;
  }
  .sec16_faq dd {
    font-size: 14px;
  }
}

@media(max-width:1190px)and (min-width:769px){
  .sec01 .btn a {
    font-size: 18px;
  }
}
@media (max-width:991px) {
  .sec14_message {
    flex-direction: column;
  }
  .message_pic{
    width: 100%;
  }
}

@media (max-width:991px) and (min-width:769px){
  .sec12_benefits{
    flex-direction: column;
    align-items: center;
  }
  .sec12_benefits li + li {
    margin-top: 20px;
  }
  .message_txt{
    padding: 0;
    width: 100%;
  }
}

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

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

  .sec03 {
    font-size: 15px;
    padding: 60px 20px 70px;
  }
  .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 {
    font-size: 10px;
    margin: 15px;
  }
  .sec03_skills li img{
    height: 30px;
  }
  .sec04 .inner > p{
    font-size: 13px;
  }
  .sec04_upper .inner {
    padding: 40px 30px 45px;
    box-sizing: border-box;
  }
  .sec04 ul {
    flex-direction: column;
  }
  .sec04 li {
    width: 100%;
    padding: 15px 50px;
  }
  .sec04 li + li {
    margin-top: 15px;
  }
  .sec04 li h4 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .sec04 li p:first-of-type {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sec04 li p:last-of-type {
    font-size: 12px;
  }
  .sec04_lower {
    font-size: 12px;
    padding: 20px 0;
  }

  .secc05 {
    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 {
    max-width: 120px;
  }

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

  .sec07{
    padding: 65px 10px 20px;
  }
  .sec07 h3 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .sec07 + p {
    font-size: 12px;
  }
  .sec07_member {
    flex-direction: column;
  }
  .sec07_member li {
    width: 100%;
  }
  .member_pic{
    width: 120px;
    bottom: -40px;
    margin: 0 auto;
  }
  .member_pic img {
    width: 100%;
  }
  .member_detail{
    font-size: 12px;
    height: auto;
    padding: 40px 10px 15px;
  }
  .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 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .sec08_lower h4 span{
    font-size: 12px;
    margin-top: 10px;
  }
  .sec08_lower p {
    font-size: 12px;
  }
  .sec08_voice li {
    align-items: flex-start;
  }
  .voice_pic{
    width: 30%;
    height: auto;
  }
  .voice_txt{
    width:70%;
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  .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{
    flex-direction: column;
    width: 100%;
  }
  .sec09_leaning > div {
    width: 100%;
  }
  .sec09_leaning > div:first-of-type {
    margin-bottom: 15px;
  }
  .sec09_leaning h4 {
    font-size: 15px;
    padding: 15px 0;
  }
  .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 {
    padding: 0;
    flex-direction: column;
  }
  .sec10_flow h5.open::after{
    transform: rotate(-135deg);
    top: 22px;
  }
  .sec10_flow li::after{
    display: none;
  }
  .sec10_flow li + li {
    margin-top: 5px;
  }
  .sec10_flow h5 {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
    position: relative;
  }
  .sec10_flow h5::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    top: 18px;
  }
  .sec10_flow h5 img {
    width: 35px;
    height: auto;
    vertical-align: middle;
  }
  .sec10_flow h5 span {
    display: inline-block;
    font-size: 15px;
    margin-left: 15px;
    vertical-align: middle;
  }
  .flow_detail{
    display: none;
    box-sizing: border-box;
    font-size: 12px;
    width: 100%;
    padding: 20px 10px;
  }

  .sec11 {
    padding: 40px 30px 30px;
    background: url(../images/bangkokbg.jpg) no-repeat center / cover;
  }
  .sec11 h3 {
    font-size: 24px;
  }

  .sec12 {
    padding: 30px 15px 25px;
  }
  .sec12 h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
  .sec12 p {
    margin-bottom: 40px;
  } 
  .sec12 h4 {
    font-size: 18px;
  } 
  .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 {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
  }
  .sec12_benefits p {
    padding-right: 0;
    color: #fff;
    text-align: left;
    width: calc(100% - 60px);
  }
  .sec13 {
    padding: 40px 15px 60px;
    background: url(../images/specialdetailsp.jpg) no-repeat center / cover;
  }
  .sec14  {
    padding: 45px 15px 50px;
  }
  .sec15 {
    padding: 50px 20px;
  }
  .sec15 .inner {
    width: 100%;
  }
  .sec16_faq dt {
    padding: 5px 15px;
    padding-right: 40px;
  }
  .sec16_faq dt::after {
    top: 50%;
    transform: translateY(calc(-50% - 4px)) rotate(135deg);
  }
  .footer {
    padding: 20px 0 5px;
  }
}