@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .subpage_contents > *, .cmshtml .toppage_c > * {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s 0.3s cubic-bezier(.63, .2, .36, .73);
  }
  .cmshtml .subpage_contents.module_blogwrapper > * {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 0s !important;
  }
}
@media screen and (min-width: 1001px) {
  .cmshtml .sp_only {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .pc_only {
    display: none;
  }
  .cmshtml #page-top {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn a {
    min-width: 150px;
    font-size: 14px;
    padding: 8px 18px;
  }
  .cmshtml .ob_link a, .cmshtml .poten_link a {
    padding: 8px 18px 8px 36px;
  }
  .cmshtml .ob_link a:before, .cmshtml .poten_link a:before {
    border-width: 5px 0 5px 6px;
    margin-top: -5px;
  }
  .cmshtml .subpage_contents .link_btn a {
    font-size: 14px;
    padding: 8px 30px;
  }
  .cmshtml .link_btn02, .cmshtml .link_btn02 a, .cmshtml .link_btn03, .cmshtml .link_btn03 a {
    font-size: 14px;
  }
  .cmshtml .link_btn03 a {
    padding: 8px 30px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml #navigation {
    transform: none !important;
  }
  .cmshtml .menu_tit:after, .cmshtml .h_li a:after, .cmshtml .drop-menu .li_txt:after, .cmshtml .sub_li:after, .cmshtml .selectlang_inner > div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 1px;
    transition: all 0.3s;
  }
  .cmshtml .mega_menu:hover .menu_tit:after, .cmshtml .h_li a:hover:after, .cmshtml .drop-menu:hover .li_txt:after, .cmshtml .sub_li:hover:after, .cmshtml .selectlang_inner > div:hover:after {
    width: 100%;
  }
  .cmshtml #navbar {
    padding: 12px 5% 0 2%;
  }
  .cmshtml .globalmenu {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .cmshtml #navigation, .cmshtml .sub_navi {
    display: flex;
    flex-flow: row wrap;
  }
  .cmshtml .mega_menu, .cmshtml .h_li, .cmshtml .drop-menu {
    padding: 3px 12px 13px;
  }
  .cmshtml .h_li a, .cmshtml .li_txt a, .cmshtml .sub_li a {
    display: inline-block;
  }
  .cmshtml .sub_li {
    padding: 0 7px;
  }
  .cmshtml #header.fixed {
    position: fixed;
    animation: DownAnime 0.5s forwards;
    box-shadow: rgba(200, 200, 200, 0.6) 0 0 10px;
  }
  .cmshtml #header.fixed .logo {
    padding: 10px;
  }
  .cmshtml #header.fixed #navbar {
    padding: 0px 5% 0 2%;
  }
  .cmshtml #header.fixed .sub_navi {
    margin-bottom: 5px;
  }
  .cmshtml .selectlang {
    margin: 0 7px;
  }
  .cmshtml .menu_tit, .cmshtml .li_txt {
    padding-left: 15px;
  }
  .cmshtml .menu_tit:before, .cmshtml .li_txt:before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 10;
    transition: all 0.3s;
  }
  .cmshtml .mega_menu:hover .menu_tit:before, .cmshtml .drop-menu:hover .li_txt:before {
    transform: rotate(180deg);
  }
  .cmshtml .nav_drop {
    width: 100%;
    min-width: 250px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    transform: translateX(-50%);
  }
  .cmshtml .ub_txt {
    text-align: center;
  }
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
  .cmshtml #navbar {
    padding: 12px 2% 0;
  }
  .cmshtml .h_li, .cmshtml .li_txt, .cmshtml .sub_li, .cmshtml .h_li a, .cmshtml .li_txt a, .cmshtml .sub_li a, .cmshtml .menu_tit, .cmshtml .menu_tit a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .cmshtml .h_li, .cmshtml .li_txt, .cmshtml .sub_li, .cmshtml .h_li a, .cmshtml .li_txt a, .cmshtml .sub_li a, .cmshtml .menu_tit, .cmshtml .menu_tit a {
    font-size: 13px;
  }
  .cmshtml .h_li, .cmshtml .li_txt {
    padding: 0 7px;
  }
  .cmshtml .li_txt {
    padding-left: 13px;
  }
  .cmshtml .menu_tit:before, .cmshtml .li_txt:before {
    top: 5px;
  }
  .cmshtml .h_li a, .cmshtml .li_txt a, .cmshtml .sub_li a {
    padding: 3px 0;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .logo {
    padding: 0;
    max-width: 190px;
  }
  .cmshtml .drawer-hamburger {
    position: fixed;
    top: 0;
  }
  .cmshtml .drawer-hamburger:after {
    display: none;
  }
  .cmshtml .globalmenu {
    height: 100%;
    overflow: auto;
  }
  .cmshtml #navigation {
    display: block;
  }
  .cmshtml .sub_li.selectlang {
    border-bottom: none;
  }
  .cmshtml .h_li, .cmshtml .li_txt, .cmshtml .sub_li, .cmshtml .h_li a, .cmshtml .li_txt a, .cmshtml .sub_li a {
    font-size: 14px;
  }
  .cmshtml .menu_tit {
    font-size: 14px;
    padding: 10px;
    padding-right: 40px;
    position: relative;
  }
  .cmshtml .menu_tit:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    transform: rotate(45deg);
    top: 16px;
    transition: all 0.3s;
  }
  .cmshtml .mega_inwrap {
    display: none !important;
    position: relative;
    left: auto;
    top: auto;
  }
  .cmshtml .active .mega_inwrap {
    display: block !important;
  }
    .cmshtml .mega_inwrap {
        opacity: 1 !important;
        height: auto !important;
    }
  .cmshtml .active .menu_tit:after {
    transform: rotate(225deg);
  }
  .cmshtml .mega_area {
    display: block;
    margin: auto;
    padding: 5px;
  }
  .cmshtml .megamenu_list {
    width: auto;
    margin: auto;
    margin-bottom: 5px;
    padding: 5px;
  }
  .cmshtml .megamenu_li.li_parent {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: auto;
  }
  .cmshtml .megamenu_li.li_child, .cmshtml .megamenu_li .li_chi, .cmshtml .li_grandchild {
    font-size: 13px;
  }
  .cmshtml .li_txt {
    padding: 10px;
    padding-right: 40px;
    position: relative;
  }
  .cmshtml .h_li a, .cmshtml .li_txt a, .cmshtml .sub_li a {
    display: block;
    padding: 10px;
  }
  .cmshtml .drop_li a {
    padding: 10px 23px;
  }
  .cmshtml .ub_txt {
    padding: 10px 23px;
  }
  .cmshtml .li_txt a {
    display: inline-block;
    pointer-events: none;
  }
  .cmshtml .li_txt:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    margin: auto;
    background: none;
    transform: rotate(45deg);
    top: 16px;
    transition: all 0.3s;
  }
  .cmshtml .nav_drop {
    min-width: 1px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    box-shadow: none;
  }
  .cmshtml #navigation .drop_li, .cmshtml #navigation .drop_li a {
    font-size: 12px;
    text-align: left;
  }
  .cmshtml .drop_active .nav_drop {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .cmshtml .drop_active .li_txt:after {
    transform: rotate(225deg);
  }
  .cmshtml .sub_navi {
    margin-bottom: auto;
  }
  .cmshtml .selectlang_btn {
    padding: 10px;
  }
  .cmshtml .selectlang_inner {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    padding: 0;
    border: none;
  }
  .cmshtml .selectlang_inner > div, .cmshtml .selectlang_inner > div a {
    font-size: 12px;
    font-weight: 600;
  }
  .cmshtml .selectlang_inner > div a {
    padding: 10px;
    display: block;
    margin: auto;
  }
  .cmshtml .selectlang_btn {
    font-size: 14px;
  }
  .cmshtml .drop_ub .ub_list {
    display: none !important;
    height: 0 !important;
  }
  .cmshtml .drop_ub.drop_active .ub_list {
    display: block !important;
    height: auto !important;
  }
  .cmshtml .drop_ub .ub_txt:after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 8px;
    height: 6px;
    right: 15px;
  }
  .cmshtml .drop_ub.drop_active .ub_txt:after {
    transform: rotate(180deg);
  }
  .cmshtml .ub_li a {
    padding: 5px 30px;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .cmshtml #slide_wrap {
    height: 90vh;
  }
  .cmshtml .catchcopy {
    padding: 20vh 0 3vh;
  }
  .cmshtml .catch_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 80vh;
  }
  .cmshtml .catchcopy {
    padding: 15vh 0 3vh;
  }
  .cmshtml .catch_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #slide_wrap {
    height: 70vh;
  }
  .cmshtml .catch_txt {
    font-size: 20px;
  }
  .cmshtml .mv_wrap .slick-prev:before, .cmshtml .mv_wrap .slick-next:before {
    display: none !important;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .cmshtml .sec_about {
    margin: 90px auto;
  }
  .cmshtml .sec_about .inwrap {
    align-items: flex-start;
  }
  .cmshtml .sec_about .textbox {
    padding: 0 4%;
  }
  .cmshtml .sec_about .imgbox {
    padding-right: 4%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    margin: 60px auto 90px;
  }
  .cmshtml .sec_about .box_tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about .inwrap > div {
    width: 100%;
  }
  .cmshtml .sec_about .textbox {
    padding: 0 4%;
    margin-bottom: 60px;
  }
  .cmshtml .sec_about .tit01 {
    font-size: 28px;
  }
  .cmshtml .sec_about .box_tit {
    font-size: 18px;
  }
  .cmshtml .sec_about .txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .sec_about .imgbox {
    padding-right: 0;
  }
}
/*------------------------------------------------------
objective & potentiality
------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .cmshtml .sec_objective .inwrap {
    padding: 80px 0;
  }
  .cmshtml .ob_tit {
    font-size: 36px;
  }
  .cmshtml .ob_txt {
    font-size: 18px;
    margin: 0 auto 40px;
    padding-top: 40px;
  }
  .cmshtml .sec_potentiality {
    margin: 0 auto 90px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .ob_tit, .cmshtml .poten_tit {
    font-size: 30px;
    font-weight: 400;
  }
  .cmshtml .ob_txt, .cmshtml .poten_txt, .cmshtml .ob_txt p, .cmshtml .poten_txt p {
    letter-spacing: 0.3em;
  }
  .cmshtml .sec_objective {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_objective .inwrap, .cmshtml .sec_potentiality .inwrap {
    padding: 60px 0;
    width: 92%;
  }
  .cmshtml .ob_tit, .cmshtml .poten_tit {
    font-size: 22px;
  }
  .cmshtml .ob_txt, .cmshtml .poten_txt, .cmshtml .ob_txt p, .cmshtml .poten_txt p {
    font-size: 14px;
    margin: 0 auto 40px;
    padding-top: 20px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media screen and (max-width: 350px) {
  .cmshtml .ob_tit, .cmshtml .poten_tit {
    font-size: 18px;
  }
  .cmshtml .ob_txt, .cmshtml .poten_txt, .cmshtml .ob_txt p, .cmshtml .poten_txt p {
    font-size: 12px;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------
flexbox
------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .cmshtml .flexbox {
    align-items: flex-start;
  }
  .cmshtml .flexbox .textbox {
    padding: 0 4%;
  }
  .cmshtml .flex-l .imgbox {
    padding-right: 4%;
  }
  .cmshtml .flex-r .imgbox {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .flexbox {
    margin-bottom: 90px;
  }
  .cmshtml .flexbox .sec_tit {
    font-size: 20px;
  }
  .cmshtml .flexbox .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .flex-r {
    flex-direction: column-reverse;
  }
  .cmshtml .flexbox > div {
    width: 100%;
  }
  .cmshtml .flexbox .textbox {
    padding: 0 4%;
  }
  .cmshtml .flexbox .sec_tit {
    font-size: 22px;
  }
  .cmshtml .flexbox .txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .flexbox .imgbox {
    padding: 0;
  }
}
/*------------------------------------------------------
contents
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .sec_contents {
    margin: 0 auto 60px;
  }
  .cmshtml .sec_contents > div {
    width: calc(33.33% - 3%);
    margin: 0 1.5% 30px;
  }
  .cmshtml .con_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_contents > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .cmshtml .con_txt {
    font-size: 16px;
    text-shadow: #000 0 0 1px;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .bnr_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_bnr > div {
    width: 100%;
    margin-bottom: 1px;
  }
  .cmshtml .bnr_txt {
    font-size: 16px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .cmshtml .sec_info > div:first-child {
    max-width: 300px;
    width: 100%;
  }
  .cmshtml .sec_info .inwrap {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 0 0 60px;
  }
  .cmshtml .sec_info > div:first-child {
    max-width: 250px;
    width: 100%;
  }
  .cmshtml .info_tit {
    padding: 60px 10px;
    transform: none;
  }
  .cmshtml .sec_info .inwrap {
    padding-top: 30px;
    padding-left: 3%;
  }
  .cmshtml .info_date {
    margin-right: 5%;
  }
  .cmshtml .news_div {
    padding: 20px 0;
  }
  .cmshtml .info_date, .cmshtml .info_txt {
    font-size: 14px;
  }
  .cmshtml .news_div {
    padding: 10px;
    display: block;
  }
  .cmshtml .info_date {
    min-width: 1px;
    max-width: none;
    text-align: left;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    display: block;
    padding-top: 0;
  }
  .cmshtml .sec_info > div:first-child {
    max-width: none;
    width: 100%;
  }
  .cmshtml .info_tit {
    padding: 30px 10px;
    transform: none;
  }
  .cmshtml .if_tit.tit01 {
    font-size: 20px;
  }
  .cmshtml .sec_info .inwrap {
    padding: 20px 4% 0;
  }
  .cmshtml .scnews {
    max-height: 450px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .cmshtml #footer {
    display: block;
    padding: 25px 0 60px;
  }
  .cmshtml .flink {
    padding: 0px 4%;
  }
  .cmshtml .f_about .f_logo, .cmshtml #copy {
    text-align: center;
  }
  .cmshtml .f_about .f_logo {
    margin-bottom: 40px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
/*---------------
common
---------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .pagetitle_txt {
    padding: 40px 4%;
  }
  .cmshtml .page_title01 {
    font-size: 30px;
  }
  .cmshtml .page_title02 {
    font-size: 14px;
  }
  .cmshtml .img_blackMask .mask_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .bt_line .txt, .cmshtml .list01 li, .cmshtml .list02 li, .cmshtml .list01 li .intxt, .cmshtml .list02 li .intxt, .cmshtml .bt_date, .cmshtml .bt_txt, .cmshtml .qa_q, .cmshtml .qa_a {
    font-size: 14px;
  }
  .cmshtml .twin_txt, .cmshtml .txt_div {
    font-size: 14px;
  }
  .cmshtml .img_blackMask .mask_txt {
    font-size: 14px;
  }
  .cmshtml .subpage_contents > *.rdblock {
    max-width: 96%;
    margin-left: auto !important;
  }
  .cmshtml .sp_txt24, .cmshtml .sp_txt24 * {
    font-size: 24px !important;
  }
  .cmshtml .sp_txt22, .cmshtml .sp_txt22 * {
    font-size: 22px !important;
  }
  .cmshtml .sp_txt20, .cmshtml .sp_txt20 * {
    font-size: 20px !important;
  }
  .cmshtml .sp_txt18, .cmshtml .sp_txt18 * {
    font-size: 18px !important;
  }
  .cmshtml .sp_txt16, .cmshtml .sp_txt16 * {
    font-size: 16px !important;
  }
  .cmshtml .sp_txt14, .cmshtml .sp_txt14 * {
    font-size: 14px !important;
  }
  .cmshtml .sp_txt12, .cmshtml .sp_txt12 * {
    font-size: 12px !important;
  }
  .cmshtml .wrap_sp2div, .cmshtml .wrap_sp4div, .cmshtml .wrap_sp3div, .cmshtml .wrap_icon_sp {
    display: flex;
    flex-flow: wrap;
  }
  .cmshtml .wrap_sp2div > div {
    width: 50% !important;
    flex: unset;
  }

.cmshtml .wrap_sp3div > div {
    width: 33% !important;
    flex: unset;
  }

  .cmshtml .wrap_sp4div > div {
    width: 25% !important;
    flex: unset;
  }
}
/*---------------
blog contents
---------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .module_blogwrapper {
    padding: 20px 10px;
    display: block;
  }
  .cmshtml #contents .module_blog {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px !important;
  }
  .cmshtml .module_side {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .module_blogwrapper {
    display: block;
  }
  .cmshtml #contents .module_blog {
    padding: 0;
  }
  .cmshtml .module_side {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0 !important;
  }
}
/*---------------
page link
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .page_link {
    justify-content: flex-start;
    margin-bottom: 0 !important;
  }
  .cmshtml .page_link .p_link a {
    display: block;
  }
  .cmshtml .p_link, .cmshtml .page_link .p_link a {
    font-size: 12px;
  }
}
/*---------------
h2 - h6
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .rdplanetitle h2 {
    font-size: 22px !important;
    padding: 12px 0;
    letter-spacing: 0.2rem;
  }
  .cmshtml .rdplanetitle h3 {
    font-size: 18px !important;
    padding-bottom: 10px;
  }
  .cmshtml .rdplanetitle h3:after, .cmshtml .rdplanetitle h4:before {
    height: 2px;
  }
  .cmshtml .rdplanetitle h4 {
    font-size: 18px !important;
    padding-top: 10px;
  }
  .cmshtml .rdplanetitle h5 {
    font-size: 16px !important;
  }
  .cmshtml .rdplanetitle h6 {
    font-size: 16px !important;
    line-height: 1;
    padding: 8px 16px;
  }
}
/*---------------
list
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .list02_inwrap {
    padding-left: 19px;
  }
  .cmshtml .list01_inwrap li, .cmshtml .list02_inwrap li {
    font-size: 14px;
  }
}
/*---------------
faq
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .faq {
    padding: 10px 0;
  }
  .cmshtml .qa_q {
    margin-bottom: 10px;
  }
  .cmshtml .qa_q:before, .cmshtml .qa_a:before {
    font-size: 16px;
    height: 30px;
    width: 30px;
  }
  .cmshtml .qa_q > div, .cmshtml .qa_a > div {
    padding: 10px;
    max-width: calc(100% - 20px);
  }
  .cmshtml .qa_q, .cmshtml .qa_a {
    font-size: 14px;
  }
}
/*---------------
bt_line
---------------*/
@media screen and (min-width: 681px) {
  .cmshtml .bt_line > div:first-child {
    display: flex;
    align-items: center;
  }
  .cmshtml .bt_line .date > div {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .bt_line > div {
    padding: 10px;
  }
  .cmshtml .bt_line > div:first-child {
    border-bottom: 1px dashed #ccc !important;
  }
  .cmshtml .bt_line > div:nth-child(2) {
    border-bottom: 1px solid #333 !important;
  }
  .cmshtml .bt_line {
    display: block;
  }
  .cmshtml .bt_line > div:first-child, .cmshtml .bt_line > div:nth-child(2) {
    padding: 10px;
    width: 100%;
  }
  .cmshtml .bt_line .date, .cmshtml .bt_line .txt {
    font-size: 14px;
  }
}
/*---------------
mark btn
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .mark_btn {
    flex-flow: nowrap;
    padding-left: 10px;
  }
  .cmshtml .mark_btn .link_btn01 a {
    text-align: center;
    padding: 5px 10px;
    min-width: 90px;
    font-size: 10px;
  }
  .cmshtml .mark_txt {
    padding-right: 10px;
    font-size: 12px;
  }
}
/*---------------
icon title
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .ico_title > div:first-child {
    max-width: 60px;
    min-width: 60px;
  }
}
/*---------------
img text
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .img_txt {
    margin-bottom: 60px;
  }
  .cmshtml .img_div {
    width: 92%;
    max-width: 400px;
    margin: 0 auto;
    transform: translateY(30px);
    z-index: 2;
  }
  .cmshtml .txt_div {
    padding: 10px;
    padding-top: 50px;
    width: 100%;
    transform: none;
    z-index: 1;
  }
  .cmshtml .tit_txt {
    font-size: 18px;
  }
  .cmshtml .img_txt02 {
    flex-flow: wrap-reverse;
  }
  .cmshtml .img_txt02 .txt_div {
    padding: 10px;
    padding-top: 50px;
    width: 100%;
    transform: none;
    z-index: 1;
  }
}
/*---------------
stepbox
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .stepbox > div + div {
    margin-top: 25px;
  }
  .cmshtml .stepbox > div.one_side.step_div:not(:last-child):after, .cmshtml .stepbox > div:not(:last-child):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
  }
  .cmshtml .step_div > div:first-child, .cmshtml .step_div > div:nth-child(2), .cmshtml .step_div > div:nth-child(3) {
    width: 100%;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .stepbox > div:not(:last-child) .step_num:after {
    display: none;
  }
  .cmshtml .step_div > div + div {
    border-left: none;
  }
  .cmshtml .step_div .step_num {
    flex-direction: row;
    align-items: flex-end;
  }
  .cmshtml .step_num {
    font-size: 20px;
  }
  .cmshtml .step_txt {
    font-size: 14px;
  }
}
/*---------------
floor
---------------*/
@media screen and (max-width: 1000px) {
  .cmshtml .floor {
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .floor_tab > div {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    width: calc(33.333% - 4px);
    margin: 0 2px;
  }
  .cmshtml .floor_inwrap {
    padding: 20px 10px;
    border-radius: 0px;
    margin-top: 10px;
  }
  .cmshtml .floor_imgs {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .cmshtml .in_imgs > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .floor_tit {
    font-size: 18px;
  }
  .cmshtml .in_img img {
    border-radius: 4px;
  }
}
/*---------------
acco
---------------*/
@media screen and (max-width: 680px) {
  .cmshtml .acco_box {
    margin-bottom: 20px;
  }
  .cmshtml .acco_box:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 34px;
    left: 14px;
    margin: -11px 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-sizing: border-box;
  }
  .cmshtml .acco_box:before {
    border-width: 2px;
    top: 29px;
  }
  .cmshtml .acco_tit {
    font-size: 18px;
    padding: 10px 40px !important;
  }
  .cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
    width: 10px;
  }
  .cmshtml .hide_area {
    padding: 15px 3%;
  }
  .cmshtml .hide_area div, .cmshtml .hide_area p {
    font-size: 14px;
  }
  .cmshtml .hide_area > * + * {
    margin-top: 15px;
  }
  .cmshtml .one_side.step_div {
    padding: 10px;
  }
}
/*----------------
about-history
----------------*/
@media screen and (max-width: 768px) {
  .cmshtml .about-history {
    margin-top: 60px;
  }
  .cmshtml .year-list {
    display: none !important;
  }
  .cmshtml .carousel-items .item {
    flex-flow: wrap !important;
  }
  .cmshtml .carousel-items .item .img-column, .cmshtml .carousel-items .item .text-column {
    width: 100%;
  }
  .cmshtml .carousel-items .item .text-column {
    padding: 30px 20px 60px;
  }
  .cmshtml .carousel-items .item .history_title {
    font-size: 16px;
  }
  .cmshtml .carousel-items .item .history_txt {
    font-size: 13px;
  }
  .cmshtml .carousel-items .slick-prev, .cmshtml .carousel-items .slick-next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60%;
    width: 25px;
    height: 25px;
  }
  .cmshtml .carousel-items .slick-prev {
    background-image: url(../img/history_arrow_l.png);
    left: 5px;
    right: auto;
  }
  .cmshtml .carousel-items .slick-next {
    background-image: url(../img/history_arrow_r.png);
    left: auto;
    right: 5px;
  }
}
/*----------------
column
----------------*/
@media screen and (min-width: 577px) {
  .cmshtml .bnr_2column > div {
    width: 50% !important;
  }
  .cmshtml .bnr_3column > div {
    width: 33.33333333% !important;
  }
  .cmshtml .bnr_4column > div {
    width: 25% !important;
  }
  .cmshtml .bnr_5column > div {
    width: 20% !important;
  }
  .cmshtml .bnr_2column_mgn > div {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_3column_mgn > div {
    width: calc(33.33333333% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_4column_mgn > div {
    width: calc(25% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_5column_mgn > div {
    width: calc(20% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .bnr_4column .tu_txt, .cmshtml .bnr_4column_mgn .tu_txt {
    font-size: 18px;
  }
  .cmshtml .bnr_2column, .cmshtml .bnr_3column, .cmshtml .bnr_4column, .cmshtml .bnr_2column_mgn, .cmshtml .bnr_3column_mgn, .cmshtml .bnr_4column_mgn {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 576px) {
  .cmshtml .bnr_2column > div, .cmshtml .bnr_3column > div, .cmshtml .bnr_4column > div, .cmshtml .bnr_5column > div, .cmshtml .bnr_2column_mgn > div, .cmshtml .bnr_3column_mgn > div, .cmshtml .bnr_4column_mgn > div, .cmshtml .bnr_5column_mgn > div {
    margin-bottom: 10px;
    flex: unset;
  }
  .cmshtml .bnr_2column > div {
    width: 50% !important;
  }
  .cmshtml .bnr_3column > div {
    width: 33.33333333% !important;
  }
  .cmshtml .bnr_4column > div {
    width: 25% !important;
  }
  .cmshtml .bnr_5column > div {
    width: 20% !important;
  }
  .cmshtml .bnr_2column_mgn > div {
    width: calc(50% - 10px) !important;
    margin: 0 5px 10px !important;
  }
  .cmshtml .bnr_3column_mgn > div {
    width: calc(33.33333333% - 10px) !important;
    margin: 0 5px 10px !important;
  }
  .cmshtml .bnr_4column_mgn > div {
    width: calc(50% - 10px) !important;
    margin: 0 5px 10px !important;
  }
  .cmshtml .bnr_5column_mgn > div {
    width: calc(50% - 10px) !important;
    margin: 0 5px 10px !important;
  }
}