#section1 {
    margin-top: 50px;
    background-color: #F8F8F8
}
#section1 .container{
    background-color: #F8F8F8;
    padding: 26px 15px 70px;
}
#section1 .contact_btn{
    background-color: #B80EA5;
    width: 315px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    background-image: url("../img/icon_next_active.svg");
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 26px 27px;
    display: block;
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px rgba(74, 115, 176, 0.30);
    font-size: 20px;
    margin: 0px auto;
    padding-left: 40px
}
#section1 .contact_btn:hover{
    background-color: var(--purple_dark, #830675);
}
#section1 img{
    max-width: 100%;
    padding: 21px 0px 16px
}
#section1 h2{
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #1F368F;
    line-height: 49px;
    margin-bottom: 0px
}
#section1 h3{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #1F368F;
    line-height: 30px;
    margin-bottom: 10px
}
span.word{
    position: relative;
    z-index: 1
}
span.word:after {
    background-color: #FFE457;
    content: " ";
    height: 50%;
    position: absolute;
    left: 0px;
    top: 65%;
    width: 100%;
    z-index: -1;
}
#section1 p{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #1F368F;
    line-height: 28px;
    margin-bottom: 24px
}

#solved .container{
    background-color: #fff;
    padding: 43px 24px 32px;
}
#solved ul {
    display: flex;
    flex-direction: column;
    gap:24px;
}
#solved ul li{
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 24px;
    background-color: #4A91D2;
    border-radius: 16px;
    height: 127px
}
#solved ul li p{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.5px;
}
#solved ul li img{
    width: 48px;
    height: 48px
}

#section3 .container{
    background-color: #F1F3F6;
    padding: 75px 24px 48px;
    position: relative;
}
#section3 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:14px;
}
#section3 ul li {
    background-image: url(../img/hexagon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 263px;
    height: 263px;
    display: fe;
    display: fe;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
}
.hexagon .number{
    background-color: #4A91D2;
    width: 37px;
    height: 37px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px
}
.hexagon h3{
    font-size: 16px;
    color: #1F368F;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    padding: 10px 0px 5px
}
.hexagon p{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.5px;
    text-align: center;
}
.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 187.5px solid transparent;
    border-right: 187.5px solid transparent;
    border-top: 45px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#section4 .container{
    background-color: #fff;
    padding: 48px 24px 48px;
}
#section4 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
    gap:17px;
}
#section4 ul li{
    display: inline-flex;
    padding: 28px 16px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #EDFAFF;
    border-radius: 16px;
    width: 154px;
    height: 163px;
}
#section4 ul li p{
    font-size: 16px;
    color: #1F368F;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
#section4 ul li img{

}
.section_desc{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    color: #333
}

#price .container{
    background-color: #F1F3F6;
    padding: 48px 24px 48px;
}
.price_box_area{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:24px;
}
.price_box{
    width: 327px;
    height: auto;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 6px 12px 0px rgba(74, 115, 176, 0.30);
}
.price_box .title{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #fff;
    height: 68px;
    line-height: 68px;
    border-top-right-radius: 16px;
    border-top-left-radius:16px;
}
.price_box_area ul {
    width: 291px;
    display: block;
    margin: 15px auto;
}
.tax_box{
    background-image: url(../img/line.png);
    background-size: 183px 3px;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 3px;
    margin-bottom: 38px;
}
.tax_img {
    width: 100%;
    height: auto;
    max-width: 259px;
    display: block;
    margin: 0px auto;
}
.price_box ul.tax_ul{
    margin: 37px 18px 31px
}
.price_box_area ul li.color{
    background-color: #F1F3F6;
    display: flex;
    justify-content: space-around;
    width: 291px;
    align-items: center;
}
.price_box_area ul li.color_row1{
    height: 80px;
}
.price_box_area ul li.color_row2{
    height: 60px;
}
.price_box_area ul li.color_row3{
    height: 80px;
    padding: 16px 28px
}
.price_box_area ul li.color .info p{
    color: #1F368F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-align: center;
}
.price_box_area ul li.color .info span{
    color: #1F368F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.price_box_area ul li.color .price p{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #1F368F;
}
.price_box_area ul li.color .price p span{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F368F;
    margin-left: 5px
}
.price_box_area ul li.image{
    margin: 14px auto;
}
.price_box_area ul li.image img{
    display: block;
    margin: 0px auto;
    width: 18px;
    height: 18px
}
.price_box_area ul li.add_info p.example{
    margin-top: 14px
}
.price_box_area ul li.add_info p{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.5px;
    color: #333;
}
.title_box1{
    background-color: #B80EA5;
}
.title_box2{
    background-color: #2765C1;
}
.title_box3{
    background-color: #56BDDE;
}
#contact .container{
    background-color: #fff;
    padding: 28px 24px 48px;
}
.contact_desc{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    justify-content: center;
    margin-bottom: 32px
}


.custumcheck{
  display: inline-block;
  position:relative;
  cursor:pointer;
  user-select: none;
  padding-left:35px;
  margin-right: 0px;
  color: #333;
  font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.custumcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark{
  position:absolute;
  top:0;
  left:0;
  width:25px;
  height:25px;
  background:#fff;
  border:2px solid #AFB8BF;
}
.checkmarkFake{
  position:absolute;
  top:0;
  left:0;
  width:25px;
  height:25px;
  background:#e8e8e8;
  border:1px solid #ccc;
}
.disabled{
    z-index: -1!important
}
.custumcheck:hover .checkmark{
  background:#fff;
}
.checkmark:after{
  content:"";
  position:absolute;
  display:none;
}
.custumcheck .checkmark:after{
  top:50%;
  left:50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform:translate(-50%,-50%) rotate(45deg);
}
.custumcheck input:checked ~ .checkmark{
  background-color: #4A91D2;
  border:2px solid #4A91D2;
}
.custumcheck input:checked ~ .checkmark:after{
  display:block;
}

#contact table{
    width: 100%;
    border-collapse: collapse;
}
#contact .form{
    
}
#contact table tr{
    margin-bottom: 25px;
    display: block;
}
#contact table tr.check1,#contact table tr.check2{
    padding-left: 30px
}
#contact table tr td.label{
    display: flex;
    align-items: center;
    margin-bottom: 10px
}
#contact textarea {
  resize: none;
  width: 100%;
  height: 120px;
  border: 1px solid #AFB8BF;
  font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 7px 16px;
    border-radius: 4px;
}
#contact table tr td.input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#contact table tr td.input_check {
    gap:25px;
}
#contact table tr td.input_policy {
    display: block;
    width: 100%
}
#contact table tr td.input_policy .custumcheck{
    font-size: 14px
}
#contact table tr td.input_policy .custumcheck a{
    color: #4A91D2;
    text-decoration: underline;
}
#contact table tr td.input_policy .custumcheck a:hover{
    color: #56BDDE
}
#contact table tr td.input_policy .checkmark{
    top: 7px
}
#contact table tr td.hafl_input{
    justify-content: flex-start;
    gap:10px;
}
#contact table tr td.hafl_input span{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F368F
}
#contact table tr td.input label{
    width: 140px;
}
#contact table tr td.input input{
    height: 44px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #AFB8BF;
    border-radius: 4px;
    padding: 7px 16px;
    color: #333
}
#error_message1{
    margin-top: -20px
}
#contact table tr td.input input.hafl{
    width: 132px;
}
#contact table tr td.input input.full{
    width: 100%;
}
.error{
    background-color: #FFE6E6!important
}
.error_message{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    color: #E03F3F
}
#contact table tr td .title{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F368F;
    display: inline-block;
}

#contact table tr td .hissu{
    background-color: #E03F3F;
    display: block;
    width: 32px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    border-radius: 2px;
    margin-left: 8px;
    display: inline-block;
}
#contact table tr td .nini{
    background-color: #AFB8BF;
    display: block;
    width: 32px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    border-radius: 2px;
    margin-left: 8px;
    display: inline-block;
}
.submit_btn{
    background-color: #B80EA5;
    width: 327px;
    height: 63px;
    line-height: 63px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px rgba(74, 115, 176, 0.30);
    font-size: 20px;
    margin: 0px auto;
    border: 0px solid #eee;
}
.submit_btn:hover {
    background-color: var(--purple_dark, #830675);
    cursor: pointer;
}
.load_btn{
    background-color: #B80EA5;
    width: 327px;
    height: 63px;
    line-height: 63px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px rgba(74, 115, 176, 0.30);
    font-size: 20px;
    margin: 0px auto;
    border: 0px solid #eee;
    cursor: default;
}
#contact table tr.last_row{
    margin-top: 45px;
    margin-bottom: 0px
}
footer .container{
    background-color: #F1F3F6;
    padding: 28px 24px 28px;
}

footer img{
    height: auto;
    display: block;
    margin: 0px auto
}
footer ul{
    margin-bottom: 35px;
    margin-top: 16px;
}

footer ul li{
    max-width: 100%;
    height: 46px;
    border-bottom: 2px solid #fff;
}
footer ul li a {
    font-size: 16px;
    color: #1F368F;
    line-height: 46px;
    display: block;
    width: 100%;
    padding-left: 16px;
    font-weight: 500;
    background-image: url("../img/icon_arrow.svg");
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 26px 26px
}
footer ul li a:hover{
    background-color: #AFB8BF
}
footer p.copyright{
    color: #1F368F;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.child_page{
    margin-top: 50px;
}
.child_page .container {
    background-color: #fff;
}
.breadcrumb{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    height: 44px;
    width: 100%
}
.breadcrumb li img{
    width: 26px;
    height: 26px
}
.breadcrumb li{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F368F
}
.breadcrumb li a{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F368F;
    padding-left: 24px
}
.breadcrumb li a:hover{
    color: #56BDDE
}
.page_header {
    width: 100%;
    height: 156px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_header h1{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
.privacy_page_header {
    background-image: url(../img/privacy_header.png);
}
.company_page_header {
    background-image: url(../img/company_header.png);
}
.page_content{
    padding: 62px 24px 32px
}
.page_content p{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.5px;
    color: #333
}
.privacy_paragram{
    margin-top: 32px;
    border-bottom: 1px solid #AFB8BF
}
.privacy_paragram div{
    margin-top: 16px;
    margin-bottom: 16px;
}
.privacy_paragram div ul li{
    margin-bottom: 15px
}
.privacy_paragram div p{
    padding-bottom: 5px
}
.privacy_paragram p{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.5px;
    color: #333;
}
.page_content h2{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F368F;
    text-align: left;
    margin-bottom: 0px
}
.map_box{
    margin: 23px auto 18px
}
.map_box iframe{
    border-radius: 15px;
}
#ourcompany dl {
    display: block;
    width: 100%;
}
#ourcompany table tr{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#ourcompany table tr td.title {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: #1F368F;
}
#ourcompany table tr td.content{
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.5px;
    color: #333;
    padding: 15px 0px;
    text-align: left;
    border-bottom: 1px solid #AFB8BF;
    margin-bottom: 23px
}
#ourcompany .page_content{
    padding-top: 32px
}
#epresentative{
    background-color: #EDFAFF
}
#epresentative .container{
    background-color: #EDFAFF;
    padding: 37px 24px;
}
.epresentative_info{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.epresentative_info img{
    width: 100%;
    max-width: 328px;
    height: 225px;
    border-radius: 16px;
}
.epresentative_info ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff
}
.epresentative_info ul .line{
    width: 45px
}
.epresentative_info ul .line img{
    width: 2px;
    height: 24px;
    display: block;
    margin: 0px auto;
}
.epresentative_info ul .name{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F368F
}
.epresentative_info ul .position{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #2765C1
}
.epresentative_info table{
    width: 100%;
    border-collapse: collapse;
}
.epresentative_info table tr{
    margin-bottom: 5px;
    display: block;
}
.epresentative_info table td{
    border-bottom: 1px solid #AFB8BF;
    padding: 6px 0px
}
.epresentative_info table td.year{
    width: 110px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #1F368F;
    text-align: left;
    height: 24px;
}
.epresentative_info table td.event {
    width: 217px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    height: 24px;
}
.biography{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1F368F;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 10px
}
#thank .container{
    background-color: #fff;
    padding: 48px 24px 150px
}
#thank .check_icon{
    width: 48px;
    height: 48px;
    display: block;
    margin:0px auto;
}
#thank p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    color: #333;
    text-align: center;
}
.thank_text{
    margin: 32px auto 37px;
}
.top_back{
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    color: #2765C1
}
.top_back:hover{
    color: #56BDDE
}
.pc_menu_box{
    display: none;
}
.pc_hero{
    display: none;
}
.pc_section{
    display: none;
}
.br_tab{
    display: none;
}
.img_pc{
    display: none;
}
.contact_form_tieude_sp{
    display: none;
}
.contact_form_tieude {
    border-bottom: 4px solid #EDFAFF;
    margin-top: 50px;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .hamburger{
        display: none;
    }
    .container_title_contact{
        max-width: 100%
    }
    .contact_form_tieude{
        display: block;
    }
    .contact_form_tieude_sp{
        display: none;
    }
    .img_sp{
        display: none;
    }
    .img_pc{
        display: block;
    }
    .br_tab{
        display: block;
    }
    /*-- Code Table --*/
    .biography{
        font-size: 16px
    }
    .epresentative_info table td.event{
        font-size: 16px;
        width: 252px
    }
    .epresentative_info table td.year{
        font-size: 14px;
        width: 140px
    }
    .epresentative_info img{
        width: 440px;
        height: auto;
        max-width: 100%;
    }
    .epresentative_info {
        flex-direction: row;
        gap: 45px;
        justify-content: center;
    }
    #epresentative .container{
        padding: 50px 0px
    }
    .map_box iframe{
        width: 865px;
        margin-left: -250px;
        height: 350px;
        border-radius: 15px;
    }
    #epresentative{
        background-color: #EDFAFF
    }
    #ourcompany table{
        width: 100%
    }
    #ourcompany table tr{
        flex-direction: row;
        border-bottom: 1px solid #AFB8BF;
        align-items: flex-start;
    }
    #ourcompany table tr td.title{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        width: 250px;
        padding: 15px 0px;
        border-bottom: 0px solid #AFB8BF;
    }
    #ourcompany table tr td.content{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        width: 550px;
        margin-bottom: 0px;
        border-bottom: 0px solid #AFB8BF;
    }
    #ourcompany .page_content{
        max-width: 865px;
        margin: 0px auto;
        padding: 55px 0px;
    }
    .page_header h1{
        font-size: 40px
    }
    .privacy_page_header{
        height: 200px
    }
    .privacy_paragram h2{
        font-size: 20px
    }
    .policy_content p{
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }
    .policy_content{
        max-width: 865px;
        margin: 0px auto;
        padding: 48px 0px
    }
    .company_page_header {
        background-image: url(../img/company_header_pc.png);
        background-size: cover;
        height: 200px
    }
    .pc_section .contact_btn:hover{
        background-color: var(--purple_dark, #830675);
        color: #fff;
    }
    .pc_section .contact_btn {
        background-color: #B80EA5;
        width: 315px;
        height: 65px;
        line-height: 64px;
        color: #fff;
        font-weight: 500;
        text-align: left;
        background-image: url(../img/icon_next_active.svg);
        background-position: center right 30px;
        background-repeat: no-repeat;
        background-size: 26px 27px;
        display: block;
        border-radius: 12px;
        box-shadow: 0px 6px 12px 0px rgba(74, 115, 176, 0.30);
        font-size: 20px;
        margin: 0px auto;
        padding-left: 40px
    }
    .pc_section p{
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #1F368F;
        text-align: left;
    }
    .pc_section{
        background-color: #fff;
        height: 182px;
        display: flex;
        border-bottom: 40px solid #F8F8F8;
        align-items:center;
    }
    .pc_section .container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 55px;
    }
    #section1 h2 span.word:after{
        height: 30%
    }
    #section1 h3{
        font-size: 32px;
        text-align: left;
        margin-bottom: 25px;
        line-height: normal;
        font-weight: 700
    }
    #section1 h2 ul {
        position: absolute;
        left: 10px;
        top: -20px;
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    #section1 h2 ul li{
        color: #2765C1
    }
    #section1 h2{
        font-size: 32px;
        text-align: left;
        line-height: normal;
        position: relative;
    }
    #section1 h2 span.word{
        font-size: 48px;
        font-weight: 700
    }
    #section1 h2 br{
        display: block;
    }
    #section1 .container{
        padding: 48px 10px
    }
    #section1 .pc_hero img{
        max-width: 416px;
        padding: 0px
    }
    .pc_hero{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .sp_hero{
        display: none;
    }
    #thank p br{
        display: none;
    }
    #thank .check_icon{
        width: 96px;
        height: 96px
    }
    #thank{
        margin-top: 185px
    }
    .child_page {
        margin-top: 85px;
    }
    .pc_menu_box{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pc_menu_box ul li a{
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #1F368F
    }
    .pc_menu_box ul{
        display: flex;
        justify-content: space-between;
        gap:48px;
        align-items: center;
    }
    .pc_menu_box ul li a.contact_btn{
        background-color: #B80EA5;
        width: 220px;
        height: 55px;
        line-height: 55px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        display: block;
        border-radius: 12px;
        box-shadow: 0px 6px 12px 0px rgba(74, 115, 176, 0.30);
        font-size: 18px;
    }
    .pc_menu_box ul li a.contact_btn:hover {
        background-color: var(--purple_dark, #830675);
        color: #fff
    }
    .pc_menu_box ul li a:hover{
        color: #56BDDE
    }
    .pc_menu_box .logo img{
        width: 60px;
        height: auto;
    }
    .sp_menu_box{
        display: none;
    }
    #section1{
        margin-top: 85px
    }
    .logo-section{
        border-bottom: 0px solid #fff
    }
    .header-section{
        border-bottom: 2px solid #E7F4F9;
        height: 96px;
        display: flex;
        align-items: center;
    }
    footer img{
        width: 148px
    }
    footer ul { 
        display: flex;
        justify-content: center;
        gap:40px;
    }
    footer ul li{
        width: 327px
    } 
    #contact table tr td.input_policy .custumcheck {
        font-size: 15px;
    }
    #contact table tr td.input_policy .checkmark {
        top: -1px;
    }
    .error_message{
        font-size: 14px
    }
    #contact table tr td.input input.hafl {
        width: 90%;
    }
    #contact table tr td.hafl_input{
        flex-direction: row!important;
        align-items: center!important;
    }
    #contact table tr td .title{
        font-size: 16px
    }
    #contact table tr td.input{
        flex-direction: column;
        align-items: flex-start;
    }
    #contact .form{
        max-width: 800px;
        margin: 0px auto;
        border-top:0px solid #fff;
        padding-top: 0px
    }
    footer{
        background-color: #F1F3F6;
        border-top: 4px solid #fff;
    }
    footer .container{
        border-top: 0px solid #fff
    }
    #contact h2{
        margin-bottom: 25px
    }
    #contact .container{
        padding: 28px 0px 50px
    }
    .contact_desc{
        font-size: 24px;
        line-height: 40px;
        font-weight: normal;
    }
    #price .container{
        padding: 50px 0px
    }
    .price_box_area{
        flex-direction: row;
        justify-content: center;
        gap:62px;
    }
    #price{
        background-color: #F1F3F6
    }
    #section4 .container{
        padding: 50px 0px
    }
    #section4 h2{
        margin-bottom: 25px
    }
    .section_desc{
        font-size: 24px;
        line-height: 40px;
        font-weight: normal;
    }
    #section4 ul li p{
        font-size: 24px
    }
    #section4 ul li{
        width: 200px;
        height: 211px;
        justify-content: center;
    }
    #section4 ul{
        justify-content: center;
        gap: 32px;
        margin-top: 45px
    }
    #section3{
        background-color: #F1F3F6
    }
    #section1{
        background-color: #F8F8F8
    }
    .arrow-down{
        border-top: 80px solid #fff;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
    }
    .hexagon p{
        font-size: 20px;
        line-height: 35px;
        font-weight: normal;
        padding: 0px 15px;
    }
    .hexagon h3{
        font-size: 24px;
    }
    .hexagon .number{
        width: 52px;
        height: 52px
    }
    #section3 ul li{
        width: 372px;
        height: 372px;
        gap:10px;
    }
    #section3 ul{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 77px;
    }
    .tax_box{
        margin-top: 65px
    }
    .price_box{
        height: 370px
    }
    #section3 .container{
        padding: 105px 0px 62px
    }
    section h2{
        font-size: 32px;
        margin-bottom: 45px
    }
    #solved{
        padding: 52px 0px 62px 
    }
    #solved ul li p{
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        line-height: 35px
    }
    #solved ul li img{
        width: 72px;
        height: 72px
    }
    #solved ul {
        flex-direction: row;
        justify-content: center;
        gap: 27px;
    }
    #solved .container{
        padding: 0px
    }
    #solved ul li {
        width: 270px;
        height: 263px;
        flex-direction: column;
        justify-content: flex-start;
        padding: 24px
    }
    section h2 br{
        display: none;
    }
    .container{
        max-width: 960px
    }
    .contact_form_tieude{
        border-bottom: 4px solid #EDFAFF;
        margin-top: 50px
    }
}

@media only screen and (min-width: 1201px) {
    .hamburger{
        display: none;
    }
    .container_title_contact{
        max-width: 100%
    }
    .contact_form_tieude{
        display: block;
    }
    .contact_form_tieude_sp{
        display: none;
    }
    .contact_form_tieude{
        border-bottom: 4px solid #EDFAFF;
        margin-top: 50px
    }
    .img_sp{
        display: none;
    }
    .img_pc{
        display: block;
    }
    .br_tab{
        display: none;
    }
    .biography{
        font-size: 16px
    }
    .epresentative_info table td.event{
        font-size: 16px;
        width: 252px
    }
    .epresentative_info table td.year{
        font-size: 14px;
        width: 140px
    }
    .epresentative_info img{
        width: 440px;
        height: auto;
        max-width: 100%;
    }
    .epresentative_info {
        flex-direction: row;
        gap: 45px;
        justify-content: center;
    }
    #epresentative .container{
        padding: 50px 0px
    }
    .map_box iframe{
        width: 880px;
        margin-left: -250px;
        height: 350px;
        border-radius: 15px;
    }
    #epresentative{
        background-color: #EDFAFF
    }
    #ourcompany table{
        width: 100%
    }
    #ourcompany table tr{
        flex-direction: row;
        border-bottom: 1px solid #AFB8BF;
        align-items: flex-start;
    }
    #ourcompany table tr td.title{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        width: 250px;
        padding: 15px 0px;
        border-bottom: 0px solid #AFB8BF;
    }
    #ourcompany table tr td.content{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        width: 550px;
        margin-bottom: 0px;
        border-bottom: 0px solid #AFB8BF;
    }
    #ourcompany .page_content{
        max-width: 880px;
        margin: 0px auto;
        padding: 55px 0px;
    }
    .page_header h1{
        font-size: 40px
    }
    .privacy_page_header{
        height: 200px
    }
    .privacy_paragram h2{
        font-size: 20px
    }
    .policy_content p{
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }
    .policy_content{
        max-width: 880px;
        margin: 0px auto;
        padding: 48px 0px
    }
    .company_page_header {
        background-image: url(../img/company_header_pc.png);
        background-size: cover;
        height: 200px
    }
    .pc_section .contact_btn:hover{
        background-color: var(--purple_dark, #830675);
        color: #fff;
    }
    .pc_section .contact_btn {
        background-color: #B80EA5;
        width: 465px;
        height: 85px;
        line-height: 85px;
        color: #fff;
        font-weight: 500;
        text-align: left;
        background-image: url(../img/icon_next_active.svg);
        background-position: center right 35px;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        display: block;
        border-radius: 12px;
        box-shadow: 0px 6px 12px 0px rgba(74, 115, 176, 0.30);
        font-size: 30px;
        margin: 0px auto;
        padding-left: 50px
    }
    .pc_section p{
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #1F368F;
        text-align: left;
    }
    .pc_section{
        background-color: #fff;
        height: 182px;
        display: flex;
        border-bottom: 40px solid #F8F8F8;
        align-items:center;
    }
    .pc_section .container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 55px;
    }
    #section1 h2 span.word:after{
        height: 30%
    }
    #section1 h3{
        font-size: 40px;
        text-align: left;
        margin-bottom: 25px;
        line-height: normal;
        font-weight: 700
    }
    #section1 h2 ul {
        position: absolute;
        left: 10px;
        top: -25px;
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    #section1 h2{
        font-size: 40px;
        text-align: left;
        line-height: normal;
        position: relative;
    }
    #section1 h2 span.word{
        font-size: 64px;
        font-weight: 700
    }
    #section1 h2 br{
        display: block;
    }
    #section1 .container{
        padding: 60px 10px
    }
    #section1 .pc_hero img{
        max-width: 625px;
        padding: 0px
    }
    .pc_hero{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sp_hero{
        display: none;
    }
    #thank p br{
        display: none;
    }
    #thank .check_icon{
        width: 96px;
        height: 96px
    }
    #thank{
        margin-top: 185px
    }
    .child_page {
        margin-top: 85px;
    }
    .pc_menu_box{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pc_menu_box ul li a{
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #1F368F
    }
    .pc_menu_box ul{
        display: flex;
        justify-content: space-between;
        gap:48px;
        align-items: center;
    }
    .pc_menu_box ul li a.contact_btn{
        background-color: #B80EA5;
        width: 220px;
        height: 55px;
        line-height: 55px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        display: block;
        border-radius: 12px;
        box-shadow: 0px 6px 12px 0px rgba(74, 115, 176, 0.30);
        font-size: 18px;
    }
    .pc_menu_box ul li a.contact_btn:hover {
        background-color: var(--purple_dark, #830675);
        color: #fff
    }
    .pc_menu_box ul li a:hover{
        color: #56BDDE
    }
    .pc_menu_box .logo img{
        width: 60px;
        height: auto;
    }
    .sp_menu_box{
        display: none;
    }
    #section1{
        margin-top: 85px
    }
    .logo-section{
        border-bottom: 0px solid #fff
    }
    .header-section{
        border-bottom: 2px solid #E7F4F9;
        height: 96px;
        display: flex;
        align-items: center;
    }
    footer img{
        width: 82px
    }
    footer ul { 
        display: flex;
        justify-content: center;
        gap:40px;
    }
    footer ul li{
        width: 327px
    } 
    #contact table tr td.input_policy .custumcheck {
        font-size: 15px;
    }
    #contact table tr td.input_policy .checkmark {
        top: -1px;
    }
    .error_message{
        font-size: 14px
    }
    #contact table tr td.input input.hafl {
        width: 90%;
    }
    #contact table tr td.hafl_input{
        flex-direction: row!important;
        align-items: center!important;
    }
    #contact table tr td .title{
        font-size: 16px
    }
    #contact table tr td.input{
        flex-direction: column;
        align-items: flex-start;
    }
    #contact .form{
        max-width: 800px;
        margin: 0px auto;
        border-top:0px solid #fff;
        padding-top: 0px
    }
    footer{
        background-color: #F1F3F6;
        border-top: 4px solid #fff;
    }
    footer .container{
        border-top: 0px solid #fff
    }
    #contact h2{
        margin-bottom: 25px
    }
    #contact .container{
        padding: 28px 0px 50px
    }
    .contact_desc{
        font-size: 22px;
        line-height: 40px;
        font-weight: normal;
        margin-bottom: 48px
    }
    #price .container{
        padding: 50px 0px
    }
    .price_box_area{
        flex-direction: row;
        justify-content: center;
        gap:62px;
    }
    #price{
        background-color: #F1F3F6
    }
    #section4 .container{
        padding: 50px 0px
    }
    #section4 h2{
        margin-bottom: 25px
    }
    .section_desc{
        font-size: 24px;
        line-height: 40px;
        font-weight: normal;
    }
    #section4 ul li p{
        font-size: 24px
    }
    #section4 ul li{
        width: 200px;
        height: 211px;
        justify-content: center;
    }
    #section4 ul{
        justify-content: center;
        gap: 32px;
        margin-top: 45px
    }
    #section3{
        background-color: #F1F3F6
    }
    #section1{
        background-color: #F8F8F8
    }
    .arrow-down{
        border-top: 70px solid #fff;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
    }
    .hexagon p{
        font-size: 20px;
        line-height: 35px;
        font-weight: normal;
        padding: 0px 15px;
    }
    .hexagon h3{
        font-size: 24px;
    }
    .hexagon .number{
        width: 52px;
        height: 52px
    }
    #section3 ul li{
        width: 372px;
        height: 372px;
        gap:10px;
    }
    #section3 ul{
        flex-direction: row;
    }
    #section3 .container{
        padding: 105px 0px 62px
    }
    section h2{
        font-size: 32px;
        margin-bottom: 45px
    }
    #solved{
        padding: 52px 0px 62px 
    }
    #solved ul li p{
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        line-height: 38px
    }
    #solved ul li img{
        width: 72px;
        height: 72px
    }
    #solved ul {
        flex-direction: row;
        justify-content: space-between;
    }
    #solved .container{
        padding: 0px
    }
    #solved ul li {
        width: 370px;
        height: 284px;
        flex-direction: column;
        justify-content: center;
        padding: 24px
    }
    section h2 br{
        display: none;
    }
    .container{
        max-width: 1200px
    }
}