@charset "UTF-8";
@import url(normalize.css);
@import url(set.css);
/* =============================================================================
   VericalRhythm.scss
   ========================================================================== */
/* ページの基準になるbaseline（行の高さ） */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url(lity.min.css);
html {
  font-size: 24px; }
@media (min-width: 1000px) {
  html {
    font-size: 28px; } }

/**
 * `body`以降の要素のbaselineを
 * `html`に指定した`font-size`に定義する
 */
body {
  font-size: 0.583rem;
  line-height: 1rem; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* マージンは1remの倍数で指定 */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, figure, figcaption, blockquote, pre, table, caption, hr, form, fieldset {
  margin: 1rem 0 0; }

ul, ol {
  padding-left: 1.166rem; }

body {
  /* 40文字分の最大幅 */
  margin: 0 auto;
  padding: 0 0.583rem;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-kerning: normal; }

/* マージンは`1rem`の倍数で指定 */
h1 {
  margin: 1rem 0 0;
  font-size: 1.1rem;
  line-height: 1.2rem; }

h2 {
  margin: 1rem 0 0;
  font-size: .9rem;
  line-height: 1rem; }

h3 {
  margin: 1rem 0 0;
  font-size: .8rem;
  line-height: .9rem; }

h4 {
  margin: 1rem 0 0;
  font-size: .7rem;
  line-height: .8rem; }

h5 {
  margin: 1rem 0 0;
  font-size: .65rem;
  line-height: .7rem; }

h6 {
  margin: 1rem 0 0;
  font-size: .6rem;
  line-height: .7rem; }

p {
  margin: .5rem 0 0; }

@media screen and (max-width: 640px) {
  h1 {
    margin: 1rem 0 0;
    font-size: .9rem;
    line-height: 1.2rem; }

  h2 {
    margin: 1rem 0 0;
    font-size: .8rem;
    line-height: 1rem; }

  h3 {
    margin: 1rem 0 0;
    font-size: .7rem;
    line-height: .9rem; }

  h4 {
    margin: 1rem 0 0;
    font-size: .7rem;
    line-height: .8rem; }

  h5 {
    margin: 1rem 0 0;
    font-size: .7rem;
    line-height: .7rem; }

  h6 {
    margin: 1rem 0 0;
    font-size: .7rem;
    line-height: .7rem; } }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
html {
  box-sizing: border-box; }

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }
body {
  margin: 0;
  padding: 0;
  font-family: YakuHanJP, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  color: #1a1a1a;
  -ms-word-break: break-word;
  word-break: break-word; }
@media screen and (max-width: 768px) {
  body {
    font-weight: normal; } }
@media screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    font-weight: 300; } }

a {
  color: #001016;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
a::before, a::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
a:hover, a:focus, a:active {
  color: #16bdff;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
a:hover::before, a:hover::after, a:focus::before, a:focus::after, a:active::before, a:active::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
.cad a:hover, .cad a:focus, .cad a:active {
  color: #ff9b23; }
.bim a:hover, .bim a:focus, .bim a:active {
  color: #add8e6; }
.sd a:hover, .sd a:focus, .sd a:active {
  color: #ff0685; }
.c3dp a:hover, .3dp a:focus, .3dp a:active {
  color: #6ecbd9; }
.kankyo a:hover, .kankyo a:focus, .kankyo a:active {
  color: #8cc220; }
.cadstyle a:hover, .cadstyle a:focus, .cadstyle a:active {
  color: #9cbb2d; }

a.block-link {
  display: block;
  position: static;
  z-index: 0;
  color: #1a1a1a; }

a.block-link:hover {
  color: #00597c;
  cursor: pointer;
  opacity: .70;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
a.block-link:hover::before, a.block-link:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.more {
  padding-right: 1.5rem; }
.more:after {
  content: "\f138";
  font-family: 'fontAwesome';
  margin-left: 0.2rem; }

img.brightness:hover {
  filter: brightness(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
img.brightness:hover::before, img.brightness:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.common-btn {
  clear: both; }
@media screen and (max-width: 768px) {
  .common-btn {
    margin-top: 1rem; } }
.common-btn a, .common-btn input, .common-btn button {
  display: block;
  margin: 1rem auto 0;
  padding: 0.3rem 0;
  position: relative;
  width: 200px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #00a2e2;
  -webkit-box-shadow: 0 4px 8px 4px rgba(0, 147, 206, 0.08);
  box-shadow: 0 4px 8px 4px rgba(0, 147, 206, 0.08);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
.cad .common-btn a, .cad .common-btn input, .cad .common-btn button {
  background: #ef8200; }
.bim .common-btn a, .bim .common-btn input, .bim .common-btn button {
  background: #add8e6; }
.sd .common-btn a, .sd .common-btn input, .sd .common-btn button {
  background: #d2006b; }
.c3dp .common-btn a, .3dp .common-btn input, .3dp .common-btn button {
  background: #45bdcf; }
.kankyo .common-btn a, .kankyo .common-btn input, .kankyo .common-btn button {
  background: #8cc220; }
.cadstyle .common-btn a, .cadstyle .common-btn input, .cadstyle .common-btn button {
  background: #8ba628; }
.lp .common-btn a, .lp .common-btn input, .lp .common-btn button {
  font-size: .8rem;
  margin-top: 0;
  padding: .5rem 0;
  background: #1875f0 !important;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
@media screen and (min-width: 769px) {
  .lp .common-btn a, .lp .common-btn input, .lp .common-btn button {
    width: 480px; } }
@media screen and (max-width: 768px) {
  .lp .common-btn a, .lp .common-btn input, .lp .common-btn button {
    width: 240px;
    font-size: 0.6rem; } }
.post-body .common-btn a, .post-body .common-btn input, .post-body .common-btn button {
  text-decoration: none; }
.common-btn a::before, .common-btn a::after, .common-btn input::before, .common-btn input::after, .common-btn button::before, .common-btn button::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
.common-btn a:after, .common-btn input:after, .common-btn button:after {
  content: "\f105";
  font-family: 'fontAwesome';
  margin-left: 0.2rem;
  font-size: 0.45rem;
  position: absolute;
  top: 40%;
  right: 10px;
  color: #fff; }
.lp .common-btn a:after, .lp .common-btn input:after, .lp .common-btn button:after {
  top: 30%;
  font-size: 0.8rem; }
.common-btn a:hover, .common-btn input:hover, .common-btn button:hover {
  color: #FFF;
  cursor: pointer;
  background: #00b1f6; }
.cad .common-btn a:hover, .cad .common-btn input:hover, .cad .common-btn button:hover {
  background: #ff8d04; }
.bim .common-btn a:hover, .bim .common-btn input:hover, .bim .common-btn button:hover {
  background: #add8e6; }
.sd .common-btn a:hover, .sd .common-btn input:hover, .sd .common-btn button:hover {
  background: #e60075; }
.c3dp .common-btn a:hover, .3dp .common-btn input:hover, .3dp .common-btn button:hover {
  background: #55c3d3; }
.kankyo .common-btn a:hover, .kankyo .common-btn input:hover, .kankyo .common-btn button:hover {
  background: #99d423; }
.cadstyle .common-btn a:hover, .cadstyle .common-btn input:hover, .cadstyle .common-btn button:hover {
  background: #99b62c; }
.common-btn a:hover:after, .common-btn input:hover:after, .common-btn button:hover:after {
  right: 8px; }
.common-btn.white {
  border: 2px solid #fff; }
.common-btn.white a {
  color: #FFF;
  font-weight: normal; }
.common-btn.white a:after {
  color: #FFF; }
.common-btn.white:hover {
  background: rgba(26, 26, 26, 0.1); }
.common-btn.left {
  float: none;
  display: inline-block;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .tb-over {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .tb-under {
    display: none !important; } }

.center {
  text-align: center; }

.right {
  float: right; }

.left {
  float: left; }

.red {
  color: #cf4444; }

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

img.right {
  margin: 0 0 1em 1em; }

img.left {
  margin: 0 1em 1em 0; }

@media screen and (min-width: 769px) {
  .img-right {
    float: right;
    margin: 0 0 1em 1em; }

  .img-left {
    float: left;
    margin: 0 1em 1em 0; } }

/*# CADstyle Quiz iframe 2020.3.17 Nakaida */
 .img-center{
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .img-right, .img-left {
    padding-bottom: 1rem; } }
picture {
  display: block;
  margin-top: 0.5rem; }

.clear {
  clear: both; }
.clear::after {
  content: "";
  display: block;
  clear: both; }

.inner {
  margin: 0 auto;
  padding: 2rem 0rem;
  width: 1080px;
  overflow: hidden; }
@media screen and (max-width: 768px) {
  .inner {
    padding: 2rem 1rem;
    width: 100%; } }
.index .container .inner {
  width: 100%;
  padding-bottom: 4rem; }
@media screen and (max-width: 768px) {
  .index .container .inner {
    padding-bottom: 2rem; } }

.m-0 {
  margin: 0 !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-t-0 {
  margin-top: 0rem !important; }

.m-t-05 {
  margin-top: 0.5rem !important; }

.m-t-2 {
  margin-top: 2rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-b-0 {
  margin-bottom: 0rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-b-2 {
  margin-bottom: 2rem !important; }

.m-b-4 {
  margin-bottom: 4rem !important; }

.note {
  padding-left: 1em;
  text-indent: -1em; }

.t-shadow {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8); }

.t-shadow-black {
  text-shadow: 1px 1px 0 rgba(26, 26, 26, 0.3); }

.img-hover {
  overflow: hidden;
  display: block; }
.img-hover img {
  transition-duration: 0.3s; }
.img-hover img:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
  opacity: .9; }

.external:after {
  content: "\f08e";
  font-family: 'fontAwesome';
  font-size: 0.4rem;
  margin-left: 0.2rem;
  color: #919799; }

.flex-conts, .g-nav-upper, .feature-menu ul, .lower-box ul, .feature-menu li > a, .lower-box li > a, .modal-menu, .modal-menu a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.box-shadow-light, .cooperation-companies .inner, .cooperation-companies-exam .inner {
  -webkit-box-shadow: 0 4px 16px 4px #eef3f5;
  box-shadow: 0 4px 16px 4px #eef3f5; }

.fwm {
  font-weight: 400; }

.indent {
  margin-left: 1em; }

.module-2 {
  width: 50%;
  display: block;
  float: left; }
@media screen and (max-width: 768px) {
  .module-2 {
    width: 100%;
    float: none; } }

.module-3 {
  width: 33.33333%;
  display: block;
  float: left; }
@media screen and (max-width: 768px) {
  .module-3 {
    width: 100%;
    float: none; } }

.module-4 {
  width: 25%;
  display: block;
  float: left; }
@media screen and (max-width: 768px) {
  .module-4 {
    width: 50%; } }

.page {
  overflow: hidden; }

.container {
  margin: 0 auto;
  width: 100%; }
.container::after {
  content: "";
  display: block;
  clear: both; }
@media screen and (max-width: 768px) {
  .lower .container {
    margin-top: 60px; } }
@media screen and (min-width: 769px) {
  .lower .container {
    margin-top: 80px; } }

.wrap {
  clear: both;
  margin-top: 1rem;
  overflow: hidden; }

.post-body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: normal;
  word-break: normal; }
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5 {
  font-weight: 500;
  clear: both; }
.post-body h1, .post-body h2 {
  padding-bottom: 0.25rem;
  position: relative; }
.post-body a {
  text-decoration: underline; }
.post-body a:hover {
  text-decoration: none; }
.post-body ul, .post-body ol {
  margin: 10px;
  margin-left: .25rem; }
.post-body ul li, .post-body ol li {
  margin-top: .25em; }
.tab-conts.event .post-body ul, .tab-conts.event .post-body ol {
  margin-left: 0; }
.post-body dl dt {
  margin-top: 0.5rem;
  font-weight: 500; }
.post-body dl dt:first-child {
  margin-top: 0; }
.post-body dl dd {
  margin-left: 1em; }
.post-body table {
  margin: .5rem 0 0;
  border-left: 1px solid #C9CACA;
  border-bottom: 1px solid #C9CACA; }
.post-body table th, .post-body table td {
  text-align: left;
  padding: .5em 1em; }
.post-body table th {
  border-top: 1px solid #C9CACA;
  border-right: 1px solid #C9CACA; }
.post-body table td {
  border-top: 1px solid #C9CACA;
  border-right: 1px solid #C9CACA; }
.post-body blockquote {
  display: block;
  margin: 20px 10px;
  padding: 10px 20px;
  border-left: 4px solid #C9CACA; }
.post-body small {
  line-height: 1.6;
  display: inline-block; }
.post-body pre {
  display: block;
  margin: 20px 10px;
  padding: 10px 20px;
  border: 1px solid #C9CACA; }
.post-body hr {
  display: block;
  margin: 10px 0;
  height: 1px;
  background: #C9CACA; }
.post-body sub, .post-body sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
.post-body sup {
  top: -0.5em; }
.post-body sub {
  bottom: -0.25em; }

.section-title, .org .subheading {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  letter-spacing: .1em;
  position: relative; }
.section-title:after, .org .subheading:after {
  content: "";
  display: block;
  height: 1px;
  width: 4rem;
  background: #1a1a1a;
  margin: 1rem auto; }
@media screen and (max-width: 768px) {
  .section-title:after, .org .subheading:after {
    margin: 0.5rem auto; } }
.page-header .section-title, .page-header .org .subheading, .org .page-header .subheading {
  margin-top: 0; }
@media screen and (max-width: 768px) {
  .page-header .section-title, .page-header .org .subheading, .org .page-header .subheading {
    text-align: left; }
  .page-header .section-title:after, .page-header .org .subheading:after, .org .page-header .subheading:after {
    content: none; } }
@media screen and (max-width: 768px) {
  .section-title, .org .subheading {
    margin-top: 1rem;
    font-size: .6rem;
    font-weight: 700;
    line-height: 1.2; } }
@media screen and (min-width: 768px) and (max-width: 769px) {
  .common-lower .section-title, .common-lower .org .subheading, .org .common-lower .subheading {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 2.4rem; } }

.content-title, .faq-conts dt {
  color: #00a2e2;
  letter-spacing: .1em;
  font-weight: 700 !important;
  position: relative; }
.content-title:after, .faq-conts dt:after {
  content: "";
  font-size: 1rem;
  color: #00a2e2;
  display: block;
  margin-top: 0.5rem;
  width: 2rem;
  height: 4px !important;
  background: #00a2e2; }
.cad .content-title, .cad .faq-conts dt, .faq-conts .cad dt {
  color: #e57c00; }
.cad .content-title:after, .cad .faq-conts dt:after, .faq-conts .cad dt:after {
  color: #ef8200;
  background: #ef8200; }
.bim .content-title, .bim .faq-conts dt, .faq-conts .bim dt {
  color: #add8e6; }
.bim .content-title:after, .bim .faq-conts dt:after, .faq-conts .bim dt:after {
  color: #add8e6;
  background: #add8e6; }
.sd .content-title, .sd .faq-conts dt, .faq-conts .sd dt {
  color: #c80066; }
.sd .content-title:after, .sd .faq-conts dt:after, .faq-conts .sd dt:after {
  color: #d2006b;
  background: #d2006b; }
.c3dp .content-title, .3dp .faq-conts dt, .faq-conts .3dp dt {
  color: #3dbacd; }
.c3dp .content-title:after, .3dp .faq-conts dt:after, .faq-conts .3dp dt:after {
  color: #45bdcf;
  background: #45bdcf; }
.kankyo .content-title, .kankyo .faq-conts dt, .faq-conts .kankyo dt {
  color: #86b91f; }
.kankyo .content-title:after, .kankyo .faq-conts dt:after, .faq-conts .kankyo dt:after {
  color: #8cc220;
  background: #8cc220; }
.cadstyle .content-title, .cadstyle .faq-conts dt, .faq-conts .cadstyle dt {
  color: #849e26; }
.cadstyle .content-title:after, .cadstyle .faq-conts dt:after, .faq-conts .cadstyle dt:after {
  color: #8ba628;
  background: #8ba628; }
.content-title.center:after, .faq-conts dt.center:after {
  margin: .5rem auto 0; }

.font-small {
  font-size: 0.8rem;
  line-height: 1rem; }
@media screen and (max-width: 768px) {
  .font-small {
    font-size: 0.6rem;
    line-height: .7rem; } }

.color-black {
  color: #1a1a1a !important; }

.main-img {
  overflow: hidden;
  width: 100%;
  background-image: url("../img/bg-square.png");
  background-repeat: repeat;
  position: relative; }
.main-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 30%; }
@media screen and (max-width: 768px) {
  .main-img:before {
    padding-top: 100%; } }
.index .main-img {
  overflow: visible; }
.index .main-img:before {
  padding-top: 45%; }
.cadstyle .main-img {
  overflow: visible; }
.cadstyle .main-img:before {
  padding-top: 40%; }
.main-img > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  background-image: url("../img/main-img-01.jpg");
  background-repeat: no-repeat;
  background-position: top 25% left 50%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; }
@media screen and (max-width: 768px) {
  .main-img > .inner {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
.index .main-img > .inner {
  width: 100%; }
.cad .main-img > .inner {
  overflow: visible;
  background-image: url("../img/cad/main-img-01.jpg");
  background-position: top 25% left 70%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.bim .main-img > .inner {
  overflow: visible;
  background-image: url("../img/bim/main-img-01.jpg");
  background-position: top 25% left 70%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.sd .main-img > .inner {
  overflow: visible;
  background-image: url("../img/sd/main-img-01.jpg");
  background-position: top 25% left 70%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.c3dp .main-img > .inner {
  overflow: visible;
  background-image: url("../img/3dp/main-img-01.jpg");
  background-position: top 25% left 70%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.kankyo .main-img > .inner {
  overflow: visible;
  background-image: url("../img/kankyo/main-img-01.jpg");
  background-position: top 25% left 70%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.cadstyle .main-img > .inner {
  overflow: visible;
  background-image: url("../img/cadstyle/main-img-01.jpg");
  background-position: bottom 0% left 70%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%; }
.main-img b {
  font-size: 1.8rem;
  line-height: 1.4;
  display: block;
  margin: 1rem 1.5rem 0;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
  letter-spacing: .1em; }
.cadstyle .main-img b {
  color: #fff; }
@media screen and (max-width: 768px) {
  .main-img b {
    margin: 2rem 1rem 0;
    font-size: 0.8rem;
    white-space: nowrap; } }
.main-img .text {
  margin: 1rem 1.5rem 0;
  font-size: .7rem;
  line-height: 1.2;
  width: 20rem; }
@media screen and (min-width: 769px) {
  .index .main-img .text {
    font-size: 0.65rem;
    margin-top: 3.5rem; } }
@media screen and (min-width: 769px) {
  .main-img .text {
    letter-spacing: .1em; } }
@media screen and (max-width: 768px) {
  .main-img .text {
    margin: 1rem 1rem 0;
    font-size: 0.5rem;
    width: 61.8%; } }
.main-img .text p {
  display: inline;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.4); }
.second .main-img .main-copy {
  position: absolute;
  left: -2rem;
  display: block;
  width: 54%;
  z-index: 1;
  padding: 1rem;
  top: 2rem; }
.cad .second .main-img .main-copy {
  background-image: linear-gradient(-90deg, #ff850a, #ff9d0a); }
.bim .second .main-img .main-copy {
  background-image: linear-gradient(-90deg, #add8e6, #add8e6); }
.sd .second .main-img .main-copy {
  background-image: linear-gradient(-90deg, #e90c94, #ff7ab2); }
.c3dp .second .main-img .main-copy {
  background-image: linear-gradient(-90deg, #34a4a8, #6cc5e0); }
.kankyo .second .main-img .main-copy {
  background-image: linear-gradient(-90deg, #83c11f, #93c11f); }
.cadstyle .second .main-img .main-copy {
  top: 1rem;
  background: #DD540F; }
@media screen and (max-width: 768px) {
  .second .main-img .main-copy {
    top: 1rem;
    left: 1rem;
    padding: 0.5rem;
    width: 60%; }
  .cadstyle .second .main-img .main-copy {
    top: 0.1rem;
    left: 0.1rem;
    padding: 0.25rem; } }
.second .main-img .main-copy b {
  font-size: .9rem;
  margin: 0; }
@media screen and (max-width: 768px) {
  .second .main-img .main-copy b {
    font-size: 0.6rem;
    letter-spacing: 0; } }
.second .main-img .main-copy .text {
  font-size: 0.6rem;
  margin: 0;
  margin-top: 0.5rem;
  font-weight: normal;
  width: 100%; }
@media screen and (max-width: 768px) {
  .second .main-img .main-copy .text {
    font-size: 0.425rem; } }
.second .main-img .button {
  width: 100%;
  position: absolute;
  right: 1rem;
  bottom: 1rem; }
.second .main-img .button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%; }
.second .main-img .button ul li {
  border-bottom: none;
  margin-top: .5rem;
  width: 240px;
  margin-left: 0.2rem; }
@media screen and (max-width: 768px) {
  .second .main-img .button ul li {
    width: 90px; } }
.second .main-img .button ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: .6rem;
  font-weight: 500;
  background-color: #fff;
  padding: .75rem 0;
  padding-left: .5rem;
  -webkit-box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.02);
  position: relative; }
@media screen and (max-width: 768px) {
  .second .main-img .button ul li a {
    padding: .6rem .25rem;
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    -webkit-align-items: center;
    align-items: center; } }
.second .main-img .button ul li a:after {
  content: "\f138";
  font-family: 'fontAwesome';
  margin-left: 0.2rem;
  font-size: 0.5rem;
  position: absolute;
  top: 35%;
  right: 10px; }
@media screen and (max-width: 768px) {
  .second .main-img .button ul li a:after {
    top: auto;
    left: calc(50% - .5em);
    bottom: .1rem;
    font-size: 0.45rem; } }
.cad .second .main-img .button ul li a:after {
  color: #ef8200; }
.bim .second .main-img .button ul li a:after {
  color: #add8e6; }
.sd .second .main-img .button ul li a:after {
  color: #d2006b; }
.c3dp .second .main-img .button ul li a:after {
  color: #45bdcf; }
.kankyo .second .main-img .button ul li a:after {
  color: #8cc220; }
.cad .second .main-img .button ul li a {
  border-bottom: 4px solid #ef8200; }
.bim .second .main-img .button ul li a {
  border-bottom: 4px solid #add8e6; }
.sd .second .main-img .button ul li a {
  border-bottom: 4px solid #d2006b; }
.c3dp .second .main-img .button ul li a {
  border-bottom: 4px solid #45bdcf; }
.kankyo .second .main-img .button ul li a {
  border-bottom: 4px solid #8cc220; }
.second .main-img .button ul li a:hover {
  color: #fff; }
.cad .second .main-img .button ul li a:hover {
  background: #ef8200; }
.bim .second .main-img .button ul li a:hover {
  background: #add8e6; }
.sd .second .main-img .button ul li a:hover {
  background: #d2006b; }
.c3dp .second .main-img .button ul li a:hover {
  background: #45bdcf; }
.kankyo .second .main-img .button ul li a:hover {
  background: #8cc220; }
.second .main-img .button ul li a:hover:after {
  color: #FFF; }

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .second .main-img .main-copy {
    top: 0;
    left: 0; } }
.main-img-wrap {
  margin: 0 auto;
  width: 1080px;
  overflow: visible; }
@media screen and (max-width: 768px) {
  .main-img-wrap {
    width: 100%; } }

.g-header {
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  border-top: 4px solid #00a2e2;
  border-bottom: 1px solid #f1f5f7; }
.cad .g-header {
  border-top: 4px solid #ef8200; }
.bim .g-header {
  border-top: 4px solid #add8e6; }
.sd .g-header {
  border-top: 4px solid #d2006b; }
.c3dp .g-header {
  border-top: 4px solid #45bdcf; }
.kankyo .g-header {
  border-top: 4px solid #8cc220; }
.cadstyle .g-header {
  border-top: 2px solid #DD540F; }
.cadstyle .g-header:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #8ba628; }
.lp .g-header {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border: none; }
@media screen and (min-width: 769px) {
  .g-header {
    height: 115px; }
  .lower .g-header {
    background: #1a1a1a; } }
@media screen and (max-width: 768px) {
  .g-header {
    overflow: visible;
    height: 68px; } }
.g-header .logo {
  float: left;
  margin: 0;
  margin-left: 2rem;
  padding: 0;
/* 400 -> 360px 変更　2020.11.16 */
  width: 360px;
  height: 105px;
  font-size: 0;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("../img/logo-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

/* 320 -> 300px 変更　2020.11.16 */
.cad .g-header .logo {
  width: 300px;
  background-image: url("../img/cad/logo-cad-01.svg"); }
@media screen and (max-width: 768px) {
  .cad .g-header .logo {
    width: calc(100% - 160px); } }
.bim .g-header .logo {
  width: 320px;
  background-image: url("../img/bim/logo-bim-01.png"); }
@media screen and (max-width: 768px) {
  .bim .g-header .logo {
    width: calc(100% - 160px); } }
.sd .g-header .logo {
  width: 320px;
  background-image: url("../img/sd/logo-sd-01.svg"); }
@media screen and (max-width: 768px) {
  .sd .g-header .logo {
    width: calc(100% - 160px); } }
.c3dp .g-header .logo {
  width: 320px;
  background-image: url("../img/3dp/logo-3dp-01.svg"); }
@media screen and (max-width: 768px) {
  .3dp .g-header .logo {
    width: calc(100% - 160px); } }
.kankyo .g-header .logo {
  width: 400px;
  background-image: url("../img/kankyo/logo-kankyo-01.svg"); }
@media screen and (max-width: 768px) {
  .kankyo .g-header .logo {
    width: calc(100% - 160px); } }
.cadstyle .g-header .logo {
  width: 320px;
  background-image: url("../img/cadstyle/logo-cadstyle-01.png"); }
@media screen and (max-width: 768px) {
  .cadstyle .g-header .logo {
    width: calc(100% - 160px); } }
@media screen and (max-width: 768px) {
  .g-header .logo {
    width: 240px;
    height: 64px;
    white-space: nowrap;
    margin-left: .5rem; } }
.g-header .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
/* = logo width 176 -> 100, nav-area width 700 -> 776 変更　20201112*/
@media screen and (min-width: 769px) and (max-width: 1028px) {
  .g-header .logo {
    width: 100px; } }
.global-nav-area {
  background: none;
  float: right;
  max-width: 776px;
  padding-right: 2rem; }

@media screen and (min-width: 769px) {
  .g-nav {
    background: none;
    float: right; }
/* = main-nav margin 0 -> 20 変更　20201112*/
  .g-nav .main-nav {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0; }
  .g-nav .main-nav li {
    display: table-cell;
    height: 68px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    font-size: .55rem;
    line-height: .55rem;
    text-align: center;
    position: relative; }
  .fixed-nav .g-nav .main-nav li, .lower .g-nav .main-nav li {
    color: #fff; }
  .g-nav .main-nav li a {
    display: block;
    padding: 0 1rem; }
  .second .g-nav .main-nav li a {
    padding: 0 .75rem; }
  .g-nav .main-nav li a:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #00a2e2; }
  .g-nav .main-nav li a:hover::before, .g-nav .main-nav li a:hover::after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .cad .g-nav .main-nav li a:hover {
    color: #ef8200; }
  .bim .g-nav .main-nav li a:hover {
    color: #add8e6; }
  .sd .g-nav .main-nav li a:hover {
    color: #d2006b; }
  .c3dp .g-nav .main-nav li a:hover {
    color: #45bdcf; }
  .kankyo .g-nav .main-nav li a:hover {
    color: #8cc220; }
  .g-nav .main-nav li a:after {
    content: "";
    display: block;
    margin-top: 0.2rem;
    width: 0;
    height: 1px;
    transform: scaleX(0, 1);
    background: #00a2e2; }
  .cad .g-nav .main-nav li a:after {
    background: #ef8200; }
  .bim .g-nav .main-nav li a:after {
    background: #add8e6; }
  .sd .g-nav .main-nav li a:after {
    background: #d2006b; }
  .c3dp .g-nav .main-nav li a:after {
    background: #45bdcf; }
  .kankyo .g-nav .main-nav li a:after {
    background: #8cc220; }
  .g-nav .main-nav li a:hover:after {
    width: 100%;
    transform: scaleX(1); }
  .g-nav .main-nav li.active a:after {
    width: 100%;
    transform: scaleX(1); }
  .g-nav .main-nav li.parent {
    position: relative; }
  .g-nav .main-nav li.parent:hover {
    cursor: pointer; }
  .g-nav .main-nav li.parent:after {
    position: absolute;
    left: calc(50% - .25em);
    bottom: .6rem;
    content: "\f105";
    font-family: 'fontAwesome';
    margin-left: .1rem;
    display: inline-block;
    line-height: 0;
    -webkit-transition: all 0.04s;
    transition: all 0.04s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .g-nav .main-nav li.parent:after::before, .g-nav .main-nav li.parent:after::after {
    -webkit-transition: all 0.04s;
    transition: all 0.04s; }
  .g-nav ul.child {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 60px;
    left: -1rem;
    list-style: none;
    background: rgba(0, 162, 226, 0.8);
    z-index: 99; }
  .g-nav ul.child li {
    display: block;
    text-align: left; }
  .g-nav ul.child li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px; }
  .g-nav ul.child li a:hover {
    color: #FFF; }
  .g-nav ul.child li a:after {
    content: "";
    display: block;
    margin-top: -1rem;
    width: 0;
    height: 1px;
    transform: scaleX(0, 1);
    background: #fff; }
  .g-nav ul.child li a:hover:after {
    width: 100%;
    transform: scaleX(1); } }

.g-nav-upper {
  margin-top: 0.25rem;
  float: right;
  padding-right: 1rem;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-left: auto; }
.g-nav-upper .upper-right {
  margin-left: 20px;
  text-align: center; }
.g-nav-upper .upper-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
.g-nav-upper .upper-right li {
  display: inline-block;
  font-size: .47rem; }
.g-nav-upper .upper-right a {
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 0.1rem;
  padding: 0 0.5rem;
  display: block;
  color: #FFF;
  font-weight: 500;
  background: #00a2e2; }
.g-nav-upper .upper-right a:hover {
  background: #00b4fc; }
.cad .g-nav-upper .upper-right a {
  background: #ef8200; }
.cad .g-nav-upper .upper-right a:hover {
  background: #ff8f0a; }
.bim .g-nav-upper .upper-right a {
  background: #add8e6; }
.bim .g-nav-upper .upper-right a:hover {
  background: #1e90ff; }
.sd .g-nav-upper .upper-right a {
  background: #d2006b; }
.sd .g-nav-upper .upper-right a:hover {
  background: #ec0078; }
.c3dp .g-nav-upper .upper-right a {
  background: #45bdcf; }
.c3dp .g-nav-upper .upper-right a:hover {
  background: #59c4d4; }
.kankyo .g-nav-upper .upper-right a {
  background: #8cc220; }
.kankyo .g-nav-upper .upper-right a:hover {
  background: #9cd824; }

.custom-search {
  width: 220px;
  height: 30px;
  display: flex; }
@media screen and (max-width: 768px) {
  .custom-search {
    width: calc(100% - 100px);
    position: absolute;
    top: 0.8rem;
    left: 1rem; }
  .custom-search input[type="text"] {
    background: #FFF;
    font-size: 16px; }
  .custom-search input[type="text"]:focus {
    background: #FFF; }
  .custom-search input:focus, .custom-search textarea:focus {
    background-color: #fff8dc; } }

input.gsc-search-button {
  box-sizing: content-box; }

.gsc-control-cse {
  padding: 0 !important; }

.custom-search table {
  margin: 0; }

table.gsc-search-box td {
  vertical-align: top !important; }

div#___gcse_0 {
  width: 100%; }

table.gsc-search-box td.gsc-input {
  width: 183px !important; }

.gsc-search-button-v2 {
  padding: 6px !important; }

.gsc-input-box {
  border: 1px solid #e4ecf0 !important;
  background-color: #f1f5f7 !important; }

input.gsc-input {
  background-color: #f1f5f7 !important; }

.button-menu {
  position: relative; }
.button-menu button {
  display: block;
  border: none;
  padding: 0;
  width: 32px;
  color: #333;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 15px;
  z-index: 1001;
  text-align: center;
  outline: none;
  font-size: 0.4rem;
  background: none; }
.button-menu button:after {
  content: "menu";
  text-transform: uppercase;
  white-space: nowrap; }
.button-menu button span.bar {
  display: block;
  height: 2px;
  background-color: #00a2e2;
  margin: 8px 0;
  transition: all 0.2s;
  transform-origin: 0 0; }
.cad .button-menu button span.bar {
  background: #ef8200; }
.bim .button-menu button span.bar {
  background: #add8e6; }
.sd .button-menu button span.bar {
  background: #d2006b; }
.c3dp .button-menu button span.bar {
  background: #45bdcf; }
.kankyo .button-menu button span.bar {
  background: #8cc220; }
.button-menu button .close {
  letter-spacing: 0.08em;
  display: none; }
.button-menu button .menu {
  display: block;
  color: #00a2e2; }
.button-menu button.active .bar1 {
  transform: rotate(38deg); }
.button-menu button.active .bar2 {
  opacity: 0; }
.button-menu button.active .bar3 {
  transform: rotate(-38deg); }
.button-menu span.bar.bar3 {
  margin-bottom: 6px; }

.sp-nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s , visibility 0.3s;
  width: 100%;
  background: #f1f5f7;
  position: fixed;
  top: 68px;
  padding-top: 68px;
  top: 0;
  left: 0;
  height: 100%;
  padding-bottom: 80px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
.sp-nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 999; }
.sp-nav ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  border-top: 1px solid #fff; }
.sp-nav ul li {
  border-bottom: 1px solid #fff; }
.sp-nav ul li a {
  display: block;
  padding: .75rem 1.25rem;
  font-weight: 500;
  line-height: 1;
  position: relative; }
.sp-nav ul li a:before {
  content: "\f054";
  font-size: 0.4rem;
  font-family: 'fontAwesome';
  margin-right: 0.5rem;
  position: absolute;
  top: calc(50% - .5em);
  right: 0.55rem;
  color: #00a2e2; }
.cad .sp-nav ul li a:before {
  color: #ef8200; }
.bim .sp-nav ul li a:before {
  color: #add8e6; }
.sd .sp-nav ul li a:before {
  color: #d2006b; }
.c3dp .sp-nav ul li a:before {
  color: #45bdcf; }
.kankyo .sp-nav ul li a:before {
  color: #8cc220; }
.sp-nav ul.child {
  margin-bottom: 0; }
.sp-nav ul.child li {
  font-size: 0.5rem; }
.sp-nav ul.child li:last-child {
  border-bottom: none; }
.sp-nav ul.child li a {
  font-weight: 400;
  padding-left: 1.5rem; }

.button-menu {
  position: absolute;
  top: 4px;
  right: 0;
  width: 64px;
  height: 64px;
  text-align: center;
  background: #f1f5f7;
  z-index: 999; }

body.open {
  overflow: hidden; }

.w100 {
  width: 100%; }

.path {
  margin-top: 2rem;
  float: left;
  padding: .5rem 2rem;
  width: 100%;
  font-weight: 300;
  font-size: .45rem;
  border-bottom: 1px solid #f1f5f7;
  background: #f1f5f7;
  text-transform: uppercase; }
.path .inner {
  padding: 0; }
.path ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table; }
.path ul li {
  display: table-cell;
  padding-right: 1rem;
  position: relative; }
.path ul li:after {
  content: "\f054";
  font-size: 0.3rem;
  font-family: 'fontAwesome';
  color: #919799;
  position: absolute;
  top: .05rem;
  right: .4rem; }
.path ul li:last-child:after {
  display: none; }
@media screen and (max-width: 768px) {
  .path {
    width: 100%;
    margin-top: 0;
    padding: 0.25rem 0; }
  .path ul {
    margin-bottom: 0;
    font-size: 0.45rem;
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
  .path ul li {
    flex: none;
    padding: 0 8px; }
  .path ul li:after {
    right: -0.1rem; } }

@media screen and (max-width: 768px) {
  .g-footer {
    padding: 0; } }
.g-footer .inner {
  position: relative;
  overflow: visible;
  padding-bottom: 2rem; }
@media screen and (max-width: 768px) {
  .g-footer .inner {
    padding: 0; } }
.g-footer .wrap {
  display: table;
  width: 100%;
  margin-top: 0; }
.g-footer .wrap::after {
  content: "";
  display: block;
  clear: both; }
@media screen and (max-width: 768px) {
  .g-footer .wrap {
    display: block;
    padding: 1rem; } }
.g-footer .left, .g-footer .right {
  display: table-cell;
  width: 61.8%; }
@media screen and (max-width: 768px) {
  .g-footer .left, .g-footer .right {
    display: block;
    width: 100%; } }
.g-footer .right {
  width: 38.2%; }
@media screen and (max-width: 768px) {
  .g-footer .right {
    width: 100%; } }
.g-footer .right p {
  margin-bottom: 0;
  line-height: 1; }
.g-footer .right i {
  color: #3B5998;
  margin-right: 0.1rem; }
.g-footer .logo {
  width: 320px;
  height: 52px;
  font-size: 0;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("../img/logo-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
@media screen and (max-width: 768px) {
  .g-footer .logo {
    width: 80%; } }
.g-footer .logo a {
  display: block;
  height: 100%; }
.lp .g-footer .wrap {
  overflow: visible; }
.lp .g-footer .logo {
  position: relative; }
.lp .g-footer .logo .syusai {
  position: absolute;
  top: -.6rem;
  left: 0;
  font-size: 0.6rem;
  font-weight: 500; }


.foot-nav, .foot-lower-nav {
  margin: 0 .5rem 0; }
.foot-nav ul, .foot-lower-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
.foot-nav li, .foot-lower-nav li {
  font-size: 0.5rem;
  display: inline-block;
  margin-right: 1rem; }
@media screen and (max-width: 768px) {
  .foot-nav li, .foot-lower-nav li {
    margin-right: 0.5rem; } }
.foot-nav p, .foot-lower-nav p {
  margin-top: 0; }

@media screen and (min-width: 769px) {
  .foot-nav {
    margin-top: 1rem; } }
@media screen and (max-width: 768px) {
  .foot-nav {
    margin: 0; } }
.foot-nav li:before {
  content: "-";
  margin-right: 0.1rem;
  margin-left: 0.1rem;
  font-weight: 700; }
.foot-nav p a {
  margin-right: 1rem;
  font-weight: 500; }

.g-footer__lower {
  margin-top: 1rem;
  padding-top: .5rem;
  position: relative;
  border-top: 1px solid #919799; }
@media screen and (max-width: 768px) {
  .g-footer__lower {
    margin-top: 0;
    padding-top: 0.25rem; } }

@media screen and (min-width: 769px) {
  .foot-lower-nav {
    padding-right: 200px; } }
.foot-lower-nav li {
  font-size: 0.45rem; }

.copy {
  font-family: "Lato", sans-serif;
  line-height: 1rem; }
@media screen and (min-width: 769px) {
  .copy {
    position: absolute;
    top: .5rem;
    right: 0;
    margin: 0;
    font-size: .5rem; } }
.copy b {
  font-weight: 400; }
@media screen and (max-width: 768px) {
  .copy {
    border-top: 1px solid #f1f5f7;
    font-size: .5rem;
    padding-left: 1rem;
    margin-top: 0; } }

.page-top {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 52px;
  height: 52px;
  text-align: center;
  z-index: 9; }
@media screen and (max-width: 768px) {
  .page-top {
    display: none; } }
.page-top a {
  color: #FFF;
  color: #00a2e2;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 65px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0; }
.cad .page-top a {
  color: #ef8200; }
.bim .page-top a {
  color: #add8e6; }
.sd .page-top a {
  color: #d2006b; }
.c3dp .page-top a {
  color: #45bdcf; }
.kankyo .page-top a {
  color: #8cc220; }
.page-top a:before {
  content: "\f106";
  font-family: 'fontAwesome';
  font-size: 1.2rem;
  position: absolute;
  right: calc(50% - .3em);
  top: -8px; }
.page-top a:hover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #00a2e2;
  color: #FFF; }
.page-top a:hover::before, .page-top a:hover::after {
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
.cad .page-top a:hover {
  background: #ef8200; }
.bim .page-top a:hover {
  background: #add8e6; }
.sd .page-top a:hover {
  background: #d2006b; }
.c3dp .page-top a:hover {
  background: #45bdcf; }
.kankyo .page-top a:hover {
  background: #8cc220; }
.page-top a:hover:before {
  color: #FFF; }

.index-news {
  border-top: 1px solid #919799;
  background: #fff; }
.second .index-news {
  border-top: none; }
.index-news .news {
  padding: 1rem 2rem;
  border: 1px solid #f1f5f7;
  background: #f1f5f7;
  height: 400px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 768px) {
  .index-news .news {
    padding: .5rem;
    height: 240px; } }
.lower .index-news .news {
  height: auto;
  max-height: 800px; }
@media screen and (max-width: 768px) {
  .lower .index-news .news {
    height: auto;
    max-height: 320px; } }

.news ul {
  list-style: none;
  margin: 1rem auto;
  padding: 0; }
@media screen and (max-width: 768px) {
  .news ul {
    width: 100%;
    margin: 0 auto; } }
.news ul li {
  margin-top: .5rem;
  padding: .25rem 1rem; }
@media screen and (max-width: 768px) {
  .news ul li {
    padding: 0 .5rem .5rem; } }
.news ul li:first-child {
  margin-top: 0;
  padding-top: 0.5rem; }
.news ul .date {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  vertical-align: top;
  line-height: 1rem;
  padding-right: 0.5rem;
  width: 13%; }
@media screen and (max-width: 768px) {
  .news ul .date {
    width: 100%;
    display: block;
    line-height: 2;
    font-weight: 700; } }
.news ul .text {
  display: inline-block;
  width: 87%;
  vertical-align: top; }
@media screen and (max-width: 768px) {
  .news ul .text {
    width: 100%; } }
.news ul a {
  text-decoration: underline; }

.lity-wrap:hover {
  cursor: pointer; }

.lity-image img:hover {
  cursor: default; }

.form .post-body table, .sd .post-body table.table-form {
  border: none;
  margin-top: .5rem;
  border-top: 1px solid #ddd; }
.form .post-body table dl, .sd .post-body table.table-form dl {
  margin-top: 0; }
.form .post-body table dt, .sd .post-body table.table-form dt {
  margin-top: 0.5rem; }
.form .post-body table dt:first-child, .sd .post-body table.table-form dt:first-child {
  margin-top: 0; }
.form .post-body table dd, .sd .post-body table.table-form dd {
  margin-left: .25rem; }
.form .post-body table ul, .sd .post-body table.table-form ul {
  margin: 0;
  padding: 0;
  padding-left: .75rem; }
.form .post-body table th, .form .post-body table td, .sd .post-body table.table-form th, .sd .post-body table.table-form td {
  padding: 1rem 0.5rem;
  border: none;
  border-bottom: 1px solid #ddd;
  vertical-align: top; }
.form .post-body table th, .sd .post-body table.table-form th {
  font-weight: normal; }
@media screen and (max-width: 768px) {
  .form .post-body table th, .form .post-body table td, .sd .post-body table.table-form th, .sd .post-body table.table-form td {
    display: block;
    width: 100%;
    padding: .25rem 0.25rem; }
  .form .post-body table th, .sd .post-body table.table-form th {
    font-weight: 700; }
  .form .post-body table td, .sd .post-body table.table-form td {
    padding-left: .5rem; } }
.form .post-body table th.indispensable, .sd .post-body table.table-form th.indispensable {
  position: relative;
  padding-right: 1.5em; }
.form .post-body table th.indispensable:after, .sd .post-body table.table-form th.indispensable:after {
  content: "*必須";
  color: #c42727;
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: .4rem;
  font-weight: 500; }
@media screen and (max-width: 768px) {
  .form .post-body table th.indispensable:after, .sd .post-body table.table-form th.indispensable:after {
    top: 0;
    right: 0.5rem; } }

.sd .post-body table.table-form th, .sd .post-body table.table-form td {
  padding: .5em 1em; }

.sd .cad_3d .post-body table.table-form th.indispensable:after {
  color: #FFF;
  top: 0.25rem;
  right: 0.5rem; }

.sd .post-body table.table-form th.indispensable:after {
  top: .3rem; }

.form .post-body table, .bim .post-body table.table-form {
  border: none;
  margin-top: .5rem;
  border-top: 1px solid #ddd; }
.form .post-body table dl, .bim .post-body table.table-form dl {
  margin-top: 0; }
.form .post-body table dt, .bim .post-body table.table-form dt {
  margin-top: 0.5rem; }
.form .post-body table dt:first-child, .bim .post-body table.table-form dt:first-child {
  margin-top: 0; }
.form .post-body table dd, .bim .post-body table.table-form dd {
  margin-left: .25rem; }
.form .post-body table ul, .bim .post-body table.table-form ul {
  margin: 0;
  padding: 0;
  padding-left: .75rem; }
.form .post-body table th, .form .post-body table td, .bim .post-body table.table-form th, .bim .post-body table.table-form td {
  padding: 1rem 0.5rem;
  border: none;
  border-bottom: 1px solid #ddd;
  vertical-align: top; }
.form .post-body table th, .bim .post-body table.table-form th {
  font-weight: normal; }
@media screen and (max-width: 768px) {
  .form .post-body table th, .form .post-body table td, .bim .post-body table.table-form th, .bim .post-body table.table-form td {
    display: block;
    width: 100%;
    padding: .25rem 0.25rem; }
  .form .post-body table th, .bim .post-body table.table-form th {
    font-weight: 700; }
  .form .post-body table td, .bim .post-body table.table-form td {
    padding-left: .5rem; } }
.form .post-body table th.indispensable, .bim .post-body table.table-form th.indispensable {
  position: relative;
  padding-right: 1.5em; }
.form .post-body table th.indispensable:after, .bim .post-body table.table-form th.indispensable:after {
  content: "*必須";
  color: #c42727;
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: .4rem;
  font-weight: 500; }
@media screen and (max-width: 768px) {
  .form .post-body table th.indispensable:after, .bim .post-body table.table-form th.indispensable:after {
    top: 0;
    right: 0.5rem; } }

.bim .post-body table.table-form th, .bim .post-body table.table-form td {
  padding: .5em 1em; }

.bim .post-body table.table-form th.indispensable:after {
  color: #FFF;
  top: 0.25rem;
  right: 0.5rem; }

.bim .post-body table.table-form th.indispensable:after {
  top: .3rem; }

.form .post-body table {
  width: 100%; }
@media screen and (max-width: 768px) {
  .form .post-body table th {
    border-bottom: none;
    padding-bottom: 0;
    line-height: 1.2; } }
.form .post-body .common-btn {
  margin-top: 1rem; }
.form .post-body small {
  line-height: 1.4; }

input, select {
  padding: 0.2rem;
  border: 1px solid #f1f5f7;
  font-weight: 300;
  background: #f1f5f7;
  -webkit-border-radius: 0;
  border-radius: 0; }

input, textarea {
  padding: 0.25rem;
  border: 1px solid #f1f5f7;
  background: #f1f5f7; }

textarea:focus, input:focus, select:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #919799;
  background-color: rgba(241, 245, 247, 0.4); }

input:focus:placeholder-shown {
  color: transparent; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder {
  color: transparent; }

.contact input::-webkit-input-placeholder {
  color: #999; }

.contact input::-moz-placeholder {
  color: #999; }

.contact input:-ms-input-placeholder {
  color: #999; }

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover'; }

.cooperation-companies, .cooperation-companies-exam {
  width: 100%;
  padding: 2rem 0;
  background: #f1f5f7; }
@media screen and (max-width: 768px) {
  .cooperation-companies, .cooperation-companies-exam {
    position: relative;
    padding: 2rem 1rem; } }
.cooperation-companies .inner, .cooperation-companies-exam .inner {
  padding: 0 2rem 1rem;
  border: 1px solid #f1f5f7;
  background: #FFF; }
@media screen and (max-width: 768px) {
  .cooperation-companies .inner, .cooperation-companies-exam .inner {
    padding: 1rem 0; } }
.cooperation-companies .inner.bg-none, .cooperation-companies-exam .inner.bg-none {
  padding: 0;
  background: none; }
.cooperation-companies .section-title, .cooperation-companies .org .subheading, .org .cooperation-companies .subheading, .cooperation-companies-exam .section-title, .cooperation-companies-exam .org .subheading, .org .cooperation-companies-exam .subheading {
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1rem; }
@media screen and (max-width: 768px) {
  .cooperation-companies .section-title, .cooperation-companies .org .subheading, .org .cooperation-companies .subheading, .cooperation-companies-exam .section-title, .cooperation-companies-exam .org .subheading, .org .cooperation-companies-exam .subheading {
    margin-top: 0; } }
.cooperation-companies .section-title:after, .cooperation-companies .org .subheading:after, .org .cooperation-companies .subheading:after, .cooperation-companies-exam .section-title:after, .cooperation-companies-exam .org .subheading:after, .org .cooperation-companies-exam .subheading:after {
  margin: 0.4rem auto; }
.cooperation-companies .swiper-wrapper, .cooperation-companies-exam .swiper-wrapper {
  -webkit-align-items: center;
  align-items: center; }
@media screen and (max-width: 768px) {
  .cooperation-companies .swiper-container, .cooperation-companies-exam .swiper-container {
    margin: 1rem 1rem 0;
    width: calc(100% - 2rem); } }
@media screen and (min-width: 768px) {
  .cooperation-companies .swiper-wrapper, .cooperation-companies-exam .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }
  .cooperation-companies .swiper-slide, .cooperation-companies-exam .swiper-slide {
    width: 20%;
    margin-top: 0.25rem;
    padding: 0 .25rem;
    text-align: center; }
  .cooperation-companies .swiper-slide.width-half, .cooperation-companies-exam .swiper-slide.width-half {
    width: 50%; } }
.cooperation-companies .swiper-button-next, .cooperation-companies .swiper-button-prev, .cooperation-companies-exam .swiper-button-next, .cooperation-companies-exam .swiper-button-prev {
  width: 14px;
  height: 22px;
  background-size: 14px 22px;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  top: 67%; }
.cooperation-companies .swiper-slide, .cooperation-companies-exam .swiper-slide {
  z-index: 1; }
.cooperation-companies .swiper-prev, .cooperation-companies-exam .swiper-prev {
  left: -30px; }
.cooperation-companies .swiper-next, .cooperation-companies-exam .swiper-next {
  right: -30px; }

.module-2.cc-half {
  background: #FFF; }
@media screen and (min-width: 769px) {
  .module-2.cc-half {
    margin-right: 1rem;
    width: calc(50% - 1rem); } }
@media screen and (max-width: 768px) {
  .module-2.cc-half {
    padding-top: 1rem;
    margin-top: 1rem; } }

.cooperation-companies-exam {
  padding-top: 0;
  overflow: hidden; }

.cooperation-companies-exam.text-link .swiper-slide {
  text-align: left;
  vertical-align: top;
  line-height: 1.2;
  min-height: 3em;
  font-size: 0.5rem; }

.cc-half-wrap {
  overflow: hidden; }
@media screen and (min-width: 769px) {
  .cc-half-wrap {
    margin-right: -1rem; } }

.feature-menu ul, .lower-box ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff; }
.feature-menu li, .lower-box li {
  width: 33.3333%;
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  font-size: 0.5rem; }
@media screen and (max-width: 768px) {
  .feature-menu li, .lower-box li {
    width: 100%; } }
@media screen and (min-width: 769px) {
  .exam .feature-menu li, .exam .lower-box li {
    width: 50%;
    padding: 0.5rem; } }
.feature-menu li:before, .lower-box li:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 30%; }
@media screen and (max-width: 768px) {
  .exam .feature-menu li:before, .exam .lower-box li:before {
    content: none; } }
.feature-menu li > a, .lower-box li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  padding-left: 128px;
  color: #1a1a1a;
  line-height: 1.4;
  background-color: #f1f5f7;
  background-image: url("../img/bg-square.png");
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.03) inset; }
@media screen and (max-width: 768px) {
  .feature-menu li > a, .lower-box li > a {
    padding-left: 88px; } }
@media screen and (min-width: 769px) {
  .exam .feature-menu li > a, .exam .lower-box li > a {
    padding-left: 38.2%;
    padding-right: 0.5rem;
    -webkit-align-content: flex-start;
    align-content: flex-start; } }
@media screen and (max-width: 768px) {
  .exam .feature-menu li > a, .exam .lower-box li > a {
    position: static; } }
.feature-menu li > a:hover, .lower-box li > a:hover {
  color: #FFF;
  background-color: #00a2e2; }
.feature-menu li > a:after, .lower-box li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
@media screen and (max-width: 768px) {
  .feature-menu li > a:after, .lower-box li > a:after {
    left: 16px;
    width: 48px;
    height: 48px; } }
@media screen and (min-width: 769px) {
  .exam .feature-menu li > a:after, .exam .lower-box li > a:after {
    left: calc(18.2% - 36px);
    width: 72px;
    height: 72px; } }
.feature-menu li h3, .lower-box li h3 {
  margin: 0;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  width: 100%;
  letter-spacing: .1rem; }
.exam .feature-menu li h3, .exam .lower-box li h3 {
  margin-top: 0.5rem; }
.feature-menu li span, .lower-box li span {
  margin-top: 0.25rem; }
.feature-menu li.btn-cad a:after, .lower-box li.btn-cad a:after {
  background-image: url("../img/cad/logo-cad-02.png"); }
.feature-menu li.btn-bim a:after, .lower-box li.btn-bim a:after {
  background-image: url("../img/bim/logo-bim-02.png"); }
.feature-menu li.btn-sd a:after, .lower-box li.btn-sd a:after {
  background-image: url("../img/sd/logo-sd-02.png"); }
.feature-menu li.btn-3dp a:after, .lower-box li.btn-3dp a:after {
  background-image: url("../img/3dp/logo-3dp-02.png"); }
.feature-menu li.btn-ceee a:after, .lower-box li.btn-ceee a:after {
  background-image: url("../img/ceee/logo-ceee-02.png"); }
.feature-menu li.btn-notebook a:after, .lower-box li.btn-notebook a:after {
  background-image: url("../img/icon-notebook.png"); }
.feature-menu li.btn-cadstyle a:after, .lower-box li.btn-cadstyle a:after {
  background-image: url("../img/icon-cadstyle.png"); }
.feature-menu li.btn-handshake a:after, .lower-box li.btn-handshake a:after {
  background-image: url("../img/icon-handshake.png"); }
.feature-menu li.btn-pencil a:after, .lower-box li.btn-pencil a:after {
  background-image: url("../img/icon-pencil.png"); }
.feature-menu li.btn-pad a:after, .lower-box li.btn-pad a:after {
  background-image: url("../img/icon-pad.png"); }
.feature-menu li.btn-business a:after, .lower-box li.btn-business a:after {
  background-image: url("../img/icon-business.png"); }

@media screen and (max-width: 768px) {
  .feature-menu .upper li {
    width: 50%; } }
@media screen and (max-width: 768px) and (max-width: 768px) {
  .exam .feature-menu .upper li {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .feature-menu .upper li:before {
    padding-top: 88%; }
  .feature-menu .upper li > a {
    padding: 72px 0.5rem 0;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  .feature-menu .upper li > a:after {
    top: 36%;
    left: calc(50% - 24px); } }
@media screen and (max-width: 768px) and (max-width: 768px) {
  .exam .feature-menu .upper li > a {
    padding: 0 .5rem .5rem 88px; }
  .exam .feature-menu .upper li > a:after {
    left: 16px;
    top: calc(50% + 8px); } }
@media screen and (max-width: 768px) {
  .feature-menu .upper li h3 {
    text-align: center; } }
@media screen and (max-width: 768px) and (max-width: 768px) {
  .exam .feature-menu .upper li h3 {
    text-align: left; } }

.lower-box li {
  width: 100%; }
.lower-box li:before {
  padding-top: 15%; }
@media screen and (max-width: 768px) {
  .lower-box li:before {
    padding-top: 30%; } }
.lower-box li > a {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
@media screen and (max-width: 768px) {
  .lower-box li > a {
    padding-left: 64px; } }
.lower-box li > a:after {
  left: 32px;
  width: 128px;
  height: 128px;
  margin-top: -32px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
@media screen and (max-width: 768px) {
  .lower-box li > a:after {
    width: 48px;
    height: 48px;
    left: 6px; } }
.lower-box li > a:hover {
  color: #FFF; }
.lower-box li h3 {
  width: 38.2%;
  letter-spacing: .1rem;
  text-align: center; }
@media screen and (max-width: 768px) {
  .lower-box li h3 {
    width: 100%;
    text-align: left; } }
.lower-box li span {
  width: 61.8%;
  display: block;
  text-align: left;
  padding-right: 1rem; }
@media screen and (max-width: 768px) {
  .lower-box li span {
    width: 100%;
    font-size: 0.4rem; } }

.modaal-content-container {
  padding: 0; }

.modal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-align-items: stretch;
  align-items: stretch; }
@media screen and (min-width: 769px) {
  .modal-menu li + li {
    border-left: 1px solid #fff; } }
@media screen and (max-width: 768px) {
  .modal-menu li + li {
    border-top: 1px solid #fff; } }
.modal-menu a {
  text-align: center;
  padding: 2rem 1rem;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: .8rem;
  color: #FFF;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  background: #919799; }
.cad .modal-menu a {
  background: #ef8200; }
.bim .modal-menu a {
  background: #add8e6; }
.sd .modal-menu a {
  background: #d2006b; }
.c3dp .modal-menu a {
  background: #45bdcf; }
.kankyo .modal-menu a {
  background: #8cc220; }
.modal-menu a:hover {
  color: #919799;
  background: #fff; }
.cad .modal-menu a:hover {
  color: #ef8200; }
.bim .modal-menu a:hover {
  color: #add8e6; }
.sd .modal-menu a:hover {
  color: #d2006b; }
.c3dp .modal-menu a:hover {
  color: #45bdcf; }
.kankyo .modal-menu a:hover {
  color: #8cc220; }
.modal-menu a:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 1rem); }
.cad .modal-menu a:after {
  background: #ef8200; }
.bim .modal-menu a:after {
  background: #add8e6; }
.sd .modal-menu a:after {
  background: #d2006b; }
.c3dp .modal-menu a:after {
  background: #45bdcf; }
.kankyo .modal-menu a:after {
  background: #8cc220; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }

.container.lower, .container.exam-lower {
  overflow: hidden;
  position: relative; }

@media screen and (max-width: 768px) {
  .exam-lower .inner {
    padding-top: 0; } }
.exam-lower .main-col {
  width: 100%; }
@media screen and (min-width: 769px) {
  .exam-lower .main-col {
    width: calc(100% - calc(240px + 2rem));
    float: right; } }

@media screen and (min-width: 769px) {
  *::-ms-backdrop, .exam-lower .main-col {
    width: 784px;
    /* IE11 */ } }
@media screen and (min-width: 769px) {
  .side-col {
    padding-bottom: 2rem;
    width: 240px;
    float: left; }
  .side-col.fixed {
    top: 1rem;
    left: calc(50% - 540px); }
  .side-col.fixed.fixed-bottom {
    position: absolute;
    top: auto;
    bottom: 2rem; } }

.common-left-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d1dee4; }
@media screen and (min-width: 769px) {
  .common-left-nav {
    max-height: 90vh;
    -ms-overflow-y: scroll;
    overflow-y: scroll; } }
@media screen and (max-width: 768px) {
  .common-left-nav {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0 0 1rem;
    width: 240px;
    max-width: 90%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(-100%);
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .common-left-nav.active {
    transform: translate(0);
    box-shadow: 0.5rem 0 2rem rgba(0, 0, 0, 0.1); } }
.common-left-nav li {
  border-bottom: 1px solid #d1dee4; }
@media screen and (max-width: 768px) {
  .common-left-nav li:first-child {
    border-top: 1px solid #d1dee4; } }
.common-left-nav li a {
  display: block;
  padding: 0.4rem .5rem .4rem 1rem;
  position: relative; }
.common-left-nav li a:before {
  content: "\f054";
  font-size: 0.3rem;
  font-family: 'fontAwesome';
  color: #919799;
  position: absolute;
  top: calc(50% - .5rem);
  left: .5rem; }
.common-left-nav li.banner {
  padding: 0.5rem 0 0;
  border-bottom: none; }
@media screen and (max-width: 768px) {
  .common-left-nav li.banner {
    padding: 0.5rem; } }
.common-left-nav li.banner a {
  padding: 0; }
.common-left-nav li.banner a:before {
  content: none; }

.overlay {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s; }

.overlay.active {
  display: block;
  opacity: 0.4; }

.button-menu-contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  text-align: center;
  background: #f1f5f7;
  z-index: 99; }
.button-menu-contents.fixed {
  position: fixed;
  left: auto;
  right: 0;
  border: 1px solid #f1f5f7; }
.button-menu-contents button {
  display: block;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  letter-spacing: -0.1em;
  cursor: pointer;
  z-index: 1001;
  text-align: center;
  outline: none;
  font-size: 0.4rem;
  background-color: #FFF;
  background-image: url("../img/btn-square.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 24px;
  -o-background-size: 24px;
  background-size: 24px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
.button-menu-contents button::before, .button-menu-contents button::after {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
.button-menu-contents button:after {
  content: "contents";
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  text-align: center; }
.button-menu-contents button.active {
  background-image: url("../img/btn-square-close.svg"); }

@media screen and (max-width: 768px) {
  .page-header {
    width: calc(100% + 1rem);
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: calc(64px - 1rem);
    min-height: 65px;
    border-bottom: 1px solid #f1f5f7;
    display: flex;
    -webkit-align-items: center;
    align-items: center; } }
.iinkai-wrap {
  width: 100%;
  overflow: hidden; }

.iinkai {
  clear: both;
  overflow: hidden;
  margin-top: 1rem;
  padding: .5rem;
  background: #f7fafb;
  border: 1px solid #ebf0f3; }
.iinkai .thumb {
  float: left;
  margin: 0 .5rem 0 0; }
@media screen and (max-width: 768px) {
  .iinkai .thumb {
    float: none;
    text-align: center;
    margin: 1rem 0; } }
.iinkai .thumb img {
  width: 200px;
  height: 150px;
  border: 1px solid #ebf0f3; }
@media screen and (max-width: 768px) {
  .iinkai .thumb img {
    width: 100%;
    height: auto; } }
.iinkai .name {
  margin-top: 0;
  font-weight: 500; }
@media screen and (max-width: 768px) {
  .iinkai .name {
    font-size: 0.8rem; } }
.iinkai .text {
  font-size: 0.5rem;
  line-height: 1.6; }
.iinkai p {
  margin-top: 0.25rem; }

.style-article .post-body {
  width: 800px;
  margin: auto; }
@media screen and (max-width: 768px) {
  .style-article .post-body {
    width: 100%; } }

.article-head {
  padding: 2rem;
  background: #f1f5f7; }
@media screen and (max-width: 768px) {
  .article-head {
    padding: 1rem; } }
.article-head .date {
  text-align: right;
  margin-top: 0.25rem;
  padding-top: 0.2rem;
  border-top: 1px solid #00a2e2; }
.cadstyle .article-head .date {
  padding-top: 0;
  border-top: 1px solid #DD540F; }
.cadstyle .article-head .date:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #8ba628;
  margin-bottom: 0.2rem; }
.style-article .article-head .date {
  border-width: 4px;
  font-weight: 700; }

.article-title {
  margin-top: 0;
  line-height: 1.4;
  font-weight: 300 !important; }
.style-article .article-title {
  font-weight: 700 !important; }
@media screen and (max-width: 768px) {
  .article-title {
    font-size: 0.6rem !important;
    font-weight: bold !important; } }

.scroll-table {
  padding-bottom: .5rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.scroll-table::-webkit-scrollbar {
  height: 6px; }

.scroll-table::-webkit-scrollbar-track {
  margin: 0;
  background: #f9f9f9; }

.scroll-table::-webkit-scrollbar-thumb {
  background: #ddd; }

@media screen and (max-width: 768px) {
  .responsive-table th, .responsive-table td {
    width: 100%;
    display: block; } }

@media screen and (min-width: 769px) {
  .yotei {
    width: 1080px; } }
@media screen and (max-width: 768px) {
  .yotei {
    width: 600px; } }
.yotei th {
  background: #f1f5f7; }
.yotei thead th {
  font-weight: normal;
  color: #FFF;
  border-top: 1px solid #00a2e2;
  background: #00a2e2; }
.yotei thead th:first-child {
  border-left: 1px solid #00a2e2; }
.yotei thead th:last-child {
  border-right: 1px solid #00a2e2; }
.cad .yotei thead th {
  border-top: 1px solid #ef8200;
  background: #ef8200; }
.cad .yotei thead th:first-child {
  border-left: 1px solid #ef8200; }
.cad .yotei thead th:last-child {
  border-right: 1px solid #ef8200; }
.bim .yotei thead th {
  border-top: 1px solid #add8e6;
  background: #add8e6; }
.bim .yotei thead th:first-child {
  border-left: 1px solid #add8e6; }
.bim .yotei thead th:last-child {
  border-right: 1px solid #add8e6; }

.common-table {
  width: 100%;
  font-size: 0.5rem; }
@media screen and (max-width: 768px) {
  .common-table {
    width: 640px; } }
.common-table .col_hidden {
  display: none; }
.common-table th, .common-table td {
  vertical-align: top; }
.common-table th {
  color: #FFF;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  background: #919799; }
.cad .common-table th {
  background: #ef8200; }
.bim .common-table th {
  background: #add8e6; }
.sd .common-table th {
  background: #d2006b; }
.c3dp .common-table th {
  background: #45bdcf; }
.kankyo .common-table th {
  background: #8cc220; }

table.no-border {
  border-left: none !important;
  border-bottom: none !important; }
table.no-border th, table.no-border td {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
table.no-border th {
  border-top: none !important;
  border-right: none !important; }
table.no-border td {
  border-top: none !important;
  border-right: none !important; }

.table-statistics {
  width: 100%;
  font-size: 0.5rem; }
@media screen and (max-width: 768px) {
  .table-statistics {
    width: 640px; } }
.table-statistics .col_hidden {
  display: none; }
.table-statistics thead th {
  color: #FFF;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  background: #ef8200; }
.s3d .table-statistics thead th {
  background: #EA382D; }
.s2d .table-statistics thead th {
  background: #286E84; }
.skiso .table-statistics thead th {
  background: #FFB718; }
.s3dp .table-statistics thead th {
  background: #45bdcf; }
.bim .table-statistics thead th {
  background: #add8e6; }
.table-statistics tbody td:first-child {
  font-weight: 400;
  background: #f1f5f7; }
.table-statistics tbody .col-open td {
  color: #FFF;
  font-weight: 400;
  text-align: center;
  background: #919799;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.table-statistics tbody .col-open td::before, .table-statistics tbody .col-open td::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
.table-statistics tbody .col-open td:hover {
  cursor: pointer;
  background: #ef8200; }
.s3d .table-statistics tbody .col-open td:hover {
  background: #EA382D; }
.s2d .table-statistics tbody .col-open td:hover {
  background: #286E84; }
.skiso .table-statistics tbody .col-open td:hover {
  background: #FFB718; }
.s3dp .table-statistics tbody .col-open td:hover {
  background: #45bdcf; }
.bim .table-statistics tbody .col-open td:hover {
  background: #add8e6; }

@media screen and (min-width: 769px) {
  .form-wrap {
    width: 72%;
    margin: 2rem auto 0; }
  .sd .download .form-wrap {
    width: 100%;
    margin-top: 1rem; } }
.form-wrap .table-form {
  width: 100%; }
.form-wrap .table-form th {
  width: 25%; }
.form-wrap .table-form td {
  width: 75%; }
.form-wrap .common-btn {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0; }
.form-wrap .common-btn button, .form-wrap .common-btn input, .form-wrap .common-btn a {
  margin: 0 .25rem; }
.form-wrap .common-btn button:after, .form-wrap .common-btn input:after, .form-wrap .common-btn a:after {
  content: none; }
.form-wrap .btn-gray {
  background: #919799 !important; }
.form-wrap .btn-gray:hover {
  background: #9ca1a3; }
.form-wrap input[type="text"], .form-wrap textarea {
  width: 85%;
  font-size: 16px; }
.form-wrap input::-ms-clear {
  visibility: hidden; }

.gray-box {
  padding: 1rem;
  background: #f1f5f7; }

.border-box {
  padding: 1rem;
  border: 1px solid #d1dee4; }

.faq-conts dl {
  margin: 0;
  padding: 0; }
.faq-conts dt {
  margin-top: 1rem; }
.faq-conts dt:after {
  margin-top: 0.25rem; }
.faq-conts dt:before {
  content: "Q.";
  font-size: .8rem;
  margin-right: 0.25rem; }
.faq-conts dd {
  margin: 0.5rem 0 0;
  padding: 0.5rem;
  padding-left: 2rem;
  background: #f1f5f7;
  position: relative; }
.faq-conts dd:before {
  content: "A.";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-weight: 500;
  font-size: 0.8rem;
  color: #919799; }

.main-img_lp {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 0.8rem; }
@media screen and (max-width: 768px) {
  .main-img_lp {
    font-size: 0.5rem;
    line-height: 1.4; } }


.main-img_lp .catchphrase {
  position: absolute;
  padding: 1rem;
  width: 42%;
  top: 30%;
  right: 4rem;

  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 768px) {
  .main-img_lp .catchphrase {
    bottom: -50%;
    width: calc(100% - 2rem);
    right: 0;} }
.main-img_lp .catchphrase .element {
  position: relative;
  z-index: 1;
  margin-top: 1rem; }
@media screen and (max-width: 768px) {
  .main-img_lp .catchphrase .element {
    margin-top: 0.4rem; } }

/* 位背景イメージ時のキャッチフレーズ背景透明度アップ設定　2019/9/26 Nakaida*/
.main-img_lp .catchphrase2 {
  position: absolute;
  padding: 1rem;
  width: 42%;
  top: 30%;
  right: 4rem;
  background-color: rgba( 255, 255, 255, 0.45 ); 
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 768px) {
  .main-img_lp .catchphrase2 {
    bottom: -50%;
    width: calc(100% - 2rem);
    right: 0;} }
.main-img_lp .catchphrase2 .element {
  position: relative;
  z-index: 1;
  margin-top: 1rem; }
@media screen and (max-width: 768px) {
  .main-img_lp .catchphrase .element {
    margin-top: 0.4rem; } }
/* 位背景イメージ時のキャッチフレーズ背景透明度アップ設定　終わり*/

.main-img_lp h1 {
  font-weight: 700;
  font-size: 1.4rem;
  white-space: nowrap; }
@media screen and (max-width: 768px) {
  .main-img_lp h1 {
    font-size: .8rem;
    margin-top: .4rem; } }
.main-img_lp .date {
  margin-top: 1rem;
  padding: .75rem 1rem;
  color: #FFF; }
.cad .main-img_lp .date {
  background: #ef8200; }
.bim .main-img_lp .date {
  background: #add8e6; }
.sd .main-img_lp .date {
  background: #d2006b; }
.c3dp .main-img_lp .date {
  background: #45bdcf; 
  text-align: center;}
.kankyo .main-img_lp .date {
  background: #8cc220; }

.background-image {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-position: 50% 0%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  　　-webkit-backface-visibility: hidden; }
.cad .background-image {
  background-image: url("../img/cad_lp-main-img.jpg"); }
.bim .background-image {
  background-image: url("../img/bim_lp-main-img.jpg"); }
.sd .background-image {
  background-image: url("../img/sd_lp-main-img.jpg"); }
.c3dp .background-image {
  background-image: url("../img/3dp_lp-main-img.jpg"); }
.background-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
@media screen and (max-width: 768px) {
  .background-image {
    background-position: left 30% center; } }

.btn-scroll {
  position: absolute;
  bottom: 2rem;
  left: calc(50% - 1.25rem);
  text-align: center;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.8;
  filter: alpha(opacity=80); }
@media screen and (max-width: 768px) {
  .btn-scroll {
    bottom: 4rem;
    left: calc(50% - 1.4rem); } }
@media screen and (max-width: 320px) {
  .btn-scroll {
    bottom: 2rem; } }
.btn-scroll a {
  display: block;
  height: 1.6em;
  position: relative; }
.btn-scroll a:after {
  content: "\002193";
  font-size: 1.2rem;
  color: #fff;
  line-height: 3rem; }

.first-conts_lp {
  overflow: hidden;
  color: #FFF;
  font-weight: 700; }
.cad .first-conts_lp {
  background: #ef8200; }
.bim .first-conts_lp {
  background: #add8e6; }
.sd .first-conts_lp {
  background: #d2006b; }
.c3dp .first-conts_lp {
  background: #45bdcf; }
.kankyo .first-conts_lp {
  background: #8cc220; }

.merit_lp {
  font-size: 1rem; }
@media screen and (max-width: 768px) {
  .merit_lp {
    font-size: 0.6rem;
    line-height: 1.4; } }

.feature_lp .conts {
  position: relative;
  margin: 2rem 0 0;
  padding: 1.5rem 1rem;
  padding-left: 12rem;
  font-size: .8rem;
  color: #1a1a1a;
  background: #FFF;
  -webkit-border-radius: 16px;
  border-radius: 16px; }
.feature_lp .conts span {
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: 1rem;
  line-height: 1;
  font-style: italic;
  font-size: 1.6rem; }
.cad .feature_lp .conts span {
  color: #ef8200; }
.bim .feature_lp .conts span {
  color: #add8e6; }
.sd .feature_lp .conts span {
  color: #d2006b; }
.c3dp .feature_lp .conts span {
  color: #45bdcf; }
.kankyo .feature_lp .conts span {
  color: #8cc220; }
@media screen and (max-width: 768px) {
  .feature_lp .conts {
    padding: 1rem;
    padding-top: 2rem;
    font-size: 0.6rem;
    line-height: 1.4; }
  .feature_lp .conts span {
    font-size: 1.2rem;
    top: 0.5rem;
    left: 1rem;
    bottom: auto; } }

.outline_lp {
  background: #f1f5f7; }
.outline_lp .section-title, .outline_lp .org .subheading, .org .outline_lp .subheading {
  font-weight: 700; }
.outline_lp .section-title:after, .outline_lp .org .subheading:after, .org .outline_lp .subheading:after {
  height: 4px; }

.outline-table {
  width: 100%;
  text-align: left;
  font-size: 0.8rem;
  border-collapse: collapse; }
.outline-table th, .outline-table td {
  padding: 0.5rem;
  border: none; }
@media screen and (max-width: 768px) {
  .outline-table {
    font-size: 0.6rem;
    border-bottom: 1px solid #1a1a1a; }
  .outline-table th, .outline-table td {
    display: block;
    width: 100%;
    border-bottom: none; }
  .outline-table th {
    border-bottom: none;
    background: #1a1a1a;
    color: #FFF; } }

.list-mark {
  margin-right: 0.25rem;
  font-weight: 500; }
.list-mark.cad {
  color: #ef8200; }
.list-mark.sd {
  color: #d2006b; }
.list-mark.3dp {
  color: #45bdcf; }

p.lp {
  font-size: 0.8rem; }
@media screen and (max-width: 768px) {
  p.lp {
    font-size: 0.6rem; } }

.font-bold {
  font-weight: 500; }

.font-e-bold {
  font-weight: 700; }

.border-bottom-black {
  border-bottom: 1px solid #1a1a1a; }

.font-black {
  color: #1a1a1a !important; }

.font-white {
  color: #fff; }

.style-index > .main-col > .inner {
  padding-top: .5rem; }
.style-index .style-index-wrap {
  overflow: hidden; }
.style-index .style-index-wrap.wrap {
  margin-top: 0; }
@media screen and (min-width: 769px) {
  .style-index .style-index-wrap {
    margin-right: -.5rem; } }
@media screen and (max-width: 768px) {
  .style-index .style-index-wrap {
    margin-right: -.5rem; } }
.style-index a {
  text-decoration: none; }
.style-index .module-4 {
  margin-top: .5rem;
  padding: 0.25rem;
  padding-bottom: 1rem;
  border: 4px solid #f1f5f7;
  position: relative; }
@media screen and (min-width: 769px) {
  .style-index .module-4 {
    margin-right: .5rem;
    width: calc(25% - .5rem); }
  .style-index .module-4:nth-child(-n+4) {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  .style-index .module-4 {
    margin-right: .5rem;
    width: calc(50% - .5rem); } }
.style-index .date {
  position: absolute;
  left: 0.25rem;
  bottom: 0rem;
  font-size: 0.45rem;
  font-weight: normal; }
@media screen and (max-width: 768px) {
  .style-index .date {
    font-size: 0.4rem; } }
.style-index .thumb {
  width: 100%;
  display: block; }
.style-index .thumb a {
  display: block;
  width: 100%; }
.style-index .thumb:hover {
  opacity: 0.6; }
.style-index .cat-title {
  font-size: 0.45rem;
  font-weight: normal;
  margin-top: .1rem;
  line-height: 1.2; }
@media screen and (max-width: 768px) {
  .style-index .cat-title {
    font-size: 0.4rem; } }
.style-index .title {
  margin: .25rem 0 0;
  font-size: 0.55rem;
  line-height: 1.2;
  font-weight: 700; }
@media screen and (max-width: 768px) {
  .style-index .title {
    font-size: 0.5rem; } }

.icon-new {
  margin-right: 0.25rem;
  padding: 0 .2rem;
  color: #FFF;
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #c42727; }
@media screen and (max-width: 768px) {
  .icon-new {
    margin-right: 0.25rem; } }

.org-tokucho-wrap {
  overflow: hidden; }
@media screen and (min-width: 769px) {
  .org-tokucho-wrap {
    margin-right: -1rem; } }
.org-tokucho-wrap .module-3 {
  margin-top: 1rem;
  padding: 0;
  padding-bottom: 2rem;
  border: 4px solid #f1f5f7;
  position: relative; }
@media screen and (min-width: 769px) {
  .org-tokucho-wrap .module-3 {
    margin-right: 1rem;
    width: calc(33.3333% - 1rem); }
  .org-tokucho-wrap .module-3:nth-child(-n+3) {
    margin-top: 0; } }
.org-tokucho-wrap .module-3 .upper {
  padding: 1rem;
  color: #fff;
  background: #EA382D; }
@media screen and (min-width: 769px) {
  .org-tokucho-wrap .module-3 .upper {
    min-height: 4.6rem; } }
.org-tokucho-wrap .module-3 .upper h3 {
  margin-top: 0;
  font-weight: 700; }
.org-tokucho-wrap .module-3 .text {
  padding: 0.25rem 0.5rem; }
.org-tokucho-wrap .module-3 .text a {
  color: #EA382D;
  font-weight: 500; }
.org-tokucho-wrap.org2d .upper {
  background: #286E84; }
.org-tokucho-wrap.org2d .text a {
  color: #286E84; }

.org .content-title.center, .org .faq-conts dt.center, .faq-conts .org dt.center {
  padding-top: 2rem;
  border-top: 1px solid #919799; }
.org .subheading {
  margin-top: 1rem;
  font-size: 1rem; }
.org .subheading:after {
  margin: .5rem auto; }
@media screen and (max-width: 768px) {
  .org .subheading:after {
    margin: 0.25rem auto; } }
@media screen and (max-width: 768px) {
  .org .subheading {
    margin-top: .5rem;
    font-size: .5rem; } }

.bim .org-tokucho-wrap .module-3 .upper {
  background: #45bdcf; }

.c3dp .org-tokucho-wrap .module-3 .upper {
  background: #45bdcf; }

.sd .org-tokucho-wrap .module-3 .upper {
  background: #d2006b; }

.member-button {
  color: #FFF;
  background: #ef8200; }
.member-button:hover {
  cursor: pointer; }

.bim .member-button {
  color: #FFF;
  background: #add8e6; }
.member-button:hover {
  cursor: pointer; }

.c3dp .member-button {
  color: #FFF;
  background: #6ecbd9; }
.member-button:hover {
  cursor: pointer; }

.words-conts {
  overflow: hidden; }
.words-conts hr {
  margin-top: 2rem !important;
  float: left;
  width: 100%;
  background: #919799; }
.words-conts h3.content-title {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #919799; }
.words-conts h4 {
  margin-top: 1.5rem;
  font-size: 0.7rem; }
.words-conts b {
  font-weight: normal; }
.words-conts .text {
  margin-top: 0.25rem;
  font-size: 0.5rem;
  line-height: 1.4;
  padding-left: .5rem; }

/*# CADstyle Quiz iframe 2020.2.10 Nakaida
.center_iframe{
 display: block;
  margin: auto;
}
*/

 .center_iframe {
  position: relative;
  width: 100%;
/*  padding-top: 56.25%; */
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.center_iframe iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/*# sourceMappingURL=style.css.map */


/* test1 
.g-footer .FB_logo {
  width:30px; 
  font-size: 0;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("../img/logo-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

@media screen and (max-width: 768px) {
  .g-footer .FB_logo {
    width: 80%; } }
.g-footer .logo a {
  display: block;
  height: 100%; }
.lp .g-footer .wrap {
  overflow: visible; }
.lp .g-footer .logo {
  position: relative; }
.lp .g-footer .logo .syusai {
  position: absolute;
  top: -.6rem;
  left: 0;
  font-size: 0.6rem;
  font-weight: 500; }

 test1 end */



