@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,400&display=swap&text=1234567890-");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&display=swap");
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
}

.widget_recent_entries .newslist.newsarea ul {
  margin: 0;
}

.widget_recent_entries .newslist.newsarea ul > li {
  width: 100% !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries .newslist.newsarea dl {
  margin-bottom: 0px;
  padding: 0px 0;
}

.widget_recent_entries .newslist.newsarea dt {
  min-width: auto;
  display: flex;
}

.widget_recent_entries .newslist.newsarea dt > a {
  display: block;
  width: 45%;
  min-width: 45%;
}

.widget_recent_entries .newslist.newsarea dt .metaarea {
  padding-left: 20px;
  font-size: 14px;
}

.widget_recent_entries .newslist.newsarea .cat {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 5px;
}

.widget_recent_entries .newslist.newsarea dd .title {
  padding: 10px 0 0;
}

.widget_categories ul li {
  border-bottom: 1px solid #ddd;
}
.widget_categories ul li a {
  padding: 15px 18px;
  display: block;
  line-height: 1.3;
  position: relative;
  font-size: 14px;
  text-decoration: none;
}
.widget_categories ul li a::after {
  position: absolute;
  content: "\f054";
  top: 50%;
  color: #ccc;
  transform: translateY(-50%);
  right: 10px;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.widget_categories ul li ul li.current {
  background-color: #D9E9F5;
}
.widget_categories > ul > li > a {
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 500;
}
.widget_categories > ul > li > a::after {
  color: #21548F;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
  text-decoration: none;
}

.widget_search .input-group {
  margin-top: 20px;
  padding: 0px 0px 0;
  position: relative;
}

.widget_search .btnarea {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .widget_search .btnarea {
    left: auto;
    right: 0;
    top: 0;
    transform: translateY(0);
    background-color: #21548F;
  }
}

.widget_search .btnarea .btn {
  outline: none;
  background: url("../images/icon_search.svg") no-repeat center center;
  text-align: center;
  display: block;
  height: 21px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .widget_search .btnarea .btn {
    height: 55px;
    width: 55px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMSI+PHBhdGggZD0iTTMuOSAxMy41Yy0yLjUtMi43LTIuNS02LjggMC05LjQgMi4zLTIuNSA2LjItMi42IDguNy0uM2wuMy4zYzIuNSAyLjcgMi41IDYuOCAwIDkuNC0yLjMgMi41LTYuMiAyLjYtOC43LjMtLjItLjEtLjMtLjItLjMtLjN6bTE1LjcgNC44bC00LjMtNC42YzIuMy0zLjUgMS45LTguMS0xLTExLjItMy0zLjMtOC4yLTMuNC0xMS40LS40LS4yLjItLjQuMy0uNS41LTMuMiAzLjUtMy4yIDguOSAwIDEyLjQgMi44IDMgNy40IDMuNCAxMC43IDFsNC4zIDQuNWMuNi42IDEuNS42IDIuMS4xbC4xLS4xYy42LS42LjYtMS42IDAtMi4yeiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-size: 25px auto;
  }
}

.widget_search input[type=search].form-control {
  width: 100%;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  background-color: transparent;
  padding-left: 35px;
  height: 40px;
  list-style: 38px;
}

.widget_search .input-group-btn {
  position: relative;
}

.widget_archive .screen-reader-text {
  display: none;
}

.widget_categories select,
.widget_archive select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 42px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc !important;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .widget_categories select,
  .widget_archive select {
    border-radius: 0px;
    height: 55px;
    line-height: 53px;
    font-size: 16px;
  }
}

.widwidget_categoriesget_archive select::-ms-expand,
.widget_archive select::-ms-expand {
  display: none;
}

.widget_categories .inner,
.widget_archive .inner {
  padding: 20px 0px 0;
}

.widget_categories .selectWrap,
.widget_archive .selectWrap {
  position: relative;
  background-color: #fff;
}

.widget_categories .selectWrap::before,
.widget_archive .selectWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 40px;
  width: 46px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media screen and (max-width: 767px) {
  .widget_categories .selectWrap::before,
  .widget_archive .selectWrap::before {
    height: 55px;
    width: 55px;
    background-color: #21548F;
  }
}

.widget_categories .selectWrap::after,
.widget_archive .selectWrap::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 1;
  color: #21548F;
  top: 55%;
  transform: translateY(-50%);
  bottom: 0;
  margin: auto 0;
  right: 19px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .widget_categories .selectWrap::after,
  .widget_archive .selectWrap::after {
    color: #fff;
    right: 27px;
    top: 58%;
  }
}

.sidebar-widget {
  margin: 0 0 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sidebar-widget {
    margin-bottom: 10px;
  }
}

.sidebar-widget__title {
  margin-top: 0;
  border-top: 1px solid #21548F;
  border-bottom: 1px solid #21548F;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
  padding: 18px 0 18px;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sidebar-widget__title {
    padding: 12px 0 12px;
    font-weight: bold;
    margin-top: 0;
    font-size: 15px !important;
    margin-bottom: 20px !important;
    text-align: left;
    display: none;
  }
}
.sidebar-widget__title span {
  margin: 0 10px;
}

.sidebar-widget__title a {
  display: block;
  padding: 0 0 0 15px !important;
}

.sidebar-widget__title a:hover {
  text-decoration: none;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .widget-area {
    padding: 0 15px 0px;
    letter-spacing: -0.4em;
  }
  .widget_recent_entries {
    display: none;
  }
  .widget.widget_recent_entries ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0px 0 0px 0px;
    margin: 26px -15px 0 !important;
  }
  .widget_recent_entries .newslist.newsarea ul > li {
    width: 50% !important;
    padding: 0 15px 10px !important;
    border-bottom: 0;
  }
  .widget_recent_entries .newslist.newsarea dt > a {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .widget_recent_entries .newslist.newsarea dt {
    display: block;
  }
  .widget.widget_recent_entries li a,
  .widget.widget_archive li a {
    position: relative;
    padding: 18px 0 0px 0px;
    color: #333;
    font-size: 14px;
  }
  .widget_recent_entries .newslist.newsarea .metaarea {
    margin: 10px 0 0;
    padding-left: 0px !important;
    font-size: 12px !important;
  }
  .widget_recent_entries .newslist.newsarea a.cat {
    text-decoration: none;
    width: 60px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 10px;
    padding: 0;
    margin-bottom: 0;
  }
  .widget_categories .inner, .widget_archive .inner {
    padding: 0px 0px;
    padding: 0px 0px;
    position: relative;
  }
  .widget_categories ul li {
    padding: 0px 0;
    letter-spacing: normal;
    display: block;
    position: relative;
    vertical-align: top;
  }
  .widget.widget_recent_entries li, .widget.widget_archive li {
    padding: 10px 0;
  }
  .widget_search {
    /*width: 50%;*/
    width: 100%;
    /*padding-right: 5px;*/
    padding-right: 0px;
    display: block;
    vertical-align: top;
  }
  .widget_search .input-group {
    margin-top: 0;
    padding: 0px 0px;
    display: block;
    border-collapse: collapse;
  }
  .widget_search form .input-group {
    height: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .widget_search form .input-group {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .widget_search input[type=search].form-control,
  .widget_search input[type=text].form-control {
    height: 40px;
    line-height: 40px;
    border-radius: 5px !important;
    width: 100%;
    padding: 0 10px;
    display: block !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .widget_search input[type=search].form-control,
  .widget_search input[type=text].form-control {
    height: 55px;
    line-height: 53px;
    font-size: 16px;
    border-radius: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .widget_archive {
    /*width: 50%;*/
    width: 100%;
    /*padding-right: 5px;*/
    padding-right: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .widwidget_categoriesget_archive select::-ms-expand,
  .widget_archive select::-ms-expand {
    display: none;
  }
  ::-moz-placeholder { /* Others */
    color: #2F2F2F;
  }
  ::placeholder { /* Others */
    color: #2F2F2F;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Kanit", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #333;
  min-width: 1200px;
  /*	min-width: 1400px;*/
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden !important;
}

.h1,
h1 {
  font-size: 26px;
}

a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
}

a:link,
a:visited {
  color: #333;
}

img {
  height: auto;
  max-width: 100%;
}

.container {
  width: 1128px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

main article {
  padding-bottom: 0px;
}
.home main article {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  main article {
    padding-bottom: 0px;
  }
}

.columns {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
    padding-top: 29px;
  }
}
.columns aside {
  width: 240px;
  order: 1;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .columns aside {
    width: 100%;
    padding-bottom: 20px;
  }
  .single-post .columns aside {
    display: none;
  }
}
.columns main {
  width: 803px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .columns main {
    width: 100%;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #333;
  outline: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .navbar-default .navbar-nav > li.current-menu-item > a:before,
  .navbar-default .navbar-nav > li > a:hover:before,
  .navbar-default .navbar-nav > li > a:focus:before {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .header .container-fluid {
    min-width: 1160px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #333;
    outline: none;
    padding: 8px 0 0 0;
    height: 79px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
  .navbar-default .navbar-nav > li > a span {
    color: #666666;
    outline: none;
    padding: 8px 0 0 0;
    height: 79px;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    margin-top: 6px;
  }
}
/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*共通*/
.fr {
  list-style: none;
  display: flex;
}

.fr.between {
  display: flex;
  justify-content: space-between !important;
}

.fr.start {
  display: flex;
  justify-content: flex-start !important;
}

.fr.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.fr.wrap {
  display: flex;
  flex-wrap: wrap;
}

.fr.center {
  display: flex;
  justify-content: center;
}

.fr.hcenter {
  display: flex;
  align-items: center;
}

.fr.bottom {
  display: flex;
  align-items: flex-end !important;
}

.fr.top {
  display: flex;
  align-items: flex-start !important;
}

/*btns*/
.btn {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 6px;
}

#header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s;
  background-color: #fff;
}
#header .header-top {
  background-color: #21548f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  #header .header-top {
    display: none;
  }
}
#header .header-top p {
  font-size: 14px;
  font-weight: bold;
}
#header .header-top .bogo-language-switcher {
  display: flex;
}
#header .header-top .bogo-language-switcher li {
  position: relative;
  padding: 0 0 0 20px;
}
#header .header-top .bogo-language-switcher li span:first-child {
  display: none;
}
#header .header-top .bogo-language-switcher li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}
#header .header-top .bogo-language-switcher li:nth-child(2) {
  order: 1;
}
#header .header-top .bogo-language-switcher li:nth-child(2):after {
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  content: "";
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #fff;
}
#header .header-top .bogo-language-switcher li:first-child {
  order: 2;
}
#header .header-top .bogo-language-switcher li.current a {
  font-weight: 700;
}

@media (min-width: 768px) {
  .navbar-offcanvas .menu-globalmenu-container {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.fixed.header .navbar-default .navbar-collapse {
  width: 300px;
  float: none !important;
  margin: 0px 0px 0 0px;
  /*margin-top: 32px;*/
  padding: 0 0px 0 0;
  transition: all 0.1s;
  display: none !important;
  position: absolute;
  right: 0;
  /*transition: width 0.2s ease-out;*/
}

.navbar-header {
  display: flex;
  justify-content: space-between;
  float: none;
  position: relative;
  align-items: center;
}

.navbar-header:before,
.navbar-header:after {
  display: none;
}

.fixed.header .navbar-collapse.collapse {
  display: none !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

@media (min-width: 767px) {
  .fixed.header + .wrapper {
    padding-top: 100px;
  }
}
.wrapper {
  padding-top: 100px;
}

#contents {
  margin-top: 0px;
  padding-bottom: 0;
}

.navbar-brand {
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
}

.social_link {
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px 0 0;
}

#glt-translate-trigger {
  display: none;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 62px;
    overflow: hidden;
  }
  #contents {
    margin-top: 0px;
    padding-top: 0px;
    background-size: 100% auto !important;
  }
}
@media screen and (max-width: 480px) {
  #contents {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  #header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .logo {
    display: inline-block;
    margin: 0px 0 0px 0px;
    vertical-align: top;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  #contents {
    min-height: 500px;
  }
  .navbar-brand {
    background: url(../images/logo.svg) no-repeat;
    background-size: 100% auto;
    width: 187px;
    height: 50px;
    padding: 0px;
  }
  .gnavi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .gnavi .headbtns {
    list-style: none;
  }
  .gnavi .headbtns li a {
    width: 50px;
    height: 50px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gnavi .headbtns li.dl a {
    background-color: #21548f;
  }
  .gnavi .headbtns li.mail a {
    background-color: #ff4000;
  }
  .gmenu {
    vertical-align: top;
    display: inline-block;
    margin: 0px 40px 0px 0px;
  }
  .gmenu ul.navi {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    height: 76px;
  }
  .gmenu ul.navi > li {
    margin: 0;
    padding: 0;
    position: static;
    cursor: pointer;
  }
  .gmenu ul.navi > li > a {
    display: block;
    color: #000;
    height: 76px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding: 0 16px;
    font-size: 16px;
    transition: none;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    transition: all 0.2s;
  }
  .gmenu ul.navi > li > a::before {
    opacity: 0;
    content: "";
    width: 58px;
    height: 4px;
    background-color: #21548f;
    display: block;
    position: absolute;
    left: 50%;
    transition: all 0.2s;
    transform: translateX(-50%);
    bottom: 0;
  }
  .gmenu ul.navi > li:hover > a::before, .gmenu ul.navi > li.current_page_item > a::before, .gmenu ul.navi > li.current-menu-parent > a::before,
  .gmenu ul.navi > li > a:hover::before {
    opacity: 1;
  }
  .single-overseas .gmenu ul.navi > li.menu-overseas > a::before, .post-type-archive-overseas .gmenu ul.navi > li.menu-overseas > a::before {
    opacity: 1;
  }
  .single-products .gmenu ul.navi > li.menu-products > a::before, .post-type-archive-products .gmenu ul.navi > li.menu-products > a::before {
    opacity: 1;
  }
  .page-application .gmenu ul.navi > li.menu-performance > a::before {
    opacity: 1;
  }
  .page-company .gmenu ul.navi > li.menu-company > a::before {
    opacity: 1;
  }
  .gmenu ul.navi > li.menu-item-has-children:before {
    content: "";
    width: 100%;
    height: 0;
    background-color: #f6f6f6;
    position: absolute;
    left: 0;
    top: 76px;
    transition: all 0.2s;
  }
  .gmenu ul.navi > li.menu-item-has-children > a {
    cursor: pointer;
    position: relative;
  }
  .gmenu ul.navi > li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 10px;
    margin-left: 5px;
  }
  .gmenu ul.navi > li.menu-item-has-children:hover:before {
    height: 250px;
    transition: all 0.2s;
    display: block;
  }
  .gmenu ul.navi > li ul.sub-menu {
    cursor: default;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 1080px;
    height: 250px;
    margin: 0 -5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    height: 0;
    transition: all 0.1s;
  }
  .gmenu ul.navi > li ul.sub-menu > li {
    width: 33.333%;
    padding: 0 12px;
    margin: 0 0px;
  }
  .gmenu ul.navi > li ul.sub-menu > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 80px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 24px 0;
    text-decoration: none;
    line-height: 1;
  }
  .gmenu ul.navi > li ul.sub-menu > li a:hover {
    background-color: #21548f;
    color: #fff;
  }
  .gmenu ul.navi > li.menu-item-has-children.menu-company ul.sub-menu > li {
    width: 25%;
  }
  .gmenu ul.navi > li:hover ul.sub-menu {
    height: 180px;
    transition: all 0.2s;
    padding: 0px 0 0;
  }
  .gmenu ul.navi > li:last-child {
    margin-left: 10px;
  }
  .gmenu ul.navi > li:last-child a {
    color: #fff;
    background-color: #fe7313;
    height: 44px;
    display: block;
    border-radius: 22px;
    line-height: 44px;
    padding: 0 60px;
  }
  .gmenu ul.navi > li:last-child a:before {
    display: none;
  }
  .gmenu ul.navi > li:last-child a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .home #contents {
    padding-top: 0px;
  }
  .navbar-header .rightmenu {
    display: none;
  }
}
/*menu*/
@media screen and (max-width: 767px) {
  .navbar-toggle {
    outline: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 20px;
    display: block !important;
    float: none;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px !important;
    margin-bottom: 0px;
    background-image: none;
    border: 0;
    height: 62px;
    width: 62px;
    z-index: 1001;
    right: 0;
    background: #21548f url("../images/sp_icon_menu.svg") no-repeat center center;
    background-size: 30px 14px;
  }
  .navbar-toggle.is-active {
    transition: all 0.2s;
    background: #21548f url("../images/icon_close.svg") no-repeat center center;
    background-size: 27px 27px;
  }
  .navbar-toggle:focus {
    background-color: #21548f;
  }
  .navbar-toggle:hover {
    background-color: #21548f;
  }
  .navbar-toggle.is-open:focus,
  .navbar-toggle.is-open:hover {
    background-color: #21548f;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
  }
  .navbar-collapse.in {
    height: 100% !important;
    background-color: #00a63b;
  }
  .navbar-toggle {
    display: none !important;
  }
}
.page-header {
  margin: 0 0px;
  padding: 0 0;
  position: relative;
  border-bottom: 0;
  overflow: visible;
}
.page-header .inner {
  border-radius: 0;
  margin-right: 0px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  display: flex;
}
.page-header .inner::before {
  content: "";
  display: block;
  min-width: calc(50% - 540px);
}
@media screen and (max-width: 767px) {
  .page-header .inner::before {
    min-width: 70px;
  }
}
.page-header .inner .mv {
  flex-grow: 3;
  height: 350px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .page-header .inner .mv {
    height: 260px;
    border-radius: 0;
  }
}
.page-header .inner .ttlarea {
  position: absolute;
  top: 50%;
  left: calc(50% - 700px);
  transform: translateY(-50%);
  text-align: left;
  height: auto;
  padding-top: 0px;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 1460px) {
  .page-header .inner .ttlarea {
    left: 30px;
  }
}
.page-header .inner .ttlarea .h1 {
  font-size: 70px;
  padding-top: 0px;
  margin: 0 0 5px;
  line-height: 1;
  letter-spacing: 0;
  color: #21548f;
  /*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;*/
}
@media screen and (max-width: 767px) {
  .page-header .inner .ttlarea .h1 {
    font-size: 48px;
  }
}
.page-header .inner .ttlarea .h1 + .ttl {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-header .inner .ttlarea .h1 + .ttl {
    font-size: 16px;
  }
}
.page-aboutus .page-header .mv {
  background-image: url(../images/bg-cew.jpg);
}
@media screen and (max-width: 767px) {
  .page-aboutus .page-header .mv {
    background-image: url(../images/sp-bg-cew.jpg);
  }
}
.search .page-header .mv, .single-post .page-header .mv, .archive .page-header .mv, .blog .page-header .mv {
  background-image: url(../images/bg_news.jpg);
}
@media screen and (max-width: 767px) {
  .search .page-header .mv, .single-post .page-header .mv, .archive .page-header .mv, .blog .page-header .mv {
    background-position: 0px center;
    background-size: cover;
    background-image: url(../images/sp-bg-news.jpg);
  }
}
.post-type-archive-products .page-header .mv, .single-products .page-header .mv {
  background-image: url(../images/bg-products.jpg);
}
@media screen and (max-width: 767px) {
  .post-type-archive-products .page-header .mv, .single-products .page-header .mv {
    background-image: url(../images/sp-bg-products.jpg);
  }
}
.page-application .page-header .mv {
  background-image: url(../images/bg-performance.jpg);
}
@media screen and (max-width: 767px) {
  .page-application .page-header .mv {
    background-image: url(../images/sp-bg-performance.jpg);
  }
}
.page-company .page-header .mv {
  background-image: url(../images/bg-company.jpg);
}
@media screen and (max-width: 767px) {
  .page-company .page-header .mv {
    background-image: url(../images/sp-bg-company.jpg);
  }
}
.page-thanks .page-header .mv, .page-contact .page-header .mv {
  background-image: url(../images/bg-contact.jpg);
}
@media screen and (max-width: 767px) {
  .page-thanks .page-header .mv, .page-contact .page-header .mv {
    background-image: url(../images/sp-bg-contact.jpg);
  }
}
.page-privacy .page-header .mv {
  background-image: url(../images/bg-privacy.jpg);
}
@media screen and (max-width: 767px) {
  .page-privacy .page-header .mv {
    background-image: url(../images/sp-bg-privacy.jpg);
  }
}
.archive .page-header .mv, .post-type-archive-products .page-header .mv, .single-products .page-header .mv, .page-application .page-header .mv, .page-company .page-header .mv {
  display: none;
}

.post-type-archive-products .page-header .inner .ttlarea,
.single-products .page-header .inner .ttlarea,
.page-application .page-header .inner .ttlarea,
.page-company .page-header .inner .ttlarea {
  display: none;
}

.gmenu .nolink {
  cursor: pointer;
}

.gmenu .nolink:before {
  cursor: default;
}

.nolink > a {
  pointer-events: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .gmenu {
    display: none;
  }
  .gmenu + .lang,
  .spmenu + .lang {
    display: none;
  }
  .navbar-header {
    height: 62px;
  }
  .navbar-default {
    padding-left: 0;
    padding-right: 0;
  }
  #header .logo {
    display: inline-block;
    margin: 0px 0 0px 20px;
  }
  .navbar-brand {
    background: url(../images/logo.svg) no-repeat;
    background-size: auto 100%;
    width: 150px;
    height: 40px;
    margin: 0;
  }
  #header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    transition: all 0.2s;
    height: 62px;
    z-index: 2;
    background-color: #fff;
  }
  #header .headbtns {
    display: none;
  }
  .navbar {
    position: relative;
    min-height: 62px;
    margin-bottom: 20px;
    border: 0px solid transparent;
  }
  .navbar .container-fluid {
    min-height: 62px;
  }
  .spmenu.c-offcanvas {
    background-color: #21548f;
    /*		overflow: visible;*/
  }
  .spmenu.c-offcanvas .spmenuarea {
    margin-top: 70px;
    height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .spmenu.c-offcanvas .inner {
    padding: 0 30px 100px;
  }
  .spmenu.c-offcanvas .bogo-language-switcher {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }
  .spmenu.c-offcanvas .bogo-language-switcher li {
    width: 50%;
    position: relative;
    padding: 0 0 0 0px;
  }
  .spmenu.c-offcanvas .bogo-language-switcher li span:first-child {
    display: none;
  }
  .spmenu.c-offcanvas .bogo-language-switcher li span:last-child {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
  }
  .spmenu.c-offcanvas .bogo-language-switcher li a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    padding: 0 0px;
    text-align: center;
  }
  .spmenu.c-offcanvas .bogo-language-switcher li:nth-child(2) {
    order: 1;
  }
  .spmenu.c-offcanvas .bogo-language-switcher li:nth-child(2) span {
    border-right: none;
  }
  .spmenu.c-offcanvas .bogo-language-switcher li:first-child {
    order: 2;
  }
  .spmenu.c-offcanvas .bogo-language-switcher li.current a {
    font-weight: 700;
  }
  .spmenu.c-offcanvas ul {
    list-style: none;
  }
  .spmenu.c-offcanvas .navi li a {
    padding: 10px 15px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-decoration: none;
    position: relative;
  }
  .spmenu.c-offcanvas .navi li.menu-item-has-children {
    position: relative;
  }
  .spmenu.c-offcanvas .navi li.menu-item-has-children span {
    top: 0px;
    position: absolute;
    right: -15px;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
  }
  .spmenu.c-offcanvas .navi li.menu-item-has-children span i {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
  }
  .spmenu.c-offcanvas .navi li.menu-item-has-children span.active i:before {
    content: "\f077";
  }
  .spmenu.c-offcanvas .navi li.menu-item-has-children > a {
    /*
    						&:after {
    							font-weight: bold;
    							font-size: 15px;
    							top: 50%;
    							transform: translateY(-50%);
    							position: absolute;
    							right: 15px;
    							content: "\f067";
    							font-family: "Font Awesome 5 Free";
    						}
    */
  }
  .spmenu.c-offcanvas .navi li.menu-item-has-children > a.active:after {
    /*content: "\f068";*/
  }
  .spmenu.c-offcanvas .navi li.menu-item-has-children .sub-menu {
    display: none;
  }
  .spmenu.c-offcanvas .navi li.menu-item-has-children .sub-menu li a {
    padding: 20px 15px 20px 2em;
  }
  .c-offcanvas--right {
    width: 75%;
  }
  .c-offcanvas-bg.is-animating,
  .c-offcanvas-bg.is-open {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .navbar-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  .navbar-nav {
    margin: 0 0px 0 0;
  }
  .navbar-nav > li {
    width: auto;
    position: relative;
  }
  .navbar-nav > li ul {
    display: none;
  }
  .navbar-nav > li ul.sub-menu {
    display: none;
  }
  .navbar-nav > li:hover ul.sub-menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 111px;
    left: calc(50% - 90px);
    background-color: #fff;
    width: 180px;
    text-align: center;
    padding: 10px 0;
  }
  .navbar-nav > li:hover ul.sub-menu li {
    text-align: center;
  }
  .navbar-nav > li:hover ul.sub-menu li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
  }
  .navbar-nav > li:hover ul.sub-menu li a:hover {
    background-color: #eee;
  }
  .navbar-default .navbar-collapse {
    transition: all 0.1s;
    margin-top: 32px;
    padding: 0;
    width: 100%;
  }
}
.sub-page-contents > .bread {
  background-color: #fff;
}

.breadcrumbs {
  display: none;
  line-height: 72px;
  padding: 25px 0;
  margin: 0px;
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 1.3;
  color: #525252;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0;
    line-height: 1.3;
    height: auto;
  }
}
.breadcrumbs a {
  text-decoration: none;
  font-size: 11px;
  color: #525252;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 10px !important;
  }
}
.breadcrumbs strong {
  margin-left: 5px;
  font-weight: normal;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs strong {
    font-size: 10px !important;
  }
}

.pagination li > span {
  border-color: #337ab7;
  color: #fff;
}

/**
* .section
*/
section {
  margin-bottom: 0px;
  display: block;
  position: relative;
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 42px 0;
  }
}
section .anchor {
  position: absolute;
  top: -102px;
}
@media screen and (max-width: 767px) {
  section .anchor {
    top: -65px;
  }
}

/*メインイメージ*/
.mainslide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mainslide {
    min-width: auto;
    padding-bottom: 0px;
  }
}
.mainslide .titletxt {
  text-align: left;
  height: auto;
  padding-top: 0px;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt {
    min-width: auto;
    top: 220px;
    left: 20px;
  }
}
.mainslide .titletxt .title {
  margin-bottom: 0px;
  font-size: 85px;
  line-height: 1;
  position: relative;
  margin-bottom: 0px;
  letter-spacing: 0;
  font-weight: 700;
}
.mainslide .titletxt .title span {
  color: #21548f;
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt .title {
    font-size: 45px;
    margin-bottom: 10px;
  }
}
.mainslide .titletxt p {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.mainslide .inner {
  border-radius: 0;
  margin-right: 0px;
  margin-left: 0;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mainslide .inner {
    overflow: visible;
  }
}
.mainslide .ytbtn {
  position: absolute;
  top: 67px;
  right: 40px;
  margin-left: 0px;
}
.mainslide .ytbtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .mainslide .ytbtn {
    right: 20px;
    top: auto;
    bottom: 120px;
  }
}
.mainslide .ytbtn img {
  width: 375px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mainslide .ytbtn img {
    width: 254px;
  }
}
.mainslide .scroll {
  height: 145px;
  position: absolute;
  text-align: right;
  bottom: -45px;
  left: 20px;
  margin-left: 0px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mainslide .scroll {
    left: 30px;
    bottom: -37px;
  }
}
.mainslide .scroll a {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
}
.mainslide .scroll a:before {
  position: absolute;
  content: "";
  height: 80px;
  width: 1px;
  display: block;
  background-color: #000;
  top: 60px;
  left: 23px;
}
.mainslide .scroll a span {
  display: block;
  transform: rotate(-90deg);
  color: #000;
  font-size: 15px;
  font-weight: bold;
  width: 8em;
  position: absolute;
  top: 40px;
  left: -37px;
  letter-spacing: 0.05em;
}
.mainslide #main_visual {
  height: auto;
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  overflow: inherit;
}
@media screen and (max-width: 767px) {
  .mainslide #main_visual {
    height: calc(100vh - 100px);
  }
}
.mainslide #main_visual .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.home .mainslide .slick-slide {
  height: calc(100vh - 250px);
  min-height: auto !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: none;
  /* opacity    : 0;*/
}
@media screen and (max-width: 767px) {
  .home .mainslide .slick-slide {
    height: 207px;
  }
}
.home .mainslide .slick-slide span {
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes bgAnime {
  0% {
    /*opacity: 0;*/
    transform: scale(1.1, 1.1);
  }
  /*  10% { transform: scale(1.3, 1.3); }
   30% { transform: scale(1.3, 1.3); }
  60% { transform: scale(1.2 1.2); }
  80% { transform: scale(1.1, 1.1); }*/
  100% {
    transform: scale(1, 1);
  }
}
.home .mainslide #main_visual > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-image: url(../images/mainimage.jpg);
}
@media screen and (max-width: 767px) {
  .home .mainslide #main_visual > div {
    background-image: url(../images/mainimage.jpg);
  }
}

.home .topicarea {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .home .topicarea {
    height: 50px;
    margin-top: 0px;
    padding: 0 0 0 20px;
  }
}
.home .topicarea dl {
  display: flex;
  width: 48%;
  margin: 0;
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .topicarea dl {
    width: 90%;
    top: -40px;
    left: 10%;
  }
}
.home .topicarea dt {
  max-width: 95px;
  width: 95px;
  flex-grow: 2;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  min-width: 70px;
  font-weight: 700;
  z-index: 2;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .home .topicarea dt {
    font-size: 16px;
    min-width: 70px;
    width: 70px;
    max-width: 70px;
  }
}
.home .topicarea dt::before {
  z-index: -1;
  transform: skewX(-10deg);
  content: "";
  /*ボックスを作る*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  z-index: -1;
  width: 95px;
  background-color: #21548f;
}
@media screen and (max-width: 767px) {
  .home .topicarea dt::before {
    width: 70px;
  }
}
.home .topicarea dd {
  width: calc(100% - 95px);
  background-color: #fff;
  padding-left: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home .topicarea dd {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 70px);
    padding: 0 20px 0 30px;
    text-align: left;
    font-size: 12px;
  }
}
.home .topicarea dd > div {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .home .topicarea dd > div {
    display: block;
    margin: 3px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home .topicarea dd > div > span {
    display: block;
    font-size: 10px;
    line-height: 1;
  }
}
.home .topicarea dd a span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .home .topicarea dd a span {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.home .topicarea dd a {
  text-decoration: none;
  padding: 0 0px 0 15px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  width: 100%;
}
.home .topicarea dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .home .topicarea dd a {
    font-size: 12px;
    padding: 0;
  }
}

.ancer {
  position: absolute;
  top: -50px;
}

.home .sec-about .ancer {
  position: absolute;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .home #main {
    padding-top: 0px;
  }
  .home .minislider.slick-prev,
  .home .minislider.slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /*6*/
  .mainslide .container > .row > .col-md-12 {
    padding: 0;
  }
  .container-fluid .mainslide .inner {
    margin-right: 0px;
    margin-left: 0px;
  }
}
/*==================================================
 * layout
 *================================================*/
#container {
  /*overflow: hidden;*/
  position: relative;
  min-height: 100%;
}

.sub-page-contents {
  padding-top: 0px;
}

#main {
  margin-bottom: 0px;
}

.page-template-front-page #main,
.page-template-rich-front-page #main {
  margin-bottom: 0;
}

.sub-page-contents .entry {
  background-color: transparent;
}

@media (min-width: 992px) {
  .col-md-pull-9 {
    right: 760px;
  }
  .col-md-push-3 {
    left: 340px;
  }
}
.entry:before,
.entry:after {
  content: " ";
  display: table;
}

.entry:after {
  clear: both;
}

.entry__title {
  margin: 0 0 10px;
  color: #445853;
  font-size: 28px;
  font-weight: normal;
}

.entry__content:before,
.entry__content:after {
  content: " ";
  display: table;
}

.entry__content {
  padding: 0px;
  margin-bottom: 0px;
}

.category .entry__content,
.search .entry__content,
.blog .entry__content,
.single-post .entry__content,
.date .entry__content {
  padding-top: 30px;
}

.entry__content p {
  line-height: 1.8;
  word-wrap: break-word;
}

.home .entry__content p {
  margin-bottom: 0;
}

.entry__content:after {
  clear: both;
}

.entry__content > *:first-child {
  margin-top: 0;
}

.blogarea {
  background-color: #f5f5f5;
  padding-bottom: 20px !important;
}

.blogarea .section {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .blogarea .section {
    margin: 0 0px 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry__content {
    padding: 0px 0px;
    margin-bottom: 0px;
  }
  .entry__content .fr {
    display: block;
  }
  .entry__content .col-md-9 {
    padding: 0 20px 30px;
    width: 100%;
  }
  .entry__content .col-md-3 {
    padding: 0 20px;
    width: 100%;
  }
  .category .entry__content,
  .search .entry__content,
  .blog .entry__content,
  .single-post .entry__content,
  .date .entry__content {
    padding-top: 40px;
  }
}
/*==================================================
 * header
 *================================================*/
.header {
  position: relative;
  z-index: 5;
}

.header__content {
  /* display: table;
   width: 100%;
  */
}

/**
 * .site-branding
 */
.site-branding {
  padding: 20px 0;
}

.site-branding__heading {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 480px) {
  .site-branding__heading {
    font-size: 26px;
  }
}
.site-branding__logo {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 480px) {
  .site-branding__logo {
    font-size: 26px;
  }
}
.site-branding a {
  text-decoration: none;
}

/*==================================================
 * sub
 *================================================*/
@media screen and (max-width: 767px) {
  .sidebar {
    padding-top: 0px;
    margin: 0 -15px;
  }
}
.input-group .form-control {
  z-index: 0 !important;
}

.form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

/*フッタCTA*/
section.sec_cta {
  padding: 70px 0;
  background: url(../images/bg-top.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section.sec_cta {
    padding: 40px 0;
    background: url(../images/sp-bg-top.jpg) no-repeat center;
    background-size: cover;
  }
}
section.sec_cta .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.sec_cta .inner .midashi {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .midashi {
    margin-bottom: 10px;
  }
}
section.sec_cta .inner .midashi > p {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .midashi > p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
section.sec_cta .inner .midashi > p small {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .midashi > p small {
    font-size: 11px;
    font-weight: 400;
  }
}
section.sec_cta .inner .fr {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .fr {
    display: block;
  }
}
section.sec_cta .inner .fr .frame {
  padding: 40px 40px;
  background-color: #fff;
  text-align: center;
  flex: 1;
  margin: 0 1px;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .fr .frame {
    display: block;
    margin: 0 0 1px;
    padding: 30px 20px;
  }
}
section.sec_cta .inner .fr .frame .ttl {
  font-size: 20px;
  margin-bottom: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .fr .frame .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
section.sec_cta .inner .fr .frame .tel a {
  display: block;
  font-size: 36px;
  font-weight: 900;
  text-decoration: none;
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .fr .frame .tel a {
    font-size: 32px;
    pointer-events: auto;
    margin-top: -10px;
  }
}
section.sec_cta .inner .fr .frame .tel a i {
  color: #21548f;
  font-size: 22px;
  transform: rotate(20deg);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .fr .frame .tel a i {
    font-size: 22px;
  }
}
section.sec_cta .inner .fr .frame .tel p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .fr .frame .tel p {
    font-size: 14px;
  }
}
section.sec_cta .inner .fr .frame .contactbtn a {
  flex: 1;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  color: #fff;
  padding: 0;
  width: 280px;
}
section.sec_cta .inner .fr .frame .contactbtn a.mailbtn {
  background-color: #fe7313;
}
section.sec_cta .inner .fr .frame .contactbtn a.mailbtn span {
  display: inline-block;
  background: url(../images/icon-mail.svg) no-repeat left center;
  background-size: 19px 13px;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  section.sec_cta .inner .fr .frame .contactbtn a.mailbtn span {
    font-weight: 700;
  }
}
section.sec_cta .inner .fr .frame .contactbtn a:hover {
  opacity: 0.8;
}
section.sec_cta p.q {
  margin-top: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.sec_cta p.q {
    font-size: 13px;
  }
}
section.sec_cta p.q a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.sec_cta p.q a {
    text-align: left;
  }
}
section.sec_cta p.q a:hover {
  text-decoration: underline;
}
section.sec_cta p.q:before {
  content: "Q";
  display: block;
  background-color: #21548f;
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 18px;
  font-size: 16px;
  margin-right: 10px;
  min-width: 36px;
}

/*==================================================
 * footer
 *================================================*/
/**
 * .footer-widget-area
 */
#footer {
  width: 100%;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }
}
#footer .footertop {
  padding: 55px 0 55px;
}
@media only screen and (max-width: 767px) {
  #footer .footertop {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footertop .footmenu {
    display: none;
  }
}
#footer .footertop .footmenu .menus > div {
  width: 23%;
}
#footer .footertop .footmenu .menus > div:first-child {
  width: 48%;
}
#footer .footertop .footmenu .menus > div ul {
  list-style: none;
}
#footer .footertop .footmenu .menus > div ul.parent > li > a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 15px;
}
#footer .footertop .footmenu .menus .sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#footer .footertop .footmenu .menus .sub-menu li {
  width: 50%;
}
#footer .footertop .footmenu .menus .sub-menu li a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
#footer .footertop .footmenu .menus .sub-menu li a:hover {
  opacity: 0.8;
}
#footer .company-info {
  padding: 50px 0;
  font-size: 15px;
  margin-bottom: 0px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .company-info {
    padding: 32px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .company-info .fr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .company-info .ttl {
    text-align: center;
    margin-bottom: 25px;
  }
}
#footer .company-info .ttl img {
  width: 140px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .ttl img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
}
#footer .company-info .bottom {
  text-align: right;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .bottom {
    text-align: center;
    font-size: 13px;
  }
}
#footer .copyright {
  background-color: #21548f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .copyright {
    padding: 0;
    background-color: #fff;
  }
}
#footer .copyright .container {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .copyright .container {
    display: block;
    height: auto;
    line-height: 1.5;
  }
}
#footer .copyright .container .cname {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #footer .copyright .container .cname {
    color: #000;
    font-size: 15px;
    background-color: transparent;
    padding: 30px 0;
  }
}
#footer .copyright .container .cname span:first-child {
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .copyright .container .cname span:first-child {
    font-weight: 700;
    display: block;
  }
}
#footer .copyright .container .copy {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #footer .copyright .container .copy {
    background-color: #21548f;
    line-height: 50px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    padding: 35px 20px 30px;
    height: auto;
  }
  .copyright .footer-banner {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
  }
  .copyright .footer-banner li {
    width: calc(50% - 8px);
    margin: 0 0 15px;
  }
  .copyright .company-info {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
  }
  .copyright .company-info .ttl {
    margin-bottom: 15px;
  }
  .copyright .company-info .ttl img {
    width: 240px;
    height: auto;
  }
  .copyright .company-info .bottom p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .copyright .company-info .copy {
    font-size: 10px;
    margin-top: 25px;
  }
}
/*==================================================
 * contents
 *================================================*/
/*-------------------------------
 home
------------------------------- */
.home section {
  text-align: center;
}

section .ttlarea {
  margin-bottom: 65px;
  text-align: center;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  section .ttlarea {
    margin-bottom: 35px;
  }
  body:not(.home) section .ttlarea {
    flex-wrap: wrap;
    text-align: left;
  }
}
section .ttlarea .h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  section .ttlarea .h1 {
    font-size: 35px;
  }
}
section .ttlarea .h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  color: #21548f;
}
@media screen and (max-width: 767px) {
  section .ttlarea .h2 {
    font-size: 35px;
    font-weight: 700;
    margin-right: 10px;
    letter-spacing: -0.02em;
  }
}
section .ttlarea .h2 + .ttl {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  section .ttlarea .h2 + .ttl {
    font-size: 12px;
    margin-left: 10px;
  }
  body:not(.home) section .ttlarea .h2 + .ttl {
    margin-left: 0px;
  }
}
section .ttlarea .h2 + .ttl:before {
  content: "/ ";
}
section .ttlarea .ttl {
  display: block;
  font-weight: normal;
}

.post-type-archive-products section .ttlarea .h2 + .ttl,
.single-products section .ttlarea .h2 + .ttl,
.page-application section .ttlarea .h2 + .ttl,
.page-company section .ttlarea .h2 + .ttl {
  display: none;
}

.home section .ttlarea {
  margin-bottom: 40px;
}
.home section .ttlarea h2 {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home section .ttlarea h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .readmore {
    margin-top: 30px;
  }
}
.readmore a {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 30px auto 0;
  width: 165px;
  border: 1px solid #21548f;
  background: #fff;
  color: #21548f;
  text-align: center;
  line-height: 52px;
  height: 54px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.readmore a:hover {
  border-color: #21548f;
  background-color: #21548f;
  color: #fff;
}
.readmore a::before {
  position: absolute;
  top: calc(50% - 0px);
  right: 25px;
  display: block;
  width: 22px;
  height: 8px;
  color: inherit;
  border-top: solid 1px;
  content: "";
}
.readmore a::after {
  position: absolute;
  top: calc(50% - 0px);
  right: 21px;
  display: block;
  width: 10px;
  height: 10px;
  color: inherit;
  border-right: solid 1px;
  content: "";
  letter-spacing: 0.05em;
  transform: rotate(-60deg) translateY(-50%);
}

/*foot*/
#page-top {
  display: none;
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  right: 30px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #page-top {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
  }
}
#page-top a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 25px;
  display: block;
  position: relative;
  padding: 0 0 8em 0;
  transition: all 0.2s;
}
#page-top a:hover {
  opacity: 0.8;
}
#page-top a:before {
  content: "";
  height: 75px;
  width: 3px;
  display: block;
  background-color: #fff;
}

#page-top a span {
  display: block;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 8em;
  position: absolute;
  bottom: 38px;
  left: -55px;
}
#page-top a span:before {
  position: absolute;
  transform: rotate(40deg);
  content: "";
  width: 15px;
  height: 3px;
  right: -72px;
  top: 2px;
  background-color: #fff;
}

/*contact*/
.page-thanks h2.ttl,
.page-contact h2.ttl {
  text-align: center;
  color: #21548f;
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-thanks h2.ttl,
  .page-contact h2.ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.page-thanks section.sec-sec1 h2.ttl,
.page-contact section.sec-sec1 h2.ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec1 h2.ttl,
  .page-contact section.sec-sec1 h2.ttl {
    font-size: 20px;
  }
}
.page-thanks section.sec-sec1 h2.ttl + p,
.page-contact section.sec-sec1 h2.ttl + p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec1 h2.ttl + p,
  .page-contact section.sec-sec1 h2.ttl + p {
    text-align: left;
  }
}
.page-thanks section.sec-sec1 ul.fr,
.page-contact section.sec-sec1 ul.fr {
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec1 ul.fr,
  .page-contact section.sec-sec1 ul.fr {
    display: block;
  }
}
.page-thanks section.sec-sec1 ul.fr li,
.page-contact section.sec-sec1 ul.fr li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec1 ul.fr li,
  .page-contact section.sec-sec1 ul.fr li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-thanks section.sec-sec1 ul.fr li a,
.page-contact section.sec-sec1 ul.fr li a {
  display: block;
  border: 1px solid #21548f;
  border-radius: 10px;
  height: 225px;
  text-align: center;
  padding: 35px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center 55%;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec1 ul.fr li a,
  .page-contact section.sec-sec1 ul.fr li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 70px;
    height: 80px;
    background-position: 20px center;
    background-size: 30px auto;
  }
}
.page-thanks section.sec-sec1 ul.fr li a:hover,
.page-contact section.sec-sec1 ul.fr li a:hover {
  background-color: rgba(0, 99, 213, 0.05);
}
.page-thanks section.sec-sec1 ul.fr li a span,
.page-contact section.sec-sec1 ul.fr li a span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #21548f;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec1 ul.fr li a span,
  .page-contact section.sec-sec1 ul.fr li a span {
    margin-bottom: 0px;
    text-align: left;
  }
}
.page-thanks section.sec-sec1 ul.fr li a i,
.page-contact section.sec-sec1 ul.fr li a i {
  font-size: 24px;
  color: #21548f;
}
.page-thanks section.sec-sec1 ul.fr li:first-child a,
.page-contact section.sec-sec1 ul.fr li:first-child a {
  background-image: url(../images/icon-tel.svg);
}
.page-thanks section.sec-sec1 ul.fr li:nth-child(2) a,
.page-contact section.sec-sec1 ul.fr li:nth-child(2) a {
  background-image: url(../images/icon-fax.svg);
}
.page-thanks section.sec-sec1 ul.fr li:last-child a,
.page-contact section.sec-sec1 ul.fr li:last-child a {
  background-image: url(../images/icon-mail2.svg);
}
.page-thanks section.sec-sec2,
.page-contact section.sec-sec2 {
  background-color: #f8f8f8;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec2,
  .page-contact section.sec-sec2 {
    padding: 25px 0;
  }
}
.page-thanks section.sec-sec2::after,
.page-contact section.sec-sec2::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #21548f;
  position: absolute;
  left: 0;
  top: 155px;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec2::after,
  .page-contact section.sec-sec2::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec2 .fr,
  .page-contact section.sec-sec2 .fr {
    display: block;
  }
}
.page-thanks section.sec-sec2 .fr > div,
.page-contact section.sec-sec2 .fr > div {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec2 .fr > div,
  .page-contact section.sec-sec2 .fr > div {
    width: 100%;
    margin: 45px 0;
  }
}
.page-thanks section.sec-sec2 .fr > div .number span,
.page-contact section.sec-sec2 .fr > div .number span {
  display: inline-block;
  font-size: 48px;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec2 .fr > div .number span,
  .page-contact section.sec-sec2 .fr > div .number span {
    font-size: 32px;
  }
}
.page-thanks section.sec-sec2 .fr > div .number.tel span,
.page-contact section.sec-sec2 .fr > div .number.tel span {
  padding-left: 30px;
  background: url(../images/icon-tel-s.svg) no-repeat left center;
}
.page-thanks section.sec-sec2 .fr > div .number.fax span,
.page-contact section.sec-sec2 .fr > div .number.fax span {
  padding-left: 60px;
  background: url(../images/icon-fax-s.svg) no-repeat left center;
}
.page-thanks section.sec-sec2 p,
.page-contact section.sec-sec2 p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
.page-thanks section.sec-sec3,
.page-contact section.sec-sec3 {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec3,
  .page-contact section.sec-sec3 {
    padding: 70px 0;
  }
}
.page-thanks section.sec-sec3 h2.ttl,
.page-contact section.sec-sec3 h2.ttl {
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 45px;
  background-image: url(../images/icon-mail-s.svg);
}
.page-thanks section.sec-sec3 .linebox,
.page-contact section.sec-sec3 .linebox {
  flex-wrap: wrap;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec3 .linebox,
  .page-contact section.sec-sec3 .linebox {
    margin-top: 50px;
    display: block;
  }
}
.page-thanks section.sec-sec3 .linebox > div:first-child,
.page-contact section.sec-sec3 .linebox > div:first-child {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.page-thanks section.sec-sec3 .linebox > div:first-child h3,
.page-contact section.sec-sec3 .linebox > div:first-child h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec3 .linebox > div:first-child h3,
  .page-contact section.sec-sec3 .linebox > div:first-child h3 {
    font-size: 16px;
  }
}
.page-thanks section.sec-sec3 .linebox > div:first-child p,
.page-contact section.sec-sec3 .linebox > div:first-child p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec3 .linebox > div:first-child p,
  .page-contact section.sec-sec3 .linebox > div:first-child p {
    line-height: 1.8;
    text-align: left;
    padding: 0 24px;
  }
}
.page-thanks section.sec-sec3 .linebox > div:first-child a,
.page-contact section.sec-sec3 .linebox > div:first-child a {
  text-decoration: none;
  color: #21548f;
  background: url(../images/icon-mail-s.svg) no-repeat left center;
  background-size: 19px auto;
  padding-left: 22px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec3 .linebox > div:first-child a,
  .page-contact section.sec-sec3 .linebox > div:first-child a {
    margin-left: 0px;
  }
}
.page-thanks section.sec-sec3 .linebox > div:first-child a:hover,
.page-contact section.sec-sec3 .linebox > div:first-child a:hover {
  text-decoration: underline;
}
.page-thanks section.sec-sec3 .linebox > div:nth-child(2),
.page-thanks section.sec-sec3 .linebox > div:nth-child(3),
.page-contact section.sec-sec3 .linebox > div:nth-child(2),
.page-contact section.sec-sec3 .linebox > div:nth-child(3) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec3 .linebox > div:nth-child(2),
  .page-thanks section.sec-sec3 .linebox > div:nth-child(3),
  .page-contact section.sec-sec3 .linebox > div:nth-child(2),
  .page-contact section.sec-sec3 .linebox > div:nth-child(3) {
    width: 100%;
  }
}
.page-thanks section.sec-sec3 .linebox > div:nth-child(2) .sttl,
.page-thanks section.sec-sec3 .linebox > div:nth-child(3) .sttl,
.page-contact section.sec-sec3 .linebox > div:nth-child(2) .sttl,
.page-contact section.sec-sec3 .linebox > div:nth-child(3) .sttl {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
}
.page-thanks section.sec-sec3 .linebox > div:nth-child(2) p,
.page-thanks section.sec-sec3 .linebox > div:nth-child(3) p,
.page-contact section.sec-sec3 .linebox > div:nth-child(2) p,
.page-contact section.sec-sec3 .linebox > div:nth-child(3) p {
  padding: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec3 .linebox > div:nth-child(2) p,
  .page-thanks section.sec-sec3 .linebox > div:nth-child(3) p,
  .page-contact section.sec-sec3 .linebox > div:nth-child(2) p,
  .page-contact section.sec-sec3 .linebox > div:nth-child(3) p {
    padding: 24px;
  }
}
.page-thanks section.sec-sec3 .linebox > div:nth-child(2),
.page-contact section.sec-sec3 .linebox > div:nth-child(2) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .page-thanks section.sec-sec3 .linebox > div:nth-child(2),
  .page-contact section.sec-sec3 .linebox > div:nth-child(2) {
    border-right: none;
  }
}
.page-thanks section.sec-sec3 .linebox > div:first-child:last-child,
.page-contact section.sec-sec3 .linebox > div:first-child:last-child {
  width: 100%;
}
.page-thanks h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-thanks h2 {
    margin-bottom: 50px;
  }
}
.page-thanks p {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-thanks p {
    text-align: left;
  }
}
.page-thanks .readmore {
  margin-top: 50px;
}

.en-US.page-contact section.sec-sec1 ul.fr {
  justify-content: center !important;
}
.en-US.page-contact section.sec-sec1 ul.fr li {
  margin-left: 10px;
  margin-right: 10px;
}

/*ios対応*/
input {
  -webkit-appearance: none;
}

.form-control {
  box-shadow: none;
}

.form {
  width: 100%;
  margin: 0 auto;
}
.form dl {
  width: 100%;
  display: table;
  margin-bottom: 0;
}
.form dt {
  font-weight: normal;
  padding: 18px 0px 18px 20px;
  width: 220px;
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.form dd {
  vertical-align: top;
  padding: 12px 30px;
  width: 518px;
  display: table-cell;
}

/*********************
フォーム
**********************/
.page-thanks article,
.page-contact article {
  position: relative;
  padding-top: 0px;
}
.page-thanks article .readmore,
.page-contact article .readmore {
  text-align: center;
}
.page-thanks article .readmore a,
.page-contact article .readmore a {
  margin: 0 auto;
}

.page-download article {
  position: relative;
  padding-top: 0px;
}
.page-download article p {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-download article p {
    margin-bottom: 30px;
    font-size: 12px;
  }
}

.general-area {
  padding: 0 0 0px;
}

.general-area dl {
  display: flex;
  flex-wrap: wrap;
}

.general-area dt {
  width: 230px;
  padding: 25px 0 0px 50px;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 500;
  font-weight: normal;
  position: relative;
}

.general-area dt span {
  position: absolute;
  right: 0px;
  height: 28px;
  width: 45px;
  text-align: center;
  top: 30px;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background-color: #303030;
}
.en-US .general-area dt span {
  font-size: 12px;
  width: 55px;
}

.general-area dt span.require {
  background-color: #fe7313;
}

.general-area dd {
  margin-left: 0px;
  padding: 12px 0px 12px 20px;
  width: calc(100% - 230px);
  line-height: 1.3;
  position: relative;
  padding-right: 50px;
}

.general-area dd .clink {
  display: block;
  width: 105px;
  margin: 0 0 0 10px;
  border: 1px solid #aaaaaa;
  background-color: #aaaaaa;
  border-radius: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 60px;
  line-height: 58px;
  outline: none;
}
.general-area dd .clink:hover {
  background-color: #999;
}

.general-area dd .wpcf7-list-item {
  display: block;
  margin: 6px 0;
}

.general-area dd .wpcf7-list-item:last-child {
  margin-bottom: 0px;
}

.general-area dd a {
  color: #21548f;
  text-decoration: none;
}
.general-area dd a:hover, .general-area dd a:focus {
  text-decoration: underline;
}

.general-area dd a:hover:after {
  color: #fff;
}

.general-area dd input[type=text],
.general-area dd input[type=tel],
.general-area dd input[type=email] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 16px;
  background-color: #f8f8f8;
}

.general-area dd .your-postal1,
.general-area dd .your-postal2 {
  display: inline-block;
  width: 126px;
}

.general-area dd.multi span {
  display: block;
  margin-top: 10px;
}

.general-area dd.multi span:last-child {
  margin-bottom: 0;
}

.general-area dd span.line {
  padding: 0 5px;
}

.general-area dd p {
  margin-bottom: 0;
}

.general-area dd input.age {
  width: 6em;
}

.general-area dd textarea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  line-height: 1.3;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 15px 10px !important;
  font-size: 16px;
  background-color: #f8f8f8;
}

.general-area dd input[type=radio],
.general-area dd input[type=checkbox],
.agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 0;
}

.general-area dd input[type=radio] + span,
.general-area dd input[type=checkbox] + span {
  vertical-align: middle;
  line-height: 25px;
  font-size: 17px;
  font-weight: normal;
  margin-right: 20px;
}

.general-area dd .wpcf7-list-item label input[type=checkbox] {
  display: none;
}

.general-area dd .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 35px;
  position: relative;
  margin-right: 20px;
}

.general-area dd .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #21548f;
  background-color: #fff;
  border-radius: 0;
}

.general-area dd .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label {
  /* color: #d01137;*/
}

.general-area dd .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #21548f;
  border-right: 3px solid #21548f;
}

.agreebox {
  display: flex;
  align-items: center;
}
.agreebox > div:first-child {
  margin-right: 15px;
}
.agreebox > div:last-child {
  font-size: 16px;
}
.agreebox > div:last-child a {
  text-decoration: underline;
}

.wpcf7-acceptance input {
  display: none;
}

.general-area dd .agreebox .wpcf7-list-item {
  width: 35px;
  height: 35px;
  margin: 0;
  display: block;
}
.general-area dd .agreebox .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  padding-left: 0;
  position: relative;
  margin-right: 0;
}
.general-area dd .agreebox .wpcf7-list-item label .wpcf7-list-item-label::before {
  border-color: #ddd;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 0;
}

.general-area dd .agreebox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 12px;
  height: 24px;
  transform: rotate(40deg);
  border-bottom: 4px solid #21548f;
  border-right: 4px solid #21548f;
}

.general-area dd.half input {
  width: 100%;
}

.general-area dd p.note {
  text-align: left;
  margin-bottom: 20px;
}
.general-area dd .filearea {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 10px;
  max-width: 400px;
  padding: 10px;
}
.general-area dd .filearea label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: #fff;
  color: #555;
  font-size: 16px;
  padding: 0 30px;
  transition: all 0.3s;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .general-area dd .filearea label {
    font-size: 14px;
    height: 45px;
    line-height: 43px;
    padding: 0 10px;
  }
}
.general-area dd .filearea label input {
  /* 今回のポイント */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.general-area dd .filearea .filename {
  font-weight: 16px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .general-area dd .filearea .filename {
    font-size: 14px;
  }
}

.general-area dl:first-child {
  padding: 20px 0;
  border: 1px solid #21548f;
  border-radius: 10px;
  margin: 50px 0 30px;
  background-color: #f1f6fd;
}
@media screen and (max-width: 767px) {
  .general-area dl:first-child {
    padding: 20px 24px 0;
  }
  .general-area dl:first-child dt {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .general-area dl:first-child dt span {
    top: 0px;
  }
}
.general-area dl:first-child dd {
  padding-top: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .general-area dl:first-child dd {
    padding-top: 15px;
  }
}
.general-area dl:first-child dd .wpcf7-list-item {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .general-area dl:first-child dd .wpcf7-list-item {
    margin-bottom: 20px;
  }
}
.general-area dl:first-child dd .wpcf7-list-item:nth-child(2)::after {
  content: "※詳細見積は、面談によるヒアリング等の後に提出することになります。" !important;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-left: 35px;
  margin-top: 5px;
}
.en-US .general-area dl:first-child dd .wpcf7-list-item:nth-child(2)::after {
  display: none;
}
.general-area dl:first-child dd .wpcf7-list-item-label {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .general-area dl:first-child dd .wpcf7-list-item-label {
    font-size: 15px;
    margin-right: 0px;
  }
  .general-area dl:first-child dd .wpcf7-list-item-label::before {
    top: 0px;
  }
}

.general-area dd .lg,
.general-area dd .sm {
  display: flex;
  margin-bottom: 10px;
}

.general-area dd .lg span:first-child,
.general-area dd .sm span:first-child {
  width: auto;
  padding-right: 10px;
  font-size: 20px;
  display: block;
  line-height: 60px;
}

.general-area dd .sm > span {
  width: 30%;
}

.general-area dd .lg span:last-child {
  margin-bottom: 0px;
  flex-grow: 3;
}

.your-age + span,
.acceptance + a {
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}

span.wpcf7-list-item {
  margin-left: 0;
}

:-moz-placeholder-shown {
  color: #aaa;
  padding-top: 4px !important;
}

:placeholder-shown {
  color: #aaa;
  padding-top: 4px !important;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #aaa;
  padding-top: 4px !important;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc;
  padding-top: 4px !important;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #aaa;
}

.agree {
  text-align: center;
}

.agree a {
  text-decoration: underline;
  color: #333;
  font-size: 14px;
}

.agree a:hover,
.agree a:focus {
  color: #c0191b;
}

.general-area .btnarea {
  padding: 0;
  text-align: center;
  position: relative;
  margin: 35px auto 0;
}
.general-area .btnarea::before {
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% + 110px);
  display: block;
  width: 32px;
  height: 8px;
  color: #fff;
  border-top: solid 1px;
  content: "";
  z-index: 1;
}
.general-area .btnarea::after {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 134px);
  display: block;
  width: 10px;
  height: 15px;
  color: #fff;
  border-right: solid 1px;
  content: "";
  letter-spacing: 0.05em;
  transform: rotate(-60deg) translateY(-50%);
}

.general-area .btnarea input {
  z-index: 1;
  display: block;
  width: 370px;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  height: 72px;
  line-height: 72px;
  outline: none;
}

.general-area .btnarea input {
  font-family: "Kanit", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fe7313;
}

.page-order .general-area .btnarea input {
  background-color: #a3c82b;
}

.general-area .btnarea input[disabled],
.general-area .btnarea input[disabled=disabled] {
  opacity: 0.6;
}

.general-area .btnarea input:hover {
  opacity: 0.6;
}

.general-area .btnarea input[disabled]:hover,
.general-area .btnarea input[disabled=disabled]:hover {
  opacity: 0.6;
}

.general-area .agree label {
  font-weight: normal;
  font-size: 20px;
}

.general-area span.wpcf7-not-valid-tip {
  margin-top: 5px;
  display: block;
}

.general-area dd .your-postal1 span.wpcf7-not-valid-tip,
.general-area dd .your-postal2 span.wpcf7-not-valid-tip {
  display: block;
  line-height: 1.3;
  padding-top: 10px;
}

.general-area .info-txt.form-control {
  display: block;
  width: 100%;
  height: 154px;
  padding: 5px 0 0;
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: left;
}

.general-area .txt {
  height: 144px;
  overflow-y: auto;
  padding: 20px 20px 0;
  text-align: left;
}
.general-area .txt p {
  text-align: left;
  margin-bottom: 30px;
  font-size: 15px;
}

.acceptance {
  margin-right: 10px;
}

.wpcf7 .ajax-loader {
  display: none;
}

@media screen and (max-width: 767px) {
  .general-area dl {
    margin-bottom: 10px;
  }
  .general-area dt {
    padding: 30px 0 0px 0px;
    width: 100%;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 0px;
    border-bottom: none;
    border-top: 1px solid #ddd;
  }
  .general-area dt:nth-last-child(2) {
    border-top: none;
    padding-top: 0;
  }
  .general-area dt span {
    display: inline-block;
    height: 22px;
    width: 45px;
    top: 30px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 15px;
  }
  .general-area dd {
    display: block;
    margin-left: 0px;
    padding: 15px 0 25px;
    width: 100%;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .your-kubun {
    margin-bottom: 60px;
    display: block;
  }
  .general-area dl dd:last-child {
    border-bottom: none;
  }
  .general-area dd input[type=text],
  .general-area dd input[type=tel],
  .general-area dd input[type=email] {
    width: 100%;
    font-size: 16px;
  }
  .general-area dd .sm span:first-child {
    padding-right: 10px;
  }
  .general-area dd .lg span:first-child {
    padding-right: 0px;
  }
  .general-area dd.half input {
    width: 100%;
  }
  .general-area dd textarea {
    font-size: 16px;
    width: 100%;
    line-height: 1.3;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 10px;
  }
  .general-area dd .wpcf7-list-item label {
    display: flex;
  }
  .general-area dd p:first-child + p {
    margin-top: 10px;
  }
  .general-area dd input[type=radio],
  .general-area dd input[type=checkbox],
  .agree input[type=checkbox] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 5px;
  }
  .general-area dd input[type=radio] + span,
  .general-area dd input[type=checkbox] + span {
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    margin-right: 15px;
  }
  .wpcf7-list-item label {
    line-height: 20px;
    margin: 10px 0;
  }
  .general-area dd .your-postal1,
  .general-area dd .your-postal2 {
    display: inline-block;
    width: 100px;
  }
  .general-area dd .clink {
    display: block;
    white-space: nowrap;
    width: auto;
    margin: 0 0 0 10px;
    padding: 0 10px;
    outline: none;
  }
  .general-area {
    padding: 0 0 0px;
  }
  .your-age + span,
  .acceptance + a {
    vertical-align: middle;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
  }
  span.wpcf7-list-item {
    margin-left: 0;
    line-height: 20px;
  }
  .general-area span.wpcf7-list-item {
    display: block;
  }
  .general-area dd input.age {
    width: 6em;
  }
  .general-area dd .sm > span {
    width: 100%;
  }
  .general-area .agree {
    font-size: 12px;
  }
  .general-area .agree label {
    font-weight: normal;
    font-size: 12px;
  }
  .acceptance {
    display: inline-block;
  }
  .general-area .info-txt.form-control {
    display: block;
    width: 100%;
    height: 115px;
    padding: 5px 0 0;
    margin-top: 0px;
    margin-bottom: 35px;
    text-align: left;
  }
  .general-area .txt {
    height: 109px;
    overflow-y: auto;
    padding: 20px 10px 0;
  }
  .general-area .btnarea {
    width: 100%;
    margin: 20px auto 0px;
  }
  .general-area .btnarea .arrow {
    width: 100%;
    font-size: 22px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .general-area .btnarea input {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    box-sizing: border-box;
    width: 100%;
  }
  .general-area .btnarea input::-webkit-search-decoration {
    display: none;
  }
  .general-area .btnarea input::focus {
    outline-offset: -2px;
  }
  .general-area .btnarea .arrow:after {
    right: 10px;
    font-size: 18px;
  }
}
/*-----------------------
pagination
---------------------------*/
.autopagination {
  text-align: center;
}

.pagination-wrapper {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    padding: 0px 0 50px 0;
  }
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin: 50px 0 0;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .pagination {
    justify-content: center;
  }
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin: 0 6px;
  line-height: 1.42857143;
  color: #21548f;
  border-radius: 0px !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #21548f;
}

.pagination > li > span.current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #21548f;
  border-color: #21548f;
}

.pagination > li > a.prev,
.pagination > li > a.next {
  color: #21548f;
  background-color: #f1f6fd;
  border: 1px solid #f1f6fd;
}

.pagination > li > span.disable {
  color: #ccc;
  background-color: #eee;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin: 37px 0 0;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 7px 15px;
    margin: 0 4px;
    font-size: 15px;
  }
  .pagination-wrapper {
    text-align: center !important;
  }
}
/* top slide Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 100px;
  display: inline-block !important;
  left: 50%;
  transform: translateX(-550px);
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots.thin {
  bottom: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 14px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 0px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  border: 2px solid #fff;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 40px;
  }
}
/*==================================================
 * archive
 *================================================*/
/**
 * .entries
 */
.entries .article {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .entries .article {
    padding-bottom: 0px;
  }
}

.entry .article {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.entry .article .entry_title {
  font-size: 16px;
  border-left: 2px solid #008c8c;
  padding: 0px 0 0px 15px;
  margin-bottom: 10px;
  display: block;
  padding: 0px 110px 0px 15px;
}

.entry .article .date {
  padding: 2px 7px;
  float: right;
  color: #fff;
  display: block;
  background-color: #107e67;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .entry .article .entry {
    text-align: right;
  }
  .entry .article .date {
    display: inline-block;
  }
  .entry .article .entry_title {
    width: 100%;
    padding: 0px 10px 0px 10px;
    margin-top: 30px;
    text-align: left;
  }
  .entry .article .entry__summary {
    text-align: left;
  }
}
#loading {
  display: none;
}

/*サブメニュー*/
.sec_menu {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_menu {
    overflow: hidden;
    padding-bottom: 0;
  }
}
.sec_menu .panel-group {
  margin-bottom: 0px;
}
.sec_menu .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.sec_menu .menubtns {
  list-style: none;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec_menu .menubtns {
    width: auto;
    flex-wrap: wrap;
    margin: 0px;
  }
}
.sec_menu .menubtns > li {
  width: 25%;
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec_menu .menubtns > li {
    width: 50%;
    padding: 0 8px 10px;
  }
}
.sec_menu .menubtns > li a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  height: 60px;
  line-height: 1.5;
  border-bottom: 1px solid #21548f;
  position: relative;
  text-align: center;
  padding: 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec_menu .menubtns > li a {
    width: auto;
    height: auto;
    font-size: 13px;
    height: 37px;
    line-height: 1.3;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
  }
}
.sec_menu .menubtns > li a i {
  color: #21548f;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .sec_menu .menubtns > li a i {
    line-height: 37px;
    font-size: 10px;
  }
}

.sec_menu .panel-group .tablelist {
  border-left: 1px solid #ddd;
  width: auto;
  margin: 50px 0 0;
}

.sec_menu .panel-group .tablelist > div:first-child,
.sec_menu .panel-group .tablelist > div:nth-child(2),
.sec_menu .panel-group .tablelist > div:nth-child(3) {
  border-top: 1px solid #ddd;
}

.sec_menu .panel-group .tablelist > div {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 33.333333333%;
}

.sec_menu .panel-group .tablelist > div a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 48px;
  text-decoration: none;
}

.sec_menu .panel-group .tablelist > div a:hover {
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .sec_menu .panel-group .tablelist {
    border-left: 1px solid #ddd;
    width: auto;
    margin: 30px 20px 0;
  }
  .sec_menu .panel-group .tablelist > div:nth-child(3) {
    border-top: none;
  }
  .sec_menu .panel-group .tablelist > div {
    width: 50%;
  }
  .sec_menu .panel-group .tablelist > div a {
    font-size: 12px;
    height: 37px;
    line-height: 35px;
  }
}
.page article {
  padding-top: 0px;
}

body:not(.page-contact) .grecaptcha-badge {
  display: none;
}

/*top products*/
.sec-products {
  background-color: #f8f8f8;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec-products {
    padding: 60px 0 50px;
  }
}
.sec-products .block {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sec-products .block {
    padding: 0 0px;
  }
}
.sec-products .block ul {
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-products .block ul {
    display: block;
  }
}
.sec-products .block ul li {
  margin-top: 0px;
  width: calc((100% - 60px) / 3);
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-products .block ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-products .block ul li:last-child {
    margin-bottom: 0px;
  }
}
.sec-products .block ul li .img {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  aspect-ratio: 327/184;
  text-align: center;
}
.sec-products .block ul li .img::after {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "\f054";
  display: block;
  background-color: #21548f;
  width: 40px;
  height: 40px;
  font-weight: 900;
  line-height: 40px;
  font-family: "Font Awesome 5 Free";
  text-align: center;
}
.sec-products .block ul li .img img {
  transition: all ease 0.3s;
  width: auto;
  height: 100%;
}
.sec-products .block ul li a {
  text-decoration: none;
  display: block;
  transition: all 0.2s;
}
.sec-products .block ul li a:hover .img img {
  /*transform: scale(1.1);*/
}
.sec-products .block ul li a:hover {
  opacity: 0.8;
}
.sec-products .block ul li p {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec-products .block ul li p {
    font-size: 16px;
  }
}
.sec-products .block ul li div.ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  padding: 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .sec-products .block ul li div.ttl {
    font-size: 20px;
  }
}
.sec-products .block ul li .txt {
  padding: 45px 8% 60px;
  position: relative;
}
.sec-products .block ul li .txt .readmore {
  bottom: -26px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec-products .block ul li .txt .readmore {
    bottom: -20px;
  }
}
.sec-products .block ul li .txt .readmore a {
  margin: 0 auto;
}

/*top strength*/
.sec-strength {
  text-align: center;
  position: relative;
  background-color: transparent;
}
.sec-strength .container {
  position: relative;
}
.sec-strength .point {
  padding: 85px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec-strength .point .fr {
    display: block;
    padding: 0px 24px 10px;
  }
}
.sec-strength .point li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .sec-strength .point li {
    width: 100%;
    padding: 0px 0 20px;
  }
}
.sec-strength .point li:last-child {
  margin-top: 50px;
}
.sec-strength .point li .img {
  position: relative;
}
.sec-strength .point li .img span {
  position: absolute;
  left: 50%;
  font-weight: 500;
  transform: translate(-50%, -50%);
  top: 0;
  display: block;
  color: #21548f;
  font-size: 70px;
  letter-spacing: -0.05em;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec-strength .point li .img span {
    font-size: 60px;
  }
}
.sec-strength .point li .ttl {
  font-size: 19px;
  color: #21548f;
  margin: 30px 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-strength .point li .ttl {
    font-size: 18px;
    line-height: 1.8;
  }
}
.sec-strength .point li p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-strength .point li p {
    text-align: left;
    font-size: 16px;
  }
}

/*home共通*/
main section .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  main section .column {
    margin-top: 0px;
    display: block;
    padding: 0 24px 60px;
    position: relative;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  main section .column:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    z-index: -1;
    height: calc(100% - 45px);
    top: 45px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  main section .column {
    display: block;
  }
}
main section .column + .column {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main section .column + .column {
    margin-top: 40px;
  }
}
main section .column .img {
  max-width: 800px;
  width: 50%;
  position: relative;
  order: 2;
}
@media screen and (max-width: 767px) {
  main section .column .img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
main section .column .img .inner img {
  vertical-align: bottom;
}
main section .column .img .inner .slick-dotted.slick-slider.top_slide {
  margin-bottom: 0;
}
main section .column .img .inner .slick-dotted.slick-slider.top_slide .slick-dots {
  bottom: 15px;
  transform: none;
}
@media screen and (max-width: 767px) {
  main section .column .img .inner .slick-dotted.slick-slider.top_slide .slick-dots {
    bottom: 2px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  main section .column .img .inner .slick-dotted.slick-slider.top_slide .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
main section .column .img .inner .slick-dotted.slick-slider.top_slide .slick-dots li.slick-active button {
  background-color: #21548f;
  border-color: #21548f;
}
main section .column .txt {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  order: 1;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  main section .column .txt {
    width: 100%;
    padding: 0;
  }
}
main section .column .txt .inner {
  padding-left: 0;
  width: 540px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  main section .column .txt .inner {
    width: auto;
    padding-left: 0;
  }
}
main section .column .txt .inner .head {
  color: #21548f;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main section .column .txt .inner .head {
    font-size: 20px;
  }
}
main section .column .txt .inner .head .eng-txt {
  font-size: 35px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  main section .column .txt .inner .head .eng-txt {
    font-size: 25px;
  }
}
main section .column .txt .inner .copy {
  text-align: right;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.6;
}
main section .column .txt .inner .copy .eng-txt {
  font-size: 22px;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  main section .column .txt .inner .copy .eng-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section .column .txt .inner .copy {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
main section .column .txt .inner .btn {
  display: block;
}
main section .column .txt .inner .btn a {
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  text-decoration: none;
  width: 165px;
  border: 1px solid #21548f;
  background: #21548f;
  color: #fff;
  text-align: center;
  line-height: 52px;
  height: 54px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
main section .column .txt .inner .btn a:hover {
  background: #fff;
  color: #21548f;
}
main section .column .txt .inner .btn a::before {
  position: absolute;
  top: calc(50% - 0px);
  right: 25px;
  display: block;
  width: 22px;
  height: 8px;
  color: inherit;
  border-top: solid 1px;
  content: "";
}
main section .column .txt .inner .btn a::after {
  position: absolute;
  top: calc(50% - 0px);
  right: 21px;
  display: block;
  width: 10px;
  height: 10px;
  color: inherit;
  border-right: solid 1px;
  content: "";
  letter-spacing: 0.05em;
  transform: rotate(-60deg) translateY(-50%);
}
main section .column .txt .inner .btn.reverse_btn a {
  background: #fff;
  color: #21548f;
}
main section .column .txt .inner .btn.reverse_btn a:hover {
  background: #21548f;
  color: #fff;
}
main section .column .txt .inner p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0px;
  text-align: left;
  max-width: 464px;
}
@media screen and (max-width: 767px) {
  main section .column .txt .inner p {
    font-size: 16px;
  }
}

/*top company*/
.sec-company {
  text-align: center;
  position: relative;
  background-color: transparent;
}
.sec-company .container {
  position: relative;
}
.sec-company .readmore a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec-company .readmore a {
    margin: 0 auto 30px;
  }
}

/*top performance*/
.sec-performance {
  text-align: center;
  position: relative;
  background-color: #f8f8f8;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec-performance {
    padding: 65px 0 50px;
  }
}
.sec-performance .container {
  position: relative;
}
.sec-performance .titleblock {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .sec-performance .titleblock {
    display: block;
    margin-bottom: 35px;
  }
  .sec-performance .titleblock .ttlarea {
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
}
.sec-performance .titleblock p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-performance .titleblock p {
    text-align: left;
    font-size: 15px;
    padding: 10px 0 0;
  }
}
.sec-performance p {
  font-size: 15px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .sec-performance p {
    font-size: 13px;
  }
}
.sec-performance h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .sec-performance h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.sec-performance h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  color: #21548f;
}
@media screen and (max-width: 767px) {
  .sec-performance h4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b1 .fr {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
}
.sec-performance .block.b1 li {
  width: calc((100% - 128px) / 5);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b1 li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 5px;
  }
}
.sec-performance .block.b1 li .img {
  border-radius: 10px;
  overflow: hidden;
}
.sec-performance .block.b1 li .img img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b2 .fr {
    display: block;
  }
}
.sec-performance .block.b2 li {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b2 li {
    margin-bottom: 10px;
    padding: 35px 0px;
  }
}
.sec-performance .block.b2 li .img {
  overflow: hidden;
}
.sec-performance .block.b2 li .img img {
  vertical-align: bottom;
}
.sec-performance .block.b2 li p {
  padding: 50px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b2 li p {
    padding: 10px 0 10px;
  }
}
.sec-performance .block.b2 li:first-child {
  width: 634px;
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b2 li:first-child {
    width: 100%;
  }
}
.sec-performance .block.b2 li:first-child > .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b2 li:first-child > .inner {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.sec-performance .block.b2 li:first-child > .inner > div {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b2 li:first-child > .inner > div {
    width: 50%;
  }
}
.sec-performance .block.b2 li:last-child {
  width: calc(100% - 666px);
}
@media screen and (max-width: 767px) {
  .sec-performance .block.b2 li:last-child {
    width: 100%;
  }
}

/*news*/
.sec-news {
  position: relative;
  padding: 0;
}

.newslist_wrap {
  background: #f8f8f8;
  padding: 90px 0 70px;
}
@media screen and (max-width: 767px) {
  .newslist_wrap {
    padding: 65px 0 50px;
  }
}

.newslist.newsarea {
  margin-left: 0px;
}
.newslist.newsarea ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.newslist.newsarea ul li {
  width: 33.3333333333%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li {
    width: 50%;
  }
}
.home .newslist.newsarea ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .home .newslist.newsarea ul li {
    width: 50%;
  }
}
.newslist.newsarea ul li dl {
  margin-bottom: 40px;
  padding: 0px 0;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li dl {
    margin-bottom: 20px;
  }
}
.newslist.newsarea ul li dl dt,
.newslist.newsarea ul li dl dd {
  padding: 0px 0 0px;
  font-weight: normal;
}
.newslist.newsarea ul li dl dt {
  vertical-align: top;
  overflow: hidden;
  min-width: 120px;
}
.newslist.newsarea ul li dl dt .img {
  width: 100%;
  padding-top: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  background-color: #eee;
  transition: transform ease 0.3s;
  background-image: url(../images/nolimg.png);
}
.newslist.newsarea ul li dl dt a {
  transition: all 0.2s;
}
.newslist.newsarea ul li dl dt a:hover {
  display: block;
  opacity: 0.8;
}
.newslist.newsarea ul li dl dd {
  vertical-align: middle;
  padding-left: 0px;
}
.newslist.newsarea ul li dl dd .title {
  padding: 10px 0;
  text-align: left;
  transform: rotate(0.03deg);
  display: block;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li dl dd .title {
    font-size: 13px;
  }
}
.newslist.newsarea ul li dl dd .title:hover {
  text-decoration: underline;
}
.newslist.newsarea ul li .metaarea {
  color: #535353;
  font-weight: 400;
  margin: 16px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li .metaarea {
    display: flex;
    align-items: center;
    font-size: 10px;
  }
}
.newslist.newsarea ul li .cat {
  text-decoration: none;
  min-width: 110px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  background-color: #21548f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea ul li .cat {
    font-size: 10px;
    min-width: 50%;
    padding: 0 3px;
  }
}
.newslist.newsarea ul li .cat:hover {
  opacity: 0.8;
}

.sec-quicklink {
  background: #f8f8f8;
}
.sec-quicklink .quicklink_list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-quicklink .quicklink_list {
    flex-wrap: wrap;
  }
}
.sec-quicklink .quicklink_list li {
  list-style: none;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .sec-quicklink .quicklink_list li {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
.sec-quicklink .quicklink_list li:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .sec-quicklink .quicklink_list li:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.sec-quicklink .quicklink_list li a {
  position: relative;
  display: block;
  background: #21548f;
  border: solid 1px #21548f;
  color: #fff;
  padding: 18px 40px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-quicklink .quicklink_list li a {
    font-size: 18px;
  }
}
.sec-quicklink .quicklink_list li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #fff;
}
.sec-quicklink .quicklink_list li a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #21548f;
  border-right: 2px solid #21548f;
  transform: rotate(45deg);
}
.sec-quicklink .quicklink_list li a:hover {
  background: #fff;
  color: #21548f;
}
.sec-quicklink .quicklink_list li a:hover::before {
  background: #21548f;
}
.sec-quicklink .quicklink_list li a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sec-quicklink .quicklink_list li a .ja-en {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec-quicklink .quicklink_list li a .ja-en {
    font-size: 20px;
  }
}

/*==================================================
* single, sec-blockeditor
*================================================*/
/**
* .single
*/
.single-post .page-header:before, .sec-blockeditor .page-header:before {
  display: none;
}
.single-post .page-header .inner, .sec-blockeditor .page-header .inner {
  background-color: #21548f;
}
.single-post .page-header .inner:before, .sec-blockeditor .page-header .inner:before {
  display: none;
}
.single-post .page-header .inner .container, .sec-blockeditor .page-header .inner .container {
  height: 130px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single-post .page-header .inner .container, .sec-blockeditor .page-header .inner .container {
    height: 85px;
  }
}
.single-post .page-header .inner .container .ttlarea, .sec-blockeditor .page-header .inner .container .ttlarea {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  top: auto;
  transform: none;
  margin: 0;
}
.single-post .page-header .inner .container .ttlarea .h1, .sec-blockeditor .page-header .inner .container .ttlarea .h1 {
  text-shadow: none;
  color: #fff;
}
.single-post .page-header .inner .container .ttlarea .ttl, .sec-blockeditor .page-header .inner .container .ttlarea .ttl {
  margin-left: 30px;
  text-shadow: none;
  color: #fff;
  font-weight: 400;
}
.single-post article, .sec-blockeditor article {
  border-top: 4px solid #21548f;
  padding: 30px 0;
  background-color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single-post article, .sec-blockeditor article {
    padding: 20px 0;
    margin-bottom: 0px;
  }
}
.single-post article .single-head, .sec-blockeditor article .single-head {
  padding: 0 0px;
  margin-bottom: 35px;
  border-bottom: 1px solid #21548f;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head, .sec-blockeditor article .single-head {
    padding-left: 8px;
    padding: 0px 0px 0px;
    margin-bottom: 30px;
    vertical-align: top;
    background-color: #fff;
  }
}
.single-post article .single-head h1, .sec-blockeditor article .single-head h1 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head h1, .sec-blockeditor article .single-head h1 {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 1.3;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.single-post article .single-head .cat, .sec-blockeditor article .single-head .cat {
  font-size: 14px;
  text-decoration: none;
  width: auto;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  background-color: #21548f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head .cat, .sec-blockeditor article .single-head .cat {
    vertical-align: top;
    margin-right: 10px;
    line-height: 18px;
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
  }
}
.single-post article .single-head .date, .sec-blockeditor article .single-head .date {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1;
  color: #535353;
  display: flex;
  align-items: center;
}
.single-post article .contfr, .sec-blockeditor article .contfr {
  padding: 0px 0 0;
}
.single-post article .contfr .mainimg img, .sec-blockeditor article .contfr .mainimg img {
  width: 100%;
  height: auto;
}
.single-post article .cont, .sec-blockeditor article .cont {
  margin: 65px 0px 40px;
}
@media screen and (max-width: 767px) {
  .single-post article .cont, .sec-blockeditor article .cont {
    margin: 35px 0px 20px;
  }
}
.single-post article .cont ul,
.single-post article .cont ol, .sec-blockeditor article .cont ul,
.sec-blockeditor article .cont ol {
  margin-left: 1.5em;
}
.single-post article .cont h2, .sec-blockeditor article .cont h2 {
  font-size: 18px;
  color: #000;
  padding: 15px 24px;
  line-height: 1.5;
  margin: 65px 0 35px;
  font-weight: bold;
  position: relative;
  margin-top: 65px;
  background-color: #f1f6fd;
  border-radius: 10px;
}
.single-post article .cont h2:first-child, .sec-blockeditor article .cont h2:first-child {
  /*margin-top: 0;*/
}
@media screen and (max-width: 767px) {
  .single-post article .cont h2, .sec-blockeditor article .cont h2 {
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
.single-post article .cont h3, .sec-blockeditor article .cont h3 {
  font-size: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
  margin-top: 40px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #21548f;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h3, .sec-blockeditor article .cont h3 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.3;
  }
}
.single-post article .cont h4, .sec-blockeditor article .cont h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h4, .sec-blockeditor article .cont h4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.single-post article .cont h5, .sec-blockeditor article .cont h5 {
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h5, .sec-blockeditor article .cont h5 {
    font-size: 13px;
    line-height: 1.3;
  }
}
.single-post article .cont h6, .sec-blockeditor article .cont h6 {
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h6, .sec-blockeditor article .cont h6 {
    font-size: 13px;
    line-height: 1.3;
  }
}
.single-post article .cont p, .sec-blockeditor article .cont p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .single-post article .cont p, .sec-blockeditor article .cont p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.single-post article .linkarea, .sec-blockeditor article .linkarea {
  display: table;
  list-style: none;
  margin: 50px 0px 40px 0px;
  padding: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  height: 62px;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea, .sec-blockeditor article .linkarea {
    margin: 26px 0px 26px;
    background-color: #fff;
    display: block;
    width: auto;
    height: 42px;
  }
}
.single-post article .linkarea .linklist, .sec-blockeditor article .linkarea .linklist {
  border-right: 0;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 242px;
  top: 0;
  width: 320px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.single-post article .linkarea .linklist:hover, .sec-blockeditor article .linkarea .linklist:hover {
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea .linklist, .sec-blockeditor article .linkarea .linklist {
    display: block;
    position: absolute;
    left: 34%;
    top: 0;
    width: 32%;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    font-size: 12px !important;
  }
}
.single-post article .linkarea .linklist a:hover, .sec-blockeditor article .linkarea .linklist a:hover {
  background-color: #eee;
}

.sec-blockeditor {
  padding: 0;
}
.sec-blockeditor .container .cont h2::before, .sec-blockeditor .container .cont h2::after {
  display: none;
}
.sec-blockeditor article {
  border-top: none;
  margin-bottom: 0;
  padding: 0;
}

.post-navigation {
  width: auto;
  height: 60px;
  line-height: 60px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 242px;
  height: 60px;
  line-height: 60px;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  width: 242px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
  content: "＜";
  font-family: "Genericons";
  line-height: 60px;
  padding-right: 0px;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background-color: #eee;
}
.post-navigation .nav-next {
  position: absolute;
  right: 0;
  top: 0;
}
.post-navigation .nav-next a:before {
  display: none;
}
.post-navigation .nav-next a:after {
  content: " ＞";
  font-family: "Genericons";
  padding-left: 0px;
  line-height: 60px;
}

.single .single-post > .snsarea {
  margin: 30px 0px 30px 0px;
}
.single .single-post > .snsarea .sns_btn {
  text-align: center;
  margin: 0px 0;
}
.single .single-post > .snsarea .sns_btn ul {
  display: flex;
  justify-content: space-between;
}
.single .single-post > .snsarea .sns_btn ul,
.single .single-post > .snsarea .sns_btn li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single .single-post > .snsarea .sns_btn li {
  letter-spacing: normal;
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  width: 32%;
}
.single .single-post > .snsarea .sns_btn li a {
  height: 60px;
  width: 100%;
  display: block;
  padding: 0;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}
.single .single-post > .snsarea .sns_btn li a:hover {
  opacity: 0.8;
}
.single .single-post > .snsarea .sns_btn li a i {
  margin-right: 10px;
}
.single .single-post > .snsarea .sns_btn li.ogn_line a {
  background-color: #00b900;
  box-shadow: 0 5px 0 0 #009400;
}
.single .single-post > .snsarea .sns_btn li.ogn_line a i {
  display: inline-block;
  background: url(../images/icon_line.png) center center no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  vertical-align: middle;
}
.single .single-post > .snsarea .sns_btn li.ogn_hatebu a {
  font-weight: bold;
  background-color: #3372bb;
  box-shadow: 0 5px 0 0 #245083;
}
.single .single-post > .snsarea .sns_btn li.ogn_hatebu a i:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-hatebu.png") left center no-repeat;
  width: 21px;
  height: 18px;
  font-style: normal;
  vertical-align: middle;
  margin-right: 10px;
}
.single .single-post > .snsarea .sns_btn li.ogn_tweet a {
  background-color: #1cadeb;
  box-shadow: 0 5px 0 0 #1479a4;
}
.single .single-post > .snsarea .sns_btn li.ogn_facebook a {
  background-color: #246cb7;
  box-shadow: 0 5px 0 0 #194b80;
}

.single .resentarea {
  margin-top: 80px;
}
.single .resentarea .sidebar-widget__title {
  margin-bottom: 45px !important;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .single .resentarea .sidebar-widget__title {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .single .resentarea {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 33.3333333333%;
    height: 40px;
    line-height: 40px;
  }
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
  }
  .post-navigation {
    border-bottom: none;
    width: auto;
    height: auto;
    line-height: 1 !important;
    padding-bottom: 0px;
  }
  .post-navigation .nav-previous a:before {
    line-height: 34px;
    margin-right: 0px;
  }
  .post-navigation .nav-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .post-navigation .nav-next a:after {
    margin-left: 0px;
    line-height: 34px;
  }
  .single .single-post > .snsarea {
    margin: 26px 0px 26px 0px;
  }
  .single .single-post > .snsarea .sns_btn {
    text-align: center;
    margin: 10px 0 40px;
  }
  .single .single-post > .snsarea .sns_btn li a {
    width: 100%;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    font-weight: normal;
    border-radius: 3px;
  }
  .single .single-post > .snsarea .sns_btn li.ogn_hatebu a {
    font-weight: bold;
    background-color: #3372bb;
    box-shadow: 0 2px 0 0 #245083;
  }
  .single .single-post > .snsarea .sns_btn li.ogn_tweet a {
    background-color: #1cadeb;
    box-shadow: 0 2px 0 0 #1479a4;
    font-weight: bold;
  }
  .single .single-post > .snsarea .sns_btn li.ogn_facebook a {
    font-weight: bold;
    background-color: #246cb7;
    box-shadow: 0 2px 0 0 #194b80;
  }
  .single .single-post > .snsarea .sns_btn li a i:before {
    font-size: 14px !important;
    margin-right: 5px !important;
  }
  .single .single-post > .snsarea .sns_btn li.ogn_hatebu a i:before {
    content: "";
    display: inline-block;
    background: url(../images/icon-hatebu.png) left center no-repeat;
    background-size: auto 12px;
    width: 16px;
    height: 12px;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px;
  }
  .entries .resentarea .fr.between {
    display: flex !important;
  }
}
/*==================================================
* archive products
*================================================*/
.post-type-archive-products section li {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .post-type-archive-products section li {
    padding: 50px 0;
  }
}
.post-type-archive-products section li:nth-child(odd) {
  background-color: #f8f8f8;
}
.post-type-archive-products section li:nth-child(odd) .container {
  flex-direction: row-reverse;
}
.post-type-archive-products section li:nth-child(even) {
  background-color: #fff;
}
.post-type-archive-products section li:nth-child(even) .container {
  flex-direction: row;
}
.post-type-archive-products section .fr {
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .post-type-archive-products section .fr {
    display: block;
  }
}
.post-type-archive-products section .fr .txt {
  font-size: 16px;
  line-height: 2;
  padding-right: 0px;
  width: 386px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-products section .fr .txt {
    padding-right: 0px;
    margin-top: 40px;
  }
}
.post-type-archive-products section .fr .txt h2 {
  line-height: 1;
  font-size: 30px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-products section .fr .txt h2 {
    font-size: 35px;
  }
}
.post-type-archive-products section .fr .txt p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .post-type-archive-products section .fr .txt p {
    font-size: 16px;
  }
}
.post-type-archive-products section .fr .txt .readmore a {
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .post-type-archive-products section .fr .img {
    min-width: auto !important;
    text-align: center;
  }
}
.post-type-archive-products section .fr .img img {
  max-height: 415px;
}

/*==================================================
* single products
*================================================*/
.single-products section h2 {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin: 0px 0 50px;
}
.single-products section h2 span {
  display: block;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .single-products section h2 span {
    padding: 0 20px;
  }
}
.single-products section h2::before, .single-products section h2::after {
  flex: 5;
  content: "";
  display: block;
  height: 1px;
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  .single-products section .ttlarea h1 {
    font-size: 33px;
  }
}
.single-products .sec-pro01 .fr {
  align-items: center;
  flex-direction: row-reverse;
}
.single-products .sec-pro01 .fr > div {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro01 .fr {
    flex-direction: column;
  }
}
.single-products .sec-pro01 .fr .txt {
  font-size: 16px;
  line-height: 2;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro01 .fr .txt {
    padding-right: 0px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro01 .fr .img {
    min-width: auto !important;
    text-align: center;
  }
  .single-products .sec-pro01 .fr .img img {
    max-height: 202px;
  }
}
.single-products .sec-pro02 {
  background-color: #f8f8f8;
  padding: 146px 0 10px;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 {
    padding: 50px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .pointarea .fr {
    display: block;
  }
}
.single-products .sec-pro02 .pointarea .fr li {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .pointarea .fr li {
    width: 100% !important;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.single-products .sec-pro02 .pointarea .fr li .img {
  position: relative;
}
.single-products .sec-pro02 .pointarea .fr li .img span {
  position: absolute;
  left: 50%;
  font-weight: 500;
  transform: translate(-50%, -50%);
  top: -10px;
  display: block;
  color: #21548f;
  font-size: 18px;
  letter-spacing: -0.05em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .pointarea .fr li .img span {
    font-size: 16px;
    top: -5px;
  }
}
.single-products .sec-pro02 .pointarea .fr li .img span i {
  display: block;
  font-style: normal;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .pointarea .fr li .img span i {
    font-size: 55px;
  }
}
.single-products .sec-pro02 .pointarea .fr li .em {
  text-align: center;
  color: #21548f;
  font-size: 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .pointarea .fr li .em {
    margin: 20px 0;
    min-height: auto;
  }
}
.single-products .sec-pro02 .pointarea .fr li p {
  font-size: 15px;
  line-height: 1.8;
}
.single-products .sec-pro02 .pointarea .fr.count2, .single-products .sec-pro02 .pointarea .fr.count4 {
  justify-content: space-between;
}
.single-products .sec-pro02 .pointarea .fr.count2 li, .single-products .sec-pro02 .pointarea .fr.count4 li {
  width: calc(50% - 25px);
}
.single-products .sec-pro02 .pointarea .fr.count3 {
  justify-content: space-between;
}
.single-products .sec-pro02 .pointarea .fr.count3 li {
  width: calc((100% - 60px) / 3);
}
.single-products .sec-pro02 .pointarea .fr.count4 {
  flex-wrap: wrap;
}
.single-products .sec-pro02 .etcarea {
  padding: 0px 0 60px;
}
.single-products .sec-pro02 .etcarea .fr {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .etcarea .fr {
    display: block;
  }
}
.single-products .sec-pro02 .etcarea .fr li {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  margin-bottom: 20px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .etcarea .fr li {
    width: 100%;
    padding: 25px 30px;
    margin-bottom: 10px;
  }
}
.single-products .sec-pro02 .etcarea .fr li span {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 60px;
  color: #dddddd;
}
.single-products .sec-pro02 .etcarea .fr li .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 30px;
}
.single-products .sec-pro02 .listarea .fr {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .listarea .fr {
    display: block;
  }
}
.single-products .sec-pro02 .listarea .fr li {
  width: calc(50% - 25px);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .listarea .fr li {
    width: 100% !important;
    margin-top: 30px;
  }
}
.single-products .sec-pro02 .listarea .fr li .img {
  position: relative;
}
.single-products .sec-pro02 .listarea .fr li .img span {
  position: absolute;
  left: 50%;
  font-weight: 500;
  transform: translate(-50%, -50%);
  top: -10px;
  display: block;
  color: #21548f;
  font-size: 18px;
  letter-spacing: -0.05em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .listarea .fr li .img span {
    font-size: 16px;
    top: -5px;
  }
}
.single-products .sec-pro02 .listarea .fr li .img span i {
  display: block;
  font-style: normal;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .listarea .fr li .img span i {
    font-size: 55px;
  }
}
.single-products .sec-pro02 .listarea .fr li h3 {
  text-align: center;
  color: #21548f;
  font-size: 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro02 .listarea .fr li h3 {
    margin: 20px 0;
    min-height: auto;
    text-align: left;
  }
}
.single-products .sec-pro02 .listarea .fr li p {
  font-size: 15px;
  line-height: 1.8;
}
.single-products .sec-pro03 {
  padding: 90px 0 90px;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro03 {
    padding: 50px 0 50px;
  }
}
.single-products .sec-pro03 table {
  width: calc(100% - 100px);
  border-top: 1px solid #ddd;
  margin: 0 50px;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro03 table {
    margin: 0;
    width: 100%;
  }
}
.single-products .sec-pro03 table th {
  background-color: #f8f8f8;
  padding: 0 30px;
  border-bottom: 1px solid #ddd;
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro03 table th {
    padding: 20px 25px;
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.single-products .sec-pro03 table td {
  padding: 25px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro03 table td {
    width: 100%;
    display: block;
    padding: 20px 0px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .single-products .sec-pro03 table tr:last-child td {
    border-bottom: none;
  }
}
.single-products .sec-products {
  background-color: rgba(0, 99, 213, 0.05);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .single-products .sec-products {
    padding: 70px 0;
  }
}
.single-products .sec-products h2 {
  font-size: 30px;
  color: #21548f;
  text-align: center;
  justify-content: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-products .sec-products h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.single-products .sec-products h2::before, .single-products .sec-products h2::after {
  display: none;
}
.single-products .sec-products .block ul li.current .img {
  position: relative;
}
.single-products .sec-products .block ul li.current .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(33, 84, 143, 0.5);
}

.single-products .product03 .sec-pro02 .listarea .fr li h3 {
  color: #000;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: normal;
  min-height: auto;
}

/*==================================================
* page-application{
*================================================*/
.page-application .page-header .inner .ttlarea .h1 {
  letter-spacing: -0.05em;
}
.page-application section.sec-sec1 {
  background-color: #f8f8f8;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-application section.sec-sec1 {
    padding-bottom: 30px;
  }
}
.page-application section.sec-sec1 h2 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .page-application section.sec-sec1 h2 {
    font-size: 30px;
    letter-spacing: -0.05em;
  }
}
.page-application section.sec-sec1 .block.b1 .fr {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .page-application section.sec-sec1 .block.b1 .fr {
    display: block;
    margin: 0 0 30px;
  }
}
.page-application section.sec-sec1 .block.b1 li {
  width: calc((100% - 90px) / 3);
  margin: 0 15px 45px;
}
@media screen and (max-width: 767px) {
  .page-application section.sec-sec1 .block.b1 li {
    width: auto;
    margin: 0 0px 35px;
  }
}
.page-application section.sec-sec1 .block.b1 li .img {
  border-radius: 10px;
  overflow: hidden;
}
.page-application section.sec-sec1 .block.b1 li .img img {
  vertical-align: bottom;
}
.page-application section.sec-sec1 .block.b1 li h3 {
  text-align: center;
  color: #21548f;
  font-size: 20px;
  margin: 25px 0;
}
.page-application section.sec-sec1 .block.b1 li p {
  font-size: 15px;
  line-height: 1.8;
}
.page-application section.sec-sec1 .block.b1 li p span {
  color: #21548f;
}
@media screen and (max-width: 767px) {
  .page-application section.sec-performance {
    padding-top: 0;
  }
}

/*==================================================
* page-company{
*================================================*/
.page-company section.sec-sec1 .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec1 .img {
    margin: 0 -24px 30px;
  }
}
.page-company section.sec-sec1 h3 {
  text-align: center;
  font-size: 26px;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec1 h3 {
    font-size: 23px;
    margin: 0 0 30px;
  }
}
.page-company section.sec-sec1 p {
  text-align: center;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec1 p {
    text-align: left;
  }
}
.page-company section.sec-sec1 p.small {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec1 p.small {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0.5em;
  }
}
.page-company section.sec-sec1 p.lg {
  font-size: 33px;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec1 p.lg {
    text-align: center;
  }
}
.page-company section.sec-sec4 {
  background-color: #f8f8f8;
}
.page-company section.sec-sec4 .block h3 {
  text-align: center;
  font-size: 40px;
  color: #21548f;
  font-weight: bold;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block h3 {
    font-size: 30px;
  }
}
.en-US .page-company section.sec-sec4 .block h3 {
  margin: 0 0 50px;
}
.page-company section.sec-sec4 .block h3 span {
  display: block;
  font-size: 14px;
  color: #000;
  margin: 10p auto 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block h3 span {
    font-size: 12px;
  }
}
.page-company section.sec-sec4 .block .box {
  background-color: #fff;
  border-radius: 10px;
  min-height: 198px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}
.page-company section.sec-sec4 .block + .block {
  margin-top: 70px;
}
.page-company section.sec-sec4 .block h4 {
  font-size: 26px;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block h4 {
    font-size: 21px;
  }
}
.page-company section.sec-sec4 .block p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}
.page-company section.sec-sec4 .block ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block ul {
    display: block;
  }
}
.page-company section.sec-sec4 .block ul li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block ul li {
    width: auto;
    margin: 0 0 14px;
  }
}
.page-company section.sec-sec4 .block ul li .box {
  background-repeat: no-repeat;
  padding: 183px 0 0;
  height: 340px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block ul li .box {
    padding: 143px 0 0;
    height: 280px;
  }
}
.page-company section.sec-sec4 .block ul li h4 {
  font-size: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block ul li h4 {
    height: auto;
  }
}
.page-company section.sec-sec4 .block ul li p {
  margin-top: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block ul li p {
    margin-top: 12px;
  }
}
.page-company section.sec-sec4 .block ul li:first-child .box {
  background-image: url(../images/icon-value01.svg);
  background-size: 84px 87px;
  background-position: center 56px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block ul li:first-child .box {
    background-position: center 36px;
  }
}
.page-company section.sec-sec4 .block ul li:nth-child(2) .box {
  background-image: url(../images/icon-value02.svg);
  background-size: 89px 89px;
  background-position: center 54px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block ul li:nth-child(2) .box {
    padding: 166px 0 0;
  }
}
.page-company section.sec-sec4 .block ul li:last-child .box {
  background-image: url(../images/icon-value03.svg);
  background-size: 94px 74px;
  background-position: center 62px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec4 .block ul li:last-child .box {
    padding: 166px 0 0;
  }
}
.page-company section.sec-sec2 table {
  width: 100%;
  border-top: 1px solid #21548f;
  margin: 0px;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec2 table {
    margin: 0;
    width: 100%;
  }
}
.page-company section.sec-sec2 table th {
  background-color: #fff;
  padding: 0 30px;
  border-bottom: 1px solid #ddd;
  width: 200px;
  text-align: left;
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec2 table th {
    padding: 20px 25px;
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.page-company section.sec-sec2 table td {
  padding: 25px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.8;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec2 table td {
    width: 100%;
    display: block;
    padding: 20px 0px;
    font-size: 16px;
    line-height: 2;
    background-color: transparent;
  }
}
.page-company section.sec-sec2 table tr:last-child td {
  border-color: #21548f;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec2 table tr:last-child td {
    border-bottom: none;
  }
}
.page-company section.sec-sec2 table tr:last-child th {
  border-color: #21548f;
}
.page-company section.sec-sec3 {
  position: relative;
}
.page-company section.sec-sec3::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #f8f8f8;
  height: 593px;
  z-index: -1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec3::before {
    height: 200px;
  }
}
.page-company section.sec-sec3 .fr.between {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec3 .fr.between {
    display: block;
  }
}
.page-company section.sec-sec3 .map {
  width: calc(50% - 25px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec3 .map {
    width: auto;
    margin: 0 -24px;
  }
}
.page-company section.sec-sec3 .map iframe {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50vw - 25px);
  height: 450px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec3 .map iframe {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 300px;
  }
}
.page-company section.sec-sec3 .addressarea {
  padding: 0 0 35px;
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec3 .addressarea {
    padding: 30px 0 0;
    width: auto;
  }
}
.page-company section.sec-sec3 .addressarea .img {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec3 .addressarea .img {
    margin: 0 0 15px;
  }
}
.page-company section.sec-sec3 .addressarea .img img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec3 .addressarea .img {
    width: auto;
  }
}
.page-company section.sec-sec3 .addressarea .txt {
  margin-top: 30px;
  padding-left: 0px;
  line-height: 1.8;
  position: absolute;
  left: 0;
  top: 497px;
}
@media screen and (max-width: 767px) {
  .page-company section.sec-sec3 .addressarea .txt {
    position: relative;
    margin-top: 0;
    left: auto;
    top: auto;
    padding: 0 0 30px 0px;
  }
}
.page-company section.sec-sec3 .addressarea .txt a {
  color: #21548f;
  text-decoration: none;
}
.page-company section.sec-sec3 .addressarea .txt a:hover {
  text-decoration: underline;
}

/*==================================================
* page-privacy{
*================================================*/
.page-privacy section {
  position: relative;
}
.page-privacy section .ttlarea .h2 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .page-privacy section .ttlarea .h2 {
    font-size: 32px;
  }
}
.page-privacy section h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #21548f;
  margin-bottom: 20px;
}
.page-privacy section p {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-privacy section p {
    font-size: 15px;
  }
}
.page-privacy section p.text-right {
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-privacy section p.text-right {
    font-size: 14px;
    margin-top: 30px;
  }
}
.page-privacy section.sec1 {
  padding-bottom: 0;
}

/*==================================================
* overseas
*================================================*/
.oversea-catelist {
  margin-top: 35px;
}
.oversea-catelist .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.oversea-catelist .list li {
  padding-right: 25px;
  border-right: solid 1px #333;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}
.oversea-catelist .list li a {
  position: relative;
  display: block;
  padding-right: 25px;
  text-decoration: none;
}
.oversea-catelist .list li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
}
.oversea-catelist .list li a:hover {
  text-decoration: underline;
}

.overseas-archive {
  margin-top: 35px;
}
.overseas-archive + .overseas-archive {
  margin-top: 65px;
}
.overseas-archive .archive-wrap {
  position: relative;
  top: -37px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .overseas-archive .archive-wrap {
    top: -18px;
  }
}
.overseas-archive .archive-wrap .archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2.25%;
}
@media screen and (max-width: 767px) {
  .overseas-archive .archive-wrap .archive-list {
    gap: 40px 0;
  }
}
.overseas-archive .archive-wrap .archive-list li {
  width: 31.5%;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .overseas-archive .archive-wrap .archive-list li {
    width: 100%;
  }
}
.overseas-archive .archive-wrap .archive-list li .img {
  display: block;
  position: relative;
  overflow: hidden;
  height: 340px;
  transition: 0.3s ease;
}
.overseas-archive .archive-wrap .archive-list li .img:hover {
  opacity: 0.8;
}
.overseas-archive .archive-wrap .archive-list li .img img {
  transition: 0.3s ease;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.overseas-archive .archive-wrap .archive-list li .img span {
  display: block;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.overseas-archive .archive-wrap .archive-list li .img span.noimg {
  background-color: #f4f4f4;
}
.overseas-archive .archive-wrap .archive-list li .txt {
  margin-top: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .overseas-archive .archive-wrap .archive-list li .txt {
    margin-top: 30px;
  }
}
.overseas-archive .archive-wrap .archive-list li .txt .ttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .overseas-archive .archive-wrap .archive-list li .txt .ttl {
    font-size: 18px;
  }
}
.overseas-archive .archive-wrap .archive-list li .txt .desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .overseas-archive .archive-wrap .archive-list li .txt .desc {
    font-size: 15px;
  }
}
.overseas-archive .archive-wrap .archive-list li .txt .btn {
  display: block;
}
.overseas-archive .archive-wrap .archive-list li .txt .btn a {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 30px auto 0;
  width: 165px;
  border: 1px solid #21548f;
  background: #fff;
  color: #21548f;
  text-align: center;
  line-height: 52px;
  height: 54px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.overseas-archive .archive-wrap .archive-list li .txt .btn a::before {
  position: absolute;
  top: calc(50% - 0px);
  right: 25px;
  display: block;
  width: 22px;
  height: 8px;
  color: inherit;
  border-top: solid 1px;
  content: "";
}
.overseas-archive .archive-wrap .archive-list li .txt .btn a::after {
  position: absolute;
  top: calc(50% - 0px);
  right: 21px;
  display: block;
  width: 10px;
  height: 10px;
  color: inherit;
  border-right: solid 1px;
  content: "";
  letter-spacing: 0.05em;
  transform: rotate(-60deg) translateY(-50%);
}
.overseas-archive .archive-wrap .archive-list li .txt .btn a:hover {
  border-color: #21548f;
  background-color: #21548f;
  color: #fff;
}

.oversea-product-desc {
  line-height: 2;
}

.sec-oversea02 {
  background: #f8f8f8;
}
.sec-oversea02 .maininfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-oversea02 .maininfo .img {
  width: 31.5%;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .maininfo .img {
    width: 100%;
    max-width: 340px;
  }
}
.sec-oversea02 .maininfo .img img {
  transition: 0.3s ease;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  border-radius: 10px;
}
.sec-oversea02 .maininfo .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65.8%;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .maininfo .txt {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.sec-oversea02 .maininfo .txt .ttl {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .maininfo .txt .ttl {
    font-size: 25px;
  }
}
.sec-oversea02 .maininfo .txt .sub {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .maininfo .txt .sub {
    font-size: 20px;
  }
}
.sec-oversea02 .maininfo .txt .summary {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .maininfo .txt .summary {
    font-size: 16px;
  }
}
.sec-oversea02 .maininfo .txt .link {
  margin-top: 30px;
}
.sec-oversea02 .maininfo .txt .link a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .maininfo .txt .link a {
    font-size: 15px;
  }
}
.sec-oversea02 .maininfo .txt .link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 21px;
  background: url(../images/ico_newtab.svg) no-repeat left center/cover;
}
.sec-oversea02 .maininfo .txt .link a:hover {
  text-decoration: underline;
}
.sec-oversea02 .desc {
  margin-top: 34px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .desc {
    font-size: 15px;
  }
}
.sec-oversea02 .addinfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.sec-oversea02 .addinfo .img {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .addinfo .img {
    width: 100%;
    max-width: 227px;
  }
}
.sec-oversea02 .addinfo .img img {
  transition: 0.3s ease;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.sec-oversea02 .addinfo .txt {
  width: 76%;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .addinfo .txt {
    width: 100%;
    margin-top: 30px;
  }
}
.sec-oversea02 .addinfo .txt .txt-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-oversea02 .addinfo .txt .txt-flex + .txt-flex {
  margin-top: 32px;
}
.sec-oversea02 .addinfo .txt .txt-flex .head {
  width: 168px;
  padding: 10px 10px 10px 0;
  border-right: solid 1px #707070;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .addinfo .txt .txt-flex .head {
    width: 100%;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: solid 1px #707070;
    font-size: 16px;
  }
}
.sec-oversea02 .addinfo .txt .txt-flex .info {
  width: calc(100% - 208px);
  padding: 10px 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec-oversea02 .addinfo .txt .txt-flex .info {
    width: 100%;
    padding: 10px 0 0;
    font-size: 16px;
  }
}

.sec-oversea03 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec-oversea03 {
    font-size: 16px;
  }
}
.sec-oversea03 h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  color: #21548f;
}
@media screen and (max-width: 767px) {
  .sec-oversea03 h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.sec-oversea03 h3 {
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: solid 1px #707070;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-oversea03 h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.sec-oversea03 h4 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-oversea03 h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.sec-oversea03 h5 {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-oversea03 h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.sec-oversea03 * + h3 {
  margin-top: 40px;
}
.sec-oversea03 * + h4 {
  margin-top: 35px;
}
.sec-oversea03 * + h5 {
  margin-top: 30px;
}
.sec-oversea03 .back-btn {
  margin-top: 110px;
}
.sec-oversea03 .back-btn a {
  display: block;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  width: 220px;
  border: 1px solid #21548f;
  background: #fff;
  color: #21548f;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  height: 54px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.sec-oversea03 .back-btn a::before {
  position: absolute;
  top: calc(50% - 0px);
  left: 25px;
  display: block;
  width: 22px;
  height: 8px;
  color: inherit;
  border-top: solid 1px;
  content: "";
}
.sec-oversea03 .back-btn a::after {
  position: absolute;
  top: calc(50% - 9px);
  left: 18px;
  display: block;
  width: 10px;
  height: 10px;
  color: inherit;
  border-right: solid 1px;
  content: "";
  letter-spacing: 0.05em;
  transform: rotate(60deg) translateY(-50%);
}
.sec-oversea03 .back-btn a:hover {
  background: #21548f;
  color: #fff;
}/*# sourceMappingURL=main.css.map */