@charset "utf-8";
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
 

/***********************
* 変数設定
***********************/
:root {
  --khmr-font-primary: 'Noto Sans JP','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  --khmr-font-secondary: 'Noto Sans JP','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  --khmr-icon: 'Material Symbols Rounded';

  --khmr-trans-time: 0.15s;

  --khmr-color-primary: #1570A9;
  --khmr-color-primary-rgb: 21, 112, 169;
  --khmr-color-primary-contrast: #ffffff;

  --khmr-color-secondary: #30416B;
  --khmr-color-secondary-rgb: 48, 65, 107;
  --khmr-color-secondary-contrast: #ffffff;

  --khmr-color-white: #ffffff;
  --khmr-color-white-rgb: 255, 255, 255;
  --khmr-color-white-contrast: #212121;

  --khmr-color-black: #000000;
  --khmr-color-black-rgb: 0, 0, 0;
  --khmr-color-black-contrast: #ffffff;

  --khmr-color-gray: #777777;
  --khmr-color-gray-rgb: 170, 170, 170;
  --khmr-color-gray-contrast: #ffffff;

  --khmr-color-image-background: #f0f0f0;
}

/***********************
* 文字の改行
***********************/
#top {
  word-break: break-all;
}

/***********************
* メインフォントファミリー
***********************/
.responsive #top #wrap_all .all_colors h1,
#top.home #wrap_all .all_colors .about-content .av-subheading,
#top.home #wrap_all .entry-content-header .av-magazine-title,
#top #wrap_all .all_colors .pickup .flex_cell .avia_textblock h4,
#top #wrap_all .all_colors .pickup .flex_cell .avia_textblock p,
body#top,
body#top span:not(.avia-menu-text){
  font-family: var(--khmr-font-primary);
}

/***********************
* スマホ時のバーガーメニュー
***********************/
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  max-height: 100%;
  overflow-y: auto;
}
.html_av-overlay-side #top #wrap_all #header_main .av-burger-overlay-inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: var(--khmr-color-white);
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  height: auto;
  width: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#top .av-burger-overlay #av-burger-menu-ul > li:first-child > a {
  border-top: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li {
  width: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
  width: 100%;
  text-align: center;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
  margin-top: 10px;
  padding: 10px 10px 0px 10px;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
  padding: 25px 10px 20px 10px;
  display: block;
  font-size: 12px;
  position: relative;
  text-align: center;
  border: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a {
border-right: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a:before,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
  position: relative;
  font-family: var(--khmr-icon);
  content: "\e8b6";
  font-size: 28px;
  display: block;
  text-align: center;
  margin-bottom:8px;
  -webkit-text-stroke: 0.5px white;
  height: 28px;
  line-height: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
  content: "\f187";
  top: -1px;
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  max-height: 100%;
  overflow-y: auto;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
  padding: 0px;
  height: 100px;
  padding-top: 24px;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-item {
  width: 50%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-item > a {
  text-align: center;
  margin-top: 25px;
  border-top: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-current-language > a {
  background-color: var(--khmr-color-primary) !important;
  color: var(--khmr-color-white) !important;
  font-weight: bold;
}
.html_av-overlay-side #top #wrap_all #header_main .av-burger-overlay-inner {
  -webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  padding-top: 102px !important;
}
/*demo12*/
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator {
  opacity: 1;
  right: 5px;
}
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
  font-family: var(--khmr-icon);
  content: "\e145";
  font-size: 34px;
  font-weight: 210;
  color: #B5B5B5;
}
@media only screen and (max-width:989px) {
  #top .av-active-burger-items span.avia-menu-subtext {
    text-align: left;
  }
  #top #wrap_all #header.header_color li.av-menu-button.av-active-burger-items > a {
      text-align: center;
      padding: 15px 10px;
      width: 90%;
      margin: 0px auto;
  }
  #top #wrap_all #header.header_color li.av-menu-button.av-active-burger-items {
      margin-top: 20px;
  }
  .responsive #top .logo {
      width: calc(100% - 90px);
  }
  .header_color .av-hamburger-inner, 
  .header_color .av-hamburger-inner:before, 
  .header_color .av-hamburger-inner:after {
      height: 1px;
      width: 28px;
      background-color: var(--khmr-color-black);
      border-radius: 0px;
  }
  body#top #header_main > .container .main_menu {
      top: calc(50% - 38px);
      padding-bottom: 0px;
  }
  .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
      height: 40px !important;
      line-height: 40px !important;
  }
  .responsive #top .av-logo-container .avia-menu {
      position: relative;
      height: 100%;
  }
  .responsive #top .av-logo-container .avia-menu > ul {
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
      width: 50%;
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
      padding: 100px 0px 0px 0px;
      overflow: hidden;
  }
  body#top #header .av-menu-button > a .avia-menu-text {
      position: relative;
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a:before,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
  .html_av-submenu-hidden .av-submenu-indicator {
      height: 36px;
      width: 36px;
      padding: 0px;
      top: 10px;
      line-height: 36px;
      background-color: var(--khmr-color-primary);
  }
  .html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator {
      right: 10px;
      overflow: hidden;
  }
  .html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 0px;
      top: 0px;
      background-color: transparent;
      color: white;
      transition: transform 0.15s ease-in-out;
      box-shadow: 0 2px 5px 2px rgba(0,0,0,0.15)
  }
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator {
      transform: none;
  }
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator:before {
      transform: rotate(45deg);
  }
  .html_av-submenu-hidden #av-burger-menu-ul > li > a .av-submenu-indicator:before {
      transition: all 0.15s ease-in-out;
  }
  .html_av-submenu-hidden #av-burger-menu-ul > li > a > .av-submenu-indicator:hover:before,
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator:before {

  }
}



/***********************
* 前頁共通
***********************/
#top #wrap_all .main_color strong {
  color: inherit;
}
/***********************
* [class="ex-ff"] 
***********************/
.responsive #top .ex-ff *,
.responsive #top .ex-ff {
  font-family: var(--khmr-font-family-secondary) !important;
}
/***********************
* [class="fw-bold"] 
***********************/
#top .fw-bold,
#top .fw-bold * {
  font-weight: bold;
}
/***********************
* [class="fw-mid"] 
***********************/
#top .fw-mid,
#top .fw-mid * {
  font-weight: 500;
}
/***********************
* [class="ex-spacing"] (letter-spacing)
***********************/
#top .ex-spacing {
  letter-spacing: 5px;
}
/***********************
* [class="ex-fc1"] 
***********************/
#top .ex-fc1,
#top .ex-fc1 * {
  color: var(--khmr-color-primary);
}
/***********************
* [class="background-cover"] 
***********************/
#top .background-cover {
    background-size: cover !important;
}

/***********************
* [class="ex-ls"] 
***********************/
#top .ex-ls,
#top .ex-ls * {
  letter-spacing: 1.5px;
}
/***********************
* [class="ex-ls2"] 
***********************/
#top .ex-ls2,
#top .ex-ls2 * {
  letter-spacing: 2px;
}
/***********************
* [class="ex-ls3"] 
***********************/
#top .ex-ls3,
#top .ex-ls3 * {
  letter-spacing: 0.3em;
}

/***********************
* [class="ex-lh"] 
***********************/
#top .ex-lh,
#top .ex-lh * {
  line-height: 190%;
}
/***********************
* [class="ex-lh2"] 
***********************/
#top .ex-lh2,
#top .ex-lh2 * {
  line-height: 140%;
}
/***********************
* [class="ex-lh3"] 
***********************/
#top .ex-lh3,
#top .ex-lh3 * {
  line-height: 2.25em;
}
/***********************
* [class="ex-back"] 
***********************/
#top.home .ex-back {
  position: relative;
}
#top.home .ex-back:before {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 100px;
  background-color: var(--khmr-color-white);
  bottom: -1px;
  left: auto;
  right: 0px;
  z-index: 1;
  border-radius: 30px 0px 0px 0px;
}
/***********************
* [class="ex-Flex"] 
***********************/
#top.home .ex-Flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
#top.home .ex-Flex > section {
  width: 45%;
  margin-top: 0px;
}
#top.home .ex-Flex > section:nth-of-type(odd) {
  margin-right: 7.5%;
}

/***********************
* [class="fw-bold"] 
***********************/
#top .fw-bold,
#top .fw-bold * {
  font-weight: bold;
}
/***********************
* [class="fw-mid"] 
***********************/
#top .fw-mid,
#top .fw-mid * {
  font-weight: 500;
}

/***********************
* [class="ex-spacing"] (letter-spacing)
***********************/
#top .ex-spacing {
  letter-spacing: 5px;
}

/***********************
* [class^="no-padding-**"]
***********************/
.no-padding-bottom,
.no-padding-bottom .template-page,
.no-padding-bottom .av-layout-tab {
  padding-bottom: 0px !important;
}
.no-padding-top,
.no-padding-top .template-page,
.no-padding-top .av-layout-tab {
  padding-top: 0px !important;
}

/***********************
* [class^="background-**"]
***********************/
#top .background-cover {
  background-size: cover;
}

/***********************
* Archive & Blog & Search
***********************/
body#top.archive .bloglist-excerpt .read-more-link,
body#top.blog  .bloglist-excerpt .read-more-link {
  margin-top:10px
}
body#top.archive .template-blog .bloglist-excerpt .post_delimiter,
body#top.blog  .template-blog .bloglist-excerpt .post_delimiter {
  padding: 0px;
}
body#top.archive .entry-content-header + p,
body#top.blog .entry-content-header + p {
  margin-top: 0px;
  margin-bottom: 15px;
}
#top.search article.bloglist-excerpt .post-title,
#top.archive article.bloglist-excerpt .post-title,
#top.blog article.bloglist-excerpt .post-title {
  font-size: 17px;
}
#top.search article.bloglist-excerpt .post-meta-infos,
#top.archive article.bloglist-excerpt .post-meta-infos,
#top.blog article.bloglist-excerpt .post-meta-infos {
  line-height: 100%;
}

/***********************
* aタグ
***********************/
body#top #main a {
  text-decoration: none;
  font-weight: 600;
}
body#top .main-title.entry-title a,
body#top .breadcrumb.breadcrumbs.avia-breadcrumbs {
  font-weight: 300 !important;
}

#top.home .Info-Tab a.avia-button span {
  transition: all var(--khmr-trans-time) ease-in-out;
}
#top.home .Info-Tab a.avia-button:hover span {
  color: var(--khmr-color-secondary);
}
body#top #main .ex-button a,
body#top #main .ex-button a > strong,
body#top #main .ex-button a > b {
  transition: all var(--khmr-trans-time) ease-in-out;
}
body#top #main .ex-button a:hover,
body#top #main .ex-button a:hover > strong,
body#top #main .ex-button a:hover > b {
  color: var(--khmr-color-secondary);
}


/***********************
* khmrslider要素
***********************/
[id^="khmrs-"] .khmrs-next,
[id^="khmrs-"] .khmrs-prev {
    transition: all var(--khmr-trans-time) ease-in-out;
}
[id^="khmrs-"] .khmrs-next:hover,
[id^="khmrs-"] .khmrs-prev:hover {
    background-color:var(--khmr-color-secondary);
    box-shadow: 0px 2px 5px 1px #ccc;
}
[id^="khmrs-"] .khmrs-prev:hover .khmrsp-icon:before,
[id^="khmrs-"] .khmrs-next:hover .khmrsn-icon:before {
    color: var(--khmr-color-white);
}

/***********************
* aタグホバー用
***********************/
#top * a {
  transition: color var(--khmr-trans-time) ease-in-out;
}
#top * a:hover {
  color: var(--khmr-color-primary);
}

/***********************
* sp-only pc-only
***********************/
@media only screen and (min-width:990px) {
  #top .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width:989px) {
  #top .pc-only {
    display: none !important;
  }
}



/***********************
* ローディング用
***********************/
#loader_wrap {
	z-index: 999999;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	background: #8bd3dd;
	pointer-events: none;
	transition: all 0.8s;
}
#loader_wrap img {
  max-width: 90%;
  margin: 0px auto;
  display: block;
}


/*section01*/
#top #s1 .av_one_fifth.first {
    width: 300px;
    margin: 0px 50px 0px 0px;
}
#top #s1 .av_one_fifth {
    width: 200px;
    margin: 0px;
}
#top #s1 .av_three_fifth {
    width: calc(100% - 620px);
    margin: 0px 70px 0px 0px;
}
#top #wrap_all #main #s1 .av_one_fifth.first .avia-button {
    margin-top: 80px;
}
#top #main #s1 .template-page {
    padding: 160px 0px;
}
#top #main #s1 .avia-icon-list > li {
    padding: 10px 10px 10px 15px;
    border-top: 1px solid #DFEBFF;
}
#top #main #s1 .avia-icon-list > li:last-child {
    border-bottom: 1px solid #DFEBFF;
}
#top #main #s1 .avia-icon-list-container {
    margin: 30px 0px 30px 0px;
}
#top #main #s1 .iconlist_icon {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 30px;
    line-height: 100px;
}
#top #main #s1 .avia-icon-list > li .iconlist_icon:before {
    position: absolute;
    content: "";
    background-image: url(images/i.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#top #main #s1 .avia-icon-list > li:nth-of-type(2) .iconlist_icon:before {
    background-image: url(images/x.png);
}
#top #main #s1 .avia-icon-list > li:nth-of-type(3) .iconlist_icon:before {
    background-image: url(images/f.png);
}
#top #main #s1 .avia-icon-list > li:nth-of-type(4) .iconlist_icon:before {
    background-image: url(images/y.png);
}
#top #main #s1 .avia-icon-list > li article a {
    position: relative;
    display: block;
    width: 100%;
    color: #30416B;
}
#top #main #s1 .avia-icon-list > li article a:after {
    position: absolute;
    font-family: var(--khmr-icon);
    content: "\e89e";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
#top #main #s1 .avia-icon-list > li .iconlist_icon:before {
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
}
#top #main #s1 .avia-icon-list > li .iconlist_icon {
    top: -5px;
    margin-right: 10px;
}
#top #main #s1 .avia-icon-list > li {
    padding: 15px 10px 15px 15px;
}
#top #main #s1 .avia-icon-list > li a {
    transition: all 0.2s ease;
}
#top #main #s1 .avia-icon-list > li a:hover {
    opacity: 0.7;
}
#top #main #s1 .avia-icon-list > li .iconlist_icon:before {
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
}
#top #main #s1 .avia-icon-list > li .iconlist_icon {
    top: -5px;
    margin-right: 10px;
}
#top #main #s1 .avia-icon-list > li {
    padding: 15px 10px 15px 15px;
}
#top #main #s1 .avia-icon-list > li a {
    transition: all 0.2s ease;
}
#top #main #s1 .avia-icon-list > li a:hover {
    opacity: 0.7;
}
#top #main #s1 .av_one_full {
    margin-top: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#top #main #s1 .av_one_full > .av-special-heading {
    width: 100%;
}
#top #main #s1 .av_one_full > .av_textblock_section {
    width: 420px;
    margin-right: 60px;
}
@media only screen and (max-width:989px) {
    #top #main #s1 .av_one_full {
        justify-content: flex-start;
    }
    #top #main #s1 .av_one_full > .av_textblock_section {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    #top #main #s1 .av-alb-blogposts {
        margin-bottom: 30px;
    }
    #top #main #s1 .avia-image-container {
        margin-top: 20px;
    }
    #top #main #s1 .av_one_full {
        margin-top: 10px;
    }
    #top #main #s1 .av_one_full > .av-special-heading {
        border-bottom: 1px solid #DFEBFF;
        margin-bottom: 15px;
        padding-bottom: 25px;
    }
    #top #s1 .av_one_fifth > * {
        max-width: 400px;
        margin: 0px auto;
    }
    #top #main #s1 .avia-icon-list-container {
        margin: 30px auto;
    }
    #top #main #s1 .template-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #top #s1 .av_one_fifth > .av-special-heading  {
        display: flex;
        align-items: flex-end;
        margin: 0px;
    }
    #top #s1 .av_one_fifth > .av-special-heading > div {
        margin: 0px 0px 0px 15px;
        top: -10px;
        position: relative;
    }
    #top #s1 .av_one_fifth > .av-special-heading > h2 {
        line-height: 100%;
    }
}
@media only screen and (max-width:767px) {
    #top #s1 .av_one_fifth > .av-special-heading > div {
        top: 0px;
    }
    #top #s1 .av_one_fifth > .av-special-heading {
        padding: 0px;
    }
}

/*section2*/
#top #wrap_all #main #s2 {
    width: calc(100% - 100px);
    margin: 0px auto;
    float: none;
    border-radius: 15px;
}
#top #wrap_all #main #s2 .template-page {
    padding: 160px 0px 140px 0px;
}
#top #wrap_all #main #s2 h2 {
    padding-bottom: 70px;
    border-bottom: 1px solid #CBDCF8;
    margin-bottom: 65px;
}
#top #wrap_all #main #s2 .flex_column {
    margin: 0px;
}
#top #wrap_all #main #s2 .av_one_third {
    max-width: 316px;
    margin-right: 110px;
}
#top #wrap_all #main #s2 .av_one_third:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    background-color: #BBD1FC;
    visibility: visible;
    border-radius: 15px;
    overflow: visible;
}
#top #wrap_all #main #s2 .av_two_third {
    width: 870px;
    float: right;
}
#top #wrap_all #main #s2 .avia_codeblock {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#top #wrap_all #main #s2 .av_two_third .venture-card {
    background-color: white;
    width: 420px;
    border-radius: 15px;
    padding: 0px 32px 52px 32px;
}
#top #wrap_all #main #s2 .av_two_third .vc-inner {
    position: relative;
}
#top #wrap_all #main #s2 .av_two_third .vc-inner > img {
    position: relative;
    margin-left: -47px;
    margin-top: -15px;    
}
#top #wrap_all #main #s2 .av_two_third .vc-inner p {
    margin: -55px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    color: #30416B;
    font-weight: 600;
}
#top #wrap_all #main #s2 .av_two_third .vc-inner h3 {
    margin: 5px 0px 0px 0px;
    text-align: center;
    font-size: 24px;
    color: #30416B;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFEBFF;
    margin-bottom: 30px;
}
#top .vc-contents {
    position: relative;
}
#top .vc-contents img {
    margin: 0px 0px 50px 40px;
}
#top .vc-contents > .vc-counts {
    text-align: right;
    margin-right: 5px;
}
#top .vc-contents > .vc-counts > .vc-num {
    font-size: 80px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
}
#top .vc-contents > .vc-counts > .vc-of {
    font-size: 22px;
}
#top .vc-contents > .vc-split {
    position: absolute;
    height: 97px;
    width: 1px;
    background-color: #979797;
    top: 52%;
    left: 53%;
    transform: translate(-50%,-50%) rotate(45deg);
}
#top #wrap_all #main #s2 .av_two_third .venture-card:nth-of-type(1) .vc-contents img {
    margin-left: 45px;
}
#top #wrap_all #main #s2 .av_two_third .venture-card:nth-of-type(2) .vc-contents img {
    margin-left: 45px;
}
#top #wrap_all #main #s2 .av_two_third .avia-button-wrap {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
#top #wrap_all #main #s2 .avia-button {
    margin: 0px auto;
}
@media only screen and (max-width:1549px) {
    #top #wrap_all #main #s2 .av_one_third {
        width: 100%;
        max-width: 850px;
        margin: 0px auto 0px auto;
        float: none;
        margin-bottom: 80px;
        transform: translateX(-10px);
    }
    #top #wrap_all #main #s2 .av_one_third img {
        aspect-ratio: 30/9;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    #top #wrap_all #main #s2 .av_two_third {
        float: none;
        margin: 0px auto;
    }
    #top #wrap_all #main #s2 h2 {
        max-width: 870px;
        margin: 0px auto 60px auto;
    }
}
@media only screen and (max-width:1199px) {
    #top #wrap_all #main #s2 .av_one_third img {
        aspect-ratio: 10/8;
        object-position: 50% 72%;
    }
    #top #wrap_all #main #s2 .av_one_third {
        max-width: 420px;
    }
    #top #wrap_all #main #s2 .av_two_third .venture-card {
        width: 420px;
        max-width: 100%;
        margin: 0px auto 70px auto;
    }
    #top #wrap_all #main #s2 .av_two_third {
        width: 100%;
    }
    #top #wrap_all #main #s2 .avia_codeblock {
        display: block;
    }
    #top #wrap_all #main #s2 h2 {
        text-align: center;
    }
    #top #wrap_all #main #s2 {
        width: 94%;
    }
    .responsive #top #wrap_all #main #s2 .container {
        width: 90%;
        max-width: 90%;
    }
}
@media only screen and (max-width:989px) {
    #top #wrap_all #main #s2 .template-page {
        padding-top: 45px;
        padding-bottom: 25px;
    }
    #top #wrap_all #main #s2 h2 {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    #top #wrap_all #main #s2 .av_one_third {
        margin-bottom: 50px;
    }
    #top #wrap_all #main #s2 .av_two_third .venture-card {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:549px) {
    #top #wrap_all #main #s2 .av_two_third .vc-inner h3 {
        font-size: 18px;
    }
    #top #wrap_all #main #s2 .av_two_third .venture-card .vc-contents img {
        margin-bottom: 75px;
    }
    #top #wrap_all #main #s2 .av_two_third .venture-card:nth-of-type(1) .vc-contents img {
        margin-left: 0px;
    }
    #top #wrap_all #main #s2 .av_two_third .venture-card:nth-of-type(2) .vc-contents img {
    margin-left: 10px;
    }
    #top .vc-contents > .vc-split {
        height: 150px;
    }
    #top .vc-contents > .vc-counts > .vc-num {
        font-size: 80px;
        margin-right: 5px;
    }
}

/*section3 section4*/
#top #s3 .template-page {
    padding: 110px 0px 100px 0px;
}
#top #s4 .template-page {
    padding: 160px 0px;
}
#top #wrap_all #main #s4 {
    width: calc(100% - 100px);
    margin: 0px auto;
    float: none;
    border-radius: 15px;
    background-position: center;
}
#top #s4 .entry-content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
#top #s4 .flex_column {
    background-color: white;
    padding: 65px 50px 50px 50px;
    border-radius: 6px;
    width: calc(100% / 3 - (34px / 3) );
    margin: 0px;
    position: relative;
    float: none;
}
#top #s4 .flex_column:before {
    position: absolute;
    content: "01";
    display: block;
    width: 40px;
    height: 40px;
    background-color: #1570A9;
    visibility: visible;
    text-align: center;
    line-height: 40px;
    color: white; 
    font-size: 15px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}
#top #s4 .flex_column:nth-of-type(2):before {
    content: "02";
}
#top #s4 .flex_column:nth-of-type(3):before {
    content: "03";
}
#top #s4 .flex_column:nth-of-type(3n-1) {
    margin: 0px 17px;
}
#top #s4 h3 {
    margin-bottom: 40px;
    font-weight: 600 !important;
}
#top #wrap_all #main #s4 .avia-button {
    padding: 0px 46px 0px 28px;
    border-radius: 6px;
    text-align: left;
    width: 100%;
    height: 78px;
    overflow: hidden;
    font-size: 14px;
    background-color:white;
    border: 1px solid #BFCCE2;
}
#top #wrap_all #main #s4 .avia-button-wrap {
    width: 100%;
}
#top #wrap_all #main #s4 .avia_button_icon {
    position: absolute;
    right: -15px;
    width: 31px;
    height: 31px;
    transition: all 0.2s ease;
}
#top #wrap_all #main #s4 .avia_button_icon:before {
    content: "\e5cc";
    left:13px;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.2s ease;
}
#top #wrap_all #main #s4 .avia-button:hover {
    background-color: #F7F8F9;
}
#top #wrap_all #main #s4 .avia-button:hover .avia_button_icon:before {
    left: 50%;
}
#top #wrap_all #main #s4 .avia-button:hover .avia_button_icon {
    right: 10px;
}
#top #wrap_all #main #s4 .avia-button:hover .avia_iconbox_title {
    position: relative;
}
#top #wrap_all #main #s4 .avia-button .avia_iconbox_title:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 21px;
    background-color: #BFCCE2;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width:1549px) {
    #top #s4 .flex_column {
        width: 100%;
        margin: 0px;
    }
    #top #s4 .flex_column:nth-of-type(3n-1) {
        margin: 40px 0px;
    }
    #top #s4 .entry-content-wrapper {
        max-width: 870px;
        margin: 0px auto;
    }
}
@media only screen and (max-width:1199px) {
    #top #s4 .entry-content-wrapper {
        max-width: 420px;
    }
    #top #wrap_all #main #s4 {
        width: 94%;
    }
    .responsive #top #wrap_all #main #s4 .container {
        width: 90%;
        max-width: 90%;
    }
}
@media only screen and (max-width:989px) {
    #top #s3 .template-page {
        padding: 70px 0px 30px 0px;
    }
    #top #s4 .template-page {
        padding: 60px 0px 40px 0px;
    }
}
@media only screen and (max-width:549px) {
    #top #s4 .flex_column {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*blog posts*/
#top #main #s1 article.post-entry {
    padding: 45px 30px 40px 30px;
    border-bottom: 1px solid #DFEBFF;
}
#top #main #s1 article.post-entry:first-child {
    border-top: 1px solid #DFEBFF;
}
#top #main article.post-entry .entry-content-header {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#top #main article.post-entry .entry-content-header .post-meta-infos time {
    color: #3B4043;
    font-size: 14px;
    font-weight:200;
    letter-spacing: 1px;
}
#top #main article.post-entry .entry-content-header .post-meta-infos {
    order: 0;
    width: 113px;
    display: block;
}
#top #main article.post-entry .entry-content-header h2 {
    order: 1;
    text-align: left;
    margin: 0px;
    width: calc(100% - 113px);
}
#top #main article.post-entry .entry-content-header h2 a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3B4043;
}
#top #main article.post-entry .text-sep,
#top #main article.post-entry .blog-categories,
#top #main article.post-entry .read-more-link,
#top #main article.post-entry .post_delimiter {
    display: none;
}
@media only screen and (max-width:1099px) {
    #top #main article.post-entry {
        padding: 35px 15px 30px 15px;
    }
    #top #main article.post-entry .entry-content-header {
        flex-wrap: wrap;
    }
    #top #main article.post-entry .entry-content-header h2 {
        width: 100%;
    }
}

/*section5*/
#top #s5 .template-page {
    position: relative;
    padding-top: 130px;
    padding-bottom: 150px;
}
#top #s5 .template-page:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 80px;
    background-image: linear-gradient(to right,#F7F8F9,#8DABD6,#F7F8F9);
}
#top #s5 .flex_column:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    padding-top: clamp(16px,10vw,170px);
    padding-bottom: 50px;
    border-bottom: 1px solid #DFEBFF;
}
#top #s5 .flex_column:nth-of-type(1):before {
    position: absolute;
    content: "ABOUT US";
    visibility: visible;
    font-size: clamp(16px,15vw,250px);
    width: auto;
    height: auto;
    top: 0px;
    line-height: 100%;
    color: #EDF1F7;
    z-index: 0;
    font-weight: 100;
}
#top #s5 .av-special-heading {
    display: inline-block;
    width: auto;
    margin: 0px 10vw 0px 0px;
    z-index: 1;
}
#top #s5 .av-special-heading h2 {
    line-height: 150%;
}
#top #s5 .flex_column:nth-of-type(1) p {
    margin: 0px 0px 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
#top #s5 .flex_column:nth-of-type(1) p strong {
    font-size: 20px;
    margin-top: 5px;
    display: block;
}
#top #s5 .flex_column:nth-of-type(1) .av_textblock_section {
    margin: 0px auto 0px 0px;
    z-index: 1;
}
#top #s5 .flex_column:nth-of-type(2) .avia_textblock {
    margin: 0px auto;
    line-height: 38px;
    letter-spacing: 0.5px;
    max-width: 800px;
}
#top #s5 .flex_column:nth-of-type(2) p:not(:first-child) {
    margin: 32px 0px 0px 0px;
}
@media only screen and (max-width:1199px) {
    #top #s5 .flex_column:nth-of-type(1) {
        flex-wrap: wrap;
    }
    #top #s5 .av-special-heading {
        margin: 0px 0px 10px 0px;
        width: 100%;
    }
    #top #s5 .flex_column:nth-of-type(2) .avia_textblock {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width:989px) {
    #top #s5 .template-page {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    #top #s5 .av-special-heading h2 .pc-only {
        display: block !important;
    }
    #top #wrap_all  #s5 .av-special-heading h2 {
        font-size: clamp(20px,7vw,7vw);
    }
    #top #s5 .template-page:before {
        bottom: 60px;
    }
    #top #s5 .flex_column:nth-of-type(1) {
        padding-bottom: 20px;
    }
}

/*avia-button*/
#top #wrap_all #main .avia-button {
    padding: 0px 17px 0px 37px;
    height: 61px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: none;
    border: none;
    width: 303px;
    background-color: #F7F8F9;
    color: #1A57B1;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
    border-radius: 31px;
}
#top #wrap_all #main .avia_button_icon {
    background-color: #1A57B1;
    display: block;
    width: 79px;
    height: 31px;
    margin: 0px 0px 0px auto;
    border-radius: 31px;
    position: relative;
}
#top #wrap_all #main .avia_button_icon > svg {
    display: none;
}
#top #wrap_all #main .avia_button_icon:before {
    position: absolute;
    font-family: var(--khmr-icon);
    content: "\e941";
    color: #F7F8F9;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    font-weight: 200;
}
#top #wrap_all #main .avia-button:hover .avia_button_icon:before {
    animation-name: bt-anim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#top #wrap_all #main .avia-button:hover {
    background-color: #edf0f3;
}
@keyframes bt-anim {
    0% {
        left: 50%;
        opacity: 1;
    }
    10% {
        left: 50%;
        opacity: 1;
    }
    33.3333% {
        left: 125%;
        opacity: 0;
    }
    66.6666% {
        left: -25%;
        opacity: 0;
    }
    90% {
        left: 50%;
        opacity: 1;
    }
    100% {
        left: 50%;
        opacity: 1;
    }
}

/* section6 & section7 */
#top #s7 .entry-content-wrapper,
#top #s6 .entry-content-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#top #s7 .entry-content-wrapper > .flex_column,
#top #s6 .entry-content-wrapper > .flex_column {
    float: none;
}
#top #s7 .entry-content-wrapper > .flex_column:not(:first-child),
#top #s6 .entry-content-wrapper > .flex_column:first-child {
    width: 490px;
    max-width: 100%;
}
#top #s7 .entry-content-wrapper > .flex_column:first-child,
#top #s6 .entry-content-wrapper > .flex_column:not(:first-child) {
    width: calc(95% - 490px);
    max-width: 100%;
}
#top #s7 .entry-content-wrapper > .flex_column h3,
#top #s6 .entry-content-wrapper > .flex_column h3 {
    font-weight: 300 !important;
}
#top #s7 .entry-content-wrapper > .flex_column .av_textblock_section p,
#top #s6 .entry-content-wrapper > .flex_column .av_textblock_section p {
    margin: 20px 0px 28px 0px ;
}
#top #s7 .entry-content-wrapper > .flex_column .avia-image-container,
#top #s6 .entry-content-wrapper > .flex_column .avia-image-container {
    border-radius: 16px;
    overflow: hidden;
}
#top #s7 .avia_textblock ul li,
#top #s7 .avia_textblock ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#top #s7 .avia_textblock > ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
#top #s7 .avia_textblock > ul > li {
    width: 50%;
    padding: 10px 130px 10px 0px;
    border-bottom: 1px solid #DFEBFF;
    height: 90px;
    position: relative;
    align-content: center;
    font-weight: 500;
    font-size: 17px;
    color: #30416B;
    line-height: 100%;
}
#top #s7 .avia_textblock > ul > li:nth-of-type(2n) {
    padding: 10px 100px 10px 30px;
    position: relative;
}
#top #s7 .avia_textblock > ul > li:nth-of-type(2n):before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    top: 10px;
    background-color: #DFEBFF;
    left: 0px;
}
#top #s7 .avia_textblock > ul > li:nth-of-type(1),
#top #s7 .avia_textblock > ul > li:nth-of-type(2) {
    border-top: 1px solid #DFEBFF;
}
#top #s7 .avia_textblock > ul > li > img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#top #s7 .avia_textblock > ul > li:nth-of-type(2n-1) > img {
    right: 30px;
}
#top #wrap_all #s7 .avia_textblock > ul > li a {
    font-size: 10px;
    color: #1A57B1;
    line-height: 0px;
}
@media only screen and (max-width:1199px) {
    #top #s7 .entry-content-wrapper > .flex_column:not(:first-child),
    #top #s6 .entry-content-wrapper > .flex_column:first-child {
        width: 100%;
        max-width: 100%;
        order: 1;
        margin: 0px;
    }
    #top #s7 .entry-content-wrapper > .flex_column:first-child,
    #top #s6 .entry-content-wrapper > .flex_column:not(:first-child) {
        width: 100%;
        max-width: 100%;
        order: 2;
        margin: 0px;
        padding: 50px 0px 60px 0px;
    }
    #top #s7 .template-page,
    #top #s6 .template-page {
        padding: 0px;
    }
    #top #s7 .entry-content-wrapper > .flex_column .avia-image-container img,
    #top #s6 .entry-content-wrapper > .flex_column .avia-image-container img {
        aspect-ratio: 16 / 6;
        object-fit: cover;
        width: 100%;
    }
    #top #s7 .entry-content-wrapper > .flex_column:not(:first-child) {
        padding-top: 60px;
        border-top: 1px solid #DFEBFF;
    }
}
@media only screen and (max-width:767px) {
    #top #s7 .entry-content-wrapper > .flex_column .avia-image-container img,
    #top #s6 .entry-content-wrapper > .flex_column .avia-image-container img {
        aspect-ratio: 3/2;
        object-fit: cover;
        width: 100%;
    }
    #top #s7 .avia_textblock > ul {
        flex-wrap: wrap;
    }
    #top #wrap_all #s7 .avia_textblock > ul > li {
        width: 100%;
        padding: 10px 100px 10px 15px;
        position: relative;
    }
    #top #s7 .avia_textblock > ul > li:nth-of-type(2) {
        border-top: none;
    }
    #top #wrap_all #s7 .avia_textblock > ul > li:before {
        position: absolute;
        content: "";
        display: block;
        width: 1px;
        height: calc(100% - 20px);
        top: 10px;
        background-color: #DFEBFF;
        left: 0px;
    }
    #top #wrap_all #s7 .avia_textblock > ul > li img {
        right: 10px;
    }
}

/*section8*/
#top #s8 .entry-content-wrapper {
    width: 1008px;
    margin: 0px auto;
    max-width: 100%;
}
#top #s8 .av_one_half > .avia-image-container:first-child {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 35px;
}
#top #s8 .av_one_half > .avia-image-container:first-child img {
    width: 100%;
    object-fit: cover;
}
#top #s8 .av_one_half {
    width: 44.1%;
}
#top #s8 .av_one_half:nth-of-type(3) {
    margin-left: 11.8%;
}
#top #s8 .av_textblock_section {
    margin: 25px 0px 30px 0px;
}
#top #wrap_all #s8 .av_textblock_section h3 {
    margin: 0px 0px 15px 0px;
    font-size: 17px;
    color: #30416B;
}
#top #s8 .av_one_half p {
    font-size: 15px;
    color: #3B4043;
}
@media only screen and (max-width:767px) {
    #top #s8 .av_one_half:nth-of-type(3) {
        margin: 50px 0px 0px 0px;
    }
    #top #wrap_all #s8 h2 {
        margin-bottom: 30px;
    }
    #top #main #s8.avia-section .template-page {
        padding-top: 0px;
    }
    #top #s8 .av_one_half > .avia-image-container:first-child img {
        aspect-ratio: 3/2;
        object-position: 50% 100%
    }
    #top #s8 .av_one_half:nth-of-type(3) > .avia-image-container:first-child img {
        object-position: 50% 0%;
    }
}
@media only screen and (min-width:768px) {
    #top #wrap_all #s8 h2 {
        margin: 30px 0px 40px 0px;
    }
}

/*section9*/
#top #s10,
#top #s9 {
    width: calc(100% - 100px);
    margin: 0px auto;
    float: none;
    border-radius: 15px;
}
#top #s9 {
    background-position: center;
    margin-top: 147px;
    padding-bottom: 50px;
}
#top #wrap_all #main #s9 > .container {
    top: -47px;
}
#top #main #s8.avia-section .template-page {
    padding-bottom: 167px;
}
#top #s9 .flex_column {
    float: none;
}
#top #s9 .entry-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: flex-start;
}
#top #s9 .entry-content-wrapper > .flex_column.av_one_full {
    width: 100%;
    margin-bottom: 35px;
}
#top #s9 .entry-content-wrapper > .flex_column.av_one_half {
    width: calc(50% - 2.5px);
    background-color: white;
    margin-bottom: 5px;
    padding: 60px 45px 30px 45px;
    min-height: 255px;
    align-content: center;
    position: relative;
    border-radius: 6px 6px 0px 6px;
    overflow: hidden;
    transition: all 0.2s ease;
}
#top #s9 .entry-content-wrapper > .flex_column.av_one_half:before {
    position: absolute;
    visibility: visible;
    font-family: var(--khmr-icon);
    content: "\e5cc";
    background-color: #1A57B1;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 16px;
    color: white;
    text-align: left;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 100%;
    right: -30px;
    bottom: -30px;
    font-weight: 300;
    line-height: 100%;
    transition: all 0.2s ease;
}
#top #s9 .entry-content-wrapper > .flex_column.av_one_half:hover {
    background-color: #F7F8F9;
}
#top #s9 .entry-content-wrapper > .flex_column.av_one_half:hover:before {
    right: 0px;
    bottom: 0px;
    border-radius: 100% 0% 0px 0%;
    font-size: 26px;
    text-align: left;
    line-height: 66px;
    padding: 0px 0px 0px 25px;
    animation-name: s-anim;
    animation-delay: 0.3s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes s-anim {
    0% {
        padding-left: 25px;
        font-size: 26px;
    }
    10% {
        padding-left: 60px;
        font-size: 0px;
    }
    33.3333% {
        padding-left: 0px;
        font-size: 0px;
    }
    66.6666% {
        padding-left: 25px;
        font-size: 26px;
    }
    90% {
        padding-left: 25px;
        font-size: 26px;
    }
    100% {
        padding-left: 25px;
        font-size: 26px;
    }
}
#top #s9 .entry-content-wrapper > .flex_column.av_one_half:nth-of-type(2n-1) {
    margin-left: 5px;
}
#top #s9 .entry-content-wrapper > .flex_column.av_one_half h3 {
    font-size: 17px;
    color: #30416B;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
#top #s9 .entry-content-wrapper > .flex_column.av_one_half p {
    font-size: 15px;
    color: #3B4043;
    letter-spacing: 0.5px;
    line-height: 28px;
}
@media only screen and (max-width:989px) {
    #top #wrap_all #s9 .entry-content-wrapper > .flex_column.av_one_half {
        width: 100%;
        margin: 5px auto 0px;
        min-height: 230px;
        padding: 55px 20px 35px 20px;
        max-width: 620px;
    }
    #top #wrap_all #main #s10,
    #top #wrap_all #main #s9 {
        width: 94%;
    }
}
@media only screen and (max-width:767px) {
    #top #wrap_all #main #s9 > .container {
        top: -20px;
    }
    #top #main #s8.avia-section .template-page {
        padding-bottom: 77px;
    }
    #top #s9 .entry-content-wrapper > .flex_column.av_one_full {
        margin-bottom: 15px;
    }
    #top #s9 {
        padding-bottom: 20px;
    }
}

/*section10*/
#top .wpcf7-form p label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFEBFF;
}
#top .wpcf7-form p label label {
    border-bottom: none;
}
#top .wpcf7-form {
  margin-top: 30px;
}
#top .wpcf7-form p label * {
    margin: 0px;
    padding: 0px;
}
#top .wpcf7-form p label .wpcf7-form-control-wrap {
    width: 62%;
    max-width: 100%;
    margin: 0px 0px 0px auto;
}
#top .wpcf7-form .wpcf7-radio span.wpcf7-list-item-label {
    margin-right: 20px;
    font-size: 16px;
}
#top .wpcf7-form .wpcf7-radio input[type="radio"] {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
#top .wpcf7-form p label .wpcf7-form-control-wrap textarea,
#top .wpcf7-form p label .wpcf7-form-control-wrap input {
    padding: 10px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    margin: 10px 0px;
}
#top .wpcf7-form p label > span:not([class]) {
    display: inline-block;
    color: #C73351;
    margin-left: 15px;
}
#top #s10 .template-page .flex_column:nth-of-type(2) {
    max-width: 1300px;
    padding: 90px 10% 65px;
    background-color: #F1F4F8;
    border-radius: 6px;
}
#top .wpcf7-form p:nth-last-of-type(2) label {
    border-bottom: none;
}
#top .wpcf7-form p:has([type="submit"]) {
    max-width: 62%;
    margin: 0px 0px 0px auto;
}
#top .wpcf7-form [type="submit"] {
    background-color: #30416B;
    border-radius: 6px;
    font-size: 16px;
    width: 213px;
    height: 63px;
    margin-top: 10px;
    transition: all 0.2s ease;
}
#top .wpcf7-form [type="submit"]:hover {
    background-color: #1a2541;
}
#top #main #s10.avia-section .template-page {
    padding: 200px 0px 0px 0px;
}
#top #main #s9 {
    position: relative;
    z-index: 1;
}
#top #main #s10.avia-section {
    margin-top: -50px;
    z-index: 0;
    position: relative;
}
#top #s10 {
    border-radius: 16px 16px 0px 0px;
}
@media only screen and (max-width:989px) {
    #top .wpcf7-form p label .wpcf7-form-control-wrap {
        width: 100%;
    }
    #top .wpcf7-form p label {
        font-size: 16px;
    }
    #top .wpcf7-form p:has([type="submit"]) {
        max-width: 100%;
        width: 100%;
    }
    #top  .wpcf7-form [type="submit"] {
        width: 100%;
    }
    #top .wpcf7-form {
        margin-top: 10px;
        padding: 0px 20px;
    }
    #top #main #s10.avia-section .flex_column:nth-of-type(2) {
      padding: 45px 0px;
    }
    #top #main #s10.avia-section .template-page {
        padding-top: 150px;
    }
}

/*header*/
#top #header .logo > a {
    display: flex;
    align-items: center;
}
#top #header .logo img {
    max-height: 50px;
}
#top #header .avia-menu-fx {
    display: none;
}
#header .avia-menu > ul > li.menu-item {
    position: relative;
}
#header .avia-menu > ul > li.menu-item > a {
    padding-left: 20px;
    padding-right: 20px;
}
#header .avia-menu > ul > li.menu-item:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #DDDDDD;
}
#header .avia-menu > ul > li.menu-item:nth-last-of-type(2):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #DDDDDD;
    right: 0px;
    left: auto;
}
#top #header .avia-menu > ul > li .avia-menu-text {
    color: #000000;
    font-weight: 300;
    font-size: 13px;
}
@media only screen and (max-width:1199px) {
    #header .avia-menu > ul > li.menu-item > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*footer*/
#top #footer-page {
    width: calc(100% - 100px);
    margin: 0px auto;
    float: none;
    border-radius: 15px;
}
#top #footer-page .entry-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#top #footer-page .entry-content-wrapper > .flex_column {
    margin: 0px;
    padding: 0px;
}
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(1) {
    width: 221px;
}
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(3) {
    width: 300px;
    color: white;
    text-align: right;
    font-size:13px !important;
}
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) {
    width: calc(100% - 521px);
}
#top #footer-page .widget_nav_menu,
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul > li > a,
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul > li,
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
    color: white;
    transition: 0.5s;
}
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul > li > a:hover {
    background-color: transparent;
    opacity: 0.7;
}
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul {
    display: flex;
    aling-content: center;
    justify-content: flex-end;
}
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul > li {
    margin-left: 0px;
    padding: 0px 20px;
    border-right: 1px solid rgb(241 244 248 / 50%);
}
#top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul > li:first-child {
    border-left: 1px solid rgb(241 244 248 / 50%);
}
@media only screen and (max-width:1199px) {
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(3) {
        width: 100%;
        color: white;
        text-align: center;
        margin-top: 20px;
    }
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) {
        width: calc(100% - 221px);
    }
}
@media only screen and (max-width:989px) {
    #top #footer-page {
        width: 94%;
    }
}
@media only screen and (max-width:767px) {
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) {
        width: 100%;
    }
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul {
        justify-content: center;
        margin-top: 30px;
    }
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(1) {
        width: 100%;
    }
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(1) img {
        width: 100%;
        max-height: 54px;
        display: block;
        left: -3px;
    }
    #top #main #footer-page .template-page {
        padding: 20px 0px 40px 0px;
    }
}
@media only screen and (max-width:549px) {
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(1) .avia-image-container {
        text-align: left;
    }
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul {
        flex-wrap: wrap;
    }
    #top #wrap_all #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul > li {
        border: none;
        border-bottom: 1px solid rgb(241 244 248 / 50%);
        width: 100%;
        padding: 0px;
    }
    #top #wrap_all #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul > li > a {
        text-align: left;
        padding: 10px 0px;
    }
    #top #footer-page .entry-content-wrapper > .flex_column:nth-of-type(2) ul {
        margin-top: 10px;
    }
}
#av_section_1 {
    border-radius: 20px 20px 0px 0px;
}

/*調整*/
#top.single #main article.post-entry:first-child {
    border: none;
    padding: 0;
}
#top.single #main article.post-entry .entry-content-header {
    flex-wrap: wrap;
}
#top.single #main article.post-entry .entry-content-header > * {
    width: 100%;
}
#top #wrap_all .custom-color-heading .av-special-heading-tag {
    font-weight: 100 !important;
    font-family: 'Noto Sans JP','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
#top .avia-button .avia_iconbox_title {
    font-weight: 400;
}
#text-cels p {
    font-weight: 400;
    letter-spacing: 1px;
}
#top #wrap_all #s4 .custom-color-heading .av-special-heading-tag  {
    font-weight: 600 !important;
}
#top #wrap_all #top-message-title.custom-color-heading .av-special-heading-tag {
    font-weight: 300 !important;
}
#title-others h2 {
    margin-top:-10px;
}

#layer_slider_1{
    display: block;
}
#layer_slider_2{
    display: none;
}
@media screen and (max-width:780px) {
    #layer_slider_1{
        display: none;
    }
    #layer_slider_2{
        display: block;
    }
}
/* form */
#top .wpcf7-form .wpcf7-radio input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right:10px;
}

#top .wpcf7-form .wpcf7-radio input[type="radio"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #1570a9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* single,page common */
.single .entry-content-wrapper .post-title {
    font-size: 30px;
    letter-spacing: 3px;
    color:#1e2229;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: 300;
}
#top:not(.home).page article.post-entry .entry-content h2,
#top:not(.home).single article.post-entry .entry-content h2 {
    font-size: 30px;
    letter-spacing: 3px;
    padding-top:34px;
    color:#1e2229;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: 300;
}
#top:not(.home).page article.post-entry .entry-content h2:first-child,
#top:not(.home).single article.post-entry .entry-content h2:first-child {
    padding-top:0px;
}
#top:not(.home).page article.post-entry .entry-content h2::before,
#top:not(.home).single article.post-entry .entry-content h2::before {
    border-bottom: 1px solid #2783b6;
    content: "";
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 100%;
}
#top:not(.home).page article.post-entry .entry-content h3,
#top:not(.home).single article.post-entry .entry-content h3 {
    font-size: 24px;
    letter-spacing: 2.5px;
    padding-left:18px;
    color:#1e2229;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: 300;
}
#top:not(.home).page article.post-entry .entry-content h3::before,
#top:not(.home).single article.post-entry .entry-content h3::before {
    border-left: 2px solid #2783b6;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
#top:not(.home).page article.post-entry .entry-content h4,
#top:not(.home).single article.post-entry .entry-content h4 {
    font-size: 21px;
    letter-spacing: 2px;
    padding-left:18px;
    color:#1e2229;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: 300;
}
#top:not(.home).page article.post-entry .entry-content h4::before,
#top:not(.home).single article.post-entry .entry-content h4::before {
    background: #2783b6;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}
#top:not(.home).page article.post-entry .entry-content h5,
#top:not(.home).single article.post-entry .entry-content h5 {
    font-size: 19px;
    letter-spacing: 1px;
    color:#1e2229;
    line-height: 1.4;
    margin-bottom: 1em;
    font-weight: 300;
}
#top:not(.home).page article.post-entry .entry-content p,
#top:not(.home).single article.post-entry .entry-content p {
    margin-bottom:50px;
    letter-spacing: 0.5px;
}
#top:not(.home).page article.post-entry .entry-content ul,
#top:not(.home).single article.post-entry .entry-content ul {
    list-style: none;
    margin-left: 5px;

}
#top:not(.home).page article.post-entry .entry-content ul,
#top:not(.home).single article.post-entry .entry-content ul,
#top:not(.home).page article.post-entry .entry-content ol,
#top:not(.home).single article.post-entry .entry-content ol {
    margin-bottom:50px;
}
#top:not(.home).page article.post-entry .entry-content ul li,
#top:not(.home).single article.post-entry .entry-content ul li,
#top:not(.home).page article.post-entry .entry-content ol li,
#top:not(.home).single article.post-entry .entry-content ol li {
    padding:0px;
    margin-bottom:10px;
}
#top:not(.home).page article.post-entry .entry-content ul li ul,
#top:not(.home).single article.post-entry .entry-content ul li ul,
#top:not(.home).page article.post-entry .entry-content ol li ol,
#top:not(.home).single article.post-entry .entry-content ol li ol {
    margin-bottom:10px;
}

#top:not(.home).page article.post-entry .entry-content ul > li,
#top:not(.home).single article.post-entry .entry-content ul > li {
    position: relative;
}
#top:not(.home).page article.post-entry .entry-content ul > li:before,
#top:not(.home).single article.post-entry .entry-content ul > li:before {
    position: absolute;
    font-family: var(--khmr-icon);
    content: "\e5cc";
    left: -15px;
    top: 0px;
    color: #2783b6;
}
#top:not(.home).page article.post-entry .entry-content ul ul > li:before,
#top:not(.home).single article.post-entry .entry-content ul ul > li:before {
    content: "\e15b";
    font-size: 12px;
}
#top:not(.home).page article.post-entry .entry-content th,
#top:not(.home).single article.post-entry .entry-content th {
    background-color: #2783b6;
    color:#fff;
    font-weight: normal;
    letter-spacing: 0px;
}
#top:not(.home).page article.post-entry .entry-content td,
#top:not(.home).single article.post-entry .entry-content td,
#top:not(.home).page article.post-entry .entry-content th,
#top:not(.home).single article.post-entry .entry-content th {
    padding: 15px;
    border: 1px solid #bbb;
    font-size: 15px;
}
#top:not(.home).page article.post-entry .entry-content tr,
#top:not(.home).single article.post-entry .entry-content tr {
    background-color: transparent;
}
#top:not(.home).page article.post-entry .entry-content table,
#top:not(.home).single article.post-entry .entry-content table {
    background-color: white;
}
#top:not(.home).page article.post-entry .entry-content thead,
#top:not(.home).single article.post-entry .entry-content thead {
    border-bottom: 2px solid #333;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table),
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table) {
  overflow-x: auto;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
  width: 100%;
  min-width: 650px;
  table-layout: fixed;
  margin-bottom: 1px;
  border-collapse: collapse;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar,
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table),
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table) {
    overflow-x: auto;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar__inner {
    min-height: 5px;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
    width: 100%;
    min-width: 650px;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
    table-layout: fixed;
    margin-bottom: 1px;
    border-collapse: collapse;
}
.main_color tr:nth-child(even) {
    color:var(--enfold-main-color-color);
}
/* h3 */
#top:not(.home).page article.post-entry .entry-content h3 em, 
#top:not(.home).single article.post-entry .entry-content h3 em,
#top:not(.home).page article.post-entry .entry-content h3 strong, 
#top:not(.home).single article.post-entry .entry-content h3 strong {
    display: block;
}
#top:not(.home).page article.post-entry .entry-content h3, 
#top:not(.home).single article.post-entry .entry-content h3 {
    letter-spacing: 1px;
}

/* パンくず */
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    font-weight: 300 !important;
}

/* sidebar */
#top:not(.home) #main .sidebar {
    border: none;
}
#top:not(.home) #main .content {
    border: none;    
}
#top.archive #main .content {
    margin-right: 40px;
}
#top:not(.home) #main .sidebar .inner_sidebar {
    margin: 0px;
}
#top:not(.home) #main .sidebar .widgettitle {
    margin-bottom: 5px;
}
#top:not(.home) #main .sidebar .widgettitle a {
    display: block;
    width: 100%;
    height: 100%;
    color:#1e2229;
    padding: 30px 0px;
    font-weight: normal;
    font-size: 23px;
    letter-spacing: 2px;
    border-top: 1px solid #005aab;
    border-bottom: 1px solid #b6d3e9;
    line-height: 1.5;
}
#top:not(.home) #main .sidebar .widget {
    padding: 0px;
}
#top:not(.home) #main .sidebar .widget li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0px 8px 25px;
    font-size: 15px;
    border-bottom: none;
    font-weight: normal;
    position: relative;
    transition: all 0.2s ease-in-out;
    border: none;
}
#top:not(.home) #main .sidebar .widget li a:before {
    position: absolute;
    content:"";
    left: 5px;
    width:5px;
    height: 1px;
    background-color: #367cb3;
    top: 22px;
}
.main_color .sidebar .current_page_item>a {
    color:#005aab;
}
#top:not(.home) #main .sidebar .widget li a:hover {
    opacity: 1;
    color:#005aab;
}
.widget_nav_menu ul:first-child>.current_page_item {
    background: transparent !important;
    border:0px;
    color:#005aab;
    box-shadow: none !important;
}
#top:not(.home) #main .sidebar .widget {
    margin-bottom: 20px;
}
#top:not(.home) #main .sidebar .widgettitle:not(:has(a)) {
    display: block;
    width: 100%;
    height: 100%;
    color:#1e2229;
    padding: 30px 0px;
    font-weight: 300;
    font-size: 23px;
    letter-spacing: 2px;
    border-top: 1px solid #005aab;
    border-bottom: 1px solid #b6d3e9;
}
#top:not(.home) #main .sidebar .widget {
    margin-bottom: 20px !important;
}

/* bloglist simple */
body .bloglist-simple .read-more-link {
    display: none;
}
body#top .bloglist-simple .entry-content-header {
    display: flex;
    align-items: flex-start;
}
#top #wrap_all .bloglist-simple .post-meta-infos {
    order: 1;
    padding-right: 17px;
    word-break:break-word;
    white-space:nowrap;
    line-height: 70%;
    position: relative;
    top: 0px;
    padding-top: 1px;
}
#top #wrap_all .bloglist-simple .post-meta-infos .blog-categories a,
#top #wrap_all .bloglist-simple .post-title a {
    transition: opacity 0.2s ease-in-out;
}
#top #wrap_all .bloglist-simple .post-meta-infos .blog-categories a:hover,
#top #wrap_all .bloglist-simple .post-title a:hover {
    opacity: 0.7;
}
#top #wrap_all .bloglist-simple .post-meta-infos .text-sep {
    display: none;
}
#top #wrap_all .bloglist-simple .post-meta-infos time {
    font-size: 12px;
    color: #9B9898;
    margin-right: 17px;
    top: 0px;
    margin-top: 0px;
    line-height: 100%;
}
#top #wrap_all .bloglist-simple .post-meta-infos .blog-categories {
    font-size: 0px;
}
#top #wrap_all .bloglist-simple .post-meta-infos .blog-categories a {
    font-size: 12px;
    color: #14A0DE;
    font-weight: 500;
    display: inline-block;
    width:40px;
}
#top #wrap_all .bloglist-simple .post_delimiter {
    display: none;
}
#top .bloglist-simple.post-entry {
    border-top: 1px solid #e9e9e9;
    padding:45px 30px 40px 30px;
}
#top .bloglist-simple.post-entry:last-child {
    border-bottom: 1px solid #e9e9e9;
}
@media only screen and (max-width:767px) {
    body#top .bloglist-simple .entry-content-header {
        flex-wrap: wrap;
    }
    #top #wrap_all .bloglist-simple .post-title {
        margin-top: 10px;
        padding-left: 0px;
        padding-top:10px;
    }
    #top #wrap_all .bloglist-simple .post-meta-infos {
        border-right: 0px;
    }
}
/* トップページピン止め */
article.sticky h2.post-title.entry-title {
    position: relative;
}
article.sticky h2.post-title.entry-title a {
    color: #1A57B1 !important;
}
article.sticky h2.post-title.entry-title::before {
    position: relative;
    font-family: var(--khmr-icon);
    content: "\e6aa";
    font-size: 21px;
    display: inline-block;
    text-align: center;
    line-height: 100%;
    left: -5px;
    color: #1A57B1;
    bottom: -4px;
}

/* ACHIEVEMENT Page */
.page-id-118 #av_section_1 {
    border-radius: 0px;
}
#av_section_3 {
    border-radius: 20px 20px 0px 0px;
}
.page-id-118 #wrap_all {
    background-color: #F1F4F8 !important;
}
.page-id-118 #achievement-title h2 {
    font-weight: 100;
}
.page-id-118 .av_one_third {
    width:25%;
}
.page-id-118 .av_two_third {
    margin-left: 5%;
    width: 70%;
}

.achievement-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.achievement-item {
    float:left;
    margin: 20px 6px;
    transition: 0.5s;
}
.achievement-item:hover {
    opacity: 0.6;
}
.achievement-item a.achievement-url {
    padding:10px 25px 35px;
    background-color: #fff;
    max-width: 270px;
    border-radius: 16px;
    display: block;
}
.achievement-thumb {
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center;     /* 上下中央 */
    height: 160px;           /* 親要素の高さを指定 */
}
.achievement-thumb img {
    max-width: 100%;
    height: auto;
}
.achievement-title {
    font-size:14px;
    font-weight: 400;
    margin-bottom:4px;
}
.achievement-url {
    font-size:12px;
    font-weight: 300;
    color:#C4C4C4;
}
.achievement-content p {
    font-size:12px;
    font-weight: 400;
    color:#000;
}
.achievement-taxonomy {
    display: inline-block;
    padding:5px 8px;
    border-radius: 3px;
    font-size:12px;
    font-weight: 400;
}
.achievement-taxonomy.venture01 {
    color:#9B1115;
    border:1px solid #9B1115;
}
.achievement-taxonomy.venture02 {
    color:#1384BD;
    border:1px solid #1384BD;
}
.achievement-logo {
    margin-top:120px !important;
}
.achievement-logo img {
    width:100%;
    max-width:350px;
}
@media screen and (max-width:1350px){
    .page-id-118 .av_one_third {
        width:100%;
    }
    .page-id-118 .av_two_third {
        margin-left: 0%;
        width: 100%;
    }
    .achievement-list {
        justify-content: center;
    }
    .achievement-logo {
        margin-top:0px !important;
    }
}
/* 2025-10-01 PARTNER非表示対応 */
#top #s7 {
    margin-bottom:150px;
}
#top #s8 {
    display: none;
}